* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.html{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
    color:#1c1e21;
}
.img{
    vertical-align: middle;
    border-style: none;
}
.carousel-item img{
    max-width: -webkit-fill-available;
    width: 100%;
}
a:hover{
    color: black !important;
    text-decoration: none !important;
}
.navbar{
  top: -50px;
    transition: top 0.5s linear 0s;
    position: sticky !important;
    background-color: white;
    z-index:10;
}
.navbar-nav{
    margin-left: auto;
}
#main{
    background:#fff;
    direction:ltr;
    line-height:1.34;
    unicode-bidi:embed;
    overflow-x: hidden;
    position: initial !important;
}

.container-fluid{
  padding-right:0px !important;
  padding-left:0px !important;
}

.innerTopLeft{
    display: block;
}
.innerTopLeft ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.innerTopLeft li {
    float: left;
    margin: 0 25px 0 0;
}
.innerTopLeft li a {
    text-decoration: none;
    font-weight: 600;
    color: #252a2b;
    outline: none;
}

#account{
    background: #f2f2f2;
    font-size: 14px;
    padding: 4px 40px;
}
.innerTopRight {
    float: right;
}
.innerTopRight ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.innerTopRight li {
    margin: 0 0 0 25px;
    float: right;
}
.innerTopRight li a{
    text-decoration: none;
    font-weight: 600;
    color: #252a2b ;
    outline: none;
}
.title-info-top{
    float: left;
    margin: 2px 0 0 5px;
    font-size: 13px;
    text-decoration :none;
    margin-right:20px;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 900;
    cursor: pointer;
}
.overlay_cart {
    position: fixed;
    height: 100vh;
    right: -550px;
    top: 0;
    background: #fff;
    z-index: 8888;
    overflow: hidden;
    width: 0;
    transition: 0.7s;
}

.overlay_cart-content .title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 3px 0 0;
    font-weight: 500;
}
.overlay_cart-content .textCartSide {
    float: left;
    width: 100%;
    margin: 5px 0 0;
    border-bottom: 1px dotted #bcbcbc;
    padding: 0 0 15px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: black;
  display: block;
  transition: 0.3s;
}

.overlay_cart .closebtn {
  position: absolute;
  top: 30px;
  right: 595px;
  font-size: 45px;
  z-index: 9999;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
button{
    border: none;
}

#site_cart{
    width: calc(100% - 550px);
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 60px 20px 250px;
}

.cart-view table {
    width: 100%;
}

table tr td, table tr th {
    padding: 10px;
    text-align: left;
}
table tr td:first-child, table tr th:first-child {
    padding-left: 0;
}
.text-left {
    text-align: left;
}
#total-view-cart {
    font-weight: 700;
}
.text-right {
    text-align: right;
}
#cart-view tr td:not(.img) {
    padding: 20px 20px 20px 0;
    position: relative;
}

.cart-view .line {
    float: left;
    width: 100%;
    border-top: 2px solid #000;
    margin: 10px 0;
}

.cart-view a.linktocheckout {
    padding: 10px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    float: left;
    background: #000;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.cart-view a.linktocart {
    padding: 0;
    position: relative;
    width: 100%;
    white-space: nowrap;
    color: #000;
    text-align: center;
    float: left;
}

.light{
       background-color: rgb(255, 255, 255);
   }    
.logo img {
    min-height: 23px;
    max-height: 45px;
    min-width: 150px;
    display: block;
    max-width: 100%;
    height: auto;
}
#navigation{
    position: relative;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.navbar-collapse{
    margin-right: 60px;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    display: -webkit-box!important;
    display: flex !important;
    flex-basis: auto;
}
}
.nav-item .link-menu:hover{
  border-bottom-color:black !important;
}
.link-menu{
    border-bottom: inset;
    background-color: white;
    color: black;
    display: block;
    font-size: 13px;
    padding: 20px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
    
}
.searchInput {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-color: #fefefe;
    border: solid 1px #a7a7a7;
    padding: 8px 0 8px 15px;
    padding-right: 50px;
}
.btnSearch {
    border: none;
    background: url(/tp/T0298/img/tmp/search.svg);
    width: 22px;
    height: 22px;
    top: 18px;
    margin-left: -30px;
    right: 0px;
}

.drop_menu{
    position: absolute;
    width: 100%;
    left: 0px;
    padding-top: 5px;
    display: none;
}
.subnav:hover .drop_menu{
    display: block !important;
}

.row {
    overflow: auto;
    margin:  auto;
   }

.card{
    border: none;
}

.card-body{
    z-index: 999;
    position: fixed;
    width: 100%;
    display: inline-block;
}
.card-body h2 a{
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #252a2b;
    padding: 9px 5px;
    white-space: nowrap;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
}
.card-body h4 a{
    text-decoration: none;
    padding: 9px 10px;
    white-space: nowrap;
    text-align: left;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}
.card-body h4 a:hover{
    color: black;
}
.col3 h4 a{
    text-align: center;
}
.card-body .row{    
    margin: auto;
}

.col {
  width: 100%;
  box-sizing: border-box;}
.col-sp{
  position:relative;
    width: 100%;
  box-sizing: border-box;
}
.content_index{
    margin: 50px 40px 0px;
}
.price-sale-sale {
  display: flex;
  justify-content: center;
  /*line-height: 30px;*/
}

  .grid-collection .product {
    margin: 10px !important;
  }
.price-sale-sale .product-sale-price {
  color: #78ce64;
  padding-left: 5px;
  /*font-size: 20px;*/
  font-weight: bold;
  text-align: center;
}
.price-sale-sale .product-sale-original-price {
  color: #6d6b6b;
  text-decoration: line-through;
  text-align: center;
  /*font-size: 18px;*/
}
.product-content {
  border: 1px solid #f0f0f0;
  padding: 10px; }
  .product-content .product-name {
    font-size: 14px;
    letter-spacing: 0.14px;
    font-weight: 600;
    text-size-adjust: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    text-align: center;
  }
  .product-content .product-name a {
     color: #78ce64;
  }
  .product-content .product-price {
    font-weight: 600;
    color: #000000;
    text-align: center;}


  .product-content .product-price {
    font-weight: 600;
    color: #78ce64;
    text-align: center;}
  .ribbon.tag-sale {
    font-size: 12px !important;
    height: 35px !important;
    width: 35px !important;
    line-height: 35px !important;
  }
  .ribbon.tag-sale {
   height: 35px;
    background: #f23329;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    z-index: 9;
    border-radius: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 10px;
}
.box-pro-prices{
    margin-bottom: 15px;
}

  
.right {float: right !important;}
/* Image zoom on hover + Overlay colour */
.left {
    float: left !important;; 
}
.zoom{
    margin: 50px 40px 0px;
}
.parent {
    width: 100%;
    height: 176px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* Several different images */
.zoom a {
    line-height: 50px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    display: block;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}
.zoom_mb .item a {
    line-height: 50px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    display: block;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -webkit-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block; 
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Media Queries */
@media screen and (max-width: 960px) {
    .parent {width: 100%; margin: 20px 0px}
}

.lazyloaded{
    width: inherit;
}
.lazyloaded img{
    width: 100%;
}
.Over_lay{
    position: relative;
}
.image {
    display: block;
    width: 99%;
    height: auto;
    margin: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ffffff;
  }
  
  .Over_lay:hover .overlay {
    opacity: 1;
  }
  

.content_index ul{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    
}
.content_index ul a{
    color: black;
}
.box-pro-detail{
    text-align: center;
    border: 1px solid #d3cfcf;
}
p.pro-price.highlight {
    font-weight: 700;
}
p.pro-price {
    color: #000;
    font-size: 14px;
    margin: 0;
}

p {
    margin: 0 0 10px;
    line-height: 21px;
}
.news-title a{
    color: black;
    font-size: 17px;
}
.news-desc {
    margin-bottom: 15px;
    max-height: 55px;
    overflow: hidden;
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    padding: 0px 10px;
  }
.grid-item {
    background-color: rgba(255, 255, 255);
    padding: 5px;
    font-size: 30px;
    text-align: center;
  }
  .MoreProduct{
      display: flex;
  }
  .showMoreProduct {
    width: 50%;
    display: inline-block;
    text-align: center;
    margin: auto;
    padding: 30px 0px;
}
.showMoreProduct a {
    border: 1px solid #111;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    color: black;
    font-weight: bold;
}
.content_News{
    margin: 0px 40px 0px;
}
.innerHomeStore{
    padding-top: 0;
    padding: 30px 0;
    position: relative;
}
.contentHomeStore{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.textStore {
    border: solid 4px rgba(255,255,255,.6);
    min-width: 500px;
    background: rgba(0,0,0,.7);
    position: absolute;
    z-index: 9;
    padding: 10px 30px;
}
.textStore a {
    font-family: Quicksand;
    font-size: 29px;
    color: #fff;
    text-decoration:none;
}
.textStore a:hover{
    color: #ccc !important;
}

.textStore:hover {
    background: #000;
}
.imgStore {
    margin: 15px 0;
    width: 100%;
}
#sectionInfoFooter .wrapper-new {
    padding: 40px;
    border-top: 1px solid #d0d0d0;
}
.wrapper-new {
    max-width: 1375px;
    margin: 0 auto;
    padding: 0 40px;
}
.innerInfoFooter {
    margin: 0 -15px;
}
#sectionInfoFooter h4 {
    font-size: 14px;
}

.innerInfoFooter h4 {
    text-transform: uppercase;
}
h4 {
    font-size: 13px;
    line-height: 18px;
}
.iconFooter {
    float: left;
    width: 25px;
    height: 25px;
    background: #e52c25;
    text-align: center;
    color: #fff;
    line-height: 25px;
    border-radius: 100%;
}
.titleHotline a {
    color: black;
    font-size: 27px;
    padding: 0 0 0 15px;
}
.moreInfoFooter {
    float: left;
    width: 100%;
    font-size: 11px;
    margin: 5px 0 0;
}
.newsletter-form {
    position: relative;
}
.newsletter-form input[type=email] {
    background-color: #fff;
    height: 36px;
    font-size: 15px;
    color: #333;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #d0d0d0;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-control {
    display: block;
    width: 100%;
}
.btn-newsletter {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    border: none;
    color: #fff;
    padding: 5px 10px;
    height: 36px;
}
.navbar-social li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.navbar-social li .fab {
    margin: 0 10px 0 0;
    font-size: 35px;
    padding: 5px;
    color:black;
}
.fab {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: black;
}

#footer {
    background: #f1f1f1;
    display: block;
}
.bct img {
    max-width: 160px;
}
.hidden {
    display: none!important;
}
#footerBottom h4 {
    padding: 20px 0;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
}
.footer-content a{
    color: black;
}
.bottomBar {
    font-size: 13px;
    padding: 15px 0;
    background-color:white;
}
.imgBottom {
    text-align: right;
}
#facebook{
    margin: 0px 12px;
    padding: 0px;
    position: fixed;
    z-index: 2147483644;
    bottom: 24px;
    top: auto;
    height: 60px;
    width: 60px;
    border-radius: 29px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    background: none;
    display: block;
    right: 12px;
}
.scrolltop {
    text-align: center;
    position: fixed;
    display: none;
    bottom: 90px;
    right: -40px;
    cursor: pointer;
    color: #000;
    font-size: 11px;
    font-weight: 900;
    transform: rotate(-90deg);
    z-index: 99;
}
.scrolltop span {
    float: left;
    margin: 4px 10px;
}
.scrolltop svg {
    height: 25px;
}
svg:not(:root) {
    overflow: hidden;
}

