@charset "UTF-8";
 .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
     z-index: 0;
}
 .no-padding-right {
     padding-right: 0 !important;
}
 .no-padding-left {
     padding-left: 0;
}
 body {
     overflow-x: hidden;
     font-family: "SVN-Gotham-Book";
     color: #252729;
    /* background: url(/theme/hoavan5.jpg);
     */
}
 input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], textarea.form-control, select.form-control {
     border-radius: 3px;
     outline: none;
     box-shadow: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     border: 1px solid #d3d3d3;
}
 input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea.form-control:focus, select.form-control:focus {
     outline: none;
     box-shadow: none;
}
 a:hover, a:focus {
     text-decoration: none;
}
 .row {
     margin-right: -10px;
     margin-left: -10px;
}
 @media (max-width: 480px) {
     .row {
         margin-right: -7px;
         margin-left: -7px;
    }
}
 .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
     padding-left: 10px;
     padding-right: 10px;
}
 @media (max-width: 480px) {
     .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
         padding-left: 7px;
         padding-right: 7px;
    }
}
 .container {
     padding-left: 10px;
     padding-right: 10px;
}
 @media (max-width: 480px) {
     .container {
         padding-left: 7px;
         padding-right: 7px;
    }
}
 .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
     position: relative;
     min-height: 1px;
     padding-right: 10px;
     padding-left: 10px;
}
 .col-xs-15 {
     width: 20%;
     float: left;
}
 @media (min-width: 768px) {
     .col-sm-15 {
         width: 20%;
         float: left;
    }
}
 @media (min-width: 992px) {
     .col-md-15 {
         width: 20%;
         float: left;
    }
}
 @media (min-width: 1200px) {
     .col-lg-15 {
         width: 20%;
         float: left;
    }
}
 .page-404 h1 {
     color: #333;
     font-size: 28px;
}
 .page-404 .land {
     color: #888;
}
 .page-404 .mt-5 .btn-success {
     transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     background-color: #b2957a;
     border-color: #b2957a;
     color: #fff;
     border-radius: 2px;
     text-transform: uppercase;
}
 .page-404 .mt-5 .btn-success:hover, .page-404 .mt-5 .btn-success:focus {
     color: #fff;
     background-color: #dd111a;
     border-color: #dd111a;
}
 .page-login #login .title-head {
     display: block;
     font-size: 24px;
     text-transform: uppercase;
     line-height: 40px;
     margin: 0;
     color: white;
     text-align: center;
     border-bottom: 2px solid #616161;
     padding-bottom: 12px;
     margin-bottom: 16px;
     position: relative;
}
 @media (max-width: 480px) {
     .page-login #login .title-head {
         font-size: 18px;
    }
}
 .page-login #login .title-head:after {
     left: 50%;
     -webkit-transform: translate(-50%, 0%);
     -moz-transform: translate(-50%, 0%);
     -ms-transform: translate(-50%, 0%);
     -o-transform: translate(-50%, 0%);
     bottom: -2px;
     content: "";
     width: 76px;
     height: 2px;
     display: inline-block;
     background: #b2957a;
     position: absolute;
}
 .page-login #login .btn-blues {
     background: transparent;
     color: #b2957a;
     text-transform: uppercase;
     position: relative;
     outline: none;
     display: inline-block;
     padding: 0 20px;
     font-size: 16px;
     border: 1px solid;
     border-color: #b2957a;
     font-weight: 500;
     z-index: 2;
     -webkit-transition: all 0.45s ease-in-out;
     -moz-transition: all 0.45s ease-in-out;
     -o-transition: all 0.45s ease-in-out;
     -ms-transition: all 0.45s ease-in-out;
     transition: all 0.45s ease-in-out;
}
 .page-login #login .btn-blues:hover, .page-login #login .btn-blues:focus {
     color: #fff;
     background: #b2957a;
}
 .page-login #login p.text-center {
     border-bottom: 1px solid #ddd;
     padding-bottom: 15px;
}
 .page-login #login p.text-center .btn-link-style {
     margin-top: 15px;
     font-weight: 600;
     color: #222;
     display: inline-block;
}
 .page-login #login p.text-center .btn-link-style:hover, .page-login #login p.text-center .btn-link-style:focus {
     color: #b2957a;
}
 .page-login #login .text-login p {
     color: #222;
}
 .page-login #login .text-login p a {
     -webkit-transition: all 0.45s ease-in-out;
     -moz-transition: all 0.45s ease-in-out;
     -o-transition: all 0.45s ease-in-out;
     -ms-transition: all 0.45s ease-in-out;
     transition: all 0.45s ease-in-out;
     color: #777777;
}
 .page-login #login .text-login p a:hover, .page-login #login .text-login p a:focus {
     color: #b2957a;
}
 .page-login #recover-password .title-head {
     display: block;
     font-size: 24px;
     line-height: 40px;
     margin: 0;
     color: #222;
     text-align: center;
     border-bottom: 2px solid #eee;
     padding-bottom: 12px;
     margin-bottom: 25px;
     position: relative;
     font-weight: 400;
}
 @media (max-width: 480px) {
     .page-login #recover-password .title-head {
         font-size: 18px;
    }
}
 .page-login #recover-password .title-head:after {
     left: 50%;
     -webkit-transform: translate(-50%, 0%);
     -moz-transform: translate(-50%, 0%);
     -ms-transform: translate(-50%, 0%);
     -o-transform: translate(-50%, 0%);
     bottom: -2px;
     content: "";
     width: 76px;
     height: 2px;
     display: inline-block;
     background: #b2957a;
     position: absolute;
}
 .page-login #recover-password .btn-blues {
     background: transparent;
     color: #b2957a;
     text-transform: uppercase;
     position: relative;
     outline: none;
     display: inline-block;
     padding: 0 30px;
     font-size: 13px;
     border: 1px solid;
     border-color: #b2957a;
     font-weight: 500;
     z-index: 2;
     -webkit-transition: all 0.45s ease-in-out;
     -moz-transition: all 0.45s ease-in-out;
     -o-transition: all 0.45s ease-in-out;
     -ms-transition: all 0.45s ease-in-out;
     transition: all 0.45s ease-in-out;
}
 .page-login #recover-password .btn-blues:hover, .page-login #recover-password .btn-blues:focus {
     color: #fff;
     background-color: #b2957a;
}
 .page-login #recover-password .action_bottom {
     border-bottom: 1px solid #ddd;
     padding-bottom: 20px;
     margin-bottom: 15px;
}
 .page-login #recover-password .text-login p {
     color: #222;
}
 .page-login #recover-password .text-login p a {
     -webkit-transition: all 0.45s ease-in-out;
     -moz-transition: all 0.45s ease-in-out;
     -o-transition: all 0.45s ease-in-out;
     -ms-transition: all 0.45s ease-in-out;
     transition: all 0.45s ease-in-out;
     color: #777777;
}
 .page-login #recover-password .text-login p a:hover, .page-login #recover-password .text-login p a:focus {
     color: #b2957a;
}
 .account-page h2 {
     margin-top: 0;
     font-size: 16px;
}
 .contact-info-page li {
     display: table;
     margin-bottom: 7px;
}
 .contact-info-page li i {
     display: table-cell;
     width: 20px;
     text-align: center;
}
 .contact-info-page li a {
     color: #000;
}
 .contact-info-page li a:hover, .contact-info-page li a:focus {
     color: #b2957a;
}
 .account-page h1.title-head, .account-page h2.title-head, .page-contact h1.title-head, .page-contact h2.title-head, .related-product h1.title-head, .related-product h2.title-head {
     font-weight: 500;
     font-size: 22px;
     padding: 0px 0 10px;
     margin-bottom: 0;
     margin-top: 10px;
}
 .btn-blues, #btnnewreview {
     color: #fff;
     background: #b2957a;
     border-color: #b2957a;
     border-radius: 2px !important;
     text-transform: uppercase;
     position: relative;
     overflow: hidden;
     z-index: 1;
}
 .btn-blues:hover, #btnnewreview:hover {
     color: #fff;
}
 .contact .in-fo-page-content {
     border: 1px solid #585858;
     padding: 10px;
     margin-bottom: 15px;
}
 .contact .in-fo-page-content h1 {
     margin: 0;
     color: white;
     font-size: 21px;
     font-weight: 500;
     padding: 0;
     margin-top: 0;
     margin-bottom: 10px;
     padding-bottom: 13px;
     position: relative;
     border-bottom: 1px solid #696969;
     text-transform: uppercase;
}
 .contact .in-fo-page-content .contact-info-page li {
     display: table;
     margin-bottom: 7px;
     color: white;
     font-size: 14px;
     font-family: "SVN-Gotham-Book";
}
 .contact .in-fo-page-content .contact-info-page li i {
     display: table-cell;
     width: 20px;
     text-align: center;
}
 .contact .in-fo-page-content .contact-info-page li a {
     color: #363f4d;
}
 .contact .in-fo-page-content .contact-info-page li a:hover, .contact .in-fo-page-content .contact-info-page li a:focus {
     color: #b2957a;
}
 .required {
     font-size: 13px;
     color: red;
}
 .zoomLens {
     border: none !important;
}
 #btnnewreview {
     background: #b2957a !important;
}
 .cart_desktop_page form {
     margin-bottom: 0;
}
/*Cart Mobile*/
 .cart-mobile {
     padding: 10px 0px 0px 0px;
}
 .cart-mobile .header-cart {
     padding: 10px;
}
 .cart-mobile .title-cart {
     line-height: 10px;
}
 .cart-mobile .title-cart h3 {
     font-size: 14px;
     font-weight: 500;
     text-transform: uppercase;
     margin: 0;
}
 .cart-mobile .title-cart a {
     margin-top: -30px !important;
}
 .cart-mobile .header-cart-content {
     margin-top: 0px;
     padding: 10px;
}
 .cart-mobile .header-cart-content .content-product-list {
     min-height: 110px;
}
 .cart-mobile .header-cart-content .content-product-list .item-product {
     min-height: 110px;
     border-bottom: solid 1px #f1f1f1;
     overflow: hidden;
     display: table;
     width: 100%;
     margin-bottom: 10px;
}
 .item-product-cart-mobile {
     width: 100px;
     margin-right: 10px;
}
 .item-product-cart-mobile img {
     max-width: 100px;
     margin-right: 10px;
}
 .title-product-cart-mobile h3 {
     line-height: 1;
     margin: 0;
     font-weight: normal;
}
 .title-product-cart-mobile a {
     word-break: break-word;
     font-size: 14px;
     color: #363636;
}
 .title-product-cart-mobile p {
     line-height: 2;
     font-size: 14px;
     color: #898989;
}
 .title-product-cart-mobile span {
     color: #b2957a;
}
 .item-product-cart-mobile, .title-product-cart-mobile {
     display: table-cell;
     vertical-align: top;
     padding-right: 5px;
}
 .select-item-qty-mobile {
     float: right;
     text-align: center;
     margin-top: 10px;
}
 .select-item-qty-mobile .txt_center input {
     height: 25px;
     width: 24px;
     text-align: center;
     margin: 0px;
     padding: 0;
     position: absolute;
     left: 22px;
     min-height: 0;
     border: solid thin #ddd;
     border-radius: 0;
}
 .select-item-qty-mobile > div {
     position: relative;
     width: 69px;
     height: 25px;
}
 .cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
     position: absolute;
     left: 0;
     top: 0;
     margin: 0;
     line-height: 1;
     height: 25px;
     border-style: hidden;
     background: none !important;
     color: #000;
     border: solid thin #ddd;
     width: 24px;
}
 .cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
     position: absolute;
     right: 0;
     top: 0;
     margin: 0;
     height: 25px;
     display: inline-block;
     line-height: 1;
     border-style: hidden;
     color: #fff;
     background: none !important;
     color: #000;
     border: solid thin #ddd;
     width: 24px;
}
 .select-item-qty-mobile a {
     line-height: 3;
     color: #363636;
}
 .cart-mobile .header-cart-price {
     padding: 18px 0px;
     padding-bottom: 0;
}
 .cart-mobile .title-cart h3 {
     font-size: 14px;
     font-weight: 500;
     text-transform: uppercase;
     margin-top: 0;
}
 .cart-mobile .title-cart a {
     float: right;
     margin-top: -28px;
     color: #b2957a;
     font-size: 16px;
     line-height: 27px;
}
 .btn-proceed-checkout-mobile {
     width: 100%;
     line-height: 27px;
     color: #fff;
     height: 40px;
     font-size: 14px;
     border: none;
     background: #b2957a;
     text-transform: uppercase;
     border-radius: 0;
     margin-top: 10px;
     border-radius: 4px;
}
 .btn-proceed-continues-mobile {
     background-color: #fff !important;
     color: #b2957a !important;
     width: 100%;
     height: 40px;
     margin-top: 10px;
     text-transform: uppercase;
     border: 1px solid #b2957a;
     border-radius: 4px;
}
 .shopping-cart-item {
     background-color: transparent;
     padding: 15px 0;
     margin: 0;
}
 .shopping-cart-item + .shopping-cart-item {
     border-top: 1px solid #e5e5e5;
}
 .shopping-cart-item .col-xs-3 {
     padding-left: 0;
}
 .shopping-cart-item .col-xs-3 p {
     margin: 0;
}
 .shopping-cart-item .col-right {
     padding-left: 0;
}
 .shopping-cart-item .col-right .box-info-product {
     width: 350px;
     padding-right: 10px;
     padding-left: 10px;
     float: left;
}
 @media (max-width: 1024px) {
     .shopping-cart-item .col-right .box-info-product {
         width: 270px;
    }
}
 .shopping-cart-item .col-right .box-info-product .name {
     font-size: 14px;
     margin-bottom: 7px;
     line-height: 20px;
     font-weight: 500;
     padding-top: 0;
}
 .shopping-cart-item .col-right .box-info-product .name a {
     color: #242424;
     font-weight: 500;
}
 .shopping-cart-item .col-right .box-info-product .name a:hover, .shopping-cart-item .col-right .box-info-product .name a:focus {
     color: #b2957a;
     text-decoration: none;
}
 .shopping-cart-item .col-right .box-info-product .seller-by {
     font-size: 13px;
     margin-bottom: 12px;
}
 .shopping-cart-item .col-right .box-info-product .action {
     position: relative;
     padding: 0 !important;
     margin-bottom: 0;
     margin-top: 0;
}
 .shopping-cart-item .col-right .box-info-product .action .btn-link {
     border: 0;
     color: #b2957a;
     font-size: 13px;
     position: static;
     padding: 0;
     line-height: 1.1;
}
 .shopping-cart-item .col-right .box-price {
     float: left;
     width: 110px;
     padding-right: 10px;
}
 .shopping-cart-item .col-right .box-price .price {
     font-size: 16px;
     margin-bottom: 5px;
     font-weight: 500;
     padding-top: 0;
     color: #b2957a;
}
 .shopping-cart-item .col-right .quantity-block {
     width: 120px;
     float: right;
}
 .shopping-cart-item .col-right .quantity-block .input-group-btn button {
     height: 28px;
}
 .shopping-cart-item .col-right .quantity-block .input-group-btn button.bootstrap-touchspin-down {
     border-radius: 3px 0 0 3px;
     border: 1px solid #e5e5e5;
     border-right: 0;
     border-color: #e5e5e5;
     color: #999;
     line-height: 20px;
     padding: 3px 9px;
     margin: 0;
     width: 28px;
     background-color: #fff;
     float: right;
}
 .shopping-cart-item .col-right .quantity-block .input-group-btn button.bootstrap-touchspin-up {
     border-radius: 0 3px 3px 0;
     border: 1px solid #e5e5e5;
     border-color: #e5e5e5;
     border-left: 0;
     color: #999;
     line-height: 20px;
     padding: 3px 9px;
     margin: 0;
     width: 28px;
     background-color: #fff;
     float: right;
}
 .shopping-cart-item .col-right .quantity-block .input-group-btn button:focus, .shopping-cart-item .col-right .quantity-block .input-group-btn button:hover {
     outline: none;
     box-shadow: none;
     -webkit-appearance: none;
     -moz-appearance: none;
}
 .shopping-cart-item .col-right .quantity-block .input-group-btn .js-quantity-product {
     display: inline-block;
     height: 28px;
     padding: 0 5px;
     text-align: center;
     border-radius: 0;
     width: 35px;
     float: right;
     min-height: 28px;
     border: 1px solid #e5e5e5;
}
 #right-affix .each-row {
     width: 100%;
     clear: both;
}
 #right-affix .each-row .box-style {
     background-color: transparent;
     padding: 17px 0 21px 0;
}
 #right-affix .each-row .box-style.fee .list-info-price {
     margin: 0;
}
 #right-affix .each-row .box-style.fee .list-info-price span {
     font-weight: 500;
}
 #right-affix .each-row .box-style.fee .list-info-price strong {
     float: right;
     font-weight: 700;
}
 #right-affix .each-row .box-style.fee .total2 {
     font-weight: 500;
}
 #right-affix .each-row .box-style.fee .total2 .text-label {
     margin-top: 5px;
     display: inline-block;
}
 #right-affix .each-row .box-style.fee .total2 .amount {
     float: right;
}
 #right-affix .each-row .box-style.fee .total2 .amount p {
     margin: 0;
     text-align: right;
     line-height: 1.1;
}
 #right-affix .each-row .box-style.fee .total2 .amount p strong {
     color: #b2957a;
     font-size: 22px;
     font-weight: 700;
}
 #right-affix .each-row .box-style.fee .total2 .amount p small {
     font-weight: 500;
}
 #right-affix .each-row .box-style + .box-style {
     border-top: 1px solid #f4f4f4;
}
 #right-affix .btn-checkout {
     margin-top: 10px;
     padding: 10px;
     margin-bottom: 0;
     font-weight: 400;
     text-align: center;
     vertical-align: middle;
     touch-action: manipulation;
     cursor: pointer;
     border: 1px solid transparent;
     white-space: nowrap;
     font-size: 14px;
     line-height: 1.42857;
     border-radius: 4px;
     user-select: none;
     color: #fff;
     background-color: #b2957a;
     border-color: #b2957a;
     height: 40px;
}
 #right-affix .btn-checkout:hover, #right-affix .btn-checkout:focus {
     background-color: #c51017;
     border-color: #c51017;
}
 #right-affix .btn-checkouts {
     margin-top: 10px;
     padding: 10px;
     margin-bottom: 0;
     font-weight: 400;
     text-align: center;
     vertical-align: middle;
     touch-action: manipulation;
     cursor: pointer;
     border: 1px solid transparent;
     white-space: nowrap;
     font-size: 14px;
     line-height: 1.42857;
     border-radius: 4px;
     user-select: none;
     color: #b2957a;
     background-color: #fff;
     border-color: #b2957a;
     height: 40px;
}
 #right-affix .btn-checkouts:hover, #right-affix .btn-checkouts:focus {
     outline: none;
     box-shadow: none;
     background-color: #fff;
     border-color: #c51017;
     color: #c51017;
}
/*END Gi? h?ng*/
/*Gi? h?ng*/
 .lbl-shopping-cart-gio-hang {
     margin-top: 20px;
}
 .lbl-shopping-cart-gio-hang.lbl-shopping-cart {
     color: #333;
     font-size: 18px;
     text-transform: uppercase;
     font-weight: 500;
     margin-bottom: 12px;
}
 .lbl-shopping-cart-gio-hang.lbl-shopping-cart span {
     font-size: 14px;
     text-transform: none;
     font-weight: 400;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover, .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
     color: #12cca7;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
     color: #0b816a;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover, .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
     color: #12cca7;
}
 .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
     color: #0b816a;
     margin-top: 15px;
}
 .shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover, .shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
     color: #12cca7;
}
 .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover, .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
     color: #12cca7;
}
 .shopping-cart .shopping-cart-table {
     margin-bottom: 10px;
}
 .shopping-cart .shopping-cart-table table {
     margin-bottom: 0px !important;
}
 .shopping-cart .shopping-cart-table table tbody tr td {
     vertical-align: middle;
}
 .shopping-cart .cart-image img {
     width: 150px;
}
 .cart-shopping-total {
     background: #f8f8f8;
}
 .shopping-cart .shopping-cart-table table tbody tr .romove-item a {
     font-size: 18px;
     color: #666666;
}
 .shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover, .shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
     color: #fff000 !important;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
     display: block;
     text-align: center;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
     vertical-align: middle !important;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
     margin-top: 0px;
     font-size: 16px;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
     color: #555;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
     font-size: 11px;
     color: #aaa;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
     margin-top: 10px;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
     font-size: 12px;
     color: #666666;
     text-transform: uppercase;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
     font-size: 12px;
     text-transform: lowercase;
     margin-left: 14px;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
     color: #666666;
     text-decoration: underline;
}
 .shopping-cart .shopping-cart-table .table > thead > tr > th {
     text-align: center;
     padding: 16px;
     font-size: 15px;
}
 .shopping-cart .shopping-cart-table .shopping-cart-btn span {
     padding: 20px 0px;
     display: block;
}
 .shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
     font-size: 14px;
     color: #555;
     margin-bottom: 2px;
     margin-top: 0px;
     display: block;
}
 .shopping-cart .estimate-ship-tax table thead tr th p {
     font-size: 13px;
     color: #666666;
     font-weight: normal;
     margin-bottom: 0px;
}
 .shopping-cart .estimate-ship-tax table thead tr > th {
     padding: 24px 10px 20px 10px;
}
 .shopping-cart .estimate-ship-tax table tbody tr > td {
     padding: 24px 10px !important;
}
 .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
     background: #fff;
     color: #999;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     border: 1px solid #eee;
}
 .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover, .shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
     background: transparent;
}
 .shopping-cart .cart-shopping-total table thead tr th {
     background-color: #fafafa;
     text-align: right;
     padding: 10px 15px;
     border: none;
}
 .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
     color: #555;
     margin-bottom: 7px;
}
 .shopping-cart .cart-shopping-total table tbody tr td {
     padding: 10px 15px;
}
 .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
     float: right !important;
     margin-bottom: 8px;
}
 .shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
     display: block;
     font-weight: normal;
     color: #666666;
}
 .shopping-cart .shopping-cart-table table tbody tr .romove-item, .shopping-cart .shopping-cart-table table tbody tr .cart-product-edit, .shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total, .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total, .shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
     text-align: center;
}
 .shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span, .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
     display: block;
     font-size: 16px;
     color: #555;
     text-transform: uppercase;
}
 .shopping-cart .estimate-ship-tax table tbody tr td .form-group label, .shopping-cart .estimate-ship-tax table tbody tr td .form-group input, .blog-page .blog-write-comment .form-group label, .blog-page .blog-write-comment .form-group input, .contact-page .contact-form form label, .contact-page .contact-form form input {
     font-size: 13px;
     font-weight: normal;
     color: #999;
}
 .contact-page .contact-form form label {
     font-weight: 600;
}
 .shopping-cart .estimate-ship-tax table tbody tr td .form-group label span, .blog-page .blog-write-comment label span, .contact-page .contact-form form label span, .checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
     color: red;
}
 .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total, .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
     font-size: 16px;
}
 .shopping-cart-table table tbody tr td .quant-input {
     display: inline-block;
     height: 35px;
     position: relative;
     width: 70px;
}
 .shopping-cart-table table tbody tr td .quant-input .arrows {
     height: 100%;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 2;
}
 .shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
     box-sizing: border-box;
     cursor: pointer;
     display: block;
     text-align: center;
     width: 40px;
}
 .shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
     top: 5px;
}
 .shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
     top: -7px;
}
 .shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
     position: relative;
}
 .shopping-cart-table table tbody tr td .quant-input input {
     background: none repeat scroll 0 0 #FFFFFF;
     border: 1px solid #F2F2F2;
     box-sizing: border-box;
     font-size: 15px;
     height: 35px;
     left: 0;
     padding: 0 20px 0 18px;
     position: absolute;
     top: 0;
     width: 70px;
     z-index: 1;
}
/*Cart Desktop*/
 .shopping-cart .col-main .cart .bg-scroll {
     border-top: none;
     margin-top: 20px;
     overflow: hidden;
     border-top: none;
     border-bottom: none;
     border-right: none;
}
 .shopping-cart .col-main .cart .cart-thead {
     background: #fbfbfb;
     font-weight: bold;
     font-size: 13px;
     clear: both;
     width: 100%;
     border-bottom: 1px solid #ebebeb;
     border-right: none;
     border-left: none;
     float: left;
     min-width: 600px;
}
 .shopping-cart .col-main .cart .cart-thead div {
     float: left;
     padding: 10px 0px;
     color: #333;
     text-align: center;
     font-size: 13px;
}
 .shopping-cart .col-main .cart .cart-tbody {
     width: 100%;
     float: left;
}
 .shopping-cart .col-main .cart .cart-tbody .item-cart {
     border-bottom: 1px solid #ebebeb;
     width: 100%;
     float: left;
}
 .shopping-cart .col-main .cart .cart-tbody .item-cart div {
     float: left;
     padding: 20px 10px 6px;
     line-height: 20px;
     vertical-align: top;
     height: 135px;
     overflow: hidden;
}
 .shopping-cart .col-main .cart .cart-tbody .item-cart .product-image {
     min-height: 75px;
     display: block;
     height: auto;
     width: 100%;
     padding: 0 20px;
}
 .shopping-cart .col-main .cart .item-cart .image .product-image img {
     max-width: 100%;
     height: auto;
     max-height: 98px;
     width: auto;
     display: inherit;
     margin: 0 auto;
}
 .shopping-cart .col-main .cart .cart-tbody .item-cart div .product-name {
     margin: 0px;
     padding-bottom: 0px;
     font-size: 15px;
     font-weight: normal;
     line-height: 24px;
     margin-top: 10%;
}
 .shopping-cart .col-main .cart .variant-title {
     color: #686868;
}
 .shopping-cart .col-main .cart .cart-tbody .item-cart div .price {
     font-size: 16px;
     font-weight: bold;
     line-height: 6;
     color: #b2957a;
}
 .shopping-cart .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
     height: auto;
     border-right: none;
     width: 100%;
     margin-top: 15px;
     padding: 20px 0px 0px 0px;
}
 .shopping-cart .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
     border: 1px solid #ddd;
     outline: none;
     background: #fff;
     height: 24px;
     width: 24px;
     vertical-align: baseline;
     text-align: center;
     padding: 0;
     display: inline-block;
     margin: 0;
}
 .shopping-cart .col-main .cart .cart-tbody .item-cart .number-sidebar {
     min-height: 0;
     position: static;
     display: inline-block;
     float: none;
     margin-bottom: 0;
     border: 1px solid #ddd;
     height: 24px;
     margin-left: -1px;
     text-align: center;
     width: 23px;
     margin-right: -1px;
     padding: 0;
     line-height: 15px;
}
 .shopping-cart .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
     padding: 10px 0 6px;
     position: relative;
}
 .shopping-cart .col-main .cart .cart-tbody .item-cart div a.remove-item span {
     display: none;
}
 .shopping-cart .col-main .cart .totals .inner {
     padding: 0px 0 15px;
     margin-top: 0;
     margin-right: 1px;
}
 .shopping-cart .col-main .cart #shopping-cart-totals-table {
     width: 100%;
     padding-bottom: 8px;
     background: #fff;
}
 .shopping-cart .col-main .cart ul.checkout {
     clear: left;
     padding: 20px;
     border: 1px solid #ebebeb;
     margin-bottom: 30px;
}
 .shopping-cart .col-main .cart .btn-proceed-checkout {
     background: #b2957a;
     line-height: 20px;
     color: #fff;
     height: 40px;
     font-size: 16px;
     border: none;
     text-transform: uppercase;
}
 .shopping-cart .col-main .cart #shopping-cart-totals-table tr td.a-right {
     width: 231px;
     border-left: 1px solid #ebebeb;
}
 .shopping-cart .col-main .cart #shopping-cart-totals-table tr td {
     border: #ebebeb thin solid;
     border-top: none;
     border-bottom: none;
     padding: 20px;
}
 .shopping-cart .col-main .cart span.totals_price.price {
     color: #b2957a;
     font-size: 16px;
}
 .shopping-cart .col-main .cart .btn.btn-white {
     margin-right: 10px;
}
 .shopping-cart .col-main .cart .btn.btn-white:hover, .shopping-cart .col-main .cart .btn.btn-white:focus {
     background-color: #b2957a;
     border-color: #b2957a;
}
 .cart-empty img {
     max-width: 200px;
}
 .cart-empty .btn-cart-empty {
     margin-top: 20px;
     text-align: center;
}
 .cart-empty .btn-cart-empty a {
     color: #fff;
     background: #b2957a;
     border-color: #b2957a;
     border-radius: 2px !important;
     text-transform: uppercase;
     position: relative;
     overflow: hidden;
     z-index: 1;
     display: inline-block;
     padding: 15px 30px;
     line-height: 1.1;
     height: auto;
}
 .cart-empty .btn-cart-empty a:after {
     position: absolute;
     bottom: 0;
     left: 0;
     display: block;
     content: " ";
     width: 100%;
     height: 100%;
     background-color: #ef333b;
     border-radius: inherit;
     z-index: -1;
     -webkit-transform-origin: 0 100%;
     -moz-transform-origin: 0 100%;
     transform-origin: 0 100%;
     -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
     transform: scaleY(0);
     -webkit-transition: -webkit-transform .25s ease-in-out;
     -moz-transition: -moz-transform .25s ease-in-out;
     transition: transform .25s ease-in-out;
}
 .cart-empty .btn-cart-empty a:hover {
     color: #fff;
}
 .cart-empty .btn-cart-empty a:hover:after {
     -webkit-transform: scaleY(1);
     -moz-transform: scaleY(1);
     transform: scaleY(1);
}
 #order_details .thead-default {
     border-top: 1px solid #ddd;
}
 #order_details .order_details_name_products a {
     font-weight: 500;
}
 .home-slider.owl-carousel .owl-nav .owl-prev, .home-slider.owl-carousel .owl-nav .owl-next {
     -moz-transition: all 0.45s ease;
     -webkit-transition: all 0.45s ease;
     -o-transition: all 0.45s ease;
     -ms-transition: all 0.45s ease;
     transition: all 0.45s ease;
     opacity: 0;
     visibility: hidden;
}
 .home-slider.owl-carousel .owl-nav .owl-next {
     height: 51px;
     width: 51px;
     border: 1px solid #b2957a;
     border-radius: 50%;
     background-color: black;
     box-shadow: 0 2px 7px 0 #b2957a;
     position: absolute;
     right: 0;
     text-align: center;
     line-height: 44px;
     top: 50%;
     transform: translate(0, -50%);
     color: white;
     font-size: 25px;
     margin: 0;
     right: -50px;
}
 .home-slider.owl-carousel .owl-nav .owl-next.disabled {
     opacity: 0.2 !important;
}
 .home-slider.owl-carousel .owl-nav .owl-prev {
     height: 51px;
     width: 51px;
     border: 1px solid #b2957a;
     border-radius: 50%;
     background-color: black;
     box-shadow: 0 2px 7px 0 #b2957a;
     position: absolute;
     left: 0;
     text-align: center;
     line-height: 44px;
     top: 50%;
     transform: translate(0, -50%);
     color: white;
     font-size: 25px;
     margin: 0;
     left: -50px;
}
 .home-slider.owl-carousel .owl-nav .owl-prev.disabled {
     opacity: 0.2 !important;
}
 .home-slider.owl-carousel:hover .owl-nav .owl-prev {
     left: 0;
     opacity: 1;
     visibility: inherit;
}
 .home-slider.owl-carousel:hover .owl-nav .owl-next {
     right: 0;
     opacity: 1;
     visibility: inherit;
}
 .home-slider.owl-carousel .owl-dots {
     display: none !important;
}
 .aside-item {
     margin-bottom: 15px;
    /* padding-bottom: 15px;
     */
     border: 1px solid #4e4e4e;
    /* padding: 10px;
     */
     position: relative;
     cursor: pointer;
}
 .aside-item.collection-category .aside-title .title-head {
     display: block;
     position: relative;
     padding: 7px 10px 9px 10px;
     font-weight: bold;
     text-transform: uppercase;
     font-size: 17px;
     margin-top: 0;
     color: #000;
     border: 1px solid #b2957a;
     margin-bottom: 2px;
     background-color: #b2957a;
}
 .aside-item.collection-category .aside-hidden-mobile .filter-container .aside-item .aside-title .title-head {
     border: none;
     padding: 0;
     margin-bottom: 10px;
     background-color: transparent;
     font-size: 14px;
}
 .aside-item.collection-category .aside-content {
     border-top: none;
     padding-top: 10px;
     padding: 10px 15px 15px 15px;
}
 .aside-item.collection-category .nav li a {
     font-size: 14px;
     padding-left: 3px;
     padding-right: 25px;
     color: white;
     white-space: normal;
}
 .aside-item.collection-category .nav li a:hover, .aside-item.collection-category .nav li a:focus {
     color: #b2957a;
     background-color: transparent;
}
 .aside-item.collection-category .nav > li > a .fa {
     position: relative;
     top: 0 !important;
     right: 0 !important;
     width: auto !important;
}
 .aside-item.collection-category .nav > li:last-child > a {
     border-bottom: none;
}
 .aside-item.collection-category .nav > li.nav-item .fa {
     top: 7px;
}
 .aside-item.collection-category .nav > li.nav-item .dropdown-menu .nav-item .fa {
     top: 5px;
}
 .aside-item .heading .title-head {
     display: block;
     position: relative;
     padding: 7px 10px;
     font-weight: bold;
     text-transform: uppercase;
     font-size: 17px;
     margin-top: 0;
     color: #000;
     border: 1px solid #b2957a;
     margin-bottom: 2px;
     background-color: #b2957a;
}
 .aside-item .heading .title-head a {
     color: #000 !important;
}
 .aside-item .heading .title-head a:hover, .aside-item .heading .title-head a:focus {
     color: #b2957a;
}
 .aside-item .list-blogs .blog-item {
     margin-bottom: 10px;
     padding-left: 0px;
     padding-right: 0px;
}
 .aside-item .list-blogs .blog-item-name {
     margin: 0;
     font-size: 13px;
     font-weight: normal;
}
 .aside-item .list-blogs .blog-item-name a {
     color: white;
}
 .aside-item .list-blogs .blog-item-name a:hover, .aside-item .list-blogs .blog-item-name a:focus {
     color: #b2957a;
}
 .aside-item .list-blogs .panel-box-media {
     display: block;
     float: left;
     border-radius: 50%;
     width: 70px;
     height: 70px;
     overflow: hidden;
     margin-right: 10px;
     border: 2px solid #c1c1c1;
}
 .aside-item .list-blogs .blogs-rights {
     padding-left: 80px;
}
 .aside-item .list-blogs .post-time {
     font-size: 11px;
     font-style: italic;
     color: #c2c2c2;
}
 .aside-item .blogs-mores {
     margin-top: 5px;
}
 .aside-item .blogs-mores a {
     color: #363f4d;
}
 .aside-item .blogs-mores a:hover, .aside-item .blogs-mores a:focus {
     color: #b2957a;
}
 .aside-item .aside-title .title-head {
     text-transform: uppercase;
     color: #000;
     font-size: 15px;
     font-weight: 600;
     margin-bottom: 10px;
}
 .aside-item .field-search {
     margin-bottom: 10px;
}
 .aside-item .field-search input {
     min-height: 30px;
     border: 1px solid #e5e5e5;
     border-radius: 0;
     padding: 0 7px;
}
 .aside-item .field-search button {
     height: 34px;
     line-height: 30px;
     padding: 0 10px;
     background-color: #b2957a;
     color: #fff;
}
 .aside-item.aside-blog-promotion {
     border: 1px solid #ff4c4c;
}
 .aside-item.aside-blog-promotion .heading .title-head {
     text-align: center;
}
 .aside-item.aside-blog-promotion .heading .title-head a {
     color: #ff4c4c;
}
 .aside-item.aside-blog-promotion .heading .title-head a:hover, .aside-item.aside-blog-promotion .heading .title-head a:focus {
     color: #b2957a;
}
 .aside-item.aside-blog-promotion .blogs-promotion-big .blogs-rights .blog-item-name {
     font-weight: 600;
     margin-top: 10px;
     font-size: 14px;
}
 .aside-item.aside-blog-promotion .blogs-promotion-big .blogs-rights .blog-item-name a {
     color: #363f4d;
}
 .aside-item.aside-blog-promotion .blogs-promotion-big .blogs-rights .blog-item-name a:hover, .aside-item.aside-blog-promotion .blogs-promotion-big .blogs-rights .blog-item-name a:focus {
     color: #b2957a;
}
 .aside-item.aside-blog-promotion .blogs-promotion-small .blog-item {
     margin-bottom: 10px;
     padding-left: 0px;
     padding-right: 0px;
}
 .aside-item.aside-blog-promotion .blogs-promotion-small .blog-item-name {
     margin: 0;
     font-size: 13px;
     font-weight: 500;
}
 .aside-item.aside-blog-promotion .blogs-promotion-small .blog-item-name a {
     color: #363f4d;
}
 .aside-item.aside-blog-promotion .blogs-promotion-small .blog-item-name a:hover, .aside-item.aside-blog-promotion .blogs-promotion-small .blog-item-name a:focus {
     color: #b2957a;
}
 .aside-item.aside-blog-promotion .blogs-promotion-small .panel-box-media {
     display: block;
     float: left;
     width: 70px;
     margin-right: 10px;
}
 .aside-item.aside-blog-promotion .blogs-promotion-small .blogs-rights {
     padding-left: 80px;
}
 .aside-item.aside-blog-promotion .blogs-promotion-small .post-time {
     font-size: 11px;
     font-style: italic;
}
 .list-blog-page .box-heading {
     padding: 10px 0;
}
 .list-blog-page .box-heading .title-head {
     font-weight: 500;
     margin: 0;
     font-size: 22px;
}
 .list-blog-page .list-blogs .blog-item {
     margin-bottom: 20px;
}
 @media (max-width: 767px) {
     .list-blog-page .list-blogs .blog-item {
         margin-bottom: 15px;
         border-bottom: 1px solid #f2f2f2;
         padding-bottom: 10px;
    }
}
 .list-blog-page .list-blogs .blog-item .blog-item-thumbnail {
     float: left;
     width: 100%;
     height: auto;
     margin-right: 20px;
     overflow: hidden;
}
 @media (max-width: 480px) {
     .list-blog-page .list-blogs .blog-item .blog-item-thumbnail {
         width: 100%;
         margin-right: 0;
         margin-bottom: 10px;
    }
}
 .list-blog-page .list-blogs .blog-item .blog-item-thumbnail img {
    /* border-radius: 4px;
     */
     border: none;
}
 .list-blog-page .list-blogs .blog-item .blog-item-mains {
     padding-left: 250px;
}
 @media (max-width: 480px) {
     .list-blog-page .list-blogs .blog-item .blog-item-mains {
         padding-left: 0;
    }
}
 .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name {
     display: block;
     font-size: 17px;
     color: #333;
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: .5px;
}
 .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a {
     color: #333;
}
 .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a:hover, .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-name a:focus {
     color: #b2957a;
}
 .list-blog-page .list-blogs .blog-item .blog-item-mains .post-time {
     font-size: 12px;
     color: #9b9b9b;
     margin: 0 10px 0 0;
}
 .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-summary {
     color: #4d4d4d;
}
 @media (max-width: 767px) {
     .list-blog-page .list-blogs .blog-item .blog-item-mains .blog-item-summary {
         display: none;
    }
}
 .news-list-main .newslist .later_news_big h3 {
     display: block;
     font-size: 16px;
     color: #333;
     font-weight: 600;
     letter-spacing: .5px;
     margin-top: 10px;
     margin-bottom: 0;
}
 .news-list-main .newslist .later_news_big h3 a {
     color: #333;
}
 .news-list-main .newslist .later_news_big h3 a:hover, .news-list-main .newslist .later_news_big h3 a:focus {
     color: #b2957a;
}
 .news-list-main .newslist .col-later-news .has-tempvideo {
     border-top: none;
     margin-top: 0;
}
 @media (max-width: 767px) {
     .news-list-main .newslist .col-later-news .has-tempvideo {
         margin-top: 10px;
    }
}
 .news-list-main .newslist .col-later-news .has-tempvideo h3 {
     display: block;
     font-size: 16px;
     color: #333;
     font-weight: 600;
     letter-spacing: .5px;
     margin-top: 10px;
     margin-bottom: 0;
}
 .news-list-main .newslist .col-later-news .has-tempvideo h3 a {
     color: #333;
}
 .news-list-main .newslist .col-later-news .has-tempvideo h3 a:hover, .news-list-main .newslist .col-later-news .has-tempvideo h3 a:focus {
     color: #b2957a;
}
 .news-list-main .newslist .col-later-news li {
     border-top: 1px solid #eee;
     margin-top: 7px;
}
 .news-list-main .newslist .col-later-news li h3 {
     font-size: 14px;
     font-weight: 400;
     margin-bottom: 0;
     color: #333;
     margin-top: 10px;
}
 .news-list-main .newslist .col-later-news li h3 a {
     color: #333;
}
 .news-list-main .newslist .col-later-news li h3 a:hover, .news-list-main .newslist .col-later-news li h3 a:focus {
     color: #b2957a;
}
 .article-wraper .article-main .title-head {
     font-weight: 500;
     font-size: 32px;
     padding: 6px 0 10px;
     margin-bottom: 0;
     margin-top: 0;
}
 .article-wraper .article-main .postby {
     font-size: 13px;
     color: #868686;
     margin: 0px 0 9px;
}
 .article-wraper .article-main .article-content iframe {
     max-width: 100%;
}
 .article-wraper .article-main .article-content img {
     display: block;
     margin-left: auto;
     margin-right: auto;
     max-width: 100% !important;
     height: auto !important;
     width: auto!important;
}
 .article-wraper .article-main .article-content .service-scroll-image img {
     -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
     border-radius: 5px;
}
 .article-wraper .article-main .article-content h2 {
     font-size: 17px;
     font-weight: 600;
}
 .article-wraper .article-main .blog_related {
     margin-bottom: 15px;
     margin-top: 15px;
}
 @media (max-width: 480px) {
     .article-wraper .article-main .blog_related {
         padding: 10px;
    }
}
 .article-wraper .article-main .blog_related h2 {
     color: #222;
     margin: 0;
     font-size: 18px;
     margin-bottom: 5px;
     font-weight: 500;
     text-transform: uppercase;
}
 @media (max-width: 480px) {
     .article-wraper .article-main .blog_related h2 {
         font-size: 16px;
    }
}
 .article-wraper .article-main .blog_related .blog_entry {
     margin-bottom: 7px;
}
 @media (max-width: 767px) {
     .article-wraper .article-main .blog_related .blog_entry {
         margin-bottom: 7px;
    }
}
 .article-wraper .article-main .blog_related .blog_entry h3 {
     margin: 0;
     font-size: 14px;
     font-weight: normal;
}
 @media (max-width: 767px) {
     .article-wraper .article-main .blog_related .blog_entry h3 {
         margin-top: 0;
    }
}
 .article-wraper .article-main .blog_related .blog_entry h3 a {
     font-size: 14px;
     color: #b2957a;
}
 .article-wraper .article-main .blog_related .blog_entry h3 a:hover, .article-wraper .article-main .blog_related .blog_entry h3 a:focus {
     color: #b2957a;
     text-decoration: none;
}
 .article-wraper .article-main .blog_related .blog_entry h3 a:hover i, .article-wraper .article-main .blog_related .blog_entry h3 a:focus i {
     color: #575454;
}
 .article-wraper .article-main .blog_related .blog_entry .tempvideo {
     position: relative;
     height: 128px;
}
 @media (max-width: 1024px) {
     .article-wraper .article-main .blog_related .blog_entry .tempvideo {
         height: 103px;
    }
}
 @media (max-width: 991px) {
     .article-wraper .article-main .blog_related .blog_entry .tempvideo {
         height: 105px;
    }
}
 @media (max-width: 767px) {
     .article-wraper .article-main .blog_related .blog_entry .tempvideo {
         width: 100px;
         height: 70px;
         float: left;
         margin-right: 10px;
    }
}
 .article-wraper .article-main .blog_related .blog_entry .tempvideo img {
     width: auto;
     max-height: 100%;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
}
 @media (max-width: 767px) {
     .article-wraper .article-main .blog_related .pagination .page-item.active .page-link {
         background-color: #f8f8f8;
    }
}
 .article-wraper .article-main #RelatedProducts .feature_category_title .title-head {
     padding-bottom: 0;
}
 .article-wraper .article-main #RelatedProducts .products {
     border-top: 1px solid #f3f3f3;
     border-left: 1px solid #f3f3f3;
     overflow: hidden;
}
 .article-wraper .article-main #RelatedProducts .products .product-box {
     border-bottom: 1px solid #f3f3f3;
     border-right: 1px solid #f3f3f3;
     padding: 3px;
     margin-bottom: 0;
}
 .article-wraper .article-main.article-service .title-head {
     color: #b2957a;
     text-transform: uppercase;
     position: relative;
}
 .article-wraper .article-main.article-service .title-head:before {
     content: "";
     height: 4px;
     width: 100px;
     background-color: #b2957a;
     position: absolute;
     left: 0;
     bottom: 10px;
}
 .article-wraper .article-main.article-service .fix-content-service {
     margin-top: 40px;
}
 .article-wraper .article-main.article-service .fix-content-service h2:first-child {
     font-size: 24px;
     padding-left: 20px;
     text-transform: uppercase;
     color: #b2957a;
     position: relative;
}
 @media (max-width: 480px) {
     .article-wraper .article-main.article-service .fix-content-service h2:first-child {
         font-size: 18px;
    }
}
 .article-wraper .article-main.article-service .fix-content-service h2:first-child:before {
     content: '\f105';
     font-family: "fontawesome";
     font-size: 25px;
     position: absolute;
     left: 0;
     top: 50%;
     transform: translate(0, -50%);
}
 @media (max-width: 480px) {
     .article-wraper .article-main.article-service .fix-content-service h2:first-child:before {
         font-size: 18px;
    }
}
 .article-wraper .article-main.article-service .fix-content-service .service-scrolls {
     max-height: 280px;
     overflow-y: scroll;
}
 .article-wraper .article-main.article-service .fix-content-service .service-scrolls img:first-child {
     display: none;
}
 .article-wraper .article-main.article-service .fix-content-service .service-scrolls::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
     border-radius: 5px;
     background-color: #F5F5F5;
}
 .article-wraper .article-main.article-service .fix-content-service .service-scrolls::-webkit-scrollbar {
     width: 5px;
     background-color: #b2957a;
}
 .article-wraper .article-main.article-service .fix-content-service .service-scrolls::-webkit-scrollbar-thumb {
     border-radius: 5px;
     -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
     background-color: #b2957a;
}
 .article-wraper .article-main.article-service .fix-content-service:nth-child(2n+1) .service-scroll-image {
     left: 50%;
}
 @media (max-width: 991px) {
     .article-wraper .article-main.article-service .fix-content-service:nth-child(2n+1) .service-scroll-image {
         left: 0;
    }
}
 .article-wraper .article-main.article-service .fix-content-service:nth-child(2n+1) .service-scroll {
     right: 50%;
}
 @media (max-width: 991px) {
     .article-wraper .article-main.article-service .fix-content-service:nth-child(2n+1) .service-scroll {
         right: 0;
    }
}
 .article-wraper .article-main.article-service .fix-content-service .service-cta {
     margin-top: 15px;
}
 .article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon {
     height: 46px;
     width: auto;
     border-radius: 22px;
     padding-left: 50px;
     padding-right: 40px;
     padding-top: 2px;
     margin-right: 20px;
     border: 2px solid #b2957a;
     display: inline-block;
     outline: none;
     text-transform: uppercase;
     color: #b2957a;
     background: #fff;
     font-size: 13px;
     position: relative;
     font-weight: 600;
}
 @media (max-width: 480px) {
     .article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon {
         padding-right: 35px;
         margin-right: 10px;
    }
     .article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon:last-child {
         margin-right: 0;
    }
}
 .article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon:before {
     content: '';
     width: 22px;
     height: 45px;
     position: absolute;
     left: -1px;
     top: -2px;
     background: #c51017;
     border-top-left-radius: 22px;
     border-bottom-left-radius: 22px;
}
 .article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon:after {
     content: '';
     width: 22px;
     height: 45px;
     position: absolute;
     left: 21px;
     top: -2px;
     background: #b2957a;
     border-top-right-radius: 22px;
     border-bottom-right-radius: 22px;
}
 .article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon span:before {
     background-image: url(//theme.hstatic.net/1000343108/1000435493/14/call.png?v=214);
     content: '';
     width: 30px;
     height: 30px;
     left: 6px;
     top: 6px;
     z-index: 10;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     position: absolute;
}
 .article-wraper .article-main.article-service .fix-content-service .service-cta .btn-icon.btn-form span:before {
     background-image: url(//theme.hstatic.net/1000343108/1000435493/14/support.png?v=214);
}
 .article-wraper .article-main.article-service .article-content img {
     display: block;
     margin-left: auto;
     margin-right: auto;
     max-width: 100% !important;
     height: auto !important;
}
 .article-wraper .article-main.article-service .article-content .service-scroll-image img {
     -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
     border-radius: 5px;
}
 @media (max-width: 991px) {
     .article-wraper .article-main.article-service .article-content .service-scroll-image img {
         margin-bottom: 20px;
    }
}
 #article_comments {
     margin-bottom: 15px;
}
 .header .top-link {
     position: relative;
     font-size: 13px;
     background-color: #efefef;
}
 .header .top-link .header-static {
     margin: 0;
     font-family: 'HELVETICANEUEMEDIUM';
     line-height: 40px;
     font-size: 15px;
}
 .header .top-link .header-static i {
     margin: 0 5px 0 0;
}
 .header .top-link .right {
     text-align: right;
     background: #333333;
}
 .header .top-link .right .top-link-dropdown {
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 0 20px;
}
 .header .top-link .right .top-link-dropdown .customer-welcome {
     display: inline-block;
     position: relative;
}
 .header .top-link .right .top-link-dropdown .customer-welcome .account {
     display: block;
     cursor: pointer;
     margin: 0;
     line-height: 35px;
     color: #363f4d;
     font-size: 1em;
     font-weight: 400;
     position: relative;
     padding-right: 15px;
}
 .header .top-link .right .top-link-dropdown .customer-welcome .account:after {
     color: #363f4d;
     content: "\f107";
     font-family: 'FontAwesome';
     border: 0;
     top: 50%;
     right: 0;
     transform: translate(0, -50%);
     -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
     -o-transform: translate(0, -50%);
     font-size: 0.9em;
     position: absolute;
}
 .header .top-link .right .top-link-dropdown .customer-welcome .customer-menu {
     background: #ffffff;
     border-radius: 3px;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
     top: 100%;
     right: 0;
     width: auto;
     border: 0;
     position: absolute;
     min-width: 200px;
     text-align: right;
     z-index: 1111;
     padding: 5px 15px;
     margin: 0;
     display: none;
}
 .header .top-link .right .top-link-dropdown .customer-welcome .customer-menu li {
     line-height: 36px;
     margin: 0;
}
 .header .top-link .right .top-link-dropdown .customer-welcome .customer-menu li + li {
     border-top: 1px solid #ebebeb;
}
 .header .top-link .right .top-link-dropdown .customer-welcome .customer-menu li a {
     display: block;
}
 .header .top-link .right .top-link-dropdown .customer-welcome:hover .customer-menu {
     display: block;
}
 .header .header-main {
     position: relative;
     z-index: 100;
}
 @media (max-width: 991px) {
     .header .header-main {
         padding: 10px 0;
    }
}
 .header .header-main .our-service {
     position: relative;
     padding: 0;
     margin-top: 4px;
}
 .header .header-main .our-service .box {
     padding: 10px 0;
}
 .header .header-main .our-service .box .box-inner {
     margin: 0;
     position: relative;
     padding-left: 55px;
}
 .header .header-main .our-service .box .box-inner i {
     width: 50px;
     height: 50px;
     border: 2px solid #ebebeb;
     border-radius: 100%;
     text-align: center;
     position: absolute;
     left: 0;
     margin: 0;
     top: 50%;
     transform: translate(0, -50%);
     -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
     -o-transform: translate(0, -50%);
     font-size: 21px;
     line-height: 46px;
}
 .header .header-main .our-service .box .box-inner .content h5 {
     font-size: 14px;
     font-weight: 700;
     text-transform: uppercase;
     margin: 0;
     font-family: SFUFuturaBook;
}
 .header .header-main .our-service .box .box-inner .content p {
     color: #91959b;
     line-height: 1.3;
     font-size: 12px;
     margin-bottom: 0;
}
 .header .header-main .minicart-wrapper {
     display: inline-block;
     vertical-align: middle;
     margin: 0;
     position: relative;
     float: right;
     margin-top: 5px;
}
 .header .header-main .minicart-wrapper .showcart {
     color: #363f4d;
     display: block;
     position: relative;
     text-align: left;
     padding-left: 65px;
}
 .header .header-main .minicart-wrapper .showcart i {
     font-size: 21px;
     display: block;
     line-height: 46px;
     width: 50px;
     height: 50px;
     border: 2px solid #ebebeb;
     border-radius: 100%;
     position: absolute;
     left: 0;
     top: 50%;
     text-align: center;
     transform: translate(0, -50%);
     -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
     -ms-transform: translate(0, -50%);
     -o-transform: translate(0, -50%);
}
 .header .header-main .minicart-wrapper .showcart .content {
     display: flex;
     height: 52px;
}
 .header .header-main .minicart-wrapper .showcart .content .content-inner {
     margin: auto;
}
 .header .header-main .minicart-wrapper .showcart .content .text {
     display: block;
     font-size: 14px;
     font-weight: 500;
     height: auto;
     width: auto;
     line-height: 20px;
     position: static;
     text-transform: uppercase;
}
 .header .header-main .minicart-wrapper .showcart .count_item_pr {
     position: absolute;
     top: 0;
     left: 30px;
     height: 20px;
     width: 20px;
     border-radius: 50%;
     background-color: #b2957a;
     color: #fff;
     text-align: center;
     line-height: 20px;
}
 .header .header-main .top-categories-search-main {
     margin-top: 10px;
}
 .header .header-main .top-categories-search-main form {
     margin-bottom: 0;
     border: 2px solid #b2957a;
     border-radius: 5px;
}
 .header .header-main .top-categories-search-main form input {
     border: none;
     border-radius: 5px;
}
 .header .header-main .top-categories-search-main form button {
     color: #b2957a;
     background-color: transparent;
     border-radius: 5px;
}
 .header .header-main .top-categories-search-main form .voice-mic {
     width: 32px;
     height: 32px;
     display: inline-block;
     background: url(//theme.hstatic.net/1000343108/1000435493/14/microphone.svg?v=214) no-repeat center center;
     background-size: 100% 100%;
     position: absolute;
     right: 35px !important;
     top: 4px;
     background-size: 18px;
}
 @media (max-width: 991px) {
     .header .header-main .top-categories-search-main form .voice-mic {
         right: 30px;
    }
}
 .header .header-bottom {
     background-color: #00000047;
}
 @media (max-width: 991px) {
     .header .header-bottom {
         background-color: transparent;
         margin-bottom: 10px;
    }
}
 .header .header-bottom .block-search {
     border-left: 1px solid #3e3b3c;
}
 @media (max-width: 991px) {
     .header .header-bottom .block-search {
         border-left: none;
         width: 100%;
         max-width: unset;
         margin: 0px !important;
         padding: 0px;
    }
}
 .header .header-bottom .block-search .form {
     margin-bottom: 0;
}
 @media (max-width: 991px) {
     .header .header-bottom .block-search .form {
         border: 1px solid #e5e5e5;
    }
}
 .header .header-bottom .block-search .form .input {
     background: none;
     border: 0;
     color: #a4a4a4;
     line-height: 24px;
     height: 24px;
     margin: 0;
     outline: none;
     padding-left: 10px;
     padding-right: 5px;
}
 @media (max-width: 991px) {
     .header .header-bottom .block-search .form .input {
         color: #333;
         height: 35px;
         line-height: 35px;
    }
}
 .header .header-bottom .block-search .form .button {
     background: none;
     border: 0;
     color: #a4a4a4;
     outline: none;
}
 @media (max-width: 991px) {
     .header .header-bottom .block-search .form .button {
         color: #b2957a;
         height: 35px;
         line-height: 35px;
         padding-left: 12px;
         padding-right: 12px;
    }
}
 .header .header-bottom .block-search .form .voice-mic {
     width: 32px;
     height: 32px;
     display: inline-block;
     background: url(//theme.hstatic.net/1000343108/1000435493/14/microphone.svg?v=214) no-repeat center center;
     background-size: 100% 100%;
     position: absolute;
     right: 40px;
     top: 7px;
     background-size: 18px;
     background-color: #231f20;
}
 @media (max-width: 991px) {
     .header .header-bottom .block-search .form .voice-mic {
         right: 30px;
         background-color: transparent;
         top: 2px;
    }
}
 .header .header-bottom nav {
     background-color: transparent;
}
 .header .header-bottom nav .nav .nav-item > a {
     font-size: 16px;
     padding: 0 10px;
     text-transform: uppercase;
     color: #FDD017;
     position: relative;
     font-weight: 600;
     font-family: 'Lora', serif;
    ;
}
 li.home-box.nav-item {
     position: relative;
     top: 5px;
}
 .company_name {
     position: relative;
     top: 2px;
}
 .company_name_1 {
     display: inline-block;
     float: left;
     background: #213641;
     top: -2px;
     height: 34px;
     position: absolute;
     color: #FDD017 ;
     padding: 5px 10px;
     font-weight: bold;
}
 .company_name {
     padding-left: 155px;
}
 .header .header-bottom nav .nav .nav-item > a:before {
     content: "";
     position: absolute;
     left: 0;
     bottom: -22px;
     width: 100%;
     height: 25px;
     background: 0 0;
     display: none;
     z-index: 8;
}
 .header .header-bottom nav .nav .nav-item.active > a, .header .header-bottom nav .nav .nav-item:hover > a {
     color: #fff;
     background-color: transparent;
}
 .header .header-bottom nav .nav .nav-item.active > a:before, .header .header-bottom nav .nav .nav-item:hover > a:before {
     display: block;
}
 .header .header-bottom nav .nav .nav-item ul.dropdown-menu {
     border: none;
     background: #060400;
     padding: 0px 14px;
     border-radius: 0;
     box-shadow: 5px 10px 20px rgb(0 0 0 / 15%);
     min-width: 220px;
     font-weight: 500;
     top: 41px;
}
 @media (min-width: 1025px) {
     .header .header-bottom nav .nav .nav-item ul.dropdown-menu {
         display: block;
         opacity: 0;
         filter: alpha(opacity=0);
         visibility: hidden;
         -moz-transition: .2s ease-out;
         -o-transition: .2s ease-out;
         -webkit-transition: .2s ease-out;
         -ms-transition: .2s ease-out;
         transition: .2s ease-out;
         -moz-transform: translateY(20px);
         -o-transform: translateY(20px);
         -ms-transform: translateY(20px);
         -webkit-transform: translateY(20px);
         transform: translateY(20px);
    }
}
 .header .header-bottom nav .nav .nav-item ul.dropdown-menu li {
     padding: 0;
     border-bottom: 1px solid #f7f7f7;
}
 .header .header-bottom nav .nav .nav-item ul.dropdown-menu li:last-child {
     border-bottom: none;
}
 .header .header-bottom nav .nav .nav-item ul.dropdown-menu li a {
     padding: 10px 5px;
     position: relative;
     padding-right: 20px;
     font-family: 'Lora', serif;
     color: #FDD017;
}
 .header .header-bottom nav .nav .nav-item ul.dropdown-menu li a i {
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translate(0, -50%);
}
 .header .header-bottom nav .nav .nav-item ul.dropdown-menu li a:hover, .header .header-bottom nav .nav .nav-item ul.dropdown-menu li a:focus {
     background-color: transparent;
     color: #FDD017;
}
 .header .header-bottom nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
     top: 0;
}
 .header .header-bottom nav .nav .nav-item:hover > .dropdown-menu {
     display: block;
     margin-top: 0;
}
 @media (min-width: 1025px) {
     .header .header-bottom nav .nav .nav-item:hover > .dropdown-menu {
         opacity: 1;
         filter: alpha(opacity=100);
         visibility: visible;
         -moz-transition: .3s ease-in;
         -o-transition: .3s ease-in;
         -webkit-transition: .3s ease-in;
         -ms-transition: .3s ease-in;
         transition: .3s ease-in;
         -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
         -ms-transform: translateY(0px);
         -webkit-transform: translateY(0px);
         transform: translateY(0px);
    }
}
 .header .header-bottom nav .nav .nav-item:hover > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
     display: block;
     margin-top: 0;
}
 @media (min-width: 1025px) {
     .header .header-bottom nav .nav .nav-item:hover > .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
         opacity: 1;
         filter: alpha(opacity=100);
         visibility: visible;
         -moz-transition: .3s ease-in;
         -o-transition: .3s ease-in;
         -webkit-transition: .3s ease-in;
         -ms-transition: .3s ease-in;
         transition: .3s ease-in;
         -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
         -ms-transform: translateY(0px);
         -webkit-transform: translateY(0px);
         transform: translateY(0px);
    }
}
 .header .header-bottom nav .nav .nav-item:hover > a:before {
     display: block;
}
 .footer-container {
}
 .footer-container .footer-top {
     position: relative;
}
 .footer-container .footer-top .footer-static {
     padding: 17px 0 20px;
     color: #7a7a7a;
     border-top: 1px solid #565656;
}
 .footer-container .footer-top .footer-static .logo-footer {
     margin-bottom: 14px;
}
 .footer-container .footer-top .footer-static .footer-content ul {
     list-style: none;
     padding-left: 0;
}
 .footer-container .footer-top .footer-static .footer-content ul li {
     display: block;
}
 .footer-container .footer-top .footer-static .footer-content ul li + li {
     margin-bottom: 5px;
}
 .footer-container .footer-top .footer-static .footer-content ul li a {
     color: white;
}
 .footer-container .footer-top .footer-static .footer-content ul li a:hover, .footer-container .footer-top .footer-static .footer-content ul li a:focus {
     color: #b2957a;
}
 .social-icons {
     margin-top: 0;
     text-align: left;
}
 .social-icons ul li {
     display: inline-block;
     margin: 10px 10px 0 0;
     position: relative;
     width: 40px;
     height: 40px;
     background: none;
     border-radius: 50%;
     border: 2px solid white;
}
 .social-icons ul li a {
     color: white;
     display: block;
     padding: 0 6px;
     line-height: 0;
     text-align: center;
     line-height: 34px;
     font-size: 19px;
}
 .social-icons ul li:hover a, .social-icons ul li:focus a {
     color: #b2957a;
}
 .footer-container .footer-top .footer-static .footer-title {
     margin: 30px 0 0px;
}
 .footer-container .footer-top .footer-static .footer-title h3 {
     text-transform: uppercase;
     position: relative;
     color: #b2957a;
     font-size: 15px;
     font-family: "SVN-Gotham-Bold";
     border-bottom: 1px solid #424242;
     padding-bottom: 10px;
}
 .footer-container .footer-top .footer-static .newsletter {
     margin: 0;
     width: 100%;
}
 .footer-container .footer-top .footer-static .newsletter .subscribe {
     display: table;
     width: 100%;
}
 @media (min-width: 768px) and (max-width: 991px) {
     .footer-container .footer-top .footer-static .newsletter .subscribe {
         margin-bottom: 0;
    }
}
 @media (max-width: 767px) {
     .footer-container .footer-top .footer-static .newsletter .subscribe {
         margin-bottom: 0;
    }
}
 .footer-container .footer-top .footer-static .newsletter .subscribe .control {
     margin-top: 15px;
}
 .footer-container .footer-top .footer-static .newsletter .subscribe .control input {
     border: 1px solid #ebebeb;
     color: #ababab;
     width: 100%;
     margin-bottom: 20px;
     background: none;
     height: 40px;
     padding: 0;
     padding-left: 8px;
     padding-right: 8px;
}
 .footer-container .footer-top .footer-static .newsletter .subscribe .control input:hover, .footer-container .footer-top .footer-static .newsletter .subscribe .control input:focus {
     border-color: #b2957a;
}
 .footer-container .footer-top .footer-static .newsletter .subscribe .actions {
     display: table-cell;
     vertical-align: top;
     width: 1%;
}
 .footer-container .footer-top .footer-static .newsletter .subscribe .actions .action {
     background: #b2957a;
     border: 0;
     line-height: 45px;
     padding: 0 30px;
     border-radius: 3px;
     color: #fff;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 500;
}
 .footer-container .footer-top .footer-static .newsletter .subscribe .actions .action:hover, .footer-container .footer-top .footer-static .newsletter .subscribe .actions .action:focus {
     color: #fff;
     background: #dd111a;
}
 .footer-container .footer-bottom {
     padding: 15px 0;
}
 .footer-container .footer-bottom .copyright {
     color: #7a7a7a;
     background: none;
     font-weight: 400;
     line-height: 32px;
     padding: 0;
     text-align: left;
}
 @media (max-width: 767px) {
     .footer-container .footer-bottom .copyright {
         margin-bottom: 10px;
         display: block;
         text-align: center;
    }
}
 @media (max-width: 480px) {
     .footer-container .footer-bottom .copyright {
         line-height: inherit;
         text-align: center;
         display: block;
    }
}
 .footer-container .footer-bottom .payment {
     text-align: right;
}
 .footer-container .footer-bottom .payment img {
     display: block;
     float: right;
     max-height: 32px;
}
 @media (min-width: 768px) and (max-width: 991px) {
     .footer-container .footer-bottom {
         text-align: center;
    }
     .footer-container .footer-bottom .copyright {
         font-size: 15px;
         margin-bottom: 8px;
         display: block;
         text-align: center;
    }
     .footer-container .footer-bottom .payment {
         text-align: center;
    }
     .footer-container .footer-bottom .payment img {
         float: none;
         display: block;
         margin-left: auto;
         margin-right: auto;
    }
}
 .group-category .section-tour-owl-2.owl-carousel {
     overflow-x: hidden;
}
 .group-category .section-tour-owl-2.owl-carousel .owl-nav .owl-prev, .group-category .section-tour-owl-2.owl-carousel .owl-nav .owl-next {
     -moz-transition: all 0.45s ease;
     -webkit-transition: all 0.45s ease;
     -o-transition: all 0.45s ease;
     -ms-transition: all 0.45s ease;
     transition: all 0.45s ease;
     opacity: 0;
     visibility: hidden;
}
 .group-category .section-tour-owl-2.owl-carousel .owl-nav .owl-next {
     height: 51px;
     width: 32px;
     border: 1px solid #f1f5f6;
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     right: 0;
     text-align: center;
     line-height: 45px;
     top: 50%;
     transform: translate(0, -50%);
     color: #878fa0;
     font-size: 20px;
     margin: 0;
     right: -50px;
}
 .group-category .section-tour-owl-2.owl-carousel .owl-nav .owl-next.disabled {
     opacity: 0.2 !important;
}
 .group-category .section-tour-owl-2.owl-carousel .owl-nav .owl-prev {
     height: 51px;
     width: 32px;
     border: 1px solid #f1f5f6;
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     left: 0;
     text-align: center;
     line-height: 45px;
     top: 50%;
     transform: translate(0, -50%);
     color: #878fa0;
     font-size: 20px;
     margin: 0;
     left: -50px;
}
 .group-category .section-tour-owl-2.owl-carousel .owl-nav .owl-prev.disabled {
     opacity: 0.2 !important;
}
 .group-category .section-tour-owl-2.owl-carousel .owl-dots {
     position: relative;
     display: none;
}
 @media (max-width: 767px) {
     .group-category .section-tour-owl-2.owl-carousel .owl-dots {
         display: block;
    }
}
 .group-category .section-tour-owl-2.owl-carousel .owl-dots .owl-dot {
     height: 10px;
     width: 10px;
     background-color: #e5e5e5;
}
 .group-category .section-tour-owl-2.owl-carousel .owl-dots .owl-dot.active {
     background-color: #b2957a;
}
 .group-category .section-tour-owl-2.owl-carousel:hover .owl-nav .owl-prev {
     left: 0;
     opacity: 1;
     visibility: inherit;
}
 .group-category .section-tour-owl-2.owl-carousel:hover .owl-nav .owl-next {
     right: 0;
     opacity: 1;
     visibility: inherit;
}
 .group-category .item .category-item {
     text-align: center;
}
 .group-category .item .category-item img {
     background: #fff;
     border-radius: 10px;
     margin: 1px 0 8px;
     object-fit: scale-down;
     padding: 7px;
     transform: scale(1);
     transition-duration: .4s;
     display: block;
     margin-left: auto;
     margin-right: auto;
     border: 7px solid #f5f5f5;
}
 .group-category .item .category-item h6 {
     font-size: 13px;
     margin: 0;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .group-category .item:hover .category-item h6 {
     color: #b2957a;
}
 .category-products .sort-cate {
     border-bottom: 1px solid #ebebeb;
     border-top: 1px solid #ebebeb;
     display: block;
     padding: 5px 0;
}
 .category-products .sort-cate .sort-cate-left {
     float: left;
     margin-top: 5px;
}
 .category-products .sort-cate .sort-cate-left h3 {
     color: #000;
     font-size: 14px;
     font-family: 'SFUFuturaBook';
     float: left;
     margin: 0;
     margin-top: 2px;
}
 .category-products .sort-cate .sort-cate-left ul {
     display: inline-block;
}
 .category-products .sort-cate .sort-cate-left ul li {
     float: left;
     padding: 0 0 0 10px;
}
 .category-products .sort-cate .sort-cate-left ul li a {
     color: #000;
     font-size: 14px;
     position: relative;
}
 .category-products .sort-cate .sort-cate-left ul li a i {
     height: 16px;
     width: 16px;
     border: 2px solid #ddd;
     border-radius: 50%;
     display: inline-block;
     vertical-align: middle;
     margin: -3px 5px 0 0;
     position: relative;
}
 .category-products .sort-cate .sort-cate-left ul li:hover i, .category-products .sort-cate .sort-cate-left ul li.active i {
     border: 2px solid #b2957a;
     height: 16px;
     width: 16px;
}
 .category-products .sort-cate .sort-cate-left ul li:hover i:before, .category-products .sort-cate .sort-cate-left ul li.active i:before {
     content: "";
     width: 8px;
     height: 8px;
     background-color: #b2957a;
     position: absolute;
     border-radius: 50%;
     margin: 2px;
}
 .category-products .sort-cate .sort-cate-right {
     float: right;
}
 .category-products .sort-cate .sort-cate-right h3 {
     color: #000;
     font-size: 14px;
     font-weight: normal;
     float: left;
     margin: 0;
     margin-top: 5px;
     margin-right: 5px;
}
 .category-products .sort-cate .sort-cate-right .view-mode {
     display: inline-block;
}
 @media (max-width: 480px) {
     .category-products .sort-cate .sort-cate-right .view-mode {
         text-align: center;
         display: block;
    }
}
 .category-products .sort-cate .sort-cate-right .view-mode a {
     border: 1px solid #eaeced;
     width: 65px;
     display: inline-block;
     color: #333;
     font-size: 14px;
     height: auto;
     line-height: inherit;
     float: left;
     border-radius: 0;
     height: 30px;
     line-height: 30px;
}
 @media (min-width: 413px) and (max-width: 415px) {
     .category-products .sort-cate .sort-cate-right .view-mode a {
         width: 90px;
    }
}
 @media (min-width: 374px) and (max-width: 380px) {
     .category-products .sort-cate .sort-cate-right .view-mode a {
         width: 80px;
    }
}
 .category-products .sort-cate .sort-cate-right .view-mode a.active, .category-products .sort-cate .sort-cate-right .view-mode a:hover {
     color: #b2957a;
}
 .category-products .sort-cate .sort-cate-right .view-mode a + a {
     margin-left: 5px;
}
 @media (max-width: 480px) {
     .category-products .sort-cate .sort-cate-right .view-mode a {
         float: none;
    }
}
 @media (max-width: 480px) {
     .category-products .sort-cate .sort-cate-right {
         width: 50%;
    }
     .category-products .sort-cate .sort-cate-right h3 {
         display: block;
         text-align: left;
         margin-right: 0;
         float: none;
    }
}
 @media (max-width: 480px) {
     .category-products .sort-cate .sort-cate-right-mobile {
         width: 100%;
         float: left;
    }
     .category-products .sort-cate .sort-cate-right-mobile #sort-by {
         float: none;
    }
     .category-products .sort-cate .sort-cate-right-mobile #sort-by .left {
         display: block;
         float: left;
         line-height: 1.4;
         font-weight: normal;
         margin-right: 10px;
         margin-top: 5px;
    }
     .category-products .sort-cate .sort-cate-right-mobile #sort-by ul {
         float: none;
    }
     .category-products .sort-cate .sort-cate-right-mobile #sort-by ul > li {
         border: 1px solid #eaeced;
         padding: 0 5px;
         width: 137px;
         line-height: 28px;
    }
     .category-products .sort-cate .sort-cate-right-mobile #sort-by ul ul {
         background-color: #fff;
         border-top: none;
    }
     .category-products .sort-cate .sort-cate-right-mobile #sort-by ul ul li {
         width: 100%;
         border: none;
    }
}
 .single-ant-item .product {
     margin-bottom: 30px;
     box-sizing: border-box;
     position: relative;
     border-style: solid;
     border-width: 1px;
     border-color: transparent;
     text-align: center;
     background-color: #fff;
     -ms-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
}
 .single-ant-item .product .row-left {
     overflow: hidden;
     font-size: 0;
     position: relative;
     text-align: center;
     padding: 10px;
}
 .single-ant-item .product .row-left > a {
     display: inline-block;
     *display: inline;
     zoom: 1;
     font-size: 0;
     text-align: center;
     position: relative;
}
 .single-ant-item .product .row-left > a img.rotation {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     -ms-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
     opacity: 0;
     filter: alpha(opacity=0);
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
}
 .single-ant-item .product .row-left .product-label {
     position: absolute;
     top: 15px;
     left: 20px;
}
 .single-ant-item .product .row-left .product-label .label-element {
     position: relative;
     padding-left: 5px;
     padding-right: 5px;
     border-style: solid;
     border-width: 0px;
     width: auto;
     height: 18px;
     border-radius: 0px;
     font-weight: 500;
     text-transform: uppercase;
     margin-top: 5px;
     -ms-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
     -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
     -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
     color: #fff;
     border-color: #f3445c;
     background-color: #f3445c;
}
 .single-ant-item .product .row-left .product-label .label-element span {
     display: block;
     font-size: 12px;
     border-width: 0px;
     height: 18px;
     line-height: 18px;
}
 .single-ant-item .product .row-right {
     -ms-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
     text-align: left;
     padding: 0px 10px 5px;
     position: relative;
}
 @media (max-width: 480px) {
     .single-ant-item .product .row-right {
         padding: 0;
    }
}
 .single-ant-item .product .row-right .product-title {
     margin-bottom: 2px;
     margin-top: 0px;
}
 .single-ant-item .product .row-right .product-title a {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     display: block;
     zoom: 1;
     -ms-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
     line-height: 1.5em;
     font-weight: 500;
     font-size: 14px;
     color: #27272f;
}
 .single-ant-item .product .row-right .product-title:hover a {
     color: #b2957a;
}
 .single-ant-item .product .row-right .rating-star {
     margin-bottom: 4px;
}
 .single-ant-item .product .row-right .product-price {
     background-color: transparent;
}
 .single-ant-item .product .row-right .product-price .price_sale {
     color: #b2957a;
     font-size: 14px;
     font-weight: bold;
     font-family: SFUFUturaBook;
}
 .single-ant-item .product .row-right .product-price .price_compare {
     color: #858585;
     margin-left: 5px;
     font-size: 14px;
     font-weight: bold;
     font-family: SFUFUturaBook;
     vertical-align: top;
}
 .single-ant-item .product .hover-mask {
     position: absolute;
     top: 100%;
     left: -1px;
     right: -1px;
     bottom: auto;
     z-index: 0;
     -ms-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
     visibility: hidden;
     opacity: 0;
     filter: alpha(opacity=0);
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
     -ms-transform: translateY(-5px);
     -webkit-transform: translateY(-5px);
     transform: translateY(-5px);
}
 @media (max-width: 1024px) {
     .single-ant-item .product .hover-mask {
         display: none !important;
    }
}
 .single-ant-item .product .hover-mask:after {
     content: '';
     background-color: #fff;
     height: 10px;
     position: absolute;
     top: 0;
     left: 1px;
     right: 1px;
     -ms-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
}
 .single-ant-item .product .hover-mask .hover-mask-inner {
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: center;
     -webkit-align-items: center;
     -moz-align-items: center;
     -ms-align-items: center;
     -o-align-items: center;
     align-items: center;
     -ms-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
     background-color: #fff;
     padding: 5px 10px 15px;
}
 .single-ant-item .product .hover-mask .hover-mask-inner form {
     margin-bottom: 0;
}
 .single-ant-item .product .hover-mask .hover-mask-inner form button {
     font-size: 14px;
     font-weight: 500;
     height: 48px;
     color: #858585;
     border-color: #f2f2f2;
     background-color: #fff;
     text-transform: capitalize;
     padding: 0;
     -ms-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     text-align: center;
     width: 36px;
     height: 36px;
     line-height: 32px;
     border-width: 2px;
     border-style: solid;
     border-radius: 5px;
}
 .single-ant-item .product .hover-mask .hover-mask-inner form button i {
     font-size: 18px;
     height: 32px;
     line-height: 32px;
     display: block;
}
 .single-ant-item .product .hover-mask .hover-mask-inner form button:hover, .single-ant-item .product .hover-mask .hover-mask-inner form button:focus {
     border-color: #b2957a;
     color: #b2957a;
}
 .single-ant-item .product .hover-mask .hover-mask-inner .quickview-wishlist-wrapper {
     margin-left: 1px;
}
 .single-ant-item .product .hover-mask .hover-mask-inner .quickview-wishlist-wrapper li {
     display: inline-block;
     *display: inline;
     zoom: 1;
     margin-left: 7px;
}
 .single-ant-item .product .hover-mask .hover-mask-inner .quickview-wishlist-wrapper li a {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     display: block;
     color: #858585;
     border-color: #f2f2f2;
     background-color: #fff;
     width: 36px;
     height: 36px;
     border-radius: 5px;
     border-width: 2px;
     border-style: solid;
     text-align: center;
     display: inline-block;
     *display: inline;
     zoom: 1;
}
 .single-ant-item .product .hover-mask .hover-mask-inner .quickview-wishlist-wrapper li a i {
     display: block;
     height: 32px;
     line-height: 32px;
}
 .single-ant-item .product .hover-mask .hover-mask-inner .quickview-wishlist-wrapper li a:hover, .single-ant-item .product .hover-mask .hover-mask-inner .quickview-wishlist-wrapper li a:focus {
     border-color: #b2957a;
     color: #b2957a;
}
 @media (min-width: 1025px) {
     .single-ant-item:hover .product {
         -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
         -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
         box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
    }
}
 .single-ant-item:hover .product .row-left > a img.rotation {
     opacity: 1;
     filter: alpha(opacity=100);
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
}
 .single-ant-item:hover .product .row-left > a img.not-rotation {
     opacity: 0;
}
 .single-ant-item:hover .product .hover-mask {
     visibility: visible;
     -ms-transform: none;
     -webkit-transform: none;
     transform: none;
     opacity: 1;
     filter: alpha(opacity=100);
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
     z-index: 1;
}
 .single-ant-item:hover .product .hover-mask .hover-mask-inner {
     -moz-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
     -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
     box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
}
 .category-products-grids .single-ant-item .product .row-left .container_item {
     display: block;
     height: 190px;
     position: relative;
}
 .category-products-grids .single-ant-item .product .row-left .container_item img {
     width: auto !important;
     max-height: 100%;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
}
 @media (min-width: 1024px) {
     .category-products-grids .products-view-grid .col-xs-6:nth-child(4n+1) {
         clear: left;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .category-products-grids .products-view-grid .col-xs-6:nth-child(3n+1) {
         clear: left;
    }
}
 @media (max-width: 767px) {
     .category-products-grids .products-view-grid .col-xs-6:nth-child(2n+1) {
         clear: left;
    }
}
 .category-products-grids .products-view-grid .ant-product-item .product-item-photo {
     display: block;
     height: 200px;
     position: relative;
}
 @media (max-width: 1024px) {
     .category-products-grids .products-view-grid .ant-product-item .product-item-photo {
         height: 162px;
    }
}
 @media (max-width: 991px) {
     .category-products-grids .products-view-grid .ant-product-item .product-item-photo {
         height: 230px;
    }
}
 @media (max-width: 767px) {
     .category-products-grids .products-view-grid .ant-product-item .product-item-photo {
         height: 348px;
    }
}
 @media (max-width: 667px) {
     .category-products-grids .products-view-grid .ant-product-item .product-item-photo {
         height: 314px;
    }
}
 @media (max-width: 569px) {
     .category-products-grids .products-view-grid .ant-product-item .product-item-photo {
         height: 264px;
    }
}
 @media (max-width: 480px) {
     .category-products-grids .products-view-grid .ant-product-item .product-item-photo {
         height: 193px;
    }
}
 @media (max-width: 376px) {
     .category-products-grids .products-view-grid .ant-product-item .product-item-photo {
         height: 174px;
    }
}
 @media (max-width: 321px) {
     .category-products-grids .products-view-grid .ant-product-item .product-item-photo {
         height: 146px;
    }
}
 .category-products-grids .products-view-grid .ant-product-item .product-item-photo img {
     width: 100% !important;
     max-height: 100%;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
}
 .products-view-grid .ant-product-item {
     margin-bottom: 0;
    /* border: 1px solid #e1e1e1;
     */
    /* padding: 5px;
     */
}
 .details-product .product-image-block .large-image .button_wh_40 {
     position: absolute;
     right: 10px;
     top: 10px;
     z-index: 9;
     height: 40px;
     width: 40px;
     line-height: 40px;
     text-align: center;
     border: none;
     background-color: #f5f5f5;
     border-radius: 50%;
}
 .details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-prev, .details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-next {
     -moz-transition: all 0.45s ease;
     -webkit-transition: all 0.45s ease;
     -o-transition: all 0.45s ease;
     -ms-transition: all 0.45s ease;
     transition: all 0.45s ease;
     opacity: 0;
     visibility: hidden;
}
 .details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-next {
     height: 51px;
     width: 32px;
     border: 1px solid #f1f5f6;
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     right: 0;
     text-align: center;
     line-height: 45px;
     top: 50%;
     transform: translate(0, -50%);
     color: #878fa0;
     font-size: 20px;
     margin: 0;
     right: -50px;
}
 .details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-next.disabled {
     opacity: 0.2 !important;
}
 .details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-prev {
     height: 51px;
     width: 32px;
     border: 1px solid #f1f5f6;
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     left: 0;
     text-align: center;
     line-height: 45px;
     top: 50%;
     transform: translate(0, -50%);
     color: #878fa0;
     font-size: 20px;
     margin: 0;
     left: -50px;
}
 .details-product .product-image-block #gallery_01.owl-carousel .owl-nav .owl-prev.disabled {
     opacity: 0.2 !important;
}
 .details-product .product-image-block #gallery_01.owl-carousel:hover .owl-nav .owl-prev {
     left: 0;
     opacity: 1;
     visibility: inherit;
}
 .details-product .product-image-block #gallery_01.owl-carousel:hover .owl-nav .owl-next {
     right: 0;
     opacity: 1;
     visibility: inherit;
}
 .details-product .product-image-block #gallery_01.owl-carousel .owl-dots {
     display: none;
}
 .details-product .product-image-block #gallery_01.owl-carousel .item {
    /* border: 1px solid #e5e5e5;
     */
     padding: 2px;
     position: relative;
     height: 97px;
     margin: 1px;
}
 @media (max-width: 1024px) {
     .details-product .product-image-block #gallery_01.owl-carousel .item {
         height: 68px;
    }
}
 @media (max-width: 991px) {
     .details-product .product-image-block #gallery_01.owl-carousel .item {
         height: 81px;
    }
}
 @media (max-width: 767px) {
     .details-product .product-image-block #gallery_01.owl-carousel .item {
         height: 130px;
    }
}
 @media (max-width: 480px) {
     .details-product .product-image-block #gallery_01.owl-carousel .item {
         height: 97px;
    }
}
.details-product .product-image-block #gallery_01.owl-carousel .item img {
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px;
    margin: 0px;
    min-height: 100%;
    object-fit: cover;
    max-height: 100%;
    position-area: center;
    width: 100%;
}
 @media (max-width: 767px) {
     .details-product .details-pro {
         margin-top: 10px;
    }
}
 .details-product .details-pro .price-box .special-price {
     display: inline-block;
     float: left;
     width: 100%;
     font-size: 15px;
}
 .details-product .details-pro .price-box .special-price .product-price {
     display: inline-block;
     font-size: 20px;
     color: #000000;
     vertical-align: middle;
     font-family: "SVN-Gotham-Light";
     margin-right: 10px;
     font-weight: bold;
}
 .details-product .details-pro .price-box .old-price {
     display: inline-block;
     float: left;
     font-size: 16px;
     font-family: "SVN-Gotham-Regular";
     color: #bbb;
}
 .details-product .details-pro .price-box .old-price .product-price-old {
     font-size: 17px;
     color: #bbb;
     font-weight: 400;
}
 .details-product .details-pro .inventory_quantity .stock-brand-title {
     color: #333;
}
 .details-product .details-pro .inventory_quantity .a-stock {
     color: #30a43b;
}
 .details-product .product-summary .rte p {
     margin-bottom: 7px;
}
 .details-product .form-product .swatch {
     margin: 10px 0;
}
 .details-product .form-product .swatch .header {
     display: block;
     float: none;
}
 .details-product .form-product form {
     margin-bottom: 0px;
}
 @media (max-width: 767px) {
     .details-product .form-product form {
         margin-bottom: 0;
    }
}
 .details-product .form-product .form-group {
     width: 100%;
     padding-bottom: 10px;
}
 .details-product .form-product .form-group .group-label {
     font-weight: 700;
     margin: 0.1em 0;
     text-align: left;
     margin-bottom: 8px;
}
 .details-product .form-product .form-group .custom-btn-number {
     width: 150px;
     float: left;
     position: relative;
     padding: 0;
     margin-bottom: 20px;
     border: none;
     box-shadow: none;
     background-color: transparent;
}
 @media (max-width: 480px) {
     .details-product .form-product .form-group .custom-btn-number {
         margin-bottom: 10px;
    }
}
 .details-product .form-product .form-group .custom-btn-number input {
     margin: 0px;
     display: block;
     float: left;
     height: 50px;
     border: solid 1px #ebebeb;
     border-right: none;
     border-left: none;
     width: 55px;
     text-align: center;
     box-shadow: none;
     border-radius: 0px;
     font-size: 15px;
     outline: none;
}
 .details-product .form-product .form-group .custom-btn-number button {
     font-size: 20px;
     line-height: 0px;
     border: solid 1px #ebebeb;
     display: inline-block;
     width: 40px;
     height: 50px;
     background: #fff;
     float: left;
     color: #333;
     text-align: center;
     padding: 0px;
     font-family: 'Roboto',Helvetica,Arial,sans-serif;
}
 .details-product .form-product .form-group .custom-btn-number button.btn-minus {
     border-radius: 0;
     border-top-left-radius: 3px;
     border-bottom-left-radius: 3px;
}
 .details-product .form-product .form-group .custom-btn-number button.btn-plus {
     border-radius: 0;
     border-top-right-radius: 3px;
     border-bottom-right-radius: 3px;
}
 .details-product .form-product .form-group .custom-btn-number button:hover, .details-product .form-product .form-group .custom-btn-number button:focus {
     background-color: #b2957a;
     border-color: #b2957a;
     color: #fff;
}
 .details-product .form-product .form-group .btn-mua a {
     background: #b2957a;
     font-size: 16px;
     outline: none;
     box-shadow: none;
     padding: 9px 8px 12px;
     color: #fff;
     height: auto;
     line-height: inherit;
     width: 100%;
     font-family: "SVN-Gotham-Bold";
     border-radius: 29px;
     text-transform: uppercase;
     font-size: 18px;
     border: none;
}
 .details-product .form-product .form-group .btn-mua button span {
     display: block;
     width: 100%;
     text-align: center;
}
 .details-product .form-product .form-group .btn-mua button span.txt-main {
     font-size: 16px;
     font-weight: 500;
     line-height: 1.1;
     text-transform: uppercase;
}
 .details-product .form-product .form-group .btn-mua button:hover, .details-product .form-product .form-group .btn-mua button:focus {
     color: #fff;
     opacity: 0.9;
}
 @media (max-width: 480px) {
     .details-product .form-product .form-group .btn-mua button {
         width: 100%;
    }
}
 .details-product .form-product .form-group .btn-mua.btnsold {
     width: 100%;
}
 .details-product .form-product .box-variant .selector-wrapper select {
     height: 40px;
}
 .details-product .form-product .btn-callmeback {
     width: 48.5% !important;
     float: left;
     background-color: #288ad6 !important;
     border: none !important;
     border-radius: 2px;
     height: 50px;
     font-size: 16px;
     outline: none;
     box-shadow: none;
     padding: 10px;
     color: #fff;
     height: auto;
     line-height: inherit;
}
 .details-product .form-product .btn-callmeback:hover, .details-product .form-product .btn-callmeback:focus {
     color: #fff !important;
     background-color: #206eab !important;
}
 .details-product .form-product .btn-callmeback + .btn-callmeback {
     float: right;
}
 .details-product .inve_brand .stock-brand-title i, .details-product .inventory_quantity .stock-brand-title i {
     color: #b2957a;
}
 .details-product .product-top .title-head {
     color: #000000;
     font-size: 24px;
     margin: 15px 0px 10px;
     line-height: normal;
     font-weight: normal;
}
 .details-product .product-top .iddanhgia {
     float: left;
}
 .details-product .product-top .iddanhgia:hover {
     cursor: pointer;
     color: #b2957a;
}
 .details-product .product-tab .tabs-title {
     border-bottom: 1px solid #e6e6e6;
}
 .details-product .product-tab .tabs-title .tab-link {
     margin-right: 0;
     padding: 0 20px;
     background: none;
     border-radius: 0;
     border-left: 1px solid white;
     background-size: 27px;
     margin-bottom: 10px;
}
 @media (max-width: 480px) {
     .details-product .product-tab .tabs-title .tab-link {
         width: 100%;
         border-radius: 0;
         margin-top: 2px;
    }
}
 .details-product .product-tab .tabs-title .tab-link h3 {
     font-size: 15px;
     text-transform: uppercase;
     padding: 7px 0;
     margin: 0;
}
 @media (max-width: 480px) {
     .details-product .product-tab .tabs-title .tab-link h3 {
         text-align: left;
    }
}
 .details-product .product-tab .tabs-title .tab-link.current, .details-product .product-tab .tabs-title .tab-link:hover {
     color: #b2957a;
     border-left: 1px solid #d09324;
     padding-left: 20px;
}
 .details-product .product-tab .tabs-title .tab-link.current h3, .details-product .product-tab .tabs-title .tab-link:hover h3 {
    /* color: #b2957a;
     */
    /* border-left: 1px solid #d09324;
     */
    /* padding-left: 20px;
     */
}
 .details-product .product-tab .product-well {
     min-height: 20px;
     padding: 0;
     padding-bottom: 35px;
     background-color: #fff;
     position: relative;
     margin-bottom: 18px;
     box-shadow: none;
     outline: none;
     border: none;
     border-radius: 0;
}
 .details-product .product-tab .product-well .ba-text-fpt {
     height: 350px;
     overflow: hidden;
     -webkit-transition: height 0.2s;
     -moz-transition: height 0.2s;
     transition: height 0.2s;
}
 .details-product .product-tab .product-well.expanded .ba-text-fpt {
     height: auto;
     -webkit-transition: height 0.2s;
     -moz-transition: height 0.2s;
     transition: height 0.2s;
}
 .details-product .product-tab .product-well.expanded .less-text {
     display: block;
}
 .details-product .product-tab .product-well.expanded .more-text {
     display: none;
}
 .details-product .product-tab .product-well.expanded .show-more::before {
     display: none;
}
 .details-product .product-tab .product-well .show-more {
     position: relative;
}
 .details-product .product-tab .product-well .show-more .btn--view-more {
     position: absolute;
     top: 100%;
     left: 50%;
     width: 120px;
     margin-left: -60px;
     margin-top: 0px;
     text-align: center;
     background-color: transparent;
     color: #0a5bff;
     font-weight: normal;
     outline: none;
     box-shadow: none;
}
 .details-product .product-tab .product-well .show-more .btn--view-more:hover, .details-product .product-tab .product-well .show-more .btn--view-more:focus {
     color: #b2957a;
     border-color: #b2957a;
     outline: none;
     box-shadow: none;
}
 .details-product .product-tab .product-well .show-more::before {
     display: block;
     content: "";
     height: 120px;
     position: absolute;
     top: -120px;
     width: 100%;
     left: 0;
     background: rgba(255, 255, 255, 0.6);
     background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.33) 33%, rgba(255, 255, 255, 0.8) 83%, #fff);
}
 .details-product .product-tab .product-well .less-text {
     display: none;
}
 .details-product .service-block {
     border: none;
     margin-bottom: 15px;
}
 .details-product .service-block .sidebar-content {
     margin-bottom: 0;
     padding-top: 0;
     padding-bottom: 0;
}
 .details-product .service-block .sidebar-content .service-item {
     text-align: center;
     padding-top: 10px;
     padding-bottom: 10px;
     border-bottom: 1px solid #b2957a;
}
 .details-product .service-block .sidebar-content .service-item:last-child {
     padding-bottom: 0;
     margin-bottom: 0;
     border-bottom: none;
}
 .details-product .service-block .sidebar-content .service-item .item-top {
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: center;
     -webkit-align-items: center;
     -moz-align-items: center;
     -ms-align-items: center;
     -o-align-items: center;
     align-items: center;
     margin-bottom: 5px;
     -webkit-justify-content: center;
     -ms-justify-content: center;
     justify-content: center;
}
 .details-product .service-block .sidebar-content .service-item .item-top .img {
     display: inline-block;
     display: inline;
     zoom: 1;
     text-align: center;
     line-height: 50px;
     -ms-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     transition: all 500ms ease;
     overflow: hidden;
     position: relative;
}
 .details-product .service-block .sidebar-content .service-item .item-top .img img {
     -ms-transition: all 500ms ease;
     -webkit-transition: all 500ms ease;
     max-width: 50px;
     position: relative;
     top: -2px;
}
 .details-product .service-block .sidebar-content .service-item .item-top .title {
     display: block;
     width: 65%;
     font-size: 16px;
     text-align: left;
     padding-left: 10px;
     font-weight: bold;
     font-family: "SVN-Gotham-Light";
}
 .details-product .service-block .sidebar-content .service-item .caption {
     font-weight: normal;
     margin-bottom: 0;
     color: #363f4d;
     font-size: 13px;
}
 .details-product .service-block .sidebar-content .service-item:hover .item-top .img {
}
 .details-product .service-block .sidebar-content .service-item:hover .item-top .img img {
}
 .callmeback-form .modal-header {
     background-color: #b2957a;
}
 .callmeback-form .modal-header .modal-title {
     padding-left: 0;
     min-height: 1px;
     text-align: center;
     color: #fff;
}
 .callmeback-form .modal-header button {
     position: absolute;
     right: 10px;
     z-index: 99;
}
 @media (min-width: 1024px) {
     .callmeback-form .modal-dialog {
         width: 750px;
    }
}
 @media (max-width: 767px) {
     .callmeback-form .modal-body img {
         max-height: 170px;
    }
}
 .callmeback-form .modal-body .cta-name-pro {
     font-size: 14px;
     color: #333;
     margin-top: 5px;
     margin-bottom: 5px;
}
 .callmeback-form .modal-body .col-md-7 {
     padding-left: 0;
}
 .callmeback-form .modal-body .col-md-7 input {
     border-radius: 0;
}
 .callmeback-form .modal-body .col-md-7 input:focus {
     outline: none;
     box-shadow: none;
}
 .related-product h2.title-head {
     font-weight: 500;
     font-size: 22px;
     padding: 0px 0 10px;
     margin-bottom: 0;
     margin-top: 10px;
}
 .related-product .home-title h2 {
     display: block;
     font-size: 20px;
     margin: 0;
     color: white;
     font-size: 25px;
     text-align: center;
     padding-bottom: 12px;
     margin-bottom: 18px;
     text-transform: uppercase;
     position: relative;
     font-family: "SVN-Gotham-Regular";
     font-weight: 500;
}
.related-product .home-title {
    margin-bottom: 50px;
}
.tskt {
    margin-bottom: 10px;
    font-weight: bold;
}
.img-icons {
    margin-top: 20px;
}
 @media (max-width: 480px) {
     .related-product .home-title h2 {
         font-size: 20px;
         margin-top: 30px;
    }
}
 .related-product .home-title h2 a {
}
 .related-product .home-title h2 a:hover, .related-product .home-title h2 a:focus {
     color: #b2957a;
}
 .related-product .home-title h2:after {
     left: 0;
     bottom: 0;
     content: "";
     right: 0;
     width: 76px;
     height: 3px;
     display: inline-block;
     background: #b2957a;
     position: absolute;
     margin: 0 auto;
}
 .related-product .section-tour-owl {
     overflow-x: hidden;
}
 .related-product .section-tour-owl.owl-carousel .owl-nav .owl-prev, .related-product .section-tour-owl.owl-carousel .owl-nav .owl-next {
     -moz-transition: all 0.45s ease;
     -webkit-transition: all 0.45s ease;
     -o-transition: all 0.45s ease;
     -ms-transition: all 0.45s ease;
     transition: all 0.45s ease;
     opacity: 1;
     visibility: inherit;
}
 .related-product .section-tour-owl.owl-carousel .owl-nav .owl-next {
     height: 51px;
     width: 32px;
     border-radius: 4px;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     right: 0;
     text-align: center;
     line-height: 45px;
     top: 50%;
     transform: translate(0, -50%);
     color: #878fa0;
     font-size: 35px;
     margin: 0;
     right: 0px;
}
 .related-product .section-tour-owl.owl-carousel .owl-nav .owl-next.disabled {
     opacity: 1 !important;
}
 .related-product .section-tour-owl.owl-carousel .owl-nav .owl-prev {
     height: 51px;
     width: 32px;
     border-radius: 4px;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     left: 0;
     text-align: center;
     line-height: 45px;
     top: 50%;
     transform: translate(0, -50%);
     color: #878fa0;
     font-size: 35px;
     margin: 0;
     left: 0px;
}
 ul.product_list_widget li img {
     top: 10px;
     position: absolute;
     left: 0;
     width: 60px;
     height: 60px;
     margin-bottom: 5px;
     object-fit: cover;
     object-position: 50% 50%;
}
 .related-product .section-tour-owl.owl-carousel .owl-nav .owl-prev.disabled {
     opacity: 1 !important;
}
 .related-product .section-tour-owl.owl-carousel:hover .owl-nav .owl-prev {
     left: 0;
     opacity: 1;
     visibility: inherit;
}
 .related-product .section-tour-owl.owl-carousel:hover .owl-nav .owl-next {
     right: 0;
     opacity: 1;
     visibility: inherit;
}
 .related-product .section-tour-owl.owl-carousel .owl-dots {
     display: none !important;
}
 .related-product .section-tour-owl.owl-carousel .single-ant-item:hover .product, .related-product .section-tour-owl.owl-carousel .single-ant-item:hover .product .hover-mask .hover-mask-inner {
     -webkit-box-shadow: unset;
     box-shadow: unset;
}
 .related-product .single-ant-item {
     padding-bottom: 15px;
}
 .related-product .single-ant-item .product .row-left .container_item {
     display: block;
     height: 208px;
     position: relative;
}
 @media (max-width: 1024px) {
     .related-product .single-ant-item .product .row-left .container_item {
         height: 165px;
    }
}
 @media (max-width: 991px) {
     .related-product .single-ant-item .product .row-left .container_item {
         height: 208px;
    }
}
 @media (max-width: 767px) {
     .related-product .single-ant-item .product .row-left .container_item {
         height: 328px;
    }
}
 @media (max-width: 667px) {
     .related-product .single-ant-item .product .row-left .container_item {
         height: 294px;
    }
}
 @media (max-width: 569px) {
     .related-product .single-ant-item .product .row-left .container_item {
         height: 244px;
    }
}
 @media (max-width: 480px) {
     .related-product .single-ant-item .product .row-left .container_item {
         height: 180px;
    }
}
 @media (max-width: 376px) {
     .related-product .single-ant-item .product .row-left .container_item {
         height: 160px;
    }
}
 @media (max-width: 321px) {
     .related-product .single-ant-item .product .row-left .container_item {
         height: 130px;
    }
}
 .related-product .single-ant-item .product .row-left .container_item img {
     width: auto !important;
     max-height: 100%;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
}
 .related-product .ant-product-item .product-item-photo {
     display: block;
     height: 218px;
     position: relative;
}
 @media (max-width: 1024px) {
     .related-product .ant-product-item .product-item-photo {
         height: 178px;
    }
}
 @media (max-width: 991px) {
     .related-product .ant-product-item .product-item-photo {
         height: 233px;
    }
}
 @media (max-width: 767px) {
     .related-product .ant-product-item .product-item-photo {
         height: 351px;
    }
}
 @media (max-width: 667px) {
     .related-product .ant-product-item .product-item-photo {
         height: 316px;
    }
}
 @media (max-width: 569px) {
     .related-product .ant-product-item .product-item-photo {
         height: 267px;
    }
}
 @media (max-width: 480px) {
     .related-product .ant-product-item .product-item-photo {
         height: 195px;
    }
}
 @media (max-width: 376px) {
     .related-product .ant-product-item .product-item-photo {
         height: 175px;
    }
}
 @media (max-width: 321px) {
     .related-product .ant-product-item .product-item-photo {
         height: 148px;
    }
}
 .related-product .ant-product-item .product-item-photo img {
     width: auto !important;
     max-height: 100%;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
}
 .right_module .similar-product .right-bestsell h2 {
     margin: 0;
     color: white;
     font-family: "SVN-Gotham-Bold";
     font-size: 19px;
     font-weight: 600;
     position: relative;
     text-transform: uppercase;
     text-align: center;
     padding: 10px 0;
     background-size: 24px;
}
 .right_module .similar-product .right-bestsell h2 a {
     color: #000;
}
 .right_module .similar-product .right-bestsell h2 a:hover, .right_module .similar-product .right-bestsell h2 a:focus {
    /* color: #b2957a;
     */
}
 .right_module .similar-product .right-bestsell h2:after {
     content: "";
     width: 100px;
    /* border-top: 2px solid #b2957a;
     */
     height: 3px;
     position: absolute;
     top: 30px;
     left: 0px;
     z-index: 999;
     visibility: hidden;
}
 .right_module .similar-product .right-bestsell .list-bestsell {
     border: 1px solid #e5e5e5;
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item {
     border-bottom: 1px solid #e9e9e9;
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item:last-child {
     border-bottom: none;
}
 @media (min-width: 565px) and (max-width: 991px) {
     .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item:last-child {
         border-bottom: 1px solid #e9e9e9;
    }
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container {
     padding: 10px 5px;
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-image {
     width: 80px;
     margin-right: 10px;
     float: left;
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta {
     padding-left: 90px;
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta h3 {
     margin-top: 10px;
     font-size: 14px;
     margin-bottom: 0;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     font-weight: 400;
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta h3 a {
     color: #333;
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta h3 a:hover, .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta h3 a:focus {
     color: #b2957a;
     text-decoration: none;
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta .product-price-and-shipping .price {
     color: red;
     font-weight: 600;
     font-size: 14px;
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-meta .product-price-and-shipping .regular-price {
     margin-left: 7px;
     color: #bbb;
     text-decoration: line-through;
     font-size: 12px;
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item:hover .thumbnail-container .product-meta h3 a {
     color: #b2957a;
}
 @media (max-width: 991px) {
     .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item {
         width: 50%;
         float: left;
    }
}
 @media (max-width: 480px) {
     .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item {
         width: 100%;
         float: none;
    }
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-image {
     position: relative;
     height: 80px;
}
 .right_module .similar-product .right-bestsell .list-bestsell .list-bestsell-item .thumbnail-container .product-image img {
     width: auto;
     max-height: 100%;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
}
 #top-tabs-info .productAnchor_horizonalNavs {
     transition: all .5s ease;
     transform: translateY(100%);
     height: 0;
     opacity: 0;
     z-index: -1;
}
 #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav {
     border: 2px solid #b2957a;
     padding: 5px;
     margin-bottom: 15px;
     display: none;
}
 #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_image {
     display: block;
     margin-left: auto;
     margin-right: auto;
     max-width: 150px;
}
 #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_content .product_info_name {
     font-size: 14px;
     margin-top: 10px;
     margin-bottom: 10px;
     text-align: center;
}
 #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_price .product_info_price_title {
     font-weight: 700;
     display: inline-block;
     margin-right: 10px;
}
 #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_price .product_info_price_value {
     display: inline-block;
     color: #b2957a;
     font-size: 20px;
     font-weight: 600;
}
 #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn-buy-now-click {
     background: #fd6e1d;
     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
     background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
     font-size: 16px;
     outline: none;
     box-shadow: none;
     padding: 0 10px;
     color: #fff;
     height: auto;
     line-height: inherit;
     width: 100%;
     border-radius: 2px;
     height: 40px;
     border: none;
     text-transform: uppercase;
     margin-top: 10px;
}
 #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn-tra-gop-click {
     width: 100%;
     text-align: center;
     color: #363f4d;
     font-weight: 500;
}
 #top-tabs-info .productAnchor_horizonalNavs .productAnchor_horizonalNav .product_info_buttons .btn-tra-gop-click .txt-sub {
     color: #b2957a;
}
 #top-tabs-info .productAnchor_horizonalNavs.ins-Drop {
     transform: translateY(0px) !important;
     height: auto;
     opacity: 1;
     z-index: 1;
}
 #top-tabs-info .productAnchor_horizonalNavs.ins-Drop .productAnchor_horizonalNav {
     display: block;
}
 .mobile-main-menu {
     height: 100%;
     overflow-y: auto;
     width: 290px;
     position: fixed;
     background-color: #213641;
     -webkit-transition: -webkit-transform 0.5s;
     transition: transform 0.5s;
     z-index: 999999 !important;
     top: 0 !important;
     left: 0;
     -webkit-transform: translateX(-290px);
     -ms-transform: translateX(-290px);
     transform: translateX(-290px);
}
 .mobile-main-menu::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 0px transparent;
     -moz-box-shadow: inset 0 0 0px transparent;
     border-radius: 0px;
     background-color: #fff;
}
 .mobile-main-menu::-webkit-scrollbar {
     width: 0px;
     background-color: #fff;
}
 .mobile-main-menu::-webkit-scrollbar-thumb {
     border-radius: 0px;
     -webkit-box-shadow: inset 0 0 0px transparent;
     -moz-box-shadow: inset 0 0 0px transparent;
     background-color: #e5e5e5;
}
 .mobile-main-menu.active {
     -webkit-transform: translateX(0);
     -ms-transform: translateX(0);
     transform: translateX(0);
}
 .mobile-main-menu .drawer-header {
     background-color: #b2957a;
}
 .mobile-main-menu .drawer-header .drawer-header--auth {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     margin: 0px 16px;
     margin-top: 0;
     padding: 15px 0;
}
 .mobile-main-menu .drawer-header .drawer-header--auth ._object {
     width: 40px;
     height: 40px;
     margin-right: 16px;
     border-radius: 50%;
     overflow: hidden;
}
 .mobile-main-menu .drawer-header .drawer-header--auth ._body {
     color: #fff;
     font-size: 12px;
}
 .mobile-main-menu .ul-first-menu {
     padding-top: 8px;
     padding-bottom: 8px;
     flex-grow: initial;
     flex: 1 1 auto;
     margin: 0;
     padding: 0;
     position: relative;
     list-style: none;
     border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
 .mobile-main-menu .ul-first-menu li {
     display: flex;
     position: relative;
     align-items: center;
     justify-content: flex-start;
     text-decoration: none;
}
 .mobile-main-menu .ul-first-menu li a {
     display: block;
     padding: 5px 10px;
     color: rgba(0, 0, 0, 0.87);
     width: 100%;
     line-height: 1.1;
}
 .mobile-main-menu .ul-first-menu li a i {
     width: 24px;
     color: rgba(0, 0, 0, 0.54);
     height: 24px;
     font-size: 20px;
     flex-shrink: 0;
     margin-right: 5px;
}
 .mobile-main-menu .mobile-support {
     padding: 10px;
}
 .mobile-main-menu .mobile-support .drawer-text-support {
     color: #757575;
     font-size: 14px;
     text-transform: uppercase;
}
 .mobile-main-menu .mobile-support li {
     display: table;
}
 .mobile-main-menu .mobile-support li i {
     display: table-cell;
     width: 20px;
}
 .mobile-main-menu .mobile-support li a {
     color: #b2957a;
}
 .mobile-main-menu .la-action-link-nav {
     margin-top: 15px;
}
 .mobile-main-menu .la-action-link-nav > a {
     text-transform: uppercase;
     height: 35px;
     line-height: 35px;
     color: #FFF;
     border: 1px solid rgba(255, 255, 255, 0.5);
     margin-right: 5px;
     display: inline-block;
     width: 120px;
     text-align: center;
}
 .mobile-main-menu .la-action-link-nav > a:last-child {
     margin-right: 0px;
}
 .mobile-main-menu .la-scroll-fix-infor-user {
     height: 100%;
     overflow: auto;
}
 .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-title-nav-items {
     padding: 10px;
     color: #757575;
     font-size: 14px;
     text-transform: uppercase;
     padding-bottom: 0;
}
 .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
     position: relative;
     background: #213641;
     height: auto;
     overflow-y: auto;
}
 @media (min-width: 767px) and (max-width: 991px) {
     .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
         height: 55vh;
    }
}
 .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
     width: 100%;
     float: left;
     padding: 0px;
     border-bottom: 1px solid rgba(0, 0, 0, 0.06);
     position: relative;
     overflow: hidden;
     color: #FDD017;
}
 .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
     display: block;
     color: #FDD017;
     font-size: 14px;
     width: 100%;
     height: 100%;
     padding: 10px;
     padding-right: 20px;
    /* font-family: 'HELVETICANEUEMEDIUM';
     */
     position: relative;
}
 .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a {
     position: relative;
}
 .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
     padding: 3px 0;
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translate(0, -50%);
     height: 25px;
     width: 25px;
     line-height: 25px;
     text-align: center;
}
 .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i.active:before, .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i.active:before {
     content: "\f068";
}
 .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
     display: none;
}
 .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1.open .ul-has-child1 {
     padding-left: 10px;
     display: block;
}
 .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
     border: none;
}
 .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 .ul-has-child2 {
     padding-left: 20px;
     display: none;
}
 .backdrop__body-backdrop___1rvky {
     visibility: hidden;
     position: fixed;
     opacity: 0;
     width: 100%;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(0, 0, 0, 0.55);
     z-index: 9999;
     transition: opacity .5s ease;
}
 .backdrop__body-backdrop___1rvky.active {
     transition: opacity .5s ease;
     visibility: visible;
     opacity: 1;
}
 .search-main form input {
     border: 1px solid #e5e5e5;
     border-radius: 3px;
}
 .search-main form button {
     color: #fff;
     background-color: #b2957a;
     border-radius: 3px;
}
 .search-main form button:hover, .search-main form button:focus {
     color: #fff;
     background-color: #c51017;
}
 .search-main .products-view-grid .ant-product-item .product-item-photo {
     height: 195px;
     position: relative;
     display: block;
}
 @media (max-width: 1024px) {
     .search-main .products-view-grid .ant-product-item .product-item-photo {
         height: 157px;
    }
}
 @media (max-width: 991px) {
     .search-main .products-view-grid .ant-product-item .product-item-photo {
         height: 223px;
    }
}
 @media (max-width: 767px) {
     .search-main .products-view-grid .ant-product-item .product-item-photo {
         height: 316px;
    }
}
 @media (max-width: 668px) {
     .search-main .products-view-grid .ant-product-item .product-item-photo {
         height: 282px;
    }
}
 @media (max-width: 569px) {
     .search-main .products-view-grid .ant-product-item .product-item-photo {
         height: 232px;
    }
}
 @media (max-width: 480px) {
     .search-main .products-view-grid .ant-product-item .product-item-photo {
         height: 184px;
    }
}
 @media (max-width: 376px) {
     .search-main .products-view-grid .ant-product-item .product-item-photo {
         height: 165px;
    }
}
 @media (max-width: 321px) {
     .search-main .products-view-grid .ant-product-item .product-item-photo {
         height: 137px;
    }
}
 .search-main .products-view-grid .ant-product-item .product-item-photo img {
     width: auto !important;
     max-height: 100%;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
}
 @media (min-width: 1024px) {
     .search-main .products-view-grid .col-xs-6:nth-child(4n+1) {
         clear: left;
    }
}
 @media (min-width: 768px) and (max-width: 991px) {
     .search-main .products-view-grid .col-xs-6:nth-child(3n+1) {
         clear: left;
    }
}
 @media (max-width: 767px) {
     .search-main .products-view-grid .col-xs-6:nth-child(2n+1) {
         clear: left;
    }
}
 .section_banner_home {
     padding: 30px 0;
}
 @media (max-width: 991px) {
     .section_banner_home {
         padding-top: 10px;
         padding-bottom: 20px;
    }
}
 .section_banner_home .box-inner {
     position: relative;
     overflow: hidden;
}
 .section_banner_home .box-inner:before {
     background: rgba(0, 0, 0, 0.1);
     content: "";
     display: inline-block;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     pointer-events: none;
     -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
     -ms-transition: all 0.4s ease-out;
     -o-transition: all 0.4s ease-out;
     -webkit-opacity: 0;
     -moz-opacity: 0;
     opacity: 0;
     z-index: 1;
}
 .section_banner_home .box-inner img {
     display: block;
     -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
     -ms-transition: all 0.4s ease-out;
     -o-transition: all 0.4s ease-out;
}
 .section_banner_home .box-inner .text {
     position: absolute;
     left: 0;
     top: 40px;
     color: #fff;
     z-index: 3;
     text-align: center;
     width: 100%;
     padding-left: 10px;
     padding-right: 10px;
}
 .section_banner_home .box-inner .text h5 {
     color: #fff;
     font-size: 25px;
     font-weight: 400;
     margin-bottom: 20px;
     line-height: 1;
     margin-top: 0;
}
 .section_banner_home .box-inner .text h5:after {
     content: "";
     border-bottom: 2px solid #fff;
     display: block;
     width: 40px;
     margin-top: 14px;
     margin-left: auto;
     margin-right: auto;
}
 .section_banner_home .box-inner:hover:before {
     -webkit-opacity: 1;
     -moz-opacity: 1;
     opacity: 1;
}
 .section_banner_home .box-inner:hover img {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
}
 .section_product {
     padding: 0px 0 39px;
     background: transparent;
}
 @media (max-width: 767px) {
     .section_product {
         margin: 10px 0;
    }
}
 .section_product .mainmenu {
     height: auto;
     color: #323c3f;
     cursor: pointer;
}
 .section_product .mainmenu span {
     display: block;
     position: relative;
     padding: 7px 10px;
     font-weight: 500;
     text-transform: uppercase;
     font-size: 16px;
     color: #fff;
     border: 1px solid #333333;
     background-color: #333333;
}
 .section_product .mainmenu .nav-cate {
     border: 1px solid #a1a1a1;
     border-top: none;
}
 .section_product .mainmenu .nav-cate ul {
     width: 100%;
     overflow: visible;
     border-top: none;
}
 .section_product .mainmenu .nav-cate ul li {
     display: block;
     font-family: 'HELVETICANEUE';
     overflow: visible;
     padding: 5px 10px;
     cursor: pointer;
}
 .section_product .mainmenu .nav-cate ul li + li {
     border-top: 1px dashed #ebebeb;
}
 .section_product .mainmenu .nav-cate ul li.more h3 label {
     font-weight: normal;
}
 .section_product .mainmenu .nav-cate ul li h3 {
     position: relative;
     display: block;
     color: #000;
     line-height: 20px;
     padding: 5.7px 0;
     margin: 0;
     font-size: 14px;
     font-weight: normal;
}
 @media (max-width: 1024px) {
     .section_product .mainmenu .nav-cate ul li h3 {
         padding: 5.4px 0;
    }
}
 .section_product .mainmenu .nav-cate ul li h3 a {
     display: block;
     font-family: 'HELVETICANEUEMEDIUM';
     font-size: 15px;
     color: #000;
     padding-left: 1px;
     padding-right: 15px;
}
 .section_product .mainmenu .nav-cate ul li h3 a:hover, .section_product .mainmenu .nav-cate ul li h3 a:focus {
     color: red;
}
 .section_product .mainmenu .nav-cate ul li h3 a i {
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translate(0, -50%);
}
 .section_product .mainmenu .nav-cate ul li h3 img {
     max-width: 22px;
     float: left;
     margin-right: 5px;
}
 .section_product .mainmenu .nav-cate ul li:hover {
     background: #fff;
}
 .section_product .mainmenu .nav-cate ul li:hover h3 a {
     color: red;
}
 .section_product .mainmenu .nav-cate ul li:last-child h3 {
     border-bottom: none;
}
 .section_product .mainmenu .nav-cate ul li.dropdown {
     position: relative;
}
 .section_product .mainmenu .nav-cate ul li.dropdown:hover .subcate {
     display: block;
}
 .section_product .mainmenu .nav-cate ul li .subcate {
     display: none;
     cursor: default;
     overflow: hidden;
     position: absolute;
     top: 0;
     left: calc(100% - -1px);
     min-height: 350px;
     background: #fff;
     padding: 5px 10px;
     width: 100%;
     font-weight: normal;
     z-index: 99;
     border: 1px dashed #b2957a;
}
 .section_product .mainmenu .nav-cate ul li .subcate::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
     border-radius: 5px;
     background-color: #F5F5F5;
}
 .section_product .mainmenu .nav-cate ul li .subcate::-webkit-scrollbar {
     width: 5px;
     background-color: #F5F5F5;
}
 .section_product .mainmenu .nav-cate ul li .subcate::-webkit-scrollbar-thumb {
     border-radius: 5px;
     -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
     background-color: #e5e5e5;
}
 .section_product .mainmenu .nav-cate ul li .subcate .subcate-flex {
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 @media (max-width: 1024px) {
     .section_product .mainmenu .nav-cate ul li .subcate {
         height: 340px;
         overflow-y: scroll;
    }
}
 .section_product .mainmenu .nav-cate ul li .subcate aside {
     width: 100%;
     padding: 5px 10px;
     float: left;
     overflow: hidden;
     cursor: default;
     border-bottom: 1px solid #a29c9c;
}
 .section_product .mainmenu .nav-cate ul li .subcate aside a {
     line-height: 20px;
     display: block;
     text-transform: none;
     padding: 2px 0 !important;
     font-size: 14px;
}
 .section_product .mainmenu .nav-cate ul li .subcate aside a:hover, .section_product .mainmenu .nav-cate ul li .subcate aside a:focus {
     color: #b2957a;
}
 .section_product .mainmenu .nav-cate ul li .subcate aside strong {
     border-bottom: solid 1px #ddd;
     display: block;
     margin-bottom: 5px;
     font-size: 12px;
     line-height: 1.5;
     color: #666;
}
 .section_product .mainmenu .nav-cate ul li .subcate aside strong a {
     font-size: 12px;
     color: #b2957a;
     font-weight: bold;
     display: inline-block;
     line-height: 1.5;
     text-transform: uppercase;
}
 .section_product .mainmenu.mainmenu-other .nav-cate {
     display: none;
}
 .section_product .mainmenu.mainmenu-other .nav-cate ul {
     background-color: #fff;
}
 .section_product .mainmenu.mainmenu-other:hover .nav-cate {
     display: block;
}
 @media (max-width: 1024px) {
     .section_product .mainmenu.mainmenu-other:hover .nav-cate {
         display: none;
    }
}
 .section_product .section-head {
     position: relative;
     margin-bottom: 10px;
     float: left;
     width: 100%;
}
 @media (max-width: 767px) {
     .section_product .section-head {
         margin-bottom: 10px;
    }
}
 .section_product .section-head .group-icon {
     position: absolute;
     top: -3px;
     left: 0;
     background: #231f20;
     padding: 10px;
     display: inline-block;
     color: #fff;
     width: 39px;
     height: 42px;
     text-align: center;
     line-height: 19px;
     z-index: 1;
}
 .section_product .section-head h2 {
     float: left;
     font-family: 'HELVETICANEUE';
     width: 100%;
     text-align: left;
     margin: 0;
     text-transform: uppercase;
     color: black;
     font-size: 23px;
     line-height: 35px;
     position: relative;
     font-weight: bold;
     padding-bottom: 9.5px;
     z-index: 9;
     padding-top: 6px;
}
 .section_product .section-head h2:after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 39px 39px 0 0;
     border-color: #b2957a transparent transparent;
     position: absolute;
     right: -39px;
     top: 0;
     display: none;
}
 .section_product .content .tab-desktop {
     position: absolute;
     right: 10px;
     top: -50px;
}
 .section_product .content .tab-desktop li + li {
     margin-left: 10px;
}
 .section_product .content .tab-desktop li.current span, .section_product .content .tab-desktop li:hover span {
     color: #b2957a;
}
 .section_product .content .tab-mobile {
     text-align: center;
     margin-bottom: 10px;
}
 .section_product .content .tab-mobile .prev, .section_product .content .tab-mobile .next {
     height: 20px;
     width: 20px;
}
 .section_product .content .section-tour-owl2 {
     overflow-x: hidden;
}
 .section_product .content .section-tour-owl2.owl-carousel .owl-nav .owl-prev, .section_product .content .section-tour-owl2.owl-carousel .owl-nav .owl-next {
     -moz-transition: all 0.45s ease;
     -webkit-transition: all 0.45s ease;
     -o-transition: all 0.45s ease;
     -ms-transition: all 0.45s ease;
     transition: all 0.45s ease;
     opacity: 0;
     visibility: hidden;
}
 .section_product .content .section-tour-owl2.owl-carousel .owl-nav .owl-next {
     height: 30px;
     width: 30px;
     border-radius: 50%;
     border: 1px solid #f1f5f6;
     background-color: #8f8787;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     right: 0;
     text-align: center;
     line-height: 30px;
     padding-left: 1px;
     top: 50%;
     transform: translate(0, -50%);
     color: white;
     font-size: 20px;
     margin: 0;
     right: -50px;
}
 .section_product .content .section-tour-owl2.owl-carousel .owl-nav .owl-next.disabled {
     opacity: 0.2 !important;
}
 .section_product .content .section-tour-owl2.owl-carousel .owl-nav .owl-prev {
     height: 30px;
     width: 30px;
     border: 1px solid #f1f5f6;
     border-radius: 50%;
     background-color: #8f8787;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     left: 0;
     text-align: center;
     line-height: 30px;
     top: 50%;
     padding-right: 2px;
     transform: translate(0, -50%);
     color: white;
     font-size: 20px;
     margin: 0;
     left: -50px;
}
 .section_product .content .section-tour-owl2.owl-carousel .owl-nav .owl-prev.disabled {
     opacity: 0.2 !important;
}
 .section_product .content .section-tour-owl2.owl-carousel:hover .owl-nav .owl-prev {
     left: 0;
     opacity: 1;
     visibility: inherit;
}
 .section_product .content .section-tour-owl2.owl-carousel:hover .owl-nav .owl-next {
     right: 0;
     opacity: 1;
     visibility: inherit;
}
 .section_product .content .section-tour-owl2.owl-carousel .owl-dots {
     display: none !important;
}
 .section_product .content .section-tour-owl3 {
     overflow-x: hidden;
}
 .section_product .content .section-tour-owl3.owl-carousel .owl-nav .owl-prev, .section_product .content .section-tour-owl3.owl-carousel .owl-nav .owl-next {
     -moz-transition: all 0.45s ease;
     -webkit-transition: all 0.45s ease;
     -o-transition: all 0.45s ease;
     -ms-transition: all 0.45s ease;
     transition: all 0.45s ease;
     opacity: 0;
     visibility: hidden;
}
 .section_product .content .section-tour-owl3.owl-carousel .owl-nav .owl-next {
     height: 51px;
     width: 32px;
     border: 1px solid #f1f5f6;
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     right: 0;
     text-align: center;
     line-height: 45px;
     top: 50%;
     transform: translate(0, -50%);
     color: #878fa0;
     font-size: 20px;
     margin: 0;
     right: -50px;
}
 .section_product .content .section-tour-owl3.owl-carousel .owl-nav .owl-next.disabled {
     opacity: 0.2 !important;
}
 .section_product .content .section-tour-owl3.owl-carousel .owl-nav .owl-prev {
     height: 51px;
     width: 32px;
     border: 1px solid #f1f5f6;
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     left: 0;
     text-align: center;
     line-height: 45px;
     top: 50%;
     transform: translate(0, -50%);
     color: #878fa0;
     font-size: 20px;
     margin: 0;
     left: -50px;
}
 .section_product .content .section-tour-owl3.owl-carousel .owl-nav .owl-prev.disabled {
     opacity: 0.2 !important;
}
 .section_product .content .section-tour-owl3.owl-carousel:hover .owl-nav .owl-prev {
     left: 0;
     opacity: 1;
     visibility: inherit;
}
 .section_product .content .section-tour-owl3.owl-carousel:hover .owl-nav .owl-next {
     right: 0;
     opacity: 1;
     visibility: inherit;
}
 .section_product .content .section-tour-owl3.owl-carousel .owl-dots {
     display: none !important;
}
 .section_product .content .ant-product-item .product-item-photo {
     height: 215px;
}
 @media (max-width: 1024px) {
     .section_product .content .ant-product-item .product-item-photo {
         height: 175px;
    }
}
 @media (max-width: 991px) {
     .section_product .content .ant-product-item .product-item-photo {
         height: 244px;
    }
}
 @media (max-width: 767px) {
     .section_product .content .ant-product-item .product-item-photo {
         height: 365px;
    }
}
 @media (max-width: 667px) {
     .section_product .content .ant-product-item .product-item-photo {
         height: 329px;
    }
}
 @media (max-width: 569px) {
     .section_product .content .ant-product-item .product-item-photo {
         height: 278px;
    }
}
 @media (max-width: 480px) {
     .section_product .content .ant-product-item .product-item-photo {
         height: 201px;
    }
}
 @media (max-width: 376px) {
     .section_product .content .ant-product-item .product-item-photo {
         height: 181px;
    }
}
 @media (max-width: 321px) {
     .section_product .content .ant-product-item .product-item-photo {
         height: 153px;
    }
}
 .section_product .content .ant-product-item .product-item-photo img {
     width: auto !important;
     max-height: 98%;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     margin: auto;
}
 .ant-product-item .image-container {
     position: relative;
     overflow: hidden;
}
 .ant-product-item .image-container .sale {
     background: #ea0909;
     box-shadow: none;
     border-radius: 3px;
     color: #fff;
     font-size: 0.7em;
     font-weight: bold;
     left: 0;
     line-height: 22px;
     min-height: auto;
     min-width: auto;
     padding: 0 7px;
     position: absolute;
     text-align: center;
     text-shadow: none;
     text-transform: uppercase;
     top: 5px;
     z-index: 9;
}
 .ant-product-item .image-container .product-item-photo {
     display: block;
     width: 100%;
     padding: 0;
     position: relative;
}
 .ant-product-item .box-info {
     text-align: center;
     position: relative;
     overflow: hidden;
     padding: 10px 5px;
}
 .ant-product-item .box-info .product-item-name {
     margin: 0 0 0px;
     font-weight: 500;
     font-size: 14px;
     overflow: hidden;
     min-height: 44px;
    /* text-overflow: ellipsis;
     */
    /* white-space: nowrap;
     */
}
 .ant-product-item .box-info .product-item-name a {
     color: #363f4d;
     font-size: 14px;
     text-transform: uppercase;
     font-weight: 500;
}
 .ant-product-item .box-info .product-item-name:hover a, .ant-product-item .box-info .product-item-name:focus a {
     color: #de0707;
}
 .ant-product-item .box-info .product-reviews-summary {
     -webkit-opacity: 1;
     -moz-opacity: 1;
     opacity: 1;
     -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
     -ms-transition: all 0.4s ease-out;
     -o-transition: all 0.4s ease-out;
}
 .ant-product-item .box-info .item-price {
     -webkit-opacity: 1;
     -moz-opacity: 1;
     opacity: 1;
     -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
     -ms-transition: all 0.4s ease-out;
     -o-transition: all 0.4s ease-out;
     min-height: 34px;
     float: left;
     width: 100%;
}
 .ant-product-item .box-info .item-price .price-box {
     font-size: 14px;
     margin: 0;
}
 .ant-product-item .box-info .item-price .price-box .special-price {
     display: inline-block;
}
 .ant-product-item .box-info .item-price .price-box .special-price .price {
     font-size: 13px;
     color: red;
     font-weight: bold;
}
 .ant-product-item .box-info .item-price .price-box .old-price {
     display: inline-block;
     margin-left: 7px;
     text-decoration: line-through;
}
 .ant-product-item .box-info .item-price .price-box .old-price .price {
     font-size: 0.775em;
     color: #a4a4a4;
     text-decoration: line-through;
     font-weight: bold;
}
 .ant-product-item .box-info .box-hover {
     background: rgba(84, 84, 84, 0.69);
     position: absolute;
     top: 0;
     display: none;
     right: 0;
     left: 0;
     height: 100%;
     width: 100%;
     padding: 0;
     -webkit-opacity: 0;
     -moz-opacity: 0;
     opacity: 0;
     -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
     -ms-transition: all 0.4s ease-out;
     -o-transition: all 0.4s ease-out;
     z-index: 3;
}
 .ant-product-item .box-info .box-hover .add-to-links {
     -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
     -ms-transition: all 0.4s ease-out;
     -o-transition: all 0.4s ease-out;
}
 .ant-product-item .box-info .box-hover .add-to-links .actions-primary {
     display: inline-block;
     position: relative;
     vertical-align: middle;
     margin: 0 5px 0 0;
}
 .ant-product-item .box-info .box-hover .add-to-links .actions-primary form {
     margin: 0;
}
 .ant-product-item .box-info .box-hover .add-to-links .actions-primary button {
     background: #f2f2f2;
     border-radius: 50%;
     color: #bec2c7;
     display: block;
     font-size: 18px;
     font-weight: 400;
     height: 40px;
     padding: 0;
     letter-spacing: 0;
     line-height: 40px;
     width: 40px;
     text-align: center;
     -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
     -ms-transition: all 0.4s ease-out;
     -o-transition: all 0.4s ease-out;
}
 .ant-product-item .box-info .box-hover .add-to-links .actions-primary button:hover, .ant-product-item .box-info .box-hover .add-to-links .actions-primary button:focus {
     color: #fff;
     background-color: #b2957a;
}
 .ant-product-item .box-info .box-hover .add-to-links .quick-view {
     display: inline-block;
     position: relative;
     vertical-align: middle;
     margin: 0 5px 0 0;
     background: #f2f2f2;
     border-radius: 50%;
     color: #bec2c7;
     font-size: 18px;
     font-weight: 400;
     height: 40px;
     padding: 0;
     letter-spacing: 0;
     line-height: 40px;
     width: 40px;
     text-align: center;
     -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
     -ms-transition: all 0.4s ease-out;
     -o-transition: all 0.4s ease-out;
}
 .ant-product-item .box-info .box-hover .add-to-links .quick-view:hover, .ant-product-item .box-info .box-hover .add-to-links .quick-view:focus {
     color: #fff;
     background-color: #b2957a;
}
 @media (min-width: 1025px) {
     .ant-product-item:hover .box-info .product-reviews-summary, .ant-product-item:hover .box-info .item-price {
        /* -webkit-opacity: 0;
         */
         -moz-opacity: 0;
        /* opacity: 0;
         */
    }
     .ant-product-item:hover .box-info .box-hover {
         -webkit-opacity: 1;
         -moz-opacity: 1;
         opacity: 1;
    }
}
 .section-news {
     padding-bottom: 30px;
     background: #e8e8e8;
     padding-top: 36px;
}
 .section-news .blogs-content .heading {
     border-top: 3px solid #b2957a;
     position: relative;
     margin-bottom: 20px;
}
 .section-news .blogs-content .heading .group-icon {
     position: absolute;
     top: -3px;
     left: 0;
     background: #231f20;
     padding: 10px;
     display: inline-block;
     color: #fff;
     width: 39px;
     height: 42px;
     text-align: center;
     line-height: 19px;
     z-index: 1;
}
 .section-news .blogs-content .heading h2 {
     margin: 0;
     text-transform: uppercase;
     color: #fff;
     background-color: #b2957a;
     font-size: 15px;
     display: inline-block;
     padding-left: 45px;
     height: 39px;
     line-height: 39px;
     position: relative;
     font-weight: 500;
     font-family: futuraregular,Helvetica,Arial,sans-serif;
}
 .section-news .blogs-content .heading h2:after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 39px 39px 0 0;
     border-color: #b2957a transparent transparent;
     position: absolute;
     right: -39px;
     top: 0;
}
 .section-news .blogs-content .heading .news-more {
     float: right;
     color: #323c3f;
     line-height: 39px;
}
 .section-news .blogs-content .heading .news-more:hover, .section-news .blogs-content .heading .news-more:focus {
     color: #b2957a;
}
 .section-news .blogs-content .section-news-owl {
     overflow-x: hidden;
}
 .section-news .blogs-content .section-news-owl.owl-carousel .owl-nav .owl-prev, .section-news .blogs-content .section-news-owl.owl-carousel .owl-nav .owl-next {
     -moz-transition: all 0.45s ease;
     -webkit-transition: all 0.45s ease;
     -o-transition: all 0.45s ease;
     -ms-transition: all 0.45s ease;
     transition: all 0.45s ease;
     opacity: 0;
     visibility: hidden;
}
 .section-news .blogs-content .section-news-owl.owl-carousel .owl-nav .owl-next {
     height: 51px;
     width: 32px;
     border: 1px solid #f1f5f6;
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     right: 0;
     text-align: center;
     line-height: 45px;
     top: 50%;
     transform: translate(0, -50%);
     color: #878fa0;
     font-size: 20px;
     margin: 0;
     right: -50px;
}
 .section-news .blogs-content .section-news-owl.owl-carousel .owl-nav .owl-next.disabled {
     opacity: 0.2 !important;
}
 .section-news .blogs-content .section-news-owl.owl-carousel .owl-nav .owl-prev {
     height: 51px;
     width: 32px;
     border: 1px solid #f1f5f6;
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     left: 0;
     text-align: center;
     line-height: 45px;
     top: 50%;
     transform: translate(0, -50%);
     color: #878fa0;
     font-size: 20px;
     margin: 0;
     left: -50px;
}
 .section-news .blogs-content .section-news-owl.owl-carousel .owl-nav .owl-prev.disabled {
     opacity: 0.2 !important;
}
 .section-news .blogs-content .section-news-owl.owl-carousel:hover .owl-nav .owl-prev {
     left: 0;
     opacity: 1;
     visibility: inherit;
}
 .section-news .blogs-content .section-news-owl.owl-carousel:hover .owl-nav .owl-next {
     right: 0;
     opacity: 1;
     visibility: inherit;
}
 .section-news .blogs-content .section-news-owl.owl-carousel .owl-dots {
     display: none !important;
}
 .section-news .blogs-content .section-news-owl .item-inner .blog-image {
     margin-bottom: 0;
     position: relative;
}
 .section-news .blogs-content .section-news-owl .item-inner .blog-content {
     text-align: left;
     background: white;
     padding: 9px 10px 18px;
     border: 1px solid #cfcdcd;
     border-top: none;
}
 .section-news .blogs-content .section-news-owl .item-inner .blog-content .blog-title {
     display: block;
     font-family: 'HELVETICANEUE';
     font-size: 15px;
     margin-bottom: 10px;
     margin-top: 0;
     font-weight: 500;
     text-transform: uppercase;
}
 .section-news .blogs-content .section-news-owl .item-inner .blog-content .blog-title a {
     color: black;
}
 .section-news .blogs-content .section-news-owl .item-inner .blog-content .blog-title a:hover, .section-news .blogs-content .section-news-owl .item-inner .blog-content .blog-title a:focus {
     color: #b2957a;
}
 .section-news .blogs-content .section-news-owl .item-inner .blog-content .time-comment {
     font-size: 13px;
     margin-bottom: 10px;
     visibility: hidden;
     display: none;
}
 .section-news .blogs-content .section-news-owl .item-inner .blog-content .time-comment i {
     color: #b2957a;
}
 .section-news .blogs-content .section-news-owl .item-inner .blog-content .time-comment .date-time {
     color: #abaaaa;
     display: inline-block;
     margin-right: 15px;
}
 .section-news .blogs-content .section-news-owl .item-inner .blog-content .time-comment .comment {
     color: #abaaaa;
     display: inline-block;
}
 .section-news .blogs-content .section-news-owl .item-inner .blog-content .short-des {
     line-height: 20px;
     text-align: left;
     font-family: 'HELVETICANEUE';
     margin: 0 0 20px;
     color: #747272;
}
 .section-news .blogs-content .section-news-owl .item-inner .blog-content .readmore {
     background: #f2f2f2;
     line-height: 29px;
     display: inline-block;
     padding: 0 20px;
     padding-top: 2px;
     border-radius: 0;
     color: black;
     border: 1px solid #cbcbcb;
     font-weight: 500;
     text-transform: uppercase;
     font-size: 14px;
     -webkit-transition: all 0.4s ease-out;
     -moz-transition: all 0.4s ease-out;
     -ms-transition: all 0.4s ease-out;
     -o-transition: all 0.4s ease-out;
}
 .section-news .blogs-content .section-news-owl .item-inner .blog-content .readmore:hover, .section-news .blogs-content .section-news-owl .item-inner .blog-content .readmore:focus {
     color: #fff;
     background-color: #b2957a;
}
 .section_customer {
     margin-bottom: 40px;
}
 @media (max-width: 991px) {
     .section_customer {
         margin-bottom: 20px;
    }
}
 .section_customer .customer_reviews .heading {
     border-top: 3px solid #b2957a;
     position: relative;
     margin-bottom: 20px;
}
 .section_customer .customer_reviews .heading .group-icon {
     position: absolute;
     top: -3px;
     left: 0;
     background: #231f20;
     padding: 10px;
     display: inline-block;
     color: #fff;
     width: 39px;
     height: 42px;
     text-align: center;
     line-height: 19px;
     z-index: 1;
}
 .section_customer .customer_reviews .heading h2 {
     margin: 0;
     text-transform: uppercase;
     color: #fff;
     background-color: #b2957a;
     font-size: 15px;
     display: inline-block;
     padding-left: 45px;
     height: 39px;
     line-height: 39px;
     position: relative;
     font-weight: 500;
     font-family: futuraregular,Helvetica,Arial,sans-serif;
}
 .section_customer .customer_reviews .heading h2:after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 39px 39px 0 0;
     border-color: #b2957a transparent transparent;
     position: absolute;
     right: -39px;
     top: 0;
}
 .section_customer .customer_reviews .wrap_views {
     padding: 10px 15px;
     background-image: url(//theme.hstatic.net/1000343108/1000435493/14/customer_bg.png?v=214);
     overflow: hidden;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
}
 .section_customer .customer_reviews .wrap_views:before {
     content: "";
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     background-color: rgba(237, 27, 36, 0.8);
}
 .section_customer .customer_reviews .wrap_views .image_reviews img {
     background: #fff;
     border-radius: 50px;
     box-shadow: 0 0 2px #ccc;
     height: 70px;
     margin: 1px 0 8px;
     object-fit: scale-down;
     padding: 4px;
     transform: scale(1);
     width: 70px;
     transition-duration: .4s;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .section_customer .customer_reviews .wrap_views .image_reviews .description_review {
     font-size: 13px;
     margin-bottom: 7px;
     color: #fff;
}
 .section_customer .customer_reviews .wrap_views .image_reviews .info_reviews {
     text-align: center;
     color: #fff;
}
 .section_customer .customer_reviews .wrap_views .image_reviews .info_reviews p {
     display: inline-block;
     font-size: 13px;
     margin-bottom: 5px;
}
 .section_customer .customer_reviews .wrap_views .image_reviews .info_reviews span {
     display: inline-block;
}
 .section_customer .customer_reviews .wrap_views .content_views.owl-carousel .owl-dots {
     position: relative;
}
 .section_customer .customer_reviews .wrap_views .content_views.owl-carousel .owl-dots .owl-dot {
     width: 12px;
     height: 5px;
     border-radius: 7px;
}
 @media (max-width: 991px) {
     .section_customer .project_reviews {
         margin-top: 20px;
    }
}
 .section_customer .project_reviews .heading {
     border-top: 3px solid #b2957a;
     position: relative;
     margin-bottom: 20px;
}
 .section_customer .project_reviews .heading .group-icon {
     position: absolute;
     top: -3px;
     left: 0;
     background: #231f20;
     padding: 10px;
     display: inline-block;
     color: #fff;
     width: 39px;
     height: 42px;
     text-align: center;
     line-height: 19px;
     z-index: 1;
}
 .section_customer .project_reviews .heading h2 {
     margin: 0;
     text-transform: uppercase;
     color: #fff;
     background-color: #b2957a;
     font-size: 15px;
     display: inline-block;
     padding-left: 45px;
     height: 39px;
     line-height: 39px;
     position: relative;
     font-weight: 500;
     font-family: futuraregular,Helvetica,Arial,sans-serif;
}
 .section_customer .project_reviews .heading h2:after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 39px 39px 0 0;
     border-color: #b2957a transparent transparent;
     position: absolute;
     right: -39px;
     top: 0;
}
 @media (max-width: 480px) {
     .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-image {
         margin-bottom: 10px;
    }
}
 .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content {
     position: absolute;
     bottom: 10px;
     left: 10px;
     right: 10px;
     z-index: 9;
     background-color: rgba(237, 27, 36, 0.8);
     padding: 10px;
}
 @media (max-width: 480px) {
     .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content {
         position: relative;
         left: 0;
         right: 0;
         padding: 0;
         background-color: #fff;
         bottom: 0;
    }
}
 .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner {
     color: #fff;
}
 .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 {
     display: block;
     font-size: 15px;
     margin-bottom: 10px;
     font-weight: 500;
     text-transform: uppercase;
     margin-top: 0;
}
 .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 a {
     color: #fff;
}
 .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 a:hover, .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 a:focus {
     color: #fff;
}
 @media (max-width: 480px) {
     .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 a {
         color: #363f4d;
    }
     .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 a:hover, .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner h3 a:focus {
         color: #b2957a;
    }
}
 @media (max-width: 480px) {
     .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner {
         color: #363f4d;
    }
     .section_customer .project_reviews .ant-image-handover .content_views .item-inner .blog-content .blog-content-inner p {
         margin-bottom: 0;
    }
}
 .section_customer .project_reviews .ant-image-handover .content_views.owl-carousel .owl-dots {
     display: none;
}
 .section_customer .project_reviews .ant-image-handover .amorre {
     float: right;
     color: #323c3f;
     margin-top: 8px;
}
 .section_customer .project_reviews .ant-image-handover .amorre:hover, .section_customer .project_reviews .ant-image-handover .amorre:focus {
     color: #b2957a;
}
 .details-cong-trinh .main-cong-trinh .title-head {
     font-size: 20px;
     font-weight: 700;
     margin-top: 0;
     margin-bottom: 10px;
}
 .details-cong-trinh .main-cong-trinh .cong-trinh-content {
     margin-top: 25px;
     padding-top: 25px;
     border-top: 1px solid rgba(24, 24, 24, 0.1);
     line-height: 1.8;
}
 .details-cong-trinh .grid-sizer, .details-cong-trinh .grid-item {
     width: 33.33333%;
}
 .details-cong-trinh .grid-item {
     border: 2px solid #fff;
     display: block;
     overflow: hidden;
}
 .details-cong-trinh .grid-item img {
     -ms-transform: scale(1);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
     -webkit-transition: top .8s ease-out,left .8s ease-out,opacity .8s ease-out,-webkit-transform .8s ease-out;
     -moz-transition: top .8s ease-out,left .8s ease-out,opacity .8s ease-out,-webkit-transform .8s ease-out;
     -o-transition: top .8s ease-out,left .8s ease-out,opacity .8s ease-out,-webkit-transform .8s ease-out;
     transition: top .8s ease-out,left .8s ease-out,opacity .8s ease-out,-webkit-transform .8s ease-out;
}
 .details-cong-trinh .grid-item img:hover {
     -ms-transform: scale(1.05);
     -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
     -o-transform: scale(1.05);
     transform: scale(1.05);
}
 #article_comments .form-coment .title-form-coment {
     font-family: SFUFuturaBold;
}
 @media (min-width: 1025px) {
     .my-account .dashboard .recent-orders .thead-default {
         border-top: 1px solid #e1e1e1;
    }
}
 @media (max-width: 991px) {
     .select-item-qty-mobile > div {
         width: 74px;
    }
     .cart-mobile .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus, .cart-mobile .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
         width: 25px !important;
         padding: 1px 0;
    }
     .select-item-qty-mobile .txt_center input {
         border-left: none;
         border-right: none;
         left: 25px;
    }
     #open-filters {
         color: #fff;
         background: #b2957a;
         position: fixed;
         right: 0;
         top: 35% !important;
         padding: 4px 10px;
         cursor: pointer;
         z-index: 99;
         font-size: 18px;
         -webkit-transition: all 0.35s ease;
         -o-transition: all 0.35s ease;
         transition: all 0.35s ease;
    }
     #open-filters.open {
         right: 280px;
    }
     #open-filters.open i:before {
         content: "\f00d";
    }
     .ant-sidebar {
         position: fixed;
         width: 280px;
         background: #fff;
         top: 0 !important;
         bottom: 0;
         right: 0;
         padding: 5px;
         border-left: solid 1px #eaeaea;
         overflow: auto;
         z-index: 100000;
         visibility: hidden;
         -webkit-transition: all 0.35s ease;
         -o-transition: all 0.35s ease;
         transition: all 0.35s ease;
         -webkit-transform: translateX(100%);
         -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
         transform: translateX(100%);
         height: 100%;
    }
     .ant-sidebar.open {
         visibility: visible;
         -webkit-transform: translateX(0);
         -ms-transform: translateX(0);
         -o-transform: translateX(0);
         transform: translateX(0);
    }
     .col-100-h {
         clear: both;
         height: 45px;
    }
     .col-100-h:before {
         display: table;
         content: " ";
    }
     .col-100-h:after {
         content: "";
         display: table;
         clear: both;
    }
     .col-100-h #trigger-mobile {
         position: absolute;
         width: 35px;
         float: left;
         top: 39px;
         margin: 0;
         padding: 0;
         display: block;
         text-align: left;
         margin-top: 13px;
         margin-right: 5px;
         margin-bottom: 8px;
    }
     .col-100-h #trigger-mobile .icon-bar {
         background-color: white;
         display: block;
         width: 22px;
         height: 2px;
         border-radius: 1px;
    }
     .col-100-h #trigger-mobile .icon-bar.icon-bar {
         margin-top: 4px;
    }
     .col-100-h .mobile-search {
         width: 40px;
         float: left;
         position: relative;
         padding-left: 0;
         margin: 0;
         left: -5px;
         top: 3px;
         text-align: center;
    }
     .col-100-h .mobile-search i {
         color: #b2957a;
         font-size: 22px;
    }
     .col-100-h .mobile-cart {
         position: absolute;
         right: 15px;
         top: 15px;
    }
     .col-100-h .mobile-cart a {
         color: #b2957a;
    }
     .col-100-h .mobile-cart a i {
         font-size: 25px;
    }
     .col-100-h .mobile-cart .count_item_pr {
         position: absolute;
         height: 22px;
         width: 22px;
         border-radius: 50%;
         line-height: 20px;
         text-align: center;
         background: #FF9800;
         font-size: 12px;
         right: -10px;
         top: -10px;
         color: #fff;
         border: 1px solid #fff;
    }
     .col-100-h .logo {
         position: relative;
         max-width: 81px;
         text-align: center;
         margin-left: 90px;
         float: left;
    }
     .col-100-h .logo img {
        /* max-width: 145px !important;
         */
         position: relative;
    }
     .scrollmenu {
         display: block;
         background: transparent;
         overflow-y: hidden;
         overflow-x: scroll;
         -ms-overflow-style: none;
         -ms-scroll-snap-type: mandatory;
         -ms-scroll-snap-points-x: snapInterval(0%, 100%);
         -ms-scroll-chaining: chained;
         -webkit-overflow-scrolling: touch;
         width: 100%;
         position: relative;
         z-index: 2;
         margin: 0;
    }
     .scrollmenu .navhome {
         display: block;
         overflow: hidden;
         margin: 12px 0 10px 5px;
         background: #fff;
         width: 768px;
    }
     .scrollmenu .navhome a {
         width: 90px;
         float: left;
         margin: 0;
         background: #fff;
         text-align: center;
    }
}
 @media (max-width: 991px) and (max-width: 767px) {
     .scrollmenu .navhome a {
         width: 73px;
    }
}
 @media (max-width: 991px) {
     .scrollmenu .navhome a div {
         display: block;
         overflow: hidden;
         border-radius: 50px;
         height: 42px;
         width: 42px;
         margin: auto;
         position: relative;
         background: linear-gradient(-180deg, #fbfbfb 0%, #f1f1f1 100%);
         border: 1px solid #c3c3c3;
         box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
    }
     .scrollmenu .navhome a div img {
         background-position: 0 0;
         width: 22px;
         height: 22px;
         display: block;
         margin: auto;
         position: absolute;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
    }
     .scrollmenu .navhome a h3 {
         display: block;
         font-size: 12px;
         padding: 5px 0;
         color: #000;
         text-align: center;
         line-height: 1.3em;
         margin: 0;
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
    }
}
 @media (max-width: 767px) {
     .bizweb-challenge__container .g-recaptcha {
         margin-top: 0 !important;
         overflow-x: hidden;
    }
}
 @media (max-width: 480px) {
     .s480-f {
         display: block;
         font-size: 0;
         clear: both;
    }
     .col-full {
         width: 100%;
    }
}
 .form-group .form-control {
     padding-top: 0;
     padding-bottom: 0;
     border-radius: 0;
}
 .section-tour-owl23.owl-carousel .owl-nav .owl-prev, .section-tour-owl23.owl-carousel .owl-nav .owl-next {
     -moz-transition: all 0.45s ease;
     -webkit-transition: all 0.45s ease;
     -o-transition: all 0.45s ease;
     -ms-transition: all 0.45s ease;
     transition: all 0.45s ease;
     opacity: 0;
     visibility: hidden;
}
 .section-tour-owl23.owl-carousel .owl-nav .owl-next {
     height: 51px;
     width: 32px;
     border: 1px solid #f1f5f6;
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     right: 0;
     text-align: center;
     line-height: 45px;
     top: 50%;
     transform: translate(0, -50%);
     color: #878fa0;
     font-size: 20px;
     margin: 0;
     right: -50px;
}
 .section-tour-owl23.owl-carousel .owl-nav .owl-next.disabled {
     opacity: 0.2 !important;
}
 .section-tour-owl23.owl-carousel .owl-nav .owl-prev {
     height: 51px;
     width: 32px;
     border: 1px solid #f1f5f6;
     border-radius: 4px;
     background-color: #fff;
     box-shadow: 0 7px 10px 0 rgba(72, 139, 216, 0.2);
     position: absolute;
     left: 0;
     text-align: center;
     line-height: 45px;
     top: 50%;
     transform: translate(0, -50%);
     color: #878fa0;
     font-size: 20px;
     margin: 0;
     left: -50px;
}
 .section-tour-owl23.owl-carousel .owl-nav .owl-prev.disabled {
     opacity: 0.2 !important;
}
 .section-tour-owl23.owl-carousel:hover .owl-nav .owl-prev {
     left: 0;
     opacity: 1;
     visibility: inherit;
}
 .section-tour-owl23.owl-carousel:hover .owl-nav .owl-next {
     right: 0;
     opacity: 1;
     visibility: inherit;
}
 .section-tour-owl23.owl-carousel .owl-dots {
     display: none !important;
}
 .section-tour-owl23.owl-carousel .single-ant-item:hover .product, .section-tour-owl23.owl-carousel .single-ant-item:hover .product .hover-mask .hover-mask-inner {
     -webkit-box-shadow: unset;
     box-shadow: unset;
}
 .ykkh-img img {
     padding: 2px;
     border: 1px solid #d0d0d0 
}
 .section-tour-owl23 ,.section-tour{
     border: 1px solid #b2957a !important 
}
 .section-tour {
     display: inline-block;
     width: 100%;
}
 .section-tour-owl23 .prdboxsli-price {
     padding: 0px 
}
 .tab-content img{
     width:auto!important;
     height:auto!important;
     max-width:100%!important;
}
/* topbar */
 .zipo-topbar {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 18px 28px;
     z-index: 1200;
     color: #fff;
     transition: background 300ms ease, color 300ms ease, box-shadow 300ms ease;
     pointer-events: auto;
}
 .zipo-topbar.topbar-notfix {
     position: unset;
     color: #000;
     padding: 18px 28px;
}
 .topbar-notfix .zipo-logo a {
     color: #000;
}
 .zipo-topbar.topbar-notfix.zipo-scrolled {
     position: fixed;
     color: #000;
}
 .zipo-topbar.zipo-scrolled {
     background: #fff;
     color: #000;
     box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}
 .zipo-logo {
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     display: flex;
     align-items: center;
     justify-content: center;
     color: inherit;
     top: 8px;
}

.zipo-menu-head .zipo-logo-dakd {
     top: 0px;
}

.zipo-menu-head .zipo-logo a {
     color: #000;
}
 .zipo-logo a {
     color: #fff;
}

.zipo-logo-dakd {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    top: 8px;
}
.zipo-logo-dakd svg:not(:root) {
    color: #000;
}

.zipo-logo-dakd * {
    fill: black !important;
}
.zipo-logo-dakd a{
    color: #000;
}
 .zipo-scrolled .zipo-logo a {
     color: #000;
}
 .w-\[60px\] {
     width: 60px;
}
 .h-\[60px\] {
     height: 60px;
}
/* simple buttons */
 .zipo-btn {
     background: none;
     border: 0;
     padding: 6px;
     cursor: pointer;
     color: inherit;
     display: inline-flex;
     align-items:center;
     position: relative;
}
span.number-cart {
    position: absolute;
    right: -6px;
    top: -7px;
    background: #bfa583;
    height: 22px;
    width: 22px;
    border-radius: 20px;
    font-size: 11px;
    line-height: 21px;
    color: #fff;
}

input.zipo-search-input {
    border: 1px solid #ececec;
    padding: 5px 20px 5px 40px;
}

.zipo-search-input {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7L405.3 343c28.4-34.9 45.7-79.3 45.7-127C451 96.5 354.5 0 233 0S15 96.5 15 216s96.5 216 218 216c48.7 0 92.8-17.3 127.7-45.7l99.7 99.7c4.5 4.5 10.6 6.9 16.9 6.9s12.4-2.4 16.9-6.9c9.4-9.4 9.4-24.6 0-33.9zM233 392c-97.2 0-176-78.8-176-176S135.8 40 233 40s176 78.8 176 176-78.8 176-176 176z'/%3E%3C/svg%3E") no-repeat 12px center;
  background-size: 14px 14px;
  padding-left: 36px;
}
 .zipo-icons {
     display:flex;
     gap:12px;
     align-items:center;
}
/* wrapper + sections */
 .zipo-video-wrapper {
     width: 100%;
     overflow: hidden;
}
/* Each section is fullscreen */
 .zipo-vid-section {
     position: relative;
     height: 100vh;
     min-height: 560px;
     overflow: hidden;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
}
/* video element slightly taller to allow translateY */
 .zipo-video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 120%;
     object-fit: cover;
     transform: translateY(0) scale(1.03);
     transition: transform 360ms cubic-bezier(.22,.9,.3,1);
     will-change: transform;
}
/* overlay content (both sections) */
 .zipo-overlay-content {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -60%);
     text-align: center;
     max-width: 1000px;
     color: #fff;
     padding: 0 18px;
     opacity: 0;
     transition: opacity 700ms ease, transform 700ms ease;
     pointer-events: none;
}
 .zipo-overlay-content.zipo-visible {
     opacity: 1;
     transform: translate(-50%, -50%);
     pointer-events: auto;
}
 .zipo-overlay-content h1 {
     font-size: 34px;
     margin-bottom: 12px;
     font-weight: 500;
     line-height: 1.05;
}
 .zipo-overlay-content h1.title-big {
     font-size: 38px;
     text-transform: uppercase;
     font-weight: 600;
}
 .zipo-overlay-content p {
     font-size: 16px;
     margin-bottom: 18px;
     line-height: 1.6;
     color: rgba(255,255,255,0.95);
     max-width: 600px;
     margin: auto;
     margin-top: 20px;
     margin-bottom: 25px;
}
 .zipo-cta {
     appearance: none;
     background: #bfa583;
     color: #fff;
     border: 0;
     padding: 12px 26px;
     border-radius: 24px;
     font-weight: 600;
     cursor: pointer;
}
/* menu overlay */
.zipo-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1400;
    transform: translateX(-100%);
    transition: transform 380ms ease;
    overflow: hidden;
    pointer-events: none;
    width: 400px;
}
 .zipo-menu-overlay.zipo-open {
     transform: translateX(0);
     pointer-events: auto;
}
 .zipo-menu-panel {
     position: absolute;
     top:0;
     left:-100%;
     width:400px;
     height:100%;
     padding: 24px 22px;
     transition:left 360ms cubic-bezier(.22,.9,.3,1);
     overflow:auto;
     background: #fff;
     box-shadow: 2px 0 10px rgba(0,0,0,0.1);
}
 .zipo-menu-panel.zipo-active {
     left: 0;
}
.zipo-menu-head {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    margin-bottom: 15px;
}
 .zipo-menu-title {
     font-weight:600;
     font-size:18px;
     color:#111;
}
 .zipo-menu-close, .zipo-menu-back {
     font-size:26px;
     background:none;
     border:0;
     cursor:pointer;
     color:#111;
}
 .zipo-menu-panel ul {
     list-style:none;
     padding:0;
     margin:0;
}
 .zipo-menu-panel li {
     padding: 12px 0;
     border-bottom: 1px solid #f2f2f2;
     font-size:16px;
}
 .zipo-menu-panel a {
     color:#111;
     text-decoration:none;
}
 .zipo-has-sub {
     cursor: pointer;
     position: relative;
}
 .zipo-has-sub::after {
     content: '\f105';
     position: absolute;
     right: 0;
     top: 16px;
     color: #888;
     display: inline-block;
     font: normal normal normal 20px / 1 FontAwesome;
     text-rendering: auto;
}
/* overlay background */
 .zipo-menu-backdrop {
     position: fixed;
     inset: 0;
     background: rgba(0,0,0,0.5);
     opacity: 0;
     transition: opacity 380ms ease;
     pointer-events: none;
     z-index: 1399;
}
 .zipo-menu-overlay.zipo-open ~ .zipo-menu-backdrop {
     opacity: 1;
     pointer-events: auto;
}
/* search popup */
 .zipo-search-popup {
     position: fixed;
     inset:0;
     background: rgba(0,0,0,0.5);
     display:flex;
     align-items:center;
     justify-content:center;
     z-index:1500;
     opacity:0;
     pointer-events:none;
     transition:opacity 240ms ease;
}
 .zipo-search-popup.zipo-open {
     opacity:1;
     pointer-events:auto;
}
 .zipo-search-card {
     background:#fff;
     border-radius:10px;
     padding:22px;
     width:min(760px, 92%);
     box-shadow:0 10px 40px rgba(0,0,0,0.12);
     text-align:center;
}
 .zipo-search-input {
     width:100%;
     padding:12px 14px;
     font-size:16px;
     border-radius:8px;
     border:1px solid #e6e6e6;
}
.zipo-search-hint {
    color: #bebebe;
    margin-top: 35px;
    margin-bottom: 20px;
}
/* small responsive tweaks */
 @media (max-width:720px){
     .zipo-overlay-content h1 {
         font-size:24px;
    }
     .zipo-overlay-content p {
         font-size:14px;
    }
     .zipo-video {
         height:140%;
    }
     .zipo-topbar {
         padding:18px 16px;
    }
     .zipo-menu-panel {
         width: 320px;
    }
}
 .section-1 {
     padding: 60px 0;
     background: #fff;
}
 .section-1 .box-1 {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}
 .section-1 .text-box {
}
 .section-1 .text-box .sub-title {
     font-size: 13px;
     letter-spacing: 1px;
     color: #8b8b8b;
     margin-bottom: 10px;
}
 .section-1 .text-box .main-title {
     font-size: 30px;
     font-weight: 700;
     color: #b38b67;
     margin-bottom: 20px;
}
 .section-1 .text-box .desc {
     font-size: 16px;
     line-height: 1.6;
     color: #333;
     margin-bottom: 25px;
}
 .section-1 .btn-outline {
     display: inline-block;
     padding: 10px 24px;
     border: 1px solid #b38b67;
     color: #b38b67;
     text-decoration: none;
     border-radius: 30px;
     font-size: 15px;
     transition: 0.3s;
}
 .section-1 .btn-outline:hover {
     background: #b38b67;
     color: #fff;
}
 .section-1 .image-box {
     flex: 1;
     text-align: right;
}
 .section-1 .image-box img {
     max-width: 100%;
     height: auto;
     border-radius: 8px;
}
 @media (max-width: 767px) {
     .section-1 .box-1 {
         flex-direction: column-reverse;
    }
     .section-1 .text-box {
         max-width: 100%;
         margin-top: 30px;
    }
     .section-1 .image-box {
         text-align: center;
    }
}
 .section-collection {
     position: relative;
     background-image: url("");
     background-size: cover;
     background-position: center;
     background-attachment: fixed;
     padding: 160px 0;
     color: #fff;
}
 .section-collection::before {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, 0.55);
}
 .section-collection .container {
     position: relative;
     z-index: 2;
     display: flex;
     align-items: center;
     justify-content: flex-start;
}
 .section-collection .collection-content {
}
 .section-collection .collection-title {
     font-size: 36px;
     font-weight: 700;
     margin-bottom: 20px;
     line-height: 1.3;
}
 .section-collection .collection-desc {
     font-size: 16px;
     line-height: 1.7;
     margin-bottom: 30px;
     color: rgba(255, 255, 255, 0.9);
}
 .section-collection .collection-outline {
     display: inline-block;
     padding: 10px 24px;
     background: #b38b67;
     color: #ffffff;
     text-decoration: none;
     border-radius: 30px;
     font-size: 15px;
     transition: 0.3s;
}
 .section-collection .collection-btn {
     display: inline-block;
     padding: 12px 28px;
     border-radius: 30px;
     background: #b38b67;
     color: #fff;
     text-decoration: none;
     font-size: 15px;
     font-weight: 500;
     transition: 0.3s ease;
}
 .section-collection .collection-btn:hover {
     background: #c29c77;
}
 @media (max-width: 767px) {
     .section-collection {
         background-attachment: scroll;
         padding: 100px 20px;
         text-align: center;
    }
     .section-collection .collection-content {
         max-width: 100%;
         margin: 0 auto;
    }
     .section-collection .collection-title {
         font-size: 28px;
    }
}
 .square-img img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
     object-fit: cover;
     transition: all 0.5s;
}
 .square-img {
     display: block;
     overflow: hidden;
     position: relative;
     padding-bottom: 100%;
}
 .rectangle-img img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
     object-fit: cover;
     transition: all 0.5s;
}
 .rectangle-img {
     display: block;
     overflow: hidden;
     position: relative;
     padding-bottom: 70%;
}
 .zipo-footer {
     background: #fff;
     color: #222;
     font-family: "Montserrat", sans-serif;
     border-top: 1px solid #ddd;
     font-size: 14px;
     line-height: 1.7;
     margin-top: 80px;
}
 .zipo-container {
     width: 90%;
     max-width: 1200px;
     margin: 0 auto;
}
 .zipo-footer-top {
     padding: 60px 0 40px;
     display: flex;
     flex-wrap: wrap;
}
 .zipo-footer-left {
     flex: 1;
     min-width: 455px;
}
 .zipo-footer-left .flex-add {
     display: flex;
     gap: 10px;
     margin-bottom: 12px;
}
 .zipo-footer-logo {
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 15px;
}
 .zipo-footer-logo img {
     height: 40px;
     width: auto;
}
 .zipo-footer-logo h3 {
     font-size: 18px;
     font-weight: 600;
}
 .zipo-footer-left p {
     margin: 4px 0;
}
 .zipo-footer-left i {
     margin-right: 8px;
     color: #b38b67;
}
 .zipo-footer-socials {
     margin-top: 15px;
}
 .zipo-footer-socials a {
     color: #b38b67;
     margin-right: 15px;
     font-size: 26px;
     transition: 0.3s;
}
 .zipo-footer-socials a:hover {
     color: #000;
}
 .zipo-footer-right {
     flex: 2;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 0px;
     margin-top: 10px;
}
 .zipo-footer-column h4 {
     font-size: 16px;
     font-weight: 600;
     margin-bottom: 10px;
}
 .text-primary {
     color: #b2957a;
}
 .zipo-footer-column ul {
     list-style: none;
     padding: 0;
     margin: 0;
}
 .zipo-footer-column ul li {
     margin-bottom: 6px;
}
 .zipo-footer-column a {
     color: #444;
     text-decoration: none;
     transition: 0.3s;
}
 .zipo-footer-column a:hover {
     color: #b38b67;
}
 .zipo-footer-bottom {
     border-top: 1px solid #e6e6e6;
     padding: 20px 0;
     text-align: center;
     font-size: 13px;
     color: #555;
}
 .zipo-flex {
     display: flex;
     gap: 50px;
}
 .zipo-footer-bottom .zipo-flex {
     align-items: center;
     justify-content: space-between;
}
 .left-bottom {
     text-align: left;
}
 .right-bottom {
     text-align: right;
     max-width: 70%;
}
 @media (max-width: 991px) {
     .zipo-footer-right {
         grid-template-columns: repeat(2, 1fr);
    }
}
 @media (max-width: 767px) {
	.zipo-footer-top {
	    flex-direction: column;
	    padding: unset;
	    display: flex;
	    flex-wrap: unset;
	    padding-top: 60px;
	}
     .zipo-footer-right {
         grid-template-columns: 1fr 1fr;
         margin-top: 30px;
         flex: 1;
    }
     .zipo-flex {
         display: unset;
         gap: unset;
    }
     .zipo-footer-socials a {
    }
     .left-bottom {
         text-align: center;
         margin-bottom: 10px;
    }
     .right-bottom {
         text-align: justify;
         max-width: 100%;
    }
     .section-1 {
         padding: 10px 0;
         background: #fff;
    }
}
 button.zipo-cta a {
     color: #fff;
}
 .zipo-overlay-content {
     width: 100%;
}
 .zipo-secproduct {
     position: relative;
     text-align: center;
     font-family: Arial, sans-serif;
     margin-bottom: 25px;
     overflow: hidden;
     background: #fff;
     border-radius: 10px;
     transition: all 0.4s ease;
     box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
 .zipo-secproduct:hover {
     transform: translateY(-8px);
}
 .zipo-seclink {
     display: block;
     color: inherit;
     text-decoration: none;
}
 .zipo-secimage-wrapper {
     position: relative;
}
 .zipo-secmain-img {
     width: auto;
     border-radius: 0px;
     transition: opacity 0.4s ease;
     object-fit: contain !important;
}
 .zipo-secthumb-list {
     display: flex;
     justify-content: center;
     margin-top: 8px;
     gap: 5px;
}
 .zipo-secthumb {
     width: 38px;
     height: 38px;
     border-radius: 4px;
     border: 1px solid #ddd;
     cursor: pointer;
     transition: all 0.3s ease;
     object-fit: contain;
}
 .zipo-secnum:hover , .zipo-secthumb:hover {
     border-color: #b97a56;
     transform: scale(1.05);
}
 .zipo-secnum {
     width: 38px;
     height: 38px;
     border-radius: 4px;
     border: 1px solid #ddd;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .zipo-secname {
     font-weight: 600;
     font-size: 16px;
     margin-top: 10px;
     text-transform: uppercase;
}
 .zipo-secdesc {
     font-size: 13px;
     color: #666;
     margin-top: 3px;
}
 .zipo-seccode {
     font-size: 15px;
     color: #666;
}
 .zipo-secprice {
     font-weight: bold;
     color: #000;
     margin-top: 2px;
     font-size: 16px;
}
 .zipo-secbtn {
     display: block;
     width: 90%;
     margin: 12px auto 5px;
     background-color: #b2957a;
     color: #fff;
     padding: 10px 0;
     border-radius: 25px;
     font-size: 14px;
     font-weight: 500;
     opacity: 0;
     transform: translateY(20px);
     transition: all 0.4s ease;
}
 .zipo-secproduct:hover .zipo-secbtn {
     opacity: 1;
     transform: translateY(0);
}
 .zipo-gioithieu-section {
     padding: 60px 0;
}
 .zipo-gioithieu-container {
     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
}
 .zipo-gioithieu-box {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
}
 .zipo-gioithieu-text {
     flex: 0 0 66.6667%;
     max-width: 66.6667%;
     padding-right: 30px;
}
 .zipo-gioithieu-image {
     flex: 0 0 33.3333%;
     max-width: 33.3333%;
     text-align: center;
}
 .zipo-gioithieu-image img {
     width: 100%;
     height: auto;
     border-radius: 8px;
     object-fit: cover;
}
 .zipo-gioithieu-subtitle {
     text-transform: uppercase;
     color: #888;
     font-size: 14px;
     margin-bottom: 15px;
}
 .zipo-gioithieu-text h2 {
     font-weight: 700;
     margin-bottom: 25px;
     font-size: 28px;
     line-height: 1.4;
}
 .zipo-gioithieu-text p {
     color: #333;
     line-height: 1.8;
     margin-bottom: 15px;
}
 @media (max-width: 767px) {
     .zipo-gioithieu-box {
         flex-direction: column;
    }
     .zipo-gioithieu-text, .zipo-gioithieu-image {
         max-width: 100%;
         flex: 0 0 100%;
         padding-right: 0;
    }
     .zipo-gioithieu-image {
         margin-top: 25px;
    }
}
 .zipo-gioithieu-section-dark {
     position: relative;
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     min-height: 560px;
     display: flex;
     align-items: center;
     width: 100%;
}
 .zipo-gioithieu-overlay {
     position: absolute;
     inset: 0;
     background: rgba(0,0,0,0.35);
     z-index: 1;
}
 .zipo-gioithieu-row {
     position: relative;
     width: 100%;
     display: flex;
     z-index: 2;
}
 .zipo-gioithieu-panel {
     margin-left: auto;
     width: 50%;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     padding: 60px 80px;
     background: linear-gradient(to left, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 60%);
}
 .zipo-gioithieu-content {
     max-width: 520px;
     text-align: right;
     color: #fff;
}
 .zipo-gioithieu-content h2 {
     font-size: 34px;
     line-height: 1.2;
     margin-bottom: 18px;
     font-weight: 700;
}
 .zipo-gioithieu-content p {
     font-size: 16px;
     line-height: 1.8;
     color: #e6e6e6;
}
 @media (max-width: 767px) {
     .zipo-gioithieu-section-dark {
         min-height: 420px;
    }
     .zipo-gioithieu-row {
         position: absolute;
         inset: 0;
         display: block;
    }
     .zipo-gioithieu-panel {
         position: absolute;
         inset: 0;
         width: 100%;
         padding: 24px;
         display: flex;
         align-items: center;
         justify-content: center;
         background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.15));
    }
     .zipo-gioithieu-content {
         max-width: 92%;
         text-align: center;
    }
     .zipo-gioithieu-content h2 {
         font-size: 26px;
    }
     .zipo-gioithieu-content p {
         font-size: 15px;
    }
}
 .zipo-gioithieu-collection {
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     gap: 20px;
}
 .zipo-gioithieu-item {
     position: relative;
     flex: 1;
     min-height: 460px;
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     display: flex;
     align-items: flex-end;
     justify-content: flex-start;
     overflow: hidden;
}
 .zipo-gioithieu-overlay {
     position: absolute;
     inset: 0;
     background: rgba(0,0,0,0.35);
     transition: background 0.3s ease;
     z-index: 1;
}
 .zipo-gioithieu-item:hover .zipo-gioithieu-overlay {
     background: rgba(0,0,0,0.55);
}
 .zipo-gioithieu-text2 {
     position: relative;
     z-index: 2;
     color: #fff;
     padding: 24px 30px;
}
 .zipo-gioithieu-section-dark {
     margin-bottom: 30px;
}
 .zipo-gioithieu-text2 h3 {
     font-size: 26px;
     font-weight: 700;
     margin-bottom: 20px;
}
 .zipo-gioithieu-btn {
     display: inline-block;
     padding: 10px 20px;
     background: #fff;
     color: #000;
     font-weight: 600;
     border-radius: 30px;
     text-decoration: none;
     transition: all 0.3s ease;
}
 .zipo-gioithieu-btn:hover {
     background: #000;
     color: #fff;
}
/* Mobile */
 @media (max-width: 767px) {
     .zipo-gioithieu-collection {
         flex-direction: column;
    }
     .zipo-gioithieu-item {
         min-height: 380px;
    }
     .zipo-gioithieu-text2 {
         text-align: center;
         width: 100%;
         padding: 40px 20px;
    }
     .zipo-gioithieu-text h3 {
         font-size: 22px;
    }
}
 .img-icons ul {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     list-style: none;
     padding: 0;
     margin: 0;
}
.details-product .product-image-block #gallery_01.owl-carousel .item,
 .img-icons ul li {
     border: 1px solid #000;
     padding: 3px;
     cursor: pointer;
     transition: all 0.2s ease;
}
 .img-icons ul li img {
     display: block;
     width: 80px;
     height: auto;
}
 .zipo-productshow-active {
     border: 2px solid #c7a47a !important;
     box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.large-image img#zoom_01 {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    transition: opacity .25s ease;
    opacity: 1;
    max-height: 400px;
}

