/*!
Theme Name: Casablanca India
Theme URI: http://intcoder.in/
Author: intcoder.in
Author URI: http://intcoder.in/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: casablanca-india
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Casablanca India is based on Underscores https://intcoder.in/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
    font-family: "Gilroy Bold";
    src: url("fonts/gilroy-bold-webfont.eot");
    src: url("fonts/gilroy-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gilroy-bold-webfont.woff2") format("woff2"), url("fonts/gilroy-bold-webfont.woff") format("woff"), url("fonts/gilroy-bold-webfont.ttf") format("truetype"), url("fonts/gilroy-bold-webfont.svg#gilroy-bolduploaded_file") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy Medium";
    src: url("fonts/gilroy-medium-webfont.eot");
    src: url("fonts/gilroy-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gilroy-medium-webfont.woff2") format("woff2"), url("fonts/gilroy-medium-webfont.woff") format("woff"), url("fonts/gilroy-medium-webfont.ttf") format("truetype"), url("fonts/gilroy-medium-webfont.svg#gilroy-mediumuploaded_file") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gilroy Semibold";
    src: url("fonts/gilroy-semibold-webfont.eot");
    src: url("fonts/gilroy-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gilroy-semibold-webfont.woff2") format("woff2"), url("fonts/gilroy-semibold-webfont.woff") format("woff"), url("fonts/gilroy-semibold-webfont.ttf") format("truetype"), url("fonts/gilroy-semibold-webfont.svg#gilroy-semibolduploaded_file") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Gilroy Medium";
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #202A45;
    background: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gilroy Bold";
    color: #202A45;
}

a {
    text-decoration: none;
}

a.skip-link.screen-reader-text {
    display: none;
}

@keyframes animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(0.9)
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

.site-branding {
    padding-top: 15px;
    padding-bottom: 15px;
}

a#mobile-menu-btn {
    display: none;
}

.site-branding .custom-logo-link {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.site-branding .custom-logo {
    max-width: 220px;
    height: auto;
}

.site-branding {
    display: flex;
    position: relative;
}

.main-navigation-wrapper {
    border-top: 1px solid #f1f1f1;
}

.main-navigation {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 10px 0;
}

.header-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu>li {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
    float: none;
    padding: 0 15px;
    position: relative;
}

.header-menu>li>a {
    display: inline-block;
    font-family: "Gilroy Medium";
    font-weight: 500;
    font-size: 16px;
    color: #858489;
    letter-spacing: 0;
    padding: 10px 0;
    text-transform: none;
    background: transparent !important;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    text-decoration: none;
    line-height: 23px;
}

.header-menu>li>.sub-menu {
    display: block;
    min-width: 200px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 0 0;
    transition: all 0.2s ease-in-out 0s;
    transform: rotateX(-90deg);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    border: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;

}

.header-menu>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateX(0deg);
}

.header-menu>li>.sub-menu li>a {
    background: transparent !important;
    position: relative;
    font-size: 16px;
    color: #858489;
    font-weight: 500;
    font-family: "Gilroy Medium";
    padding: 0;
    width: 100%;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
    line-height: 1.7;
    white-space: nowrap;

}

.sub-menu>.menu-item {
    margin-bottom: 8px;
}

.header-menu>li>.sub-menu li>a:hover {
    color: #333;
}

.header-menu .menu-item-has-children>a::after {
    content: '\e64b';
    font-family: 'themify';
    font-size: 10px;
    margin-left: 3px;
}


.breadcrumb-section {
    background-color: #202A45;
    margin: 0;
}

.breadcrumb-wrapper {
    position: relative;
    padding: 10px;
    text-align: left;
}

.breadcrumb-title {
    display: none;
}

.breadcrumb-wrapper .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
    color: #666;
}

.breadcrumb a,
.breadcrumb>li {
    display: inline-block;
}

.breadcrumb-wrapper .breadcrumb a {
    color: #fff;
    font-weight: 600;
}

.breadcrumb-wrapper i {
    margin-right: 5px;
}

.breadcrumb>a+li:before,
.breadcrumb>li+a:before,
.breadcrumb>li+li:before {
    color: #ccc;
    display: inline-block;
    content: "\e649";
    font-family: "themify";
    padding: 0 8px;
    font-size: 8px;
}

.breadcrumb .active {
    color: #fff;
}


.home-slider {
    position: relative;
}

.slider-item img {
    width: 100%;
    height: auto;
}

.home-slider button.slick-prev.slick-arrow,
.home-slider button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 9;
}

.home-slider button.slick-prev.slick-arrow:hover,
.home-slider button.slick-next.slick-arrow:hover {
    background: rgba(0, 0, 0, 0.9);
}

.home-slider button.slick-prev.slick-arrow {
    left: 30px;
}

.home-slider button.slick-next.slick-arrow {
    right: 30px;
}

.home-slider .slick-next:before,
.home-slider .slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
    line-height: 40px;
}

.home-slider .slick-next:before {
    content: "\f105";
}

.home-slider .slick-prev:before {
    content: "\f104";
}

.home-slider .slick-dots {
    bottom: 15px;
}

.home-slider .slick-dots li,
.home-slider .slick-dots li button {
    padding: 0px;
}

.home-slider .slick-dots li {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: transparent;
    width: 10px;
    height: 10px;
}

.home-slider .slick-dots li button {
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

.home-slider .slick-dots li button::before {
    display: none;
}

.home-slider .slick-dots li.slick-active,
.home-slider .slick-dots li:hover {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    background: transparent;
}

.home-slider .slick-dots li.slick-active button,
.home-slider .slick-dots li:hover button {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rgba(255, 255, 255, 1);
}

.pswp__caption {
    display: none;
}

.pswp--zoom-allowed .pswp__img {
    border-radius: 20px;
}

.product-category-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.product-category-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-category-thumbnail-wrapper img {
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

.product-category-title-wrapper {
    position: absolute;
    left: 0;
    bottom: 5%;
    z-index: 1000;
    background-color: rgba(32, 42, 69, 0.6);
    padding: 30px 20px;
    width: 100%;
    display: inline-block;
}

.product-category-title-wrapper p {
    font-size: 13px;
    margin-top: 2px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-family: "Gilroy Bold", Sans-serif;
}

.product-category-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}

@media (min-width: 1400px) {

    .info-box-section .container,
    .site-footer .container {
        max-width: 1300px;
    }
}

/* .site-footer {
    margin-top: 70px;
} */