.grid-item{
    position: relative;
}

.out-of-stock{
    position: absolute;
    z-index: 99;
    background-color: white;
    top: 5px;
    right: 20px;
    margin: auto;
    font-weight: 700;
    color: red;
}
.out-of-stock p{
    margin: 0px !important;
    font-size: 13px;
    padding: 5px 15px
}

.frameSale, .activeLabelStatus {
    position: unset;
    top: unset;
    right: unset;
}
.activeLabelStatus .product-saleNew {
    height: 35px;
    background: #f23329;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    z-index: 9;
    border-radius: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: 6px;

}
.menu_mobile{
    display: none;
}
.zoom_mb{
    display: none;
}
.outerHeightHeader {
    position: relative;
    z-index: 999;
}
.header-wrap-icon {
    text-align: right;
}
.icon-cart svg, .icon-search svg, .icon-account svg {
    fill: #252a2b;
    width: 24px;
    height: 24px;
}
.menu_icon{
    color: black;
    font-size: 25px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999999999999999999999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  } 
@media screen and (max-width: 1200px) {
    .link-menu{
        font-size: 10px;
    }
    .navbar-collapse {
    margin-right: 10px;
    }
    .searchInput {
    padding-right: 0px;
    }
    .col-sm-4{
        padding: 0px 7px !important;
    }
    .child{
        height: 78%;
    }
    .content_index{
        margin: 0px 10px 0px;
    }
    .zoom a{
        margin: 12px;
        top: 30px;
        font-size: 20px;
    }
    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto auto;
        padding: 0px 10px;
    }
}
@media (max-width: 1025px){
    .activeLabelStatus .product-saleNew {
        left: 7px;
        top: 5px;   
        }
    }
@media (max-width: 770px){
    .child {
        height: 100%;
    }
    .out-of-stock{
        right: 6px;
    }
    .activeLabelStatus .product-saleNew {
        left: 5px;
        top: 5px;
    }

    .logo img {
        min-width: 0px;
        max-width: 85%;
        max-height: 40px;
    }
    .col-sm-4{
        padding: 0px !important;
    }
    .zoom a {
        top: 20px;
        font-size: 20px;
    }
    .titleHotline a {
        font-size: 18px;
    }
    .btn-newsletter {
        position: inherit;
    }
    .drop_menu{
        padding-top: 0px;
    }
    .subnav:collapse .drop_menu{
        display: block !important;
    }
    .menu_mobile{
        display: block;
    }
    .navbar{
        display: none !important;
    }
    .icon-cart_menu{
        display: none;
    }
    #site-header.main-header {
        padding: 15px 15px!important;
    }
    .wrap-flex-align {
        display: inline-block;
        width: 100%;
        }
    .wrap-logo {     
        margin: -4px 0 0;
        float: left;
    }
    .wrap-logo img{
        width: 35%;
    }
    .header-wrap-icon>span {
        margin: 3px 0 0 10px;
    }
    .zoom{
        display: none;
    }
    .zoom_mb{
        display: block;
        margin: 20px 0px;
    }
    .parent{
        height: 290px;
    }
    .mainNews .boxCateListNews article {
    width: 100% !important;
}
}
@media (max-width: 575.98px) {
    .grid-container {
        display: grid;
        grid-template-columns: auto auto;
        padding: 0px 10px;
    }
    .image{
        padding: 0px;
    }
    .innerTopLeft li a {
        font-size: 10px;
    }
    .innerTopRight {
        display: none;
    }
    .textStore {
        min-width: 0;
    }
    .textStore a {
        font-size: 15px;
    }
    .content_index ul a {
        font-size: 20px;
    }
    .showMoreProduct a {
        font-size: 11px;
    }
    .wrap-logo img{
        width: 70%;
    }
    .parent{
        height:135px;
    }
}





