/* custom styling */

.quote-subtitle p {
    display: inline-block;
    position: relative;
    padding-left: 10px;
}
.quote-subtitle p::before {
    position: absolute;
    content: "";
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 1px;
    background-color: #000000;
}
.underline-heading h3 {
    display: inline-block;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
span.onsale, span.out-of-stock-badge {
    top: 5px;
    left: 5px;
    inset-inline-start: 5px;
    border-radius: 50px;
    min-width: auto;
    height: 23px;
    padding: 0 11px;
}
.woocommerce .ct-container {
    position: relative;
}
.ct-breadcrumbs {
    position: absolute;
    top: 0;
}
.ct-breadcrumbs a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ct-breadcrumbs .ct-separator {
    opacity: 0.2;
}
input[type="checkbox"] {
    min-width: 15px !important;
    width: 15px !important;
    height: 15px !important;
}
.ct-container, .elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky) {
    width: 100% !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    max-width: 100% !important;
}
.ct-elementor-default-template .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
}
.ct-elementor-default-template .elementor-top-section.ct-section-stretched.elementor-section-boxed > .elementor-container {
    padding-left: 50px;
    padding-right: 50px;
}
.quote-section.elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky) {
    width: 1000px !important;
}
.about-us-content.elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky) {
    width: 960px !important;
}
.cross-attire-contacts.elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky), .main-form-section.elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky) {
    width: 1230px !important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    width: 100% !important;
    max-width: 100% !important;
}
a:focus-visible, button:focus-visible {
    outline: none;
}

/* woocommerce general */

.sale-price {
    justify-content: flex-start !important;
}
.yith-wcwl-add-to-wishlist-button {
    position: absolute;
    right: 3px;
    top: 3px !important;
    left: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 36px;
    width: 38px;
    text-align: center;
    border-radius: 4px !important;
    background-color: #111 !important;
    z-index: 3 !important;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    gap: 0 !important;
}
.yith-wcwl-add-to-wishlist-button svg {
    width: 21px !important;
    height: 21px !important;
}
.ct-woo-card-actions {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 3;
    bottom: 0;
    transform: translateY(100%);
    transition: all .25s linear;
    display: block !important;
}
.ct-woo-card-actions a {
    padding: 5px;
    min-height: 40px;
    background: rgba(21, 21, 21, 0.9);
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0;
    text-transform: capitalize;
    border: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1.1px;
}
.ct-woo-card-actions a.added_to_cart {
    display: none;
}
.ct-woo-card-actions a:hover {
    background: rgba(21, 21, 21, 0.9);
    color: #ffffff;
}
.main-product-image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: opacity .5s,transform 2s cubic-bezier(0,0,.44,1.18);
}
.product-gallery-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .5s;
}
.product-gallery-image img {
    opacity: 1 !important;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 2s cubic-bezier(0,0,.44,1.18);
}
.product-gallery-image a{
    display: inline-block;
}
.woocommerce-page main .ct-container-full {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.search main .ct-container {
    padding-top: 100px;
    margin-bottom: 0 !important;
}

/* header styling */

.ct-header .menu {
    align-items: center;
}
.ct-header .menu > li .ct-toggle-dropdown-desktop {
    margin-left: 1px;
} 
.ct-header .menu li > ul.sub-menu {
    padding: 10px 17px;
}
.ct-header .menu li > ul.sub-menu > li a {
    padding-left: 3px;
    padding-right: 3px;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}
.ct-header .menu li > ul.sub-menu > li a:hover {
    background-color: #fafafa;
    padding-left: 8px;
}
.ct-header .menu > li > a::before {
    position: absolute;
    content: "";
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    margin: auto;
    opacity: 1;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    background: #151515;
    transition: all .25s cubic-bezier(.104,.204,.492,1);
}
.ct-header .menu > li > a:hover::before {
    transform: scale(1);
}
.ct-header .header-wishlist-icon {
    border: 0;
    min-height: auto;
}
.header-wishlist-icon i, .ct-header-search svg, .ct-header .ct-cart-item svg {
    transition: all 0.3s ease;
}
.header-wishlist-icon:hover i, .ct-header-search:hover svg, .ct-cart-item:hover svg {
    transform: scale(1.15);
}
#header.ct-header [data-row="middle"] .ct-container {
    display: flex;
    justify-content: space-between;
}

/* footer styling */

.ct-footer .widget-menu {
    margin-top: 20px;
}
.ct-footer .widget-menu li:not(:last-child), .ct-footer .contact-info li:not(:last-child) {
    margin-bottom: 6px;
}
.ct-footer .footer-social-icons li:not(:last-child) {
    margin-bottom: 8px;
}
.ct-footer .footer-social-icons li a {
    display: flex;
    align-items: center;
    line-height: 1.6;
}
.ct-footer .footer-social-icons li svg {
    fill: #ffffff;
    margin-right: 13px;
    width: 18px;
    height: auto;
}
.ct-footer .footer-social-icons li .wp-block-social-link-label {
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}
.ct-footer .footer-social-icons li:hover {
    transform: scale(1);
}
.ct-footer .widget-menu li a {
    position: relative;
}
.ct-footer .widget-menu li a::before {
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 3px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
    display: inline-block;
}
.ct-footer .widget-menu li a:hover::before {
    width: 4px;
    margin-right: 5px;
}
.ct-footer .ct-container div[data-column="widget-area-1"], .ct-footer .ct-container div[data-column="widget-area-2"], .ct-footer .ct-container div[data-column="widget-area-3"], .ct-footer .ct-container div[data-column="widget-area-4"] {
    margin-bottom: 45px;
}
.ct-footer .ct-footer-copyright p a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.ct-footer [data-row="middle"] .ct-container {
    grid-row-gap: 0;
}

/* banner styling */

.banner-slider .item a img.mobile-banner {
    display: none;
}
.banner-slider .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 10px;
    width: calc(100% - 20px);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
}
.banner-slider:hover .owl-nav {
    opacity: 1;
}
.main-banner-slider .banner-slider .owl-nav button {
    outline: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    border-radius: 5px;
    height: 40px;
    line-height: 1;
    background-color: #ffffff80;
    opacity: 0.7;
}
.banner-slider .owl-nav button span {
    display: none;
}
.banner-slider .owl-nav button::before {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 19px;
    color: rgba(0, 0, 0, 0.75);
}
.banner-slider .owl-nav .owl-prev::before {
    content: "\f053";
}
.banner-slider .owl-nav .owl-next::before {
    content: "\f054";
}
.main-banner-slider .banner-slider .owl-nav button:hover {
    background-color: #ffffff80;
    box-shadow: 0 0 4px #0000004d;
    opacity: 1;
}

/* featured products */

.products-slider .item {
    position: relative;
}
.products-slider .owl-stage-outer {
    overflow: visible;
}
.item .product-image-wrapper {
    position: relative;
    overflow: hidden;
}
.product-image-wrapper.has-gallery:hover .main-product-image img {
    opacity: 0;
    transform: scale(1.09);
}
.product-image-wrapper.has-gallery:hover .product-gallery-image {
    opacity: 1;
}
.product-image-wrapper.has-gallery:hover .product-gallery-image img {
    transform: scale(1.09);
}
.products-slider .product-content {
    position: absolute;
    left: 0;
    bottom: -85px;
    width: 100%;
}
.products-slider .item:hover .ct-woo-card-actions {
    transform: translateY(0);
}
.product-content .product-title a, .product-content .product-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #151515;
    text-transform: uppercase;
}
.product-content .product-title {
    margin-bottom: 2px;
}
.product-content .price {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #151515;
    letter-spacing: 0.3px;
    display: inline-block;
    margin-bottom: 10px;
}
.product-content .product-categories {
    display: block;
    line-height: 1;
}
.product-content .product-categories a {
    font-size: 13px;
    color: #504E4A;
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-transform: uppercase;
}
.products-slider .owl-nav {
    position: absolute;
    left: 65px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 130px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
}
.products-wrapper .products-slider .owl-nav button {
    margin: 0;
    outline: none;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #151515;
    width: 46px;
    height: 46px;
    position: relative;
    color: #151515;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.products-slider .owl-nav button::before {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 17px;
}
.products-slider .owl-nav .owl-prev::before {
    content: "\f177";
}
.products-slider .owl-nav .owl-next::before {
    content: "\f178";
}
.products-slider .owl-nav button span {
    display: none;
}
.products-wrapper .products-slider .owl-nav button:hover {
    background-color: #151515;
    color: #ffffff;
}
.item .yith-add-to-wishlist-button-block {
    margin: 0;
    position: static;
}
.item .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.item:hover .yith-wcwl-add-to-wishlist-button {
    opacity: 1;
    visibility: visible;
}

