/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme.
Version:            11.0.1
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       8.2
Requires at least:  6.6
*/

/*** Single PDP Page ***/

.woocommerce-product-rating { order: -10; }

.sale-percent {
    margin-left: 10px;
    display: inline;
    background-color: #FF8503;
    padding: 7px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Open-Sans';
}
.single-product .product_image_block .single-product-content del {
    margin-right: 10px;
}

.single-product .product_image_block .single-product-content .price ins {
	text-decoration: none;
}
.icon_list .icon_box {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.icon_list {
    display: block;
    width: 100%;
}

.product-features-box {
    width: 100%;
    display: flex;
    gap: 50px;
    margin: 25px 0;
}
.feature-item p {
    font-size: 14px;
    color: #2B2824;
    font-family: 'AktivGrotesk-Medium';
    margin-top: 6px;
}
.feature-item {
    max-width: 83px;
    text-align: center;
}
.quantity {
    display: inline-block;
    font-size: 16px;
    color: #999;
    margin-right: 10px;
}
.single-product-content button.single_add_to_cart_button {
    display: inline-block;
    min-width: 295px;
    font-family: 'AktivGrotesk-Regular';
    font-weight: 100 !important;
    font-size: 16px;
    width: auto;
    padding: 20px 40px !important;
    border-radius: 8px !important;
    box-shadow: 0px 15px 30px -10px #e52e2e5c !important;
}

.custom-stock-status {
    margin-left: 24%;
    padding-left: 20px;
    background-repeat: no-repeat;
        background-position: left center;
        background-size: 14px;
}

.custom-stock-status.in-stock {
	background-image: url('resources/images/in-stock.svg');
}
.custom-stock-status.out-stock {
	background-image: url('resources/images/out-stock.png');
}

.description_accord .accordion-content {
	    transition-duration: .5s;
    overflow: hidden;
    max-height: 0;
}
.accordion-card {
    padding: 20px 24px;
    border: 1px solid #F9F9F9;
    box-shadow: 0px 5px 10px -10px #2b282436;
    border-radius: 12px;
    margin-bottom: 15px;
}
.accordion-card.active {
    background-color: #F9F9F9;
    box-shadow: none;
}
.accordion-card button.accordion-toggle {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
        font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Open-Sans';
}
.product_image_block span.onsale {
    display: none;
}
.gallery-thumbs .swiper-slide {
    border-radius: 12px;
    border:2px solid transparent;
}
.swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-next.swiper-slide-thumb-active {
    border-color: #E52E2E;
}
.shop-product-description {
    color: #636363;
    font-size: 14px;
    text-align: left;
    margin: 10px 0;
}

.related .swiper-wrapper .swiper-slide .price .price {
    display: flex;
    align-items: baseline;
}
.related span.woocommerce-Price-amount.amount,
.related span.woocommerce-Price-amount.amount bdi,
.related .swiper-wrapper .swiper-slide .price bdi span  {
    color: #636363 !important;
    font-size: 20px !important;
    font-family: 'Open-Sans' !important;
    font-weight: 100 !important;
}
.related .swiper-wrapper .swiper-slide .price span ins span,
.related .swiper-wrapper .swiper-slide .price span ins span bdi {
    color: #2B2824 !important;
    font-weight: bold !important;
}
.related span.onsale {
    display: none !important;
}
.related a.btn {
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.related  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: block !important;
    color: transparent;
    width: 50px;
    font-size: 0;
    height: 50px;
    float: right;
    margin-top: -35px;
    background-color: #E52E2E;
    border-radius: 6px;
    background-image: url('resources/images/cart.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.banner-container .desktop-banner-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: 800px;
}
.banner-container .desktop-banner-img {
    position: relative;
}
.banner-container .desktop-banner-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(43,40,36,0.70);
    top: 0;
}
span.swiper-pagination-bullet {
    width: 34px;
    height: 2px;
    border-radius: 0;
    background-color: #797575;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2B2824;
}
.team-slider.swiper,
.icon-slider.swiper {
    padding-bottom: 25px;
}
.swiper-pagination {
    bottom: -5px !important;
}
.style_two .icon-group {
    background: none;
    text-align: center;
}
.style_two .icon-card img {
    margin: auto;
}

.style_two_banner .banner_style_two {
    max-width: 730px;
    width: 100%;
}

.banner-section.style_two_banner .desktop-banner-img img {
    width: 100%;
    max-height: 800px;
    height: 100%;
}

.btn-yellow {
    background-color: #FFBF1C;
    color:#2B2824;
}
.hero_banner nav.w-full {
    margin-bottom: 100px;
}

.icon-slider .swiper-slide {
    border: 1px solid #F9F9F9;
    box-shadow: 0px 20px 30px -15px #2b282433;
    padding: 20px;
    display: flex;
    gap: 20px;
}
.icon-slider .img img {
    width: auto;
    max-width: 80px !important;
}

.container-fluid.bread_sticky {
    display: none;
}
.woocommerce form .form-row label {
    line-height: 2;
    color: #626262;
}
.contact_form .flex-box p {
    display: flex;
    gap: 10px;
}
.contact_form input.form-control {
    margin-bottom: 20px;
}

.contact_form input.wpcf7-form-control.wpcf7-submit {
   color: #fff;
   border: 1px solid #e52e2e;
}
.banner-section nav .breadcrumb-wrapper li a span {
    color:#fff;
}





/* Section */
.register-section {
    text-align: center;
    padding: 50px 0px;
}

.register-title {
    font-size: 32px;
    font-family: 'AktivGrotesk-Medium';
    margin-bottom: 50px;
    font-weight: 500;
    color: #2B2824;
}

/* Grid */
.register-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Card */
.register-card {
    background: #fff;
    border-radius: 16px;
    text-align: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Icon backgrounds */
.icon {
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon img {
    width: 100%;
    height: auto;
}

/* Text */
.register-card a {
    margin: 0 0 10px;
    color: #2B2824;
    font-size: 18px;
    font-weight: 600;
        display: block;
}
.register-card a:hover {
    color: #000;
}

.register-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
}

/* Arrow */
.arrow {
        font-size: 20px;
    color: #333;
    float: right;
}

.ragister .cmr-socials .cmr-social-btn a {
    justify-content: center;
    align-items: center;
    gap: calc(var(--spacing) * 10);
    display: flex;
    margin: 0;
    padding: 0;
}
.ragister .cmr-socials .cmr-social-btn .nsl-container-buttons {
    padding: 0;
    margin: 0;
    display: block;
}
.ragister .cmr-socials div.nsl-container svg {
    height: auto;
    width: auto;
    vertical-align: top;
}


.products-column .columns {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.columns .column-slide {
    max-width: 400px;
    width: 100%;
}
.columns .column-slide {
    max-width: 400px;
    /* width: 100%; */
    flex: 0 0 24%;
}

.products-column .columns .column-slide .img img {
    margin-right: auto;
    margin-bottom: 16px;
    border-radius: 10px;
    margin-left: auto;
}
.products-column .columns .column-slide .img .object-img {
    top: 20px;
    left: 24px;
    position: absolute;
}
.column-slide .product-desc {
    margin-bottom: 10px;
}
.products-column .columns .column-slide .product-content .product-price span {
    font-family: var(--font-opensans);
    font-size: var(--text-body-4);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-main-black);
}

.hero_banner .swiper-button-prev {
    background-image: url('resources/images/Vector-4.png');
        background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.hero_banner .swiper-button-next{
    background-image: url('resources/images/Vector-3.png');  
        background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.products-slider .swiper-slide .img {
    height: 340px;
    padding: 10px;
}
.products-slider .swiper-wrapper .swiper-slide .img img {
    height: 100%;
    width: auto;
}
.count_box .grid {
    display: flex;
    justify-content: center;
    gap: 90px;
}
.simple_column .swiper-wrappers {
    flex-wrap: wrap;
    gap: 20px;
}
.simple_column .swiper-wrappers .swiper-slides {
    max-width: 285px;
    flex: 0 0 23%;
}
.count_box .grid h2.text-main-black {
    font-size: 38px;
}
button.filter_popup {
    display: none;
}
h1.page_heading {
    color: #2B2824;
    font-size: 40px;
}

.sidebar_filter {
    width: 80%;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 20px;
    border: 2px solid #F9F9F9;
    border-radius: 10px;
    right: 10px;
    top: 0px;
    display: none;
}
button.close_filter {
    display: block;
    border: 1px solid #E52E2E;
    padding: 7px;
    border-radius: 5px;
    background-color: #E52E2E;
}
.filter_head {
    justify-content: space-between;
    align-items: center;
}
.filter_head  h3 {
    color: #2B2824;
}

@media screen and (max-width: 767px) {
    .columns .column-slide {
    flex: 0 0 47%;
}
.product_list .products li {
    width: 47% !important;
}
.filter_box {
    display: none;
}
.filter_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
button.filter_popup {
    display: block;
    border: 1px solid #F9CBCB;
    padding: 12px;
    border-radius: 5px;
}
button.filter_popup:focus {
    outline: none;
    border: 1px solid #F9CBCB !important;
}

.woocommerce.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    line-height: 26px !important;
    padding-bottom: 0;
}

}