.main{
    display: block;
}
.user-wrapper {
    max-width: 600px;
    margin: auto;
    border: 1px solid #ccc;
}
.user-nav {
    border-bottom: 2px solid #cccccc63;
    overflow: hidden;
    box-shadow: 0 1px 3px rgb(146 146 146 / 14%);
}
.user-nav a.active, .user-nav a:hover {
    border-bottom: 2px solid #10a2f7;
    color: black;
    text-decoration: none       ;
}
.user-nav a {
    color: black;
    width: 50%;
    float: left;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
}
.user-wrapper #formAcount {
    padding: 20px;
}
.form-group {
    margin-bottom: 15px;
}
#formAcount input {
    width: 100%;
    clear: both;
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid #ccc;
}
#formAcount button {
    text-transform: uppercase;
    font-size: 18px;
    background: #000;
    color: #fff;
    border-color: #000;
}
#btnsignout{
    background-color: #fd6e1d !important;
    border: none;
    color: black !important;
}
.user-foot {
    font-size: 17px;
    text-align: center;
}
.user-foot a {
    margin: 10px 0;
    display: block;
}
.user-foot  a:hover{
    color:#fd6e1d !important;
    text-decoration: none;
}
.loginFb {
    width: 275px;
    background: #3b5998;
    display: inline-block;
}
.loginGg {
    width: 250px;
    background: #000;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
}
.loginFb span, .loginGg span {
    float: left;
    width: 50px;
    height: 100%;
    font-size: 31px;
    color: #fff;
    border-right: 1px solid #15416f;
}
.loginFb .fab{
    color: white;
    display: inline-block;
    font: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.loginFb a, .loginGg a {
    color: #fff;
    padding: 0 5px;
}
.loginGg span svg {
    width: 43px;
    height: 58px;
    position: absolute;
    margin-left: -8px;
}
.innerHomeStore {
    padding-top: 0;
    position: relative;
}


@media screen and (min-width: 320px) {
    .xs-offset-0 {
      margin-left: 0px; }
    .xs-1 {
      max-width: 4.16667%; }
    .xs-offset-1 {
      margin-left: 4.16667%; }
    .xs-2 {
      max-width: 8.33333%; }
    .xs-offset-2 {
      margin-left: 8.33333%; }
    .xs-3 {
      max-width: 12.5%; }
    .xs-offset-3 {
      margin-left: 12.5%; }
    .xs-4 {
      max-width: 16.66667%; }
    .xs-offset-4 {
      margin-left: 16.66667%; }
    .xs-5 {
      max-width: 20.83333%; }
    .xs-offset-5 {
      margin-left: 20.83333%; }
    .xs-6 {
      max-width: 25%; }
    .xs-offset-6 {
      margin-left: 25%; }
    .xs-7 {
      max-width: 29.16667%; }
    .xs-offset-7 {
      margin-left: 29.16667%; }
    .xs-8 {
      max-width: 33.33333%; }
    .xs-offset-8 {
      margin-left: 33.33333%; }
    .xs-9 {
      max-width: 37.5%; }
    .xs-offset-9 {
      margin-left: 37.5%; }
    .xs-10 {
      max-width: 41.66667%; }
    .xs-offset-10 {
      margin-left: 41.66667%; }
    .xs-11 {
      max-width: 45.83333%; }
    .xs-offset-11 {
      margin-left: 45.83333%; }
    .xs-12 {
      max-width: 50%; }
    .xs-offset-12 {
      margin-left: 50%; }
    .xs-13 {
      max-width: 54.16667%; }
    .xs-offset-13 {
      margin-left: 54.16667%; }
    .xs-14 {
      max-width: 58.33333%; }
    .xs-offset-14 {
      margin-left: 58.33333%; }
    .xs-15 {
      max-width: 62.5%; }
    .xs-offset-15 {
      margin-left: 62.5%; }
    .xs-16 {
      max-width: 66.66667%; }
    .xs-offset-16 {
      margin-left: 66.66667%; }
    .xs-17 {
      max-width: 70.83333%; }
    .xs-offset-17 {
      margin-left: 70.83333%; }
    .xs-18 {
      max-width: 75%; }
    .xs-offset-18 {
      margin-left: 75%; }
    .xs-19 {
      max-width: 79.16667%; }
    .xs-offset-19 {
      margin-left: 79.16667%; }
    .xs-20 {
      max-width: 83.33333%; }
    .xs-offset-20 {
      margin-left: 83.33333%; }
    .xs-21 {
      max-width: 87.5%; }
    .xs-offset-21 {
      margin-left: 87.5%; }
    .xs-22 {
      max-width: 91.66667%; }
    .xs-offset-22 {
      margin-left: 91.66667%; }
    .xs-23 {
      max-width: 95.83333%; }
    .xs-offset-23 {
      margin-left: 95.83333%; }
    .xs-24 {
      max-width: 100%; }
    .xs-offset-24 {
      margin-left: 100%; } }
  
  @media screen and (min-width: 576px) {
    .sm-offset-0 {
      margin-left: 0px; }
    .sm-1 {
      max-width: 4.16667%; }
    .sm-offset-1 {
      margin-left: 4.16667%; }
    .sm-2 {
      max-width: 8.33333%; }
    .sm-offset-2 {
      margin-left: 8.33333%; }
    .sm-3 {
      max-width: 12.5%; }
    .sm-offset-3 {
      margin-left: 12.5%; }
    .sm-4 {
      max-width: 16.66667%; }
    .sm-offset-4 {
      margin-left: 16.66667%; }
    .sm-5 {
      max-width: 20.83333%; }
    .sm-offset-5 {
      margin-left: 20.83333%; }
    .sm-6 {
      max-width: 25%; }
    .sm-offset-6 {
      margin-left: 25%; }
    .sm-7 {
      max-width: 29.16667%; }
    .sm-offset-7 {
      margin-left: 29.16667%; }
    .sm-8 {
      max-width: 33.33333%; }
    .sm-offset-8 {
      margin-left: 33.33333%; }
    .sm-9 {
      max-width: 37.5%; }
    .sm-offset-9 {
      margin-left: 37.5%; }
    .sm-10 {
      max-width: 41.66667%; }
    .sm-offset-10 {
      margin-left: 41.66667%; }
    .sm-11 {
      max-width: 45.83333%; }
    .sm-offset-11 {
      margin-left: 45.83333%; }
    .sm-12 {
      max-width: 50%; }
    .sm-offset-12 {
      margin-left: 50%; }
    .sm-13 {
      max-width: 54.16667%; }
    .sm-offset-13 {
      margin-left: 54.16667%; }
    .sm-14 {
      max-width: 58.33333%; }
    .sm-offset-14 {
      margin-left: 58.33333%; }
    .sm-15 {
      max-width: 62.5%; }
    .sm-offset-15 {
      margin-left: 62.5%; }
    .sm-16 {
      max-width: 66.66667%; }
    .sm-offset-16 {
      margin-left: 66.66667%; }
    .sm-17 {
      max-width: 70.83333%; }
    .sm-offset-17 {
      margin-left: 70.83333%; }
    .sm-18 {
      max-width: 75%; }
    .sm-offset-18 {
      margin-left: 75%; }
    .sm-19 {
      max-width: 79.16667%; }
    .sm-offset-19 {
      margin-left: 79.16667%; }
    .sm-20 {
      max-width: 83.33333%; }
    .sm-offset-20 {
      margin-left: 83.33333%; }
    .sm-21 {
      max-width: 87.5%; }
    .sm-offset-21 {
      margin-left: 87.5%; }
    .sm-22 {
      max-width: 91.66667%; }
    .sm-offset-22 {
      margin-left: 91.66667%; }
    .sm-23 {
      max-width: 95.83333%; }
    .sm-offset-23 {
      margin-left: 95.83333%; }
    .sm-24 {
      max-width: 100%; }
    .sm-offset-24 {
      margin-left: 100%; } }
  
  @media screen and (min-width: 769px) {
    .md-offset-0 {
      margin-left: 0px; }
    .md-1 {
      max-width: 4.16667%; }
    .md-offset-1 {
      margin-left: 4.16667%; }
    .md-2 {
      max-width: 8.33333%; }
    .md-offset-2 {
      margin-left: 8.33333%; }
    .md-3 {
      max-width: 12.5%; }
    .md-offset-3 {
      margin-left: 12.5%; }
    .md-4 {
      max-width: 16.66667%; }
    .md-offset-4 {
      margin-left: 16.66667%; }
    .md-5 {
      max-width: 20%; }
    .md-offset-5 {
      margin-left: 20%; }
    .md-6 {
      max-width: 25%; }
    .md-offset-6 {
      margin-left: 25%; }
    .md-7 {
      max-width: 29.16667%; }
    .md-offset-7 {
      margin-left: 29.16667%; }
    .md-8 {
      max-width: 33.33333%; }
    .md-offset-8 {
      margin-left: 33.33333%; }
    .md-9 {
      max-width: 37.5%; }
    .md-offset-9 {
      margin-left: 37.5%; }
    .md-10 {
      max-width: 41.66667%; }
    .md-offset-10 {
      margin-left: 41.66667%; }
    .md-11 {
      max-width: 45.83333%; }
    .md-offset-11 {
      margin-left: 45.83333%; }
    .md-12 {
      max-width: 50%; }
    .md-offset-12 {
      margin-left: 50%; }
    .md-13 {
      max-width: 54.16667%; }
    .md-offset-13 {
      margin-left: 54.16667%; }
    .md-14 {
      max-width: 58.33333%; }
    .md-offset-14 {
      margin-left: 58.33333%; }
    .md-15 {
      max-width: 62.5%; }
    .md-offset-15 {
      margin-left: 62.5%; }
    .md-16 {
      max-width: 66.66667%; }
    .md-offset-16 {
      margin-left: 66.66667%; }
    .md-17 {
      max-width: 70.83333%; }
    .md-offset-17 {
      margin-left: 70.83333%; }
    .md-18 {
      max-width: 75%; }
    .md-offset-18 {
      margin-left: 75%; }
    .md-19 {
      max-width: 79.16667%; }
    .md-offset-19 {
      margin-left: 79.16667%; }
    .md-20 {
      max-width: 83.33333%; }
    .md-offset-20 {
      margin-left: 83.33333%; }
    .md-21 {
      max-width: 87.5%; }
    .md-offset-21 {
      margin-left: 87.5%; }
    .md-22 {
      max-width: 91.66667%; }
    .md-offset-22 {
      margin-left: 91.66667%; }
    .md-23 {
      max-width: 95.83333%; }
    .md-offset-23 {
      margin-left: 95.83333%; }
    .md-24 {
      max-width: 100%; }
    .md-offset-24 {
      margin-left: 100%; } }
  
  @media screen and (min-width: 992px) {
    .lg-offset-0 {
      margin-left: 0px; }
    .lg-1 {
      max-width: 4.16667%; }
    .lg-offset-1 {
      margin-left: 4.16667%; }
    .lg-2 {
      max-width: 8.33333%; }
    .lg-offset-2 {
      margin-left: 8.33333%; }
    .lg-3 {
      max-width: 12.5%; }
    .lg-offset-3 {
      margin-left: 12.5%; }
    .lg-4 {
      max-width: 16.66667%; }
    .lg-offset-4 {
      margin-left: 16.66667%; }
    .lg-5 {
      max-width: 20%; }
    .lg-offset-5 {
      margin-left: 20.83333%; }
    .lg-6 {
      max-width: 25%; }
    .lg-offset-6 {
      margin-left: 25%; }
    .lg-7 {
      max-width: 29.16667%; }
    .lg-offset-7 {
      margin-left: 29.16667%; }
    .lg-8 {
      max-width: 33.33333%; }
    .lg-offset-8 {
      margin-left: 33.33333%; }
    .lg-9 {
      max-width: 37.5%; }
    .lg-offset-9 {
      margin-left: 37.5%; }
    .lg-10 {
      max-width: 41.66667%; }
    .lg-offset-10 {
      margin-left: 41.66667%; }
    .lg-11 {
      max-width: 45.83333%; }
    .lg-offset-11 {
      margin-left: 45.83333%; }
    .lg-12 {
      max-width: 50%; }
    .lg-offset-12 {
      margin-left: 50%; }
    .lg-13 {
      max-width: 54.16667%; }
    .lg-offset-13 {
      margin-left: 54.16667%; }
    .lg-14 {
      max-width: 58.33333%; }
    .lg-offset-14 {
      margin-left: 58.33333%; }
    .lg-15 {
      max-width: 62.5%; }
    .lg-offset-15 {
      margin-left: 62.5%; }
    .lg-16 {
      max-width: 66.66667%; }
    .lg-offset-16 {
      margin-left: 66.66667%; }
    .lg-17 {
      max-width: 70.83333%; }
    .lg-offset-17 {
      margin-left: 70.83333%; }
    .lg-18 {
      max-width: 75%; }
    .lg-offset-18 {
      margin-left: 75%; }
    .lg-19 {
      max-width: 79.16667%; }
    .lg-offset-19 {
      margin-left: 79.16667%; }
    .lg-20 {
      max-width: 83.33333%; }
    .lg-offset-20 {
      margin-left: 83.33333%; }
    .lg-21 {
      max-width: 87.5%; }
    .lg-offset-21 {
      margin-left: 87.5%; }
    .lg-22 {
      max-width: 91.66667%; }
    .lg-offset-22 {
      margin-left: 91.66667%; }
    .lg-23 {
      max-width: 95.83333%; }
    .lg-offset-23 {
      margin-left: 95.83333%; }
    .lg-24 {
      max-width: 100%; }
    .lg-offset-24 {
      margin-left: 100%; } }
  
  @media screen and (min-width: 1200px) {
    .xl-offset-0 {
      margin-left: 0px; }
    .xl-1 {
      max-width: 4.16667%; }
    .xl-offset-1 {
      margin-left: 4.16667%; }
    .xl-2 {
      max-width: 8.33333%; }
    .xl-offset-2 {
      margin-left: 8.33333%; }
    .xl-3 {
      max-width: 12.5%; }
    .xl-offset-3 {
      margin-left: 12.5%; }
    .xl-4 {
      max-width: 16.66667%; }
    .xl-offset-4 {
      margin-left: 16.66667%; }
    .xl-5 {
      max-width: 20.83333%; }
    .xl-offset-5 {
      margin-left: 20.83333%; }
    .xl-6 {
      max-width: 25%; }
    .xl-offset-6 {
      margin-left: 25%; }
    .xl-7 {
      max-width: 29.16667%; }
    .xl-offset-7 {
      margin-left: 29.16667%; }
    .xl-8 {
      max-width: 33.33333%; }
    .xl-offset-8 {
      margin-left: 33.33333%; }
    .xl-9 {
      max-width: 37.5%; }
    .xl-offset-9 {
      margin-left: 37.5%; }
    .xl-10 {
      max-width: 41.66667%; }
    .xl-offset-10 {
      margin-left: 41.66667%; }
    .xl-11 {
      max-width: 45.83333%; }
    .xl-offset-11 {
      margin-left: 45.83333%; }
    .xl-12 {
      max-width: 50%; }
    .xl-offset-12 {
      margin-left: 50%; }
    .xl-13 {
      max-width: 54.16667%; }
    .xl-offset-13 {
      margin-left: 54.16667%; }
    .xl-14 {
      max-width: 58.33333%; }
    .xl-offset-14 {
      margin-left: 58.33333%; }
    .xl-15 {
      max-width: 62.5%; }
    .xl-offset-15 {
      margin-left: 62.5%; }
    .xl-16 {
      max-width: 66.66667%; }
    .xl-offset-16 {
      margin-left: 66.66667%; }
    .xl-17 {
      max-width: 70.83333%; }
    .xl-offset-17 {
      margin-left: 70.83333%; }
    .xl-18 {
      max-width: 75%; }
    .xl-offset-18 {
      margin-left: 75%; }
    .xl-19 {
      max-width: 79.16667%; }
    .xl-offset-19 {
      margin-left: 79.16667%; }
    .xl-20 {
      max-width: 83.33333%; }
    .xl-offset-20 {
      margin-left: 83.33333%; }
    .xl-21 {
      max-width: 87.5%; }
    .xl-offset-21 {
      margin-left: 87.5%; }
    .xl-22 {
      max-width: 91.66667%; }
    .xl-offset-22 {
      margin-left: 91.66667%; }
    .xl-23 {
      max-width: 95.83333%; }
    .xl-offset-23 {
      margin-left: 95.83333%; }
    .xl-24 {
      max-width: 100%; }
    .xl-offset-24 {
      margin-left: 100%; } }
  
  @media screen and (min-width: 1600px) {
    .xxl-offset-0 {
      margin-left: 0px; }
    .xxl-1 {
      max-width: 4.16667%; }
    .xxl-offset-1 {
      margin-left: 4.16667%; }
    .xxl-2 {
      max-width: 8.33333%; }
    .xxl-offset-2 {
      margin-left: 8.33333%; }
    .xxl-3 {
      max-width: 12.5%; }
    .xxl-offset-3 {
      margin-left: 12.5%; }
    .xxl-4 {
      max-width: 16.66667%; }
    .xxl-offset-4 {
      margin-left: 16.66667%; }
    .xxl-5 {
      max-width: 20.83333%; }
    .xxl-offset-5 {
      margin-left: 20.83333%; }
    .xxl-6 {
      max-width: 25%; }
    .xxl-offset-6 {
      margin-left: 25%; }
    .xxl-7 {
      max-width: 29.16667%; }
    .xxl-offset-7 {
      margin-left: 29.16667%; }
    .xxl-8 {
      max-width: 33.33333%; }
    .xxl-offset-8 {
      margin-left: 33.33333%; }
    .xxl-9 {
      max-width: 37.5%; }
    .xxl-offset-9 {
      margin-left: 37.5%; }
    .xxl-10 {
      max-width: 41.66667%; }
    .xxl-offset-10 {
      margin-left: 41.66667%; }
    .xxl-11 {
      max-width: 45.83333%; }
    .xxl-offset-11 {
      margin-left: 45.83333%; }
    .xxl-12 {
      max-width: 50%; }
    .xxl-offset-12 {
      margin-left: 50%; }
    .xxl-13 {
      max-width: 54.16667%; }
    .xxl-offset-13 {
      margin-left: 54.16667%; }
    .xxl-14 {
      max-width: 58.33333%; }
    .xxl-offset-14 {
      margin-left: 58.33333%; }
    .xxl-15 {
      max-width: 62.5%; }
    .xxl-offset-15 {
      margin-left: 62.5%; }
    .xxl-16 {
      max-width: 66.66667%; }
    .xxl-offset-16 {
      margin-left: 66.66667%; }
    .xxl-17 {
      max-width: 70.83333%; }
    .xxl-offset-17 {
      margin-left: 70.83333%; }
    .xxl-18 {
      max-width: 75%; }
    .xxl-offset-18 {
      margin-left: 75%; }
    .xxl-19 {
      max-width: 79.16667%; }
    .xxl-offset-19 {
      margin-left: 79.16667%; }
    .xxl-20 {
      max-width: 83.33333%; }
    .xxl-offset-20 {
      margin-left: 83.33333%; }
    .xxl-21 {
      max-width: 87.5%; }
    .xxl-offset-21 {
      margin-left: 87.5%; }
    .xxl-22 {
      max-width: 91.66667%; }
    .xxl-offset-22 {
      margin-left: 91.66667%; }
    .xxl-23 {
      max-width: 95.83333%; }
    .xxl-offset-23 {
      margin-left: 95.83333%; }
    .xxl-24 {
      max-width: 100%; }
    .xxl-offset-24 {
      margin-left: 100%; } }
  
  @media screen and (min-width: 320px) {
    .xs-fix-10 {
      max-width: 10%; }
    .xs-fix-20 {
      max-width: 20%; }
    .xs-fix-30 {
      max-width: 30%; }
    .xs-fix-40 {
      max-width: 40%; }
    .xs-fix-50 {
      max-width: 50%; }
    .xs-fix-60 {
      max-width: 60%; }
    .xs-fix-70 {
      max-width: 70%; }
    .xs-fix-80 {
      max-width: 80%; }
    .xs-fix-90 {
      max-width: 90%; }
    .xs-fix-100 {
      max-width: 100%; } }
  
  @media screen and (min-width: 576px) {
    .sm-fix-10 {
      max-width: 10%; }
    .sm-fix-20 {
      max-width: 20%; }
    .sm-fix-30 {
      max-width: 30%; }
    .sm-fix-40 {
      max-width: 40%; }
    .sm-fix-50 {
      max-width: 50%; }
    .sm-fix-60 {
      max-width: 60%; }
    .sm-fix-70 {
      max-width: 70%; }
    .sm-fix-80 {
      max-width: 80%; }
    .sm-fix-90 {
      max-width: 90%; }
    .sm-fix-100 {
      max-width: 100%; } }
  
  @media screen and (min-width: 768px) {
    .md-fix-0 {
      max-width: 0%; }
    .md-fix-5 {
      max-width: 5%; }
    .md-fix-10 {
      max-width: 10%; }
    .md-fix-15 {
      max-width: 15%; }
    .md-fix-20 {
      max-width: 20%; }
    .md-fix-30 {
      max-width: 30%; }
    .md-fix-40 {
      max-width: 40%; }
    .md-fix-50 {
      max-width: 50%; }
    .md-fix-60 {
      max-width: 60%; }
    .md-fix-70 {
      max-width: 70%; }
    .md-fix-80 {
      max-width: 80%; }
    .md-fix-90 {
      max-width: 90%; }
    .md-fix-100 {
      max-width: 100%; } }
  
  @media screen and (min-width: 992px) {
    .lg-fix-10 {
      max-width: 10%; }
    .lg-fix-20 {
      max-width: 20%; }
    .lg-fix-30 {
      max-width: 30%; }
    .lg-fix-40 {
      max-width: 40%; }
    .lg-fix-50 {
      max-width: 50%; }
    .lg-fix-60 {
      max-width: 60%; }
    .lg-fix-70 {
      max-width: 70%; }
    .lg-fix-80 {
      max-width: 80%; }
    .lg-fix-90 {
      max-width: 90%; }
    .lg-fix-100 {
      max-width: 100%; } }
  
  @media screen and (min-width: 1200px) {
    .xl-fix-10 {
      max-width: 10%; }
    .xl-fix-20 {
      max-width: 20%; }
    .xl-fix-30 {
      max-width: 30%; }
    .xl-fix-40 {
      max-width: 40%; }
    .xl-fix-50 {
      max-width: 50%; }
    .xl-fix-60 {
      max-width: 60%; }
    .xl-fix-70 {
      max-width: 70%; }
    .xl-fix-80 {
      max-width: 80%; }
    .xl-fix-90 {
      max-width: 90%; }
    .xl-fix-100 {
      max-width: 100%; } }
  
  @media screen and (min-width: 1600px) {
    .xxl-fix-10 {
      max-width: 10%; }
    .xxl-fix-20 {
      max-width: 20%; }
    .xxl-fix-30 {
      max-width: 30%; }
    .xxl-fix-40 {
      max-width: 40%; }
    .xxl-fix-50 {
      max-width: 50%; }
    .xxl-fix-60 {
      max-width: 60%; }
    .xxl-fix-70 {
      max-width: 70%; }
    .xxl-fix-80 {
      max-width: 80%; }
    .xxl-fix-90 {
      max-width: 90%; }
    .xxl-fix-100 {
      max-width: 100%; } }
      
.news-ctn{
  margin: 0px 10px;
}
.post-image{
  margin-bottom: 15px;
}    
.news-ctn .post-image a{
  position: relative;
  padding-top: 70%;
  display: flex;
  width: 100%;
}

.news-ctn .post-image a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.breadcrumb-shop {
    box-shadow: inset 0 5px 7px 1px #e9e9e9;
}
.padding-lf-40 {
    padding: 0 40px;
}
.breadcrumb-shop .breadcrumb-arrows {
    padding: 10px 0;
    background: 0 0;
    border-radius: 0;
    margin: 0;
    list-style: none;
}
.breadcrumb-shop .breadcrumb-arrows li {
    font-size: 13px;
}
.breadcrumb-shop .breadcrumb-arrows li a{
    color: #252a2b;
    text-decoration: none;
    outline: none;
}
.breadcrumb>li {
    float: left;
    display: initial;
}
.breadcrumb-shop .breadcrumb li {
    padding: 0 10px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#collection-body {
    margin-bottom: 0;
}
.promotion-banner img {
    width: 100%;
}
.wrap-collection-title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
@media (min-width: 1000px){
.wrap-collection-title .heading-collection {
    margin: 0;
    }
}
.wrap-collection-title .heading-collection h1 {
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.pagination {
    text-align: right;
    display: inline-flex;
    margin: auto;
    padding: 40px 0px;
}
.page-link{
    border: 2px solid #444 !important;
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px;
    color: black;
}
.page-link:hover{
    background-color:#444 !important ;
    color: #fff !important;
}

.wrap-collection-title .heading-collection h1.productPage {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.groupFilterNew {
    float: left;
    padding: 10px 0;
    position: relative;
}
.contentFilter {
    border: 1px solid #f1f1f1;
    padding: 10px;
    position: absolute;
    z-index: 99999;
    background: #fff;
    top: 41px;
    display: none;
}
.groupFilterNew:hover .contentFilter{
    display: flex;
    justify-content: center;
}
.contentFilter>div {
    float: left;
    width: 140px;
    max-height: 270px;
    overflow-y: auto;
    margin-right: 20px;
}
.contentFilter .filter-price, .contentFilter .filter-brand {
    width: 195px;
}
.filter-custom {
    float: left;
    font-size: 14px;
}
.filter-custom>span {
    float: left;
    margin-right: 15px;
    padding: 10px 0;
}
.layered_subtitle span {
    float: left;
    font-weight: 700;
}
.option.browse-tags label {
    float: left;
    margin-right: 10px;
}
.check-box-list input[type=checkbox] {
    display: none;
}
.check-box-list label {
    font-family: 'Quicksand';
    display: inline-block;
    cursor: pointer;
    line-height: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}

.check-box-list input[type=checkbox]+label span.button, .not_show span.buttonk {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    padding: 0;
    border: 1px solid #ebebeb;
}
.check-box-list input[type=checkbox]:checked+label span.button {
    background: #f36 url(/tp/T0298/img/tmp/checked.png) no-repeat center center;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.sort-by {
    border: none;
    float: left;
    outline: none;
    background: #fff;
}
.wrap-collection-title .heading-collection>div {
    padding: 0;
}
.option.browse-tags {
    float: right;
    margin-top: 20px;
}
.titleFilter{
    display: inline-flex;
}
.wrapper-filter-mobile {
  position: relative;
  display: none;
}
.wrapper-filter-mobile .filter-mobile {
  background: #f4f4f4;
  border-radius: 5px;
}
.wrapper-filter-mobile .filter-mobile .filter-mobile-btn {
  text-align: center;
  width: 50%;
  color: black;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 10px;
}
@media (max-width: 768px) {
  .wrapper-filter-mobile {
    display: block;
  }
  .filter-custom,.outerSort{
    display:none;
  }
  .category {
    padding-top: 10px;
  }
  .page-link{
    font-size:10px !important;
  }
  .wrapper-filter-mobile .showFilter {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition:transform 0.3s ease-out;
    transform:scaleY(0);
    transform-origin:top;
    /*display: none;*/
  }
  .wrapper-filter-mobile .showFilter.collapsed {
    transform:scaleY(1);
  }
  .wrapper-filter-mobile .showFilter .body {
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    box-shadow: 0 0 10px #ccc;
    
  }
  .wrapper-filter-mobile .showFilter .body .title {
    border-bottom: 1px solid #ccc;
    line-height: 30px;
  }
  .wrapper-filter-mobile .showFilter .body .title span {
    color: #f3892d;
    font-weight: 700;
    cursor: pointer;
    font-size: 12px;
  }
  .wrapper-filter-mobile .showFilter .body .item {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
  }
  .wrapper-filter-mobile .showFilter .body .item span {
    line-height: 30px;
    display: block;
    font-weight: 700;
    color: #666;
  }
  .wrapper-filter-mobile .showFilter .attr a {
    display: inline-block;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    box-shadow: 0 0 0 1px #b8b8b8;
    text-align: center;
    margin: 0 5px;
    overflow: hidden;
  }
  .wrapper-filter-mobile #filterPrice {
    margin: 15px 0;
    height: 8px;
    background: #dae1e8;
    border: none;
    border-radius: 0;
  }
  .wrapper-filter-mobile .showFilter .price a {
    font-size: 13px;
    display: block;
    padding: 3px 5px;
    font-weight: 700;
  }
  .wrapper-filter-mobile .showFilter .body:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 5px 0 0; 
    border: solid #ccc;
    border-width: 1px 0 0 1px;
    position: absolute;
    top: -9px;
    right: 23%;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .wrapper-filter-mobile .showFilter.left .body:after {
    right: auto;
    left: 24%;
  }
  #showPriceLeft {
    width: 50%;
    text-align: left;
  }
  #showPriceRight {
    width: 50%;
    text-align: right;
  }
  .filter_content_left {
    display: none !important;
  }
}
#main .breadcrumb.brNews {
    display: block;
    background-color: transparent;
    font-style: normal;
    padding-left: 0;
}
.mainNews .breadcrumb a:first-child {
    color: #3197de;
}
.breadcrumb a:first-child {
    padding-left: 0;
}
.breadcrumb a {
    padding: 0 5px;
}
.mainNews .title_mainNews{
    font-size: 24px !important;
    margin-bottom: 0;
}
@media (min-width: 1200px){
.container {
    max-width: 1175px;
    width: auto;
    padding: 0;
    }
}
@media (min-width: 1024px){
.container {
    width: 1000px;
    padding: 0;
    }
}
@media (min-width: 992px){
.container {
    width: 970px;
    }
}
@media (min-width: 768px){
.container {
    width: 750px;
    }
}
.container {
    /* padding-right: 15px; */
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    margin: 0 auto;
}


