@font-face {
    font-family: "Than";
    src:url("https://use.typekit.net/af/9f65e8/0000000000000000775420ed/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/9f65e8/0000000000000000775420ed/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/9f65e8/0000000000000000775420ed/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Than';
}

.elementor-widget-text-editor p:last-child,
.elementor-widget-container p:last-child {
    margin-bottom: 0;
}

.rmp-container .rmp-menu-title .rmp-menu-title-image {
    width: 190px;
    margin-left: 0;
    margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 16px;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-family: 'Manrope';
    font-size: 16px;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    margin-bottom: 30px!important;
}

.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text {
    color: #fff;
    opacity: 1;
    position: relative;
    z-index: 3;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    position: relative;
    color: #fff;
}

/*** Top Menu ***/
.global__top--menu nav > ul > li > a:before {
    content: "";
    position: absolute;
    background-color: #0c0c0c;
    width: 100%;
    height: 1px;
    bottom: 27px;
    -webkit-transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    -moz-transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    -o-transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    transform-origin: right !important;
    transform: scaleX(0) !important;
    opacity: 1 !important;
}
.home .global__top--menu nav > ul > li > a:before {
    background-color: #fff;
}
.global__top--menu nav > ul > li > a:hover:before {
    transform-origin: left !important;
    transform: scaleX(1) !important;
}
.global__top--menu li .sub-arrow:before {
    content: "";
    background: url('../images/dropdown-black.svg') no-repeat;
    height: 12px;
    width: 12px;
}
.home .global__top--menu li .sub-arrow:before {
    background: url('../images/dropdown.svg') no-repeat;
}

.woocommerce ul.order_details {
    padding-left: 0;
    margin-top: 30px;
}

/*** Mobile Menu ***/
#mobile-nav {
    float: right;
    height: 18px;
    width: 30px;
    right: 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}
#mobile-nav span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0c0c0c;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.home #mobile-nav span {
    background: #fff;
}
#mobile-nav span:nth-child(1) {
    top: 0px;
}
#mobile-nav span:nth-child(2) {
    top: 8px;
}
#mobile-nav span:nth-child(3) {
    top: 16px;
}
#mobile-nav.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#mobile-nav.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#mobile-nav.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*** Responsive Menu ***/
.rmp_menu_trigger { 
    display: none!important; 
}

/*** Stick Header ***/
.home .global__header {
    position: absolute;
    width: 100%;
}
.global__header {
    position: relative;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    left: 0  !important;
    width: 100% !important;
}
.sticky__active {
    background-color: #0C0C0C !important;
}
.sticky__content {
    background-color: #f0f0f0 !important;
}
.sticky__content .xoo-wsc-cart-trigger .elementor-icon-wrapper {
    background-color: rgba(12, 12, 12, 0.04) !important;
    border: 1px solid rgba(12, 12, 12, 0.1) !important;
}
.sticky__content .xoo-wsc-cart-trigger svg {
    display: none !important;
}
.sticky__content .xoo-wsc-cart-trigger .elementor-icon:before {
    content: "";
    display: block;
    background: url('/wp-content/uploads/2025/02/ShoppingBagBlack.svg') no-repeat;
    background-size: contain !important;
    height: 20px;
    width: 20px;
}
.sticky__content .global__top--menu nav > ul > li > a:before,
.home .sticky__content #mobile-nav span {
    background-color: #0c0c0c !important;
}
.sticky__content .global__top--menu nav > ul > li > a {
    color: rgba(12, 12, 12, 0.7) !important;
}
.sticky__content .global__top--menu li .sub-arrow:before {
    background: url('../images/dropdown-black.svg') no-repeat;
}

/*** Slick Ticker ***/
.slick__ticker .slick-track {
    display: flex;
    align-items: center;
}

.image__container--wrap .slick-list {
    overflow: visible;
}
.image__container--wrap .elementor-widget-image-box:hover {
    background-color: rgba(12, 12, 12, 0.04);
    border-radius: 0 0 10px 10px;
}
.image__container--wrap .slick-slide {
    margin: 0 6px;
}
.image__container--wrap .elementor-widget-image-box .elementor-image-box-img img {
    border-radius: 10px 10px 0 0;
}

