    /* reset css */
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Times New Roman', Georgia;
    }
    
    body {
       
        /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
        font-size: 14px;
        background: #ffffff;;
        
    }
    
    .row{
      max-width:100%;
      margin-left:0;
    }
    
    .top-header {
        text-align: center;
        background: !important;
    }
    
    .top-header p {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        line-height: 25px;
        margin-bottom: 0;
        color: ;
    }
    
    .header-main {
        border-bottom: 1px solid #a3a3a3;
        background-color:  #000000;
        padding: 3px 0;
    }
    
    .text-aglin {
        text-align: center;
    }
    
    .title-name {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 30px;
    }
    
    .title-name:hover {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }
    
    .header-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }
    
    .header-action {
        margin-left: 8px;
        height:100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;        
    }
    
    .header-action a {
        color:  #ffffff;
    }
    
    .header-action a :hover {
        color: white;
    }
    
    .site-cart {
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    
    .site-cart {
        width: 470px;
        height: auto;
    }
    
    .box-icon {
        position: relative;
        width: 35px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }
    
    .count-number {
        position: absolute;
        background-color: #50e3c2;
        display: flex;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        color: white;
    }
    
    .header-action:hover .site-search {
        opacity: 1;
        visibility: visible;
    }
    
    .site-search {
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        width: 400px !important;
    }
    
    .site-account {
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    
    .header-action:hover .site-account {
        opacity: 1;
        visibility: visible;
    }
    
    .dark {
        color: white;
        border-color: #50e3c2 !important;
        background-color: #50e3c2 !important;
    }
    
    .sitebox-recaptcha a {
        text-decoration: none;
    }
    
    .sitebox-recaptcha a:hover {
        text-decoration: none;
    }
    
    .site-account-secondary a {
        text-decoration: none;
    }
    
    .site-account-secondary a:hover {
        text-decoration: none;
    }
    
    .site-account .box-triangle {
        right: 47px !important;
    }
    
    .header-action:hover .site-cart {
        opacity: 1;
        visibility: visible;
    }
    
    .header_dropdown_content .box-triangle {
        position: absolute;
        right: 15px;
        bottom: calc(100% - -7px);
        margin: 0;
        width: 27px;
        height: 5px;
    }
    
    .button {
        position: relative;
        display: inline-block;
        padding: 10px 28px;
        line-height: normal;
        border: 1px solid #ffffff;
        border-radius: 0;
        text-transform: uppercase;
        font-size: 12px;
        text-align: center;
        letter-spacing: 1px;
        transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        z-index: 1;
        overflow: hidden;
    }
    
    @media screen and (max-width: 991px) {
        .header-main {
            display: none;
        }
    }
    
    @media screen and (max-width: 991px) {
        .header-bottom {
            display: none;
        }
    }
    
    .new-products h2 a {
        font-family: 'Helvetica Neue bold', sans-serif !important;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: bold;
        color: #0a0a0a;
    }
    /* mobile */
 
  
    
    
    .bn-menu-mobi i {
        color: #fff;
        font-size: 20px;
        padding: 5px 0;
    }
    
    .box-logo-mobi {
        text-align: center;
    }
    
    .box-logo-mobi a img{
      height:auto;
      max-width:100%;
          filter: invert(1);
      width:20px;
    }
    
    .box-logo-mobi h1 {
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        text-transform: capitalize;
    }
    
    .box-logo-mobi a {
        color: #fff;
        text-decoration: none;
    }
    
    .box-logo-mobi a:hover {
        color: #fff;
        text-decoration: none;
    }
    
    .box-icon-mobi {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }
  
    .header-action-mobi {
        /*margin-left: 8px;*/
    }
    
    .header-action-mobi a {
        color:  #ffffff;
    }
    
    .header-action-mobi a:hover {
        color: #fff;
    }
    
    #site-account {
        opacity: 0;
        visibility: hidden;
    }
    
    .site-account-mobi {
        width: 470px;
    }
    
    .header_dropdown_content-mobi {
        position: absolute;
        background-color: white;
        min-width: 300px;
        color: #677279;
        border: solid 1px #dfe3e8;
        top: calc(100% + 15px);
        right: 0;
        left: auto;
        border-radius: 3px;
        z-index: 99;
    }
    
    .site-account-mobi .box-triangle {
        right: 49px !important;
    }
    
    .header_dropdown_content-mobi .box-triangle {
        position: absolute;
        right: 0px;
        bottom: calc(100% - -7px);
        margin: 0;
        width: 27px;
        height: 14px;
    }
    
    .header_dropdown_content-mobi .site-nav-container {
        padding: 25px 15px 15px;
        position: relative;
        width: 100%;
        height: 100%;
        font-size: 12px;
        overflow: hidden;
        min-height: 100%;
    }
    
    .site-account-header .site-account-title {
        margin-bottom: 4px;
        font-size: 17px;
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        color: #000000;
    }
    
    .site-account-title i {
        font-size: 12px;
        margin-right: 5px;
    }
    
    .site-account-header .site-account-lenght {
        margin: 0 0 10px 0;
        line-height: 21px;
        color: #677279;
    }
    
    .form_input-wrappe .sitebox-recaptcha {
        margin-top: 12px;
    }
    .form-account a{
      color:black !important;
        text-decoration: none;
    }
    .form-account a:hover{
      color:black !important;
        text-decoration: none;
    }
    .sitebox-recaptcha {
        padding: 0;
        color: #9e9e9e;
        text-align: left;
        font-size: 13px;
        clear: both;
    }
    
    .sitebox-recaptcha a {
        color: #2962ff !important;
        text-decoration: none;
    }
    
    .box-icon-mobie {
        position: relative;
        width: 35px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
    }
    
    .box-text-mobi {
        position: absolute;
        background: #50e3c2;
        display: inline-block;
        border-radius: 50%;
        color: #fff;
        top: 0;
        right: 0;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        height: 20px;
        width: 20px;
        line-height: 1.5;
        overflow: hidden;
    }
    
    #site-cart {
        opacity: 0;
        visibility: hidden;
    }
    
    .site-cart-mobi {
        max-width: 470px;
        width:100%;
        height: auto;
    }
    
    .header-action-mobi i {
        font-size: 20px;
    }
    
    .site-nav-container h3 {
        font-size: 15px;
      
    }
    
    .search-bar-mobi {
        
        border-top: 1px solid #ededed;
    }
    
    @media screen and (min-width: 992px) {
        .searchmobi-form {
            display: none;
        }
        .input_padding_left {
            padding: 0px !important;
        }        
    }
    
    .searchmobi-form {
        position: relative;
    }
    
    .searchmobi-form .btn-seacr-mobi {
        width: 32px;
        height: 32px;
        border-radius: 0;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 32px;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
        transition: opacity 150ms linear;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        display: inline-block;
    }
    
    .header_dropdown_content .site-nav-container {
        padding: 25px 15px 15px;
        position: relative;
        width: 100%;
        height: 100%;
        font-size: 12px;
        overflow: hidden;
        min-height: 100%;
    }
    
    .site-account-panel-list {
        position: relative;
        overflow: hidden;
    }
    
    .site-account-panel {
        transform: translateX(0);
        transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    
    .form_input-wrappe {
        position: relative;
        width: 100%;
        margin-bottom: 12px;
    }
    
    .form_input-wrappe .form-field {
        display: block;
        padding: 14px 10px 3px;
        border-radius: 2px;
        border: 1px solid #d4d6d8;
        width: 100%;
        line-height: normal;
        height: 42px;
        color: #1e2d7d;
        -webkit-appearance: none;
        resize: none;
        font-size: 12px;
        outline: none;
        box-shadow: 0 1px rgb(212 214 216 / 25%) inset;
        transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
    }
    
    .form_input-wrappe .form_floating-label {
        position: absolute;
        left: 10px;
        top: 0;
        line-height: 42px;
        font-size: 12px;
        margin-bottom: 0;
        color: #677279;
        transform: scale(1);
        transform-origin: left top;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        pointer-events: none;
    }
    
    .form-account .form-submit {
        width: 100%;
        outline: none;
        padding: 0 28px;
        height: 42px;
        line-height: 42px;
    }
    
    .site-account-secondary {
        margin-top: 12px;
        font-size: 13px;
    }
    
    .site-account-secondary a {
        color: #2962ff !important;
        text-decoration: none;
    }
    
    .site-nav-container .titlebox {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
        border-bottom: 1px solid #e3e5ec;
        display: flex;
        justify-content: space-between;
    }
    
    .wpo-search {
        position: relative;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .wpo-search-inner .searchinput {
        background: #f5f5f5;
        color: #4a4a4a;
        border: 1px solid #ececec;
        width: 100%;
        height: 32px;
        padding: 0 55px 0 10px;
        border-radius: 0;
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        display: inline-block;
        -webkit-appearance: none;
        transition: all 150ms linear;
    }
    
    .filter-group-content.filter-size input[type="checkbox"] {
    display: none;
}
    
    .btn-search {
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: 42px;
        line-height: 42px;
        padding: 0;
        border: 0;
        border-radius: 0 4px 4px 0;
        box-shadow: none;
        background: transparent;
        transition: opacity 150ms linear;
    }
    
    .btn-search i {
        font-size: 15px;
    }
    
    .header_dropdown_content {
        position: absolute;
        background-color: white;
        min-width: 300px;
        color: #677279;
        border: solid 1px #dfe3e8;
        top: calc(100% + 15px);
        right: 0;
        left: auto;
        border-radius: 3px;
        z-index: 9;
    }
    
    .site-search .box-triangle {
        right: 87px !important;
    }
    
    .site-cart span {
        right: 0 !important;
    }
    
    .box-icon i {
        font-size: 20px;
    }
    /* header-bottom */
    
    .navbar-mainmenu {
        text-align: center;
    }
    
    .navbar-mainmenu ul.menuList-main {
        margin: 0;
        position: relative;
        z-index: 2;
    }
    
    .navbar-mainmenu ul.menuList-main>li {
        display: inline-block;
        position: relative;
    }
    
    .navbar-mainmenu ul.menuList-main>li:hover>a,
    .navbar-mainmenu ul.menuList-main .menuList-submain>li:hover>a{
      color:#FFD700 !important;
    }
    
    .navbar-mainmenu .menuList-main>li>a {
        padding: 15px 0;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
        display: block;
        margin: 0 15px;
        letter-spacing: 0.6px;
        color: #fff;
    }
    
    .navbar-mainmenu .menuList-main li:hover>a>i{
      transform: rotate(180deg);
    }
    
    .navbar-mainmenu .menuList-main li>a>i{
      transform: rotate(0deg);
    }
    
    .navbar-mainmenu ul.menuList-submain li a {
        padding: 9px 18px;
        text-align: left;
        display: block;
        font-size: 14px;
        color: #666;
        white-space: nowrap;
    }
    
    .navbar-mainmenu ul.menuList-submain li {
        position: relative;
    }
    
    .has-submenu.levl-1 .menuList-submain.level-2,
    .has-submenu.levl-2 .menuList-submain.level-3,
    .has-submenu.levl-3 .menuList-submain.level-4{
        min-width: 120px;
        position: absolute;
        z-index: 99;
        top: 150%;
        opacity: 0;
        -webkit-box-shadow: 0px 6px 15px rgb(0 0 0 / 20%);
        box-shadow: 0px 6px 15px rgb(0 0 0 / 20%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0;
        list-style-type: none;
        visibility: hidden;
        background: #000000;;
    }
    
    
    
    .has-submenu.levl-1:hover .menuList-submain.level-2,
    .has-submenu.levl-2:hover .menuList-submain.level-3,
    .has-submenu.levl-3:hover .menuList-submain.level-4{
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    
    .has-submenu a i {
        display: inline-block;
        vertical-align: middle;
        font-size: 10px;
        margin-left: 5px;
        transition: transform .2s;
    }
    
     .has-submenu a{
       display: flex !important;
        align-items: baseline;
        justify-content: space-between;
     }
    
    .navbar-mainmenu ul.menuList-submain li {
        position: relative;
    }
    
    .navbar-mainmenu ul.menuList-submain li:not(:first-child) {
        border-top: 1px solid #ecf0f1;
    }
    
    .header-bottom {
        background-color:  #000000;
    }
    
    .menuList-main a {
        text-decoration: none;
        color: #ffffff !important;
    }
    
    .menuList-main a i{
      color: #ffffff !important;
    }
    
    .menuList-main :hover a {
        text-decoration: none;
    }
    

    
    .swiper-container {
        width: 100%;
        height: 100%;
        overflow:hidden;
        position:relative;
    }
    
    .swiper-wrapper {
        position: relative;
    }
    
    .dnt-1 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    /* class swiper */
    
    .swiper-button-next {
        color: black !important;
        width: 50px !important;
        height: 50px !important;
        /* font-size: 7px; */
        /* border: 1px; */
        border: 0px solid;
        border-radius: 50%;
        background-color: white;
        top:40% !important;
    }
    
    .swiper-button-prev {
        color: black !important;
        width: 50px !important;
        height: 50px !important;
        /* font-size: 7px; */
        /* border: 1px; */
        border: 0px solid;
        border-radius: 50%;
        background-color: white;
        top:40% !important;
    }
    
    .swiper-button-next:hover {
        background-color: black;
        color: white !important;
    }
    
    .swiper-button-prev:hover {
        background-color: black;
        color: white !important;
    }
    
    .swiper-button-next::after {
        font-size: 15px !important;
    }
    
    .swiper-button-prev::after {
        font-size: 15px !important;
    }
    
    .new-products {
        TEXT-ALIGN: CENTER;
        padding: 40px 0 35px;
        position: relative;
        margin-bottom: 30px;
     
    }
    
    .new-products h2::before {
        position: absolute;
        content: "";
        display: block;
        width: 55px;
        height: 1px;
        bottom: 18px;
        right: 0;
        left: 0;
        margin: 0 auto;
        transition: all 0.3s linear;
        background: #0a0a0a;
    }
    /* sold-out */
    
    .sold-out {
        position: absolute;
        top: 10px;
        font-size: 12px;
        line-height: 1;
        padding: 8px 10px 5px 10px;
        font-weight: bold;
        height: 35px;
        z-index: 9;
        color: #fff;
        background-image: url(//theme.hstatic.net/200000275679/1000678447/14/sale.png?v=71);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        right: 0;
    }
    /* sold-out1 */
    
    .sold-out1 {
        position: absolute;
        top: 10px;
        font-size: 12px;
        line-height: 1;
        padding: 8px 10px 5px 10px;
        font-weight: bold;
        height: 35px;
        z-index: 9;
        color: #fff;
        background-image: url(//theme.hstatic.net/200000275679/1000678447/14/sale.png?v=71);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        left: 10px;
    }
    
    .photo img {
        max-width: 100%;
    }
    
    .mySwiper-2 {
        padding-bottom: 100px !important;
    }
    /* photo */
    
    .photo {
        overflow: hidden;
        position: relative;
    }
    
    .photto:hover .img-first {
        opacity: 0;
    }
    
    .photo:hover .img-last {
        opacity: 1;
    }
    
    .img-last {
      opacity:0;
      position: absolute;
      top: 0;
      
      width:100%;
      transition: all .8s;
    }
    
    .dnt {
        padding-right: 0 !important;
    }
    
    .name {
        text-align: center;
        margin-top: 15px;
    }
    
    .name h3 {
        font-size: 13px;
        /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
        font-weight: 600;
        text-transform: uppercase;
        overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    }
    
    .name a {
        text-decoration: none;
        color: black;
    }
    
    .name a:hover {
        text-decoration: none;
        color: black;
    }
    
    .rate {
        text-align: center;
        padding-bottom: 30px;
    }
    
    .rate span {
        font-size: 14px;
        /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
        font-weight: 600;
        text-transform: uppercase;
        margin-left: 5px;
    }
    
    .colo-r {
        color: red !important;
    }
    
    .site a {
        text-decoration: none;
        color: #0a0a0a;
    }
    
    .site1 {
        text-align: center;
        padding: 10px 0;
    }
    
    .site a:hover {
        text-decoration: none;
        color: black;
    }
   
  @media screen and (max-width: 992px) {
        .header-middle-mobi {
            display: block !important;
        }
    }
    .header-middle-mobi {
        background-color: black;
        position: relative;
        padding: 1px 0;
    }
    .header-middle-mobi{
      display:none;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    
    
    .tong {
        background-color: #ede2cf;
    }
    
    .site2 {
        text-align: center;
        padding: 10px 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;*/
    /*}*/
    
    @media screen and (min-width :375px) {
        #site-account {
            width: 350px;
        }
    }
    
    @media screen and (min-width :320px) {
        #site-account {
            width: 250px;
        }
    }
    
    @media screen and (max-width :375px) {
        #site-cart {
            width: 350px;
        }       
    }
    
    @media screen and (max-width :320px) {
        #site-cart {
            width: 250px;
        }
    }
    @media only screen and (min-width: 1024px) {
        .swpiper-slide-2 {
            transform: translate3d(0, 30px, 0px);
            width: 204px !important;
        }
    }
    
    .swpiper-slide-2 {
        transform: translate3d(0, 30px, 0px);
    }
    
    .block:hover img {
        transform: scale(0.75);
    }
    
    .footer-bottom{
      background-color: #000000;
    }
    
    .footer-bottom .img-logo-pk{
   
      height:30px;
    }
    .footer-bottom a, .footer-bottom p {
    margin: 0;
    color:  #ffffff;
    }
    .footer-bottom {
    display: block;
    overflow: hidden;
    padding: 20px 0;
}
    .footer-bottom a {
    text-decoration: none;
    }
    .footer-conten {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    /* mainfooter */
    
    @media screen and (min-width: 768px) {
        .wigtx_2 {
            display: none;
        }
    }
    
    @media (max-width: 768px) {
        .mainfooter h4.title_footer:before {
            content: "\f107";
            font-family: "FontAwesome";
            font-size: 14px;
            position: absolute;
            top: 0px;
            right: 10px;
            text-align: center;
            line-height: 20px;
        }
    }
    
    @media (max-width: 768px) {
        .mainfooter-1 h4.title_footer:before {
            content: "\f107";
            font-family: "FontAwesome";
            font-size: 14px;
            position: absolute;
            top: 0px;
            right: 10px;
            text-align: center;
            line-height: 20px;
        }
    }
    
    @media (max-width: 767px) {
        .mainfooter h4.title_footer {
            font-size: 14px;
        }
    }
    
    @media (max-width: 767px) {
        .mainfooter .widget-footer {
            position: relative;
        }
    }
    
    @media (max-width: 767px) {
        .mainfooter-1 h4.title_footer {
            font-size: 14px;
        }
        /*.img-last,.img-first{*/
        /*  height:250px !important;*/
        /*}*/
        .mainfooter-1 .widget-footer {
            position: relative;
        }        
    }
    
    @media (max-width: 400px) {
        /*.img-last,.img-first{*/
        /*  height:190px !important;*/
        /*}*/
    }
    
    .wigtx_2 {
        position: relative;
        padding: 10px 0;
    }
    
    .title_footer {
        letter-spacing: 0.5px;
        margin: 5px 0 20px;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        padding-left: 15px;
    }
    
    .item a {
        text-decoration: none;
        color: #fff;
    }
    
    .contactlist li {
        padding: 0 0px 5px 0px;
        background-size: 15px 15px !important;
        line-height: 22px;
        font-size: 14px;
        margin: 0 0 8px;
        color: #fff;
    }
    
    .contactlist li a{
      text-decoration: none;
      color: #fff;
    }
    
    .contactlist i {
        margin-right: 3px;
    }
    
    .footer-static-content {
        width: 100%;
    }
    
    .footer_content_mobi ul {
        padding-left: 0;
    }
    
    .footer_content_mobi li {
        padding-top: 5px;
        margin: 0 0 8px;
    }
    
    .footer_content_mobi {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        padding: 0 18px;
    }
    
    .footer-img img {
        max-width: 100%;
        padding-top: 15px;
        /*filter: invert(1);*/
    }
    
    .mainfooter {
        margin: 0;
        padding: 0;
    }
    
    .pannel ul {
        list-style-type: none;
    }
    
    @media screen and (max-width: 765px) {
        .footer-img {
            display: none;
        }
        .menufooter {
            display: none;
        }
        .footer-conten {
            display: none;
        }
        .image-container {
            display: none;
        }
    }
    
    .menufooter a {
        font-size: 1.5rem;
        line-height: 2.5;
    }
    
    .menufooter a {
        text-decoration: none;
        color:  #ffffff;
    }
    
    .menufooter a:hover {
        color: rgb(216, 216, 42);
        text-decoration: none;
    }
    
    .menufooter li {
        list-style-type: none;
    }
    
    .mainfooter-1 {
        margin-top: 100px;
        width: 100%;
        position: relative;
        background-image: url(//theme.hstatic.net/200000275679/1000678447/14/background_footer.jpg?v=71);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 72% 50%;
        padding-bottom: 60px;
        background-color:  #000000;
    }
    
    .menufooter-1 {
        padding-left: 0px;
    }
    /* menu footer1 */
    
    .menufooter-1 li {
        font-size: 12px;
        line-height: 35px;
        padding: 0 0px 5px 10px;
    }
    
    .menufooter-1 li {
        text-decoration: none;
        color:  #ffffff;
    }
    
    .menufooter-1 li:hover {
        color: white;
        text-decoration: none;
    }
    
    .menufooter-1 li {
        list-style-type: none;
    }
    
    .menu-list .n::before {
        content: '';
        width: 1px;
        height: 12px;
        background: #a4a4a4;
        position: absolute;
        right: -14px;
        top: 7px;
    }
    
    /* .menufooter-1 {
            padding-left: 0;
        } */
    
    .item2 i {
        font-size: 13px;
        margin: 0 0 8px;
        color:  #ffffff;
    }
    
    .item2 li {
        padding: 0 0 5px 25px;
        font-size: 13px;
        line-height: 22px;
    }
    
    .item2 {
        display: flex;
    }
    /* icon */
    
    /*.icon {*/
    /*    margin-top: 20px;*/
    /*}*/
    
    .icon-1 {
        margin-top: 5px
    }
    
    .mainfooter {
        margin-top: 20px;
        width: 100%;
        background-color: #000;
        position: relative;
        background-image: url(//theme.hstatic.net/200000275679/1000678447/14/background_footer.jpg?v=71);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 72% 50%;
        padding-bottom: 60px;
    }
    /*  text*/
    
    .social-1 li {
        display: inline-block;
        margin: 0 10px;
        text-align: center;
        font-size: 24px;
        position: relative;
    }
    
    .social-1 a {
        color: #fff;
    }
    
    /*li:hover a {*/
    /*    color: black;*/
    /*}*/
    
    .fb {
        background-color: #3b5999;
        border-radius: 50%;
    }
    
    .fb:hover,.insta:hover,.tiktok:hover {
        background-color: white;
        color: black;
    }
    
    .insta {
        background-color: #C93333;
        border-radius: 50%;
    }
    
    .tiktok{
      background-color: #008080;
      border-radius: 50%;
    }
    
    .social a:hover {
        text-decoration: none;
    }
    /* social */
    
    .social li {
        border: 0px solid #fff;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        font-size: 15px;
        margin-left: 0px;
    }
    
    .item-3 {
        text-align: center;
        font-size: 15px;
        margin: 10px;
    }
    
    .item-3 a {
        text-decoration: none;
        color:  #ffffff;
    }
    
    .item-3 a:hover {
        text-decoration: none;
        color: rgb(255, 166, 0);
    }
    
    .item-3 li {
        list-style-type: none;
        display: inline-block;
        margin: 0 12px;
        vertical-align: middle;
        position: relative;
    }
    
    .ovelay-footer {
        position: absolute;
        width: 100%;
        opacity: .9;
        height: 100%;
        left: 0;
        top: 0;
        background-color:  #000000;
    }
    
    }
    
    
    
    .image-container {
        margin-top: 15px;
    }
    /* product */
    
    .item-cope a {
        text-decoration: none;
        color: black;
    }
    
    .item-cope a:hover {
        text-decoration: none;
        color: #000;
    }
    
    .item-cope li {
        list-style-type: none;
        display: inline-block;
        font-size: 13px;
    }
    
    .item-cope {
        padding: 8px 0 10px;
        background: transparent;
        border-radius: 0;
        margin: 0;
    }
    
    .item-cope>li+li:before {
        padding: 0 3px;
    }
    
    .item-cope>li+li:before {
        /* padding: 0 5px; */
        /* color: #ccc; */
        content: "/\00a0";
    }
    
    .product-shop {
        background: #f5f5f5;
        border-bottom: 1px solid #e7e7e7;
    }
    
    .heading-collection h1 {
        font-size: 30px;
        font-weight: 700;
        margin: 0
    }
    
    @media screen and (max-width: 991px) {
        .wraper-layer-filter {
            display: none;
        }
    }
    
    @media screen and (max-width: 991px) {
        .collection-filter-sortby {
            display: flex;
            margin-top: 15px;
            flex-flow: nowrap;
        }
    }
    
    @media screen and (max-width: 991px) {
        .collection-filterby,
        .collection_option {
            flex: 1 1;
            width: 50%;
        }
    }
    
    @media (min-width: 750px) {
        .main .main-content {
            padding-bottom: 4em;
        }
    }
    
    @media (min-width: 992px) {
        .col-md-3 {
            width: 25%;
        }
    }
    
    @media screen and (min-width: 991px) {
        .box_sidebar {
            display: none;
        }
    }
    
    @media (max-width: 768px) {
        .col-sm-12 {
            width: 100%;
        }
    }
    
    @media (min-width: 750px) {
        .section .section-header {
            margin-bottom: 1.5em;
        }
    }
    
    .step-sections {
        position: relative;
        z-index: 3;
    }
    
    .section .section-title {
        color: #333333;
    }
    
    .section .section-header {
        position: relative;
    }
    
    .section .section-content .content-box:first-child {
        margin-top: 0;
    }
    
    .section .section-content .content-box .content-box-row:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    
    .blank-slate {
        white-space: pre-line;
        padding: 1.5em;
        /*text-align: center;*/
        /*display: none;*/
    }
    
    #payment_method_bacs{
      display:none;
    }
    
    .section:first-child {
        padding-top: 0;
    }
    
    
    
    .wrap-collection-title .heading-collection {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .heading-collection h1 {
        color: black;
    }
    
    @media screen and (min-width: 992px) {
        .collection-filterby {
            display: none;
        }
    }
    
    .collection-filterby .box-style,
    .collection-option .box-style {
        position: relative;
        height: 45px;
        line-height: 38px;
        width: 100%;
        font-size: 13px;
        font-weight: 600;
        color: #676767;
        padding: 0px 40px 0px 10px;
        border: 1px solid #e7e7e7;
        border-right: 0;
        border-radius: 0;
        text-transform: uppercase;
    }
    
    .layer-filter-title .title-filter {
        display: -webkit-box;
        margin: 0;
        text-transform: uppercase;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .layer-filter-title .title-filter .icon-title {
        height: 38px;
        line-height: 38px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
    }
    
    .layer_filter-container {
        margin-bottom: 30px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .wrapper_layered_filter .layer_filter-container .layer_filter-title {
        margin-right: 10px;
    }
    
    .wrapper_layered_filter .layer_filter-container .layer_filter-title .title_filter {
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
    }
    
    .wrapper_layered_filter .layer_filter-container .layer_filter-title .title_filter .icon_title svg {
        width: 20px;
        height: 30px;
        fill: #909097;
        stroke: #909097;
        position: relative;
        top: 10px;
    }
    
    @media (max-width: 991px) {
        .wrapper_layered_filter .layer_filter-container .layer_filter-group {
            width: 100%;
            border: 1px solid #e7e7e7;
            border-top: 0;
        }
    }
    
    .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .color-filter li {
        display: inline;
        margin: 0 10px 10px 0;
        line-height: normal;
        float: left;
    }
    
    .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .color-filter li label {
        border: 1px solid #eaeaea;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        float: left;
        position: relative;
        background-size: contain;
        font-size: 0;
    }
    
    .wrapper_layered_filter .check-box-list label {
        display: inline-block;
        cursor: pointer;
        line-height: 18px;
        font-weight: normal;
        margin-bottom: 0;
        color: #4a4a4a;
    }
    
    .wrapper_layered_filter .filter-size li {
        text-align: center;
        margin-right: -1px;
        margin-bottom: -1px;
        float: left;
    }
    
    .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .color-filter ul {
        margin: 10px 0 0;
        overflow: hidden;
    }
    
    .wrapper_layered_filter .layer_filter-container .layer_filter-group {
        flex: 1 1 auto;
    }
    
    .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter {
        position: relative;
    }
    
    .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .filter_group_title {
        font-size: 14px;
        font-weight: 600;
        padding: 10px 15px;
        background: #fff;
        /* border: 1px solid #e7e7e7; */
        text-transform: uppercase;
        cursor: pointer;
    }
    
    @media (max-width: 991px) {
        .layer-filter-title .title-filter:after {
            content: "";
            display: block;
            position: absolute;
            top: 40%;
            right: 15px;
            width: 0px;
            height: 0px;
            margin: 0;
            background: transparent;
            border-style: solid;
            border-width: 7px 6px 0 6px;
            border-color: #bababa transparent transparent transparent;
        }
    }
    
    .group-filter span.icon-controls {
        position: relative;
        top: 5px;
        float: right;
        font-size: 8px;
    }
    
    @media (max-width: 991px) {
        .wrapper_layered_filter .layer_filter-container .layer_filter-group .group-filter .filter_group_content {
            position: relative;
            left: 0;
            right: 0;
            background: #fff;
            z-index: 100;
            border-top: 0;
            
            margin-bottom: 0px;
            border: 0px;
        }
    }
    
    .wrapper_layered_filter .check-box-list {
        margin: 10px 0 10px;
    }
    
    .wrapper_layered_filter .check-box-list li {
        line-height: 20px;
        font-size: 13px;
        margin: 0 0 8px;
    }
    
    .wrapper_layered_filter .group_filter_tags {
        margin-top: -23px;
        padding-bottom: 20px;
    }
    
    .wrapper_layered_filter .group_filter_tags .filter_tags {
        position: relative;
        display: none;
        line-height: 22px;
        border-radius: 12px;
        margin: 15px 10px 0px 0;
        color: #5d5d5d;
        background: #fff;
        border: 1px solid #dadada;
        font-size: 13px;
        padding: 0 35px 0 8px;
    }
    
    .wrapper_layered_filter .group_filter_tags .filter_tags span.filter_tags_remove {
        position: absolute;
        right: 8px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 16px;
        height: 16px;
        cursor: pointer;
    }
    
    .wrapper_layered_filter .group_filter_tags .filter_tags span.filter_tags_remove svg {
        width: 16px;
        height: 16px;
    }
    
    .wrapper_layered_filter .group_filter_tags .filter_tags.filter_tags_remove_all {
        cursor: pointer;
        border: 0;
    }
    
    .wrapper_layered_filter .group_filter_tags .filter_tags.filter_tags_remove_all span {
        color: #3966b8;
        border-bottom: 1px solid #3966b8;
    }
    
    .option .custom-dropdown {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        max-width: 100%;
        overflow: hidden;
        border-radius: 0px;
        width: 100%;
    }
    
    .option .custom-dropdown .custom-dropdown__select {
        font-size: 14px;
        width: 100%;
        display: block;
        height: 45px;
        padding: 0 40px 0 15px;
        border: 1px solid #e7e7e7;
        background-color: #fff;
        outline: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        text-indent: 1px;
    }
    
    .option .custom-dropdown::after {
        content: "";
        display: block;
        position: absolute;
        top: 40%;
        right: 15px;
        width: 0px;
        height: 0px;
        margin: 0;
        background: transparent;
        border-style: solid;
        border-width: 7px 6px 0 6px;
        border-color: #bababa transparent transparent transparent;
    }
    /* css cuộn trang */
    
    @keyframes stick {
        from {
            transform: translateY(-100%);
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
        }
        to {
            transform: translateY(0%);
            -webkit-transform: translateY(0%);
            -moz-transform: translateY(0%);
            -ms-transform: translateY(0%);
            -o-transform: translateY(0%);
        }
    }
    
    .stuck {
        top: 0 !important;
        position: fixed !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 999;
        animation-name: stick;
        animation-duration: 0.5s;
        transition: top 0.5s linear 0s;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        background-color: #fff;
    }
    
    .wraper-layer-filter .layer-filter-container {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    
    .layer-filter-container .layered-filter-title {
        margin-right: 10px;
    }
    
    .layered-filter-title .title-filter::after {
        content: "";
        width: 1px;
        height: 20px;
        background: #e7e7e7;
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
    }
    
    .layer-filter-container .layered-filter-group {
        flex: 1 1 auto;
    }
    
    .layered-filter-title .title-filter {
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        color: #000000;
    }
    
    .layered-filter-group .group-filter {
        position: relative;
    }
    
    .layered-filter-group .filter-group-title {
        position: relative;
        font-size: 14px;
        font-weight: 600;
        padding: 10px 15px;
        background: #fff;
        border: 1px solid #e7e7e7;
        text-transform: uppercase;
        cursor: pointer;
    }
    
    .filter-group-title .icon-control {
        position: relative;
        top: 5px;
        float: right;
        font-size: 8px;
    }
    
    .layered-filter-group .group-filter:hover .filter-group-content {
        top: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    
    @media (min-width: 992px) {
        .layered-filter-group .filter-group-content {
            position: absolute;
            left: 0;
            right: 0;
            top: calc(100% + 10px);
            padding: 5px 14px;
            background: #fff;
            z-index: 100;
            border: 1px solid #e7e7e7;
            border-top: 0;
            pointer-events: none;
            visibility: hidden;
            opacity: 0;
            transition: all 0.3s ease;
        }
    }
    
    .layered-filter-group .filter-group-content .check-box-list {
        margin: 10px 0 10px;
    }
    
    .filter-group-content .check-box-list li {
        line-height: 20px;
        font-size: 13px;
        margin: 0 0 8px;
    }
    
    .filter-group-content .check-box-list label {
        display: inline-block;
        line-height: 18px;
        font-weight: normal;
        margin-bottom: 0;
        color: #4a4a4a;
        cursor: pointer;
        margin-right: 3px;
    }
    
    .wrapper_layered_filter input[type="radio"] {
        /*display: none;*/
        -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
     -webkit-appearance: none; 
    -moz-appearance: none;
     appearance: none;
     width: 16px;
    height: 16px;
    background: none;
    border: 1px solid #dedede;
    display: inline-block;
    /* overflow: hidden; */
    margin: 0 8px 0 0;
     /*position: absolute;*/
     /*   left: 0;*/
     /*   top: 2px;*/
     /*   width: 14px;*/
     /*   height: 14px;*/
     /*   border: 1px solid #e5e5e5;*/
     /*   background: #fff;*/
     /*   border-radius: 2px;*/
    }
    
    .check-box-list li {
        list-style-type: none;
            position: relative;
    }
    
    /*.wrapper_layered_filter .bl-filter [type="checkbox"]:not(:checked),*/
    /*.wrapper_layered_filter .bl-filter [type="checkbox"]:checked {*/
    /*    position: absolute;*/
    /*    left: -9999px;*/
    /*}*/
    
    .wrapper_layered_filter .bl-filter [type="checkbox"]:not(:checked)+label,
    .wrapper_layered_filter .bl-filter [type="checkbox"]:checked+label {
        position: relative;
        padding-left: 22px;
        cursor: pointer;
    }
    
    /*.wrapper_layered_filter .bl-filter [type="radio"]:not(:checked)+label:before,*/
    /*.wrapper_layered_filter .bl-filter [type="radio"]:checked+label:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 2px;*/
    /*    width: 14px;*/
    /*    height: 14px;*/
    /*    border: 1px solid #e5e5e5;*/
    /*    background: #fff;*/
    /*    border-radius: 2px;*/
    /*}*/
    
    .wrapper_layered_filter .bl-filter input[type="radio"]:not(:checked):after {
        opacity: 0;
    }
    
    .wrapper_layered_filter .bl-filter input[type="radio"]:not(:checked):after,
    .wrapper_layered_filter .bl-filter  input[type="radio"]:checked:after {
        content: '\2714';
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    display: block;
    outline: none;
    color: #d499c4;

    }
    
    .wraper-layer-filter .layer-filter-container .layered-filter-group .group-filter .color-filter ul {
        padding: 0;
        margin: 10px 0 0;
        overflow: hidden;
    }
    
    .wraper-layer-filter .layer-filter-container .layered-filter-group .group-filter .color-filter li {
        display: inline;
        margin: 0 10px 10px 0;
        line-height: normal;
        float: left;
    }
    
    .layer-filter-container .layered-filter-group .group-filter .color-filter li label {
        border: 1px solid #eaeaea;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        float: left;
        position: relative;
        background-size: contain;
        font-size: 0;
    }
    
    
    .wraper-layer-filter .filter-size li {
        text-align: center;
        margin-right: -1px;
        margin-bottom: -1px;
        float: left;
    }
    
    .wrapper_layered_filter .filter-size li label {
        width: 42px;
        height: 42px;
        line-height: 42px;
        position: relative;
        border: 1px solid #e5e5e5;
    }
    
    .filter-size ul {
        padding-left: 10px;
    }
    
    .page-node {
        display: inline-block;
        margin: 30px 8px;
        font-size: 15px;
        font-weight: 600;
        /* opacity: 0.4; */
        color:#4a4a4a4a;
    }
    
    .current {
        opacity: 1;
    }
    
    .sort-pagibar a {
        text-decoration: none;
        /*color: #4a4a4a4a;*/
    }
    
    .sort-pagibar a:hover {
        text-decoration: none;
        color: black;
    }
    
    .sort-pagibar {
        text-align: center;
    }
    
    
    .ldh_navigation-ul{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .ldh_navigation-ul li.active a{
    color: #000;
    }
    
    .ldh_navigation-ul li a{
      text-decoration:none;
      display: inline-block;
    margin: 30px 8px;
    font-size: 15px;
    font-weight: 600;
    /* opacity: 0.4; */
    color: #4a4a4a4a;
    }
    
    /* swiper DEMO */
    
   
    
    
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    
    
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1);
        transition: 0.25s;
    }
    
    
    
    .swiper-container-1 {
        width: 100%;
        /*height: 300px;*/
        margin-left: auto;
        margin-right: auto;
        padding: 20px 0;
    }
    
    .swiper-slide {
        background-size: cover;
        background-position: center;
        background:#fff;
    }
    
    .mySwiper2 {
        height: 80%;
        width: 100%;
    }
    
    .mySwiper {
        /*height: 20%;*/
        box-sizing: border-box;
       
    
    }
    
    .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
    }
    
    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }
    
    
    .product-main {
        padding-top: 30px;
    }
    /* product-title */
    
    .product-title h1 {
        font-size: 20px;
        font-weight: 700;
        margin: 0px 0 5px;
        line-height: initial;
    }
    
    .product-title {
        padding-bottom: 10px;
    }
    
    #pro-sku {
        font-size: 12px;
        color: #a3a5a7;
        margin-right: 20px;
    }
    /* product-price */
    
    .product-price {
        padding: 10px 0;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
        border-top: 1px dotted #dfe0e1;
        border-bottom: 1px dotted #dfe0e1;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: rgb(223, 224, 225);
    }
    
    .product-price .pro-price {
        font-size: 17px;
        opacity: .92;
        font-weight: bold;
        color: #f94c43;
    }
    
    .swatch {
        padding: 10px 0;
        width: 100%;
      
        border-bottom: 1px dotted #dfe0e1;
    }
    
    .swatch .header {
        margin: 0 0 8px;
        font-size: 13px;
        text-align: left;
        line-height: initial;
    }
    
    .hide {
        display: none!important;
    }
    
    .swatch .select-swap {
        display: inline-block;
        vertical-align: middle;
    }
    
    
    
    .swatch input {
        display: none;
    }
    
   .valueChild.active {
   border: 1px solid #000;
    background: #000;
    color: #fff;
}
    
    .valueChild {
        display: block;
        margin: 0;
        background: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border: 1px solid #e5e5e5;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        margin-right:8px;
    }
    
    .swatch .swatch-element.color label.sd {
        background: transparent;
        border: 1px solid #808284;
    }
    
    .swatch .swatch-element.color label {
        width: 30px;
        height: 30px;
        padding: 3px;
        border-radius: 50%;
        border: none;
    }
    
    .color.swatch-element label.nude span {
        background: #d1b499 !important;
    }
    
    .swatch .swatch-element.color span {
        display: block;
        width: 100%;
        height: 100%;
        margin-top: 0;
        font-size: 0;
        border-radius: 50%;
        border: 1px solid #dfe0e1;
    }
    
    #gender input[type="radio"]+label:before,
    input[type="radio"]+label:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .color.swatch-element label.hong span {
        background: #ef5777 !important;
    }
    
    .buttons_added {
        opacity: 1;
        display: inline-block;
        display: -ms-inline-flexbox;
        display: inline-flex;
        white-space: nowrap;
        vertical-align: top;
    }
    
    .is-form {
        overflow: hidden;
        position: relative;
        background-color: #f9f9f9;
        height: 39px;
        padding: 0;
        text-shadow: 1px 1px 1px #fff;
        border: 1px solid #ddd;
        width: 20px;
    }
    
    .is-form:focus,
    .input-text:focus {
        outline: none;
    }
    
    .input-qty {
        outline: none;
        background-color: #fff;
        height: 39px;
        text-align: center;
        font-size: 1rem;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 0;
        border-right: 0;
        padding: 0;
        width: 35px;
    }
    
    .input-qty::-webkit-outer-spin-button,
    .input-qty::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    .text-right {
        text-align: right !important;
    }
    /* quantity */
    
    .selector-actions {
        margin-top: 15px;
    }
    
    .counter button {
        display: block;
        font-size: 16px;
        padding: 0 10px;
        cursor: pointer;
        user-select: none;
        background: #f5f5f5;
        border: solid 1px #f5f5f5;
        font-weight: 600;
    }
    
    .counter {
        display: flex;
    }
    
    .counter input {
        background: #fff;
        font-weight: 600;
        height: 32px;
        padding: 0px;
        text-align: center;
        width: 70px;
        border: 1px solid #f5f5f5;
        border-left: none;
        border-right: none;
        font-size: 15px;
       
    }
    
    .product-galery .owl-nav div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #000;
        color: #fff;
        width: 25px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        font-size: 22px;
        z-index: 9;
    }
    
    .product-galery {
        position: relative;
    }
    
    .owl-prev {
        left: 0;
    }
    
    .owl-nex {
        right: 0;
    }
    
    .quantity-area {
        margin-bottom: 15px;
    }
    
    .btnX {
        display: inline-block;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        text-decoration: none;
    }
    
    .btnX-bg {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-transition: all ease-in .2s;
        transition: all ease-in .2s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    
    .btnX:hover .btnX-bg {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    .btnX--untransition .btnX-bg {
        -webkit-transition: none;
        transition: none;
    }
    
    .btnX--unhover .btnX-bg {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    
    .btnX-text {
        position: relative;
        z-index: 1;
        -webkit-transition: all ease-in .2s;
        transition: all ease-in .2s;
        font-weight: 600;
        /*font-family: 'Dosis', sans-serif;*/
    }
    
    .btnX-text:hover {
        -webkit-transition: all ease-in .3s;
        transition: all ease-in .3s;
        font-weight: 600;
    }
    
    .btnX-yellowRv-bd {
        width: 100%;
        border: 1px solid red;
        background: red;
    }
    
    .btnX-yellowRv-bd-1 {
        width: 100%;
        border: 1px solid black;
        background: BLACK;
    }
    
    .btnX-yellowRv-bd .btnX-yellowRv-bg {
        background: white;
    }
    
    .btnX-yellowRv-bd .btnX-text {
        display: flex;
        line-height: 22px;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
        font-size: 15px;
        padding: 14px 35px;
    }
    
    .btnX-yellowRv-bd-1 .btnX-text {
        display: flex;
        line-height: 22px;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
        font-size: 15px;
        padding: 14px 35px;
    }
    
    .btnX-yellowRv-bd:hover .btnX-text {
        color: black;
    }
    
    .btnX-yellowRv-bd-1:hover .btnX-text {
        color: black;
    }
    
    .btnX-yellowRv-bd-1 .btnX-yellowRv-bg {
        background: white;
    }
    /* product-description */
    
    .product-content {
        padding:15px;
        background:#f1f1f1;
    }
    
    .title-bl{
        display: inline-flex;
        margin: 10px 0;
        border-bottom: 2px solid #ce8564;
    }
    
    .title-bl h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom:0;
    }
    
    .product-description {
        margin: 20px 0;
    }
    
    .productdetail p {
        margin: 0 0 10px 0;
        line-height: 21px;
        font-size: 14px;
        color: #4a4a4a;
    }
    
    .productdetail ul {
        margin: 0 0 10px 0;
        line-height: 21px;
        font-size: 14px;
        color: #4a4a4a;
        list-style: none;
        padding: 0;
    }
    
    .list-proroductRealated h2 {
        margin: 10px 0 50px;
        font-size: 28px;
        padding: 0 0 15px;
        position: relative;
        color: #000;
        font-weight: 600;
    }
    
    .list-proroductRealated {
        position: relative;
        margin-bottom: 30px;
        margin: 0;
        padding: 15px 0 35px;
    }
    
    .list-proroductRealated h2:before {
        position: absolute;
        content: "";
        display: block;
        width: 55px;
        height: 1px;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #323232;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    
    @media screen and (min-width:1200px) {
        .pro-loop {
            width: 20% !important;
        }
    }
    
    .pro-loop {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    /* .list-proroductRealated .pro-loop {
            width: 20%;
        } */
    
    .heading-page {
        position: relative;
        text-align: center;
        padding: 50px 0 40px;
        margin: 0;
    }
    
    .heading-page:after {
        content: "";
        background: #252a2b;
        display: block;
        width: 60px;
        height: 4px;
        margin: 25px auto 0;
    }
    
    .heading-page h1 {
        font-size: 30px;
        font-weight: 700;
        margin: 0 0 10px;
    }
    
    
    .list_form_cart .title_cart {
        background: #fafafa;
        padding: 10px 15px;
        font-weight: 400;
        font-size: 16px;
    }
    
    .list_form_cart .title_cart span {
        font-weight: bold;
    }
    
    .item span {
        font-size: 14px;
        color: #4a4a4a;
        font-family: "Quicksand", sans-serif !important;
    }
    
    .item h3 {
        margin: 0 0 5px;
        font-size: 16px;
        font-weight: bold;
        display: block;
        padding-right: 40px;
    }
    
    .line-item-container .item {
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 5px;
    }
    
    .line-item-container a {
        color: black;
        text-decoration: none;
    }
    
    .table-cart tr td.image {
        text-align: center;
        width: 110px;
    }
    
    .product-image img {
        width: 110px;
        padding-top: 0px;
    }
    
    .product-image .item {
        padding-top: 20px;
    }
    
    .line-item-container :hover a {
        color: black;
        text-decoration: none;
    }
    
    .table-cart .item p {
        margin-bottom: 5px;
    }
    
    .table-cart {
        margin-bottom: 30px;
    }
    
    .list_form_cart .row_cart .list_item_cart table.table-cart tr td.image img {
        max-width: 100px;
    }
    
    .table-cart tr td {
        padding: 20px 0;
        vertical-align: top;
    }
    
    .list_item_cart table {
        width: 100%;
        border-spacing: 0;
    }
    
    .qty-click {
        float: left;
    }
    
    .qty-click button.qty-btn {
        background: #fff;
        font-weight: 500;
        font-size: 14px;
        color: #abafb2;
        height: 25px;
        padding: 0;
        text-align: center;
        width: 25px;
        border: 1px solid #dadbdd;
        border-radius: 0;
        float: left;
        -webkit-appearance: none;
    }
    
    .qty-click input.item-quantity {
        background: #ededed;
        font-weight: 500;
        font-size: 15px;
        height: 25px;
        padding: 0;
        text-align: center;
        width: 35px;
        border: 1px solid #dadbdd;
        border-left: none;
        border-right: none;
        border-radius: 0;
        float: left;
        -webkit-appearance: none;
    }
    
    .price span.text {
        display: none;
    }
    
    .price span {
        font-size: 16px;
        padding-right: 0;
        font-weight: 600;
        color: #000;
    }
    
    .price {
        margin: 0;
        float: right;
    }
    
    .checkout-note {
        background: #f3f4f4;
        padding: 15px;
        font-weight: 400;
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .note-label {
        display: block;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .checkout-note textarea {
        border-radius: 0;
        border: 1px solid #ededed;
        -webkit-appearance: none;
        resize: none;
        color: #4a4a4a;
        font-size: 15px;
        padding: 15px;
        width: 100%;
        height: 130px;
        font-weight: 500;
        background: white;
    }
    /* order */
    
    .order-block {
        border: 1px solid #dfe0e1;
        padding: 20px 20px 10px;
    }
    
    .order-title h2 {
        font-weight: bold;
        letter-spacing: 1.1px;
        font-size: 20px;
    }
    
    .order-price {
        font-size: 16px;
        padding-bottom: 10px;
        border-top: 1px dotted #dfe0e1;
        padding-top: 15px;
        font-weight: bold;
    }
    
    .order-price p {
        margin: 0 0 10px;
    }
    
    .order-price p span {
        font-weight: bold;
        float: right;
        color: red;
        font-size: 24px;
    }
    
    .order-action {
        border-top: 1px dotted #dfe0e1;
        padding-top: 15px;
    }
    
    .cart-buttons a {
        width: 100%;
        display: block;
        background: red;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 5px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        border-radius: 0;
    }
    
    .cart-buttons a:hover {
        text-decoration: none;
        color: white;
    }
    
    .countine_order_cart {
        display: block;
        font-size: 16px;
        margin: 10px 0 0;
        text-align: center;
    }
    
    .countine_order_cart i {
        margin-right: 10px;
    }
    
    .countine-cart a {
        text-decoration: none;
        color: #4a4a4a;
    }
    
    .countine-cart a:hover {
        text-decoration: none;
        color: #4a4a4a;
    }
    
    .pd-page {
        padding-bottom: 30px;
    }
    
    .main-header .logo {
        display: block;
    }
    /* THông tin hàng */
    
    .flexbox body,
    .flexbox .content,
    .flexbox .content .wrap,
    .flexbox .main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    /* siderbar */
    
    @media (min-width: 1000px) {
        .main,
        .sidebar {
            padding-top: 4em;
        }
    }
    
    @media (min-width: 1000px) {
        .sidebar {
            width: 40%;
            padding-left: 4%;
            background-position: left top;
            float: right;
        }
    }
    
    .sidebar {
        position: relative;
        color: #717171;
    }
    
    .sidebar:after {
        content: "";
        display: block;
        width: 124%;
        position: absolute;
        top: 0;
        left: -100%;
        bottom: 0;
        background: #fafafa;
        z-index: -1;
        box-shadow: 0 -1px 0 #e1e1e1 inset;
    }
    
    .sidebar:after {
        left: 0;
        background-position: left top;
        box-shadow: 1px 0 0 #e1e1e1 inset;
    }
    
    .sidebar h2 {
        color: #323232;
    }
    
    .visually-hidden-2 {
        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;
    }
    
    @media (min-width: 1000px) {
        .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section:first-child {
            padding-top: 0;
        }
    }
    
    .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section:first-child {
        border-top: none;
    }
    
    .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section {
        border-top: 1px solid;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        border-color: #e1e1e1;
    }
    
    .order-summary-sections {
        padding-left: 30px;
        padding-bottom: 10px;
    }
    
    table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 1em;
    }
    
    td:first-child,
    th:first-child {
        padding-left: 0;
        /*text-align: left;*/
    }
    
    .sidebar .sidebar-content .order-summary .product:first-child td {
        padding-top: 0;
    }
    
    .sidebar .sidebar-content .order-summary .product .product-image-1 .product-thumbnail {
        width: 6.6em;
        height: 6.6em;
        border-radius: 8px;
        background: #fff;
        position: relative;
    }
    
    .sidebar .sidebar-content .order-summary .product .product-image-1 .product-thumbnail .product-thumbnail-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
    }
    
    .sidebar .sidebar-content .order-summary .product .product-image-1 .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 .product-image-1 .product-thumbnail .product-thumbnail-quantity {
        font-size: 14px;
        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 .product .product-image-1 .product-thumbnail::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 8px;
        box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
    }
    
    .total-line-name {
        font-size: 15px;
    }
    
    .product-description-1 {
        padding-left: 10px;
    }
    
    .sidebar .sidebar-content .order-summary .product .product-description-1 {
        width: 100%;
    }
    
    .sidebar .sidebar-content .order-summary .product .product-description-1 .product-description-name,
    .sidebar .sidebar-content .order-summary .product .product-description-1 .product-description-variant,
    .sidebar .sidebar-content .order-summary .product .product-description-1 .product-description-property {
        display: block;
    }
    
    .sidebar .sidebar-content .order-summary .order-summary-emphasis {
        font-weight: 500;
        color: #4b4b4b;
        font-size: 15px;
    }
    
    .sidebar .sidebar-content .order-summary .order-summary-small-text {
        font-size: 0.85714em;
        color: #969696;
    }
    
    .sidebar .sidebar-content .order-summary .product .product-price-1 {
        white-space: nowrap;
    }
    
   
    
    .fieldset {
        margin: -0.45em;
        zoom: 1;
    }
    
    .fieldset:after,
    .fieldset:before {
        content: "";
        display: table;
    }
    
    .fieldset .field {
        width: 100%;
        float: left;
        padding: 0.45em;
        box-sizing: border-box;
    }
    
    .fieldset:after {
        clear: both;
    }
    
    .fieldset .field .field-input-btn-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    
    .fieldset .field .field-input-btn-wrapper .field-input-wrapper {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    
    .fieldset .field .field-input-wrapper {
        position: relative;
    }
    
    .fieldset .field .field-input-wrapper .field-label {
        font-size: 15px;
        font-weight: normal;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 0 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: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
        filter: alpha(opacity=0);
        color: #999999;
        transition: all 0.2s ease-out;
        margin: 0.5em 0;
        margin-top: 0.3em;
        display: block;
    }
    
    .fieldset .field .field-input-wrapper .field-input {
        box-shadow: 0 0 0 1px #d9d9d9;
        transition: all 0.2s ease-out;
        background-color: white;
        color: #333333;
        border-radius: 4px;
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 0.94em 2.8em 0.94em 0.8em;
        word-break: normal;
        font-size: 15px;
    }
    
    .fieldset .field .field-input-btn-wrapper .field-input-btn {
        width: auto;
        margin-left: 0.9em;
        white-space: nowrap;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .sidebar .btn-disabled {
        cursor: default;
        background: #c8c8c8;
        box-shadow: none;
    }
    
    .icon.icon-button-spinner {
        width: 20px;
        height: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0iTTIwIDEwYzAgNS41MjMtNC40NzcgMTAtMTAgMTBTMCAxNS41MjMgMCAxMCA0LjQ3NyAwIDEwIDB2MmMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOCA4LTMuNTgyIDgtOGgyeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==), none;
    }
    
    .icon {
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
    }
    
    .btn-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -10px;
        /* transition: opacity 0.3s ease-in-out; */
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
        filter: alpha(opacity=0);
    }
    
  
    
    .total-line td {
        padding-top: 0.75em;
    }
    
    .total-line-table-footer {
        white-space: nowrap;
    }
    
    .total-line-table-footer .total-line td {
        padding-top: 3em;
        position: relative;
    }
    
    .total-line-table-footer .total-line td::before {
        background-color: #e1e1e1;
        content: '';
        position: absolute;
        top: 1.5em;
        left: 0;
        width: 100%;
        height: 1px;
    }
    
    .payment-due-label .payment-due-label-total {
        font-size: 1.14286em;
        color: #4b4b4b;
    }
    
    .payment-due .payment-due-currency {
        font-size: 0.85714em;
        vertical-align: 0.2em;
        margin-right: 0.5em;
        color: #969696;
    }
    
    .payment-due .payment-due-price {
        font-size: 1.71429em;
        font-weight: 500;
        letter-spacing: -0.04em;
        color: #4b4b4b;
        line-height: 1em;
    }
    /* main */
    
    .breadcrumb-1 {
        padding-left: 0;
    }
    
    .main-header a {
        text-decoration: none;
    }
    
    .main-header a:hover {
        text-decoration: none;
        color: blue;
    }
    
    .step-footer a {
        text-decoration: none;
    }
    
    .step-footer a:hover {
        text-decoration: none;
    }
    
    .section-content-text a {
        text-decoration: none;
    }
    
    .section-content-text a:hover {
        text-decoration: none;
    }
    
    @media (min-width: 1000px) {
        .main {
            width: 60%;
            padding-right: 6%;
            float: left;
        }
    }
    
    @media (min-width: 1000px) {
        .main .main-header {
            padding-bottom: 2em;
        }
    }
    
    @media (min-width: 1000px) {
        .main .main-header .logo {
            display: block;
        }
        .logo a img{
          height:auto;
          max-width:100%;
          /*filter: invert(1);*/
          /*width:74px;*/
        }
        
    }
    
    .logo-text {
        color: #000;
    }
    
    @media (min-width: 750px) {
        h1 {
            font-size: 2em;
        }
    }
    
    @media (min-width: 1000px) {
        .main .main-header .breadcrumb-1 {
            margin-top: 1em;
        }
    }
    
    .main .main-header .breadcrumb-1 .breadcrumb-item-1 {
        display: inline-block;
        font-size: 15px;
        color: #999999;
    }
    
    .main .main-header .breadcrumb-1 .breadcrumb-item-1:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 11px;
        vertical-align: middle;
        margin: 0 0.5em;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjExIiBvcGFjaXR5PSIuNCIgZmlsbD0iIzAwMCI+PHBhdGggZD0iTS41MjYgMS40MDhsNCA0LjY0NS4wMTQtLjgzLTQgNC4zNTQuOTIuODQ2IDQtNC4zNTYuMzc2LS40MS0uMzYyLS40Mi00LTQuNjQ1LS45NDguODE2eiIvPjwvc3ZnPg==), none;
    }
    
    .main .main-header .breadcrumb-1 .breadcrumb-item-1.breadcrumb-item-current {
        font-weight: 500;
        color: #4d4d4d;
    }
    
    .main .main-header .breadcrumb-1 .breadcrumb-item-1.breadcrumb-item-current-1 {
        font-weight: 500;
        color: #0d6efd;
    }
    
    @media (min-width: 750px) {
        .main .main-content {
            padding-bottom: 4em;
        }
    }
    
    .flexbox .main-content {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    
    .step-sections {
        position: relative;
        z-index: 3;
    }
    
    .section:first-child {
        padding-top: 0;
    }
    
    @media (min-width: 750px) {
        .section {
            padding-top: 3em;
        }
    }
    
    .section {
        position: relative;
        padding-top: 2em;
    }
    
    @media (min-width: 750px) {
        .section .section-header {
            margin-bottom: 1.5em;
        }
    }
    
    .section .section-header {
        position: relative;
    }
    
    .section .section-title {
        color: #333333;
    }
    
    .section .section-content {
        zoom: 1;
        margin-bottom: 2em;
    }
    
    .section .section-content:after,
    .section .section-content:before {
        content: "";
        display: table;
    }
    
    .section .section-content .section-content-text {
        margin-bottom: 0.75em;
    }
    
    .fieldset {
        margin: -0.45em;
        zoom: 1;
    }
    
    .section .section-content:after,
    .section .section-content:before {
        content: "";
        display: table;
    }
    
    @media (min-width: 750px) {
        .field-two-thirds {
            width: 66.66667% !important;
        }
    }
    
    @media (min-width: 750px) {
        .field-third {
            width: 33.33333% !important;
        }
    }
    
    form#form_update_shipping_method {
        position: relative;
    }
    
    .section .section-content .content-box {
        box-shadow: 0 0 0 1px #d9d9d9;
        border-radius: 4px;
        background: #fff;
        color: #737373;
        margin-top: 1em;
    }
    
    .mt0 {
        margin-top: 0px !important;
    }
    
    .section .section-content .content-box .content-box-row:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-top: none;
    }
    
    .section .section-content .content-box .content-box-row {
        display: table;
        box-sizing: border-box;
        width: 100%;
        border-top: 1px solid #d9d9d9;
        zoom: 1;
    }
    
    .section .section-content .content-box .content-box-row:after,
    .section .section-content .content-box .content-box-row:before {
        content: "";
        display: table;
    }
    
    .section-content-text {
        font-size: 15px;
    }
    
    .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: 0.75em;
        white-space: nowrap;
    }
    
    .radio-wrapper .radio-input .input-radio:checked,
    .checkbox-wrapper .checkbox-input .input-checkbox:checked {
        border: none;
        box-shadow: 0 0 0 10px #338dbc inset;
    }
    
    .radio-wrapper .radio-input .input-radio {
        border-radius: 50%;
    }
    
    .radio-wrapper .radio-input .input-radio,
    .checkbox-wrapper .checkbox-input .input-checkbox {
        width: 18px;
        height: 18px;
        box-shadow: 0 0 0 0 #338dbc inset;
        transition: all 0.2s ease-in-out;
        position: relative;
        cursor: pointer;
        vertical-align: -4px;
        outline: 0;
        border: solid 1px #d9d9d9;
    }
    
    .radio-wrapper .radio-input .input-radio:checked:after,
    .checkbox-wrapper .checkbox-input .input-checkbox:checked:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        filter: alpha(opacity=100);
    }
    
    .radio-wrapper .radio-input .input-radio:after {
        width: 4px;
        height: 4px;
        margin-left: -2px;
        margin-top: -2px;
        background-color: #fff;
        border-radius: 50%;
    }
    
    .radio-wrapper .radio-input .input-radio:after,
    .checkbox-wrapper .checkbox-input .input-checkbox:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        transition: all 0.2s ease-in-out 0.1s;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
        filter: alpha(opacity=0);
    }
    
    .radio-label-primary {
        font-size: 14px;
    }
    
    .radio-wrapper .radio-label .radio-label-primary,
    .checkbox-wrapper .checkbox-label .checkbox-label-primary {
        display: table-cell;
        width: 100%;
    }
    
    .section .section-content .content-box .content-box-row.content-box-row-secondary {
        background-color: #fafafa;
    }
    
    .section .section-content .content-box .content-box-row.content-box-row-padding {
        padding: 0.8em 0.6em;
    }
    
    .order-checkout__loading--box {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        opacity: 0;
        visibility: hidden;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    
    .fieldset .field .field-input-wrapper.field-input-wrapper-select::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDIxIDE5Ij48dGl0bGU+QXJ0Ym9hcmQgMTwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjMDAwIj48Zz48cGF0aCBkPSJNMCAwaDF2MTlIMFYweiIgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9Ii4xNSIvPjxwYXRoIGQ9Ik0xMSA4aDEwbC01IDUtNS01eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==), none;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        background-position: center center;
        background-repeat: no-repeat;
        pointer-events: none;
    }
    
    .fieldset .field.field-show-floating-label .field-input-wrapper .field-label {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
        filter: alpha(opacity=100);
    }
    
    .fieldset .field.field-show-floating-label .field-input-wrapper .field-input {
        padding-top: 1.5em;
        padding-bottom: 0.38em;
    }
    
    .section .section-content.no-mb,
    .section .section-content:last-child {
        margin-bottom: inherit;
    }
    
    @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;
    }
    
    .step-footer:after,
    .step-footer:before {
        content: "";
        display: table;
    }
    
    @media (min-width: 750px) {
        .step-footer .step-footer-continue-btn {
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            float: right;
        }
    }
    
    @media (min-width: 750px) {
        .step-footer .step-footer-previous-link {
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin-right: 1em;
            float: left;
            display: block;
        }
    }
    
    .step-footer .step-footer-previous-link {
        cursor: pointer;
        display: block;
        font-size: 15px;
    }
    
    .step-footer:after {
        clear: both;
    }
    
    .step-footer .step-footer-previous-link .previous-link-icon {
        fill: #338dbc;
        transition: all 0.2s cubic-bezier(0.3, 0, 0, 1);
        margin-right: 0.25em;
    }
    
    .btn-content a {
        display: inline-block;
        border-radius: 4px;
        font-weight: 500;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        position: relative;
        background: #338dbc;
        color: white;
        font-size: 14px;
    }
    
    .btn-content a:hover {
        color: white;
    }
    
    .ldh {
        display: inline-block;
        border-radius: 4px;
        font-weight: 500;
        padding: 1.4em 1.7em;
        box-sizing: border-box;
        text-align: center;
        cursor: pointer;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        position: relative;
        background: #338dbc;
        color: white;
        font-size: 14px;
    }
    
    .ldh :hover {
        color: white;
    }
    
    .main .main-footer {
        padding: 1em 0;
        border-top: 1px solid #e6e6e6;
        font-size: 10px;
    }
    
    .footer-powered-by {
        text-align: center;
        color: #bbb5b5;
        font-size: 0.65000em;
    }
    
    @media (min-width: 768px) {
        .col-md-7 {
            width: 75%;
        }
    }
    
    @media (min-width: 768px) {
        .col-md-5 {
            width: 25%;
        }
    }
    /* Giới Thiệu */
    
    .pd-page {
        padding-top: 30px;
    }
    
    .heading-page-1 h1 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    
    .group-menu {
        margin: 0 0 30px;
        position: relative;
        padding: 20px;
        border: 1px solid #e3e5ec;
    }
    
    .sidebar-page .page_menu_title h2 {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #000;
        text-align: center;
    }
    
    .menuList-links .active {
        border-bottom: 1px dashed #e7e7e7;
    }
    
    .menuList-links .active:last-child{
       border-bottom: none;
    }
    
    .menuList-links li {
        position: relative;
        color: black;
        list-style-type: none;
    }
    
    .menuList-links>li>a {
        color: #4a4a4a;
        padding: 12px 0;
        font-weight: 500;
        font-size: 14px;
        text-decoration: none;
    }
    
    .menuList-links li a {
        position: relative;
        font-size: 13px;
        display: block;
    }
    
    .box_image {
        margin-bottom: 30px;
    }
    
    .box_image .banner {
        position: relative;
        overflow: hidden;
    }
    
    .box_image .banner img {
        width: 100%;
        -webkit-transition: all 1s ease-in-out 0s;
        -khtml-transition: all 1s ease-in-out 0s;
        -moz-transition: all 1s ease-in-out 0s;
        -ms-transition: all 1s ease-in-out 0s;
        -o-transition: all 1s ease-in-out 0s;
        transition: all 1s ease-in-out 0s;
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    
    .zoom :hover img {
        transform: scale(1.25);
        transition: 2s;
    }
    
    .panel {
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
         margin-bottom: 0px !important;
        border: 0px !important;
        box-shadow:none;
    }
    
    .showmenu1{
      background-color: white;
      display: none;
      overflow: hidden;
    }
    
    .menushow span i{
      transform: rotate(0deg);
      transition: all .5s ease;
    }    
    
    .menushow.active span i{
      transform: rotate(180deg);
      transition: all .5s ease;
    }
    
    .abc img {
        width: 100%;
    }
    
    
    @media(min-width:1200px) {
        .container-fluid {
            max-width: 1600px;
            padding: 0 85px;
        }
    }
    
    @media(max-width:1023px) {
        #header_pc {
            display: none;
        }
    }
    
    @media(min-width:1024px) {
        #menu-mobile {
            display: none;
        }
    }
    
    #header_pc {
        height: 70px;
    }
    
    #header_pc .logo_pc {
        width: 70px;
        height: 70px;
    }
    
    #header_pc .logo_pc img {
        width: 100%;
        height: 100%;
    }
    
    .menu_style {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .menu_pc ul {
        padding-left: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .menu_pc>ul>li a:hover {
        color: #95282A;
    }
    
    .menu_pc>ul>li i {
        transition: .5 all;
        -webkit-transition: .5 all;
        -moz-transition: .5 all;
        -ms-transition: .5 all;
        -o-transition: .5 all;
    }
    
    .menu_pc>ul>li:hover i {
        color: #95282A;
        transition: .5s all;
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        -ms-transition: .5s all;
        -o-transition: .5s all;
    }
    
    .menu_pc>ul>li>a {
        display: block;
        font-size: 15px;
        font-weight: 400;
        padding: 10px 0 15px;
        margin: 0 12px;
        position: relative;
        text-transform: inherit;
    }
    
    .menu_pc>ul>li>a:hover:before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    
    .menu_pc ul>li .sub_menu_pc {
        border-top: 2px solid #252A2B;
    }
    
    .menu_pc>ul>li>a::before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        border-bottom: 2px solid #252A2B;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }
    
    .menu_pc>ul>li:hover .sub_menu_pc {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
    
    .menu_pc .sub_menu_pc {
        background: #fff;
        position: absolute;
        z-index: 999;
        margin: 0 12px;
        min-width: 150px;
        -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
        box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        transform: rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    .menu_pc>ul>li {
        list-style: none;
        display: inline-block;
        position: relative;
    }
    
    .menu_pc>ul>li>a {
        color: #252A2B;
        font-size: 14px;
        text-decoration: none;
    }
    
    .sub_menu_pc {
        position: absolute;
    }
    
    .sub_menu_pc>ul>li {
        list-style: none;
        padding: 5px 10px;
        border-top: 1px solid #00000012;
    }
    
    .sub_menu_pc>ul>li>a {
        color: #252A2B;
        font-size: 14px;
        text-decoration: none;
        padding: 9px 18px;
        white-space: nowrap;
    }
    
    .menu_right_pc {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .menu_right_pc .menu_icon_pc {
        width: 40px;
        font-size: 20px;
        height: 40px;
        position: relative;
    }
    
    .menu_right_pc span i {
        color: #252A2B;
    }
    
    .menu_icon_pc a span strong {
        color: #252A2B;
        border-radius: 0;
        font-weight: bold;
        border: 3px solid #252A2B;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 25px;
    }
    
    .menu_icon_pc a span strong::after {
        border-color: #252A2B;
        transition: height .1s ease-out;
        bottom: 100%;
        margin-bottom: 1px;
        margin-left: -7px;
        height: 8px;
        width: 14px;
        left: 50%;
        content: ' ';
        position: absolute;
        pointer-events: none;
        border: 2px solid #252A2B;
        border-top-left-radius: 99px;
        border-top-right-radius: 99px;
        border-bottom: 0;
    }
    /* menu mobile */
    
    #menu-mobile {
        /* height: 70px; */
        line-height: 70px;
    }
    
    #menu-mobile .logo_mb {
        text-align: center;
    }
    
    #menu-mobile .logo_mb img {
        height: 70px;
        width: 70px;
    }
    
    .menu_search_mb input {
        background: #F5F5F5;
        border: 1px solid #ECECEC;
        font-size: 14px;
        color: #252A2B;
        font-weight: 500;
        width: 100%;
        height: 32px;
        padding: 0 55px 0 20px;
        margin: 0;
        display: inline-block;
        border-radius: 0;
        transition: all 150ms linear;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
    }
    
    .menu_search_mb span {
        position: absolute;
        right: 20px;
    }
    
    .menu_search_mb span i {
        color: #00000069;
    }
    
    #menu_popup_mb {
        opacity: 0;
        position: absolute;
        top: 90px;
        width: 100%;
        height: 100%;
        box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
        visibility:hidden;
        background: #211d12;;
    }
    
    #hide_menu_mb {
        display:none;
    }
    
    #menu_popup_mb ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        padding-bottom: 120px;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        left: 0;
        z-index: 999;
        right: 0;
        transition: transform .4s ease, -webkit-transform .4s ease;
        background: #211d12;;
    }
    
    #menu_popup_mb .vertical-menu-list li {
        position: relative;
        width: 100%;
        height: 50px;
    }
    
    .vertical-menu-list li a {
        width: 100%;
        height: 50px;
        text-decoration: none;
        display: flex;
        align-items: center;
        margin-left: 15px;
        text-transform: uppercase;
        outline: none;
        border-bottom: 1px solid #EEEEEE;
        text-shadow: 0 0 1px rgb(255 255 255 / 10%);
        font-size: 14px;
        font-weight: 700;
        transition: background 0.3s, box-shadow 0.3s;
        color: #ca4747;;
    }
    
    .vertical-menu-list li a:hover {
        color: #252A2B;
        text-decoration: none;
    }
    /* #menu_popup_mb .box-triangle svg {
    position: absolute;
    /* filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12)); */
    
    .mobile-section {
        padding: 16px 20px;
    }
    
    .mobile-section .section-title {
        font-size: 15px;
        line-height: 1.85;
        text-transform: uppercase;
        font-weight: 500;
        font-style: normal;
        color: #ca4747;;
    }
    
    .mobile-section .mobile-help {
        color: #677279;
        display: flex;
        align-items: center;
    }
    
    .mobile-section .mobile-help .icon-phone {
        margin-right: 16px;
        width: 24px;
        height: 24px;
    }
    
    .mobile-section .mobile-help .icon-email {
        margin-right: 16px;
        width: 24px;
        height: 24px;
    }
    
    .mobile-section .mobile-help a {
        font-size: 14px;
        text-decoration: none;
        display: flex;
        align-items: center;
        border-bottom: 0 !important;
        text-transform: none !important;
        color: #ca4747;;
    }
    
    .mobile-section .mobile-help a:hover {
        color: #252A2B;
    }
    
    .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;
        color: #ca4747;;
    }
    
    .open-node i svg {
        width: 8px;
        height: 12px;
    }
    
    .menu-children {
        display: none;
    }
    
    .icon_menu_mb i {
        font-size: 20px;
        padding: 5px 0;
        color:  #ffffff;
    }
    .item3{
      
    width:100%;
    }
    
    @media screen and (min-width: 992px) {
        #menu_popup_mb {
            display: none;
        }
    }
    .header_dropdown_content .site-nav-container .cart-view tr.list-item td {
        border: none;
    }
    
    .header_dropdown_content .site-nav-container .cart-view tr.list-item td.img {
        width: 90px;
    }
    
    .header_dropdown_content .site-nav-container .cart-view tr.list-item td.img img {
        width: 90px;
        border: 1px solid #ededed;
        margin-right: 10px;
        max-width: none;
    }
    
    .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item {
        padding: 10px 0;
        position: relative;
        padding-right: 30px;
        width: calc(100% - 90px);
    }
    
    .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .pro-title-view {
        float: left;
        width: 100%;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .variant {
        font-size: 12px;
        float: left;
        width: 100%;
        margin: 5px 0 12px;
        opacity: 0.66;
        text-transform: uppercase;
    }
    
    .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .pro-quantity-view {
        float: left;
        width: auto;
        background: #ededed;
        text-align: center;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 1;
        margin-right: 12px;
    }
    
    .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .pro-price-view {
        display: block;
        text-align: center;
        float: left;
        line-height: 26px;
        font-weight: 600;
        color: #333;
    }
    
    .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .remove_link.remove-cart {
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: #ededed;
    }
    
    @media screen and (min-width: 768px) {
        .header_dropdown_content .site-nav-container .cart-view .cart-scroll {
            max-height: 325px;
            overflow-y: auto;
        }
    }
    
    .header_dropdown_content .site-nav-container .cart-view .cart-scroll {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-right: 10px;
    }
    
    .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item .remove_link.remove-cart a {
        color: #000;
    }
    
    .header_dropdown_content .site-nav-container .cart-view .line {
        float: left;
        width: 100%;
        border-top: 1px solid #e3e5ec;
        margin: 0;
    }
    
    .header_dropdown_content .site-nav-container .cart-view .table-total tr td {
        border: 0;
    }
    
    .header_dropdown_content .site-nav-container .cart-view .table-total #total-view-cart {
        font-weight: 600;
        font-size: 16px;
        color: #e00707;
    }
    
    
    
    .header_dropdown_content .site-nav-container .cart-view .table-total a.linktocart,
    .header_dropdown_content .site-nav-container .cart-view .table-total a.linktocheckout {
        position: relative;
        padding: 14px 15px;
        width: 100%;
        white-space: nowrap;
    }
    
    .button.red {
        color: #fff;
        border-color: #e00707;
        background: red;
        position: relative;
        padding: 14px 15px;
        width: 100%;
        white-space: nowrap;
    }
    .button.dark {
    color: #fff;
    border-color: #50e3c2;
    position: relative;
    padding: 14px 15px;
    width: 100%;
    white-space: nowrap;
}
.button.green {
    color: #fff;
    border-color: #50e3c2;
    position: relative;
    width: 100%;
    white-space: nowrap;
    background: #50e3c2;
}
    
    .site-nav-container .cart-view tr.list-item td.item {
        padding: 10px 0;
        position: relative;
        padding-right: 30px;
        width: calc(100% - 90px);
    }
    
    .site-nav-container .cart-view tr.list-item td.item .pro-price-view {
        display: block;
        text-align: center;
        float: left;
        line-height: 26px;
        font-weight: 600;
        color: #333;
    }
    
    table tr td,
    table tr th {
        padding: 10px;
        /*text-align: left !important;*/
    }
    
    @media screen and (min-width: 768px) {
        .cart-scroll {
            max-height: 325px;
            overflow-y: auto;
        }
    }
    
    .pro-quantity-view {
        float: left;
        width: auto;
        background: #ededed;
        text-align: center;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 1;
        margin-right: 12px;
    }
    
    .pro-title-view {
        float: left;
        width: 100%;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .variant {
        font-size: 12px;
        float: left;
        width: 100%;
        margin: 5px 0 12px;
        opacity: 0.66;
        text-transform: uppercase;
    }
    
    .remove-cart {
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: #ededed;
    }
    
    .site-nav-container .cart-view tr.list-item td.item .remove_link.remove-cart a {
        color: #000;
    }
    
    .header_dropdown_content .site-nav-container .cart-view tr.list-item td.item a.pro-title-view {
        float: left;
        width: 100%;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
    }
     .clearfix a {
        color: #4a4a4a;
        text-decoration: none;
    }
    
    .clearfix a:hover {
        color: #4a4a4a;
        text-decoration: none;
    }
    .showmenu1 li {
        font-size: 15px;
       
    }
    
    .showmenu1 a {
        color: #000;
        text-decoration: none;
    }
    
    .showmenu1 a:hover {
        color: #000;
        text-decoration: none;
    }
    @media screen and (min-width: 992px) {
    .wrapbox-heading-account {
        border-right: 1px solid #ededed;
        
    }
}

@media screen and (max-width: 992px) {
    .wrapbox-heading-account .header-page {
        padding-bottom: 50px;
        text-align: center;
    }
    .wrapbox-heading-account .header-page:after {
        content: "";
        background: #000;
        display: block;
        width: 60px;
        height: 4px;
        margin-top: 70px;
        margin-left: auto;
        margin-right: auto;
    }
}

.wrapbox-heading-account .header-page h1 {
    font-size: 54px;
    font-weight: 700;
    margin: 0px 0;
    line-height: initial;
}

.wrapbox-heading-account .header-page:after {
    content: "";
    background: #000;
    display: block;
    width: 60px;
    height: 4px;
    margin-top: 70px;
}

.large_form {
    margin-bottom: 30px;
}

.userbox input[type=email],
.userbox input[type=password],
.userbox input[type=text] {
    width: 100%;
    height: 55px;
    border: 1px solid transparent;
    font-size: 15px;
    background: #ededed;
    color: #4a4a4a;
    padding: 0 20px;
    font-weight: 500;
    -webkit-appearance: none;
}

#gender input[type="radio"] {
    display: none;
}

