/**
Theme Name: kiko
Author: Galilink
Author URI: http://wpastra.com/about/
Description: theme du site kiko cosmetics tunisie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kiko
Template: astra
*/

/* ============= *
	* Header *
* ============= */
#masthead .wpr-nav-menu-horizontal .wpr-nav-menu .wpr-sub-mega-menu {
	padding: 16px 32px;
    background: linear-gradient(45deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .2));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	
    border: 0;
    background-color: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    position: fixed;
    height: 100%;
    overflow: scroll;
}
#masthead .wpr-nav-menu-horizontal>.wpr-nav-menu>li {
	height: 32px;
}
#masthead .wpr-nav-menu-horizontal>.wpr-nav-menu .wpr-menu-item {
	height: 100%;
}
#masthead.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background:#fff;
}
/* ============= *
	* Menu *
* ============= */
.category-hierarchy li a {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
    font-family: 'KIKOPro-Regular';
    font-size: .875rem;
    font-weight: 400;
    overflow-wrap: break-word;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: rgb(37, 43, 46);
	transition: background-size 0.3s ease;

}
.category-hierarchy li a:hover {
    text-decoration: underline;
	text-underline-offset: 3.5px;
}

/* Container 5 columns */
.columnsmenu .category-hierarchy {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 58px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Parent category (niveau 1) */
.category-hierarchy > li > a {
font-family: 'KIKOPro-Bold';
    font-size: .875rem;
    font-weight: 700;
    overflow-wrap: break-word;
    text-transform: uppercase;
    line-height: 24px !important;
    letter-spacing: -.03em;
    color: #252b2e;
    margin-bottom: 16px;
}

/* Sub categories */
.category-hierarchy .sub-category {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-hierarchy .sub-category li {
    margin-bottom: 6px;
}

.category-hierarchy .sub-category a {
    font-weight: 400;
    font-size: 14px;
    color: #444;
}
.solairelink a {
	box-shadow: 0 0 !important
}
.iconprodsolaire a {
height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
    padding: 2px;	
}
.contprodsolaire:hover .iconprodsolaire a {
    background: linear-gradient(90.07deg, rgb(219 144 0 / .4) 3.11%, rgb(219 92 0 / .4) 15.54%, rgb(250 5 123 / .4) 76.16%, rgb(250 5 225 / .4) 91.34%);	
}
.iconprodsolaire a img{
	 border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-sizing: content-box
}
.savoirsolaire{
    text-underline-offset: 3.5px;
    font-size: .625rem;
    overflow-wrap: break-word;
    text-decoration: underline;
    text-underline-offset: 3.5px;
}
.contprodsolaireimg{
    display:none;
}

/* ✅ first image visible by default */
.contprodsolaireimg {
	height:100%
}
.contprodsolaireimg.active{
    display:block;
}
.contprodsolaireimg{
    opacity:0;
    transition:opacity .3s ease;
}

.contprodsolaireimg.active{
    opacity:1;
}
#masthead .wpr-nav-menu-horizontal .wpr-nav-menu .wpr-sub-mega-menu .elementor-element-60c68de5 {
    overflow: scroll;
    margin-bottom: 79px;

  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  
}
/* For WebKit browsers (Chrome, Safari, Opera) */
#masthead .wpr-nav-menu-horizontal .wpr-nav-menu .wpr-sub-mega-menu .elementor-element-60c68de5::-webkit-scrollbar {
  display: none;
  width: 0px; /* Optional: also for horizontal scrollbar */
}
 /* =========================================================================
        PRODUCT SEARCH MODAL STYLES
        ========================================================================= */
