body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
span,
a,
p,
sub,
blockquote,
th,
td {
    font-family: 'Montserrat', sans-serif !important;
    outline: none;
    color: #333333;
}
.size-guide {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: left;
    height: 40px;
    vertical-align: top;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.entry-summary .modal{
    z-index: 9999;
}
.entry-summary .product_meta,.twitter-share-link,
.pinterest-share-link,.socials-menu li.twitter,
.socials-menu li.pintterest{
    display: none;
}
.shopee-share-link img,.socials-menu li.shoppe img {
    filter: invert(1);
    opacity: 0.4;
    margin-right: 10px;
}
.shopee-share-link:hover img,.socials-menu li.shoppe:hover img {
    opacity: .7;
}
.ew-alo-phone{
    display: none !important;
}
.socials-menu li.shoppe img {
    width: 16px;
}
.socials-menu li.shoppe{
    position: relative;
    bottom: 3px;
}
.embed-container {
    --video--width: 1296;
    --video--height: 540;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    background: black;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.socials-share,
#social-links-widget-1{
    display: none;
}
#home_banner_mobile{
    margin: 0;
    padding: 0;
}
.indoor-plant-area{
    margin: 50px;
}
.text--bn {
    pointer-events: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}

.text--bn h3 {
    color: #fff;
    font-weight: bold;
    pointer-events: none;
}
.coupon_item {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,.15));
    padding: 10px;
    display: flex;
    border-radius: 5px;
    min-height: 100px;
    margin-bottom: 30px;
}
.coupon_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    height: 100%;
    width: 10px;
    color: #fff;
    background-clip: padding-box;
    background: repeating-linear-gradient(#e5e5e5,#e5e5e5 5px,transparent 0,transparent 9px,#e5e5e5 0,#e5e5e5 10px) 0/1px 100% no-repeat,radial-gradient(circle at 0 7px,transparent,transparent 2px,#e5e5e5ee 0,#e5e5e5 3px,currentColor 0) 1px 0/100% 10px repeat-y;
}
.coupon_item .coupon_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
}
.coupon_item .coupon_body .coupon_title {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: 0;
}
.coupon_item .coupon_body .coupon_desc {
    font-size: 13px;
    line-height: 1.2;
    color: #727272;
    padding-bottom: 7px;
    min-height: 40px;
}
.coupon-action .btn-main:hover {
    color: #fff;
    background: #000;
}
.coupon_item .coupon_copy {
    border: none;
    padding: 2px 15px;
    margin-bottom: 0;
    border-radius: 15px;
}

.coupon_copy {
    background: #000!important;
    color: #fff!important;
}
.coupon_info_toggle {
    font-size: 12px;
    text-decoration: underline;
    color: #2e72d2;
    cursor: pointer;
    margin-bottom: 3px;
    float: right;
}
.coupon_info {
    display: none;
}
.coupon-modal .modal-content {
    padding: 15px 20px;
}
.coupon-modal .window-close {
    z-index: 9;
    position: absolute;
    right: 8px;
    top: 0;
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0;
    background-color: transparent;
    border: 0;
}
.coupon-modal .modal-content .coupon-content {
    border: none;
    margin-bottom: 0;
    display: block;
    padding: 0;
}
.coupon-title {
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    max-height: 32px;
    font-weight: 500;
    margin: 0 16px 16px;
    text-align: center;
}
.coupon-row:nth-child(2n) {
    background-color: #f3f3f3;
}

