.archive-product {
    overflow:unset !important;
}
.site-header-navigation {
    margin-bottom: 0;
}
body:not(.search-results):not(.search-no-results) .site .woocommerce-breadcrumb {
    display:none;
}
body.search-results .site .woocommerce-breadcrumb,
body.search-no-results .site .woocommerce-breadcrumb {
    margin:60px 0 43px;
    color:#3a1078;
    padding:0;
    border:none;
    font-size:16px;
    text-transform:capitalize;
    padding:0 15px;
}
body.search-results .site .woocommerce-breadcrumb a,
body.search-no-results .site .woocommerce-breadcrumb a  {
    color: #000 !important;
    font-family: 'golos text', sans-serif;
    font-size: 16px;
    text-transform:capitalize;
}
body:not(.search-results):not(.search-no-results) header.woocommerce-products-header {
    position: relative;
    width:100vw;
    left: 50%;
    transform: translateX(-50%);
    padding:60px 15px;
    background-color:rgba(246, 238, 255, 1);
    background-image:url(../../images/category/new-arrival-cat.png);
    background-repeat:no-repeat;
    background-position:calc(50% + 500px) bottom;
    min-height: 290px;
    display: flex;
    align-items: center;
}
body.search-results .woocommerce-products-header {
    padding:0 15px;
}
.site .woocommerce-breadcrumb .separator {
    color:#000;
    font-size:15px;
}
.archive-product-header-container {
    max-width: 1320px;
    width:100%;
    margin: 0 auto;
}
.archive-product-header-container h1.woocommerce-products-header__title {
    max-width:870px;
}
.archive-product-header-container .term-description {
    max-width:870px;
}
.search-gears {
    gap:19px;
}
.woocommerce-ordering {
    display:unset !important;
    visibility:hidden;
    position:absolute;
    z-index: -1;
}
.search-sort {
    position:relative;
}
.search-sort-dropdown {
    position: absolute;
    top: calc(100% + 1px);
    z-index: 2;
    background: #fff;
    padding: 10px;
    right: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 150px;
    display:none;
}
.search-sort.active .search-sort-dropdown {
    display:block;
}
.search-sort-dropdown span {
    width: 100%;
    display: block;
    margin: 3px 0;
}
.site .archive-product .products + .archive-page-filters {
    display:none;
}
.woocommerce-notices-wrapper {
    position:fixed;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    z-index:1;
    padding:0;
    background:#D1E7DD;
    z-index:3;
    cursor:pointer;
}
.woocommerce-notices-wrapper .woocommerce-message {
    margin-bottom:0;
    border-top:0;
    padding:0 30px 0 10px;
    border-left:3px solid rgb(25,135,84);
    margin:16px;
    background:transparent;
    font-family:'Golos Text', sans-serif;
    color:#0f5132;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
    display:none;
}
.woocommerce-notices-wrapper .woocommerce-message::after {
    clear: both;
    content: '\e013';
    font-family: 'WooCommerce';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color:rgb(25,135,84);
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color:#000;
}
@media (max-width:1600px) {
    .archive-product-header-container h1.woocommerce-products-header__title {
        max-width:500px;
    }
    .archive-product-header-container .term-description {
        max-width:500px;
    }
    body:not(.search-results):not(.search-no-results) header.woocommerce-products-header {
        background-position:95% bottom;;
    }
}
@media (max-width:1024px) {
    .archive-product-header-container h1.woocommerce-products-header__title {
        max-width:100%;
    }
    .archive-product-header-container .term-description {
        max-width:100%;
    }
    .woocommerce-products-header {
        background-image:none;
    }
    body:not(.search-results):not(.search-no-results) header.woocommerce-products-header {
        background-size:300px;
        padding-bottom:150px;   
    }
}
@media (max-width:768px) {
    .site-header {
        margin-bottom:0;
    }
    .search-gears {
        width:100%;
    }
    .search-gears .search-filter {
        margin-left:auto;
    }
}