#gender {
    padding-left: 10px;
}

.icon-field {
    display: none;
}

#gender input[type="radio"]+label {
    position: relative;
    cursor: pointer;
    padding-left: 28px;
    margin: 0 20px 0 0;
}

#gender input[type="radio"]:checked+label:before {
    -moz-box-shadow: inset 0 0 0 4px #efefef;
    -webkit-box-shadow: inset 0 0 0 4px #efefef;
    box-shadow: inset 0 0 0 4px #efefef;
}

#gender input[type="radio"]+label:before {
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #50e3c2;
    -moz-box-shadow: inset 0 0 0 18px #efefef;
    -webkit-box-shadow: inset 0 0 0 18px #efefef;
    box-shadow: inset 0 0 0 18px #efefef;
}

#gender input[type="radio"]+label:after {
    top: 49%;
    left: 9px;
    width: 54px;
    height: 54px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.3);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.userbox .action_bottom {
    padding: 0;
}

.action_account_custommer .action_bottom,
.action_account_custommer .req_pass {
    display: inline-block;
    vertical-align: middle;
}

.button.light {
    color: #fff;
    border-color: #50e3c2;
    background: #50e3c2;
}

.button.light:before {
    background-color: #50e3c2;
}

.userbox .action_bottom .btn {
    display: inline-block;
    border-radius: 0;
    padding: 0 30px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
}

