/*
Theme Name: Ecomall Child
Theme URI: https://demo.theme-sky.com/ecomall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: ecomall
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ecomall-child
*/

.product-cat-list {
    list-style: none;
    padding-left: 0;
}
#ts-filter-widget-area .widget-container ul, .woocommerce-page :is(#left-sidebar, #right-sidebar) .widget-container ul {
    gap: 10px;
}
.product-cat-item {
    position: relative;
    padding-left: 10px;
    margin-bottom: 0px;
}

.product-cat-item a {
    text-decoration: none;
    color: #333;
    display: inline-block;
}

.widget-container ul li {
	align-items: center;
}

.product-cat-item .toggle-subcat {
    background: none;
    border: none;
    font-size: 12px;
    cursor: pointer;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-cat-item .toggle-subcat svg {
    width: 20px;
    height: 20px;
    transition: 0.5s all ease;
}
.product-cat-list ul {
    display: none;
    margin-left: 15px;
}

.product-cat-list ul.open {
    display: block;
}
.product-cat-item.active>a {
	font-weight: 700;
 color: var(--ts-btn-hover-color);
}
.product-cat-item a.toggle-subcat.open-arrow svg {
    transform: rotate(180deg);
    color: var(--ts-btn-hover-color);
}
ul.product-cat-list ul.product-cat-list {
    margin-bottom: 5px;
}

ul.product-cat-list ul.product-cat-list li.product-cat-item {
    margin-bottom: 5px;
}
.product-tags {
    list-style: none;
    padding-left: 0;
}

.product-tag-item {
    margin: 4px 0;
}

.product-tag-item a {
    text-decoration: none;
    color: #333;
}

.product-tag-item.active a {
    font-weight: bold;
    color: #0073aa;
}




body.single.single-product {
	background-color: #f2f2f2;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: #000;
}
.woocommerce div.product div.summary .product_title.entry-title {
    font-weight: 700;
}
.ts-summary-custom-content ul li:before, .woocommerce-product-details__short-description ul li:before, .woocommerce .products .short-description ul li:before {
	background-color: #0fb232;
}


.woocommerce div.product .summary form.cart .single_add_to_cart_button:before {
    display: inline-block;
    content: "\e910";
    font-family: 'tb-icon';
    font-weight: normal;
    font-size: 24px;
    line-height: 0;
    letter-spacing: 0;
    background-color: transparent !important;
    vertical-align: middle;
    margin-right: 5px;
    padding: 0 !important;
}

.woocommerce div.product div.summary {
    width: 100%;
    padding-left: 0;
}
/* .woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 15px;
}
.ts-product-video-button, .ts-product-360-button, .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 29px;
    right: 29px;
} */
*, *:before, *:after, img, input[type^="checkbox"], .wp-block-table td, .wp-block-table th, .select2-container-open .select2-dropdown, body .select2-container-open .select2-dropdown--ts-above, body .select2-container-open .select2-dropdown--ts-below, .woocommerce div.product form.cart table.group_table td, .wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.modern_grid li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td {
    border-color: rgb(205 205 205);
}
.woocommerce .quantity input.qty, .quantity input.qty,
.ts-summary-custom-content {
	background-color: #fff;
	border-color: rgb(205 205 205);
}
.ts-summary-custom-content {
	border-width: 1px;
    border-style: solid;
}

.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__wrapper:not(.flex-viewport .woocommerce-product-gallery__wrapper) {
	border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    transition: 300ms ease;
    background-color: #fff;
}
#commentform input:not([type="submit"]), #commentform textarea {
    background: #ffffff;
}
#commentform input:not([type="submit"]):focus, #commentform textarea:focus {
	border-color: #000;
}
.woocommerce #review_form #respond .form-submit input:hover, #commentform .form-submit .button:hover {
    background: #fff;
    border-color: #000;
    color: #000;
}
.woocommerce div.product:not(.tabs-accordion) > .woocommerce-tabs ul.tabs {
	justify-content: left;
	flex-wrap: nowrap;
}
.woocommerce div.product:not(.tabs-accordion) > .woocommerce-tabs {
    padding: 0%;
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    margin: 0 0 var(--ts-section-gap);
}
div.product .summary .meta-content > div > span:first-child {
    border-width: 0 1px 0 0;
    border-style: solid;
    padding: 10px 12px;
    min-width: 85px;
}
div.product .summary .meta-content > div {
    border-width: 1px;
    border-style: solid;
}
.woocommerce div.product:not(.tabs-accordion) > .woocommerce-tabs .panel {
    padding: 4%;
    border-width: 1px;
    border-style: solid;
    border-radius: 0 0 10px 10px;
    margin: 0 0 var(--ts-section-gap);
}
.woocommerce div.product:not(.tabs-accordion) > .woocommerce-tabs ul.tabs li > a {
    font-size: 14px;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
    padding: 14px 30px;
    white-space: nowrap;
}
.woocommerce div.product:not(.tabs-accordion) > .woocommerce-tabs ul.tabs {
    gap: 0;
    margin-bottom: -1px;
}
.woocommerce div.product.tabs-accordion .woocommerce-Tabs-panel h2 {
    background: #fff !important;
}
.summary .quantity {
	overflow: visible;
}
@media only screen and (min-width: 769px) {
    .woocommerce div.product div.images .flex-control-thumbs {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .woocommerce div.product div.images.woocommerce-product-gallery {
        width: 56%;
    }
    .woocommerce div.product div.summary {
        width: 40%;
        padding: 2rem 1.66rem;
        background-color: #fff0;
        transition: background-color 1s 0s ease,margin-top .3s ease;

    }
    .woocommerce div.product div.summary {
        position: sticky;
        top: 50px;
        transition: top .1s 0s ease;
    }

    .woocommerce div.product div.summary:before {
        content: "";
        width: 4rem;
        height: 9px;
        background-color: #000;
        position: absolute;
        left: 1.5rem;
        top: 0;
    }
}
@media only screen and (min-width: 1366px) {
    .product-meta-section h1 {
        font-size:2.027rem;
        line-height: 1.125
    }
    .woocommerce div.product div.summary {
        padding: 2.5rem 2rem;
    }
    .woocommerce div.product div.summary:before {
        left: 2rem;
    }
}
@media only screen and (min-width: 1600px) {
    .woocommerce div.product div.summary {
        padding: 2.5rem;
    }
    .woocommerce div.product div.summary:before {
        left: 2.5rem;
    }
}










/*#left-sidebar {
    width: 22% !important;
}*/
@media only screen and (min-width: 767px){
    .tax-product_tag .has-1-sidebar #main-content {
        width: 100% !important;
    }
}