#main {
    padding-top: 10px;
}
.mainNews .title_mainNews{
    font-size: 24px !important;
    margin-bottom: 0;
}
#main_content {
    width: 100%;
}
.container .column, .container .columns {
    float: left;
    display: inline;
    margin-left: 0;
    margin-right: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #252a2b;
    margin: 0 0 13px;
    font-weight: 500;
    line-height: 1.2;
}
#main .breadcrumb.brNews {
    display: block;
    background-color: transparent;
    font-style: normal;
    padding-left: 0;
}
.mainNews .breadcrumb a:first-child {
    color: #3197de;
}
.breadcrumb a:first-child {
    padding-left: 0;
}
.breadcrumb a {
    padding: 0 5px;
}

@media (min-width: 992px){
.mainNews .order1Desktop {
    float: left;
    }
}

@media (min-width: 1200px){
.col-lg-3 {
    width: 25%;
    }
}

@media (min-width: 992px){
.mainNews .order2Desktop {
    float: right;
    }
}
.noPaddingDesktop{
    padding: 0;
}
@media (min-width: 1200px){
.col-lg-9 {
    width: 75%;
    }
}
.mainNews .sidebarr .widget {
    background: #fff;
    border: 1px solid #ececec;
    margin: 0 0 30px;
}
.mainNews .sidebarr .widget .widget-title {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    padding: 16px 20px;
    margin: 0;
    border-bottom: 1px solid #ececec;
}
.mainNews .sidebarr .widget .widget-title span:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #3197de;
    margin-left: 17px;
}
.mainNews .sidebarr .widget_nav_menu>div {
    padding: 10px;
}
.mainNews .sidebarr .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mainNews .sidebarr .widget_nav_menu ul li {
    position: relative;
    padding: 8px 10px;
}
.mainNews .sidebarr .widget_nav_menu ul li a {
    font-size: 15px;
    font-weight: 400;
    display: block;
    color: #333;
}
.mainNews .sidebarr .widget_list_view_posts .list-post-item {
    padding: 20px;
}
.mainNews .widget .list-post-item .alignleft {
    width: 100px;
    margin-right: 10px;
    display: inline;
    float: left;
}
.mainNews .widget .list-post-item h3 {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: 'Nunito',Arial,sans-serif;
}
.mainNews .widget .list-post-item h3 a {
    color: inherit;
}
.mainNews .widget .list-post-item li {
    margin-bottom: 20px;
}
.mainNews .page-title, .mainNews h1.entry-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    border-bottom: 2px solid #ebebeb;
    margin: 20px 15px;
}
.mainNews .page-title a:before {
    content: '';
    display: inline-block;
    width: 130px;
    height: 2px;
    background: #3197de;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.mainNews .page-title a{
    color: inherit;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.mainNews .boxCateListNews {
    display: flex;
    flex-wrap: wrap;
}
.mainNews .boxCateListNews article {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.mainNews .boxCateListNews article .entry-thumb a img {
    transition: all .5s ease-in-out;
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}
.mainNews .boxCateListNews article .post-inner {
    background: #fff;
    border: 1px solid #ececec;
}
.mainNews .boxCateListNews article .entry-thumb a {
    display: block;
    overflow: hidden;
}
.mainNews .boxCateListNews article .entry-meta {
    margin-bottom: 10px;
    font-size: 12px;
    color: #888;
    font-style: italic;
}
.mainNews .boxCateListNews .entry-content {
    padding: 15px 20px;
}
.mainNews .boxCateListNews .entry-title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
}
.mainNews .boxCateListNews .entry-title a {
    color: #333;
    font-weight: 400;
}
.mainNews .boxCateListNews .entry-meta span {
    color: #888;
    display: inline-block;
    margin-right: 5px;
}
.mainNews .boxCateListNews .entry-description {
    color: #888;
    text-align: justify;
    font-size: 15px;
}
.text-center {
    text-align: center;
}
.mainNews .btn-viewall {
    border-radius: 0;
    background: 0 0;
    border: 1px solid #333;
    color: #333;
    margin-bottom: 30px;
    padding: 6px 16px;
    font-size: 15px;
}
.mainNews .function {
    padding: 20px 0px;
}

.function {
    border-bottom: 1px solid #d2d2d1;
    margin-bottom: 20px;
}
.product-detail-wrapper {
    padding: 30px 0 60px;
}
.product-detail-main {
    margin-bottom: 80px;
}
.thumbnails .thumbnail.active {
    border: 1px solid #000;
}

.small-img .thumbnail {
    margin: 0 0 10px;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    padding: 5px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
@media (min-width: 1200px){
.small-img .thumbnail img {
    height: 117px;
}
}

.small-img .thumbnail img {
    border-radius: 0;
    margin: 0;
    display: inline-block;
    border: none;
    padding: 0;
}
.pview-thumb-nav {
    font-size: 21px;
    color: #999;
}
.prevSlideZ, .nextSlideZ {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    cursor: pointer;
}
.pview-thumb-nav .prevSlideZ {
    top: -10px;
}
.pview-thumb-nav .nextSlideZ {
    bottom: -8px;
}
@media (min-width: 768px){
.col-sm-10 {
    width: 83.33333333%;}
    
}
@media (max-width: 768px){
  .order2Mobile{
      display:none;
    }
    .order1Mobile{
      display:block !important;
    }
    .owl-nav{
      display:none;
    }
}
@media (max-width: 425px){
  .product1{
    display:none !important;
  }
  .product2{
    display:block !important;
  }
}
@media (min-width: 992px){
.col-md-8 {
    width: 66.66666667%;}
}
#slide-image {
    margin: 0 auto;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
@media (min-width: 1200px){
.order1Mobile #slide-image.owl-carousel .owl-item .itemdelete {
    height: 566px;
    width: 566px;
    display: inline-block;}
}
.click-p {
    margin: 20px 0 0;
}
@media (min-width: 1200px){
.container {
    max-width: 1175px !important;
    padding: 0;
}
}
.caroufredsel_wrapper{
    display: block;
    text-align: start;
    float: none;
    position: relative;
    inset: auto;
    z-index: auto;
    width: 129px;
    height: 557px;
    margin: 10px 0px 0px;
    overflow: hidden;
}
@media (min-width: 1200px){
#slide-image .owl-prev{
    left: -5px;}
}