#productSearchModal .modal-body{
	padding-left: 0;
    padding-right: 0;
	padding-top: 10px;
}
#productSearchModal .btn-close{
width: 20px;
    height: 20px;	
}	
        /* Modal container */
        #productSearchModal {
            z-index: 999999 !important;
            background: linear-gradient(45deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .65));
            backdrop-filter: blur(10px);
        }
       
        .modal-dialog {    
            max-width: 100%;
            margin: 0;
        }
       
        .modal-content {
            background-color: transparent !important;
            border: none;
            max-width: 100% !important;
            /* padding: 12px; */
        }
       
        .modal-header {
            border-bottom: none;
            padding: 0;
        }
       
        /* Search input styling */
        .search-input-container {
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
        }
        #categoryModal .modal-body, #categoryModal .modal-header, #productSearchModal .modal-header, #productSearchModal .modal-body {
			width: 100%;
		}
		
		.modal-header {
			display: inline-block;
			border-bottom: unset !important;
			padding-left: unset !important;
			padding-right: unset !important;
			padding-top: unset !important;
			padding-bottom: 0px !important;
		}
        .search-input-wrapper {
            display: flex;
            flex: 1;
            background: white;
            border-radius: 8px;
        /*box-shadow: 0 3px 12px rgba(0, 0, 0, .16);*/
        }
       
        #productSearchIcon {
            display: flex;
            align-items: center;
            padding: 8px;
            background: white;
            border-radius: 8px 0 0 8px;
        }
       
        #productSearchInput {
            border: none;
            border-radius: 0 8px 8px 0;
            padding: 10px;
            flex: 1;
            font-family: 'KIKOPro-Regular';
            font-size: 14px;
        }
       
        #productSearchInput:focus {
            outline: none;
            box-shadow: none;
        }
       
        .btn-close {
            border-radius: 8px;
            box-shadow: 0 3px 12px rgba(0, 0, 0, .16);
            padding: 10px !important;
            opacity: 1 !important;
        }
       
        /* Search results styling */
        #productSearchResults {
            margin-top: 8px;
            max-height: 100vh;
            overflow-y: auto;
        }
       
        .search-placeholder, .search-loading {
            text-align: center;
            padding: 40px 20px;
            color: #666;
            font-family: 'KIKOPro-Regular';
        }
       
        .product-search-results {
            background: white;
            border-radius: 8px;
            padding: 16px;
            box-shadow: 0 3px 12px rgba(0, 0, 0, .16);
        }
       
        .search-results-title {
            display:flex;
            font-family: 'KIKOPro-Bold';
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.16em;
            border-bottom: 1px solid #d8d8d8;
            padding-bottom: 16px;
            margin-bottom: 16px;
            justify-content: center;
        }
       
        .product-results-grid {
            display: grid;
            gap: 16px;
        }
       
        /* Responsive grid layout */
        @media (max-width: 639px) {
            .product-results-grid {
                grid-template-columns: 1fr;
            }
        }
       
        @media (min-width: 640px) {
            .product-results-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
       
        @media (min-width: 900px) {
            .product-results-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
       
        @media (min-width: 1280px) {
            .product-results-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }
       
        /* Product card styling */
        .product-result-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
       
        .product-result-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
        }
       
        .product-result-link {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px;
            text-decoration: none;
            color: #252b2e;
            font-family: 'KIKOPro-Regular';
            height: 100%;
        }
       
        .product-image-container {
            width: 80px;
            height: 80px;
            flex-shrink: 0;
        }
       
        .product-thumbnail {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }
       
        .product-info{
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 6px;
            padding: 0px !important;
        }
       
        .product-name {
            color: #252b2e;
            font-size: 12px;
            line-height: 120%;
            overflow-wrap: break-word;
            font-weight: 400;
            display: flex;
            align-items: center;
            /* height: 34px; */
        }
        .product-price {
            font-weight: bold;
            color: #252b2e;
            margin-bottom: 4px;
            font-size: 14px;
            display: flex;
            width: 100%;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .color-variations-count {
            font-weight: 400;
            color: #252b2e;
            line-height: 24px !important;
            letter-spacing: -.02em;
            font-family: 'KIKOPro-Regular';
            font-size: 12px;
            overflow-wrap: break-word;
            padding: 0px 8px;
            display: inline-block;
            align-items: center;
            border: 1px solid #d8d8d8;
            border-radius: 12px;
            margin-top: 2px;
        }
       
        /* No results styling */
        .no-search-results {
            text-align: center;
            padding: 40px 20px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 3px 12px rgba(0, 0, 0, .16);
        }
       
        .no-search-results h3 {
            font-family: 'KIKOPro-Bold';
            color: #252b2e;
            margin-bottom: 8px;
        }
       
        .no-search-results p {
            font-family: 'KIKOPro-Regular';
            color: #666;
            font-size: 14px;
        }
    
/* ============= *
	* Slider *
* ============= */

#content .boxdescripslider .n2-ss-layer-with-background {
    background: linear-gradient(45deg, hsl(0 0% 100% / .5), hsl(0 0% 100% / .2));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    gap: 8px;
}

/* ============= *
	* Content *
* ============= */
#page {
	overflow: hidden;
}
#tousnostutoriel .uc_creative_buttons a.uc_button {
    width: 100%;
}
.titre_saison h2 {
	font-family: "KIKOPro-light", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: #252B2E;
}
.eael-advance-tabs .eael-tabs-nav>ul {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: max-content;
    margin: auto;
}
.eael-advance-tabs .eael-tabs-nav>ul li {
	flex: none;
}
.eael-advance-tabs .eael-tabs-nav>ul li.active:after {
	display: none;
}

