.modal_overlay,
.designer_modal{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin: auto;
    left: 50%;
    top: 50%;
    position: fixed;
}
.modal_overlay{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 1s;
    -moz-transition   : opacity 1s;
    -ms-transition    : opacity 1s;
    -o-transition     : opacity 1s;
    transition        : opacity 1s;
}
.designer_modal{
    -webkit-transition: opacity 1s ease 0s, max-height 0 ease 1s, transform 0 ease 1s;
    -moz-transition   : opacity 1s ease 0s, max-height 0 ease 1s, transform 0 ease 1s;
    -ms-transition    : opacity 1s ease 0s, max-height 0 ease 1s, transform 0 ease 1s;
    -o-transition     : opacity 1s ease 0s, max-height 0 ease 1s, transform 0 ease 1s;
    transition        : opacity 1s ease 0s, max-height 0 ease 1s, transform 0 ease 1s;
    width: 50%;
    z-index: 1000;
    display: block;
    -webkit-transform : translate(-50%,-100%);
    -moz-transform    : translate(-50%,-100%);
    -ms-transform     : translate(-50%,-100%);
    -o-transform      : translate(-50%,-100%);
    transform         : translate(-50%,-100%);
}
[id='designer_modal']:checked ~ .modal_overlay,
[id='designer_modal']:checked ~ .designer_modal{
    max-height: 100%;
    overflow: visible;
    opacity: 1;
}
[id='designer_modal']:checked ~ .designer_modal{
    overflow: auto;
    -webkit-transition: opacity 1s;
    -moz-transition   : opacity 1s;
    -ms-transition    : opacity 1s;
    -o-transition     : opacity 1s;
    transition        : opacity 1s;
    -webkit-overflow-scrolling: touch;
}
[id='designer_modal']:checked ~ .modal_overlay{
    background: rgba(0, 0, 0, 0.2);
    z-index: 995;
}
[id='designer_modal']:checked ~ .designer_modal{
    -webkit-transform: translate(-50%,-50%);
    -moz-transform   : translate(-50%,-50%);
    -ms-transform    : translate(-50%,-50%);
    -o-transform     : translate(-50%,-50%);
    transform        : translate(-50%,-50%);
}

.close_modal{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.close_modal:after{
    content: '×';
    font-size: 20px;
    font-weight: bolder;
}
.modal_content{
    background: #fff;
    padding: 15px;
    min-height: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    border-radius        : 10px;
    -webkit-box-shadow   : 1px 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow      : 1px 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow           : 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.link{
    cursor: pointer;
    text-decoration: underline;
    color: #777;
}
.modal_link{
    margin: 10px 0;
    display: inline-block;
}
.link:focus,
.link:active,
.link:hover{
    text-decoration: none;
}
/* PDP -----------------------------------------------------------------------------------------------------------------*/
.product-img-box .highslide img{
    cursor: default !important;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}
.prolabel-wrapper .highslide{
    position: relative;
    overflow: hidden;
    display: block;
}
.prolabel-wrapper{
    position: relative;
}
.zoom_layout{
    height: 140px;
    width: 140px;
    background: rgba(150, 150, 150, 0.2);
    position: absolute;
    margin-top: -70px;
    margin-left: -70px;
    border: 1px solid rgba(150, 150, 150, 0.4);
}
.zoom_image_wrapper{
    position: absolute;
    top: 0;
    left: 100%;
    width: 350px;
    height: 350px;
    overflow: hidden;
    background: #fff;
    margin-left: 10px;
    z-index: 50;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #ddd;
    -moz-box-shadow   : 0 0 0 1px #ddd;
    box-shadow        : 0 0 0 1px #ddd;
}
.zoom_image{
    position: absolute;
    max-width: none;
    max-height: none;
}
/* PDP end--------------------------------------------------------------------------------------------------------------*/
/*Category page --------------------------------------------------------------------------------------------------------*/
.products-grid .product-image img,
.products-list .product-image img{
    border: 1px solid #ddd;
}
/*Category page end-----------------------------------------------------------------------------------------------------*/
.secure_links{
    display: block;
    width: 33%;
    float: left;
    text-align: center;
}
.clearfix:after{
    display:block;
    content:".";
    clear:both;
    font-size:0;
    line-height:0;
    height:0;
    overflow:hidden;
}

div.banner_170x460 {
    width: 170px;
    height:460px;
    padding-top: 5px;
    padding-left: 5px;
}
.enterprise-invitation-index-index .my-account .buttons-set > a.button{
    float: right;
}
/*Header -----------------------------------------------------------------------------------------------------------------*/
div.header .welcome-msg{
    float: none;
    margin: 0 5px 0 0;
}
.header .links{
    float: none;
    width: 100%;
    text-align: right;
}
.header-container div.header-cart{
    float: right;
}
.header-container div.header-cart .summary{
    background: url("../images/bags_red_64.png") no-repeat 0 50%;
    -webkit-background-size: contain;
    background-size: contain;
}
div.header-cart .mini-products-list{
    right: 0;
    left: auto;
}
/*Header end--------------------------------------------------------------------------------------------------------------*/
div .footer-social .icons li{
    background: url("../images/social.jpg") no-repeat 0 0;
}
div .footer-social .icons .facebook{
    background-position: -7px -5px;
}
div .footer-social .icons .twitter{
    background-position: -44px -5px;
}
div .footer-social .icons .pinterest{
    background-position: -82px -5px;
}
div .footer-social .icons .youtube{
    background-position: -156px -5px;
}
div .footer-social .icons .rss{
    background-position: -120px -5px;
}
div.footer-cms .footer-phone {
    font-size: 1.3em;
}
div.footer-cms a{
    color: #000;
    text-decoration: none;
}
div.footer-about li{
    line-height: 24px;
    padding-left: 9px;
    background: url('../images/common_theme.gif') no-repeat -563px -55px;
}
div.footer-cms a:hover{
    text-decoration: underline;
}
div.footer-cms .footer-links li{
    width: 49%;
}
.navpro .nav-li.lastest{
    float: right;
}
@media (max-width: 480px){
    div .footer-cms .footer-links li{
        float: left;
    }
}
div .products-list .product-name,
div .products-grid .product-name {
    text-transform: none;
}

ul.sitemap{
    -webkit-column-count:5;
    -moz-column-count:5;
    -ms-column-count:5;
    -o-column-count:5;
    column-count:5;
}
.aw-onestepcheckout-add-loader-into-this-block .payment-title-authorizenet_directpost {
    margin-left:20px;
}

#aw-onestepcheckout-container #aw-onestepcheckout-payment-method .sp-methods dt{
    margin-bottom:10px;
}

.header-container .form-search div.label {
    float:left;
    margin-right:10px;
    line-height: 29px;
}

.header-container .form-search .button{
    background-color: #b10101;
    background-image: none;
    font-family: 'icons';
    position: relative;
}

.header-container .form-search .button:after{
    content: '\e600';
    color: #fff;
}

.form-search input.input-text, buddon, .header-container .form-search .chzn-container-single a.chzn-single{
    border: 1px solid #000;
}

.catalog-product-view .suggestpage-activity .btn-suggest-page span{
    font: bold 13px/40px Arial,Helvetica,sans-serif;
}