/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
 
 @font-face {
    font-family: 'Qanelas-Black';
    src: url('/wp-content/themes/Divi-Child/fonts/Qanelas-Black.eot');
    src: url('/wp-content/themes/Divi-Child/fonts/Qanelas-Black.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-Black.woff2') format('woff2'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-Black.woff') format('woff'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-Black.ttf') format('truetype'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-Black.svg#Qanelas-Black') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qanelas-Regular';
    src: url('/wp-content/themes/Divi-Child/fonts/Qanelas-Regular.eot');
    src: url('/wp-content/themes/Divi-Child/fonts/Qanelas-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-Regular.woff2') format('woff2'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-Regular.woff') format('woff'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-Regular.ttf') format('truetype'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-Regular.svg#Qanelas-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qanelas-SemiBold';
    src: url('/wp-content/themes/Divi-Child/fonts/Qanelas-SemiBold.eot');
    src: url('/wp-content/themes/Divi-Child/fonts/Qanelas-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-SemiBold.woff') format('woff'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-SemiBold.ttf') format('truetype'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-SemiBold.svg#Qanelas-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qanelas-Light';
    src: url('/wp-content/themes/Divi-Child/fonts/Qanelas-Light.eot');
    src: url('/wp-content/themes/Divi-Child/fonts/Qanelas-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-Light.woff2') format('woff2'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-Light.woff') format('woff'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-Light.ttf') format('truetype'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-Light.svg#Qanelas-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Qanelas-ExtraBold';
    src: url('/wp-content/themes/Divi-Child/fonts/Qanelas-ExtraBold.eot');
    src: url('/wp-content/themes/Divi-Child/fonts/Qanelas-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-ExtraBold.woff') format('woff'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-ExtraBold.ttf') format('truetype'),
        url('/wp-content/themes/Divi-Child/fonts/Qanelas-ExtraBold.svg#Qanelas-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.custom-social-icons {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    margin-top: 25px;
}

.social-icons-list {
    list-style: none;
    padding: 0 !important;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 250px;
    justify-content: center;
}
.social-icons-list li {
    list-style: none;
}
.social-icons-list li a {
    display: block;
    width: 44px;
    height: 44px;
    color: #403e3d;
    line-height: 44px;
    text-align: center;
    font-size: 28px;
    border-radius: 100%;
    background-color: #8ebf22;
    transition: color 0.3s ease;
}

.social-icons-list li a:hover {
	color: #fff;
}
#footer-bottom {
    display:none;
}


 
 
 
 body {
	 font-family: 'Qanelas-Regular';
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#et-top-navigation {
    font-weight: 400;
}
.under:hover {
	text-decoration:underline;
}

.container.et_menu_container {
    z-index: 99;
    width: 90%;
}

.footer-button a.button:hover {
	background-color:#f22f2f;
}
#main-footer .container {
    width: 90%;
}

.novynka-item {
            padding: 5px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
			    margin-bottom: 30px;
        }
        .novynka-img img {
            max-width: 100%;
            height: auto;
            margin-bottom: 0px;
        }
        .novynka-item h4 {
    font-size: 26px;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0px 0 8px;
    color: #8ebf22;
    font-family: 'Qanelas-SemiBold';
}
        .novynka-content {
            font-size: 18px;
            margin-bottom: 10px;
        }
        .novynka-date {
            font-size: 13px;
            
        }
        .swiper-pagination-bullet {
            background: #c3cbd1;
            opacity: 1;
			width: 17px;
            height: 17px;
        }
        .swiper-pagination-bullet-active {
            background: #8ebf22;
        }
		
		.aktsii-wrapper .swiper-pagination-bullet-active {
            background: #ec6263;
        }
		
		
		.content-novynka {
    background: #ebeef0;
    padding: 27px;
}
	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
    width: 0;
    height: 0;
        border-top: 12px solid transparent;
    border-right: 18px solid #9ba9b2;
    border-bottom: 12px solid transparent;
}	
	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
	border-left: 18px solid #9ba9b2;
	border-bottom: 12px solid transparent;
}	
.novynki-pagination-center {
    width: 100%;
    text-align: center;
}

.novynki-pagination-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.novynki-pagination-wrapper .swiper-pagination {
    display: flex !important;
    gap: 2px;
    align-items: center;
    justify-content: center;
}

.novynki-pagination-wrapper .swiper-button-prev,
.novynki-pagination-wrapper .swiper-button-next {
        width: 45px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 0;
}

.novynki-pagination-wrapper .swiper-button-prev::after,
.novynki-pagination-wrapper .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}

.novynki-pagination-wrapper .swiper-button-prev.swiper-button-disabled,
.novynki-pagination-wrapper .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
}