/* Start: Filter panel */
.filter-panel {
    left:-100%;
    top:0;
    width:520px;
    max-width:100%;
    height:100%;
    background:#fff;
    z-index: 1020;
    box-shadow: 0px 4px 20px rgba(28, 28, 28, 0.16);
    transition:0.3s;
}
.filter-panel.active {
    left:0;
}
.filter-panel--header {
    padding:25px 43px;
    border-bottom:1px solid #c6c6c6;
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
}
.filter-panel--header h3 {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    color: #000000;
    margin:0;
}
.filter-panel--header a {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #717171;
}
.filter-panel--body {
    padding:0 43px 25px;
    height:calc(100vh - 100px);
    position: relative;
    top:99px;
    overflow:auto;
}
.filter-option {
    padding:16px 0;
    border-bottom:1px solid #c6c6c6;
}
.filter-panel--body .wpfFilterTitle .wfpTitle {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
}
.filter-panel--body .wpfFilterContent {
    margin: 20px 0 0;
    border-bottom: 1px solid #ddd
}
.filter-panel--body .wpfFilterContent::after {
    content:'';
    display:block;
    width:100%;
    height:20px;
    background:transparent;
}
.filter-panel--body i.fa.wpfTitleToggle.fa-minus::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
}
.filter-panel--body i.fa.wpfTitleToggle.fa-plus::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(135deg);
}
.filter-panel--body .wpfFilterWrapper[data-slug="price"] .wpfFilterContent {
    padding:0 0 40px;
}
#wpfSliderRange {
    height: 1px;
    border: 1px solid #aaa;
}
#wpfSliderRange .wpfPriceInputs {
    margin-top:30px;
}
#wpfSliderRange .ui-state-default {
    border-radius:50%;
    top:-0.5em !important;
}
#wpfSliderRange .ui-slider-range {
    top: -1px;
    background:#000 !important;
    height: 2px;
    z-index: 2;
}
.wpfFilterContent .wpfPriceInputs {
    justify-content: space-between !important;
    margin-top:30px !important;
}
.wpfPriceInputs .wpfCurrencySymbol {
    display:none;
}
.wpfPriceInputs .wpfFilterDelimeter {
    display:none;
}
.wpfPriceInputs .wpfPriceRangeField#wpfMinPrice, 
.wpfPriceInputs .wpfPriceRangeField#wpfMaxPrice {
    /* border: 1px solid #c6c6c6 !important;
    border-radius: 0;
    width: 100px !important;
    height: 40px; */
}
.inputfilter-container {
    border: 1px solid #c6c6c6 !important;
    border-radius: 0;
    width: 100px !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.inputfilter-container::before {
    content: '$';
    position: relative;
    top: -2px;
    left: 3px;
}
.inputfilter-container::after {
    content: 'min';
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);
    font-size: 12px;
}
.inputfilter-container:nth-of-type(2)::after {
    content: 'max';
}
.wpfFilterButtons {
    margin:5px;
}
.wpfFilterButtons .wpfFilterButton.wpfButton {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    text-decoration: none;
    color: #fff;
    background: #3A1078;
    padding: 14px;
    min-width: 202px;
    display: inline-block;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    width:100%;
    margin:0;
    border-radius:0;
}
.filter-option .list {
    margin-top:15px;
    margin-right:0;
    margin-left:0;
}
.filter-size .size-list {
    gap:6px;
}
.filter-size .size-list label {
    padding:0;
    cursor:pointer;
    height: 46px;
    background-color: #eee;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    display: flex;
}
.filter-size .size-list label span {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}
.filter-size .size-list input[name="size"]:checked + span {
    background:#717171;
    color:#fff;
}
.filter-size .size-list input[type="radio"],
.filter-color .color-list input[type="radio"] {
    display:block;
    visibility:hidden;
    position:absolute;
    z-index:-1;
}
.filter-color label {
    padding:0;
}
.filter-color .color {
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:15px;
}
.filter-color .color-list input[name="color"]:checked + .color {
    outline:1px solid #c6c6c6;
}
.filter-color .color-circle {
    display:block;
    width:26px;
    height:26px;
    border-radius:50%;
    margin-bottom:6px;
}
.filter-color .color-black {
    background:#000;
}
.filter-color .color-gray {
    background:#D9D9D9;
}
.filter-color .color-red {
    background:#E2574C;
}
.filter-color .color-orange {
    background:#FFA500;
}
.filter-price .price-list .ui-slider-horizontal {
    height: 2px;
    border: none;
    background: #c6c6c6;
    margin-bottom:30px;
}
.filter-price .price-list .ui-widget-header {
    background:#000;
}
.filter-price .price-list .ui-state-default {
    border:1px solid #000;
    border-radius:50%;
    background:#fff;
    top: 50%;
    transform: translateY(-50%);
}
.filter-price input[type="text"] {
    max-width:100px;
    height:41px;
    text-align:center;
    border:1px solid #c6c6c6;
}
.filter-panel--footer {
    padding:25px 43px;
    position: absolute;
    bottom:0;
    width: 100%;
    background: #fff;
}
.search--tags-gears-wrapper {
    padding: 90px 6px 30px;
}
body.search-results .search--tags-gears-wrapper {
    padding-top:24px;
}
@media (max-width:1400px) {
    .search--tags-gears-wrapper {
        padding-right:15px;
        padding-left:15px;
    }
}
@media (max-width:768px) {
    .filter-panel--header,
    .filter-panel--body,
    .filter-panel--footer {
        padding-right:15px;
        padding-left:15px;
    }
    .filter-panel--header h3 {
        font-size:18px;
    }
    .filter-option h4 {
        font-size:18px;
    }
    .search--tags-gears-wrapper .search-gears .woocommerce-result-count {
        font-size:16px;
    }
}
@media (max-width:506px) {
    .search--tags-gears-wrapper .search-gears .woocommerce-result-count {
        font-size:16px;
    }
}
/* End: Filter panel */