/* shop by category */

.main-category-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-category-items .single-category {
    flex-basis: calc(33.333% - 20px);
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.main-category-items .single-category::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.62);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms linear 0ms;
}
.main-category-items .single-category:hover::before {
    opacity: 1;
    visibility: visible;
}
.single-category a {
    display: inline-block;
}
.single-category a img {
    transform: translateX(0) scale(1.06);
    transition: transform .6s cubic-bezier(.61,1,.88,1);
}
.single-category:hover a img {
    transform: translateX(12px) scale(1.06);
}
.single-category .category-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 40px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
}
.category-content .category-text {
    width: 100%;
    transform: scale(1.5);
    visibility: hidden;
    opacity: 0;
    transition: all 300ms linear 0ms;
}
.single-category:hover .category-text {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.category-content h4, .category-content span {
    position: relative;
    color: #ffffff;
    display: inline-block;
}
.category-content h4 {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.45;
    font-style: italic;
    margin-bottom: 0;
}
.category-content span {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.28;
    font-weight: 400;
    align-self: flex-end;
}
.category-content h4::before, .category-content span::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    background: #ffffff;
    transition: all .25s cubic-bezier(.104,.204,.492,1);
}
.category-content h4:hover::before, .category-content span:hover::before {
    transform: scale(1);
}

/* icon box styling */

.main-icon-box {
    display: flex;
    align-items: center;
}
.main-icon-box .icon-wrapper {
    margin-right: 20px;
}
.main-icon-box .icon-wrapper img {
    max-width: 42px;
    height: auto;
}
.main-icon-box .content-wrapper h5 {
    font-weight: 600;
    color: #151515;
    font-size: 16px;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: 0;
}
.main-icon-box .content-wrapper p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #504E4A;
    font-weight: 400;
}

/* contacts icon box */

.main-contacts-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-contacts-wrapper .contacts-wrapper {
    flex-basis: calc(33.333% - 20px);
    max-width: 100%;
    text-align: center;
    border: 2px solid #dddddd;
    padding: 30px 40px 35px;
    height: 100%;
    border-radius: 8px;
    transform: translateY(0);
    transition: transform .4s cubic-bezier(.61,1,.88,1);
    margin-bottom: 40px;
}
.main-contacts-wrapper .contacts-wrapper:hover {
    transform: translateY(-6px);
}
.contacts-wrapper h5 {
    color: #151515;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding-right: 20px;
}
.contacts-wrapper h5::before {
    position: absolute;
    content: "\f061";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
}
.contacts-wrapper h3 {
    color: #151515;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 18px;
}
.contacts-wrapper span {
    color: #504E4A;
    font-size: 16px;
    line-height: 1.8;
    display: block;
}
.contacts-wrapper .icon-container {
    margin-top: 23px;
    text-align: center;
}
.contacts-wrapper .icon-container i {
    font-size: 60px;
    color: #dddddd;
}

/* contact form */

.cross-attire-form form .contact-fields {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.cross-attire-form form p {
    flex-basis: calc(50% - 15px);
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 27px;
}
.cross-attire-form form label {
    font-weight: 500 !important;
    letter-spacing: -0.2px;
    line-height: 1.8;
}
.cross-attire-form form input:not([type="submit"]), .cross-attire-form form textarea {
    padding: 12px;
    font-weight: 400;
}

/* woocommerce shop page */

.archive main .ct-container {
    margin-bottom: 20px;
}
div.woo-listing-top:not(:empty) {
    margin-bottom: 22px;
}
.woo-listing-top .filter-button {
    display:  flex;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 1.6;
    color: #151515;
    outline: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}
.woo-listing-top .filter-button i {
    margin-right: 8px;
}
.woo-listing-top .woocommerce-ordering {
    margin-right: 17px;
    position: relative;
}
.woo-listing-top .woocommerce-ordering::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 8px;
}
.woo-listing-top form.woocommerce-ordering select {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.333;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    height: auto;
    color: #151515;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    padding-right: 12px;
    width: auto;
}
.products li.product .yith-add-to-wishlist-button-block {
    display: none;
}
.products li.product:hover .yith-wcwl-add-to-wishlist-button {
    opacity: 1;
    visibility: visible;
}
.products li.product:hover .ct-woo-card-actions {
    transform: translateY(0);
}
.products li.product .main-product-image {
    position: relative;
    overflow: hidden;
}
.products li.product .main-product-image.has-gallery:hover img {
    opacity: 0;
    transform: scale(1.09);
}
.products li.product .main-product-image.has-gallery:hover .product-gallery-image {
    opacity: 1;
}
.products li.product .main-product-image.has-gallery:hover .product-gallery-image img {
    transform: scale(1.09);
}
.product .entry-meta li a {
    text-underline-offset: 2px;
}

/* woocommerce sidebar */

.filter-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 9999999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}
.filter-modal.show {
    visibility: visible;
    opacity: 1;
}
.filter-modal .filter-modal-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 340px;
    height: 100%;
    background: #ffffff;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1);
    display: flex;
    flex-direction: column;
}
.filter-modal.show .filter-modal-content {
    visibility: visible;
    transform: translateX(0);
}
.filter-modal-content .filter-header {
    display: flex;
    align-items: center;
    min-height: 50px;
    background-color: #151515;
    border-bottom: 1px solid rgba(129,129,129,.2);
}
.filter-header .filter {
    flex: 1 1 auto;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.filter-header .close-button {
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    transition: all 0.15s ease-out;
    cursor: pointer;
}
.filter-header .close-button:hover {
    transform: rotate(90deg);
}
.filter-modal-content .main-widgets-wrapper {
    overflow: auto;
    padding-bottom: 15px;
}
.main-widgets-wrapper .ct-widget {
    padding: 28px 22px;
    border-bottom: 1px solid #f8f8f8;
}
.ct-widget .wp-block-heading {
    letter-spacing: 1.4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #151515;
}
.wc-block-checkbox-list .wc-block-components-checkbox {
    margin-top: 0 !important;
}
.wc-block-checkbox-list li:not(:last-child) {
    padding-bottom: 12px !important;
    margin: 0 !important;
}
.wc-block-checkbox-list input:focus {
    outline: none !important;
}
div.wc-block-stock-filter__actions {
    margin-top: 0;
}
button.wc-block-components-filter-reset-button {
    margin-top: 16px;
}
button.wc-block-components-filter-reset-button:hover {
    text-decoration: underline;
}
div.wc-block-price-filter {
    margin-bottom: 0;
}
div.wc-block-price-filter .wc-block-components-price-slider__range-input-progress {
    --range-color: rgb(80, 78, 74);
}
div.wc-block-price-filter__range-text {
    margin: 18px 0;
}
.wc-block-price-filter .wp-block-button__link {
    font-size: 13px !important;
    min-height: auto;
    padding: 5px 12px !important;
    text-align: center;
    border-radius: var(--theme-button-border-radius, 3px);
    transition: all .12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border: 2px solid transparent;
}
.wc-block-price-filter .wc-block-components-price-slider__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}
.wc-block-components-price-slider__actions .wc-block-components-filter-reset-button {
    order: 2;
    align-self: flex-end;
}
.wc-block-components-price-slider__actions .wp-block-button__link {
    order: 1;
}
input[type="range"]::-webkit-slider-thumb {
    border-color: rgb(80, 78, 74) !important;
}
.ct-widget .wc-block-attribute-filter {
    margin-bottom: 0;
}
.ct-widget#block-55, .ct-widget#block-56 {
    border: 0;
}
.ct-widget#block-55 {
    padding-bottom: 0;
}
.ct-widget#block-56 {
    padding-top: 0;
}
div.wp-block-woocommerce-product-categories {
    margin-bottom: 0;
}
.wc-block-product-categories-list li {
    font-size: 14.875px;
    line-height: 1;
    font-weight: 400;
}
.wc-block-product-categories-list li:not(:last-child) {
    padding-bottom: 13px;
}