/*** Hover Block ***/
.content__box {
    transform: translateY(100%);
    transition: all .7s ease-in-out;
}
.hover__container:hover .content__box {
    transform: translateY(0);
}
.content__box h3 {
    font-size: 26px;
}

/*** Counter ***/
.elementor-counter-number,
.elementor-counter-number-prefix,
.elementor-counter-number-suffix {
    font-family: 'Than' !important;
}

/*** Products ***/
.product__wrapper .inner__wrap {
    border-radius: 10px;
    padding-bottom: 12px;
}
.product__wrapper  .inner__wrap:hover {
    background-color: #E6E6E6;
}
.product__info {
    padding: 0 15px;
}
.product__image img {
    border-radius: 10px;
    transition: .5s ease-in-out;
    aspect-ratio: 1;
    object-fit: cover;
	width: 100%;
}
.product__wrapper  .inner__wrap:hover .product__image img {
    border-radius: 10px 10px 0 0;
}
.product__title {
    font-family: "Manrope", Sans-serif;
    font-size: 18px !important;
    font-weight: 600;
    margin: 18px 0 8px;
}
.product__title,
.price .amount {
    font-size: 18px;
    text-align: center;
}
.price .amount {
    font-family: 'Than';
    color: #0C0C0C;
}
.price {
    display: flex;
    justify-content: center;
}

/*** Cart ***/
.wc-block-cart-item__remove-link {
	font-size: 14px !important;
}

/*** Products Grid ***/
.product__main-container {
	width: 100%;
}
.product__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
    column-gap: 0.75em;
    row-gap: 1.3em;
}

/*** Custom Pagination ***/
.post__pagination {
    margin-top: 55px;
}
.custom-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.custom-pagination .prev {
    position: relative;
    display: block;
    margin-right: 30px;
}
.custom-pagination .next {
    margin-left: 30px;
}
.custom-pagination .prev:before,
.custom-pagination .next:before {
    content: "";
    display: block;
    background: url('../images/paginate-arrow.svg') no-repeat;
    background-size: contain !important;
    height: 30px;
    width: 24px;
}
.custom-pagination .prev:before {
    transform: rotate(180deg);
}
.custom-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(12, 12, 12, 0.04);
    border: 1px solid rgba(12, 12, 12, 0.1);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    height: 38px;
    width: 38px;
}
.custom-pagination .page-numbers.prev,
.custom-pagination .page-numbers.next {
    background-color: rgba(255, 255, 255, 0) !important;
    border: 0;
}
.custom-pagination .current {
    background: linear-gradient(240.89deg, #5B7DC4 -10.32%, #073490 32.64%, #001D48 69.98%);
    color: #fff;
}
.custom-pagination .inactive {
    opacity: 0.3;
}

/*** Product Carousel ***/
.product__carousel .inner__wrap {
    margin: 0 6px;
}
.product__category {
    margin-bottom: 45px;
}
.product__category ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 0;
}
.product__category ul li {
    position: relative;
    display: inline-block;
}
.product__category ul li:not(:last-child):before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    width: 1px;
    background-color: rgba(12, 12, 12, 0.1);
}
.product__category li a {
    position: relative;
    color: rgba(12, 12, 12, 0.4);
    font-weight: 600;
}
.product__category li.active a {
    color: #073490;
}
.product__category li a:before {
    content: "";
    background-color: #073490;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 100%;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .3s ease-in-out;
    transition: all .3s ease-in-out 0s;
}
.product__category li.active a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*** Product Page - Gallery ***/
.product__slider-container .slick-slide {
    margin: 0 5px;
}
.main__image {
    margin-bottom: 12px;
}
.main__image img {
    display: block;
    border-radius: 10px;
    max-height: 625px;
    object-fit: cover;
    width: 100%;
}
.product__thumbnail-slider img {
    border-radius: 10px;
    cursor: pointer;;
    height: auto;
    width: 100%;
}
.product__thumbnail-slider .slick-current img {
    border-color: #00aaff;
}

/*** Spinner ***/
.ajax-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.ajax-spinner.active {
    display: block;
}