.coupon-row {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 5px;
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.coupon-label {
    color: #4c4c4c;
}
.coupon-row {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 5px;
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.coupon-label {
    color: #4c4c4c;
}
.coupon-row .coupon-info {
    grid-column: 1/-1;
    grid-row: 2;
}
.coupon-action {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f1f2;
    grid-gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.btn--bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_coupons {
    margin-top: 40px;
}
.section_coupons .btn{
    font-size: 12px;
    line-height: 1.5;
    min-width: unset;
}
.coupon-action .btn {
    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;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 10px;
}
.coupon-action .btn-main {
    border-color: #000;
    color: #000;
}
.vc_custom_heading,
.ma-banner7-container{
    margin-bottom: 20px;
}
.woocommerce ul.products li.product .product-header{
    height: auto;
}

@media (min-width: 1450px) {
    .woocommerce ul.products li.product .product-header {
        min-height: auto;
    }
}
@media (min-width: 1200px) {
    .album-img img {
        height: auto;
        max-height: 330px;
    }
}

.topbox {
    background: rgb(52, 54, 49);
}
.topbox .topbox-item {
    color: rgb(255, 255, 255);
}

.footer.is-dark {
    display: flex;
    padding: 0 5.5rem;
    flex-wrap: wrap;
    color: #231F20;
    background: #fff;
}
.footer .left {
    width: 37.5%;
    text-align: left;
    color: #fff;
}
.footer .center {
    width: 25%;
    text-align: center;
    color: #fff;
}
.footer .right {
    width: 37.5%;
    text-align: right;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer p, .footer a {
    color: #000;
    margin-bottom: 0;
    font-size: 10px;
}
.footer strong {
    font-size: 10px;
}
.footer span {
    color: #000;
}
.footer .right a {
    margin-left: 2rem;
    background: #000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer .right a i {
    color: #fff;
    font-size: 20px;
}
.site-content.contentCategory {
    padding-top: 0;
}
.woocommerce .product-toolbar {
    padding: 100px 0 0 0;
}
.sidebar-single-left .sober-container .content-area {
    width: 100%;
}
.woocommerce ul.products li.product {
    margin-bottom: 0px;
    border: solid 1px #000;
}
.site-header {
    padding: 0;
}
.attributes-select {
    display: block;
    border: 1px solid;
    font-size: 12px;
    padding: 8px 5px;
    margin-bottom: 8px;
}
.btn-prod-shopping .btn_add_cart {
    color: #fff;
    background: #000;
    text-align: left;
    padding: 0.5rem 0.625rem;
    letter-spacing: .025em;
    line-height: .875rem;
    text-transform: uppercase;
    border-radius: 0 !important;
    cursor: pointer;
    background-size: 18px 18px;
    background-position: center right 0.25rem;
    background-repeat: no-repeat;
    border: 1px solid #000;
}
.btn-prod-shopping .btn_add_cart span {
    color: #fff;
}
option.for.deactive_select {
    color: #999;
}
.size-guide a {
    text-decoration-line: underline;
}
@media (max-width: 980px) {
    .header-icon li.menu-item-cart{
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .site-content {
        padding: 0;
    }
    .site-header {
        padding: 10px 0;
    }
    div .translate {
        width: 107px;
        margin-top: 10px;
    }
    .translate li a {
        text-overflow: clip;
        padding: 0;
    }
    .translate li:after {
        border: none !important;
    }
    body.header-sticky .site-content {
        padding-top: 70px;
    }
}

@media (max-width: 550px) {
    .footer .left, .footer .center, .footer .right {
        width: 100%
    }
    .footer .right {
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 20px 0;
    }
    .footer .right a {
        margin-left: 0;
        margin-bottom: 0;
    }
    .woocommerce ul.products li.product:nth-child(odd) {
        border-right: none !important;
    }
    .woocommerce ul.products li.product:not(:nth-last-child(-n+2)) {
        border-bottom: none !important;
    }
    .btn-prod-shopping .btn_add_cart {
        padding: 1.5rem 0.625rem !important;
    }
    .footer .right a i {
        font-size: 16px;
    }

    footer.footer.is-dark .right img {
        width: 17px;
    }
    .footer .right a {
        width: 25px;
        height: 25px;
    }
    footer.footer.is-dark .right .shoppe img {
        width: 15px;
        height: 15px;
    }
}

ul#menu-primary-menu>li:nth-child(3) .tp_menu_item {
    color: red;
}
@media (min-width: 992px) {
    .site-branding {
        text-align: left;
    }
    #menu-primary-menu.nav-menu li {
        position: static;
    }
    #menu-primary-menu.nav-menu li ul.sub-menu.menu1{
        left: 50%;
        transform: translate(-50%, 5%);
    }
    .nav-menu li ul {
        min-width: 80px;
    }
    .menuLevel1.open > .dropdown-menu {
        display: flex;
    }
    .sub-menu.menu2 {
        position: static;
        transform: none;
        box-shadow: none;
        display: block;
    }
    .sub-menu.menu2 li {
        padding: 0;
    }
    .font-weight-bold {
        font-weight: 600 !important;
    }
    .menuLevel1.open a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -3px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        width: 100%;
        height: 2px;
        background-color: #23232c;
    }
}
.nav-menu li ul{
    top: unset !important;
}
.header-icon li {
    margin-right: 20px;
}
.header-icon {
    display: flex;
    justify-content: end;
    align-items: center;
}
div .translate {
    padding: 2px;
    background-color: #dad8c9;
    border-radius: 60px;
    height: 22px;
    display: flex;
    align-items: center;
    margin-right: 6px;
}
.translate li {
    margin-right: 0;
    display: flex;
    align-items: center;
    width: 48px;
    justify-content: center;
    border-radius: 52px;
    height: 13px;
}
.translate li.active {
    background-color: #fff;
}
.translate li a {
    font-size: 9px;
    font-weight: bold;
}
.header-sticky .site-content {
    padding-top: 100px;
}
footer.footer.is-dark .right img {
    border-radius: 50%;
}
footer.footer.is-dark .right .shoppe img {
    border-radius: 0;
    width: 20px;
    height: 20px;
}