/* single product */

.single-product main .ct-container-full {
    margin-bottom: 20px;
}
.single-product main .ct-breadcrumbs {
    margin-top: 20px;
}
.is-width-constrained {
    width: 100% !important;
    max-width: 100% !important;
}
.single-product .related.products {
    margin-top: 110px;
}
.flexy-container .flexy-pills .ct-media-container::after {
    display: none;
}
.flexy-container .flexy-pills .ct-media-container img {
    transition: all 300ms linear 0ms;
    box-shadow: 0 0 0 1px #dddddd inset;
    padding: 5px;
    aspect-ratio: 0.67 / 1 !important;
}
.flexy-container .flexy-pills li.active .ct-media-container img {
    box-shadow: 0 0 0 1px #151515 inset;
}
.flexy-container .flexy-pills li:hover {
    opacity: 1;
}
.summary.entry-summary {
    padding-top: 10px;
}
.summary .product_meta span {
    font-weight: 600 !important;
}
.summary .product_meta span a:hover {
    opacity: 0.7 !important;
    color: #504E4A;
}
.summary .woocommerce-product-details__short-description {
    font-size: 16px;
    line-height: 1.6;
}
.summary .woocommerce-product-details__short-description p {
    margin-bottom: 15px;
}
.summary .ct-product-add-to-cart .variations tr {
    flex-direction: row;
    align-items: center;
}
.summary .ct-product-add-to-cart .variations tr:not(:last-child) {
    margin-bottom: 15px !important;
}
.summary .ct-product-add-to-cart .variations tr label {
    font-size: 16px;
    color: #151515;
    font-weight: 600;
}
.summary .ct-product-add-to-cart .variations select {
    height: 42px;
    padding-left: 10px;
}
.summary .reset_variations {
    display: none !important;
}
.summary .ct-product-add-to-cart .out-of-stock {
    display: none;
}
.summary .woocommerce-variation {
    display: none !important;
}
.summary .ct-cart-actions {
    --theme-button-min-height: 50px;
}
.woocommerce div.quantity {
    width: 93px;
    height: 50px;
}
.woocommerce div.quantity .ct-decrease {
    inset-inline-start: 0;
}
.woocommerce div.quantity .ct-increase {
    inset-inline-end: 0;
}
.woocommerce div.quantity .ct-decrease, .woocommerce div.quantity .ct-increase {
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce div.quantity .ct-decrease::before, .woocommerce div.quantity .ct-increase::before {
    margin-top: 0;
    font-size: 8px;
}
.woocommerce div.quantity input {
    font-size: 14px;
    color: #151515;
    font-weight: 600 !important;
}
.woocommerce div.quantity input:focus {
    box-shadow: none !important;
}
.summary .ct-cart-actions button {
    text-transform: uppercase !important;
}
.summary .ct-cart-actions a.added_to_cart {
    display: none;
}
.summary .yith-add-to-wishlist-button-block {
    margin: 0;
}
.summary .yith-wcwl-add-to-wishlist-button {
    position: static;
    padding: 5px 15px !important;
    height: 45px;
    width: auto;
    background-color: transparent !important;
    opacity: 1;
    visibility: visible;
    gap: 0 !important;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #151515;
    color: #151515;
}
.summary .yith-wcwl-add-to-wishlist-button svg {
    color: #151515 !important;
    margin-right: 7px;
}

/* cart page */

.ct-cart-content .woocommerce-mini-cart__buttons a:hover {
    background-color: #151515;
    color: #ffffff !important;
    border-color: transparent;
}
.ct-cart-content .product-data .product-title {
    font-size: 14px;
}
.woocommerce .ct-woocommerce-cart-form {
    grid-column-gap: 30px;
}
.woocommerce-cart-form .shop_table {
    margin-top: 0 !important;
}
.woocommerce .shop_table tr {
    --theme-table-border-style: solid;
}
.shop_table thead tr th {
    text-transform: uppercase;
    letter-spacing: 0.32px;
}
.shop_table thead tr th.product-name {
    padding-left: 7px;
}
.woocommerce-cart-form .shop_table thead tr th.product-name {
    padding-left: 0;
}
.shop_table thead tr th {
    padding-top: 12px;
    padding-bottom: 12px;
}
.shop_table tr td.product-name {
    padding-left: 7px;
}
.shop_table tr td.product-name a {
    text-transform: uppercase;
    color: #151515;
}
.shop_table tr td.product-name p.price {
    margin-top: 0 !important;
}
.shop_table tr td.product-remove a:hover svg {
    fill: rgb(233, 54, 54) !important;
}
.shop_table tr td.product-remove svg {
    fill: rgb(233, 54, 54);
    --theme-icon-size: 13px;
}
.shop_table tr td.actions {
    padding-bottom: 0;
}
.shop_table tr td .coupon input {
    height: 48px;
    padding: 15px 10px;
}
.shop_table tr td .coupon button {
    margin-right: 8px;
}
div.woocommerce .cart_totals h2 {
    font-size: 17px;
    letter-spacing: 0.32px;
    margin-bottom: 8px;
}
.woocommerce .cart_totals .shop_table {
    margin-bottom: 20px;
}
.woocommerce .cart_totals table .woocommerce-shipping-totals {
    display: none;
}
.woocommerce .cart_totals .shop_table td, .woocommerce .cart_totals .shop_table th {
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce .cart_totals .shop_table tr.order-total {
    border-bottom: 1px solid #dddddd;
}
.woocommerce .cart_totals .shop_table tr th {
    color: #151515;
}
.woocommerce .cart_totals .shop_table td strong .woocommerce-Price-amount {
    font-weight: 600;
}
.cart_totals .shipping-text p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}
.woocommerce .cart_totals div.wc-proceed-to-checkout {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 13px;
}
.woocommerce .cart_totals div.continue-shopping a {
    text-transform: uppercase;
    width: 100%;
    border-color: #151515;
    color: #151515;
    background-color: transparent;
}
.woocommerce .cart_totals div.continue-shopping a:hover {
    color: #ffffff;
    border-color: transparent;
    background-color: #151515;
}

/* checkout page */

.woocommerce .ct-woocommerce-checkout {
    grid-column-gap: 35px;
}
.ct-customer-details h3 {
    font-weight: 600;
    margin-bottom: 25px;
}
.ct-customer-details label {
    margin-bottom: 3px;
    line-height: 1.6;
}
.ct-customer-details input:not([type="submit"]), .ct-customer-details textarea {
    padding: 12px;
}
.ct-customer-details .form-row-first, .ct-customer-details .form-row-last {
    width: 49%;
}
.ct-customer-details .woocommerce-input-wrapper strong {
    font-size: 16px;
    font-weight: 600;
}
.ct-customer-details #billing_state_field {
    display: none !important;
}
.ct-customer-details #shipping_state_field {
    display: none !important;
}
.woocommerce-shipping-fields__field-wrapper p:last-child {
    margin-bottom: 25px !important;
}
.ct-customer-details #customer_details .col-2 {
    margin-top: 0;
}
.ct-order-review .shop_table thead tr th.product-name {
    padding-left: 0;
}
.ct-order-review h3 {
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.32px;
}
.ct-order-review .cart-subtotal {
    color: #151515;
}
.ct-order-review .woocommerce-shipping-totals td::before {
    color: #151515;
}
.ct-order-review .order-total {
    color: #151515;
}
.ct-order-review .shop_table .product-name strong {
    font-weight: 600;
    color: #151515;
}
.ct-order-review div.place-order {
    margin-top: 0;
}
.ct-order-review .place-order .woocommerce-terms-and-conditions-wrapper {
    margin: 0 !important;
}
.ct-order-review .place-order .button {
    text-transform: uppercase;
}
.ct-order-review table.shop_table {
    margin-bottom: 25px;
}
#payment .payment_methods>.wc_payment_method>label:before {
    margin-top: 0 !important;
}

/* search model */

