.nov-custom{padding:0;margin:0}
body {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #666;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{
    color: #212121;
    font-weight: 700;
    margin-bottom: 15px;
}
h1, .h1, #sdsblogArticle .post-title{
    font-size: 40px;
    line-height: 50px;
}
h2, .h2{
    font-size: 32px;
    line-height: 40px;
}
h3, .h3,
#sdsblogArticle .post-title{
    font-size: 28px;
    line-height: 35px;
}
h4, .h4, 
#module-smartblog-details #articleShareThis .title_block,
#respond .comment-reply-title{
    font-size: 24px;
    line-height: 30px;
}
h5, .h5{
    font-size: 18px;
    line-height: 21.09px;
}
strong, b{
    color: #212121;
}
input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder{
    text-transform: none !important;
    color: #9E9E9E;
}
input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder{
    text-transform: none !important;
    color: #9E9E9E;
}
input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder{
    text-transform: none !important;
    color: #9E9E9E;
}
input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder{
    text-transform: none !important;
    color: #9E9E9E;
}
input.form-control::placeholder,
textarea.form-control::placeholder{
    text-transform: none !important;
    color: #9E9E9E;
}
@media (max-width: 991px) {
    h1, .h1, #sdsblogArticle .post-title{
        font-size: 32px;
        line-height: 37.5px;
    }
    h2, .h2{
        font-size: 24px;
        line-height: 32.81px;
    }
    h3, .h3{
        font-size: 22px;
        line-height: 25.78px;
    }
    h4, .h4,
    #sdsblogArticle .post-title, #module-smartblog-details #articleShareThis .title_block,
    #respond .comment-reply-title{
        font-size: 18px;
        line-height: 21.09px;
    }
    h5, .h5{
        font-size: 16px;
        line-height: 21.09px;
    }
}
/*-----------------------------------------------component-----------------------------------------------*/
.btn.btn-primary{
    border-radius: 60px;
    font-size: 16px;
}
.btn.btn-primary,
.featured-products .all-product-link,
.contact-form .form-footer .btn,
#pagenotfound .page-not-found .btn,
#respond .btn,
#manufacturer .brand .brand-products > a{
    background: rgba(233, 29, 66, 0.92);
    border-color: rgba(233, 29, 66, 0.92);
    padding-top: 10px;
    padding-bottom: 9px;
    color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.featured-products .all-product-link:hover,
.featured-products .all-product-link:focus,
.contact-form .form-footer .btn:hover,
.contact-form .form-footer .btn:focus,
#pagenotfound .page-not-found .btn:hover,
#pagenotfound .page-not-found .btn:focus,
#respond .btn:hover,
#respond .btn:focus,
#manufacturer .brand .brand-products > a:hover,
#manufacturer .brand .brand-products > a:focus{
    background: rgba(210, 30, 62, 0.92);
    border-color: rgba(210, 30, 62, 0.92);
    color: #fff;
}
.btn.btn-secondary,
.btn.btn-default,
.btn.btn-tertiary,
.cart-summary .show-details a,
#smartblogcat .sdsarticle-des .more a,
.cart-summary .block-promo .cart-voucher .promo-code form button{
    background: #fff;
    border-color: #D4D4D4;
    color: #454545;
    padding-top: 10px;
    padding-bottom: 9px;
    font-size: 16px;
}
.btn.btn-secondary:hover,
.btn.btn-default:hover,
.btn.btn-secondary:focus,
.btn.btn-default:focus,
.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus,
.cart-summary .show-details a:hover,
#smartblogcat .sdsarticle-des .more a:hover,
#smartblogcat .sdsarticle-des .more a:focus,
.cart-summary .block-promo .cart-voucher .promo-code form button:hover,
.cart-summary .block-promo .cart-voucher .promo-code form button:focus{
    background: #E6E6E6;
    border-color: #D4D4D4;
    color: #454545;
}
input.form-control, input.form-control:hover,
body#checkout section.checkout-step #customer-form .form-control:hover, 
body#checkout section.checkout-step #delivery-address .form-control:hover, 
body#checkout section.checkout-step #invoice-address .form-control:hover, 
body#checkout section.checkout-step #login-form .form-control:hover,
.product-quantity #quantity_wanted:hover,
#popup-subscribe .subscribe_form .input-subscribe-wrap input:hover,
.contact-form .form-fields .form-control:hover,
.cart-summary .block-promo .cart-voucher .promo-input:hover{
    border-color: #D4D4D4
}
input.form-control:focus,
body#checkout section.checkout-step #customer-form .form-control:focus,
body#checkout section.checkout-step #delivery-address .form-control:focus, 
body#checkout section.checkout-step #invoice-address .form-control:focus, 
body#checkout section.checkout-step #login-form .form-control:focus,
.product-quantity #quantity_wanted:focus,
#popup-subscribe .subscribe_form .input-subscribe-wrap input:focus,
.contact-form .form-fields .form-control:focus,
.cart-summary .block-promo .cart-voucher .promo-input:focus{
    border-color: #0287CF;
}
input.form-control,
body#checkout section.checkout-step #customer-form .form-control, 
body#checkout section.checkout-step #delivery-address .form-control, 
body#checkout section.checkout-step #invoice-address .form-control, 
body#checkout section.checkout-step #login-form .form-control,
#popup-subscribe .subscribe_form .input-subscribe-wrap input,
.contact-form .form-fields .form-control,
.cart-summary .block-promo .cart-voucher .promo-input{
    height: 40px;
    padding: 11px 16px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #D4D4D4;
    color: #212121;
}
body#checkout section.checkout-step #customer-form select.form-control, 
body#checkout section.checkout-step #delivery-address select.form-control, 
body#checkout section.checkout-step #invoice-address select.form-control, 
body#checkout section.checkout-step #login-form select.form-control,
body#checkout section.checkout-step #customer-form select.form-control:hover, 
body#checkout section.checkout-step #delivery-address select.form-control:hover, 
body#checkout section.checkout-step #invoice-address select.form-control:hover, 
body#checkout section.checkout-step #login-form select.form-control:hover,
body#checkout section.checkout-step #customer-form select.form-control:focus, 
body#checkout section.checkout-step #delivery-address select.form-control:focus, 
body#checkout section.checkout-step #invoice-address select.form-control:focus, 
body#checkout section.checkout-step #login-form select.form-control:focus,
#address select.form-control:not([size]):not([multiple]),
select.form-control:not([size]):not([multiple]){
    background-image: url(../img/icon/bg-select.png);
    background-position: 100% -32px;
    background-repeat: no-repeat;
}
.has-error.form-group .form-control,
body#checkout section.checkout-step #customer-form .has-error .form-control, 
body#checkout section.checkout-step #delivery-address .has-error .form-control, 
body#checkout section.checkout-step #invoice-address .has-error .form-control, 
body#checkout section.checkout-step #login-form .has-error .form-control,
.contact-form .form-fields .has-error .form-control{
    border-color: #DC3848;
}
.form-control-label{
    color: #212121;
}
.form-control-comment{
    font-size: 14px;
}
body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label, 
body#checkout section.checkout-step #invoice-address .form-control-label, 
body#checkout section.checkout-step #login-form .form-control-label{
    font-size: 15px;
    padding-right: 10px;
}
a{
    color: #000;
}
a:hover, a:focus,
.pro-tag a:hover, .pro-tag a:focus, 
.pro-cate a:hover, .pro-cate a:focus,
.module-blog-post .nov-blog .post-item .post_title:hover a {
    color: rgba(233, 29, 66, 0.92);
    text-decoration: none;
}
a.text-muted:focus, a.text-muted:hover{
    color: rgba(233, 29, 66, 0.92) !important;
}
.form-control-label{
    font-size: 15px;
    padding: 0px;
}
.form-group .input-group .input-group-btn button{
    background: #FFFFFF;
    color: #454545;
    border: 1px solid #D4D4D4;
}
.form-group .input-group .input-group-btn button:hover{
    background: #E6E6E6;
    border: 1px solid #D4D4D4;
}
label{
    color: #212121;
    font-size: 16px;
}
.cbx-label{
    position: relative;
    margin: 0px;
    width: auto;
    height: 20px;
    display: inline-block;
}
span.cbx{
    position: absolute;
    top: 0px;
    left: 0px;
}
input[type=checkbox] + span.cbx .checkbox-checked {
    display: none;
}
input[type=checkbox]:checked + span.cbx .checkbox-checked{
    display: block;
}
.custom-checkbox input[type=checkbox]+span .checkbox-checked,
input[type=checkbox] + span.cbx .checkbox-checked{
    font-size: 0px;
    background-image: url(../img/icon/icon-check-blue.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.custom-checkbox input[type=checkbox]+span,
input[type=checkbox] + span.cbx{
    border: #808080 1px solid;
    background: #F5F5F5;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}
.custom-checkbox input[type=checkbox]:hover ~ span,
input[type=checkbox]:hover ~ span.cbx{
    border-color: #0287CF;
    background: #FFFFFF;
}
.custom-checkbox input[type=checkbox]:checked ~ span,
input[type=checkbox]:checked ~ span.cbx{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #808080;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.custom-checkbox input[type=checkbox]{
    width: 20px;
    height: 20px;
    top: 0px;
    z-index: 2;
}
.custom-checkbox label em{
    margin-left: 34px;
}
[type=checkbox], [type=radio]{
    height: 20px;
    width: 20px;
}
.custom-checkbox input[type=checkbox]+span{
    margin-right: 12px;
    margin-top: -3px;
}
.custom-checkbox label{
    font-size: 16px;
}
.radio-inline{
    margin-right: 12px;
}
.custom-radio{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.custom-radio > span,
span.rb{
    width: 20px;
    height: 20px;
    background: #F5F5F5;
    position: absolute;
    top: 10px;
    border: 1px solid #808080;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.custom-radio input[type=radio]{
    top: 10px;
    position: absolute;
}
.custom-radio span:hover,
span.rb:hover{
    background: #fff;
    border-color: #0287CF;
}
.custom-radio input[type=radio]:checked ~ span,
input[type=radio]:checked ~ span.rb{
    background: #fff;
    border-color: #808080;
}
.custom-radio input[type=radio]:checked ~ span:before,
input[type=radio]:checked ~ span.rb:before{
    content: "";
    width: 12px;
    height: 12px;
    background: #0287CF;
    position: absolute;
    border: 1px solid #0287CF;
    border-radius: 50%;
}
.custom-checkbox{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-checkbox > label{
    margin-bottom: 0px;
}
#address select.form-control:not([size]):not([multiple]),
select.form-control:not([size]):not([multiple]){
    min-height: 40px;
    height: 40px;
    border-color: #D4D4D4;
    color: #212121;
    padding: 11px 16px;
    font-size: 16px;
}
select.form-control:not([size]):not([multiple]):focus,
select.form-control:not([size]):not([multiple]):active{
    border-color: #0287CF;
}
textarea.form-control{
    font-size: 16px;
    color: #212121;
    border-color: #D4D4D4;
    min-height: 100px;
}
textarea.form-control:hover{
    border-color: #D4D4D4;
}
textarea.form-control:focus,
textarea.form-control:active{
    border-color: #0287CF;
}
.login-form .help-block{
    margin-bottom: 10px;
}
.help-block{
    color: #DC3848;
}
.help-block li{
    list-style-type: none;
}
.help-block ul{
    padding-left: 0px;
    padding-top: 8px;
    padding-bottom: 4px;
}
.form-control-submit{
    margin-top: 15px;
}
.alert-success,
.alert-danger,
.ps-alert-success,
.ps-alert-error {
    margin-bottom: 20px;
}
.form-group .email{
    padding: 0px;
}
.form-group.center-email-fields .form-control-label{
    margin-bottom: 12px;
}
.ps-alert-error > li.item >i,
.ps-alert-success > li.item >i{
    display: none;
}
.ps-alert-error{
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}
.ps-alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
.ps-alert-success,
.ps-alert-error{
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 52px;
    padding-right: 30px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-bottom: 20px;
}
.ps-alert-success p,
.ps-alert-error p{
    margin-bottom: 0px;
}
.nov-table{
    border: 1px solid #DEDEDE;
}
.nov-table th,
.nov-table td{
    padding: 5px;
    min-width: 50px;
    border-top: 1px solid #DEDEDE;
    font-size: 16px;
}
.nov-table tr:nth-child(odd){
    background-color: #F5F5F5;
}
.nivo-controlNav a{
    width: 12px;
    height: 12px;
    opacity: 0.5;
}
.nivo-controlNav a:hover, 
.nivo-controlNav a.active{
    background-color: #fff;
    opacity: 1;
}
.nivo-controlNav{
    bottom: 15px;
}
#displayTop.displaytopone:after{
    display: none;
}
body#order-detail #notifications .container,
body#order-return #notifications .container,
body#identity #notifications > .container,
body#discount #notifications > .container{
    padding: 0px;
}
input[name=firstname] ~ .form-control-comment,
input[name=dni] ~ .form-control-comment,
#customer-form .missage-creation-user{
    color: rgba(233, 29, 66, 0.92);
    font-weight: 700;
    margin-top: 5px;
    display: block;
}
@media (max-width: 767px) {
    .form-group{
        margin-bottom: 2rem;
    }
}
@media (min-width: 992px) {
    .form-group{
        margin-bottom: 15px;
    }
	.nov-table th,
	.nov-table td{
		padding: 10px 15px;
	}
}

/*-----------------------------------------------breadcrumb-----------------------------------------------*/
.breadcrumb-bg,
.breadcrumb{
    background: #F5F5F5;
}
.breadcrumb ol{
    text-align: left;
}
.breadcrumb ol li a{
    font-size: 14px;
}
.breadcrumb ol li:before{
    content: "/";
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
    background: transparent;
    color: #666666;
    width: auto;
    height: auto;   
    top: 1px;
    bottom: 0px;
    margin: 0px;
}
.breadcrumb ol li a:hover{
    color: rgba(233, 29, 66, 0.92);
}
@media (max-width: 991px) {
    .breadcrumb ol li:before{
        top: 0px;
    }
}
/*-----------------------------------------------row home-----------------------------------------------*/
.our-supplement{
    padding: 0px;
}
.module-page-01.nov-row, .module-page-02.nov-row, .module-page-03.nov-row, .module-page-04.nov-row, .product-slider-02{
    padding: 15px 15px;
    margin: 0px;
}
.module-blog-post .title_block,
.module-page-04 > .title_block,
.module-page-03 .title_block,
.product-slider-02 .nov-productlist .title_block{
    font-size: 24px;
    font-weight: 700;
    line-height: 32.81px;
    margin-bottom: 22.5px;
}

@media (min-width: 992px) {
    .module-page-01.nov-row, .module-page-02.nov-row, .module-page-03.nov-row, .module-page-04.nov-row, .product-slider-02{
        padding: 30px 0px;
        margin: 0px;
    }
    .module-blog-post .title_block,
    .module-page-04 > .title_block,
    .module-page-03 .title_block,
    .product-slider-02 .nov-productlist .title_block{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 45px;
    }
}
/*-----------------------------------------------icons-----------------------------------------------*/
.fa-angle-right::before,
.fa-angle-left::before{
    content: "";
}
.fa-angle-right,.fa-angle-left{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    height: 30px;
}
.fa-angle-right{
    background-image: url(../img/icon/icon-angle-right.svg);
    background-position: 19px center;
}
.fa-angle-left{
    background-image: url(../img/icon/icon-angle-left.svg);
    background-position: 14px center;
}
.nivo-nextNav:hover .fa-angle-right{
    background-image: url(../img/icon/icon-angle-right-white.svg);
}
.nivo-prevNav:hover .fa-angle-left{
    background-image: url(../img/icon/icon-angle-left-white.svg);
}
.nivo-directionNav > a:hover{
    background-color: #808080;
}
.fa-heart:before{
    content: "";
}
.fa-heart{
    background-image: url(../img/icon/icon-wishlist.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 12px;
}
.fa-long-arrow-up{
    background-image: url(../img/icon/icon-arrow-up.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 20px;
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fa-long-arrow-up:before{
    content: "";
}
#back-top:hover{
    bottom: 50px;
}
#back-top .fa-long-arrow-up{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#back-top:hover .fa-long-arrow-up{
    background-image: url(../img/icon/icon-arrow-up-white.svg);
}
#back-top span{
    border-color: #9E9E9E;
}
#back-top:hover span{
    border-color: rgba(210, 30, 62, 0.92);
    background: rgba(210, 30, 62, 0.92);
}
.zmdi-arrow-right{
    width: 10px;
    height: 13px;
}
.zmdi-arrow-right:before{
    content: "";
    width: 10px;
    height: 13px;
    position: absolute;
    background-image: url(../img/icon/icon-arrow-right.svg);
    background-repeat: no-repeat;
}
.zmdi-search::before{
    content: "";
}
.zmdi-search{
    background-image: url(../img/icon/icon-search.svg);
    width: 40px;
    height: 41px;
    background-repeat: no-repeat;
}
.zmdi-check{
    margin-top: 1px;
}
@media (max-width: 991px) {
    #stickymenu_bottom_mobile .stickymenu-item .zmdi-home:before,
    .zmdi-search:before,
    .zmdi-favorite-outline:before,
    .zmdi-account-o:before{
        content: "";
    }
    #stickymenu_bottom_mobile .stickymenu-item .zmdi-home{
        background-image: url(../img/icon/icon-home.svg);
        background-repeat: no-repeat;
        width: 23px;
        height: 20px;
    }
    #stickymenu_bottom_mobile .stickymenu-item:hover .zmdi-home{
        background-image: url(../img/icon/icon-home-red.svg);
    }
    #stickymenu_bottom_mobile .stickymenu-item .zmdi-search{
        background-image: url(../img/icon/icon-search-mobile.svg);
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
    }
    #stickymenu_bottom_mobile .stickymenu-item:hover .zmdi-search{
        background-image: url(../img/icon/icon-search-mobile-red.svg);
    }
    #stickymenu_bottom_mobile .stickymenu-item .header-cart .cart-left .shopping-cart {
        background-position: inherit;
        background-image: url(../img/icon/icon-cart-mobile.svg);
    }
    #stickymenu_bottom_mobile .stickymenu-item .header-cart .cart-left .shopping-cart:hover {
        background-position: inherit;
        background-image: url(../img/icon/icon-cart-mobile-red.svg);
    }
    #stickymenu_bottom_mobile .stickymenu-item .zmdi-favorite-outline{
        background-image: url(../img/icon/icon-wishlist-mobile.svg);
        background-repeat: no-repeat;
        width: 22px;
        height: 19px;
    }
    #stickymenu_bottom_mobile .stickymenu-item:hover .zmdi-favorite-outline{
        background-image: url(../img/icon/icon-wishlist-mobile-red.svg);
    }
    #stickymenu_bottom_mobile .stickymenu-item .zmdi-account-o{
        background-image: url(../img/icon/icon-user-mobile.svg);
        background-repeat: no-repeat;
        width: 18px;
        height: 20px;
    }
    #stickymenu_bottom_mobile .stickymenu-item:hover .zmdi-account-o{
        background-image: url(../img/icon/icon-user-mobile-red.svg);
    }
    #stickymenu_bottom_mobile .stickymenu-item:hover span{
        color:rgba(233, 29, 66, 0.92);
    }
    .header-mobile #_mobile_menutop i{
        font-size: 0px;
        background-image: url(../img/icon/icon-burger.svg);
        width: 17px;
        height: 11px;
        background-repeat: no-repeat;
    }
    .header-mobile #_mobile_menutop{
        background: transparent;
    }
    #_mobile_search button i{
        width: 15px;
        height: 21px;
        background-image: url(../img/icon/icon-search-mobile-gray.svg);
        background-repeat: no-repeat;
    }
}
@media (max-width: 767px) {
    .fa-long-arrow-up{
        width: 20px;
        height: 14px;
    }
}