/* .subcategory-slider {
    margin: 20px 0;
}

.subcategory-item {
    padding: 10px;
    text-align: center;
}

.subcategory-link {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid red;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    white-space: nowrap;
    transition: 0.3s;
}

.subcategory-link:hover {
    background-color: red;
    color: white;
} */


.product-category-info {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
}

.product-category-info img.product-category-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    display: none;
    object-position: top left;
}

.product-category-container {
 padding-left: 2rem;
 padding-right: 2rem;
}
@media only screen and (min-width: 768px) {
   .product-category-container  {
    padding: 0 2.5rem;
}
}
@media only screen and (min-width: 1024px) {
   .product-category-container {
    padding: 0 .33rem;
    width: 90%;
    max-width: 1500px;
    margin: auto;
}
}

.product-category-info {
    padding: 2.5rem 0;
}
@media only screen and (min-width: 768px) {
    .product-category-info {
        padding-bottom: 3rem;
    }
}
@media only screen and (min-width: 1024px) {
    .product-category-info {

        padding: 2rem 0 5rem;
        
    }
    .product-category-info img.product-category-image {
      display: block;
  }
}
@media only screen and (min-width: 1600px) {
    .product-category-info {
        padding: 3rem 0 6rem;
    }
}

.product-category-container .breadcrumbs:before {
    display: none;
}