#slide-image .owl-prev {
    background: url(/tp/T0298/img/tmp/rowleft.png) center no-repeat;
    border-radius: 0 5px 5px 0;
    left: 10px;
}
#slide-image .owl-next {
    background: url(/tp/T0298/img/tmp/rowright.png) center no-repeat;
    border-radius: 5px 0 0 5px;
    right: 10px;
}
#slide-image .owl-next, #slide-image .owl-prev {
    position: absolute;
    width: 30px;
    height: 40px;
    top: calc(50% - 15px);
    cursor: pointer;
    font-size: 0;
    opacity: .5;
}
.product-title {
    padding: 0 0 10px;
    border-bottom: 1px dotted #dfe0e1;
}
.product-title h1 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: initial;
}
.pview-code {
    display: block;
    padding-bottom: 10px;
}
.pview-code span {
    font-weight: 700;
}
.statusProductNew {
    font-weight: 700;
}
.statusProduct {
    color: #000;
    font-weight: 700;
}
.price-product-sale-sale {
  display: flex;
  padding: 10px 0px;
}
.price-product-sale-sale .product-product-sale-original-price {
  color: #6b6b6b;
  text-decoration: line-through;
  font-size: 20px;
}
.price-product-sale-sale .product-product-sale-price {
  color: #78ce64;
  padding-left: 5px;
  font-size: 22px;
  font-weight: bold;
}
.product-product-price {
    color: #78ce64;
    padding-left: 5px;
    font-size: 22px;
    font-weight: bold;
}
.product-price span.pro-price {
    font-size: 21px;
    font-weight: 700;
}
#add-item-form {
    margin: 0 0 20px;
}
.swatch {
    padding: 10px 0;
    width: 100%;
    float: left;
}
.swatch .header {
    margin: 0 0 10px;
    font-size: 13px;
    text-align: left;
    line-height: initial;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.guideSize {
    margin-left: 10px;
}
.guideSize a {
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.swatch .select-swap {
    vertical-align: middle;
    float: left;
}
.swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
}
.swatch .attr-size .swatch-element label {
    min-width: 40px;
    padding: 0 3px;
    width: auto;
    margin-bottom: 5px;
}

.swatch .swatch-element label {
    display: block;
    margin: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    position: relative;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: #333;
}
.swatch .select-swap img.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swatch .swatch-element .crossed-out {
    display: none;
}
.selector-actions {
    width: 100%;
    float: left;
}
.product-quantity {
    padding-bottom: 60px;
    margin-top:20px;
}
.product-quantity i.fa{
    float: left;
        border: 1px solid #d9d9d9;
    padding: 11px 11px;
    background: white;
    color: black;
    cursor: pointer;
}
.product-quantity .quantity-display {
    float: left;
    text-align: center;
    border: 1px solid #d9d9d9;
    width: 60px;
    height: 40px;
    font-size: 17px
}
.wrap-addcart {
    margin-bottom: 15px;
}
.wrap-addcart button.btnAddToCart:first-child {
    margin-right: 10px;
}
.wrap-addcart button {
    width: 47%;
    min-height: 50px;
    background: #000;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    float: left;
    padding: 7px 0;
     cursor: pointer;
}
.share {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0 0;
    text-align: center;
}
.share span {
    font-weight: 400;
    font-size: 11px;
    text-align: left;
}
.share a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #adadad;
    color: #fff;
    line-height: 31px;
    text-align: center;
    margin: 7px 10px;
    font-size: 13px;
}
.fab{
    color: white;
}
.share a:hover .fab{
    color: black;
}
.policyProduct {
    margin: 0;
    font-size: 13px;
}
.description-productdetail * {
    font-size: 13px !important;
}
.product-description {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e7e7e7;
}
.product-description .title-bl h2 {
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    position: relative;
}
.icon-open {
    font-family: 'FontAwesome' !important;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.panel{
    display: none;
    overflow: hidden;
}
.icon-open:before {
    content: "\002B";
}
.icon-open.active:before {
    content: "\2212";
}
.review-box {
  width:100% !important;
    margin: 10px 0;
}
.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}
.tabs {
  display:flex;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    background-color: white;
  }