/*-----------------------------------------------Header Mobile-----------------------------------------------*/
.header-3 .header-mobile{
    background-color: #ffffff;
}
.header-3 .header-mobile .mobile{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.content-boxpage .box-header .close-box, .content-boxpage .box-header .back-box{
    color: rgba(233, 29, 66, 0.92);
}
@media (max-width: 991px) {
    #stickymenu_bottom_mobile .stickymenu-item .cart-products-count{
        background: rgba(233, 29, 66, 0.92);
    }
}
/*-----------------------------------------------Header Desktop-----------------------------------------------*/
#header.header-3 .header-center{
    min-height: 140px;
}
#header.header-3 .header-center .blockcart .header-cart .cart-left .shopping-cart{
    background-image: url(../img/icon/icon-cart.svg);
    background-position: initial;
}
#header.header-3 .header-center .blockcart .header-cart .cart-left .shopping-cart:hover{
    background-image: url(../img/icon/icon-cart-hover.svg);
    background-position: initial;
}
#block_myaccount_infos.header_link_myaccount .myaccount-icon .icon-myaccount,
 #nov_block_myaccount_infos.header_link_myaccount .myaccount-icon .icon-myaccount{
    background-image: url(../img/icon/icon-user.svg);
}
#block_myaccount_infos.header_link_myaccount .myaccount-icon .icon-myaccount:hover,
 #nov_block_myaccount_infos.header_link_myaccount .myaccount-icon .icon-myaccount:hover{
    background-image: url(../img/icon/icon-user-hover.svg);
}
.blockcart .header-cart .cart-products-count{
    background: rgba(233, 29, 66, 0.92);
    left: 14px;
    top: -19px;
}
#header.header-3 .header-center .header_link_myaccount .myaccount-icon .icon-myaccount{
    background-position: initial !important;
}
#header.header-3 .header-center .header-center-right .wishlist-cart .header_link_myaccount{
    padding-right: 33px;
}
#header.header-3 .header-center .header-center-right .wishlist-cart .search-widget{
    display: none;
}
#header.header-3 .header-center{
    background: #fff;
}
.account-list .account-list-content>li a:hover, 
.account-list .account-list-content .link_wishlist a:hover{
    color: rgba(233, 29, 66, 0.92);
}
.blockcart .cart_block .cart-subtotals .label, 
.blockcart .cart_block .cart-total .label{
    color: #212121;
    font-size: 15px;
}
.blockcart .cart_block .cart-subtotals .value, 
.blockcart .cart_block .cart-total .value{
    font-size: 15px;
}
.blockcart .cart_block .cart-subtotals{
    color: #212121;
}
.blockcart .cart_block .cart-subtotals, .blockcart .cart_block .cart-total{
    color: #212121;
}
.blockcart .cart_block .cart-buttons a{
    background: rgba(233, 29, 66, 0.92);
    color: #fff;
    border-color: rgba(233, 29, 66, 0.92);
    padding-top: 12px;
    font-size: 16px;
}
.blockcart .cart_block .cart-buttons a:hover{
    background: rgba(210, 30, 62, 0.92);
    color: #fff;
    border-color: rgba(210, 30, 62, 0.92);
}
.account-list-content .fa-heart{
    background-image: url(../img/icon/icon-wishlist-gray.svg);
}
.blockcart .cart_block ul .product-price{
    color:rgba(233, 29, 66, 0.92);
    font-size: 16px;
}
.blockcart .cart_block ul .product-name{
    font-size: 16px;
}
.blockcart .cart_block ul .quantity{
    font-size: 12px;
}
#block_myaccount_infos.header_link_myaccount .account-list .account-list-content > li span, #nov_block_myaccount_infos.header_link_myaccount .account-list .account-list-content > li span, #block_myaccount_infos.header_link_myaccount .account-list .account-list-content > li > a, #nov_block_myaccount_infos.header_link_myaccount .account-list .account-list-content > li > a{
    font-size: 14px;
}
/*-----------------------------------------------MegaMenu Header-----------------------------------------------*/