.req_pass {
    color: #959898;
    font-weight: 500;
}
.come-back {
    margin-top: 35px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}
/*.selector-actions button {*/
/*  margin-bottom:5px;*/
/*}*/
.qty-click span {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #abafb2;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 25px;
    border: 1px solid #dadbdd;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
}
.valueChild1.active,
.valueChildren.active{
    border: 1px solid #ddd;
    background-color: #ce8564;
    color: white;
}
.valueChild1{
    cursor: pointer;
    padding: 0 10px;
    margin-right: 10px;
    border: 1px solid #ddd;
    pointer-events: all;
    opacity: 1;
    margin-bottom: 8px;
}
.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
}

.selectpage{
  color:#000 !important;
}

.img-first{
  position:relative;
  width:100%;
  height:375px;
  overflow: hidden;
}

.img-first{
  height:100%;
   width:100%;
  transition: all 0.8s;
}

.img-last{
  width:100%;
  height:100%;
  overflow: hidden  
}

.img-first img,
.img-last img,
.img-first video,
.img-last video {
  width:100%;
  height:100%;
  object-fit: cover;
  aspect-ratio: 2/3;
}


img.lazy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*pages kiểm tra đơn hàng*/

#checked_order{
  display:none;
  text-align:center;
  padding:20px;
}