.decouvrez-nos-icones .eael-tab-nav-item {
	height: 0;
	opacity: 0;
	padding: 0 !important;
}
.tablisticon {
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
}

.fake-tab-icon {
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.fake-tab-icon img {
	width: 54px;
    border-radius: 100%;
    border: 3px solid #eacebf;
    padding: 2px;
    box-sizing: border-box;
    transition: transform 0.3s, border-color 0.3s;
}

/* icône active */
.fake-tab-icon.active img {
    opacity: 1;
    border: 3px solid #ff007f;
    animation: borderPulse 1.5s infinite;
}

/* animation bordure */
@keyframes borderPulse {
    0% { border-color: #ff007f; transform: scale(1); }
    50% { border-color: #ff80bf; transform: scale(1.05); }
    100% { border-color: #ff007f; transform: scale(1); }
}

/* bouton pause/play sur l'image active */
.fake-tab-icon .pause-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    z-index: 10;
    display: none; /* caché par défaut */
}

.fake-tab-icon.active .pause-play {
    display: flex; /* affiché uniquement sur l'icône active */
}
.fake-tab-icon.active {
    opacity: 1;
}
.contenttab {
	padding: 0;
}
.contenttab p {
	text-align: center;
    font-family: "KIKOPro-Regular", Sans-serif;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    color: #1E293B;
}
/* Masquer le contenttab dans les tabs Elementor */
.decouvrez-nos-icones .eael-tab-content-item .contenttab {
    display: none;
}

/* L'afficher seulement dans la zone clonée */
.contenticon .contenttab {
    display: flex;
}
.videoblock, .videoblock.elementor-widget-video, .videoblock .elementor-video {
	height: 100%;
}
.videoblock .e-hosted-video {
	height: 100%;
	width: 100%;
}
.decouvrez-nos-icones .contenticon > h2 {
	font-family: "KIKOPro-ExtraLight", Sans-serif;
    font-size: 40px;
    font-weight: 200;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-align: center;
}

.tabsaison .eael-tabs-nav ul > li:nth-child(1).active {
	background: linear-gradient(90deg, #4a00e094, #00afff85);
}
.tabsaison .eael-tabs-nav ul > li:nth-child(2).active {
	background: linear-gradient(45deg, #FF7FD5, #FFC107);
}
.tabsaison .eael-tabs-nav ul > li:nth-child(3).active {
	background: linear-gradient(45deg, #A5FFD6, #32CD32);
}
.tabsaison .eael-tabs-nav ul > li:nth-child(4).active {
	background: linear-gradient(45deg, #B7B3F3, #5b5fc7d9);
}
    
#tousnostutoriel .elementor-button {
	width: 100%;
}
#tousnostutoriel .elementor-heading-title a {
	text-decoration: none;
}
#tousnostutoriel .swiper-wrapper {
    padding-left: 38%;
}
#tousnostutoriel .swiper-wrapper > div {
	padding-block-start: 0;
}
#content #tousnostutoriel .swiper-button-next, #content #tousnostutoriel .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .65));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: all .3s ease-in-out;
}
#content #tousnostutoriel .swiper-button-next {
    right: 32px;
    opacity: 1;
}
#content #tousnostutoriel .swiper-button-next svg, #content #tousnostutoriel .swiper-button-prev svg {
    display: none;
}
#content #tousnostutoriel .swiper-button-prev {
    left: 32px;
    opacity: 1;
}
#content #tousnostutoriel .swiper-button-next::after, .my-product-carousel ul.products .slick-arrow.slick-next::after {
    content: "";
    background: url(/wp-content/themes/kiko/img/angle-right.svg) no-repeat center;
    width: 15px;
    height: 15px;
}
#content #tousnostutoriel .swiper-button-prev::after, .my-product-carousel ul.products .slick-arrow.slick-prev::after {
    content: "";
    background: url(/wp-content/themes/kiko/img/angle-left.svg) no-repeat center;
    width: 15px;
    height: 15px;
}