#header.header-3 .header-center .header-menu .nov-megamenu .menu > li:hover > a{
    color: #9E9E9E;
}
#header.header-3 .header-center .header-menu .nov-megamenu .menu > li.active > a,
#header.header-3 .header-center .header-menu .nov-megamenu .menu > li.active:hover > a{
    color: rgba(233, 29, 66, 0.92);
}
#header.header-3 .header-center .header-menu .nov-megamenu .menu > li > a{
    color: #666666;
    font-size: 16px;
}
@media (max-width: 991px){
    .header-mobile .mobile_logo{
        width: 100%;
        margin: 0px;
        margin-right: 30px !important;
        max-height: 60px;
    }
	.header-mobile .mobile_logo img{
        width: 80px;
	}
    #header #_mobile_search{
        position: absolute;
        top: 75px;
        z-index: 10;
        left: 15px;
        width: calc(100% - 30px);
        display: none;
    }
}
@media(min-width: 768px){
    .nov-megamenu .menu>li.group .menu-content ul li a{
        color: #666666;
        border-bottom: 1px solid #DEDEDE;
    }
    .nov-megamenu .menu>li.has-sub>.dropdown-menu ul li a{
        color: #666666;
        font-size: 14px;
    }
    .nov-megamenu .menu>li.has-sub>.dropdown-menu ul li{
        border-top: 1px solid #DEDEDE;
    }
    .nov-megamenu .menu>li.has-sub>.dropdown-menu ul li:hover>a{
        border-left: 5px solid rgba(233, 29, 66, 0.92);
        color: rgba(233, 29, 66, 0.92);
    }
    .nov-megamenu .menu>li.group .menu-content ul li a:hover{
        color: rgba(233, 29, 66, 0.92);
    }
}
/*-----------------------------------------------Menu Mobile-----------------------------------------------*/
#nov-megamenu .nov-megamenu .menu>li li{
    border-bottom: 1px dotted #dedede;
}
#nov-megamenu .nov-megamenu .menu .menu-title {
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #212121;
}
@media (max-width: 991px) {
    #mobile-pageaccount #box-currency .item-language.current:before, 
    #mobile-pageaccount #box-currency .item-currency.current:before, 
    #mobile-pageaccount #box-language .item-language.current:before, 
    #mobile-pageaccount #box-language .item-currency.current:before{
        background-image: url(../img/icon/icon-check.svg);
        background-repeat: no-repeat;
        width: 12px;
        height: 9px;
        content: "";
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .content-boxpage .box-header .title-box{
        color: #212121;
    }
    #mobile-pageaccount .links-currency i,
    #mobile-pageaccount .links-language i{
        top: 56%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    }
    #mobile-pageaccount .links-currency > span,
    #mobile-pageaccount .links-language > span{
        color: #000;
    }
}
@media (max-width: 767px){
    #nov-megamenu span.opener:before,
    #nov-megamenu .menu-active > span.opener:before{
        content: "";
    }
    #nov-megamenu span.opener{
        background-image: url(../img/icon/icon-plus.svg);
        width: 11px;
        height: 11px;
        padding: 0px;
        top: 11px;
        background-repeat: no-repeat;
    }
    #nov-megamenu .menu-active > span.opener{
        background-image: url(../img/icon/icon-minus.svg);
        width: 11px;
        height: 2px;
        top: 15px;
    }
}
/*-----------------------------------------------slider banner 01-----------------------------------------------*/
.slider-banner-01 .desactive-slider .nivo-directionNav{
    display: none;
}
@media (max-width: 991px) {
    .slider-banner-01 .nivo-prevNav,
    .slider-banner-01 .nivo-nextNav{
        width: 30px;
        height: 30px;
    }
    .slider-banner-01 .fa-angle-right,
    .slider-banner-01 .fa-angle-left{
        height: 20px;
    }
    .slider-banner-01 .fa-angle-left{
        background-position: 8px center;
    }
    .slider-banner-01 .fa-angle-right{
        background-position: 10px center;
    }
}
/*-----------------------------------------------Product Slider 01, relate product, category product, featured-products, Customers also bought-----------------------------------------------*/
.page-home .product-slider-01{
    padding-top: 25px;
    margin-bottom: 15px;
}
.product-slider-01 .product-miniature .product-description,
.relate-product .product-miniature .product-description,
#categories-product .product-miniature .product-description,
.featured-products .product-miniature .product-description,
.products .product-miniature .product-description,
.product-slider-03 .product-miniature .product-description{
    padding-top: 5px;
}
.product-slider-01 .product-miniature .product-description .product-groups .product-comments,
.relate-product .product-miniature .product-description .product-groups .product-comments,
#categories-product .product-miniature .product-description .product-groups .product-comments,
.featured-products .product-miniature .product-description .product-groups .product-comments,
.products .product-miniature .product-description .product-groups .product-comments,
.product-slider-03 .product-miniature .product-description .product-groups .product-comments{
    padding-bottom: 3px;
}
.product-slider-01 .product-miniature .product-description .product-groups .product-title,
.relate-product .product-miniature .product-description .product-groups .product-title,
#categories-product .product-miniature .product-description .product-groups .product-title,
.featured-products .product-miniature .product-description .product-groups .product-title,
.products .product-miniature .product-description .product-groups .product-title,
.product-slider-03 .product-miniature .product-description .product-groups .product-title{
    padding: 0px 7.5px;
    padding-bottom: 10px;
}
.displayhomenovone .product-slider-01 .nov-productlist{
    padding-top: 0px;
    padding-bottom: 15px;
}
.product-slider-01 .product-miniature .product-description .product-groups .product-title > a,
.relate-product .product-miniature .product-description .product-groups .product-title > a,
#categories-product .product-miniature .product-description .product-groups .product-title > a,
.featured-products .product-miniature .product-description .product-groups .product-title > a,
.products .product-miniature .product-description .product-groups .product-title > a,
.product-slider-03 .product-miniature .product-description .product-groups .product-title > a{
    font-size: 15px;
    line-height: 17px;
    color: #000;
}
.product-slider-01 .product-miniature .product-description .product-groups .product-title:hover > a,
.relate-product .product-miniature .product-description .product-groups .product-title:hover > a,
#categories-product .product-miniature .product-description .product-title:hover > a,
.featured-products .product-miniature .product-description .product-title:hover > a,
.products .product-miniature .product-description .product-title:hover > a,
.product-slider-03 .product-miniature .product-description .product-title:hover > a{
    color: rgba(233, 29, 66, 0.92);
}
.product-slider-01 .product-miniature .product-group-price .product-price-and-shipping .price,
.relate-product .product-miniature .product-group-price .product-price-and-shipping .price,
#categories-product .product-miniature .product-group-price .product-price-and-shipping .price,
.featured-products .product-miniature .product-group-price .product-price-and-shipping .price,
.products .product-miniature .product-group-price .product-price-and-shipping .price,
.product-slider-03 .product-miniature .product-group-price .product-price-and-shipping .price{
    font-size: 16px;
    color: #212121;
    line-height: 18px;
}
.product-slider-01 .product-price-and-shipping .regular-price,
.relate-product .product-price-and-shipping .regular-price,
#categories-product .product-price-and-shipping .regular-price,
.featured-products .product-price-and-shipping .regular-price,
.products .product-price-and-shipping .regular-price,
.product-slider-03 .product-price-and-shipping .regular-price{
    color: #9e9e9e;
    text-decoration-color: #9e9e9e;
}
.product-slider-01 .product-flags.out_of_stock,
.relate-product .product-flags.out_of_stock,
#categories-product .product-flags.out_of_stock,
.featured-products .product-flags.out_of_stock,
.products .product-flags.out_of_stock,
.product-slider-03 .product-flags.out_of_stock{
    display: none;
}
.product-slider-01 .wishlist-button-add,
.relate-product .wishlist-button-add,
#categories-product .wishlist-button-add,
.featured-products .wishlist-button-add,
.products .wishlist-button-add,
.product-slider-03 .wishlist-button-add{
    display: none !important;
}
.product-slider-01 .nov-productlist .title_block,
.relate-product .nov-productlist .title_block,
#categories-product .nov-productlist .title_block,
.featured-products .nov-productlist .title_block,
.products .nov-productlist .title_block,
.product-slider-03 .nov-productlist .title_block{
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.81px;
    margin-bottom: 21px;
}
.product-slider-01 .nov-productlist .title_block .sub_title,
.relate-product .nov-productlist .title_block .sub_title,
#categories-product .nov-productlist .title_block .sub_title,
.featured-products .nov-productlist .title_block .sub_title,
.products .nov-productlist .title_block .sub_title,
.product-slider-03 .nov-productlist .title_block .sub_title{
    font-size: 16px;
    color: #9E9E9E;
    font-weight: normal;
    margin-top: 12.5px;
    line-height:20.8px;
}
.product-flags.new,
.product-flags.discount, .product-flags.pack{
    background: rgba(233, 29, 66, 0.92);
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.product-slider-01 .product-miniature.first_item,
.relate-product .product-miniature.first_item,
#categories-product .product-miniature,
.featured-products .product-miniature,
.products .product-miniature,
.product-slider-03 .product-miniature{
    -webkit-box-shadow: 0px 8px 16px 0px #00000026;
    -moz-box-shadow: 0px 8px 16px 0px #00000026;
    box-shadow: 0px 8px 16px 0px #00000026;
    border: 0px;
}
.product-slider-01 .owl-carousel .owl-stage,
.relate-product .owl-carousel .owl-stage,
#categories-product .owl-carousel .owl-stage,
.featured-products .owl-carousel .owl-stage,
.products .owl-carousel .owl-stage,
.product-slider-03 .owl-carousel .owl-stage{
    margin: 0px 15px;
    margin-bottom: 30px;
}
.product-slider-01 .owl-carousel .owl-stage-outer,
.relate-product .owl-carousel .owl-stage-outer,
#categories-product .owl-carousel .owl-stage-outer,
.featured-products .owl-carousel .owl-stage-outer,
.products .owl-carousel .owl-stage-outer,
.product-slider-03 .owl-carousel .owl-stage-outer{
    margin: 0px -15px;
}
.product-slider-01 .product-miniature .product-buttons .add-to-cart .novicon-cart,
.relate-product .product-miniature .product-buttons .add-to-cart .novicon-cart,
#categories-product .product-miniature .product-buttons .add-to-cart .novicon-cart,
.featured-products .product-miniature .product-buttons .add-to-cart .novicon-cart,
.products .product-miniature .product-buttons .add-to-cart .novicon-cart,
.product-slider-03 .product-miniature .product-buttons .add-to-cart .novicon-cart{
    background-image: url(../img/icon/icon-add-cart.svg);
    background-position: initial;
    margin-right: 0px;
}
.product-slider-01 .product-miniature .product-buttons .add-to-cart > span,
.relate-product .product-miniature .product-buttons .add-to-cart > span,
#categories-product .product-miniature .product-buttons .add-to-cart > span,
.featured-products .product-miniature .product-buttons .add-to-cart > span,
.products .product-miniature .product-buttons .add-to-cart > span,
.product-slider-03 .product-miniature .product-buttons .add-to-cart > span{
    color: #000;
}
.product-slider-01 .product-miniature .product-buttons .add-to-cart:hover > span,
.relate-product .product-miniature .product-buttons .add-to-cart:hover > span,
#categories-product .product-miniature .product-buttons .add-to-cart:hover > span,
.featured-products .product-miniature .product-buttons .add-to-cart:hover > span,
.products .product-miniature .product-buttons .add-to-cart:hover > span,
.product-slider-03 .product-miniature .product-buttons .add-to-cart:hover > span{
    color: #fff;
}
.product-slider-01 .product-miniature .product-buttons .add-to-cart:hover .novicon-cart,
.relate-product .product-miniature .product-buttons .add-to-cart:hover .novicon-cart,
#categories-product .product-miniature .product-buttons .add-to-cart:hover .novicon-cart,
.featured-products .product-miniature .product-buttons .add-to-cart:hover .novicon-cart,
.products .product-miniature .product-buttons .add-to-cart:hover .novicon-cart,
.product-slider-03 .product-miniature .product-buttons .add-to-cart:hover .novicon-cart{
    background-image: url(../img/icon/icon-add-cart-hover.svg);
    background-position: initial;
}
.product-slider-01 .product-miniature .product-buttons .addToWishlist .fa-heart,
.relate-product .product-miniature .product-buttons .addToWishlist .fa-heart,
.featured-products .product-miniature .product-buttons .addToWishlist .fa-heart,
.products .product-miniature .product-buttons .addToWishlist .fa-heart,
.product-slider-03 .product-miniature .product-buttons .addToWishlist .fa-heart{
    margin-top: 3px;
}
.product-slider-01 .product-miniature .product-buttons .addToWishlist:hover .fa-heart,
.relate-product .product-miniature .product-buttons .addToWishlist:hover .fa-heart,
.featured-products .product-miniature .product-buttons .addToWishlist:hover .fa-heart,
.products .product-miniature .product-buttons .addToWishlist:hover .fa-heart,
.product-slider-03 .product-miniature .product-buttons .addToWishlist:hover .fa-heart{
    background-image: url(../img/icon/icon-wishlist-hover.svg);
    width: 15px;
    height: 12px;
    margin-top: 3px;
}
#categories-product .product-miniature .product-buttons .addToWishlist .fa-heart,
#categories-product .product-miniature .product-buttons .addToWishlist:hover .fa-heart{
    margin-top: 2px;
}
.product-slider-01 .product-miniature .product-buttons .add-to-cart>span,
.relate-product .product-miniature .product-buttons .add-to-cart>span,
#categories-product .product-miniature .product-buttons .add-to-cart>span,
.featured-products .product-miniature .product-buttons .add-to-cart>span,
.products .product-miniature .product-buttons .add-to-cart>span,
.product-slider-03 .product-miniature .product-buttons .add-to-cart>span{
    margin-left: 12px;
    font-size: 14px;
}
.product-miniature .fa-search{
    margin-top: 1px;
}
.product-miniature.item-one .product-description .product-groups .product-group-price{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.product-miniature .img-fluid{
    display: block;
    margin: auto;
}
.product-miniature .product-buttons .quick-view:hover,
.product-miniature .product-buttons .addToWishlist:hover{
    background: #333333;
}
.product-miniature:hover.item-one .product-buttons .add-to-cart{
    border-color: #333333;
    padding-top: 15px;
}
#categories-product .product_list.list .js-product-miniature{
    padding: 0px;
}
#categories-product .product_list.list .js-product-miniature .product-description{
    padding-top: 30px;
}
#categories-product .product_list.list .js-product-miniature .product-description .product-buttons{
    margin-top: 20px;
}
#categories-product .product_list.list .js-product-miniature .product-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.featured-products .product-description .product-groups{
    display: -ms-grid;
    display: grid;
    grid-template-areas:
        "comment"
        "name"
        "price";
}
.featured-products .product-miniature .product-description .product-groups .product-comments{
    grid-area: comment;
}
.featured-products .product-miniature .product-description .product-groups .product-title{
    grid-area: name;
}
.featured-products .product-miniature .product-description .product-groups .product-group-price{
    grid-area: price;
}

