/*SO-1109*/
.wrap-deal-gittcard{
    float: left;
    width: 310px;
}
.cart .wrap-deal-gittcard .deals,
.cart .wrap-deal-gittcard .giftcard,
.cart .wrap-deal-gittcard .discount{
    float: none;
    width: auto;
    max-width: inherit;
}
.cart .wrap-deal-gittcard .giftcard{
    margin: 20px 0 0 !important;
}
.cart .wrap-deal-gittcard .discount{
    float: none;
}
.toal-custom-msrp{
    margin-left: 330px;
}
.cart .toal-custom-msrp .totals{
    float: none;
    width: auto;
    overflow: hidden;
    max-width: inherit;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.cart .toal-custom-msrp .totals .checkout-types{
    padding: 0 15px;
}
.custom_msrp{
    background-color: #ef427f;
    padding: 20px 5px 20px 60px;
    color: #FFF;
    position: relative;
}
.cart .custom_msrp{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#opc-shipping_method  .custom_msrp{
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
}
.custom_msrp:before{
    content: "";
    display: block;
    width: 26px;
    height: 23px;
    background: url('../images/ic-msrp.jpg');
    position: absolute;
    left: 20px;
    top: 26px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.custom_msrp p{
    margin-bottom: 0;
}
.custom_msrp .ttl{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.custom_msrp .goback{
    margin-top: 10px;
}
.custom_msrp .goback .link{
    display: inline-block;
    background-color: #323334;
    padding: 3px 15px;
    border-radius: 15px;
    color: #FFFFFF;
    text-decoration: none;
}
.msrp-price2{
    margin-right: 20px;
    font-size: 20px;
    font-weight: bold;
}
.cart  .msrp-price2{
    display: none;
}
.msrp-price-destop{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 30px;
}
#opc-shipping_method .msrp-price-destop{
    display: none;
}
@media only screen and (max-width: 767px) {
    #opc-shipping_method  .custom_msrp{
        margin-left: -10px;
        margin-right: -10px;
    }
    .custom_msrp .desc{
        font-size: 12px;
    }
    .msrp-price2{
        margin-right: 10px;
    }
    .custom_msrp .goback .link{
        font-size: 12px;
    }
    .cart  .msrp-price2{
        display: inline-block;
    }
    .msrp-price-destop{
        display: none;
    }
    .wrap-deal-gittcard{
        float: none;
        width: auto;
    }
    .toal-custom-msrp{
        margin-left: 0;
        margin-top: 20px;
    }
    .msrp-price2{
        font-size: 17px;
    }
}
/*end SO-1109*/
/*SO-3979*/
.box-product .points-prediction{
    display: none;
}
.box-product .more{
    display: inline-block;
    color: gray;
    font-size: 15px;
    position: relative;
    top: -20px;
}
.box-product.hover .more{
    display: none;
}
/*end SO-3979*/
/*SO-4071*/
.cart .giftcard button span,
.cart .discount button span,
.cart .shipping button span{
    font-size: 13.4px;
}
/*end SO-4071*/
/*SO-3969*/
.homepage-global-banner img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.global-banner-animation{
    height: 45px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    display: table;
    vertical-align: middle;
}
.global-banner-animation .content-global-banner{
    position: relative;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.global-banner-animation .images img{
    margin: 0 auto;
    display: block;
    width: auto;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.global-banner-animation .images img:nth-child(2),
.global-banner-animation.active .images img:nth-child(1){
   opacity: 0;
    z-index: -1;
    height: 0;
}
.global-banner-animation .images img:nth-child(1){
    height: 45px;
}
.global-banner-animation.active .images img:nth-child(1){
    height: 0;
}
.global-banner-animation.active{
    height: 100px;
}
.global-banner-animation.active .images img:nth-child(2){
    opacity: 1;
    z-index: 1;
    height: 100px;
}
.global-banner-animation.active p.txt{
    display: none;
}
.global-banner-animation p.txt{
    position: absolute;
    margin: 0;
    line-height: 45px;
    max-height: 45px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}
.global-banner-animation{
    margin-bottom: 20px;
}
.catalog-category-view .global-banner-animation{
    margin-top: 10px;
}
/*end SO-3969*/
/*SO-5135*/
#myaccount .for-blog{
    display: none;
}
.header .links li.for-blog{
    display: none;
}
div#newsletter-messages-mobile{
    color: #FFF;
    padding-left: 10px;
}
div#newsletter-messages-mobile.error-message,
div#newsletter-messages-mobile.error-message a,
#newsletter-messages.error-message,
#newsletter-messages.error-message a{
    color: red !important;
}
div#newsletter-messages-mobile.error-message a,
#newsletter-messages a{
    text-decoration: underline;
}
/*end SO-5135*/
/*SO-5146*/
#product-options-wrapper dl{
    clear: both;
    width: 100%;
}
#product-options-wrapper dl dt{
    max-width: 40%;
}
#product-options-wrapper dl dd{
    max-width: 60%;
}
.safari select,
.safari select.validation-failed{
    background-position: calc(100% - 10px) top !important;
}
.products-grid .item .buttons-sets .actions button.button:hover span,
.product-view .product-shop .button.btn-cart:hover span{
    border-color: #000000;
    background: #000;
}
#product-options-wrapper{
    clear: both;
}
/*end SO-5146*/
/*SO-5191*/
@media (max-width: 767px){
    #sale .item-top-menu{
        text-align: left;
    }
    #sale .item-top-menu .nav-cols{
        display: block;
        padding: 0;
    }
    #sale .item-top-menu .nav-cols:first-child {
        border-top: 1px solid #c8c8c8;
    }
    #sale .item-top-menu .nav-cols:last-child .nosub{
        border: none;
    }
}
/*end SO-5191*/
