/*
Version: 3.0.12
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
a {
    transition: all .3s;
}

.tooltipster-fade {
   display:none;
}

.pb-0 {
    padding-bottom: 0 !important;
}
@media (min-width: 768px) {
    .pb-lg-0 {
        padding-bottom: 0;
    }
}

.product-cat-banner-ctkm-slick {
    margin-bottom: 15px;
}

section.oa-page-header div#breadcrumbs {
    padding-top:15px;
}

section.oa-page-header div#breadcrumbs a {
    color: #000;
}
/* end page header */

/* home page */
.home-all-prod-cats {
    margin-top: 100px;
}

.home-all-prod-cats .prod-cat-item {
    transition: all .4s;
}

.home-all-prod-cats .prod-cat-item .image-box {}

.home-all-prod-cats .prod-cat-item .image-box a {}

.home-all-prod-cats .prod-cat-item .image-box a img {}

.home-all-prod-cats .prod-cat-item .text-box {}

.home-all-prod-cats .prod-cat-item .text-box a.prod-cat-name {
    color: var(--Header, #11191F);
    text-align: Left;
    font-family: chakra petch;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 24px 0;
}

.home-all-prod-cats .prod-cat-item .text-box .prod-cat-des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.home-all-prod-cats .prod-cat-item .text-box .prod-cat-des p:has(strong) {
    display: none;
}

.home-all-prod-cats .prod-cat-item .text-box .prod-cat-des p {
    color: var(--Body-text, rgba(17, 25, 31, 0.70));
    text-align: justify;
    font-family: chakra petch;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.34px;
    margin-bottom: 0;
    padding: 0 25px;
}

.home-all-prod-cats .prod-cat-item .text-box a.prod-cat-viewmore {
    color: var(--White, #000);
    text-align: center;
    font-family: chakra petch;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    background: var(--Main-color, #A61E22);
    line-height: 40px;
    transition: all .4s;
    opacity: 0;
    margin-top: 12px;
}

.home-all-prod-cats .prod-cat-item:hover {
    background: var(--White, #FFF);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
}

.home-all-prod-cats .prod-cat-item:hover .text-box a.prod-cat-viewmore {
    opacity: 1;
    visibility: visible;
}
/* end home page */

.oa-line {
    height: 1px;
    background: rgba(17, 25, 31, 0.70);
}

.all-prod-brands .oa-line {
    margin-bottom: 86px;
}
/* homepage brands */
.all-prod-brands {
    padding-bottom: 96px;
}

.all-prod-brands h3.oa-section-title {
    color: var(--Highline, #505050);
    text-align: center;
    font-family: Chakra petch;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.all-prod-brands .brands-list {
    margin-top: 57px;
}

.all-prod-brands .brands-list .item {
    text-align: center;
}

.all-prod-brands .brands-list .item a {
    display: inline-block;
}
/* homepage brands */

/* slick dots */
ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 42px 0 0 0;
}

ul.slick-dots li {
    list-style: none;
    width: 13px;
    height: 13px;
    background: #D9D9D9;
    margin: 0 6.5px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li.slick-active {
    background: #a30404;
}
/* end slick dots */

.absolute-footer {
    display: none !important;
}

/* Product Category Page */
.shop-page-title {
    display: none !important;
}
.shop-container {}
.widget ul.product-categories > li > ul > li {}

.widget ul.product-categories > li > ul > li > a {}
	color: #000;
.widget ul.product-categories li.current-cat > a, .widget ul.product-categories li.active > a {
    color: #000;
}
.widget ul.product-categories button.toggle {
    color: #000;
    opacity: 1;
}

.filter-ico-loading {
    text-align: center;
    width: 100%;
    display: none;
}

.filter-ico-loading span {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: url(./assets/img/ico-loading.svg) no-repeat;
    background-size: 100% 100%;
}

.filter-ico-loading.show {
    display: block;
}
/* End Product Category Page */

/* Product small */

.product-small .product-title a {
    color: #000;
	font-family: chakra petch;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
}

.product-small span.amount {
    color: var(--Main-color, #a30404);
    font-family: chakra petch;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
}

.product > .col-inner .product-small {
    transition: all .4s;
}

.product > .col-inner .product-small:hover {
    border-color: #FFFFFF;
}
.product > .col-inner .product-small:hover .product-title a {
    color: #A30404;
	font-size: 14px;
}

/* End Product small */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.product-small .product-title a {
    color: #000;
    text-align: left;
    font-family: chakra petch;
    font-size: 12px;
    font-weight: 300;
}

.product-small span.amount {
    color: var(--Main-color, #a30404);
    font-family: Chakra petch;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
	.product > .col-inner .product-small:hover .product-title a {
    color: #000000;
	font-size: 12px;
	font-family: chakra petch;
}
/* Single Product */
.product-main {
    padding-top: 0 !important;
}

.product-info {
    padding-top: 0;
}

.product-info .is-divider {
}
.product-info .price-wrapper {
    padding-bottom: 19px;
    border-bottom: 1px solid #979797;
    margin-bottom: 15px;
}

.product-info .price {
    margin-bottom: 0;
}

.product-info form {
    padding: 24px 0 0 0;
    margin: 0;
    border-top: 1px solid #979797;
}

.product-info .quantity, td.product-quantity .quantity {
    border: 1px solid #000;
	color: #000;
    height: 34px;
}

.product-info .quantity input.ux-quantity__button, td.product-quantity input.ux-quantity__button {
    height: 32px;
    min-height: unset;
    line-height: 32px;
    width: 36px;
    color: #000;
    border: 0;
    background: none;
    box-shadow: none;
}

.product-info .quantity .qty, td.product-quantity .qty {
    height: 32px;
	color: #000;
    box-shadow: none;
    border: 0;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    width: 60px;
    max-width: unset;
}

.single-prod-add-to-cart-block {
    display: flex;
    align-items: left;
    margin-top: 15px !important;
    margin-bottom: 30px !important;
}

.product-info-tskt {}
.product-info-tskt table {
    margin: 0 0 15px 0;
}

.product-info-tskt table td {
    border: 0;
    color: var(--333333, #333);
    font-family: chakra petch;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
}
.product-info-tskt table th {
    border: 0;
    color: var(--333333, #333);
    font-family: chakra petch;
    font-size: 14px;
    font-weight: 300;
	text-transform: normal;
    line-height: 24px; /* 171.429% */
}
	
.product-info-tskt table td:first-child {
    font-weight: normal;
    width: 170px;
}

.product-info .social-icons {}

.product-info .social-icons a {
    width: 29px;
    height: 29px;
    border: 0;
    background: #5c5c5c;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 3px;
    min-height: unset;
    min-width: unset;
    margin-right: 10px;
}

.single-product .image-tools {
    display: none;
}

.product-info .social-icons {}

.product-info .social-icons a {
    width: 29px;
    height: 29px;
    border: 0;
    background: #5c5c5c;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 3px;
    min-height: unset;
    min-width: unset;
    margin-right: 10px;
}

.single-product .image-tools {
    display: none;
}

.single-product .product-images .flickity-button {
    opacity: 1;
    transform: unset;
    color: #fff;
    background: orange;
    height: 30px;
    border-radius: 100%;
    min-height: unset;
    width: 30px;
}

.single-product .product-images .flickity-button svg {
    height: 26px;
    fill: #fff !important;
}

.single-product .product-images .flickity-button svg path {
    fill: #fff !important;
}

.single-product .product-thumbnails img {
    transform: none !important;
    margin: 0;
}

.single-product .product-thumbnails a {
    border: 1px solid #fff;
    height: auto;
    max-height: unset;
}

.single-product .product-thumbnails .is-selected a {
    border: 1px solid orange;
}

.product-footer .woocommerce-tabs {
    padding-top: 40px;
}

.product-footer .woocommerce-tabs a {color: var(--979797, #979797);text-align: center;font-family: "Mulish";font-size: 20px;font-style: normal;font-weight: 400;line-height: normal;text-transform: none;}

.product-footer .woocommerce-tabs ul {
    
}

.product-footer .woocommerce-tabs a::before {
    display: none;
}

.tab-panels .entry-content {
    color: var(--Body-text, rgba(17, 25, 31, 0.70));
    text-align: justify;
    font-family: Chakra petch;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.54px;
}

.related-products-wrapper  h3.product-section-title {
    padding-top: 30px;
}

.related-products-wrapper .product-small .product-small {
    border: 1px solid #ececec;
}

.related-products-wrapper {}

.related-products-wrapper .flickity-button {
    display: none;
}

.single-product .all-prod-brands {
    margin-top: 20px;
}

#cart-popup {}

#cart-popup li a {
    color: #000;
}



#cart-popup span.amount {
    color: #a61e22;
}

#cart-popup .quantity {
    opacity: 1;
}

#cart-popup .is-divider {
    height: 1px;
    width: 100%;
    max-width: unset;
    background: #ccc;
}

#cart-popup .ux-mini-cart-footer {}

#cart-popup .ux-mini-cart-footer a {
    border-radius: 5px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    box-shadow: none;
}

#cart-popup .ux-mini-cart-footer a.checkout {
    background: #a61e22;
    color: #fff;
    border-color: #a61e22;
}

#cart-popup .widget_shopping_cart p.total {
    border-bottom: 0;
    padding-bottom: 0;
}

#cart-popup .cart-popup-inner {
    padding-left: 15px;
    padding-right: 15px;
}

#cart-popup a.remove, .shop_table .cart_item td.product-remove a {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    line-height: 14px !important;
    padding: 0;
    font-weight: normal;
    opacity: .4;
    color: #000;
}

#cart-popup li:hover a.remove, .shop_table .cart_item:hover td.product-remove a {
    opacity: 1;
}
/* End Single Product */

/* Cart Page */
.cart-wrapper td.product-name a {
    color: #000;
}

.cart-wrapper td.product-name a:hover {
    color: #a30404;
}

.cart-wrapper span.amount {
    color: #a30404;
}

.cart-collaterals {}

.cart-collaterals a.checkout-button {
    border-radius: 5px;
    background: #a30404;
    text-transform: none;
    line-height: 50px;
}

.cart-collaterals [name="apply_coupon"] {
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #000 !important;
    color: #000 !important;
    background: none !important;
}
.cart-collaterals input#coupon_code {
    box-shadow: none;
    border: 1px solid #999;
    border-radius: 3px;
}

.checkout-page-title a {
    text-transform: none;
    font-size: 20px;
}
/* End Cart Page */

/* Checkout Page */
#place_order {
    border-radius: 5px;
    background: #a61e22;
    text-transform: none;
}

table.shop_table.woocommerce-checkout-review-order-table span.amount {
    color: #a30404;
}
/* End Checkout Page */

/* Products Filter */
.product-cat-filter-block {
    background: #F6F6F6;
    border-radius: 5px;
    box-shadow: 0 0 4px 0px #ccc;
    margin-bottom: 30px;
}

.product-cat-filter-block .inner {
}

.product-cat-filter-block .form-group {
    display: flex;
}

.product-cat-filter-block .form-group .search-box {
    display: flex;
    position: relative;
}

.product-cat-filter-block button, .product-cat-filter-block select, .product-cat-filter-block input {
    margin: 0;
    min-height: unset;
	width: 33.33%;
}

.product-cat-filter-block .form-group:last-child {
    margin-bottom: 0;
}

.product-cat-filter-block .form-group .search-box i {
}

.product-cat-filter-block .form-group .search-box button {
    padding: 0;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-cat-filter-block .form-group .search-box input {
    width: 100%;
    border-radius: 4px;
    box-shadow: none;
}

.product-cat-filter-block .form-group > select {
    width: 50%;
}

.product-cat-filter-block .form-group > select.w50 {
    width: 50%;
}

.product-cat-filter-block .form-group > * {
    margin: 0 10px;
    border-radius: 4px;
    box-shadow: none;
}
/* End Products Filter */

.tax-product_cat h2.sub-cat-title, h2.sub-cat-title {
    font-size: 20px;
}

.single-product .product-images .flickity-button.previous {
    left: -34px;
}

.single-product .product-images .flickity-button.next {
    right: -34px;
}

.single-product .product-gallery {
    padding-left: 30px;
    padding-right: 30px;
}

.related-products-wrapper .product.product-small {
    padding-bottom: 0 !important;
}

.page-wrapper.products-page-wrapper {
    padding-top: 0;
}

.products-page-wrapper h2.sub-cat-title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
}

.home-oa-page-header {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-oa-page-header p {
    color: var(--Header, #fff);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.category-level-1-wrapper {
    margin-top: 30px;
}

.category-level-1-wrapper h4 {
    font-size: 30px;
}

.category-level-1-wrapper .category-level-1-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.category-level-1-wrapper .category-level-1-list a.category-level-1-item {
    width: calc(12.5% - 5px);
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 10px;
}

.category-level-1-wrapper .category-level-1-list a.category-level-1-item .category-name {
    color: #000;
    padding: 5px 0;
}

/* abc */
/* Footer */
.footer-socials {
    display: flex;
    align-items: center;
}

.footer-socials a {
    width: 33px;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.footer-socials a:last-child {
    margin-right: 0;
}

.footer-socials a.fb {
    background: url(./assets/img/ico-fb.svg) no-repeat;
    background-position: center;
}

.footer-socials a.insta {
    background: url(./assets/img/ico-insta.svg) no-repeat;
    background-position: center;
}

.footer-socials a.tw {
    background: url(./assets/img/ico-tw.svg) no-repeat;
    background-position: center;
}

.footer-contact-info {}

.footer-contact-info h4 {
    color: var(--White, #FFF);
    text-align: justify;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.footer-contact-info a {
    display: block;
    color: var(--White, #FFF);
    text-align: justify;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.54px;
    margin-bottom: 12px;
    padding-left: 26px;
}

.footer-contact-info a:last-child {
    margin-bottom: 0;
}

.footer-contact-info a.loc {
    background: url(./assets/img/ico-map.svg) no-repeat;
    background-position: 0 center;
}

.footer-contact-info a.phone {
    background: url(./assets/img/ico-phone.svg) no-repeat;
    background-position: 0 center;
}

.footer-contact-info a.email {
    background: url(./assets/img/ico-mail.svg) no-repeat;
    background-position: 0 center;
}
/* End Footer */

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .category-level-1-wrapper .category-level-1-list a.category-level-1-item {
        width: calc(33.3333% - 5px);
    }

    .category-level-1-wrapper .category-level-1-list a.category-level-1-item .category-name {
        font-size: 13px;
    }
}