.product-category-container .breadcrumbs {
    margin: 5.66rem 0 0;
    flex-wrap: wrap;
    row-gap: .125em;
    padding: 0;
}
.product-category-container .breadcrumbs .breadcrumbs-container {
    color: #1a1a1a;
    padding: .33rem;
    line-height: 1;
}

.product-category-container .breadcrumbs .breadcrumbs-container a, .product-category-container .breadcrumbs .breadcrumbs-container {
    color: #1a1a1a;
}
.product-category-container .breadcrumbs .breadcrumbs-container span {
	color: #f1142d;
}
@media only screen and (min-width: 1024px) {
    .product-category-container .breadcrumbs {
        background-color: #ff000073;
        width: -moz-max-content;
        width: max-content;
    }
    .product-category-container .breadcrumbs .breadcrumbs-container {
        color: #fff;

    }
    .product-category-container .breadcrumbs .breadcrumbs-container a, .product-category-container .breadcrumbs .breadcrumbs-container span {
        color: #fff;
    }
}


.product-category-container .product-category-title {
    color: #1a1a1a;
    margin: 1rem 0;
    font-size: 3.375rem;
}
@media only screen and (min-width: 600px) {
    .product-category-container .product-category-title {
        max-width: 90%;
    }
}
@media only screen and (min-width: 768px) {
    .product-category-container .product-category-title
    {
        font-size: 5.063rem;
    }
}
@media only screen and (min-width: 1024px) {
    .product-category-container .product-category-title {
        max-width: 60%;
        color: #fff;
    }
}
@media only screen and (min-width: 1600px) {
   .product-category-container .product-category-title {
    color: #fff;
    margin: 2rem 0;
    font-size: 7.594rem;
}
}