@media (max-width: 767px) {
    .product-slider-01 .owl-carousel .owl-stage,
    .relate-product .owl-carousel .owl-stage,
    #categories-product .owl-carousel .owl-stage,
    .featured-products .owl-carousel .owl-stage,
    .products .owl-carousel .owl-stage,
    .product-slider-03 .owl-carousel .owl-stage{
        margin: 0px 15px;
        margin-bottom: 30px;
    }
    .product-slider-01 .block_content,
    .relate-product .block_content,
    #categories-product .block_content,
    .featured-products .block_content,
    .products .block_content,
    .product-slider-03 .block_content{
        margin: 0px -15px;
    }
    .product-slider-01 > .row,
    .product-slider-03 > .row{
        margin: 0px;
    }
    .product-slider-01 .owl-carousel .owl-stage-outer, 
    .product-slider-03 .owl-carousel .owl-stage-outer{
        margin-bottom: -15px;
    }
    .product-slider-01 .product_list.grid > .item + .item + .item,
    .product-slider-02 .product_list.grid > .item + .item + .item{
        margin-top: 30px;
    }
    .product-slider-01 .product_list.grid > .item,
    .product-slider-02 .product_list.grid > .item{
        width: 50%;
        display: inline-block;
        padding: 0px 15px;
    }
    .product-slider-01 .product_list.grid,
    .product-slider-02 .product_list.grid{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0px -15px;
    }
}
@media (max-width: 480px) {
    .product-slider-01 .product_list.grid > .item,
    .product-slider-02 .product_list.grid > .item{
        padding: 0px 7.5px;
    }
    .product-slider-01 .product_list.grid,
    .product-slider-02 .product_list.grid{
        margin: 0px -7.5px;
    }
}
@media (min-width: 992px) {
    .page-home .product-slider-01{
        padding-top: 50px;
        margin-bottom: 30px;
    }
    .displayhomenovone .product-slider-01 .nov-productlist{
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .product-slider-01 .nov-productlist .title_block,
    .relate-product .nov-productlist .title_block,
    #categories-product .nov-productlist .title_block,
    .featured-products .nov-productlist .title_block,
    .products .nov-productlist .title_block,
    .product-slider-03 .nov-productlist .title_block{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 42px;
    }
    .product-slider-01 .nov-productlist .title_block .sub_title,
    .relate-product .nov-productlist .title_block .sub_title,
    #categories-product .nov-productlist .title_block .sub_title,
    .featured-products .nov-productlist .title_block .sub_title,
    .products .nov-productlist .title_block .sub_title,
    .product-slider-03 .nov-productlist .title_block .sub_title{
        margin-top: 25px;
    }
    .product-flags.new,
    .product-flags.discount, .product-flags.pack{
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
}
/*-----------------------------------------------Product Slider 02-----------------------------------------------*/
.product-slider-02 .product-miniature.first_item{
    border: 0px;
}
.product-slider-02 .product-description{
    display: none;
}
.product-slider-02 .wishlist-button-add{
    display: none !important;
}
.product-slider-02 .product-flags{
    display: none;
}
.product-slider-02 .nov-productlist{
    padding: 0px;
}
.product-slider-02{
    padding: 30px 15px;
}
.product-slider-02 .row{
    margin: 0px;
}
.product-slider-02 .nov-productlist .sub_title{
    margin-top: 25px;
}

.product-slider-01 .owl-dots,
.product-slider-02 .owl-dots,
.relate-product .owl-dots{
    position: initial;
    -webkit-transform: initial;
    transform: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-slider-01  .owl-theme .owl-dots .owl-dot span,
.product-slider-02  .owl-theme .owl-dots .owl-dot span,
.relate-product  .owl-theme .owl-dots .owl-dot span{
    background: rgba(233, 29, 66, 0.2);
    height: 12px;
    width: 12px;
}
.product-slider-01 .owl-theme .owl-dots .owl-dot:hover span,
.product-slider-02 .owl-theme .owl-dots .owl-dot:hover span,
.relate-product .owl-theme .owl-dots .owl-dot:hover span,
.product-slider-01 .owl-theme .owl-dots .owl-dot.active span,
.product-slider-02 .owl-theme .owl-dots .owl-dot.active span,
.relate-product .owl-theme .owl-dots .owl-dot.active span{
    background-color: rgba(233, 29, 66, 0.92);
}
.product-slider-01 .owl-theme .owl-dots .owl-dot span,
.product-slider-02 .owl-theme .owl-dots .owl-dot span,
.relate-product .owl-theme .owl-dots .owl-dot span{
    margin-right: 10px;
}
@media (max-width: 991px) {
    .product-slider-02{
        padding: 15px 15px;
    }
    .product-slider-02 .nov-productlist .sub_title{
        margin-top: 12.5px;
    }
    .product-slider-01 .owl-dots,
    .product-slider-02 .owl-dots,
    .relate-product .owl-dots{
        margin-top: 5px !important;
    }
}
/*-----------------------------------------------Product Slider 03-----------------------------------------------*/
.product-slider-03{
    padding-top: 25px;
}
.product-slider-03 .nov-productlist{
    padding-top: 0px;
    padding-bottom: 15px;
}
.product-slider-03 > .title_block{
    margin: 0px;
    color: #212121;
}
.product-slider-03 > .title_block > span:first-child{
    margin: 15px 0px;
}
.product-slider-03 > .title_block > .sub_title,
.product-slider-03 .nov-productlist h2.title_block{
    font-size: 22px;
    font-weight: bold;
    color: #212121;
    line-height: 25.78px;
}
.product-slider-03 .nov-productlist h2.title_block > .sub_title{
    font-size: 16px;
    color: #212121;
    line-height: 21.09px;
    margin-top: 15px;
}
.product-slider-03 > .title_block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
@media (min-width: 992px){
    .product-slider-03 .nov-productlist:last-child{
        padding-bottom: 30px;
    }
    .product-slider-03 > .title_block > .sub_title,
    .product-slider-03 .nov-productlist h2.title_block{
        font-size: 28px;
        line-height: 32.81px;
    }
    .product-slider-03 .nov-productlist h2.title_block > .sub_title{
        font-size: 18px;
        line-height: 21.09px;
    }
    .product-slider-03{
        padding: 0px 15px;
        padding-top: 50px;
    }
}
/*-----------------------------------------------Modal-----------------------------------------------*/
.modal-body{
    padding: 30px;
}
.modal .modal-header button.close i{
    background-image: url(../img/icon/icon-close.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    font-size: 0px;
    margin-top: 0px;
    color: #212121;
}
.modal .modal-header button{
    top: 15px;
    right: 15px;
}
.modal .modal-header button.close:hover i{
    color: #000;
}
.quickview .product-name {
    font-weight: 700;
    color: #212121;
    font-size: 22px;
}
.quickview .current-price{
    color: #DC3848;
}
.product-actions .product-variants .product-variants-item .control-label{
    margin-bottom: 10px;
}
.quickview .product-variants > .product-variants-item ul li{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.quickview .product-variants .product-variants-item>ul,
.quickview .product-variants .product-variants-item select{
    margin-top: 5px;
}
.quickview .current-price .regular-price{
    color:#9E9E9E;
}
.quickview #product-description-short{
    font-size: 15px;
}
.product-add-to-cart .add .add-to-cart .icon-cart .shopping-cart {
    background-image: url(../img/icon/icon-add-cart-hover.svg);
    background-position: initial;
    width: 15px;
    height: 18px;
    margin-top: 0px;
}
.product-add-to-cart .addToWishlist .fa-heart{
    background-image: url(../img/icon/icon-wishlist-hover.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 13px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-add-to-cart .addToWishlist{
    position: relative;
    background: #333333;
}
.quickview .product-variants-item ul li .radio-label {
    margin-left: 3px;
    margin-bottom: 1px;
    font-weight: 400;
}
.add-to-cart.processing-add,
.add-to-cart.processing-add:hover{
    cursor: not-allowed;
    opacity: .65;
    background-color: #303030;
}
.add-to-cart.processing-add span,
.add-to-cart.processing-add:hover span{
    color: #fff !important;
}
.add-to-cart.processing-add i.shopping-cart,
.add-to-cart.processing-add .novicon-cart{
    background-image: url(../img/icon/icon-loading.svg) !important;
}
.add-to-cart .icon-cart{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-miniature .product-buttons .add-to-cart > span{
    margin-top: 0px;
}
/*-----------------------------------------------blockcart modal-----------------------------------------------*/
#blockcart-modal .modal-header .modal-title i{
    background: rgba(233, 29, 66, 0.92);
}
#blockcart-modal .modal-header .modal-title{
    color: #212121;
}
#blockcart-modal .modal-header button{
    background: #333333;
}
#blockcart-modal .modal-header button:hover{
    background: #212121;
}
#blockcart-modal .modal-body .product-price{
    color: rgba(233, 29, 66, 0.92);
}
#blockcart-modal .modal-header button i{
    font-size: 0px;
    width: 8px;
    height: 8px;
    background-image: url(../img/icon/icon-close-white.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
}
/*-----------------------------------------------comment modal-----------------------------------------------*/
.product-comment-modal .modal-header h2{
    color: #212121;
    font-size: 32px;
}
#post-product-comment-modal .criterions_list{
    list-style-type: none;
}
.quickview .modal-header{
    padding: 15px;
}
#new_comment_form input, #new_comment_form input{
    height: 40px;
    padding: 11px 16px;
}
#new_comment_form #new_comment_form_footer{
    font-size: 14px;
}
#new_comment_form #criterions_list label,
#new_comment_form label{
    font-size: 15px;
    margin-bottom: 5px;
}
#new_comment_form input:hover, 
#new_comment_form textarea:hover{
    border-color: #D4D4D4;
}
#new_comment_form input:focus,
#new_comment_form textarea:focus{
    border-color: #0287CF;
}
#new_comment_form textarea{
    padding: 11px 16px;
}
#new_comment_form.modal .modal-header .modal-title{
    padding: 30px;
    padding-bottom: 0px;
}
#new_comment_form .product .product_desc .product_name{
    color: #212121;
}
#new_comment_form_error > ul{
    padding-left: 0px;
}
@media (max-width: 991px) {
    #new_comment_form .product .product_desc .product_name{
        font-size: 16px;
    }
}
/*-----------------------------------------------popup subscribe-----------------------------------------------*/

#popup-subscribe .modal-dialog .modal-content .title_block{
    color: #212121;
    font-size: 24px;
    line-height:30px;
    font-weight: 700;
    margin-bottom: 8px;
}
#popup-subscribe .modal-dialog .modal-content p{
    font-size: 14px;
}
#popup-subscribe .subscribe_form .input-subscribe-wrap .input-group-btn .btn{
    background: rgba(233, 29, 66, 0.92);
    min-width: 70px;
    min-height: 40px;
}
#popup-subscribe .subscribe_form .input-subscribe-wrap .input-group-btn .btn:hover{
    background: rgba(210, 30, 62, 0.92);
}
#popup-subscribe .subscribe_form .input-subscribe-wrap .input-group-btn .btn{
    padding: 10px 16px;
    padding-top: 11px;
}
#popup-subscribe .subscribe_form .input-subscribe-wrap .input-group-btn{
    top: 0px;
    right: 0px;
}
#popup-subscribe .subscribe_form .input-subscribe-wrap input{
    min-height: 40px;
    padding-right: 70px;
}
#popup-subscribe .subscribe_form .input-subscribe-wrap{
    margin-top: 25px;
}
#popup-subscribe .subscribe_form .checkbox{
    margin-top: 40px;
}
#popup-subscribe .subscribe_form .checkbox > span:not(.custom-checkbox){
    color: #9E9E9E;
    margin-top: 1px;
}
#popup-subscribe .custom-checkbox input[type="checkbox"] + span{
    margin-right: 10px;
}
#popup-subscribe.modal .modal-header button{
    top: 0px;
    right: 10px;
}
@media (max-width: 1199px) {
    #popup-subscribe .subscribe_form{
        padding-top: 437px;
    }
}
@media (max-width: 991px) {
    #popup-subscribe .modal-dialog .modal-content .title_block{
        font-size: 18px;
        line-height: 21.09px;
        margin-bottom: 6px;
    }
}
@media (max-width: 767px) {
    #popup-subscribe .subscribe_form{
        padding-top: 410px;
    }
}