/* Products */
.archive-product .products {
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    margin:0;
}
.archive-product .products .product {
    width:100%;
}
.archive-product .products .product .product-item {
    height:100%;
}
.archive-product .products .product .product-item a.search-result-item {
    height:100%;
}
.colors {
    gap:12px;
    margin-bottom:12px;
}
.colors input {
    position:absolute;
    visibility:hidden;
}
.colors .color {
    display:block;
    width:19px;
    height:19px;
    border-radius:50%;
}
.colors input[type="radio"]:checked + .color {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #ddd;
}
.colors .color.brown {
    background:#964E2A;
}
.colors .color.black {
    background:#000;
}
.colors .color.darkgray {
    background:#6C685E;
}
.colors .color.pink {
    background:#C7336A;
}
.homepage-product {
    padding:124px 0 97px;
}
.search--results-wrapper {
    /* max-width:1656px; */
    margin:0 132px;
}
.best-product-heading {
    /* max-width:1656px; */
    margin:0 132px 73px;
    padding:0 12px;
}
.best-product-heading h2 {
    font-size:40px;
    font-weight:600;
    line-height:46px;
    margin-bottom:20px;
    max-width:715px;
}
.best-product-heading p {
    max-width:715px;
}
.product-item .search-result-item .alg-wc-wl-view-state {
    height:20px;
}