.novynki-pagination-wrapper .swiper-button-prev::after,
.novynki-pagination-wrapper .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;		
}
.swiper-button-prev,
.swiper-button-next {
    position: static !important; /* 🔥 Ключевой момент */
    inset: unset !important;     /* убираем top/left/right */
}

.swiper-pagination {
    position: static !important; /* 🔥 Ключевой момент */
}


.aktsii-wrapper .novynki-pagination-wrapper {
    margin-top: 30px;
}


		
.aktsii-column {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        .aktsiya-item {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 0px;
}
        .aktsiya-img {
            position: relative;
    flex-shrink: 0;
    max-width: 220px;
    width: 100%;
        }
		.novynka-img{
            position: relative;
    flex-shrink: 0;
    max-width: 260px;
    width: 100%;
        }
        .aktsiya-img img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        
        
        .aktsiya-content h4 {
            font-size: 26px;
			letter-spacing: 0.5px;
			line-height: 30px;
			margin: 0px 0 8px;
			color: #ec6263;
			max-width: 550px;
			font-family: 'Qanelas-SemiBold';
        }
        .aktsiya-content p {
            font-size: 18px;
            margin: 0 0 8px;
        }
		.aktsiya-content {
            background: #ebeef0;
			padding: 27px;
			    width: 100%;
				    position: relative;
        }
        .aktsiya-content:after {
			content:'';
			
		}
		.aktsiya-date {
    position: relative;
    display: inline-block;
    padding: 6px 20px;
	padding-right: 30px;
    color: #ec6263;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid #ec6263;
    border-right: none;
    margin: 10px 0;
}



.aktsiya-badge {
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 2;
    color: #fff;
}

/* Цвета */

.badge-red {
    background-image: url(/wp-content/uploads/2025/03/sale-badge.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 106px;
    height: 70px;
    display: flex;
    align-items: center;
}
.badge-red .badge-text {
    transform: rotate(-20deg);
    font-size: 14px;
    color: #ffffff;
    padding-top: 18px;
    display: block;
    width: 100%;
    margin-left: -15px;
    text-align: center;
    text-transform: uppercase;
}
.badge-text {
    transform: rotate(-20deg);
    font-size: 14px;
    color: #ffffff;
    padding-top: 5px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.badge-green {
    background-image: url(/wp-content/uploads/2025/03/product-badge.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 135px;
    height: 80px;
    display: flex;
    align-items: center;
}

.badge-default {
    background-color: #999; /* если вдруг не выбрано */
}


.aktsiya-date:before {
    height: 49%;
    bottom: 1px;
    -webkit-transform: skew(35deg, 0);
    -moz-transform: skew(35deg, 0);
    -o-transform: skew(35deg, 0);
    -ms-transform: skew(35deg, 0);
    transform: skew(35deg, 0);
}
.aktsiya-date:after, .aktsiya-date:before {
    content: "";
    position: absolute;
    width: 17px;
    border-left: 1px solid #ec6263;
    left: auto;
    right: -10px;
}
.aktsiya-date:after {
    height: 50%;
    top: 0px;
    -webkit-transform: skew(-35deg, 0);
    -moz-transform: skew(-35deg, 0);
    -o-transform: skew(-35deg, 0);
    -ms-transform: skew(-35deg, 0);
    transform: skew(-35deg, 0);
}
.vertical-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background-color: #ec6263;
    color: white;
	text-transform: uppercase;
    font-size: 64px;
    padding: 70px 10px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    width: 120px;
    font-family: 'Qanelas-Light';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
}
.section-row {
    display: flex;
    align-items: stretch;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-row .right-content {
    width: 80%;
	height: auto;
}
.section-row .left-content {
    width: 20%;
	display: flex;
	height: auto;
}
.novinki {
    padding-top: 70px;
    padding-bottom: 30px;
}
.akcii {
    padding-bottom: 50px;
}
.et_header_style_left .logo_container {
    padding-top: 10px;
}
@media only screen and (min-width: 981px) {
    .et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
        padding-bottom: 0;
    }
}
.et-fixed-header #top-menu a.active-link {
  color: #8ebf22 !important;
}
#top-menu a.active-link {
  color: #8ebf22 !important;
}
#top-menu li {
    font-family: 'Qanelas-ExtraBold';
}
#main-header {
    box-shadow: none;
}
/*#et-top-navigation:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 35px;
    display: block;
    background: #fff;
    z-index: -1;
    margin-top: -12px;
    margin-left: -30px;
}*/
/*Flags*/
.flag-heart {
    position: relative;
    width: 405px;
    height: 425px;
    background: url(/wp-content/uploads/2025/03/heart.png) no-repeat center;
    background-size: contain;
    margin: 0 auto;
	z-index: 9;
	transform:scale(0.9);
}