body::before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: -1;
}
body[data-panel="in"]::before {
    z-index: 9999;
    opacity: 1;
}
div#search-modal {
    display: block;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: translateY(-100%);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    box-shadow: 0 6px 27px #0003;
    inset: unset;
    padding: 22px 50px;
    top: 0;
    left: 0;
    transition: opacity .5s, transform .35s ease, visibility .35s ease;
}
[data-panel*=in] #search-modal[data-behaviour=modal].active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#search-modal .ct-panel-actions {
    padding: 0;
    margin-bottom: 25px;
}
#search-modal .ct-panel-content form {
    position: relative;
    max-width: 100%;
}
#search-modal .ct-panel-content form input {
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
    font-size: 17px;
    border-radius: 0;
    padding: 3px 0;
    height: 50px;
    line-height: 1.5;
    font-weight: 400;
    border-bottom: 1px solid #e7e7e7;
    padding-right: 40px;
}
#search-modal .ct-panel-content form input::placeholder {
    color: #151515 !important;
    font-size: 17px;
}
#search-modal .ct-panel-content form .ct-search-form-controls {
    top: 0;
    right: 0;
}
#search-modal form .ct-search-form-controls button {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 3px 0;
    width: auto;
    min-width: auto;
    height: 50px;
    min-height: auto;
    display: flex;
    align-items: center;
}
#search-modal form .ct-search-form-controls button svg {
    width: 16px;
    height: 16px;
}
div#search-modal .ct-search-results {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 20px;
    --items-spacing: 13px;
}
div#search-modal .ct-search-results .ct-media-container {
    --search-image-size: 0;
    max-width: 90px;
    height: auto;
    flex: none;
}
.ct-search-results .ct-media-container img {
    aspect-ratio: 0.67 / 1 !important;
}
.ct-panel-content .ct-search-results .product-search-meta {
    color: #504E4A;
    font-weight: 400;
    font-size: 17px;
    margin-top: 2px;
    text-transform: none;
}
.ct-panel-content .ct-search-results .product-search-meta del {
    font-size: 80%;
}
.ct-panel-content .ct-search-results .product-search-meta .sale-price {
    justify-content: flex-start;
}

/* mobile menu modal */

body[data-panel="in:left"]::before {
    z-index: 9999;
    opacity: 1;
}
#offcanvas {
    top: 0;
    left: 0;
    opacity: 1;
    width: 340px;
    transition: visibility .5s cubic-bezier(.645, .045, .355, 1);
}
#offcanvas .ct-panel-inner {
    transform: translateX(-100%);
    transition: transform .5s cubic-bezier(.645, .045, .355, 1);
}
#offcanvas.active .ct-panel-inner {
    transform: translateX(0);
}
#offcanvas .ct-panel-content-inner {
    padding: 0;
}
#offcanvas .ct-panel-actions {
    min-height: 50px;
    padding: 12px 17px;
    border-bottom: 1px solid #dddddd;
}
#offcanvas .ct-panel-actions .ct-panel-heading {
    font-weight: 700;
}
#offcanvas .mobile-menu > ul > li > a {
    padding-left: 17px;
    padding-right: 17px;
    min-height: 50px;
}
#offcanvas .mobile-menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
#offcanvas .mobile-menu > ul > li .ct-sub-menu-parent {
    column-gap: 0;
}
#offcanvas .mobile-menu > ul > li .ct-sub-menu-parent:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
#offcanvas .mobile-menu > ul > li .ct-sub-menu-parent a:hover {
    background-color: transparent;
}
#offcanvas .mobile-menu > ul > li .ct-sub-menu-parent a {
    padding-left: 17px;
    padding-right: 17px;
    min-height: 50px;
}
#offcanvas .mobile-menu > ul > li .ct-sub-menu-parent .ct-toggle-dropdown-mobile {
    padding-right: 17px !important;
    margin-right: 0;
    min-height: 50px;
    --toggle-button-size: none;
}
#offcanvas .mobile-menu > ul > li .ct-sub-menu-parent .ct-icon {
    width: 16px;
    height: auto;
}
#offcanvas .mobile-menu > ul > li ul {
    width: 100%;
    padding: 0;
    margin-right: 0;
}
#offcanvas .mobile-menu > ul > li > ul > li a {
    padding-left: 30px;
    min-height: 50px;
    padding-right: 17px;
}
#offcanvas .mobile-menu > ul > li > ul > li .ct-sub-menu-parent a {
    padding-left: 30px;
}
#offcanvas .mobile-menu > ul > li > ul > li.dropdown-active > .ct-sub-menu-parent {
    background-color: rgba(0, 0, 0, 0.1);
}
#offcanvas .mobile-menu > ul > li.dropdown-active > .ct-sub-menu-parent {
    background-color: rgba(0, 0, 0, 0.1);
}
#offcanvas .mobile-menu > ul > li ul > li > ul li a {
    padding-left: 43px;
}
#offcanvas .ct-header-socials {
    padding: 0 17px;
    margin-bottom: 60px !important;
}
#offcanvas .ct-header-socials .ct-icon-container {
    transition: all 0.3s ease;
}
#offcanvas .ct-header-socials .ct-icon-container:hover {
    opacity: 1;
    transform: scale(1.09);
}

/* wishlist page */