/* fallback zoom pane */
 #zipo-fallback-zoom {
     display:none;
     position:absolute;
     width:320px;
     height:320px;
     right:-340px;
     top:0;
     background-repeat:no-repeat;
     background-size:cover;
     border:1px solid #ddd;
     z-index:9999;
     box-shadow:0 6px 18px rgba(0,0,0,.15);
}
/* ensure the anchor doesn't collapse */
 #large_image_a {
     display:inline-block;
     width:100%;
}
 .large-image .zoomContainer, .large-image .zoomWindow {
     z-index:50;
}
 .tham-so b {
     font-weight: bold;
     width: 98px;
     display: inline-block;
}
 .tham-so span:hover {
     background: #b2957a;
     color: #fff;
}
 .tham-so span {
     border: 1px solid #b2957a;
     color: #b2957a;
     padding: 2px 15px 6px;
     border-radius: 20px;
     position: relative;
     cursor: pointer;
}
 .tham-so {
     display: block;
     padding-top: 15px;
}
 .product-extra {
     display: flex;
     gap: 20px;
}
 button#buy-now, .AddCartButton {
     background: #b2957a;
     color: #fff;
     border: 0px;
     height: 52px;
     float: left;
     border-radius: 5px;
     font-size: 15px;
     text-transform: uppercase;
}
button#buy-now:hover, .AddCartButton:hover {
    background: #9c7b5d;
}
 button#buy-now {
     border-radius: 5px;
     width: 100%;
     margin: 0px;
}
 @media screen and (max-width: 570px){
}
 .quantity-box {
     display: grid;
     grid-template-rows: 1fr 1fr;
     grid-template-columns: auto auto;
     width: 80px;
     border: 1px solid #ccc;
     border-radius: 6px;
     overflow: hidden;
     margin-bottom: 10px;
     height: 52px;
}
 .quantity-box button {
     background-color: white;
     border: none;
     font-size: 18px;
     cursor: pointer;
     height: 25px;
     width: 40px;
     line-height: 20px;
     border-right: 1px solid #eee;
     border-bottom: 1px solid #eee;
     margin: 0px;
     height: unset !important;
     min-height: unset;
}
 .quantity-box input {
     grid-row: span 2;
     grid-column: 2;
     width: 40px;
     text-align: center;
     font-size: 18px;
     border: none;
     background: white;
     pointer-events: none;
     margin: 0px;
     padding: 0px;
     height: unset;
}
 .AddCartButton {
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 13px;
}
 button#buy-now2:hover {
     background: unset !important;
     box-shadow: unset !important;
}
 button#buy-now2 {
     background: none;
     border: 0px;
     padding: 7px;
     text-align: center;
     width: 100%;
     display: inline-block;
     color: #fff;
     font-size: 15px;
     text-transform: uppercase;
     margin: 0px;
     padding: 0px;
}
 .size-list-option select {
     border: 1px solid #d9d9d9;
     padding: 5px;
     margin-top: 5px;
}
 span.dathangngay, span.themgiohang {
     line-height: 19px;
     font-size: 15px;
     text-transform: uppercase;
}

 input#quantity {
     height: 59px;
     float: left;
     width: 52px;
     margin-right: 10px;
     border: 1px solid #d9d9d9;
     padding: 5px 15px !important;
}
 a.addtocart.goodsModHome2 {
     display: flex;
     justify-content: center;
}
 .content.active {
     color: #000;
     font-size: 16px;
}
 .product-summary.product_description {
     display: inline-block;
     width: 100%;
}