.flag {
  position: absolute;
  width: 48px;
  height: auto;
  transition: transform 0.3s ease;
  animation: pulse 13s linear infinite;
  border-radius: 100%;
}
.flag.ua, .flag.cz {
	width:96px;
	max-width:100%;
	z-index: 2;
}
.flag.sk, .flag.hr {
	width:93px;
	max-width:100%;
}
.flag.ro {
	width:86px;
	max-width:100%;
}
.flag.lv {
	width:100px;
	max-width:100%;
}
.flag.lt,
.flag.hu {
	width:82px;
	max-width:100%;
	z-index: 1;
}
.flag.ie {
	width:106px;
	max-width:100%;
	z-index: 2;
}
.flag.md {
	width:79px;
	max-width:100%;
}
.flag.br {
	width:84px;
	max-width:100%;
	z-index: 1;
}
.flag.bg {
	width:122px;
	max-width:100%;
	z-index: 9;
}
.flag.pl {
	width:93px;
	max-width:100%;
	z-index: -1;
}
.flag:hover {
  /*animation-play-state: paused;*/
  transform: scale(1.3)!important;
  z-index: 15!important;
-webkit-filter: grayscale(0%) brightness(100%) !important;
    filter: grayscale(0%) brightness(100%) !important;
}
.flag:hover img {
    box-shadow: 1px 8px 12px #00000021;
	-webkit-box-shadow: 1px 8px 12px #00000021;
}
.flag img {
  width: 100%;
  height: auto;
  border-radius:100%;
  display: block;
}

@keyframes pulse {
  0%, 100%   { transform: scale(1); }
  7.5%       { transform: scale(1.3); }
  15%        { transform: scale(1); }
}

.stay {
    display: flex;
    color: #8cbd00;
    font-family: 'Qanelas-ExtraBold';
    font-size: 16px;
    align-items: center;
}
.top-bar-menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: -25px;
    margin-bottom: 20px;
}
#top-menu-nav:after {
	content: '';
    background: #fff;
    height: 40px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    margin-top: -13px;
    margin-left: -20px;
}
/*#main-header {
    overflow: visible;
}*/









@media (max-width:2560px) {
	.aktsiya-date {
    font-size: 14px;
}
.vertical-label {
    font-size: 54px;
}
	.novynka-item h4 {
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 26px;
	margin: 0px 0 0px;
	}
	.aktsiya-content h4 {
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin: 0px 0 0px;
    color: #ec6263;
    font-family: 'Qanelas-SemiBold';
}
.novynka-content {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 22px;
}
.aktsiya-content p {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 22px;
}
.assortment .et_pb_blurb_content .et_pb_module_header {
    font-size: 20px!important;
    line-height: 26px!important;
}
.et_pb_text.text-about {
    font-size: 18px;
    line-height: 22px;
}
}

@media (max-width:1280px) {
.top-bar-menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 20px;
}
.stay {
    padding-right: 30px;
}
.flag-heart {
    transform:scale(0.75);
}
}