.text-center #search {
    width: 100px;
    height: 40px;
    border: none;
    background: #040404;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

.checked_order .title {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}

.account-area--table {
    padding: 10px;
}

#table-order .is-text-center {
    text-align: center !important;
}


/*pages đặt hàng thành công*/

.success {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    height: 400px;
}

.success .image_success {
    width: 69px;
    height: 69px;
    margin: auto;
}


/*button scroll*/
.scroll.icon {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: rgba( 0 , 0 , 0 , 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    border-radius: 50%;
    cursor: pointer;
    transition:all .5s;
    z-index:9999;
}

.scroll.icon i{
  transition:all .5s;
}

.scroll.icon:hover{
  background: rgba( 0 , 0 , 0 , 1);
}

.scroll.icon:hover i{
  margin-top:-10px;
}

/*css animation phone*/
div#phonering-alo-phoneIcon {
  z-index: 10000;
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

.phonering-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#000000;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#000000 ;
    border-color:#bfebfc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top:50px;
    left:50px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#000000 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:70px;
    left:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#000000
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

/*.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {*/
/*    background-color:#000000;*/
/*    background-color:#000000 9*/
/*}*/

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
/*End animation phone*/

.disable-test{
  pointer-events: none !important;
  opacity: 0.4 !important;
  background-color: #FFF !important;
  color:#000 !important;
}

img{
  max-width:100%;
}


/*animation orderSuccess*/

.background-succ {
  background-color: #000000;
  color: #fff;
  top: 0;
  left: 0;
  width: 400px;
  z-index: 1000;
  border-radius: 5px;
  height: 215px;
  position: absolute;
  display: none;
  justify-content: ;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-succ .content {
  padding-top: 50px;
  position: relative;
  text-align: center;
}

.background-succ .content img {
  width: 60px;
  height: 60px;
}

.background-succ .content p {
  display: block;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
  color: #fff;
}


.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: green;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: green;
  stroke-miterlimit: 10;
  margin: 0px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}
/*.swiper-wrapper .anh-to img{*/
/*  max-height: 835px;*/
  /*height:835px;*/
/*}*/
/*@media only screen and (max-width: 425px){*/
/*.swiper-wrapper .anh-to img{*/
/*  max-height: 390px;*/
/*  height:390px;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 375px){*/
/*.swiper-wrapper .anh-to img{*/
/*  max-height: 338px;*/
/*  height:338px;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 320px){*/
/*.swiper-wrapper .anh-to img{*/
/*  max-height: 282px;*/
/*  height:282px;*/
/*  }*/
/*}*/


/*@media only screen and (min-width: 425px){*/
/*.swiper-wrapper .anh-nho img{*/
/*  max-height: 102px !important;*/
/*  height:102px !important;*/
/*  }*/
/*}*/
/*@media only screen and (min-width: 375px){*/
/*.swiper-wrapper .anh-nho img{*/
/*  max-height: 102px!important;*/
/*  height:102px !important;*/
/*  }*/
/*}*/
/*@media only screen and (min-width: 320px){*/
/*.swiper-wrapper .anh-nho img{*/
/*  max-height: 70px !important;*/
/*  height:102px !important;*/
/*  }*/
/*}*/
/*@media only screen and (min-width: 768px){*/
/*.swiper-wrapper .anh-nho img{*/
/*  max-height: 142px !important;*/
/*  height:142px !important;*/
/*  }*/
/*}*/
/*@media only screen and (min-width: 1024px){*/
/*.swiper-wrapper .anh-nho img{*/
/*  max-height: 108px !important;*/
/*  height:108px !important;*/
/*  }*/
/*}*/
/*@media only screen and (min-width: 1440px){*/
/*.swiper-wrapper .anh-nho img{*/
/*  max-height: 155px !important;*/
/*  height:155px !important;*/
/*}}*/

#color-primary{
  font-weight:600;
}