/*-----------------------------------------------module-page-01-----------------------------------------------*/
.module-page-01 .title_block{
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.81px;
    color: #212121;
    margin-bottom: 3px;
}
.module-page-01 .title_block .sub_title{
    color: #9E9E9E;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    display: block;
    font-style: italic;
    margin-top: 3px;
}
.module-page-01 .nov-html{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
@media(min-width: 768px) {
    .module-page-01 .nov-html > .block{
        width: 360px;
        padding-left: 30px;
    }
    .module-page-01 .nov-html{
        margin-bottom: 0px;
    }
    .module-page-01 .nov-image{
        padding-right: 0px;
    }
}
@media (min-width: 992px) {
    .module-page-01 .title_block{
        font-size: 32px;
    }
    .module-page-01 .title_block .sub_title{
        margin-bottom: 40px;
        line-height: 40px;
    }
    .module-page-01 .nov-html > .block{
        width: 480px;
        padding-left: 15px;
    }
}
@media (min-width: 1200px) {
    .module-page-01 .nov-html > .block{
        width: 585px;
        padding-left: 15px;
    }
}
/*-----------------------------------------------module-page-02-----------------------------------------------*/
.module-page-02 .title_block{
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.81px;
    color: #212121;
    margin-bottom: 23px;
}
.module-page-02 .title_block .sub_title{
    color: #9E9E9E;
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-style: italic;
    margin-top: 3px;
    margin-bottom: 0px;
}
.module-page-02 .content-benefits{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}
.module-page-02 .icon-benefits{
    padding-right: 21px;
}
.module-page-02 .icon-benefits img{
    max-width: 64px;
}
.module-page-02 .nov-html{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.page-home .module-page-02 .nov-html{
    -webkit-box-align: end;
    -webkit-align-items: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: end;
    align-items: end;
}
.module-page-02 p{
    line-height: 22px;
}
.module-page-02 .title-benefit{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #212121;
}
.module-page-02 .nov-html > .block{
    overflow: auto;
}
@media (max-width: 767px) {
    .module-page-02 .nov-row-wrap.row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .module-page-02 .nov-html > .block{
        padding-left: 0px;
    }
    .page-content .nov-row[data-nov-stretch-content=true].nov_row-no-padding.module-page-02{
        padding: 15px;
    }
    .page-content .module-page-02 .nov-html .title_block{
        text-align: center;
    }
    #product .module-page-02 .nov-html .title_block{
        text-align: center;
    }
    .module-page-02 .nov-table{
        margin: auto;
        width: 100%;
        margin-bottom: 15px;
    }
    .module-page-02 .nov-html > .block{
        width: 100%;
    }
}
@media(min-width: 768px) {
    .module-page-02 .block_content .content-benefits:last-child{
        padding-bottom: 0px;
    }
    .module-page-02 .nov-image{
        padding-left: 0px;
    }
}
@media (min-width: 992px) {
    .module-page-02 .title_block{
        font-size: 32px;
        margin-bottom: 43px;
    }
    .module-page-02 .title_block .sub_title{
        line-height: 40px;
        margin-bottom: 0px;
    }
    .module-page-02 .nov-html > .block{
        width: 480px;
        padding-right: 15px;
    }
}
@media (min-width: 1200px) {
    .module-page-02 .nov-html > .block{
        width: 576px;
        padding-right: 15px;
    }
}
/*-----------------------------------------------module-page-03-----------------------------------------------*/
.module-page-03{
    background-color: #fff !important;
}
.module-page-03 .content-features {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 54px;
}
.module-page-03 .content-features:last-child{
    margin-bottom: 0px;
}
.module-page-03 .nov-html{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.module-page-03 p{
    line-height: 22px;
}
.module-page-03 .title-feature{
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
}
.module-page-03 .icon-features{
    margin-right: 21px;
    min-width: 52px;
}
.module-page-03 .icon-features img{
    width: 52px;
    height: 49px;
}
.nov-image .block .block_content, .nov-html .block .block_content{
    width: auto;
}
@media (max-width: 767px){
    .module-page-03 .nov-html{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 479px) {
    .module-page-03.nov-row{
        padding: 15px 15px !important;
    }
}
/*-----------------------------------------------module-page-04-----------------------------------------------*/
.module-page-04 .nov-image .block .title_block,
.module-page-04 .nov-image .block .description
{
    display: block; 
}
.module-page-04 .nov-image .block .banner-information .title_block{
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 18px;
}
.module-page-04 .nov-image .block .description{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-transform: initial;
    padding: 0px;
    margin: 0px;
    line-height: 22px;
}
.module-page-04 .nov-image .block .banner-information{
    position: initial;
    display: block;
}
.module-page-04 .nov-image .block{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.module-page-04 .nov-image .block .banner-information .button-image{
    display: none;
}
.module-page-04 .nov-row-wrap{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .module-page-04.nov-row{
        padding: 30px 15px;
    }
}
@media(max-width: 991px) {
    .module-page-04 .nov-image{
        margin-bottom: 15px;
        padding: 0px 15px;
    }
}
/*-----------------------------------------------module-page-05-----------------------------------------------*/
.module-page-05{
    padding: 30px 0px;
}
@media(max-width: 768px) {
    .module-page-05{
        padding: 15px;
    }
    .module-page-05 .title_block{
        margin-bottom: 22.5px;
    }
}

/*-----------------------------------------------module-blog-post-----------------------------------------------*/
.module-blog-post .nov-blog .post-item .post_title a{
    color: #212121;
}
.module-blog-post .nov-blog .novblog-box-content .post-item .read_more{
    color: #9E9E9E;
}
.module-blog-post .nov-blog .novblog-box-content .post-item .read_more:hover{
    color: rgba(233, 29, 66, 0.92);
    text-decoration: none;
}
/*-----------------------------------------------module-testimonial-----------------------------------------------*/
#testimonial_block.testimonial-type-one .type-one .desc-testimonial .testimonial-info h5{
    color: #212121;
}
#testimonial_block.testimonial-type-one .type-one .desc-testimonial .testimonial-info p{
    color: #666666;
}
/*-----------------------------------------------newsletter-----------------------------------------------*/
.footer.footer-two .inner-footer .footer-top{
    background-image: url(../img/banner/banner-bg-1.jpg);
    padding-top: 70px;
    padding-bottom: 80px;
}
.footer.footer-two .inner-footer .footer-top .newsletter .title_block{
    font-size: 24px;
    font-weight: 700;
    line-height: 32.81px;
    margin-bottom: 42px;
}
.footer.footer-two .inner-footer .footer-top .newsletter .title_block .sub_title{
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #9E9E9E;
    margin-top: 10px;
}
.footer.footer-two .inner-footer .footer-top .newsletter .block_newsletter .input-group .input-group-btn{
    margin-left: 0px;
}
.block_newsletter .input-group>input{
    background: #fff;
}
.footer.footer-two .inner-footer .footer-top .newsletter .block_newsletter .input-group .input-group-btn button{
    background: rgba(233, 29, 66, 0.92);
    padding: 18px 23px;
    padding-top: 19px;
    max-height: 50px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.footer.footer-two .inner-footer .footer-top .newsletter .block_newsletter .input-group .input-group-btn button:hover{
    background: rgba(210, 30, 62, 0.92);
}
.footer.footer-two .inner-footer .footer-top .newsletter .block_newsletter .input-group .input-group-btn button span{
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 0px;
    letter-spacing: 0em;
    display: block;
}
.block_newsletter .input-group > input.form-control{
    border: 1px solid #fff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.block_newsletter .input-group > input.form-control:hover{
    border: 1px solid #D4D4D4;
}
.block_newsletter .input-group > input.form-control:focus{
    border: 1px solid #0287CF;
}
.footer.footer-two .inner-footer .footer-top .newsletter .title_block{
    text-transform: none;
}
@media (max-width: 767px){
    .footer.footer-two .inner-footer .footer-top {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .footer.footer-two .inner-footer .footer-top .newsletter .title_block{
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        color: #212121;
    
    }
}
/*-----------------------------------------------footer-----------------------------------------------*/
.footer{
    margin-top: 15px;
}
.footer.footer-two #nov-copyright .footer-left .block_content .content-data{
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
}

.footer .data .icon-phone:before,
.footer .data .icon-mail:before,
.footer .data .icon-home:before,
.footer .data .icon-certificate:before{
    content: "";
}
.footer .data .icon-phone,
.footer .data .icon-mail,
.footer .data .icon-home,
.footer .data .icon-certificate{
    margin: 0px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
}
.footer .data .icon-contact{
    min-width: 25px;
}
.footer .data .icon-phone{
    background-image: url(../img/icon/icon-phone.svg);
}
.footer .data .icon-mail{
    background-image: url(../img/icon/icon-mail.svg);
}
.footer .data .icon-home{
    background-image: url(../img/icon/icon-location.svg);
    margin-top: 0px !important;
}
.footer .data .icon-certificate{
    background-image: url(../img/icon/icon-certificate.svg);
}
.footer.footer-two #nov-copyright .footer-center .social .zmdi-wechat{
    background-image: url(../img/icon/icon-wechat.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 23px;
}
/*.footer.footer-two #nov-copyright .footer-center .social .zmdi-wechat:hover{
    background-image: url(../img/icon/icon-wechat-hover.svg);
    background-repeat: no-repeat;
    width: 28px;
    height: 23px;
}*/
.footer.footer-two #nov-copyright .footer-center .social ul li a:hover i{
    color:rgba(210, 30, 62, 0.92);
}
.footer.footer-two #nov-copyright .footer-right>span>span{
    display: block;
    font-size: 14px;
}
.footer.footer-two #nov-copyright .footer-right>span{
    width: 308px;
    color: #212121;
    line-height: 16px;
    font-size: 12px;
}
.footer.footer-two #nov-copyright .footer-right a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 25px;
}
.footer.footer-two #nov-copyright .footer-center .title_block{
    margin-bottom: 27px;
    color: #212121;
    line-height: 16px;
    font-size: 16px;
}
.footer.footer-two #nov-copyright .footer-right>div{
    margin-bottom: 30px;
}
.footer.footer-two #nov-copyright .footer-center .social ul li a i{
    font-size: 30px;
}
.footer.footer-two .logo_footer{
    margin-top: 27px;
}
.footer.footer-two #nov-copyright{
    background: #EFF9F9;
}
@media (max-width: 767px) {
    .footer.footer-two .logo_footer{
        margin-bottom: 27px;
    }
}
@media (min-width: 992px) {
    .footer{
        margin-top: 30px;
    }
}
/*-----------------------------------------------Product detail-----------------------------------------------*/
#product_comments_block_extra .no-comment p{
    color: #9E9E9E;
}
#product .detail-product-name{
    color: #212121;
    font-size: 32px;
    line-height: 40px;
}
#product .info-stock #product-availability{
    font-size: 14px;
}
#product .info-stock .control-label{
    color: #212121;
    font-size: 15px;
}
#product .info-stock{
    color: #29A847;
}
.pro-tag a, .pro-cate a{
    font-size: 16px;
}
.product-actions .control-label{
    color: #212121;
    font-size: 16px;
}
.product-actions .end{
    margin-bottom: 30px;
}
#product .group-price .product-prices .current-price .regular-price{
    color: #9E9E9E;
    font-size: 18px;
    line-height: 21.09px;
}
#product .group-price .product-prices .current-price{
    font-size: 24px;
    line-height: 30px;
    color: #212121;
}
.tax-shipping-label{
    font-size: 14px;
}
.productbuttons .btn i {
    color:rgba(233, 29, 66, 0.92);
}
.product-add-to-cart .add .add-to-cart{
    background: #333333;
    padding: 10px 60px;
}
.product-add-to-cart .add .add-to-cart:hover{
    background: rgba(210, 30, 62, 0.92);
}
.product-add-to-cart .addToWishlist:hover{
    background: rgba(210, 30, 62, 0.92);
}
.product-add-to-cart .add .add-to-cart > span{
    font-size: 16px;
}
.productbuttons .social-sharing .dropdown-menu>a:hover{
    color: rgba(210, 30, 62, 0.92);
}
.productbuttons .social-sharing .btn-link>span:hover{
    color: rgba(210, 30, 62, 0.92);
}
#product .product-images .thumb-container img:hover, 
#product .product-images .thumb-container img.selected{
    border-color: rgba(210, 30, 62, 0.92);
}
#product .product-cover .layer:hover{
    color: rgba(210, 30, 62, 0.92);
}
#product .product-cover{
    border-color: #DEDEDE;
}
.product-quantity #quantity_wanted{
    border-color: #DEDEDE;
}
.product-variants>.product-variants-item select{
    border-color: #dedede;
}
.product-detail-middle .tabs .nav-tabs>li>a.active, 
.product-detail-middle .tabs .nav-tabs>li>a:hover{
    color: #212121;
    border-color: #212121;
}
.product-detail-middle .tabs .product-description{
    text-align: left;
}
.product-detail-middle .tabs .nav-tabs>li>a{
    color: #9E9E9E;
}
#product_comments_block_tab button.usefulness_btn.yes{
    background: #29A847;
    border-color: #29A847;
}
#product_comments_block_extra .comments_advices i{
    color: rgba(233, 29, 66, 0.92);
}
#product_comments_block_extra .comments_advices a:hover{
    color:rgba(210, 30, 62, 0.92);
}
#product_comments_block_extra .comments_advices a{
    color: #9E9E9E;
}
#product_comments_block_tab div.comment{
    padding: 20px;
    padding-left: 0px;
}
#product_comments_block_tab div.comment_details .title_block, 
#product_comments_block_tab div.comment_details h4{
    color: #212121;
    font-size: 14px;
}
#product_comments_block_tab div.comment{
    border-color: #DEDEDE;
}
.product-detail-middle .tabs .tab-content .tab-pane{
    border-color: #DEDEDE;
}
.product-detail-middle #product_comments_block_tab{
    padding: 17px 10px 0px 12px;
}
.product-detail-middle #attachments{
    padding: 37px 30px 50px 32px;
}
.product-detail-middle .tabs .tab-content .tab-pane .title_block.description-hidden{
    display: none;
}
.product-detail-middle .tabs .product-reference{
    margin-top: 0px;
}
#reviews>p{
    padding-bottom: 0px;
}
#product-comments-list,
#product-comments-list-header{
    display: none;
}
.relate-product .title_block {
    font-size: 32px;
    line-height: 40px;
    color: #212121;
}
#product-comments-list-footer{
    display: none;
}
#product_comments_block_extra .comments_advices a,
#product_comments_block_extra .comments_advices i{
    font-size: 14px;
}
#product-details .product-features{
    margin-bottom: 15px;
}
.product-features>dl.data-sheet dd.value, 
.product-features>dl.data-sheet dt.name{
    background: #F5F5F5;
    padding: 12px;
}
.product-detail-middle .tabs .product-manufacturer{
    margin-bottom: 10px;
}
.product-detail-middle .tabs .product-reference,
.product-detail-middle .tabs .product-quantities{
    margin-left: 5px;
}
#product .product-detail-bottom section:not(.relate-product) .products{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.sku span:hover{
    color: #666666; 
}
#product .product-variants > .product-variants-item ul li{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 7px;
    margin-bottom: 10px;
}
#product .product-variants > .product-variants-item ul li .radio-label{
    margin-left: 3px;
    margin-bottom: 1px;
    font-weight: 400;
}
#product .product-variants{
    padding-bottom: 22px;
}
#product .product-variants > .product-variants-item ul li > label,
.modal-dialog .product-actions label{
    margin: 0px;
}
#product .product-variants > .product-variants-item ul li > label > .rb,
.modal-dialog .product-actions label > .rb{
    top: 0px;
}
.product-detail-middle .tabs .nav-tabs > li{
    white-space: normal;
}
#product .relate-product .owl-prev .fa-angle-left,
#product .relate-product .owl-next .fa-angle-right{
    background-size: 13px;
}
#product .relate-product .owl-prev,
#product .relate-product .owl-next{
    opacity: 0.9;
    background-color: #808080;
}
#product .relate-product .owl-prev .fa-angle-left{
    background-position: 12px center;
    background-image: url(../img/icon/icon-angle-left-white.svg);
}
#product .relate-product .owl-next .fa-angle-right{
    background-position: 14px center;
    background-image: url(../img/icon/icon-angle-right-white.svg);
}
#product .relate-product .owl-prev:hover,
#product .relate-product .owl-next:hover{
    background-color: rgba(233, 29, 66, 0.92);
    opacity: 1;
}
#product .relate-product .owl-nav .disabled{
    display: none;
}
@media (max-width: 991px) {
    #product .detail-product-name{
        font-size: 24px;
        line-height: 32.81px;
    }
    #product .group-price .product-prices .current-price{
        font-size: 18px;
        line-height: 21.09px;
    }
    #product .group-price .product-prices .current-price .regular-price{
        font-size: 16px;
        line-height: 20.8px;
    }
    .relate-product .title_block {
        font-size: 24px;
        line-height: 32.81px;
    }
    .product-detail-middle .tabs .nav-tabs > li{
        margin-right: 30px;
    }
    .product-detail-middle .tabs .nav-tabs .nav-link{
        margin-right: 0px;
    }
}
@media (max-width: 767px) {
    #product .nov-row{
        margin: 0px -15px;
    }
    body#product .product-add-to-cart{
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    body#product .product-add-to-cart > .add{
        width: calc( 100% - 66px);
    }
    body#product .product-add-to-cart .add-to-cart{
        width: 100%;
    }
}
@media (min-width: 545px) and (max-width: 767px) {
    #product .product-detail-bottom section .products > .item{
        max-width: 50%;
    }
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	#product .product-description .module-page-04.nov-row{
		padding: 30px 0px;
	}
	#product .product-description .module-page-02 .nov-html > .block{
		padding-right: 0px;
	}
	#product .product-description .module-page-02.nov-row .nov-image{
		padding-left: 15px;
	}
}
@media (min-width: 1200px) {
    #product .product-detail-bottom section .products > .item{
        max-width: 25%;
    }
}
/*-----------------------------------------------page Category-----------------------------------------------*/
.block-category h1{
    color: #212121;
    font-size: 40px;
    line-height: 50px;
}
.block-categories .category-top-menu>li:first-child a,
.sidebar .block .title_block{
    color: #212121;
}
.change-type span.active{
    background:rgba(210, 30, 62, 0.92);
}
.change-type span:hover{
    background: rgba(233, 29, 66, 0.92);
}
.change-type span{
    background:#DEDEDE;
}
.total-products{
    color: #9E9E9E;
}
.total-products p{
    font-size: 14px;
}
.products-sort-order .select-title{
    border-color: #DEDEDE;
    font-size: 14px;
}
.products-sort-order .select-title:hover{
    border-color: #0287CF;
}
.products-sort-order .select-title i{
    font-size: 0px;
    background-image: url(../img/icon/icon-arrow-down.svg);
    width: 9px;
    height: 5px;
    background-repeat: no-repeat;
    margin-right: -4px;
    margin-top: -1px;
}
.products-sort-order .select-title span {
    color: #212121;
}
.products-sort-order .dropdown-menu>a{
    color: #212121;
    font-size: 15px;
    padding: 10px 15px 6px;
}
.products-sort-order .select-list:hover{
    background: #F5F5F5;
}
.products-sort-order .current.js-search-link{
    color:rgba(233, 29, 66, 0.92);
}
.pagination .showing{
    color: #666666;
    font-size: 14px;
}
.pagination .page-list li.current, .pagination .page-list li:hover{
    background-color: rgba(210, 30, 62, 0.92);
    border-color: rgba(210, 30, 62, 0.92);
}
.pagination .page-list li:not(.current){
    background: #FFFFFF;
    border-color: #D4D4D4;
}
.pagination .page-list li:not(.current) a{
    color: #454545;
}
.pagination .page-list li:not(.current):hover{
    background: #E6E6E6;
    border-color: #D4D4D4;
}
.block-categories .category-sub-menu li[data-depth="0"]>a{
    color: #212121;
    font-size: 15px;
}
.block-categories .category-sub-menu li[data-depth="0"]>a:hover{
    color:rgba(233, 29, 66, 0.92);
}
.block-categories .collapse-icons{
    border-radius: 3px;
}
.block-categories .collapse-icons{
    background: #DEDEDE;
}
.block-categories .collapse-icons:hover{
    background:rgba(233, 29, 66, 0.92);
}
.block-categories .collapse-icons[aria-expanded="true"]{
    background:rgba(233, 29, 66, 0.92);
}
.block-categories .collapse-icons .add,
.block-categories .collapse-icons .remove{
    font-size: 0px;
    width: 11px;
    height: 11px;
    position: absolute;
    background-repeat: no-repeat;
    top: 2px;
    left: 2px;
}
.block-categories .collapse-icons .add{
    background-image: url(../img/icon/icon-plus-white.svg);
} 
.block-categories .collapse-icons .remove{
    background-image: url(../img/icon/icon-minus-white.svg);
    background-position: 0px 5px;
} 
.block-categories .category-sub-menu li[data-depth="1"]:before{
    background-color: #666666;
}
.block-categories .category-sub-menu li[data-depth="0"]{
    border-color: #DEDEDE;
}
#search_filters .facet .facet-label{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#search_filters .facet .collapse{
    padding-top: 1px;
}
#search_filters .facet .facet-title{
    color: #212121;
    border-color: #dedede;
}
.color, .custom-checkbox input[type="checkbox"]+span.color{
    width: 20px;
    height: 20px;
}
#search_filters .facet .facet-label .color{
    margin-top: 0px;
    margin-right: 12px;
}
#search_filters .facet .facet-label.active .js-search-link{
    color:rgba(233, 29, 66, 0.92);
}
#search_filters .ui-widget-header{
    background: #666666;
}
#search_filters .ui-slider .ui-slider-handle{
    background: #fff !important;
    border: 5px solid #666666 !important;
    width: 19px !important;
}
.ui-slider{
    background: #DEDEDE;
    border-color: #F5F5F5;
}
#search_filters .facet .faceted-slider .ui-slider{
    margin-right: 30px;
}
#_desktop_search_filters_clear_all{
    display: inline-block;
    float: right;
}
#search_filters .text-uppercase.h6{
    display: inline-block;
    font-size: 20px;
    color: #212121;
    font-weight: 700;
}
#search_filters .btn.btn-tertiary{
    color: #454545;
    height: 30px;
    padding: 9px;
    line-height: 13px;
}
#search_filters #_desktop_search_filters_clear_all i,
#_mobile_search_filters_clear_all i{
    background-image: url(../img/icon/icon-close.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    font-size: 0px;
    margin-top: 2px;
}
#search_filter_controls #_mobile_search_filters_clear_all i{
    margin-top: 1px;
}
#search_filter_controls .ok i{
    font-size: 13px;
}
.block-category #category-description p{
    color: #666666;
}
.custom-checkbox input[type=checkbox]+span{
    margin-top: 0px;
}
#category .product_list .product-description.col-md-8.col-sm-8 .product-title,
#category .product_list .product-description.col-md-8.col-sm-8 .product-group-price{
    padding-left: 0px;
}
#category .product_list.list .js-product-miniature .thumbnail-container .product-flags{
    left: 10px;
    top: 10px;
}
.custom-checkbox input[type="checkbox"]:hover + span.color {
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #d9d9d9;
}
#search_widget .toggle-search .icon-header-search{
    background-image: url(../img/icon/icon-search.svg);
    background-position: 0px;
    background-repeat: no-repeat;
}
#search_filters .facet .facet-label a{
    line-height: 1.1;
}
#search_widget form input{
    min-height: 35px;
    width: 100%;
    padding: 9px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    -ms-box-shadow: 0;
    -o-box-shadow: 0;
    box-shadow: 0;
    text-align: center;
    outline: none;
    background-color: transparent;
    color: #919191;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    overflow: hidden;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search_widget form button i{
    width: 18px;
    height: 19px;
}
#search_widget form{
    display: block !important;
    position: relative;
}
#search_widget .toggle-search{
    display: none;
}
#category .content-404{
    margin-top: 30px;
}
div.tags_block .block_content a:hover{
    background: rgba(233, 29, 66, 0.92);
    color: #fff;
    border-color: rgba(233, 29, 66, 0.92);
}
@media (max-width: 991px) {
    .block-category h1{
        font-size: 32px;
        line-height: 37.5px;
    }
    .pagination .page-list{
        padding: 0px;
    }
    .pagination .showing{
        background: transparent;
    }
    #search_filters .facet .collapse{
        padding-top: 5px;
    }
    #search_filters .facet .facet-title{
        margin-bottom: 15px;
    }
    #search_filters .facet .facet-label a{
        margin-top: 5px;
    }
}
@media (max-width: 767px){
    #category #left-column #search_filter_controls button{
        padding: 5px 10px;
        height: 30px;
    }
    #category #left-column #search_filters .facet .facet-title{
        color: #212121;
    }
    #category #left-column #search_filters .facet .collapse.in{
        padding-top: 15px;
        margin-left: 15px;
    }
    #category #left-column #search_filters .facet .facet-label a{
        padding-top: 5px;
    }
    #category #left-column #search_filters .facet .h6{
        margin: 5px;
        padding: 0px;
        padding-bottom: 5px;
    }
}
@media (max-width: 575px){
    #search_widget form input{
        text-align: left !important;
    }
}
/*-----------------------------------------------page Brand-----------------------------------------------*/
#manufacturer .brand > .media{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
#manufacturer .brand.list-group-item{
    border-color: #dedede;
}
/*-----------------------------------------------page cart -----------------------------------------------*/
#cart .cart-item .product-price.total{
    color: #DC3848;
    font-size: 18px;
}
#cart .cart-item .qty #quantity_wanted{
    text-align: center;
}
#cart .cart-grid .cart-items .cart-item{
    border-bottom: 2px solid #fff;
}
.blockreassurance_product .item-product{
    margin-right: 15px;
}
#cart .cart-item .product-line-info .label,
#cart .cart-item .product-line-info.product-price{
    font-size: 16px;
}
#cart .cart-item .label{
    font-size: 15px;
}
#cart .cart-item .product-line-info{
    font-size: 15px;
}
.blockreassurance_product .block-title{
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}
/*-----------------------------------------------page checkout-----------------------------------------------*/