@media (max-width:980px) {
	       .et_header_style_left #logo {
        max-width: 50%;
        max-height: 70%;
        padding-left: 25px;
    }
	#rmp_menu_trigger-724 {
    top: 7px;
	}
	    .et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
        padding-left: 0 !important;
    }
.et_header_style_left .logo_container {
    padding-top: 0px;
}
	.aktsiya-content {
    background: #ebeef0;
    padding: 20px;
    width: 100%;
    position: relative;
}
.aktsiya-date {
        font-size: 12px;
    }
	.content-novynka {
    background: #ebeef0;
    padding: 20px;
}
    .vertical-label {
        font-size: 42px;
        width: 90px;
    }
	.aktsiya-img {
    position: relative;
    flex-shrink: 0;
    max-width: 200px;
    width: 100%;
}
.social-icons-list {
    list-style: none;
    padding: 0 !important;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 200px;
    justify-content: center;
}
.custom-social-icons {
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 190px;
    margin-top: 15px;
}
.social-icons-list li a {
    display: block;
    width: 35px;
    height: 35px;
    color: #403e3d;
    line-height: 36px;
    text-align: center;
    font-size: 22px;
    border-radius: 100%;
    background-color: #8ebf22;
    transition: color 0.3s ease;
}
}



@media screen and (max-width: 980px) {
    .reverse-column {
        display: flex;
        flex-direction: column-reverse;
    }
	
}


@media (max-width: 767px) {
	.mob-col .et_pb_column:last-child {
        margin-bottom: 10px;
    }
	.mob-col .et_pb_column {
        margin-bottom: 10px;
    }

	    #rmp_menu_trigger-724 {
        top: 3%;
    }
	    .et_header_style_left #logo {
        max-width: 50%;
        max-height: 100%;
        padding-left: 25px;
        margin-top: 20px;
    }
	.top-bar-menu {
        position: relative;
        display: flex
;
        justify-content: space-between;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
	.stay {
		display:none;
	}
	    .et_pb_text.text-about {
        font-size: 16px;
        line-height: 20px;
    }
	    .flag-heart {
        transform: scale(0.6);
    }
	.novynka-img img {
    max-width: 200px;
    height: auto;
    margin-bottom: 0px;
}
    .novynka-item h4 {
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 22px;
        margin: 0px 0 0px;
		text-align: center;
    }
.novinki {
    padding-top: 40px;
    padding-bottom: 30px;
}
.novynka-item {
    margin-bottom: 15px;
}
	    .aktsiya-content h4 {
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 22px;
        margin: 0px 0 0px;
        color: #ec6263;
        font-family: 'Qanelas-SemiBold';
    }
	    .novynka-content {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 18px;
    }
	    .aktsiya-content p {
        font-size: 14px;
        margin: 0 0 8px;
        line-height: 18px;
    }
	    .aktsiya-date {
        font-size: 12px;
        padding: 2px 10px;
        padding-right: 21px;
    }
	.swiper-pagination-bullet {
    background: #c3cbd1;
    opacity: 1;
    width: 15px;
    height: 15px;
	        margin: 2px !important;
}
.swiper-pagination {
    gap: 0px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 15px solid #9ba9b2;
    border-bottom: 9px solid transparent;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-left: 15px solid #9ba9b2;
    border-bottom: 9px solid transparent;
}
.novynki-pagination-wrapper .swiper-button-prev, .novynki-pagination-wrapper .swiper-button-next {
    width: 27px;
    height: 21px;
}
    .vertical-label {
        font-size: 25px;
        width: 46px;
		padding: 30px 10px;
    }
	.aktsiya-item {
    display: flex;
    gap: 0px;
    align-items: center;
    padding: 0px;
    flex-direction: column;
}
.content-novynka {
        background: #ebeef0;
        padding: 15px;
    }
	.aktsiya-content {
        background: #ebeef0;
        padding: 15px;
        width: 100%;
        position: relative;
    }
	.aktsiya-date:after, .aktsiya-date:before {
		right: -12px;
}

.aktsiya-date:before {
    bottom: 0px;
}

}