/*****/
.woocommerce-page ul.products li.product {
    position: relative;
    overflow: hidden; 
	padding-bottom: 16px;
}
.loop-color-select{
	display:none;
}
.loop-color-ui {
    position: relative;
    z-index: 1;
}
#content .color-current {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: .5px solid #b5b5b5;
    background: #fff;
    z-index: 2;
    position: relative;
    border-radius: 9999px;
	margin: auto;
	box-shadow: none;
}
.color-current img{
	width:16px;
	height:16px;
	border-radius:50%;
}
.color-list {
	display: none;
    flex-wrap: wrap;
    gap: 16px;
	height: -webkit-fill-available;
	padding-bottom: 32px;
}
.color-list.open{
	display:flex;
}
.loop-color-ui.open {
	position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: linear-gradient(45deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .65));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    overflow: hidden;
	padding: 16px 12px;
}
.loop-color-ui.open .color-list {
	display: block;
}
#content .loop-color-ui.open .color-current {
	display: none; 
}
.color-list .color-list-content {
	background: #fff;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    border-radius: 1rem;
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, .1);
    flex-grow: 1;
    flex-shrink: 0;
    max-height: 100%;
	overflow: hidden;
    overflow-y: auto;
	scrollbar-width: none;
	height: -webkit-fill-available;
	padding: 16px 0;
}
/* Quand on ouvre la liste */
.loop-color-ui.open .color-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.color-btn {
    display: flex;
    align-items: center;
    padding: 8px 16px 8px 12px;
    gap: 8px;
	text-align: left;
}
.color-btn:hover {
	background: #fff;
    box-shadow: 0 1px 24px -1px rgba(0, 0, 0, .1);
}
.color-btn:hover .image-color-container {
	border-color: #252b2e;
}
.color-btn.out-of-stock:hover .image-color-container:after {
	background: #252b2e;
}
.color-btn span {
	letter-spacing: -.02em;
    font-size: 12px;
}
.image-color-container {
	position: relative;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    padding: 3px;
    overflow: hidden;
    transition: border-color .25s ease-out;
}
.color-current .image-color-container {
	padding: 0;
    border: 0;
}
.color-btn img {
	display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
	min-width: max-content;
}
.color-btn.out-of-stock .image-color-container:after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    margin: auto;
    background: #d8d8d8;
    height: 1px;
    width: 100%;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    transition: background .25s ease-out;
}
.color-list-header {
    display: flex;
    align-items: center;
    gap: 4px;
}
.color-list-header .color-list-close {
	padding: 0;
    box-shadow: none;
}
.loop-color-ui .color-list-titre {
	font-family: "KIKOPro-Bold", sans-serif;
	letter-spacing: -.03em;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}