/*** Custom Accordion ***/
.custom__accordion {
    overflow: hidden;
}
.accordion__section {
    border-bottom: 1px solid #ccc;
}
.accordion__section:last-child {
    border-bottom: none;
}
.accordion__title {
    position: relative;
    color: #0c0c0c;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 22px 0;
}
.accordion__title:before {
    content: "";
    background: url('../images/accordion-close.svg') no-repeat;
    background-size: contain !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
}
.accordion__title.active:before {
    background: url('../images/accordion-open.svg') no-repeat;
}
.accordion__content {
    display: none;
    padding: 0 0 20px;
}
.accordion__content ul {
    padding-left: 15px;
}

/*** Gallery Slider ***/
.gallery__slider .gallery__item {
    margin: 0 6px;
}
.gallery__slider img {
    border-radius: 10px;
    max-height: 320px;
    object-fit: cover;
    width: 100%;
}

/*** Slick Arrows ***/
.slick-arrow {
    border: 0 !important;
    background: none !important;
    top: unset !important;
    bottom: -80px !important;
    height: 30px !important;
    width: 24px !important;
    opacity: 1 !important;
    transform: unset !important;
    padding: 0 !important;
    z-index: 10;
}
.slick-arrow:before {
    content: "" !important;
    display: block;
    background: url('../images/slider-arrow.svg') no-repeat;
    background-size: contain !important;
    opacity: 1 !important;
    height: 30px !important;
    width: 24px !important;
}
.slick-prev:before {
    transform: rotate(180deg);
}
.slick-prev {
    left: 0 !important;
}
.slick-next {
    right: unset !important;
    left: 50px !important;
}
.slick-arrow.slick-disabled::before {
    opacity: .3 !important;
}

/*** Filters ***/
.filters__container {
    display: flex;
    background-color: #e6e6e6;
    border-radius: 10px;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    margin-bottom: 40px;
	width: 100%;
}
.filters__container .filter-block {
    width: 32.5%;
}
.filter-block .label {
    color: #0c0c0c;
    font-weight: 600;
    margin-bottom: 7px;
}
.filter-sort > .label > span:before {
    content: "";
    display: inline-block;
    background: url('../images/sort.svg') no-repeat;
    background-size: contain !important;
    margin-right: 7px;
    height: 12px;
    width: 12px;
}

.no-results {
    text-align: center;
    grid-column: 1/span 4;
}

/*** Select2 ***/
body .select2-container {
    background: url('../images/dropdown-black.svg') scroll right 18px center no-repeat;
    width: 100% !important;
}
body .select2-container .select2-selection--single {
    background-color: rgba(12, 12, 12, 0.04);
    border: 1px solid rgba(12, 12, 12, 0.1);
    height: 50px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(12, 12, 12);
    line-height: 50px;
    padding: 0 40px 0 18px;
}
body .select2-selection__arrow {
    display: none !important;
}