.cart-summary{
    background-color: rgba(233, 29, 66, 0.92);
    border: 1px solid #dedede;
}
.cart-summary .show-details a,
body#checkout .collapse-button.promo-code-button,
.cart-summary .block-promo .cart-voucher > p a{
    padding: 10px 15px;
    padding-bottom: 9px;
    border-radius: 60px;
}
.cart-summary .block-promo .cart-voucher .promo-code form button{
    border-radius: 60px;
    padding-top: 8px;
    padding-bottom: 7px;
}
body#checkout section.checkout-step{
    font-size: 14px;
}
body#checkout #checkout-addresses-step input[type=checkbox]:checked ~ span{
    position: absolute;
}
body#checkout #checkout-addresses-step .btn-primary{
    border-radius: 60px;
}
body#checkout section.checkout-step .step-title,
body#checkout section.checkout-step.-reachable .step-title{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body#checkout section.checkout-step .step-title{
    color: #666666;
}
body#checkout section.checkout-step .step-title .step-number{
    background: #808080;
    padding-top: 1px;
}
body#checkout section.checkout-step.-reachable .step-title{
    color:rgba(233, 29, 66, 0.92);
}
body#checkout section.checkout-step.-reachable .step-number{
    background: rgba(233, 29, 66, 0.92);
    padding-top: 1px;
}
body#checkout #checkout-personal-information-step .nav .nav-link.active {
    font-weight: 700;
    color: #212121;
}
body#checkout #checkout-personal-information-step .nav .nav-link{
    color: #000;
}
body#checkout #checkout-personal-information-step .nav .nav-link:not(.active):hover{
    color: rgba(233, 29, 66, 0.92);
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit{
    color: #636c72;
    font-size: 16px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover{
    color: rgba(233, 29, 66, 0.92);
}
body#checkout section.checkout-step small{
    color: #9E9E9E;
}
body#checkout section.checkout-step:before{
    background: #dedede;
}
body#checkout section.checkout-step .not-allowed{
    opacity: 1;
}
body#checkout section.checkout-step .step-title.not-allowed{
    color: rgba(102, 102, 102, 0.5);
}
body#checkout section.checkout-step.-reachable .step-title.not-allowed{
    color: rgba(233, 29, 66, 0.5);
}
body#checkout section.checkout-step .step-title.not-allowed .step-number{
    background: rgba(102, 102, 102, 0.5);
}
body#checkout section.checkout-step.-reachable .step-title.not-allowed .step-number{
    background: rgba(233, 29, 66, 0.5);
}
body#checkout section.checkout-step.-reachable .step-title.not-allowed .step-edit{
    color: rgba(158, 158, 158, 0.5);
}
#checkout-addresses-step #delivery-addresses{
    margin: 0px;
}
body#checkout section.checkout-step .custom-radio{
    position: relative;
    top: 4px;
    left: -5px;
}
body#checkout section.checkout-step .payment-options .custom-radio{
    z-index: -1;
}
body#checkout section.checkout-step .custom-radio input[type="radio"],
body#checkout section.checkout-step .custom-radio input[type="radio"] ~ span{
    top: 0px;
    left: 0px;
}
body#checkout section.checkout-step .address-alias{
    margin-top: 0px;
}
body#checkout section.checkout-step .address-alias{
    font-size: 16px;
}
body#checkout section.checkout-step .address{
    margin-top: 10px;
}
body#checkout #invoice-addresses{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body#checkout .js-address-form h2.h4{
    font-size: 16px;
}
body#checkout .js-address-form header.h4{
    font-size: 14px;
    line-height: 1;
}
body#checkout section.checkout-step .add-address{
    margin-bottom: 15px;
}
body#checkout .cancel-address{
    color: #9E9E9E;
}
body#checkout .cancel-address:hover{
    color:rgba(233, 29, 66, 0.92); 
    text-decoration: none;
}
#checkout-delivery-step .delivery-option .row.align-items-center{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body#checkout section.checkout-step .address-footer{
    padding-top: 0px;
    padding-left: 15px;
    position: inherit;
}
body#checkout .js-address-form .cbx-label > .cbx{
    top: 4px;
}
#content-hook_order_confirmation .h1.card-title{
    margin-bottom: 15px;
    margin-top: 15px;
    color: #212121;
    font-weight: 700;
}
#content-hook_order_confirmation p{
    font-size: 16px;
}
#content-hook_order_confirmation .card-title .material-icons{
    display: none;
}
#order-confirmation .col-md-12{
    padding: 0px 30px;
}
#order-confirmation .page-order-confirmation .card-block{
    padding: 30px;
}
#order-confirmation .page-order-confirmation .card-title.h3{
    font-weight: 700;
}
#order-confirmation #order-items hr{
    border-color: #DEDEDE;
}
#order-confirmation #order-details{
    padding: 0px 30px;
}
#order-confirmation .card{
    border-color: #dedede;
}
#order-confirmation .card-block dt{
    color: #212121;
}
#order-confirmation .page-order-confirmation .card-title.h3{
    margin-bottom: 20px;
    color: #212121;
}
#content-hook-order-confirmation-footer .title_block{
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 35px;
}
#content-hook-order-confirmation-footer .product-miniature{
    margin-top: 0px;
}
#order-confirmation #content-hook-order-confirmation-footer{
    margin-top: 50px;
}
#content-hook-order-confirmation-footer .featured-products .all-product-link{
    padding: 8px 15px;
    height: 45px;
}
.page-order-confirmation .order-confirmation-table .font-weight-bold{
    color: #212121;
}
#content-hook_payment_return strong{
    color: #212121;
}
#content-hook-order-confirmation-footer  .owl-nav{
    display: none;
}
body#checkout section.checkout-step #conditions-to-approve label{
    margin-top: 0px;
    display: inline-block;
    line-height: 1.5;
}
body#checkout #checkout-payment-step .custom-radio{
    top: 5px;
    left: 0px;
}
body#checkout section.checkout-step .payment-options .payment-option:hover .custom-radio input[type="radio"] ~ span{
    background: #fff;
    border-color: #0287CF;
}
#delivery-address .col-md-10 input[type='checkbox']{
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    margin-right: 10px;
    visibility: hidden;
}
body#checkout .cancel-address{
    text-decoration: none;
    font-size: 16px;
}
body#checkout section.checkout-step .add-address a{
    font-size: 14px;
    color: #000;
}
body#checkout section.checkout-step .add-address a:hover{
    color: rgba(233, 29, 66, 0.92);
}
#order-confirmation #registration-form{
    margin-top: 60px;
}
#order-confirmation #registration-form .card-block{
    padding: 30px;
}
#order-confirmation #registration-form .card-block .h4{
    margin-bottom: 30px;
}
#order-confirmation .featured-products .all-product-link>i{
    margin-bottom: 3px;
}
body#checkout [data-action="show-password"]{
    background: #FFFFFF;
    color: #454545;
    border: 1px solid #D4D4D4;
}
body#checkout [data-action="show-password"]:hover{
    background: #E6E6E6;
    border: 1px solid #D4D4D4;
}
body#checkout [data-action="show-password"]:focus{
    border-color: #D4D4D4;
}
body#checkout section.checkout-step .address-item .address-line{
    font-size: 15px;
    line-height: 16px;
}
body#checkout section.checkout-step .delete-address span, 
body#checkout section.checkout-step .edit-address span,
body#checkout section.checkout-step .add-address a span{
    font-size: 16px;
}
body#checkout section.checkout-step .carrier-name,
body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-price{
    font-size: 16px;
}
.cart-summary #cart-summary-product-list .product-quantity{
    font-size: 12px;
}
.cart-summary #cart-summary-product-list .product-price,
.cart-summary #cart-summary-product-list .product-name{
    font-size: 16px;
}
@media (max-width: 991px) {
    body#checkout section.checkout-step .address-item{
        min-width: 200px;
    }
    #order-confirmation .col-md-12{
        padding: 0px 15px;
    }
    #order-confirmation .page-order-confirmation .card-block{
        padding: 15px;
    }
    #order-confirmation #content-hook_payment_return .card-block{
        padding: 15px;
    }
    #order-confirmation #order-details{
        padding: 0px 15px;
    }
    #content-hook-order-confirmation-footer .featured-products .all-product-link{
        padding: 13px 15px;
    }
    #content-hook-order-confirmation-footer .title_block{
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 25.78px;
    }
    #order-confirmation #registration-form .card-block{
        padding: 15px;
    }
    body#checkout section.checkout-step.-reachable .step-number,
    body#checkout section.checkout-step .step-title .step-number{
        line-height: 29px;
    }
    #order-confirmation #registration-form .card-block .h4{
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    #order-confirmation #order-items .card-title,
    #order-confirmation #order-details .card-title{
        border-color: #dedede;
    }
    #order-confirmation #registration-form .no-gutters:nth-last-child(-n+4) .form-control-label.required,
    #checkout-guest-form .no-gutters:nth-last-child(-n+4) .form-control-label.required,
    #customer-form .no-gutters:nth-last-child(-n+4) .form-control-label.required{
        -webkit-transform: translate(98%, 20px);
        -moz-transform: translate(98%, 20px);
        -ms-transform: translate(98%, 20px);
        -o-transform: translate(98%, 20px);
        transform: translate(98%, 20px);
    }
    #order-confirmation #registration-form {
        margin-top: 30px;
    }
    #checkout-delivery-step .delivery-option .row.align-items-center .col-xs-12{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    #checkout-delivery-step .delivery-option .row.align-items-center .col-sm-3 ~ .col-sm-6{
        margin-left: -25%;
    }
    #cart .cart-item .product-line-grid-left{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        width: 33.33%;
        max-width: 33.33%;
        padding-left: 15px;
        padding-right: 15px;
    }
    #cart .cart-item .product-line-grid-body{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%;
        width: 66.66%;
        max-width: 66.66%;
        padding-left: 15px;
        padding-right: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #cart .cart-item .product-line-grid-right{
        position: initial;
    }
    #cart .cart-item .product-line-grid-right .align-self-end{
        position: absolute;
        top: 0px;
        right: 0px;
        display: inline-block;
        width: auto;
    }
    #cart .cart-item .cart-line-product-actions{
        display: inline-block;
    }
    #cart .cart-item .product-line-grid{
        position: relative;
    }
    #cart .cart-item .label{
        padding-right: 15px;
        margin: 0px;
    }
    #cart .cart-item .qty,
    #cart .cart-item .price{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 5px;
    }
    #cart .cart-item .qty .input-group{
        margin: 0;
        margin-right: -7px;
    }
    #cart .cart-item .product-price{
        margin: 0px;
    }
    body#checkout section.checkout-step.-current .content{
        padding: 0px 15px;
    }
}
@media (max-width: 575px) {
    #order-items .image img{
        margin-bottom: 15px;
    }
    body#checkout #checkout-delivery-step .no-gutters > .col-sm-1 {
        width: auto;
        margin-right: 20px;
        margin-left: 5px;
    }
    #checkout-delivery-step .delivery-option .row.align-items-center .col-sm-3 ~ .col-sm-6{
        margin-left: -20%;
    }
    body#checkout section.checkout-step .delivery-option-2{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
    }
    body#checkout section.checkout-step .payment-options .custom-radio{
        left: 0px;
    }
}
@media (max-width: 479px) {
    #checkout-addresses-step #delivery-addresses{
        display: block;
    }
    #checkout-delivery-step .delivery-option .row.align-items-center .col-sm-3 ~ .col-sm-6{
        margin-left: -3%;
    }
    body#checkout section.checkout-step .address-footer {
        padding-top: 5px;
        padding-right: 5px;
        position: absolute;
    }
}
@media(min-width: 992px) {
    #order-confirmation #order-items{
        padding-right: 30px;
        border-color: #dedede;
    }
}
/*-----------------------------------------------post blog page-----------------------------------------------*/
#module-smartblog-details #sdsblogArticle .post-title,
#module-smartblog-details #articleShareThis .title_block{
    color: #212121;
    margin-bottom: 20px;
}
#module-smartblog-details .sdsarticle-des p{
    font-size: 14px;
}
#module-smartblog-details #sdsblogCategory p, #sdsblogArticle p{
    margin-bottom: 20px;
}
#module-smartblog-details .sdsarticleBottom .btn-link{
    color:rgba(233, 29, 66, 0.92)
}
#module-smartblog-details .sdsarticleBottom .btn-link:hover,
#module-smartblog-details .sdsarticleBottom .btn-link:focus{
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
#module-smartblog-details #sdsblogArticle .sdsarticleBottom{
    border-color: #dedede;
}
#module-smartblog-details #articleComments .commentList li{
    border-color: #dedede;
}
#module-smartblog-details #articleComments .commentList li .name, 
#module-smartblog-details #articleComments .commentList li .name a{
    color: #212121;
    padding-right: 5px;
}
#articleComments .commentList .mb-15{
    padding-bottom: 0px !important;
}
#module-smartblog-details .commentList li .reply a{
    background: #808080;
    color: #fff;
}
#module-smartblog-details .commentList li .reply a:hover,
#module-smartblog-details .commentList li .reply a:focus{
    color: #fff;
    background: #333;
}
#module-smartblog-details .commentList li .created{
    padding-right: 1px;
    color: #9E9E9E;
}
#module-smartblog-details .commentList li{
    padding: 15px;
    padding-left: 120px;
}
#module-smartblog-details .commentList li .avatar{
    left: 15px;
    top: 15px;
}
#module-smartblog-details #articleComments h3{
    padding: 0px;
    padding-bottom: 10px;
}
#module-smartblog-details #articleComments{
    padding-top: 15px;
}
#module-smartblog-details #respond .comment-reply-title{
    color: #212121;
    margin-bottom: 20px;
}
#module-smartblog-details #respond input[type="text"]{
    margin-bottom: 10px;
}
#module-smartblog-details #respond input[type="text"].mt-30{
    margin-top: 20px !important;
}
#module-smartblog-details #respond textarea{
    padding: 11px 16px;
}
#module-smartblog-details .sdstags-update .tags a{
    background-color: #F5F5F5;
    color: #666666;
    border-color: #dedede;
}
#module-smartblog-details .sdstags-update .tags > a:hover{
    background-color: rgba(233, 29, 66, 0.92);
    border-color: rgba(233, 29, 66, 0.92);
    color: #fff;
}
#module-smartblog-details .tags{
    border-color: #dedede;
    color: #212121;
}
#module-smartblog-details .sdstags-update .tags > b{
   margin-right: 5px; 
}
#module-smartblog-details #cancel-comment-reply-link{
    font-size: 14px;
}
#smartblogcat .sdsarticle-des .more a{
    border: 1px solid #D4D4D4;
    border-radius: 3px;
}
.post-page .pagination li .page-active{
    background-color: rgba(210, 30, 62, 0.92);
    border: rgba(210, 30, 62, 0.92) 1px solid;
}
.post-page .pagination li .page-link{
    background-color: #FFFFFF;
    border: #D4D4D4 1px solid;
    color: #454545;
}
.post-page .pagination li .page-link:hover{
    background-color: #E6E6E6;
    border-color: #D4D4D4;
}
#smartblogcat .sdsarticleHeader .sdstitle_block a{
    color: #212121;
}
#smartblogcat .sdsarticleHeader .sdsarticle-info span{
    color: #666666;
    line-height: 20px;
}
#smartblogcat .sdsarticleHeader .sdstitle_block a:hover,
#smartblogcat .sdsarticleHeader .sdsarticle-info span a:hover{
    color: rgba(233, 29, 66, 0.92);
}
#smartblogcat .sdsarticleHeader .sdsarticle-info > span:first-child{
    padding-left: 0px;
}
#smartblogcat .sdsarticleHeader{
    border-color: #DEDEDE;
}
/*-----------------------------------------------page register-----------------------------------------------*/
.register-form > p{
    padding-bottom: 15px;
}
.register-form > p > a{
    padding-left: 8px;
}
/*-----------------------------------------------page retrieve password.-----------------------------------------------*/
#password .page-footer ul{
    padding-left: 0px;
}
#password .page-footer li{
    list-style-type: none;
}
#password .page-footer .account-link >i{
    position: relative;
    top: -3px;
}
/*-----------------------------------------------page myaccount-----------------------------------------------*/
#my-account .links a{
    background: #fff;
    border: 1px solid #D4D4D4;
    border-radius: 60px;
    font-size: 16px;
}
#my-account .links a span{
    color: #454545;
}
#my-account .links a:hover{
    background: #E6E6E6;
    color: #454545;
}
#my-account .links .a-account{
    background-color: rgba(233, 29, 66, 0.92);
    border-color: rgba(233, 29, 66, 0.92);
}
#my-account .links .a-account:hover{
    background-color: rgba(210, 30, 62, 0.92);
}
#my-account .links .a-account .link-item>span{
    color:#fff;
    text-transform: none;
}
#my-account .links .a-account .zmdi-close-circle:before{
    color: #fff;
}
.page-footer>a{
    background: #fff !important;
    border: 1px solid #D4D4D4 !important;
    color: #454545 !important;
    position: relative;
    border-radius: 60px !important;
}
.page-footer>a:hover{
    background: #E6E6E6 !important;
}
.page-footer{
    margin-top: 30px;
}
.page-footer > .account-link:nth-child(1) .material-icons{
    background-image: url(../img/icon/icon-angle-left.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    font-size: 0px;
    margin-right: 5px;
    -webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}
.page-footer > .account-link:nth-child(2) .material-icons,
#module-novblockwishlist-mywishlist .footer_links>a:not(:last-child) .material-icons,
#module-novblockwishlist-mywishlist .footer_links>a.home .material-icons,
#my-account .links a .material-icons{
    -webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
    margin-right: 5px;
    font-size: 18px;
}
.material-icons.edit,
.material-icons.delete,
.add-address .material-icons{
    font-size: 16px !important;
    margin-right: 3px;
}
.page-footer > .account-link{
    padding-top: 12px !important;
}
#module-novblockwishlist-mywishlist .footer_links>a:not(:last-child),
#module-novblockwishlist-mywishlist .footer_links>a.home{
    padding-top: 11px;
}
#my-account .links a{
    padding-top: 12px;
    padding-bottom: 11px;
}
#module-novblockwishlist-mywishlist .footer_links>a:not(:last-child) .material-icons{
    background-image: url(../img/icon/icon-angle-left-white.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    font-size: 0px;
    margin-right: 7px;
}
#module-novblockwishlist-mywishlist .footer_links>a.home .material-icons{
    margin-right: 7px;
}
#my-account .links .a-account .zmdi-close-circle:before{
    background-image: url(../img/icon/icon-close-white.svg);
    background-repeat: no-repeat;
    content: "";
    width: 10px;
    height: 11px;
    display: block;
}
@media (max-width: 991px){
    .page-footer > .account-link:nth-child(1) .material-icons{
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}
/*-----------------------------------------------page addresses-----------------------------------------------*/
#addresses .page-content .row > div{
    margin-bottom: 30px;
}
#addresses .page-content .row .address{
    border: 1px solid #dedede;
    padding: 20px;
    padding-bottom: 15px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#addresses .page-content .row .address address{
    margin-bottom: 30px;
}
#addresses .page-content .row .address-footer{
    padding: 0px;
    padding-top: 15px;
    border-top: 1px solid #dedede;
    width: 100%;
}
#addresses .page-content .addresses-footer .material-icons{
    background-image: url(../img/icon/icon-plus.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    font-size: 0px;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-right: 5px;
}
#addresses .page-content .addresses-footer > a:hover .material-icons{
    background-image: url(../img/icon/icon-plus-red.svg);
}
@media (max-width: 767px) {
    .form-control-comment.right{
        display: none;
    }
    
}
/*-----------------------------------------------page wishlist-----------------------------------------------*/
#form_wishlist fieldset h3{
    color:rgba(233, 29, 66, 0.92);
}
#block-history thead th{
    background: rgba(233, 29, 66, 0.92);
}
.wlp_bought_list .lnkdel{
    background: #212121;
}
.wlp_bought_list .lnkdel:hover{
    background: rgba(210, 30, 62, 0.92);
}
#module-novblockwishlist-mywishlist .wishlisturl{
    background: #F5F5F5;
}
#module-novblockwishlist-mywishlist .wishlistLinkTop .display_list li a{
    color: #212121;
}
#module-novblockwishlist-mywishlist .wishlistLinkTop ul{
    border-color: #dedede;
}
.wlp_bought_list .wishlist_product_detail .quantity,
#module-novblockwishlist-mywishlist .wlp_bought_list .wishlist_product_detail .priority{
    width: 60px;
    height: 35px;
    text-align: center;
}
@media (max-width: 991px) {
    #form_wishlist fieldset h3{
        color:rgba(233, 29, 66, 0.92);
    }
}
/*-----------------------------------------------page order history-----------------------------------------------*/
.thead-default th, .table-bordered th{
    color: #212121;
}
.table thead th, .table-bordered td, .table-bordered th{
    background-color: #F5F5F5;
    border-color: #dedede;
    padding: 15px;
}
.table thead th{
    padding-bottom: 7.5px;
}
.table-bordered .order-actions a:first-child{
    padding-right: 15px;
}
#order-infos .text-xs-right{
    padding-left: 15px;
}
#order-infos .box:first-child{
    margin-bottom: 10px;
}
#order-infos .row{
    margin: 0px;
}
#order-history h3,
.order-message-form h3{
    margin-top: 30px;
    margin-bottom: 15px;
    color:#212121;
    font-weight: 700;
}
.addresses .col-lg-6{
    padding: 0px;
}
.addresses #delivery-address h4,
.addresses #invoice-address h4{
    color:#212121;
    font-weight: 700;
    margin-bottom: 15px;
}
.addresses #invoice-address h4{
    margin-top: 30px;
}
#order-products{
    margin-top: 30px;
}
#order-products input[type=checkbox]{
    visibility: hidden;
}
body#order-detail #order-return-form input[type=checkbox]:checked ~ span{
    position: absolute;
}
.order-message-form .form-group{
    margin: 0px;
    margin-bottom: 10px;
}
.table-bordered td.qty{
    width: 100%;
    border: 0px;
}
#order-return-form{
    margin-bottom: 30px;
}
#order-return-form .table-bordered tr:not(:first-child) td.qty{
    border-top: 1px solid #dedede;
}
#order-return-form .table-bordered tr{
    background: #F5F5F5;
}
#order-return-form .qty .current{
    margin-bottom: 10px;
}
.table-bordered td > span.bright,
.table-bordered td > span.label-pill{
    background-color: transparent !important;
}
@media (max-width: 767px) {
    #history .order .status > .label,
    #order-detail .state > .label{
        background-color: #fff !important;
    }
    
    #history .order{
        margin-bottom: 45px;
    }
    #history .order .row{
        margin: 0px;
    }
    #history .row > .col-xs-10{
        display: grid;
        display: -ms-grid;
        grid-template-areas: 
            "title title title"
            "date total status";
        width: -webkit-calc(100% - 15px);
        width: -moz-calc(100% - 15px);
        width: calc(100% - 15px);
    }
    #history .row > .col-xs-10 > a{
        grid-area: title;
    }
    #history .row > .col-xs-10 > .date{
        grid-area: date;
    }
    #history .row > .col-xs-10 > .total{
        grid-area: total;
    }
    #history .row > .col-xs-10 > .status{
        grid-area: status;
    }
    #order-detail .row{
        margin: 0px;
    }
    #order-detail .order-item > .row{
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #order-history .history-line{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    #order-history .history-line .state{
        padding-left: 15px;
    }
    #order-detail .history-line + .history-line{
        margin-top: 5px;
    }
    #order-detail #invoice-address h4,
    #order-detail #delivery-address h4{
        margin-bottom: 10px;
    }
    #order-detail #invoice-address h4{
        margin-top: 15px;
    }
    #order-detail #delivery-address h4{
        margin-top: 30px;
    }
    #order-detail .order-items{
        margin-top: 30px;
    }
    #order-detail .order-item .desc .name{
        font-size: 14px;
        color: #212121;
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: capitalize;
    }
    #order-detail .order-items .desc,
    #order-detail .order-items .qty{
        padding: 0px;
    }
    #order-detail .order-item .desc .name::after{
        content: ": ";
        margin-right: 5px;
    }
    #order-detail .order-totals strong,
    #order-detail .shipping-line strong{
        margin-right: 5px;
    }
    #order-detail .order-item{
        margin-bottom: 15px;
    }
    #order-detail .order-items .qty .text-sm-left::after{
        content: "*";
        display: inline;
    }
    #order-detail .order-items .qty .text-xs-right::before{
        content: "=";
        display: inline;
    }
    #order-detail .box.messages{
        margin-top: 30px;
    }
    #order-detail .order-message-form.box .form-control-label{
        margin-bottom: 5px;
    }
    #order-detail .message.row .col-sm-8{
        overflow: scroll;
    }
    #order-return-form .order-totals{
        margin-bottom: 30px;
    }
    #order-return-form .box h3{
        margin-bottom: 15px;
    }
    #order-return-form .content > .row{
        padding-left: 15px;
    }
}
/*-----------------------------------------------page merchandise returns-----------------------------------------------*/