.footer-widgets {
    background-color: #202a45;
    padding: 30px 0px 10px 0px;
    position: relative;
}

.footer-widget-title {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 15px 0px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #FFFFFF;
    display: inline-block;
}

.footer-widget-title h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.widget-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-menu ul li a {
    padding: 0;
    margin: 15px 0 30px 0;
    font-size: 16px;
    font-family: "Gilroy Medium";
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    justify-content: flex-start;
    display: flex;
    line-height: 20px;
    align-items: center;
}

.widget-icon-list {
    margin-bottom: 30px;
}

.icon-list-item {
    margin: 5px 0 20px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.icon-list-item-icon {
    color: #FFFFFF;
    line-height: 0.6;
    padding-right: 20px;
}

.icon-list-item-icon i {
    font-size: 25px;
}

.icon-list-item-content p {
    font-size: 25px;
    color: #fff;
    margin: 0;
}

.icon-list-item-content h3 {
    margin-bottom: 2px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.widget-social-icons {
    display: inline-block;
    width: 100%;
    word-spacing: 15px
}

.social-icon-item {
    display: inline-block;
    word-break: break-word;
}

.social-icon {
    line-height: 0;
    width: 36px;
    height: 36px;
    display: block;
    padding: 9px;
    border-radius: 50%;
    color: #fff;
    fill: #fff;
}

.social-icon.social-icon-instagram {
    background-color: #B12222;
}

.social-icon.social-icon-facebook {
    background-color: #3b5998;
}

.social-icon.social-icon-youtube {
    background-color: #cd201f;
}

.social-icon.social-icon-linkedin {
    background-color: #0077b5;
}

.social-icon:active,
.social-icon:focus,
.social-icon:hover {
    animation-name: animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.footer-copyright {
    background-color: #141C33;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #FFFFFF21;
    padding: 15px 0px 15px 0px;
}

.footer-copyright p {
    text-align: left;
    color: #FFFFFF;
    font-size: 14px;
    margin: 0;
}


.add-fix-top {
    transition: all 0.2s ease-in-out 0s;
    position: fixed;
    z-index: 9;
    bottom: 60px;
    right: 30px;
    transform: translateX(100%);
    display: inline-block;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    text-align: center;
    background: #ff8400;
    opacity: 0;
    filter: alpha(opacity=0);
}

.add-fix-top.active {
    transform: translateX(0);
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.add-fix-top.active:focus,
.add-fix-top.active:active,
.add-fix-top.active:hover {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.add-fix-top i {
    font-size: 25px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

a#whatsapp-link {
    height: 40px;
    white-space: nowrap;
    padding: 12px 24px;
    background-color: #25d366;
    border-radius: 50px;
    color: #fff;
    pointer-events: all;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
    position: relative;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: fixed;
    right: 30px;
    bottom: 15px;

}

.page-content.home-page-content {
    max-width: 86.5%;
    margin-bottom: 50px;
}

.page-content.home-page-content iframe {
    width: 100%;
}

.info-box-section {
    margin-top: 90px;
}

.info-boxes {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.info-box {
    width: 25%;
    position: relative;
    min-height: 1px;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 20px;
}

.info-box-icon>svg {
    max-width: 40px;
    height: auto;
}

.info-box-content h3 {
    color: #000000;
    font-size: 16px;
}

.info-box-content p {
    font-size: 14px;
    line-height: 20px;
    color: #656565;
}

.related-products-carousel .slick-slide {
    outline: none !important;
    padding-left: 15px;
    padding-right: 15px;
}

.related-products-carousel .product-category-title-wrapper p {
    font-family: "Gilroy Medium", Sans-serif;
}


.related-products-carousel .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    width: auto;
    height: auto;
}

.related-products-carousel .slick-dots li button {
    border: none;
    display: block;
    text-indent: -9999em;
    width: 8px;
    height: 8px;
    padding: 0;
    background: #202A33;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.2s ease-in-out 0s;
}

.related-products-carousel .slick-dots li.slick-active button {
    width: 30px;
}

.related-products-carousel .slick-dots li button::before {
    display: none;
}

.related-products-carousel .slick-next,
.related-products-carousel .slick-prev {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    background-color: #000000;
    width: 40px;
    height: 40px;
    opacity: 0;
    border-radius: 50%;
    z-index: 9;
    margin-top: -10px;
    transition: all 0.3s ease-in-out;
}

.related-products-carousel:hover .slick-next,
.related-products-carousel:hover .slick-prev {
    opacity: 1;
}

.related-products-carousel .slick-next:hover,
.related-products-carousel .slick-prev:hover {
    background-color: #ff8400;
}

.related-products-carousel:hover .slick-arrow {
    margin-left: 10px;
    margin-right: 10px;
}

.related-products-carousel .slick-next {
    right: 10px;
}

.related-products-carousel .slick-prev {
    left: 10px;
}

.related-products-carousel .slick-next::before,
.related-products-carousel .slick-prev::before {
    display: none;
}

.related-products-carousel .slick-track {
    margin-left: inherit;
    margin-right: inherit;
}

.custom-design-btn {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}

.custom-design-btn a {
    padding: 10px;
    border: 2px solid;
    border-radius: 8px;
    font-weight: bold;
    color: #1a1a1a;
}

.custom-design-btn a:hover {
    color: #ff8400;
}

.gender-content h1,
.gender-content h2,
.gender-content h3,
.gender-content h4,
.gender-content h5,
.gender-content h6,
.product_seo_description h1,
.product_seo_description h2,
.product_seo_description h3,
.product_seo_description h4,
.product_seo_description h5,
.product_seo_description h6 {
    color: #202a45;
    line-height: 1.3;
    font-family: "Gilroy Bold", Sans-serif;
    margin-top: 23px;
    margin-bottom: 11.5px;
}

.gender-content h1,
.product_seo_description h1 {
    font-size: 36px;
}

.gender-content h2,
.product_seo_description h2 {
    font-size: 30px;
}

.gender-content h3,
.product_seo_description h3 {
    font-size: 24px;
}

.gender-content h4,
.gender-content h5,
.gender-content h6,
.product_seo_description h4,
.product_seo_description h5,
.product_seo_description h6 {
    margin-top: 11.5px;
    margin-bottom: 11.5px;
}

.gender-content h4,
.product_seo_description h4 {
    font-size: 18px;
}

.gender-content h5,
.product_seo_description h5 {
    font-size: 14px;
}

.product-top-section .woo-variation-product-gallery {
    min-width: 100% !important;
    max-width: 100% !important;
}

.product-summary {
    position: sticky;
    top: 0;
}

.iwp-single-gallery-image-container img,
img.wp-post-image.iwp-post-image.attachment-woocommerce_single.size-woocommerce_single {
    width: 100%;
    height: auto;
}

/* Variations */
.variation-group {
    margin-bottom: 25px;
}

.variation-label {
    font-family: "Gilroy Bold", Sans-serif;
    font-size: 18px;
    margin: 30px 0 10px 0;
    color: #202a45;
}

.variation-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variation-option {
    padding: 10px 60px;
    border: 2px solid #202A45;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Gilroy Medium";
    color: #202A45;
}

.variation-option:hover,
.variation-option.selected {
    border-color: #202A45;
    background: #202A45;
    color: #fff;
}

/* Color Swatches */
/* .color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
} */
.color-swatch-box {
    height: 80px;
    cursor: pointer;
}

.color-swatch {
    width: 42px;
    height: 42px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.color-swatch-box p {
    font-size: 11px;
    line-height: 13px;
    text-align: left;
    margin-top: 4px;
    display: table-caption;
    padding: 3px;
    margin-bottom: 0;
}

.color-swatch-box.selected p,
.color-swatch-box:hover p {
    color: #ff8400;
}

.color-swatch.has-image {
    background-size: cover;
    background-position: center;
}

/* .color-swatch:hover {
    transform: scale(1.1);
} */

.color-swatch.selected {
    border-color: #333;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333;
}

/* Gender-specific content */
.gender-content {
    display: none;
}

.gender-content.active {
    display: block;
}

.gender-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

#sizeGuide {
    margin: 30px 0 10px 0;
}

.size-guide-link {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    transition: none;
    color: #1a1a1a;
}

.size-guide-link:hover {
    color: #ff8400;
}

.product-gallery {
    padding-right: 20px;
}

.product-info>h1 {
    font-size: 36px;
    font-family: "Gilroy Bold", Sans-serif;
    color: #202a45;
    margin-top: 23px;
    margin-bottom: 0;
    font-weight: 600;
}


.color-swatches .slick-dots li {
    display: inline-block;
    margin: 0 3px;
    width: auto;
    height: auto;
}

.product-mobile-gallery-wrapper .slick-dots li button,
.color-swatches .slick-dots li button {
    border: none;
    display: block;
    text-indent: -9999em;
    width: 12px;
    height: 12px;
    padding: 0;
    background: #ccc;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.2s ease-in-out 0s;
}

.product-mobile-gallery-wrapper .slick-dots li button:hover,
.product-mobile-gallery-wrapper .slick-dots li.slick-active button,
.color-swatches .slick-dots li button:hover,
.color-swatches .slick-dots li.slick-active button {
    background: #ff8400;
}

.product-mobile-gallery-wrapper .slick-dots li button::before,
.color-swatches .slick-dots li button::before {
    display: none;
}

.product-mobile-gallery-wrapper .slick-next,
.product-mobile-gallery-wrapper .slick-prev,
.color-swatches .slick-next,
.color-swatches .slick-prev {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    opacity: 1;
    border-radius: 50%;
    z-index: 9;
    margin-top: -10px;
    transition: all 0.3s ease-in-out;
}

.product-mobile-gallery-wrapper .slick-next:hover,
.product-mobile-gallery-wrapper .slick-prev:hover,
.color-swatches .slick-next:hover,
.color-swatches .slick-prev:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.product-mobile-gallery-wrapper .slick-next,
.color-swatches .slick-next {
    right: 12px;
}

.product-mobile-gallery-wrapper .slick-prev,
.color-swatches .slick-prev {
    left: -40px;
}

.product-mobile-gallery-wrapper .slick-next::before,
.product-mobile-gallery-wrapper .slick-prev::before,
.color-swatches .slick-next::before,
.color-swatches .slick-prev::before {
    display: none;
}

.downloadBtns {
    margin: 50px 0;
}

.downloadBtns a {
    border-radius: 5px;
    border: 1px solid #202A45;
    padding: 8px 30px;
    margin-right: 10px;
    color: #1a1a1a;
}

.downloadBtns a:hover {
    color: #ff8400;
}

div#producttop {
    margin-bottom: 60px;
}

.related-products-section-title {
    margin: 0 0 40px;
    text-align: center;
}

.related-products-section-title h3 {
    font-size: 36px;
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.3;
    color: #1a1a1a;
    font-family: "Gilroy Bold", Sans-serif;
}



.desktop-gallery {
    display: none;
}

@media (min-width: 768px) {
    .desktop-gallery {
        display: block;
    }

    .product-mobile-gallery-wrapper {
        display: none;
    }
}


/* Mobile Slider Styles */
.product-mobile-gallery-wrapper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .product-mobile-gallery-wrapper {
        display: none;
    }
}

.f-panzoom__viewport {
    border-radius: 20px;
    overflow: hidden;
}

.article-box .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.article-box figure.image {
    background: #f7f6f6;
    border-radius: 10px;
    overflow: hidden;
    height: 195px;
    border: 1px solid #f7f6f6;
}

.article-box figure.image a {
    display: flex;
    width: 100%;
    height: 100%;
}

.article-box {
    margin-bottom: 30px;
}

.article-box .post-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: start;
    margin: 10px 0;
}

.article-box .author,
.article-box .date {
    flex: 1 1 auto;
}

.article-box .date {
    text-align: right;
}

.article-box .avatar {
    border-radius: 50%;
}

.article-box .author img,
.article-box .author i,
.article-box .date img,
.article-box .date i {
    margin-right: 8px;
}

.article-box-content {
    padding: 5px 15px;
}

.article-box .post-title {
    font-family: "Gilroy Bold";
    font-size: 20px;
    color: #202A45;
}

.article-box .post-title {
    font-family: "Gilroy Bold";
    font-size: 20px;
    color: #202A45;
    margin-top: 15px;
    margin-bottom: 15px;
}

.article-box .post-title a {
    font-family: "Gilroy Bold";
    font-size: 20px;
    color: #202A45;
}

.article-box .post-excerpt {
    color: #888;
    margin: 10px 0;
    font-size: 14px;
}


.article-box .post-readmore {
    color: #1a1a1a;
}

.article-box .post-title a:hover,
.article-box .post-readmore:hover {
    color: #ff8400;
}

.page-banner-content h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}

section.page-banner-section {
    padding: 120px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
}

section.page-banner-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}