/*** Buttons ***/
#primary.elementor-button,
.wc-block-components-button,
.gform_button,
.xoo-wsc-ft-btn,
.wp-block-button a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    border: 1px solid rgba(240, 240, 240, 0.1);
    border-radius: 8px !important;
    box-shadow: inset -1px -1px 0px rgba(240, 240, 240, 0.1);
    overflow: hidden;
}
#primary.elementor-button:before,
.wc-block-components-button:before,
.gform_button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(240.89deg, #5B7DC4 -10.32%, #073490 32.64%, #001D48 69.98%);
    transition: all .5s ease-in-out;
}
#primary.elementor-button:hover:before,
.wc-block-components-button:hover:before,
.gform_button:hover:before {
    left: -150%;
    width: 250%;
}
#primary.elementor-button span,
.wc-block-components-button span,
.gform_button span {
    color: #fff !important;
    z-index: 5;
}
.fullwidth-btn .elementor-button {
    display: block;
    width: 100%;
}
.wp-block-button a,
.xoo-wsc-ft-btn {
    background: linear-gradient(240.89deg, #5B7DC4 -10.32%, #073490 32.64%, #001D48 69.98%);
    transition: .5s ease-in-out;
    color: #fff !important;
    padding: 11px 20px !important;
    line-height: 1.4em !important;
}
.wp-block-button a:hover,
.xoo-wsc-ft-btn:hover {
    background: linear-gradient(240.89deg, #5B7DC4 -10.32%, #5B7DC4 32.64%, #073490 69.98%);
    color: #fff !important;
    border: 1px solid #5B7DC4 !important;
    padding: 11px 20px !important;
}
.xoo-wsc-ft-btn-cart,
.xoo-wsc-ft-btn-continue {
    background: rgba(12, 12, 12, 0.04) !important;
    border: 1px solid rgba(12, 12, 12, 0.1) !important;
    color: #0C0C0C !important;
}
body .xoo-wsc-ft-btn-cart:hover,
body .xoo-wsc-ft-btn-continue:hover {
    border: 1px solid rgba(12, 12, 12, 0.1) !important;
    color: #0C0C0C !important;
}
body .xoo-wsc-empty-cart a {
    border-radius: 5px;
}
body .xoo-wsc-empty-cart a:hover {
    background-color: #0C0C0C !important;
    color: #fff !important;
}
.xoo-wsc-ft-totals .xoo-wsc-ft-amt {
	margin: 0 !important;
	padding-left: 0 !important;
}
.xoo-wsc-footer-txt {
	text-align: left !important;
}

/*** Gravity Forms ***/
body .gform_wrapper .gform_fields {
    grid-row-gap: 27px !important;
}
body .gform_wrapper .gfield_label {
    color: #073490;
    font-weight: 600 !important;
    margin-bottom: 14px !important;
}
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper select,
body .gform_wrapper textarea {
    background-color: rgba(12, 12, 12, 0.04);
    border: 1px solid rgba(12, 12, 12, 0.1);
    border-radius: 8px;
    color: #0c0c0c;
    font-size: 16px !important;
    padding: 13px 18px !important;
    line-height: 1.2em !important;
    outline: none !important;
}
body .gform_wrapper select {
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
	background: rgba(12, 12, 12, 0.04) url('../images/dropdown-black.svg') scroll right 18px center no-repeat;
	padding-right: 50px !important;
}
body .gfield_select {
  color: #aaa;
}
body .gfield_select:has(option:checked:not([value=""])) {
  color: #000;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 135px;
}

/*** Checkbox ***/
body .gform_wrapper .gfield_checkbox label a {
    color: #3765E2;
    text-decoration: underline;
    font-size: 16px;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;   
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"] + label{
    color: #0c0c0c;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"] + label:before,
body .gform_wrapper .gfield_checkbox input[type="checkbox"] + label:after{
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:not(:checked) + label:after {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #0c0c0c;
    border-radius: 3px;
    top: -2px;
    height: 20px;
    width: 20px;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:after {
    background-color: #0c0c0c;
    border: 1px solid #0c0c0c;
    border-radius: 3px;
    top: -2px;
    height: 20px;
    width: 20px;
    z-index: 0;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:not(:checked) + label:before { 
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    height: 0;
    width: 0;
}
body .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
    top: -2px;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top:3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
body .gform_wrapper .gform_footer {
    justify-content: flex-end;
}

/*** Woo Buttons ***/
.single_add_to_cart_button {
    background: linear-gradient(240.89deg, #5B7DC4 -10.32%, #073490 32.64%, #001D48 69.98%) !important;
    transition: all .5s ease-in-out;
}
.single_add_to_cart_button:hover {
    background: linear-gradient(240.89deg, #5B7DC4 -10.32%, #073490 69.98%) !important;
}
.single_add_to_cart_button:focus,
.single_add_to_cart_button:visited {
    padding-right: 50px !important;
}
.single_add_to_cart_button:after {
    position: absolute !important;
    top: 50% !important;
    right: 25px !important !important;
    transform: translateY(-50%) !important;
}

/*** Woocommerce ***/
.custom__quantity .quantity {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid rgba(12, 12, 12, 0.1);
    padding-bottom: 30px;
    margin-bottom: 50px !important;
}
.custom__quantity .plus,
.custom__quantity .minus {
    cursor: pointer;
}
.custom__quantity .plus:before,
.custom__quantity .minus:before {
    content: "";
    display: block;
    height: 38px;
    width: 38px;
}
.custom__quantity .plus:before {
    background: url('../images/plus-btn.svg') no-repeat;
}
.custom__quantity .minus:before {
    background: url('../images/minus-btn.svg') no-repeat;
}
.custom__quantity .quantity input {
    background: none !important;
    border: 0 !important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    display: none;
}
input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}
.custom__quantity .total {
    color: #0c0c0c;
}
.custom__quantity .total span {
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}

/*** Disabled ***/
.wc-block-cart__empty-cart__title:before,
.gform_required_legend,
.gfield_validation_message {
	display: none !important;
}

/*** Currency Switcher ***/
.yay-currency-custom-select__trigger {
    background: none;
    border: 0 !important;
    color: #0c0c0c;
    height: auto;
}
.yay-currency-single-page-switcher {
    margin: 0 !important;
}
.yay-currency-custom-selected-option:before {
    content: "";
    display: inline-block;
    background: url('../images/globe_lang.svg') no-repeat;
    background-size: contain !important;
    margin-right: 6px;
    height: 14px;
    width: 14px;
}
.upwards.yay-currency-custom-arrow:before {
    background: url('../images/dropdown-black.svg') no-repeat;
    background-size: contain !important;
    height: 10px;
    width: 10px;
    left: unset !important;
    transform: unset !important;
}
.yay-currency-custom-selected-option {
    padding-right: 0 !important;
}
.upwards.yay-currency-custom-arrow:after {
    display: none !important;
}
.yay-currency-custom-loader {
    border: 2px solid #0c0c0c;
    margin-left: 8px;
}

/*** Responsive ***/
@media (min-width: 614px) {
    .custom__quantity .single_add_to_cart_button {
        position: absolute;
        bottom: -15px;
        right: 0;
    }
}
@media (min-width: 1025px) {
    .gallery__slider img {
        height: 22vw;
    }
}

@media only screen and (max-width: 1132px) and (min-width: 1025px) {
    .global__top--menu nav > ul > li > a {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }
}

@media (min-width: 1240px) {
    .gallery__slider img {
        height: 20vw;
    }
}

@media (min-width: 1600px) {
    .gallery__slider img {
        height: 18vw;
    }
}

@media (max-width: 1024px) {
    .product__grid {
        grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
    }
    .gallery__slider img {
        height: 20vw;
    }
    .content__box h3 {
        font-size: 24px;
    }
}

@media (max-width: 900px) {
    .filters__container {
        flex-wrap: wrap;
        gap: 20px;
    }
    .filters__container .filter-block {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .slick-arrow,
    .slick-arrow:before {
        height: 24px !important;
        width: 18px !important;
    }
    .slick-next {
        left: 38px !important;
    }
    .content__box h3 {
        font-size: 22px;
    }
    .product__title, 
    .price .amount {
        font-size: 16px !important;
    }
	
	

	.product__carousel button.slick-arrow {
		top: calc(100% + 30px)!important;
	}

	.product__carousel button.slick-arrow.slick-prev {
		left: calc(50% - 30px)!important;
		top: calc(100% + 28px)!important;
	}

	.product__carousel button.slick-arrow.slick-next {
		left: calc(50% + 12px)!important;
	}

}

@media (max-width: 615px) {
    .product__grid {
        grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    }
    .gallery__slider img {
        height: 27vw;
    }
    .custom__quantity .single_add_to_cart_button {
        margin-top: 30px !important;
    }
}

@media (max-width: 480px) {
    .product__wrapper,
    .product__grid {
        grid-template-columns: 1fr;
    }
    .gallery__slider img {
        height: 38vw;
    }
    body .gform_wrapper .gform_footer {
        justify-content: flex-start;
        margin: 20px 0 0 !important;
    }
    body .gform_footer .gform_button {
        margin-top: 0px;
    }
    .wc-block-components-totals-coupon__input,
    .wc-block-components-totals-coupon__button,
    .gform_button,
    .woocommerce div.product form.cart .button,
    .elementor-widget-button:not(.auto__width),
    .elementor-widget-button:not(.auto__width) .elementor-button {
        width: 100% !important;
    }
}