/*Combo Product*/

.row-flex {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.addorder .image_plus {
    border: 1px solid rgb(216, 216, 216);
    border-radius: 4px;
    padding: 5px;
}

.modal-footer{
  justify-content:center !important;
  text-align: center;
}

.modal-footer #deal-saler{
  color:#FF4500;
  margin-bottom:0;
}

/*.addorder .image_plus:last-child,*/
/*.addorder .addorderimg1:last-child{*/
/*  display:none;*/
/*}*/

.modal-backdrop.show {
    display: none !important;
}

.modal {
    background: rgba(10, 10, 10, 0.4) !important;
}

.wrapper-heading-home h3 {
    font-size: 28px;
    line-height: 1.6;
    margin: 0 0 15px;
    font-weight: 500;
    position: relative;
    padding: 0 0 10px;
    display: inline-block;
}

.wrapper-heading-home h3:before {
    position: absolute;
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    background: #000000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.addorderlist ul{
  padding-left:0 !important;
}

.addorderlist li {
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: flex;
}

.addorderlist a{
    text-decoration: none;
    color: #272727 !important;
}

.addorderlist li input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 4px 0 0;
}

.addorderlist li span.nice_title {
    width: inherit;
    margin-bottom: 0px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.modal-content{
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s  
}

.modal-header {
    padding: 15px 16px;
    position: relative;
    display: block;
}

.prod-name{
  margin-left:5%;
  font-size:20px;
}

.btn-close{
  position:absolute;
  right:10px;
  top:10px;
}

.values-attributes {
    align-content: center;
    margin: 0;
    padding: 10px 0;
    flex-wrap: wrap;
}

.values-attributes .att_chosse {
    margin: 0;
    border-radius: 0 !important;
    border: 1px solid #ddd;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.values-attributes .att_chosse span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}



.phong_accept {
    width: 100%;
    background-color: tomato;
    color: #fefefe;
    border: none;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
}


#variation_deal_name{
  cursor: pointer;
  background:#f1f1f1;
}

.button {
    position: relative;
    display: inline-block;
    padding: 10px 28px;
    line-height: normal;
    color: #fff !important;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #e4dbbf;
}

.addorderwrap .addorderbuttonall:before {
    background: #FF0000;
}

.button:before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #e4dbbf;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button:hover {
    color: #000 !important;
}

.button:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}


/* Add Animation */

@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}