.tabs li{
  display: inline-block;
 
}
  /* Style the buttons inside the tab */
  .tabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tabs button:hover {
    background-color: #ccc;
  }
  
  /* Create an active/current tablink class */
  .product-additional ul li h3.active {
  border-bottom: 1px solid black;
  }
  .current{
    border-bottom:solid;
  }
  
  /* Style the tab content */
  .tabcontent {
  display:none;
    padding: 6px 12px;
    border-top: none;
  }
  .valueChild {
  cursor: pointer; 
  padding: 0 10px; 
  margin-right: 10px; 
  border: 1px solid #000;
}

.valueChild.active {
  border: 1px solid black;
  background-color: #000000;
  color: white;
}
.breadcrumb-shop {
    box-shadow: inset 0 5px 7px 1px #e9e9e9;
}
.padding-lf-40 {
    padding: 0 40px;
}
.breadcrumb-shop .breadcrumb-arrows {
    padding: 10px 0;
    background: 0 0;
    border-radius: 0;
    margin: 0;
    list-style: none;
}
.breadcrumb-shop .breadcrumb-arrows li {
    font-size: 13px;
}
.breadcrumb-shop .breadcrumb-arrows li a{
    color: #252a2b;
    text-decoration: none;
    outline: none;
}
.breadcrumb>li {
    float: left;
    display: initial;
}
.breadcrumb-shop .breadcrumb li {
    padding: 0 10px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container-fluid {
    padding: 0 40px;
}
.pd-page {
    padding-top: 30px;
}
.heading-pageNew {
    margin: 0 0 15px;
}
.header-pageCart h1 {
    display: inline-block;
    margin: 0;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.expanded-message {
    margin: 20px 0;
}
.boxRightCart {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 15px;
}
.titleInfoCart {
    font-weight: 700;
    margin: 0 0 10px;
}
.summary-subtotal {
    font-size: 14px;
    border-bottom: 1px dotted #bcbcbc;
}
.note-subtotal {
    font-size: 13px;
    float: left;
    width: 100%;
    margin: 10px 0;
}
#checkout {
    padding: 10px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    float: left;
    background: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    transition: opacity .15s linear,color .15s linear,background .15s linear;
}
.cart-buttons .link-continue {
    margin: 15px 0 0;
    padding: 10px 30px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    float: left;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #000;
    background: #fff;
    border-bottom: 2px solid #000;
}
.cart-buttons a, .cart-buttons .btn-checkout, .cart-buttons .btn-update {
    display: inline-block;
    vertical-align: top;
}
.policyProduct li {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.policyCart {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}
.policyProduct {
    font-size: 13px;
}
.infoPolicy{
    margin-left: 15px;
}
.infoPolicy h5 {
    font-size: 16px;
}
.policyProduct img {
    width: 20px;
    float: left;
}
.headingBorderLeft h2 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}
.list-productRelated h2 {
    text-transform: uppercase;
    margin: 10px 0 50px;
}
.activeLabelStatus .product-saleNew {
    left: 1px;
}
.product-additional ul li h3 {
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        color: black;
        padding: 2px 15px;
        font-size: 16px;
         cursor: pointer;
  
}
.total_price{
  float:right;
}

.title-store {
    color: #333;
    font-size: 11px;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
textarea {
    overflow: auto;
    resize: vertical;
}
.wrapper-dropdown.list-store {
    max-height: 510px;
    overflow-y: auto;
}

.list-store {
    padding: 0 0 10px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.list-store ul {
    margin: 0;
    padding: 0;
}
.list-store .all-submenu-1 .sub-item1:nth-child(odd) {
    background: #fff;
}

.list-store ul li {
    line-height: 30px;
    color: #333;
    cursor: pointer;
    list-style: none;
}
.list-store ul li a {
    display: block;
    text-align: left;
    white-space: inherit;
    font-size: 14px;
}
.list-store .all-submenu-1 .sub-item1:nth-child(even) {
    background: #f6f6f6;
}
.input{
    font-weight: bold !important;
    font-size: 12px;
}
.innerHomeStore {
    padding: 0px;
    position: relative;
}
h1.title-user {
    font-family: r0c0Bold;
    font-size: 31px;
    font-weight: 700;
    color: #394a5d;
    text-align: center;
        margin: 40px 0px;
}
.account-area--left {
  flex: 1 1 20%;
  width: 20%;
  max-width: 267px;
}
.account-area--right {
  flex: 1 1 80%;
  width: 80%;
  max-width: 1069px;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-left: 15px;
}
.account-area--table {
  border-top: 10px solid #ddd;
}
.title-account {
    margin-bottom: 5px;
    display: block;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px #eee solid;
    color: #aaa;
    font-size: 14px;
    font-weight:400px;
}
.account-info__phone-number.active {
  background: #eee none repeat scroll 0 0;
  border-color: #000000;
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 3px;
  list-style: none;
}
.account-info__email.active {
  background: #eee none repeat scroll 0 0;
  border-color: #000000;
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 3px;
  
}
.adn_account_mn{
  list-style:none;
}
.adn_account_mn span a{
  margin-left: 10px;
  font-weight: 400;
  color: #000000;;
  
}
.adn_account_mn i {
  padding-left: 10px;
}
.adn_account_mn:hover{
  background: #eee none repeat scroll 0 0;
  border-color: #000000;
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 3px;
}
.account-area--info{
  border: 2px #eee solid;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
@media screen and (min-width: 769px) {
  .hidden-md-up {
    display: none !important; }
      .cart-box-btn span {
      top: -8px;
      right: -10px;
    }
  }
.header-container-mobile {
  padding: px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 55px;
}
  .header-container-mobile form.search {
    max-width: unset; }
    .hamburger {
  cursor: pointer; }
.logo-mobile {
  font-size: 1px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}
  .logo-mobile img {
    max-height: px; }
    .icon-right {
  display: inherit;
  position: relative;
}
.icon-right .search-mobile{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.icon-right .cart-box {
  padding-left: 25px;
}
.pos-relative {
  position: relative; }
  .pos-absolute {
  position: absolute; }
  .backdrop {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  top: 0;
  left: 0; }
.close-sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #78ce64;
  color: #fff;
  height: 47px;
  width: 0px;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: -350px;
}
.sidebar_mb {
  width: 250px;
  overflow-y: scroll;
  height: 100% !important;
  position: fixed;
  top: 0;
  z-index: 99999;
  transition: transform 400ms ease-in-out;
  left: 0;
  background: white;
  overflow: hidden; }
  .sidebar-header {
    align-items: center;
    background-color: #000000; }
  .sidebar_mb .account-ava {
    width: 40px;
    height: 40px;
    line-height: 14px; }
    .sidebar_mb .account-ava img {
      width: 100%;
      height: 100%; }
  .sidebar-content ul, .sidebar_mb .data-lvl ul {
    transition: height 200ms ease-out;
    border-top: 1px solid #d9d9d9;}
    .sidebar-content ul li, .sidebar_mb .data-lvl ul li {
      font-size: .8em;
      color: #444;
      padding-top: 12px;
      padding-bottom: 12px;
      transition: height 200ms ease-out;
      border-bottom: 1px solid #e1e1e1;
      position: relative;
      list-style:none;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: bolder;
    }
      .sidebar-content ul li.active > i.fa-plus, .sidebar_mb .data-lvl ul li.active > i.fa-plus {
        display: none; }
      .sidebar-content ul li.active > ul, .sidebar_mb .data-lvl ul li.active > ul {
        height: auto;
        overflow: hidden; }
        .sidebar-content ul li.active > ul li, .sidebar_mb .data-lvl ul li.active > ul li {
          border-bottom: none;
          padding-left: 15px; }
      .sidebar-content ul li > ul, .sidebar_mb .data-lvl ul li > ul {
        height: 0;
        overflow: hidden; }
      .sidebar-content ul li > i, .sidebar_mb .data-lvl ul li > i {
        position: absolute;
        right: 10px;
        top: 16px; }
  .sidebar_mb .sidebar-menu-item {
    border-bottom: 1px solid #d9d9d9; }
    .sidebar_mb .sidebar-menu-item > ul {
      height: 0;
      overflow: hidden; }
  .sidebar_mb .sidebar-menu-item.active > ul {
    height: auto; }
    .data-lvl {
  box-sizing: border-box;
  transition: transform 200ms ease-in; }
  .data-lvl .sidebar-menu-item {
    padding-left: 10px;
    padding-right: 10px; }
    .is-none {
  display: none;
}
.prev-node-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 47px;
  width: 47px;
  line-height: 47px;
  text-align: center;
  border-right: 1px solid #d9d9d9; }
  .prev-node-btn:hover {
    background-color: #f1f1f1; }

.prev-node-title {
  padding-left: 47px; }
  .open-node {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  height: 47px;
  width: 47px;
  line-height: 47px;
  text-align: center;
  border-left: 1px solid #d9d9d9; }
  .open-node:hover {
    background-color: #f1f1f1; }
    [data-type="nested-content"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  transition: transform 200ms ease-in;
  transform: translateX(250px); }
  .pd-10 {
    padding: 10px;
}
@media (min-width: 1000px){
.main_checkout {
    width: 50%;
    padding-right: 3%;
    float: left;
    padding-top: 30px;
}
}
@media (min-width: 1000px){
    .logo_checkout {
    text-align: center;
    display: block;
}
}
.logo_checkout img{
    max-width: 250px;
}
@media (min-width: 1000px){
.main_checkout .main-header .breadcrumb {
    margin-top: 1em;
}
}
.main_checkout .main-header .breadcrumb .breadcrumb-item {
    display: inline-block;
    font-size: .85714em;
    color: #999;
}
.main_checkout .main-header .breadcrumb .breadcrumb-item.breadcrumb-item-current {
    font-weight: 500;
    color: #4d4d4d;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: ">"!important;
}
.main-content .step h2 {
    font-size: 1.28571em !important;
}
.fieldset {
    margin: -.45em;
    zoom: 1;
}
.fieldset .field {
    width: 100%;
    float: left;
    padding: .45em;
    box-sizing: border-box;
}
.fieldset .field .field-input-wrapper {
    position: relative;
}
.fieldset .field .field-input-wrapper .field-label {
    font-size: .78em;
    font-weight: 400;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 .93333em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    opacity: 0;
    -ms-filter: "alpha(opacity=" 0 ")";
    filter: alpha(opacity=0);
    color: #999;
    transition: all .2s ease-out;
    margin: .5em 0;
    margin-top: .3em;
    display: block;
}
.fieldset .field .field-input-wrapper .field-input {
    box-shadow: 0 0 0 1px #d9d9d9;
    transition: all .2s ease-out;
    background-color: #fff;
    color: #333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: .94em 2.8em .94em .8em;
    word-break: normal;
}
.section .section-content {
    zoom: 1;
    margin-bottom: 2em;
}
@media (min-width: 750px){
.field-half {
    width: 50% !important;
}}
.fieldset .field.field-show-floating-label .field-input-wrapper .field-label {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
}
.fieldset .field.field-show-floating-label .field-input-wrapper .field-input {
    padding: 12px;
    
}
.descriptionCustomer textarea {
    max-height: 200px;
}
.section:first-child {
    padding-top: 0;
}
.section-content:last-child {
    margin-bottom: inherit;
}
.section .section-content .content-box {
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #737373;
    margin-top: 1em;
}
#section-payment-method .radio-label {
    display: flex;
    align-items: center;
}

.radio-wrapper .radio-label, .checkbox-wrapper .checkbox-label {
    display: table-cell;
    width: 100%;
    cursor: pointer;
    vertical-align: middle;
    padding: 1.3em;
}
.radio-wrapper .radio-input, .checkbox-wrapper .checkbox-input {
    display: table-cell;
    padding-right: .75em;
    white-space: nowrap;
}
@media (min-width: 750px){
.step-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5em;
}
}
.step-footer {
    z-index: 2;
    position: relative;
    margin-top: 1em;
    zoom: 1;
    float: left;
}
.sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section {
    border-color: #e1e1e1;
}
@media (min-width: 1000px){
.main_checkout, .sidebar {
    padding-top: 2em;
}
}
@media (min-width: 1000px){
.sidebar {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
    background-position: left top;
    float: right;
}
}
.sidebar {
    position: relative;
}
.sidebar .sidebar-content h3{
    font-size: 1em;
}
.total-line td {
    padding-top: .75em;
}

td:first-child, th:first-child {
    padding-left: 0;
    text-align: left;
}
td:last-child, th:last-child {
    text-align: right;
}
.order-summary {
    text-align: right !important;
}
.order-summary__total-price {
    display: flex;
    justify-content: space-between;
    text-align: right;
    font-weight: 600;
    padding: 10px 0;
}
.payment-text {
    font-weight: 600;
}
strong {
    font-weight: bold;
}
.order-summary__total-fee {
    display: flex;
    justify-content: space-between;
    text-align: right;
    font-weight: 600;
}
.order-summary .payment-cash {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
}
.cart-action--coupon input {
    box-sizing: border-box;
    padding-left: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    /*width: 300px;*/
    height: 40px;
    outline: none;
}
.cart-action {
    padding-top: 25px;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    width: 100%;
    padding-bottom: 15px;
}
.is-flex {
    display: flex;
}
.discount-btn {
    width: 160px;
}
.default-btn {
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 1;
    padding: 12px 20px 10px;
    text-transform: uppercase;
    background: #338dbc;
    color: #fff;
    font-weight: 500;
}
.confirm-process {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}
.confirm-btn {
    width: initial;
    height: 48px;
    padding: 14px 20px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}
.discount-code--success{
  font-weight: 600;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #0d6efd;
}

.discount-code--error{
  font-weight: 600;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: red;
}
.product-grid .heading-page {
    position: relative;
    text-align: center;
    padding: 35px 0 30px;
}
.product-grid .subtxt {
    opacity: .66;
    margin-top: 15px;
}
.subtext-result {
    margin-bottom: 30px;
}
td.woocommerce-Price-amount.amount {
    text-align: right;
}
td.woocommerce-Price-amount.amount input{
  border: none;
  background: #fff;
  text-align: right;
  font-weight: bold;
  color: #000;
}
.woocommerce-table-tfoot tr {
    border-bottom: 1px solid #ddd;
}
.page-wrapper-right p {
    color: #7a9c59;
    font-weight: 600;
}
.page-wrapper-right ul li{
  text-align: left;
}
.page-wrapper-right {
    padding: 30px;
    background-color: rgba(0,0,0,0.02);
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%), 0 1px 0 rgb(0 0 0 / 7%), inset 0 0 0 1px rgb(0 0 0 / 5%);
    font-size: 15px;
}
.pos-absolute {
  position: absolute; }
.search-content {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    padding: 5px 0 20px 0;
    background: white;
    z-index: 999;
    height: 0;
    transition: height 300ms ease-out;
    display: none;
}
.search-content .search-wrapper .input_search_mobile {
    height: 30px;
}
form.search input {
    width: 100%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-right: 20px;
    border: none;
    height: 23px;
    color: black;
    background: white;
        padding-left: 20px;
}
form.search .search-icon {
    width: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
}
form.search {
    width: 100%;
    margin: 0px;
    display: flex;
    max-width: unset;
    border: 1px solid #000;
}
.search-content .search-wrapper {
    width: 60%;
    margin: 0 auto;
}
.owl-nav {
  position: absolute;
  top: -52px;
  right: -5px; }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background-color: #f2f2f2 !important;
    margin-right: 5px; }
    .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
      background-color: #000000 !important;
      color: white !important; }
    .owl-nav .owl-prev span, .owl-nav .owl-next span {
      font-size: 21px; }
  .owl-nav .owl-prev {
    margin-right: 5px; }
  .owl-nav .disabled {
    opacity: .5;
    cursor: default; }
    .fb_iframe_widget_fluid_desktop iframe{
      width:100% !important;
    }
    
    
     .product2 {
        position: relative;
        height: 100%;
      }

      .product2 {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }

      .swiper-container {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .product2 {
        background: #eee;
        color: #000;
      }

      .swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
        background-size: cover;
        background-position: center;
      }

      .mySwiper2 {
        height: 80%;
        width: 100%;
      }

      .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
      }

      .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
      }

      .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .slick-arrow-left {
  top: 0;
  left: 23px;
  z-index: 100;
  height: 30px;
  transform: rotate(90deg);
  color: #5a5959;
  opacity: 1;
  /*background: #ce8564;*/
  /*border-radius: 25px;*/
  cursor: pointer;
}
.slick-arrow-left .fa.fa-arrow-up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-arrow-right {
  bottom: 0;
  left: 23px;
  z-index: 10;
  height: 30px;
  width: 30px;
  transform: rotate(-180deg);
  color: #5a5959;
  opacity: 1;
  /*background: rgba(222, 216, 216, 0.82);*/
  cursor: pointer;
}
.slick-arrow-right .fa.fa-arrow-down {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select{
    background-color:#444 !important ;
    color: white !important;
}

@media screen and (max-width: 768px) {
  .hidden-md {
    display: none !important; }
  .cart-box-btn span {
      top: -8px;
      right: -10px;
    }
  
}
.options-block ul.options li {
  margin-bottom: 10px; }
  .options-block ul.options li span {
    color: #444; }

.options-block #submit_filter {
  padding: 5px 10px;
  text-align: right;
  display: inline-block;
  float: right;
  border: 1px solid #e9e9e9;
  margin-top: 11px;
  cursor: pointer; }

.options-block #submit_filter:hover {
  background-color: #e3e3e3; }
  .stuck {
	top: 0 !important;
	position: fixed !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
	background-color: #fff;
	transition: top 0.5s linear 0s;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.sidebar .sidebar-content .order-summary .product-image .product-thumbnail {
    width: 4.6em;
    height: 4.6em;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.sidebar .sidebar-content .order-summary .product-image .product-thumbnail .product-thumbnail-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.sidebar .sidebar-content .order-summary .product-image .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.sidebar .sidebar-content .order-summary .product-image .product-thumbnail .product-thumbnail-quantity {
    font-size: 0.85714em;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.15em 0.65em;
    border-radius: 2em;
    background-color: rgba(153,153,153,0.9);
    color: #fff;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 2;
}

.sidebar .sidebar-content .order-summary .order-summary-small-text {
    font-size: 0.85714em;
    color: #969696;
}
@media (min-width: 1000px){
  .sidebar:after {
      left: 0;
      background-position: left top;
      box-shadow: 1px 0 0 #e1e1e1 inset;
  }
}
.sidebar:after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    bottom: 0px;
    background: #fafafa;
    z-index: -1;
    box-shadow: 0 -1px 0 #e1e1e1 inset;
}

.required{
  color: red;
}


.ndv-red{
  color: red !important;
}
.ndv-blue{
  color: blue !important;
}

.cpi-button{
    background: yellow !important;
    white-space: nowrap;
    border-radius: 4px;
    outline: none;
    padding: 2px 10px;
    margin-bottom: 2px;
    border: 1px solid #eb0029;
    background: #ffffff;
    color: #eb0029;
    font-size: 12px;
    font-weight: 500;
    min-width: 95px;
    outline: none !important;
}

.cpi-button.disabled {
    pointer-events: none;
    opacity: 0.6;
}