.color_block_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    text-align: center;
    gap: 11px 20px;
}
.color_block_item::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: 0 auto;
    background: #000;
    margin-bottom: 8px;
}
.color_block_item.active::before {
    outline: 2px solid #000;
    border: 1px solid #fff;
}
.color_block_item.gray::before {
    background:rgba(217, 217, 217, 1);
}
.color_block_item.red::before {
    background:rgba(226, 87, 76, 1);
}
.color_block_item.blue::before {
    background:rgba(0, 169, 222, 1);
}
.color_block_item.white::before {
    background:#fff;
    border:1px solid #000;
}
.color_block_item.brown::before {
    background:rgba(61, 40, 9, 1);
}
.color_block_item.green::before {
    background:rgba(13, 170, 38, 1);
}
.color_block_item.pink::before {
    background:rgba(229, 184, 171, 1);
}
.color_block_item.multicolor::before {
    background:linear-gradient(to bottom, rgba(255, 156, 69, 1), rgba(220, 103, 0, 1));
}
.color_block_item.purple::before {
    background:rgba(151, 71, 255, 1);
}
.price-rating-container {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:10px;
}
.price-rating-container .rating {
    display:none;
    align-items:center;
    gap:4px;
}
.price-rating-container .rating span {
    font-size:16px;
    line-height:26px;
    color:#000;
}
.search-result-item-favorite {
    top:10px;
    right:10px;
    z-index:1;
    width: 35px;
    height: 35px;
    background: #f6f6f6;
}
.search-result-item-favorite.active svg path {
    fill:#000;
}
.search-result-item-img {
    width:100%;
    aspect-ratio:3/3;
}
.search-result-item-img img {
    display:block;
    width:100%;
    height:100%;
    object-fit: contain;
}
.search-result-item h3 {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.search-result-item .prices .price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000000;
}
.search-result-item .prices .old-price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-decoration-line: line-through;
    color: #B8B8B8;
    text-align:right;
}
.search-result-item-img .overlay {
    height:fit-content;
    width: fit-content;
    bottom: 40px;
    left: 50%;
    transform:translateX(-50%);
    opacity:0;
    transition:0.3s;
    box-shadow:0 2px 3px 1px #ccc;
    border-radius:8px;
    overflow:hidden;
}
.search-result-item:hover .overlay {
    opacity:1;
}
.search-result-item-img .overlay span {
    width:50px;
    height:50px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-result-item-img .overlay span:nth-of-type(2) {
    border-left:1px solid #EEEEEE;
    border-right:1px solid #EEEEEE;
}
.search-result-item-img .overlay span:hover {
    background:#eeeeee
}
.search-result-item-img .overlay span img {
    max-width:100%;
    height:auto;
    object-fit:cover;
}
.alertmessage {
    position:fixed;
    bottom:0;
    margin-bottom:0;
    left:50%;
    transform:translateX(-50%);
    max-width:620px;
    width:80%;
    display:none !important;
}
.alertmessage.active {
    display:flex !important;
}
.alg-wc-wl-thumb-btn-loop {
    color:#000 !important;
}
@media (max-width:1400px) {
    .search--results-wrapper {
        margin-left:30px;
        margin-right:30px;
    }
    .best-product-heading {
        margin-left:30px;
        margin-right:30px;
    }
    .archive-product .products {
        margin: 0 -6px;
        padding: 0 15px;
    }
    .archive-product .products .product {
        width:100%;
        padding:14px 6px;
    }
}
@media (max-width: 1399px) {
    .archive-product-header-container,
    #content > .col-full {
        max-width: 1140px !important;
    }
}
@media (max-width: 1199px) {
    .archive-product-header-container,
    #content > .col-full {
        max-width: 960px !important;
    }
}
@media (max-width:1008px) {
    .site-content > .col-full {
        padding:0;
    }
    .archive-product .products {
        grid-template-columns:1fr 1fr 1fr;
    }
}
@media (max-width:992px) {
    .search--results-wrapper {
        margin-left:15px;
        margin-right:15px;
    }
    .best-product-heading {
        margin-left:15px;
        margin-right:15px;
    }
    .archive-product-header-container,
    #content > .col-full {
        max-width: 720px !important;
    }
}
@media (max-width:768px) {
    .archive-product .products {
        grid-template-columns:1fr 1fr;
    }
    .archive-product-header-container,
    #content > .col-full {
        max-width: 540px !important;
    }
    .colors {
        display:none !important;
    }
    .price-rating-container .rating {
        display:flex;
        margin-top:-6px;
    }
    .site .products .product p.price, 
    .site .products .product span.price {
        margin:0;
    }
    .search-result-item .prices .old-price {
        text-align:left;
    }
    .site .products .product p.price .amount, 
    .site .products .product span.price .amount,
    .site .products .product .old-price .amount {
        margin:0;
    }
    .search-result-item h3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom:12px;
    }
}