.product-category-container .product-category-description {
    font-family: neue-haas-grotesk-text, Arial, sans-serif;
    color: #1a1a1a;
    margin-bottom: 1em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@media only screen and (min-width: 1024px) {
    .product-category-container .product-category-description {
        color: #fff;
        max-width: 480px;
    }
}
@media only screen and (min-width: 1600px) {
    .product-category-container .product-category-description {
        font-size: 1.125rem;
        max-width: 520px;
        line-height: 1.602rem;
    }
}





.tax-product_cat .has-1-sidebar ,
.search-results .has-1-sidebar{
    margin-top: 40px;
}
.wp-sub-category-slider .wp-sub-category-slider-wrap {
/*     padding-left: 2.8rem;
    padding-right: 2.8rem; */
    position: relative;
}
.wp-sub-category-slider .wp-sub-category-slider-wrap .slider-wapper {
    width: calc(100% - 70px);
}
.wp-sub-category-slider .swiper-button-prev,
.wp-sub-category-slider .swiper-button-next {
    top: 50% !important;
    transform: translateY(-50%);
    visibility: visible;
    width: 30px;
    height: 30px;
    background-color: transparent !important;
    border-radius: 0px;
    opacity: 1;
    display: flex;
}
.wp-sub-category-slider .swiper-button-next.swiper-button-disabled,
.wp-sub-category-slider .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.wp-sub-category-slider .swiper-button-prev:after,
.wp-sub-category-slider .swiper-button-next:after {
    font-size: 20px;
    line-height: 24px;
    color: #000 !important;
}
.wp-sub-category-slider .swiper-button-prev:hover:after,
.wp-sub-category-slider .swiper-button-next:hover:after {
    color: #960F0F !important;
}
.wp-sub-category-slider {
    padding: 25px 0 0;
    padding-left: 1rem;
    padding-right: 1rem;
}
.slider-wapper .subcategory-slider {
	margin: 0;
}
.slider-wapper .subcategory-slider .slick-arrow {
    display: none !important;
}
.subcategory-slider .subcategory-item {
	padding: 0;
	margin-right: 1rem;
	border-radius: 4px;
  border: solid 1px #000000;
}
.subcategory-slider .subcategory-item a.subcategory-link {
    font-size: 1rem;
    font-weight: 600;
    padding: 14px 18px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-align: center;
    background: transparent;
    line-height: 1;
    color: #1a1a1a;
    transition: background-color .2s ease, color .1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.subcategory-slider .subcategory-item a.subcategory-link:hover {
    background-color: #000;
    color: #fff;
    transition: background-color .1s ease, color .1s ease;
}

.buy-mega-menu ul {
	display: grid !important;
    flex-wrap: wrap !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    width: 100%;
}
.buy-mega-menu ul li{
	width:100%;
	border-bottom:1px solid #ebebeb;
}
.breadcrumb-title-wrapper{
	z-index:0;
}
.tax-product_cat .has-1-sidebar,
.search-results .has-1-sidebar ,
.tax-product_vendor .has-1-sidebar,
.tax-hire_category .has-1-sidebar{
    display: flex;
    gap:30px;
    z-index: 0;
    position: relative;
}
.tax-product_cat .has-1-sidebar .ts-sidebar,
.search-results .has-1-sidebar .ts-sidebar ,
.tax-product_vendor .has-1-sidebar .ts-sidebar,
.tax-hire_category .has-1-sidebar .ts-sidebar{
    width:22% !important;
    padding-right: 20px !important;
}
.tax-product_cat .has-1-sidebar #main-content,
.search-results .has-1-sidebar #main-content,
.tax-product_vendor .has-1-sidebar #main-content,
.tax-hire_category .has-1-sidebar #main-content{
    width:78% !important;
}
#main-content .term-description {
	display:none;
}
.tax-product_tag .has-1-sidebar {
    display: flex;
    gap: 30px;
    z-index: 0;
    position: relative;
}
.tax-product_tag .has-1-sidebar #main-content{
	width:78% !important;
}
.woocommerce .products .product .product-name {
	min-height: 45px;
}
.woocommerce .product:not(.product-category) .product-wrapper {
    justify-content: space-between;
    display: grid
    ;
}
@media screen and (max-width : 1279px) {
	.woocommerce .products .product .product-name {
     min-height: 36px;
 }
}
@media screen and (max-width : 1024px) {
	.buy-mega-menu ul{
       grid-template-columns: repeat(1, minmax(0, 1fr));
   }
   .elementskit-megamenu-panel.elementskit-dropdown-open{
      width:100% !important;
  }
  .tax-product_cat .has-1-sidebar {
    gap: 20px;

}
.search-results .has-1-sidebar {
    gap: 20px;
}
}
@media screen and (max-width : 1023px) {
	.tax-product_cat .has-1-sidebar {
        margin-top: 0px;
    }
    .search-results .has-1-sidebar {
        margin-top: 0px;
    }
    .wp-sub-category-slider  {
        padding: 25px 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .product-category-container .breadcrumbs {
        margin: 1.66rem 0 0;
    }
}

@media screen and (max-width : 767px) {
  .tax-product_cat .has-1-sidebar .ts-sidebar,
  .tax-product_vendor .has-1-sidebar  .ts-sidebar,
  .tax-hire_category .has-1-sidebar  .ts-sidebar{
     width:100% !important;
     padding-right: 0px !important;
 }
 .tax-product_cat .has-1-sidebar #main-content,
 .tax-product_vendor .has-1-sidebar  #main-content,
  .tax-hire_category .has-1-sidebar  #main-content{
   width:100% !important;
}
.search-results .has-1-sidebar .ts-sidebar{
    width:100% !important;
    padding-right: 0px !important;
}
.search-results .has-1-sidebar #main-content{
    width:100% !important;
}
/* 	.woocommerce div.product div.images.woocommerce-product-gallery {
    padding: 10px;
    border-radius: 10px;
} */
/* 	.ts-product-video-button, .ts-product-360-button, .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 15px;
    right: 15px;
} */
}
@media only screen and (max-width: 480px) {

}
@media only screen and (max-width: 380px) {
    .woocommerce div.product:not(.product-type-grouped) .summary form.cart div.quantity {

        width: 100%;
    }
    .woocommerce div.product:not(.product-type-grouped) .summary form.cart div.quantity .qty {
        width: 100% !important;
        margin-right: 0 !important;
    }
}


.woocommerce .products .product:not(.product-category) .product-wrapper:hover .product-group-button-meta > .short-description{
    display:none ;
}