.page-banner-content {
    position: relative;
    text-align: center;
}

.page-content-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pagination .nav-links {
    margin-left: auto;
    display: flex;
    gap: 15px;
    margin-right: auto;
    margin-top: 30px;
}

.pagination .nav-links .page-numbers {
    color: #333;
    padding: 5px 10px;
}

.pagination .nav-links .page-numbers.current {
    color: #a09f9f;
}

.pagination .nav-links a.page-numbers:hover {
    color: #ff8400;
}

.article-box.single-article-box figure.image {
    height: auto;
}

.article-box.single-article-box .image img {
    width: 100%;
    height: auto;
    object-fit: initial;
}

.article-box.single-article-box .post-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: start;
    margin: 10px 0 0 0;
    border: 1px solid #eee;
    padding: 10px 0 20px 0;
    border-width: 0 0 1px 0;
}

.article-box.single-article-box .post-title {
    font-size: 28px;
    display: inline-block;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 23px;
}

.article-box.single-article-box .post-title:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 2px solid #202A45;
}

.sidebar-widgets {
    padding-left: 15px;
}

.sidebar-widget-title h2 {
    font-size: 24px;
    font-family: "Gilroy Bold";
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
}

span.tags {
    display: inline-block;
    border-radius: 20px;
    background-color: #DFE8FF;
    padding: 2px 20px;
    font-size: 12px;
    font-family: "Gilroy Medium";
    margin: 0 10px 10px 0;
}

