/*
Theme Name: Thiết kế web 
Theme URI: http://underscores.me/
Author: Thanh Doan
Author URI: https://www.facebook.com/thanh250896
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.wpcf7 br {
    display: none;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.container-fluid {
    padding: 0 50px;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #111;
}
figure {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
a:hover {
    text-decoration: none;
}
button,input {
    outline: none !important;
    box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
    background-color: unset;
    border-color: unset;
    border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
    html {
        margin-top: 0 !important;
    }
}
h2.screen-reader-text {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.showbar {
    flex: 1;
}
.heading-cart svg {
    width: 26px;
}
.showbar .icon-bar {
    display: block;
    width: 27px;
    height: 2px;
    border-radius: 1px;
}
body.home .showbar .icon-bar {
    background-color: #fff;
    opacity: .8;
}
.showbar .icon-bar {
    background-color: #111;
}
.header-main.stick-header .showbar .icon-bar {
    background-color: #111;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 6px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #fff;
    color: #0003AB;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#mobile-menu .sub-menu img {
    display: none;
}
.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
    background: #fff;
    box-shadow: 2px 2px 2px #1113;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
.alert-warning {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #111;
}
.tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #cccccc;
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 5px 15px;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px){
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #333333;
    border-bottom: 2px solid #ff9900;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea,.wpcf7-number {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
    height: auto;
}
.wpcf7-submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}
div.quantity {
    display: flex;
}
.qty_button {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #111;
  outline: 0;
}
.qty.text {
  padding: 5px 10px;
  border: 1px solid #111;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quantity__remove {
  border-right: 0;
  margin-right: -5px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quantity__add {
  border-left: 0;
  margin-left: -5px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.single_add_to_cart_button {
    border-radius: 0 !important;
    display: inline-block !important;
    background-color: #111!important;
    box-shadow: none !important;
    margin: 0px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 16px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    width: 100%;
    text-transform: uppercase;
    padding: 14px !important;
}
.woocommerce-pagination ul {
    list-style: none;
    border-radius: 0.25rem;
    border: 0 !important;
}
.woocommerce-pagination ul li {
    border-right: 0 !important;
}
.woocommerce-pagination ul li a {
    color: #111 !important;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .page-numbers {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 3px !important;
    transition: unset !important;
}
.woocommerce-pagination ul li .page-numbers {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
}
.woocommerce-pagination ul li .page-numbers.current {
    background: #109cd9 !important;
    border-color: #109cd9 !important;
    color: #fff !important;
}
.shopping-cart .shopping-cart-menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -moz-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    -o-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    opacity: 0;
    visibility: hidden;
    width: 420px;
    max-width: 100%;
}
.heading-cart a {
    color: #111;
    position: relative;
    display: block;
    padding-right: 10px;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget img {width: 65px;height: 65px;object-fit: cover;}
span#cart-total {
    font-size: 10px;
    display: block;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -2px;
    right: -8px;
    min-width: 15px;
    height: 15px;
    border-radius: 15px;
    padding: 2px;
    background: #212121;
    color: #ffffff;
}
.overlay-cart {
    opacity: 0;
}
.cart-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
.cart-heading h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}
.cart-heading .close-side-cart {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #2d2a2a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    padding-right: 21px;
    cursor: pointer;
}
.cart-heading .close-side-cart:after,.cart-heading .close-side-cart:before {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    right: 0;
}
.cart-heading .close-side-cart:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-heading .close-side-cart:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper p {
    clear: both;
    margin: 0;
    white-space: nowrap;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__empty-message {
    padding-top: 15px;
    padding-bottom: 15px;
    
}
.return-to-shop .button {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
    background-color: #e0305e;
    color: #FFF;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
}
.overlay-cart.opened {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    opacity: 0.6;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.shopping-cart.opened .shopping-cart-menu-wrapper {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.close-side-cart:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-side-cart:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content .uni-scroll {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc(100vh - 215px);
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.shopping-cart .shopping-cart-menu-wrapper ul li {
    position: relative;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #ebeef6;
    float: left;
    clear: both;
    width: 100%;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove-item {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 1;
    display: inline-block;
    font-size: 1.5em;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove-item:hover {
    background-color: #ff0000;
    color: #FFF;
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media {
    float: left;
    width: 60px;
    margin-right: 10px;
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-wrap {
    float: left;
    width: calc(100% - 70px);
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-menu-product-wrap a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.shopping-cart .shopping-cart-menu-wrapper .quantity {
    font-size: 13px;
    display: block;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body .woocommerce-Price-amount {
    font-weight: bold;
    color: #f00;
    font-size: 15px;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-footer {
    padding: 0 15px;
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total {
    margin: 10px 0 10px;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: bold;
    color: #ff0000;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a {
    color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    min-height: 0;
    line-height: 1.4;
    position: relative;
    display: block;
    text-align: center;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgba(230,126,34,.8);
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a.checkout {
    background-color: #222222;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media img {
    width: 100% !important;
}
.menu-overplay {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
}
.search-overplay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
}

body.home header#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

body.home.admin-bar header#header {
    top: 32px;
}
.menu-dm-container a {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}
.header-top p {
    margin: 0;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    color: #111;
    font-weight: 500;
}
body.home .header-top p {
    color: #fff;
}
section.home-content img {
    height: 750px;
    object-fit: cover;
}

.header-right {
    display: flex;
    align-items: center;
    min-width: 200px;
    justify-content: flex-end;
    flex: 1;
}

div#logo img {
    display: block;
    margin: 0 auto;
}


.header-search {
    padding: 0 35px;
    cursor: pointer;
}

.header-link a {
    display: block;
    font-size: 15px;
    color: #111;
    font-weight: 500;
}
body.home .header-link a {
    color: #fff;
}
.header-cart {
    width: 24px;
}
nav#primary-menu {
    flex: 1;
}
body.home .heading-cart svg {color: #fff;width: 24px;}

body.home .heading-cart svg path {
    stroke: #fff;
}
.header-search svg {
    fill: none;
    color: #111;
     font-size: 24px;
    width: 24px;
}
body.home .header-search svg {
    color: #fff;
   
}
.heading-cart svg path {
    color: #111;
    fill: none;
    stroke: #111;
}
.banner-mb {
    display: none;
}

section.home-content {
    position: relative;
}

.hc-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 60px;
    text-align: center;
}

.hc-text h2 {
    font-size: 31px;
    color: #fff;
}

.hc-text p {
    margin-bottom: 16px;
    color: #fff;
    font-size: 14px;
}

a.reset_variations {
    display: none !important;
}
.hc-text a {
    padding: 9px 16px;
    color: #111;
    font-size: 11px;
    background: #fff;
    font-weight: 500;
    letter-spacing: 1.2px;
    display: inline-block;
}
.home-star-text {
    background: #4b4b4b;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
}

.star-icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.star-icon svg {
    width: 15px;
}

.home-star-text a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
}
section.home-product {
    padding-top: 50px;
}
.hp-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    clear: both;
}

.product-item {
    flex: 0 0 calc(25% - 16px);
}

.product-item img {
    height: 460px;
    object-fit: cover;
    width: 100%;
    transition: all .3s;
}

a.product-image {
    position: relative;
    display: block;
}

.product-label {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 999;
    color: #212121;
    background: #ffffff;
    padding: 5px 15px;
    line-height: 1;
    font-size: 10px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-weight: 500;
}

.product-info {
    text-align: center;
    padding: 10px 20px;
}

.product-info a {
    display: block;
    margin: 4px 0 7px;
    font-size: 15px;
    font-weight: 700;
    font-family: "Helvetica Neue", sans-serif;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    color: #111;
}

.product-row-price {
    color: #646464;
    font-size: 14px;
    font-weight: 600;
}
.product-row-price del {
    color: #f00;
    opacity: .5;
}
a.product-image.back-image img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-item:hover a.product-image.back-image img:nth-child(2){
    opacity: 1;
}
.heading {
    text-align: center;
}

.heading h2 {
    font-size: 28px;
    font-weight: 700;
}

section.home-product ul.nav {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

section.home-product ul.nav li:nth-child(2) {
    margin: 0 15px;
}

section.home-product ul.nav a {
    color: #646464;
    font-weight: 500;
}

section.home-product ul.nav a.active {
    color: #111;
}
.cr-ajax-search,.cr-ajax-reviews-cus-images-div {
    display: none !important;
}
#reviews {
    padding-top: 30px;
}
footer#footer {
    padding: 30px 0;
    margin-top: 30px;
}

footer#footer .title {
    margin: 7px 0 10px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer-block-form .wpcf7-text {
    border-radius: 0;
    font-size: 14px;
    padding-right: 100px;
}

.footer-block-form form {
    position: relative;
}

.footer-block-form .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    padding: 9px 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    background: #111;
    border: 0;
    font-size: 12px;
}

ul.footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
ul.footer-social i {
    font-size: 26px;
}

ul.footer-social li:first-child {
    margin-right: 15px;
}
ul.footer-social svg {
    fill: none;
    color: #111;
    width: 20px;
}

ul.footer-social li:nth-child(2) {
    margin-right: 10px;
}

.footer-block-menu a {
    display: block;
    margin: 6px 0;
}
.header-main.stick-header #primary-menu >.menu-container .menu > li > a {
    color: #111;
}

.header-main.stick-header .header-link a {
    color: #111;
}

.header-main.stick-header .header-search svg {
    fill: none;
    color: #111;
}

.header-main.stick-header .heading-cart svg path {
    color: #111;
    fill: none;
    stroke: #111;
}
div#logo a:nth-child(2),div#logo a:nth-child(3)  {
    display: none;
}
.header-main.stick-header div#logo a:nth-child(1),.header-main.stick-header div#logo a:nth-child(3) {
    display: none;
}
.header-main.stick-header div#logo a:nth-child(2) {
    display: block;
}
.header-main.stick-header div#logo a:nth-child(2) img {
    height: 22px;
}
body:not(.home) div#logo a:nth-child(3) {
    display: block;
}
body:not(.home) div#logo a:nth-child(1) {
    display: none;
}
body:not(.home) div#logo a:nth-child(3) img {
    height: 22px;
}
.header-main.active div#logo a:nth-child(3) img {
    height: 22px;
}
.search-overplay input {
    border-radius: 0;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    color: #111;
    padding-left: 35px;
}

.search-overplay input::placeholder {
    color: #111;
}

.search-overplay button {
    padding: 0;
    background: transparent !important;
    border: 0;
    color: #111;
    height: 36px;
    line-height: 36px;
}
.close-form {
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer;
    transition: all .3s;
}

.close-form svg {
    fill: #212121;
    width: 24px;
    height: 24px;
}

.search-form .search-submit svg {
    fill: none;
    width: 24px;
    height: 24px;
}

.close-form:hover {
    transform: rotate(180deg);
}

.blog-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.blog-item .title {
    margin-top: 15px;
}

.blog-item h3 a {
    font-size: 16px;
}

.blog-item h3 a:hover {
    color: #1271cd;
}

.blog-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 3px;
    color: #686464;
}
.blog-item .title>a {
    font-style: italic;
    text-decoration: underline;
    color: #1271cd;
}
#filter-close {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.filter-btn {
    background-color: #29324e;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

form.woocommerce-ordering select {
    border-radius: 0;
    padding: 5px;
}
.main-filter section#woof_widget-2,
.main-filter .widget_nav_menu {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 80%;
    min-width: 280px;
    max-width: 370px;
    padding: 0;
    z-index: 9999;
    left: -100%;
    right: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: #fff;
    margin: 0;
    padding: 16px 24px;
    overflow: auto;
}
section#woof_widget-2.active,.widget_nav_menu.active {
    left: 0;
}
a.woof_show_auto_form.woof_btn_default {
    display: none !important;
}
section#woof_widget-2 h4 {
    margin-bottom: 16px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #8d94ac;
    text-transform: uppercase;
}

section#woof_widget-2 .price_label span {
    font-weight: 700;
    font-size: 14px;
    color: #2b2b2b;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #018786;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    top: -6px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #018786;
}

section#woof_widget-2 .woof_price_filter:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.woof label {
    margin: 0;
    padding: 0;
    padding-top: 3px;
}

section#woof_widget-2 .woof_childs_list_li {
    margin-top: 10px;
}

section#woof_widget-2 .woof_childs_list_li li:not(:last-child) {
    margin-bottom: 10px;
}
.clearfix {
    clear: both;
}
.main-filter {
    display: none;
}
ul.woof_list li {
    margin-bottom: 10px !important;
}
.woof_container {
    margin-bottom: 15px;
}
.select_box_label  .select_option {
    padding: 4px 10px;
}
.product-gallery {
    position: relative;
}
.list-product-thumb img {
    height: 70px;
    object-fit: cover;
    width: 100%;
}
.list-product-thumb .slick-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
}
.list-product-thumb .slick-next {
  right: 0;
  left: unset;
}
.list-product-thumb .slick-nav i {
    color: #2fa881;
    font-size: 37px;
}
.list-product-thumb .slick-list {
    margin: 0 -5px;
}
.list-product-thumb .slick-slide {
    margin: 0 5px;
}
.woocommerce div.product form.cart .variations {
    margin: 0;
}

.summary-single .price {
    color: #111 !important;
}
.woocommerce div.product form.cart .quantity {
    display: none !important;
}

.product_meta {
    display: none;
}
.description-accordion {
  margin-bottom: 10px;
  border-top: 1px solid #111;
}
.description-accordion-item {
  border-bottom: 1px solid #000;
}
.description-accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-weight: bold;
}
.description-accordion-content {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  line-height: 1.6;
}
.description-accordion-item.active .description-accordion-content {
  display: block;
}
.toggle-icon {
  font-size: 18px;
}
.size-chart svg {
    width: 20px;
}

.size-chart {
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 30px;
    cursor: pointer;
}

.product__icon__row {
    margin-bottom: 30px;
    text-align: center;
}

.product__icon__row svg {
    height: 30px;
    margin-bottom: 5px;
    max-width: 45px;
}

.product__icon__row p {
    margin: 0;
    color: #212121;
    font-size: 13px;
}
.woocommerce-tabs-custom ul.tabs.wc-tabs {
    display: none;
}

h2.woocommerce-Reviews-title {
    display: none;
}
.testimonial-heading {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-heading .sub-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 8px;
}

.testimonial-heading h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.testimonial-heading p {
  font-size: 16px;
  color: #333;
  max-width: 700px;
  margin: 16px auto 0;
}

.testimonial-box {
  border: 1px solid #000;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.testimonial-box img {
  max-width: 100%;
  height: auto;
  width: 45%;
  border: 1px solid #ccc;
}

.testimonial-text {
  width: 50%;
  padding: 20px;
}

.testimonial-text p {
  font-size: 16px;
  color: #111;
  margin-bottom: 10px;
}

.testimonial-author {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #222;
}

@media (max-width: 768px) {
  .testimonial-box {
    flex-direction: column;
}

.testimonial-text {
    padding: 20px 0 0;
}
}
.single-testimonial {
    max-width: 991px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.select_option_label .yith_wccl_value {
    border: 0;
}
.size-infomation .subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.size-infomation .fit-title {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  font-size: 18px;
}

.size-infomation .fit-tip {
  text-align: center;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 20px;
}

.size-infomation .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.size-infomation .tab-btn {
  margin: 0 10px;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
  color: #444;
  font-size: 14px;
}

.size-infomation .tab-btn.active {
  border-color: black;
  color: #111;
}
.pum-theme-536 .pum-content, .pum-theme-lightbox .pum-content {
    font-weight: 400 !important;
}
div#popmake-544 {
    border: 0;
}
.size-infomation {
    font-size: 14px;
}

.size-infomation ol {
    margin-bottom: 30px;
    font-size: 14px;
    line-height:20px;
}

.size-infomation img {
    max-width: 275px !important;
    display: block;
    margin: 0 auto;
}


.size-infomation h3 {
    text-align: center;
    margin: 30px 0 10px;
}

.size-infomation p {
    margin: 0;
    text-align: center;
}
@media(max-width: 991px) {
     .main-filter {
        display: block;
    }
}
.menu-overplay img {
    height: 100vh;
    flex: 1;
}

.menu-overplay .menu-container {
    padding: 20px;
    background: #fff;
}

.menu-overplay ul.menu>li>a {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
}

.menu-overplay ul.menu>li {
    margin-bottom: 30px;
}

.menu-overplay ul.sub-menu>li>a {
    display: block;
    padding: 1px 0 0 15px;
    font-size: 13px;
    font-weight: 400;
}
.menu-overplay ul.sub-menu ul.sub-menu {
    padding-left: 15px;
}
nav#primary-menu ul.menu>li>ul.sub-menu>li.menu-item-has-children>a {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}
.menu-overplay ul.sub-menu>li>a:hover,.menu-overplay ul.menu>li>a:hover {
    color: #5f7782;
}
.header-main.active .menu-overplay {
    display: block;
}
.header-main.active {
    background: #fff;
}

.header-main.active #primary-menu >.menu-container .menu > li > a {
    color: #111;
}
.header-main.active div#logo a:nth-child(2),.header-main.active div#logo a:nth-child(1) {
    display: none;
}
.header-main.active div#logo a:nth-child(3) {
    display: block;
}
.header-main.active .heading-cart svg {
    color: #111;
    fill: none;
    stroke: #111;
}

.header-main.active .heading-cart svg path {
    stroke: #111;
}
.header-main.active .header-link a {
    color: #111;
}
.header-main.active  .header-search svg {
    color: #111;
}
@media(max-width: 991px) {
    .header-link {
    display: none;
}

.banner-mb {
    display: block;
}

.banner-pc {
    display: none;
}

.container-fluid {
    padding: 0 15px;
}

.header-right {
    min-width: unset;
    flex: 1;
}

.header-search {
    padding: 0 10px 0;
}

.hc-text {
    padding: 0 15px;
    bottom: 30px;
    width: 100%;
}

.hc-text h2 {
    font-size: 24px;
}

.product-item {
    flex: 0 0 calc(50% - 3px);
}

.product-item img {
    height: 240px;
}

.product-info {
    padding: 5px 10px;
}

.product-info a {
    font-size: 12px;
}

section.home-product {
    padding-top: 30px;
}

body.home footer#footer {
    margin-top: 0;
}
.header-main.stick-header {
    padding: 10px 0;
}
.page-heading {
    font-size: 21px;
}
.testimonial-text {
    width: 100%;
}
}
@media(max-width: 767px) {
    
}
@media(max-width: 576px) {
    .woocommerce form.woocommerce-cart-form .shop_table_responsive .product-thumbnail {
    display: block !important;
    text-align: left !important;
}
.woocommerce form.woocommerce-cart-form .shop_table_responsive .product-thumbnail:before {
    display: none;
}
form.woocommerce-cart-form  .product-thumbnail img {
    height: 80px !important;
    width: 80px !important;
}

}
.coupon input {
    min-width: 200px;
}