.wishlist-title-container {
    display: none;
}
.wishlist_table.shop_table {
    margin-bottom: 0;
}
.shop_table.wishlist_table thead tr th {
    border-top: 0;
    border-color: #dddddd;
    background-color: #f8f8f8;
}
.woocommerce table.shop_table.wishlist_table tr td {
    border-color: #dddddd;
    color: #504E4A;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
}
.shop_table.wishlist_table tr td.product-add-to-cart a {
    margin-bottom: 0 !important;
    padding: 7px 20px !important;
}
.shop_table.wishlist_table tr td.product-thumbnail {
    width: 113px;
}
.shop_table.wishlist_table tr td.product-thumbnail a {
    max-width: 100%;
}
.shop_table.wishlist_table tr td.product-remove > div {
    width: 10.5px;
    height: 21px;
    justify-content: flex-start;
}
.shop_table.wishlist_table tr td.product-remove .remove {
    font-size: 0;
    position: relative;
    width: 100%;
    height: 100%;
    color: #504E4A;
}
.shop_table.wishlist_table tr td.product-remove .remove:hover {
    color: #504E4A;
}
.shop_table.wishlist_table tr td.product-remove .remove::before {
    position: absolute;
    content: "\f00d";
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    height: auto;
}
.wishlist_table.shop_table.mobile {
    padding-left: 0;
}
.wishlist_table.shop_table.mobile li {
    margin: 0;
    border-bottom: 1px solid #dddddd;
    padding: 18px 0;
}
.wishlist_table.shop_table.mobile li:first-child {
    padding-top: 0;
}
.wishlist_table.shop_table.mobile li .item-wrapper {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.wishlist_table.shop_table.mobile li .item-wrapper .product-thumbnail {
    max-width: 88px;
    margin-right: 15px;
}
.wishlist_table.shop_table.mobile li .item-wrapper .product-thumbnail a {
    display: inline-block;
}
.wishlist_table.shop_table.mobile li .item-wrapper .item-details {
    width: 100%;
}
.wishlist_table.shop_table.mobile li .item-details h3 {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2;
}
.wishlist_table.shop_table.mobile li .item-details table.item-details-table td, .wishlist_table.shop_table.mobile li table.additional-info td {
    padding: 0;
}
.wishlist_table.shop_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.shop_table.mobile li table.additional-info td.label {
    display: none;
}
.wishlist_table.shop_table.mobile li .item-details table.item-details-table td.value, .wishlist_table.shop_table.mobile li table.additional-info td.value {
    text-align: left;
    font-size: 13px;
    line-height: 1.2;
}
.wishlist_table.mobile li .wishlist-in-stock {
    color: #297e29;
}
.wishlist_table.mobile li .wishlist-out-of-stock {
    color: red;
}
.wishlist_table.shop_table.mobile .cart-remove-wrapper {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.wishlist_table.shop_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin-bottom: 0;
    margin-right: 10px;
}
.wishlist_table.shop_table.mobile li .additional-info-wrapper .product-add-to-cart a {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    min-height: 38px;
    padding: 5px 15px !important;
    margin: 0 !important;
    text-align: left;
}
.wishlist_table.shop_table.mobile li .additional-info-wrapper .product-remove a {
    color: #ffffff;
    font-size: 12px;
    width: 35px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(233, 54, 54);
    transition: all 0.3s ease;
}
.wishlist_table.shop_table.mobile li .additional-info-wrapper .product-remove a:hover {
    background-color: #151515;
}

/* media queries */

@media (min-width: 768px) {
    .ct-default-gallery .product-entry-wrapper {
        display: flex;
    }
    .ct-default-gallery .woocommerce-product-gallery {
        width: 50% !important;
        margin-bottom: 0;
    }
    .ct-default-gallery .entry-summary {
        width: 50% !important;
        align-self: flex-start;
        position: sticky;
        top: calc(50px + var(--admin-bar, 0px) + var(--header-sticky-height, 0px)* var(--sticky-shrink, 100) / 100);
    }
}
@media (min-width: 992px) {
    .ct-woocommerce-cart-form {
        grid-template-columns: 2fr 1fr;
    }
    .woocommerce .ct-woocommerce-checkout {
        grid-template-columns: 2fr 1.5fr;
    }
}
@media (max-width: 1199.98px) {
    #header .ct-container .menu-container {
        --menu-items-gap: 33px;
    }
    #header .ct-container .menu-container li > a {
        font-size: 12px;
    }
    #header.ct-header [data-column="end"] [data-items]>* {
        margin: 0 8px;
    }
    #header.ct-header [data-column="end"] [data-items]>*:last-child {
        margin: 0 0 0 8px;
    }
    .ct-header .ct-container .ct-header-cta a {
        font-size: 20px;
    }
    .ct-header .ct-container .ct-header-search, .ct-header .ct-container .ct-header-cart {
        --theme-icon-size: 18px;
    }
    div#search-modal .ct-panel-content .ct-search-results {
        grid-template-columns: repeat(3, 1fr);
        --items-spacing: 12px;
        --theme-font-size: 14px;
    }
    div#search-modal .ct-search-results .ct-media-container {
        max-width: 85px;
    }
    .ct-panel-content .ct-search-results .product-search-meta {
        font-size: 16px;
    }
    .main-banner-slider .banner-slider .owl-nav button {
        width: 39px;
        height: 39px;
    }
    .banner-slider .owl-nav button::before {
        font-size: 17px;
    }
    .ct-woo-card-actions a {
        font-size: 14px;
    }
    .yith-wcwl-add-to-wishlist-button {
        width: 36px;
        height: 34px;
    }
    .yith-wcwl-add-to-wishlist-button svg {
        width: 19px !important;
        height: 19px !important;
    }
    .products-wrapper .products-slider .owl-nav button {
        width: 43px;
        height: 43px;
    }
    .products-slider .owl-nav button::before {
        font-size: 15px;
    }
    .products-slider .product-content {
        bottom: -83px;
    }
    .product-content .product-title a, .product-content .product-title {
        font-size: 14px;
    }
    .product-content .product-title {
        margin-bottom: 1px;
    }
    .product-content .price {
        font-size: 14px;
    }
    .product-content .product-categories a {
        font-size: 12px;
    }
    .main-category-items .single-category {
        flex-basis: calc(33.333% - 10px);
    }
    .category-content h4 {
        font-size: 34px;
    }
    .category-content span {
        font-size: 14px;
    }
    .main-icon-box .icon-wrapper {
        margin-right: 13px;
    }
    .main-icon-box .icon-wrapper img {
        max-width: 28px;
    }
    .main-icon-box .content-wrapper h5 {
        font-size: 14px;
    }
    .main-icon-box .content-wrapper p {
        font-size: 13px;
    }
    .main-contacts-wrapper .contacts-wrapper {
        padding: 30px 30px 35px;
        flex-basis: calc(33.333% - 15px);
    }
    .contacts-wrapper h5 {
        font-size: 15px;
    }
    .contacts-wrapper h3 {
        font-size: 22px;
    }
    .contacts-wrapper span {
        font-size: 15px;
    }
    .contacts-wrapper .icon-container i {
        font-size: 50px;
    }
    [data-products] .product span.price {
        --theme-font-size: 14px;
    }
    [data-products] .product h6.woocommerce-loop-product__title {
        --theme-font-size: 14px;
        --product-element-spacing: 7px;
    }
    [data-products] ul.entry-meta {
        --theme-font-size: 12px;
    }
    [data-products] .product figure.main-product-image {
        --product-element-spacing: 18px;
    }
    ul[data-products] {
        grid-column-gap: 12px;
    }
    .summary.entry-summary .yith-wcwl-add-to-wishlist-button svg {
        width: 21px !important;
        height: 21px !important;
    }
    a.woocommerce-product-gallery__trigger {
        top: 15px;
        inset-inline-end: 15px; 
    }
    div.flexy-pills ol li {
        width: 25%;
        flex: 0 0 25%;
    }
    table.shop_table {
        --theme-table-font-size: 14px !important;
    }
    .shop_table .product-quantity .quantity {
        width: 85px;
        height: 43px;
    }
    .cart_totals .shipping-text p {
        font-size: 15px;
    }
    .woocommerce .cart_totals .shop_table td, .woocommerce .cart_totals .shop_table th {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .woocommerce .cart_totals .shop_table {
        margin-bottom: 18px;
    }
    .woocommerce .ct-woocommerce-cart-form {
        grid-column-gap: 25px;
    }
    [class*=ct-woocommerce] table.shop_table [class*=product-thumbnail] {
        width: 88px;
    }
    .woocommerce .ct-woocommerce-checkout {
        grid-column-gap: 25px;
    }
    .ct-order-review .woocommerce-shipping-totals td::before {
        margin-bottom: 10px;
    }
    .ct-order-review .woocommerce-shipping-totals td label {
        font-size: 14px;
    }
    #payment .payment_methods>li.wc_payment_method>label {
        font-size: 14px;
        padding: 18px 20px;
    }
    #payment .payment_methods div.payment_box {
        padding: 22px 20px;
    }
}
@media (max-width: 1023.98px) {
    .quote-section.elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky) {
        width: 880px !important;
    }
    .products-slider .owl-nav {
        width: calc(100% - 100px);
        left: 50px;
    }
    .yith-wcwl-add-to-wishlist-button {
        height: 36px;
        width: 38px;
    }
    .yith-wcwl-add-to-wishlist-button svg {
        width: 21px !important;
        height: 21px !important;
    }
    .main-icon-box .icon-wrapper {
        margin-right: 18px;
        min-width: 28px;
    }
    .main-icon-box .content-wrapper h5 {
        font-size: 15px;
    }
    .main-icon-box .content-wrapper p {
        font-size: 14px;
    }
    .about-us-content.elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky) {
        width: 910px !important;
    }
    .single-product .related.products {
        margin-top: 90px;
    }
    .single-product main .ct-container-full {
        margin-bottom: 10px;
    }
}
@media (max-width: 999.98px) {
    #header.ct-header [data-row="middle"] .ct-container {
        display: grid;
    }
    .ct-footer [data-row="bottom"] .ct-container {
        padding-top: 20px;
    }
    ul[data-products] {
        --shop-columns: repeat(4, minmax(0, 1fr));
    }
    .ct-default-gallery .woocommerce-product-gallery {
        margin-inline-end: 30px;
    }
    .related.products li.product {
        display: none;
    }
    .related.products li.product:nth-child(-n+3) {
        display: flex;
    }
    [class*=ct-woocommerce] .shop_table tr>.product-price, [class*=ct-woocommerce] .shop_table tr>.product-quantity, [class*=ct-woocommerce] .shop_table tr>.product-subtotal, [class*=ct-woocommerce] .shop_table tr>.product-remove {
        display: table-cell !important;
    }
    [class*=ct-woocommerce] .shop_table [class*=product-name] {
        padding-inline-end: 0.7em !important;
    }
    [class*=ct-woocommerce] .shop_table .product-mobile-actions {
        display: none !important;
    }
    .shop_table tr td.product-name p.price.ct-hidden-md {
        display: block !important;
    }
}
@media (max-width: 991.98px) {
    .woocommerce-page main .ct-container-full, .ct-container, .elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky), .ct-elementor-default-template .elementor-top-section.ct-section-stretched.elementor-section-boxed > .elementor-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    div#search-modal {
        padding: 22px 30px;
    }
    #search-modal .ct-panel-content form input {
        font-size: 15px;
        height: 46px;
    }
    #search-modal form .ct-search-form-controls button {
        height: 46px;
    }
    #search-modal .ct-panel-content form input::placeholder {
        font-size: 15px;
    }
    div#search-modal .ct-search-results .ct-media-container {
        max-width: 70px;
    }
    div#search-modal .ct-panel-content .ct-search-results {
        --theme-font-size: 13px;
        grid-column-gap: 25px;
    }
    .main-banner-slider .banner-slider .owl-nav button {
        width: 38px;
        height: 38px;
    }
    .banner-slider .owl-nav button::before {
        font-size: 16px;
    }
    .main-category-items .single-category {
        flex-basis: calc(50% - 15px);
    }
    .about-us-content.elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky) {
        width: 890px !important;
    }
    .main-contacts-wrapper .contacts-wrapper {
        flex-basis: calc(50% - 15px);
    }
    .cross-attire-form form p {
        flex-basis: calc(50% - 8px);
        margin-top: 23px;
    }
    .cross-attire-form form input:not([type="submit"]) {
        height: 48px;
    }
    ul[data-products] {
        --shop-columns: repeat(3, minmax(0, 1fr));
    }
    .summary .woocommerce-product-details__short-description p {
        margin-bottom: 12px;
    }
    .summary .woocommerce-product-details__short-description {
        font-size: 15px;
    }
    .summary .ct-cart-actions {
        --theme-button-min-height: 48px;
    }
    .woocommerce div.quantity {
        height: 48px;
    }
    a.woocommerce-product-gallery__trigger {
        top: 10px;
        inset-inline-end: 10px; 
    }
    span.flexy-arrow-prev {
        left: 12px;
    }
    span.flexy-arrow-next {
        right: 12px;
    }
    .related.products ul[data-products] {
        grid-column-gap: 8px;
    }
    .related.products .yith-wcwl-add-to-wishlist-button {
        height: 32px;
        width: 34px;
    }
    .related.products .yith-wcwl-add-to-wishlist-button svg {
        width: 18px !important;
        height: 18px !important;
    }
    .related.products .ct-woo-card-actions a {
        font-size: 13px;
        min-height: 36px;
    }
    .related.products [data-products] .product h6.woocommerce-loop-product__title {
        font-size: 13px;
        --product-element-spacing: 6px;
    }
    .related.products [data-products] .product span.price {
        font-size: 13px;
        --product-element-spacing: 10px;
    }
    .related.products [data-products] ul.entry-meta {
        font-size: 11px;
    }
    .related.products span.onsale, span.out-of-stock-badge {
        padding: 0 8px;
        height: 20px;
    }
    .single-product article>:where(.related,.up-sells) h3.ct-module-title {
        margin-bottom: 25px;
    }
    table.shop_table {
        --theme-table-font-size: 13px !important;
    }
    .shop_table.wishlist_table tr td.product-thumbnail {
        width: 100px;
    }
    .shop_table tr td.product-name, .shop_table thead tr th.product-name {
        padding-left: 0;
    }
    .woocommerce table.shop_table.wishlist_table tr td {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .woocommerce-wishlist main .ct-container-full {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .woocommerce .ct-woocommerce-cart-form {
        grid-column-gap: 0;
        grid-row-gap: 60px;
    }
    .woocommerce-cart .hero-section {
        margin-bottom: 50px !important;
    }
    .shop_table.woocommerce-cart-form__contents tr td.product-name {
        padding-left: 5px;
    }
    .woocommerce .woocommerce-cart-form__contents div.quantity input {
        font-size: 13px;
    }
    .cart_totals table.shop_table {
        --theme-table-font-size: 14px !important;
    }
    .woocommerce .ct-woocommerce-checkout {
        grid-column-gap: 0;
        grid-row-gap: 60px;
    }
    .woocommerce-checkout .ct-container-full .hero-section {
        margin-bottom: 50px;
    }
    .ct-order-review table.shop_table {
        --theme-table-font-size: 14px !important;
    }
    .ct-order-review table.shop_table {
        margin-bottom: 18px;
    }
}
@media (max-width: 767.98px) {
    .woocommerce-page main .ct-container-full, .ct-container, .elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky), .ct-elementor-default-template .elementor-top-section.ct-section-stretched.elementor-section-boxed > .elementor-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    div#search-modal .ct-panel-content .ct-search-results {
        grid-template-columns: repeat(2, 1fr);
    }
    header .ct-header-cart .ct-cart-content {
        right: -15px;
    }
    header .ct-cart-content .product-data {
        font-size: 12px;
    }
    header .ct-cart-content .product-data .product-title {
        font-size: 13px;
    }
    .ct-footer [data-row="bottom"] .ct-container {
        padding-top: 10px;
        padding-bottom: 35px;
    }
    .ct-footer .widget-menu {
        margin-top: 15px;
    }
    [data-footer*="type-1"] footer.ct-footer [data-row*="middle"] > div {
        --widgets-gap: 15px;
    }
    [data-footer*="type-1"] footer.ct-footer [data-row*="middle"] .ct-widget > *:not(.widget-title) {
        font-size: 14px;
    }
    .ct-footer .footer-social-icons li .wp-block-social-link-label {
        font-size: 14px;
    }
    .ct-footer .footer-social-icons li svg {
        width: 16px;
    }
    .main-banner-slider .banner-slider .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .banner-slider .owl-nav button::before {
        font-size: 18px;
    }
    .banner-slider .item a img.mobile-banner {
        display: block;
    }
    .banner-slider .item a img.desktop-banner {
        display: none;
    }
    .quote-section.elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky) {
        width: 750px !important;
    }
    .main-category-items .single-category {
        flex-basis: calc(50% - 8px);
    }
    .single-category .category-content {
        padding: 30px;
    }
    .category-content h4 {
        font-size: 32px;
    }
    .main-contacts-wrapper .contacts-wrapper {
        flex-basis: 100%;
        margin-bottom: 35px;
    }
    .contacts-wrapper h5 {
        font-size: 16px;
    }
    .contacts-wrapper span {
        font-size: 16px;
    }
    .contacts-wrapper .icon-container i {
        font-size: 54px;
    }
    .cross-attire-form form p {
        flex-basis: 100%;
    }
    .cross-attire-form form p {
        margin-top: 20px;
    }
    ul[data-products] {
        --shop-columns: repeat(2, minmax(0, 1fr));
        grid-column-gap: 15px;
    }
    div.woo-listing-top {
        flex-wrap: wrap;
        gap: 0;
    }
    .woo-listing-top .filter-button {
        margin-right: 13px;
    }
    .woo-listing-top div.woocommerce-result-count {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 5px;
    }
    .woo-listing-top .woocommerce-ordering {
        margin-right: 0;
    }
    [data-prefix="woo_categories"] .hero-section[data-type="type-1"] {
        margin-bottom: 50px !important;
    }
    .archive main .ct-container {
        margin-bottom: 10px;
    }
    div.woo-listing-top:not(:empty) {
        margin-bottom: 18px;
    }
    .filter-header .filter {
        font-size: 16px;
    }
    .main-widgets-wrapper .ct-widget {
        padding: 25px 22px;
    }
    .single-product .related.products {
        margin-top: 80px;
    } 
    a.woocommerce-product-gallery__trigger {
        top: 15px;
        inset-inline-end: 15px;
    }
    span.flexy-arrow-next {
        right: 20px;
    }
    span.flexy-arrow-prev {
        left: 20px;
    }
    div.product-entry-wrapper {
        --thumbs-spacing: 15px;
    }
    .ct-default-gallery .woocommerce-product-gallery {
        margin-inline-end: 0;
    }
    .summary.entry-summary {
        padding-top: 0;
    }
    div.flexy-pills ol li {
        width: 20%;
        flex: 0 0 20%;
    } 
    .single-product main .ct-container-full {
        margin-bottom: 0;
    } 
    table.shop_table {
        --theme-table-font-size: 12px !important;
    }
    table.wishlist_table thead th {
        padding: 12px 8px;
    }
    table.wishlist_table tbody td {
        padding: 18px 8px;
    }
    .shop_table.wishlist_table tr td.product-thumbnail {
        width: 88px;
    }
    .shop_table.wishlist_table tr td.product-add-to-cart a {
        padding: 5px 15px !important;
        font-size: 14px;
        min-height: 40px;
    }
    .woocommerce-wishlist .hero-section {
        margin-bottom: 50px !important;
    }
    .woocommerce-cart-form table.cart .actions .coupon {
        width: 100%;
    }
    .woocommerce-cart-form__contents .coupon input, .woocommerce-cart-form__contents .coupon input::placeholder {
        font-size: 14px;
    }
    .woocommerce-cart-form__contents div.coupon input {
        width: 100%;
        margin-inline-end: 8px;
    }
    .shop_table tr td.actions .button {
        margin-top: 13px;
        width: 100%;
    }
    .woocommerce-cart-form__contents .actions .coupon .button {
        margin-right: 0;
        flex: 0 0 auto;
        width: auto;
        margin-top: 0;
    }
    [class*=ct-woocommerce] table.shop_table [class*=product-thumbnail] {
        width: 80px;
    }
    .shop_table.woocommerce-cart-form__contents tr td.product-name {
        padding-left: 0;
    }
    .woocommerce .cart_totals .shop_table td, .woocommerce .cart_totals .shop_table th {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .woocommerce .cart_totals .shop_table {
        margin-bottom: 16px;
    }
    .woocommerce-cart .hero-section {
        margin-bottom: 40px !important;
    }
    .shop_table tr td.product-remove svg {
        --theme-icon-size: 12px;
    }
    .ct-customer-details .form-row-first, .ct-customer-details .form-row-last {
        width: 100%;
    }
    .woocommerce .ct-woocommerce-checkout {
        grid-row-gap: 50px;
    }
}
@media (max-width: 689.98px) {
    .woocommerce-cart-form table.cart td.actions .coupon {
        flex-direction: row !important;
        margin-bottom: 0;
    }
    .woocommerce-cart-form__contents div.coupon input {
        margin-bottom: 0;
    }
    [class*=ct-woocommerce] .shop_table.woocommerce-cart-form__contents {
        --theme-table-padding: 18px 0.7em;
    }
    .woocommerce-cart .hero-section .entry-header .page-title, .woocommerce-checkout .hero-section .entry-header .page-title {
        --theme-font-size: 22px;
    }
    div.woocommerce-checkout-payment {
        margin-inline: 0;
    }
}
@media (max-width: 575.98px) {
    .woocommerce-page main .ct-container-full, .ct-container, .elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky), .ct-elementor-default-template .elementor-top-section.ct-section-stretched.elementor-section-boxed > .elementor-container {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .ct-header .ct-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .ct-header .ct-container .ct-header-text {
        font-size: 12px;
    }
    #header.ct-header [data-column="end"] [data-items]>* {
        margin: 0 5px;
    }
    #header.ct-header [data-column="end"] [data-items]>*:last-child {
        margin: 0 0 0 5px;
    }
    .ct-header .ct-container .ct-header-cta a {
        font-size: 17px;
    }
    .ct-header .ct-container .ct-header-search, .ct-header .ct-container .ct-header-cart {
        --theme-icon-size: 15px;
    }
    #header .ct-container .ct-header-cart .ct-dynamic-count-cart {
        min-width: 13px;
        height: 13px;
        inset-inline-end: -7px;
        top: -7px;
        font-size: 8px;
    }
    .header-wishlist-icon:hover i, .ct-header-search:hover svg, .ct-cart-item:hover svg {
        transform: scale(1.09);
    }
    #offcanvas {
        width: 100%;
    }
    #offcanvas .ct-panel-inner {
        width: 100%;
    }
    #offcanvas .ct-panel-actions {
        padding: 12px 13px;
    }
    #offcanvas .mobile-menu > ul > li > a {
        padding-left: 13px;
        padding-right: 13px;
    }
    #offcanvas .mobile-menu > ul > li .ct-sub-menu-parent a {
        padding-left: 13px;
        padding-right: 13px;
    }
    #offcanvas .mobile-menu > ul > li .ct-sub-menu-parent .ct-toggle-dropdown-mobile {
        padding-right: 13px !important;
    }
    #offcanvas .mobile-menu > ul > li > ul > li a {
        padding-left: 25px;
        padding-right: 13px;
    }
    #offcanvas .mobile-menu > ul > li > ul > li .ct-sub-menu-parent a {
        padding-left: 25px;
    }
    #offcanvas .mobile-menu > ul > li ul > li > ul li a {
        padding-left: 37px;
    }
    #offcanvas .ct-header-socials {
        padding: 0 13px;
    }
    div#search-modal {
        padding: 20px 13px;
    }
    div#search-modal div.ct-panel-actions .ct-toggle-close {
        --theme-icon-size: 13px;
    }
    #search-modal .ct-panel-content form input {
        font-size: 14px;
        height: 40px;
        padding-right: 25px;
    }
    #search-modal .ct-panel-content form input::placeholder {
        font-size: 14px;
    }
    #search-modal form .ct-search-form-controls button {
        height: 40px;
    }
    #search-modal form .ct-search-form-controls button svg {
        width: 14px;
        height: 14px;
    }
    div#search-modal .ct-panel-content .ct-search-results {
        --theme-font-size: 12px;
        grid-row-gap: 25px;
        --items-spacing: 8px;
    }
    div#search-modal .ct-search-results .ct-media-container {
        max-width: 60px;
    }
    .ct-panel-content .ct-search-results .product-search-meta {
        font-size: 14px;
    }
    header .ct-header-cart .ct-cart-content {
        right: -7px;
        padding: 18px 16px;
        width: 280px;
        --mini-cart-items-spacing: 13px;
    }
    .ct-header-cart .ct-cart-content .woocommerce-mini-cart {
        margin-inline: -16px;
        padding-inline: 16px;
    }
    .ct-header-cart .ct-cart-content .woocommerce-mini-cart li {
        grid-column-gap: 12px;
    }
    [data-footer*="type-1"] footer.ct-footer [data-row*="middle"] > div {
        --columns-gap: 0px;
        --grid-template-columns: initial;
    }
    [data-footer*="type-1"] [data-id="copyright"].ct-footer-copyright {
        --theme-font-size: 12px;
    }
    .banner-slider .owl-nav {
        display: none;
    }
    .products-slider .owl-nav {
        display: none;
    }
    .main-category-items .single-category {
        flex-basis: 100%;
    }
    .category-content h4 {
        font-size: 34px;
    }
    .main-icon-box .icon-wrapper {
        margin-right: 13px;
    }
    .main-icon-box .content-wrapper h5 {
        font-size: 14px;
    }
    .main-icon-box .content-wrapper p {
        font-size: 13px;
    }
    .contacts-wrapper span, .contacts-wrapper h5 {
        font-size: 15px;
    }
    .contacts-wrapper .icon-container i {
        font-size: 48px;
    }
    .main-form-section .cross-attire-form form label, .main-form-section .cross-attire-form form input, .main-form-section .cross-attire-form form textarea {
        font-size: 14px;
    }
    .cross-attire-form form p {
        margin-top: 18px;
    }
    ul[data-products] {
        grid-column-gap: 8px;
        grid-row-gap: 38px;
    }
    [data-products] .product h6.woocommerce-loop-product__title {
        font-size: 13px;
        --product-element-spacing: 6px;
    }
    [data-products] .product span.price {
        font-size: 13px;
        --product-element-spacing: 10px;
    }
    [data-products] ul.entry-meta {
        font-size: 11px;
    }
    [data-products] .product figure.main-product-image {
        --product-element-spacing: 13px;
    }
    .ct-woo-card-actions a {
        font-size: 13px;
        min-height: 36px;
    }
    .yith-wcwl-add-to-wishlist-button {
        width: 34px;
        height: 32px;
    }
    .yith-wcwl-add-to-wishlist-button svg {
        width: 18px !important;
        height: 18px !important;
    }
    .woo-listing-top .filter-button {
        letter-spacing: 1px;
    }
    .woo-listing-top .filter-button i {
        margin-right: 5px;
    }
    .woo-listing-top p.woocommerce-result-count {
        --theme-letter-spacing: normal;
    }
    .woo-listing-top form.woocommerce-ordering select {
        letter-spacing: normal;
    }
    .ct-pagination {
        align-items: center;
    }
    .ct-pagination[data-pagination=simple]>div {
        margin: 0;
    }
    .ct-pagination[data-pagination=simple]>div .page-numbers {
        font-size: 13px;
        width: 36px;
        height: 35px;
        margin: 0 5px;
    }
    .ct-pagination[data-pagination=simple] .prev, .ct-pagination[data-pagination=simple] .next, .ct-pagination[data-pagination=next_prev] .prev, .ct-pagination[data-pagination=next_prev] .next {
        padding: 0 12px;
        gap: 6px;
        height: 38px;
    }
    .ct-pagination[data-pagination=simple] .page-numbers svg {
        height: 8px;
        width: 8px;
    }
    .filter-modal .filter-modal-content {
        width: 300px;
        max-width: 100%;
    }
    .main-widgets-wrapper .ct-widget {
        padding: 25px 18px;
    }
    .ct-widget .wp-block-heading {
        font-size: 13px !important;
        margin-bottom: 16px !important;
    }
    li .wc-block-components-checkbox label, .wc-block-product-categories-list li {
        font-size: 13px;
    }
    .ct-widget .wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
        font-size: 13px;
    }
    .wc-block-price-filter .wp-block-button__link {
        font-size: 12px !important;
    }
    .ct-widget .wc-block-components-filter-reset-button {
        font-size: 13px;
    }
    div.wc-block-price-filter__range-text {
        margin: 15px 0;
    }
    input[type="checkbox"] {
        min-width: 14px !important;
        width: 14px !important;
        height: 14px !important;
    }
    .ct-widget input[type="checkbox"] {
        margin-inline-end: 8px !important;
    }
    .onsale, .out-of-stock-badge, [class*="ct-woo-badge-"] {
        font-size: 10px !important;
    }
    span.onsale, span.out-of-stock-badge {
        padding: 0 8px;
        height: 20px;
    }
    a.woocommerce-product-gallery__trigger {
        top: 10px;
        inset-inline-end: 10px;
    }
    span.flexy-arrow-next {
        right: 12px;
    }
    span.flexy-arrow-prev {
        left: 12px;
    }
    .summary .ct-cart-actions button, .summary .yith-wcwl-add-to-wishlist-button {
        font-size: 14px !important;
    }
    .summary .yith-wcwl-add-to-wishlist-button {
        padding: 5px 13px !important;
        height: 43px;
    }
    .summary.entry-summary .yith-wcwl-add-to-wishlist-button svg {
        margin-right: 5px;
        width: 18px !important;
        height: 18px !important;
    }
    div.flexy-pills ol li {
        width: 25%;
        flex: 0 0 25%;
    } 
    div.woocommerce-product-gallery {
        margin-bottom: 40px !important;
    }
    .related ul[data-products], .upsells ul[data-products] {
        --shop-columns: repeat(2, minmax(0, 1fr));
    }
    .related.products li.product:nth-child(-n+3) {
        display: none;
    }
    .related.products li.product:nth-child(-n+2) {
        display: flex;
    }
    .single-product article>:where(.related,.up-sells) h3.ct-module-title {
        margin-bottom: 22px;
    }
    [class*=ct-woocommerce] .shop_table tr>.product-price, [class*=ct-woocommerce] .shop_table tr>.product-quantity, [class*=ct-woocommerce] .shop_table tr>.product-subtotal, [class*=ct-woocommerce] .shop_table tr>.product-remove {
        display: none !important;
    }
    [class*=ct-woocommerce] .shop_table [class*=product-name] {
        padding-inline-end: 0 !important;
    }
    [class*=ct-woocommerce] .shop_table .product-mobile-actions {
        display: flex !important;
        margin-top: 7px !important;
    }
    .shop_table tr td.product-name p.price.ct-hidden-md {
        display: none !important;
    }
    [class*=ct-woocommerce] .shop_table .product-mobile-actions div.quantity {
        width: 75px;
        height: 40px;
    }
    [class*=ct-woocommerce] .shop_table .product-mobile-actions .remove {
        padding-inline-start: 0 !important;
        --theme-icon-size: 11px;
    }
    [class*=ct-woocommerce] .shop_table .product-mobile-actions .remove svg {
        fill: rgb(233, 54, 54);
    }
    [class*=ct-woocommerce] .shop_table .product-mobile-actions .remove:hover svg {
        fill: rgb(233, 54, 54);
    }
    table.shop_table {
        --theme-table-font-size: 13px !important;
    }
    .shop_table.woocommerce-cart-form__contents tr td.product-name {
        padding-left: 2px;
    }
    .shop_table tr td .coupon input {
        padding: 12px 8px;
    }
    .woocommerce-cart-form__contents .actions .coupon .button {
        font-size: 14px;
        padding: 7px 12px;
    }
    .shop_table tr td.actions .button {
        font-size: 14px;
    }
    .woocommerce .ct-woocommerce-cart-form {
        grid-row-gap: 50px;
    }
    .cart_totals table.shop_table {
        --theme-table-font-size: 13px !important;
    }
    table.shop_table_responsive tbody td[data-title]:before {
        font-size: 13px !important;
    }
    .cart_totals .shipping-text p {
        font-size: 14px;
    }
    .woocommerce .cart_totals div.continue-shopping a, .woocommerce .cart_totals div.wc-proceed-to-checkout a {
        font-size: 14px;
    }
    .woocommerce-checkout .ct-container-full .hero-section {
        margin-bottom: 40px;
    }
    .ct-customer-details label {
        font-size: 14px;
    }
    .ct-customer-details input:not([type="submit"]) {
        height: 48px;
        font-size: 14px;
    }
    .ct-customer-details textarea {
        font-size: 14px;
    }
    .ct-customer-details input:not([type="submit"])::placeholder, .ct-customer-details textarea::placeholder {
        font-size: 14px;
    }
    .ct-customer-details .woocommerce-input-wrapper strong {
        font-size: 15px;
    }
    .ct-order-review table.shop_table {
        --theme-table-font-size: 13px !important;
    }
    [class*=ct-woocommerce] .ct-order-review .shop_table [class*=product-name] {
        padding-inline-end: 0.7em !important;
    }
    .ct-order-review .woocommerce-shipping-totals td::before {
        margin-bottom: 8px;
    }
    .ct-order-review .woocommerce-shipping-totals td label {
        font-size: 13px;
    }
    #payment .payment_methods>li.wc_payment_method>label, #payment .payment_methods div.payment_box p {
        font-size: 13px;
    }
    div#payment .payment_methods>.wc_payment_method>label:before {
        width: 14px;
        height: 14px;
        min-width: 14px;
    }
    .ct-order-review .place-order .button {
        font-size: 14px;
    }
    .ct-order-review div.place-order {
        padding: 0;
    }
    #payment .payment_methods>li.wc_payment_method>label {
        padding: 16px 15px;
    }
    #payment .payment_methods div.payment_box {
        padding: 22px 15px;
    }
    .wishlist_table.shop_table.mobile li .item-wrapper .product-thumbnail {
        max-width: 85px;
        margin-right: 13px;
    }
    .wishlist_table.shop_table.mobile li table.additional-info  {
        margin-bottom: 5px;
    }
    .wishlist_table.shop_table.mobile li .additional-info-wrapper .product-add-to-cart a {
        min-height: 35px;
    }
    .wishlist_table.shop_table.mobile li .additional-info-wrapper .product-remove a {
        height: 34px;
        width: 32px;
    }
	.products-slider .product-content .product-title {
		margin-bottom: 0;
	}
	.products-slider .product-content .product-title a, .products-slider .product-content .product-title {
		font-size: 13px;
	}
	.products-slider .product-content .price {
		font-size: 13px;
	}
	.products-slider .product-content .product-categories a {
		font-size: 11px;
	}
	.products-slider .product-content {
		bottom: -75px;
	}
}