/* Start: Quick view */
.quickview-modal {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.2);
    z-index:99;
    display:flex;
    align-items:center;
    justify-content:center;
    display:none;
}
.quickview-modal.active {
    display:flex;
}
.quickview-modal .quickview-inner {
    width:90%;
    max-width:1278px;
    margin:auto;
    max-height:674px;
    height:90%;
    background:#fff;
    overflow:auto;
}
.quickview-modal .quickview-carousel-wrapper {
    width:45%;
    padding:40px 40px 80px;
    border-right:1px solid #c6c6c6;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel,
.quickview-modal .quickview-carousel-wrapper .quickview-carousel.owl-carousel .owl-stage,
.quickview-modal .quickview-carousel-wrapper .quickview-carousel.owl-carousel .owl-stage-outer,
.quickview-modal .quickview-carousel-wrapper .quickview-carousel.owl-carousel .owl-item,
.quickview-item {
    height:100%;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel.owl-carousel .owl-item .quickview-item img {
    height:100%;
    object-fit:contain;
}
.quickview-modal .quickview-details {
    width:55%;
    padding:40px;
    height:fit-content;
}
.quickview-modal .quickview-details h3 {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom:5px;
}
.quickview-modal .quickview-details .price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    margin-right:10px;
}
.quickview-modal .quickview-details .old-price {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-decoration-line: line-through;
    text-transform: capitalize;
    color: #4D4D4D;
    margin-right:50px;
}
.quickview-modal .quickview-details .sharing {
    gap:12px;
    cursor:pointer;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav {
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav button span {
    display:none;
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav button::after {
    content:'';
    display:block;
    width:15px;
    height:15px;
    border-left:1px solid #000;
    border-bottom:1px solid #000;
    transform: rotate(45deg);
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav button.owl-next::after {
    transform:rotateZ(225deg);
}
.quickview-modal .quickview-carousel-wrapper .quickview-carousel .owl-nav button:hover {
    background:unset;
}
.quickview-modal .quickview-carousel-wrapper .owl-theme .owl-dots .owl-dot span {
    width:19px;
    height:5px;
    margin:0 4px;
}
.quickview-modal-close-icon {
    right:40px;
    top:40px;
}
.btn-qty {
    border:none;
    outline:none;
    box-shadow:none;
    box-sizing: border-box;
    background:none;
    padding:0 !important;
}
.current-qty {
    border:none;
    margin:0 15px;
}
.filter-panel--body .wpfFilterWrapper .wpfCheckbox label {
    border-radius:4px;
    border:1px solid #c6c6c6;
    width:18px !important;
    height:18px !important;
}
.filter-panel--body .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label::before {
    border:none !important;
    border-radius:0 !important;
    background:transparent !important;
}
.filter-panel--body .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
    border-radius: 0 !important;
    background: transparent !important;
    width: 5px !important;
    height: 9px !important;
    border-top: none !important;
    border-left: none !important;
    border-bottom: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    transform: rotateZ(45deg) !important;
    top: 2px !important;
    left: 5px !important;
}
.filter-panel--body .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label {
    background:#3A1078 !important;
}
@media (max-width:768px) {
    .quickview-modal .quickview-inner {
        flex-direction: column !important;
    }
    .quickview-modal .quickview-carousel-wrapper {
        width:100%;
        border:none;
    }
    .quickview-modal .quickview-details {
        width:100%;
    }
    .quickview-modal-close-icon {
        top:10px;
        right:10px;
    }
}
/* End: Quick view */

/* Start: Not found */
.search-no-product-title {
    text-align:center;
    width:100%;
    max-width:100% !important;
    padding:0 15px;
}
.search-no-products-found {
    text-align:center;
    padding:0 15px;
}
.search-no-results .archive-product {
    padding-bottom:80px;
}
.suggest-products {
    padding:125px 15px 0;
}
.suggest-products h2 {
    margin-bottom:24px;
    font-size:30px;
    line-height:40px;
    font-weight:500;
    text-align:left;
}
.suggest-products .search--results-wrapper {
    margin:0;
}
.suggest-products .owl-carousel .owl-stage {
    right:12px;
}
/* End: Not found */