@media (max-width: 767px) {
    #order-follow h6{
        margin-bottom: 15px;
    }
    #order-follow .order-return + .order-return{
        margin-top: 15px;
    }
}
/*-----------------------------------------------page credit slip-----------------------------------------------*/
@media (max-width: 767px) {
    #order-slip .credit-slip + .credit-slip{
        margin-top: 15px;
    }
}
/*-----------------------------------------------page contact us-----------------------------------------------*/
#contact .page-content .page_title{
    font-size: 40px;
    line-height: 50px;
    color: #212121;
    margin-bottom: 60px;
}
.contact-rich .block .icon{
    background: rgba(233, 29, 66, 0.92);
    margin-top: 0px;
    height: 24px;
    width: 24px;
}
.contact-rich .block .data > div b,
.contact-rich .block .data > div a{
    font-size: 14px;
}
.contact-rich .block .icon{
    background-repeat: no-repeat;
    background-position: center;
}
.contact-rich .block-email .icon{
    background-image: url(../img/icon/icon-mail-white.svg);
}
.contact-rich .block-home .icon{
    background-image: url(../img/icon/icon-home-white.svg);
}
.contact-rich .block-phone .icon{
    background-image: url(../img/icon/icon-phone-white.svg);
}
.contact-rich .block .icon i{
    font-size: 0px;
}
#contact .desc-store{
    /*display: none;*/
    max-width: 570px;
    margin: 15px auto;
    font-size: 16px;
}
.contact-form .form-control-select::before{
    content: "";
    background-image: url(../img/icon/icon-arrow-down.svg);
    width: 9px;
    height: 5px;
    background-repeat: no-repeat;
    margin-right: -4px;
    margin-top: -1px;
}
.contact-form .form-fields textarea.form-control{
    height: 80px
}
.contact-form .alert{
    margin-left: 0px;
}
.contact-form .form-footer .btn{
    height: 40px;
    padding: 11px 15px;
    padding-left: 52px;
    padding-top: 12px;
    font-size: 16px;
}
body#contact #nov-map-contact{
    margin-bottom: 0px;
}
body#contact #nov-map-contact iframe{
    width: 100%;
    height: 350px;
}
@media (max-width: 991px) {
    #contact .page-content .page_title{
        font-size: 32px;
        line-height: 37.5px;
    }
    .contact-rich .block{
        margin-top: 10px !important;
    }
}
@media (max-width: 767px) {
    #contact .page-content .page_title{
        margin-bottom: 30px;
    }
}
@media(min-width: 768px) {
    body#contact .block-home{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
/*-----------------------------------------------page default-----------------------------------------------*/

h1.page-title{
    color: #212121;
    font-size: 40px;
    line-height: 50px;
}
#content.page-cms-6{
    margin-top: -30px;
}
#content.page-cms-6 .item.item-list{
    margin-top: 30px;
}
#content.page-cms-6 .item.item-list:first-child{
    margin-top: 0px;
}
@media (max-width: 991px) {
    h1.page-title{
        font-size: 32px;
        line-height: 37.5px;
    }
    #content.page-cms-6 .item.item-list{
        margin-top: 15px
    }
    #content.page-cms-6 .item.item-list:first-child{
        margin-top: 30px;
    }
    #content.page-cms-6 .item-list > .title_block{
        margin-bottom: 22px;
    }
}
@media (max-width: 577px) {
    #content.page-cms-6{
        margin: 0px -15px;
    }
    #content.page-cms-6 .item.item-list:first-child{
        margin-top: 0px;
    }
}