.popular-article {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.popular-thumbnail {
    max-width: 90px;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.popular-thumbnail a {
    width: 100%;
    display: block;
    background: #f7f6f6;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.popular-thumbnail img {
    width: 100%;
    height: auto;
}

.popular-content {
    margin-top: 5px;
}

.popular-author {
    font-size: 12px;
    font-family: "Gilroy Semibold";
    color: #f00;
}

.popular-title {
    font-size: 16px;
    line-height: 20px;
}

.popular-title a {
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    font-family: "Gilroy Bold";
    color: #202A45;
    line-height: 20px;
}

.popular-title a:hover {
    color: #ff8400;
}

.popular-postdate {
    font-size: 12px;
    font-family: "Gilroy Semibold";
    color: #888;
}

.iframe-video iframe {
    width: 100%;
    height: 330px;
}

.heading-title h2 {
    font-size: 28px;
    display: inline-block;
    padding-bottom: 40px;
    position: relative;
}

.heading-title h2:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 2px solid #202A45;
}

.heading-title.text-center h2:before {
    width: 50%;
    left: 25%;
}

.full-page-image-section {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.full-page-image-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    height: 100%;
}

.full-page-image-section img {
    width: 100%;
    height: auto;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion {
    border: 0 none;
    box-shadow: none;
}

.accordion-item {
    border: none;
    margin-bottom: 20px;
}

.accordion-button {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none;
    background-color: #E3E3E3;
    color: #202A45;
    border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #202A45;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

table.tabletext {
    width: 100%;
}

table.tabletext {
    border: 1px solid #ddd;
}

table.tabletext>thead>tr>th,
table.tabletext>thead>tr>td,
table.tabletext>tbody>tr>th,
table.tabletext>tbody>tr>td,
table.tabletext>tfoot>tr>th,
table.tabletext>tfoot>tr>td,
.tabletext>thead>tr>th,
.tabletext>thead>tr>td,
.tabletext>tbody>tr>th,
.tabletext>tbody>tr>td,
.tabletext>tfoot>tr>th,
.tabletext>tfoot>tr>td {
    padding: 8px;
    line-height: 1.7;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table.tabletext>thead>tr>th,
table.tabletext>thead>tr>td,
table.tabletext>tbody>tr>th,
table.tabletext>tbody>tr>td,
table.tabletext>tfoot>tr>th,
table.tabletext>tfoot>tr>td,
.tabletext>thead>tr>th,
.tabletext>thead>tr>td,
.tabletext>tbody>tr>th,
.tabletext>tbody>tr>td,
.tabletext>tfoot>tr>th,
.tabletext>tfoot>tr>td {
    border: 1px solid #ddd;
}

.fetured-rounded-image img {
    width: 100%;
    height: auto;
}

.logo-box-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    gap: 30px;
    margin-top: 50px;
}

.logo-box {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.logo-box img {
    width: 100%;
    height: auto;
}

.branding-box-title {
    padding: 20px 20px 20px 20px;
    background-color: #202a45;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 30px;
}

.branding-box-title h3 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.branding-box-wrapper {
    margin-bottom: 70px;
}

.branding-box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.branding-box img {
    width: 100%;
    height: auto;
}

section.contact-banner-bar {
    background: #202a45;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-banner-bar p {
    color: #fff;
    margin: 0;
}

.contact-banner-icons {
    display: flex;
    gap: 20px;
    justify-content: right;
}

.contact-banner-icon {
    width: 20px;
    color: #fff;
}

.contact-banner-icon svg {
    fill: #fff;
}

section.contact-map-section {
    width: 100%;
    overflow: hidden;
}

.contact-map iframe {
    width: 100%;
    height: 460px;
}

.distributor-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 30px;
    margin-top: 50px;
}

.distributor-box {
    width: 100%;
    overflow: hidden;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
}

.distributor-box-title {
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 30px;
}

.distributor-box-title h4 {
    color: #202a45;
    margin: 0;
    font-size: 16px;
    font-family: "Gilroy Bold", Sans-serif;
}

.distributor-box-icon-list {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    gap: 15px;
    margin-bottom: 20px;
}

.distributor-box-icon-wrapper {
    width: 10%;
}

.distributor-box-icon {
    background-color: #DFE8FF;
    color: #202A45;
    font-size: 12px;
    border-radius: 4px 4px 4px 4px;
    padding: 5px 10px;
}

.distributor-box-icon svg {
    fill: #202A45;
}

.distributor-box-content {
    width: 90%;
}

.distributor-box-content-label {
    font-size: 12px;
    font-family: "Gilroy Semibold";
    color: #646464 !important;
    padding: 0;
    margin-top: 5px;
}

.distributor-box-content-data {
    font-size: 16px;
    font-family: "Gilroy Medium";
    color: #202A45 !important;
    padding: 0;
}

/* 1st, 4th, 7th, 10th ... */
.distributor-box:nth-child(3n+1) .distributor-box-title {
    background-color: #FFC4C4;
}

/* 2nd, 5th, 8th, 11th ... */
.distributor-box:nth-child(3n+2) .distributor-box-title {
    background-color: #FFE4C0;
}

/* 3rd, 6th, 9th, 12th ... */
.distributor-box:nth-child(3n) .distributor-box-title {
    background-color: #C4DDFF;
}

a#mobile-menu-btn {
    position: absolute;
    left: 0px;
    top: 19px;
    color: #1a1a1a;
    font-size: 18px;
}

a#mobile-menu-btn:hover {
    color: #ff8400;
}

.mobile-menu-section {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(-100%);
    transition: all 0.2s ease-in-out 0s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 414px;
    max-width: 85%;
    background: #fff;
    height: 100vh;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
}

.mobile-menu-section.active {
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}

.mobile-menu-header {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
}

.mobile-menu-header .custom-logo {
    vertical-align: middle;
    width: 124px;
    height: auto;
}

a.mobile-menu-toogle {
    position: absolute;
    left: 15px;
    top: 17px;
    color: #1a1a1a;
    background: transparent;
    cursor: pointer;
}

a.mobile-menu-toogle:hover {
    color: #ff8400;
}

.sliding-menu__panel li {
    border-bottom: 1px solid #e6e6e6;
}

.sliding-menu__panel {
    padding: 0;
}

.sliding-menu__panel li .sliding-menu__nav:not(.sliding-menu__back),
.sliding-menu__panel li a {
    font-weight: 700;
    padding: 15px 20px;
    color: #1a1a1a;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    background-color: transparent !important;
    border-left: 2px solid #fff;
}

.sliding-menu .sliding-menu__nav::before {
    content: "\e649";
    font-family: 'themify';
}

.sliding-menu .sliding-menu__back {
    padding: 0.8em 0.8em !important;
    font-size: 16px !important;
    margin-bottom: 0;
}

.sliding-menu .sliding-menu__back::before {
    content: "\e64a";
    margin-left: 0;
    font-family: 'themify';
}

.sliding-menu li a:hover,
.sliding-menu li .sliding-menu__nav:not(.sliding-menu__back):hover {
    color: #ff8400;
}

.mobile-product-title {
    display: none;
}

.mobile-product-title h1 {
    font-size: 22px;
    font-weight: 900;
    display: block;
    padding-top: 20px;
    margin-bottom: 20px;
}

.product-gallery img {
    width: 100%;
}

.color-swatch-box {
    display: inline-block;
    width: 15.6667%;
}

.page-404 {
    width: 100vw;
    height: 75vh;
    display: -moz-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.page-404 img {
    width: auto;
    max-width: 100%;
}

.page-404 .title-big {
    color: #1a1a1a;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.page-404 .btn-theme {
    color: #fff;
    background-color: #ff8400;
    border-color: #ff8400;
    padding: 8px 25px;
    border-radius: 50px;
}

.page-404 .btn-theme:hover {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

.page-404 .description {
    font-size: 16px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {

    .hidden-xs {
        display: none;
    }

    .main-navigation-wrapper {
        display: none;
    }

    .site-branding .custom-logo {
        max-width: 148px;
        height: auto;
    }

    a#mobile-menu-btn {
        display: block;
    }

    .page-content.home-page-content {
        max-width: 100%;
    }

    .info-boxes {
        display: block;
        width: 100%;
    }

    .info-box {
        width: 100%;
    }

    .product-category-thumbnail-wrapper img {
        height: auto;
    }

    .breadcrumb,
    .breadcrumb a {
        font-size: calc(0.4em + 1vmin);
        font-weight: normal !important;
        font-family: "Gilroy Medium";
    }

    .product-top-section {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }

    .product-gallery {
        padding-right: 0;
    }

    .icon-list-item-icon {
        padding-right: 0;
    }

    .icon-list-item {
        margin: 9px 0 0px 0;
    }

    .icon-list-item-icon i {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .icon-list-item-content p {
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    .icon-list-item-content h3 {
        font-size: 12px;
    }

    .icon-list-item {
        gap: 10px;
    }

    .footer-widget-title {
        margin-bottom: 10px;
        padding-bottom: 0px;
        padding-top: 0;
    }

    .footer-widget-title h3 {
        line-height: 1.5;
        font-size: 12px;
    }

    .widget-social-icons {
        word-spacing: 5px;
    }

    .social-icon {
        width: 30px;
        height: 30px;
    }

    .footer-copyright p {
        font-size: 12px;
        margin: 0;
    }

    .widget-menu ul li a {
        padding: 0;
        margin: 9px 0 0px 0;
        font-size: 14px;
        line-height: 1.2;
    }

    .footer-widget {
        margin-bottom: 50px;
    }

    .mobile-product-title {
        display: block;
    }

    .product-summary h1 {
        display: none;
    }

    .related-products-section-title h3 {
        font-size: 22px;
    }

    .downloadBtns a {
        width: 100%;
        display: block;
        text-align: center;
    }

    .product-mobile-gallery-wrapper .slick-prev,
    .color-swatches .slick-prev {
        left: 12px;
    }

    div#genderDescription {
        margin-top: 30px;
        padding-top: 20px;
    }

    .logo-box-gallery,
    .distributor-boxes {
        grid-template-columns: 1fr;
    }

}

div#wpadminbar {
    display: none;
}
.pswp {
    display: none;
}