.color-list-close {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.color-list-close svg {
    width: 16px;
    height: 16px;
}
.color-btn.out-of-stock {
	cursor: not-allowed;
}
.loop-color-ui .product-color-selector_current {
	display: flex;
    align-items: center;
	padding: 2px 8px 2px 2px;
}
.loop-color-ui .color-current-name {
	font-family: "KIKOPro-Regular", Sans-serif;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-left: 4px;
	letter-spacing: -.02em;
	font-size: 12px;
}

.my-product-carousel ul.products {
	display: block;
}
.woocommerce-js #content ul.products li.product .product-add-to-cart {
	display: flex;
	margin-top: auto;
    align-self: center;
	align-items: center;
    height: 44px;
}
.woocommerce-js #content ul.products li.product .button {
	font-family: "KIKOPro-Bold", sans-serif;
	padding: 9px 12px;
    line-height: 14px;
    background: #000;
    color: #fff;
	width: max-content;
	height: max-content;
	margin: 8px 0 0;
}
.woocommerce-js #content ul.products li.product .button:hover {
	background: #fff;
	color: #252b2e;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .16);
}
.woocommerce-js ul.products li .astra-shop-summary-wrap {
	display: flex;
	text-align: center;
    flex-direction: column;
    gap: 8px;
    height: 100%;
	padding: 0 8px;
}
.my-product-carousel ul.products .slick-arrow {
	position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
}
.my-product-carousel ul.products .slick-arrow.slick-next {
    right: 0;
}
.my-product-carousel ul.products .slick-arrow.slick-prev {
    left: 0;
}
.my-product-carousel ul.products .slick-arrow::after {
	display: block;
}
.woocommerce-js ul.products li.product .ast-woo-shop-product-description {
	height: 22px;
    opacity: .7;
}
.woocommerce-js ul.products li.product .ast-woo-shop-product-description p {
	font-family: "KIKOPro-semibold", Sans-serif;
	color: #252b2e;
	margin-bottom: 0;
    letter-spacing: -.02em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 10px;
    overflow-wrap: break-word;
    line-height: 11px;
}
.woocommerce-js ul.products li.product .woocommerce-loop-product__title {
	letter-spacing: -.02em;
    font-size: 14px;
    line-height: 16.8px;
    overflow-wrap: break-word;
    height: 2.2rem;
    padding-inline: .5rem;
    font-weight: 400;
    margin: 0;
}
.woocommerce ul.products li.product .product-color-selector_count {
	display: flex;
    align-items: center;
	font-family: "KIKOPro-Bold", sans-serif;
    padding: 2px 2px 2px 8px;
	letter-spacing: -.02em;
    font-size: 12px;
    font-weight: 700;
	border-left: .5px solid #b5b5b5;
}
.woocommerce ul.products li.product .product-color-selector_count .icon_iconContainer {
	display: flex;
}
.woocommerce ul.products li.product .price .custom-price-wrapper {
	display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.woocommerce ul.products li.product .price .custom-discount-badge {
	font-family: "KIKOPro-Bold", sans-serif;
	font-size: 12px;
    font-weight: 700;
	letter-spacing: -.02em;
    color: #d63868;   
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount {
	font-family: "KIKOPro-Bold", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	letter-spacing: -.03em;
    color: #252b2e;
}
.woocommerce ul.products li.product .price .custom-regular-price bdi {
	font-family: "KIKOPro-semibold", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -.02em;
    color: #252b2e;  
	text-decoration: line-through;
}
.woocommerce-js ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    opacity: 1;
	text-decoration: none;
}
.woocommerce span.onsale{
	display:none;
}


/* ============= *
	* Mobile *
* ============= */

@media (max-width: 767px) {
	#content .boxdescripslider .n2-ss-text{
		line-height: 38.4px;
	}	

}
@media (min-width: 768px) {
    .modal-content {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 16px;
    }
}
@media (min-width: 992px) {
    .modal-content {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 16px;
    }
}
@media (min-width: 1200px) {
    .modal-content {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 15px;
    }
}