/*-----------------------------------------------page 404 Error-----------------------------------------------*/
#pagenotfound .page-not-found .btn span{
    padding-top: 4px;
}
@media (max-width: 991px) {
    #pagenotfound .page-not-found .btn span{
        padding-top: 2px;
    }
}
@media (max-width: 767px) {
    #pagenotfound .page-not-found .btn span{
        padding-top: 0px;
    }
}

/*-----------------------------------------------kb_mobile_login_field_block-----------------------------------------------*/

#kb_mobile_login_field_block > .row{
    margin: 0px;
    margin-bottom: 15px;
}
#kb_mobile_login_field_block > .row .col-md-6{
    padding: 0px;
}
#kb_mobile_login_field_block #sendOTP{
    display: none !important;
}
@media (max-width: 767px){
    #kb_mobile_login_field_block .form-control-label{
        margin-bottom: 5px;
    }
}
@media (min-width: 768px){
    .form-group .col-md-3.form-control-comment{
        padding-top: 10px;
        padding-left: 15px;
    }
    .form-group .form-control-comment.right{
        padding-top: 0px;
    }
    #kb_mobile_login_field_block > .row > .form-control-label{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

#customer-form .form-control-select.hospital.origen{
    display: none !important;
}
#customer-form .optional-missage,
#customer-form .optional-required {
    margin-top: 55px;
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 24px;
    color: #666666;
}
#customer-form .optional-required{
    margin-top: 16px;
}
#customer-form #kb_mobile_login_field_block + .form-group.row{
    margin-bottom: 24px;
}
#customer-form #kb_mobile_login_field_block .country-phone-number-prefix{
    position: absolute;
    top: 10px;
    left: 8px;
    font-size: 14px;
}
#customer-form #kb_mobile_login_field_block .form-control[name=kbmob_mobile_number]{
    padding-left: 36px !important;
}
.forgot-password{
    font-size: 14px;
}
#body.identity .form-control-select.hospital:not(.origen){
    display: none !important;
}
