@charset "utf-8";

@import url("modules/paid_services.css");

/*body { min-width: 1300px; }*/

	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1650px !important;
	}
@media screen and (max-width: 1600px) {
 	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 86% !important;
	}
}
body,td,th {
	font-family: Nunito;
	font-size: 16px;
	color: #333;
}

.bgr2 {
	background-repeat: repeat-y;
	background-position: center top;
	padding: 10px;
}
.bgr3 {
	background-color: #F0F0F0;
	background-size:cover;
	line-height: 2;
	font-size: 0.8vw;
	}

.pad5 {
	padding:5px;
}

.pad10 {
	padding:10px;
}

.pad20 {
	padding:20px;
}
.gray-border {
	padding:5px;
	border: 1px solid #EEE;
	background-color: #FFF;
}
.product-list { position: relative; }
.product-list .new {

}
.product-list .promo {
}
.promo {
	position:absolute;
	left:10px;
	top:10px;
	height:auto;
	border:none;
	z-index:300;
	margin:0;
	padding:3px 7px;
	font-size: 0.8vw; 
	background-color: #EF6B01;
	color: #FFFFFF;
	border-radius: 8px
}


.new {
	position:absolute;
	right:7px;
	top:7px;
	height:auto;
	border:none;
	z-index:300;
	margin:0;
	padding:3px 7px;
	font-size: 0.8vw; 
	background-color: #C5C330;
	color: #FFFFFF;
	border-radius: 3px
}
.black-bgr {
	background-repeat: repeat-x;
	background-position: bottom;
}
.form1 {
	background-color: #F7F7F7;
	padding: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
	border-right-style: none;
}
.form1-1 {
	background-color: #F7F7F7;
	padding: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
}

.dots {
    position:absolute;
    right:0px;
    bottom:50px;
    width:100%;
    height:0px;
    border:none;
    z-index:300;
    margin:0;
    padding:0;
}
.gray-border1 {
	border: 1px solid #EEE;
	background-color: #FFF;
	margin: 0px;
}

.upp {
	text-transform: uppercase;
}


.gray-border1-1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.gray-border2 {
	padding:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-left-color: #EEE;
	margin: 0px;
}
.arrow {
	background-repeat: repeat-x;
	background-position: right center;
	height: 37px;
	width: 178px;
	padding-top:15px;
	padding-left:20px;
}
.prozr {
	padding:10px;
	background-repeat: repeat;
}



#banners {

	border: medium none;

	width:100% ! important;

	left: 0;

	margin: 0;

	overflow: hidden;

	padding: 0;

	position: relative;

	top: 0;



	/*z-index: 100;*/

}



#banners img{

	max-width: 100%;

	height: auto;

	width: auto\9; /* ie8 */



}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.products-slider-container { width: 90%; margin: 0 auto; }
.testimonials-carousel { width: 90%; margin: 0 auto; }
.slick-next { right: -25px !important; }
.slick-prev { left: -55px !important; }
.slick-prev::before, .slick-next::before {
	color: black !important;
}
.discount { padding: 0 10px; }
.discount .item-carousel { overflow: hidden; padding-top:5px;}
.discount .item-carousel, .discount .slick-vertical .slick-slide {
    border-bottom:1px #ddd solid !important;
	padding: 10px 0;
}
.discount .item-content .gray_16-1 { font-size:16px; line-height:normal; display: block;}
.discount .item-content .lilavo_20 { font-size:18px; }

/* FILTERS ************************************************************************************************************/
#frmFilter ul { list-style: none; padding: 0px; }
/* title */
#frmFilter h2 { font-size: 16px;
	border-bottom: 1px #eee solid;
	padding-bottom: 10px;
	padding-top: 15px;
	font-weight: bold; }
/* options */
#frmFilter li label { font-size: 14px; font-weight: normal; }
#frmFilter li label a { font-size: 14px; color: #161616}
#frmFilter ul.two-columns { overflow: auto; }
#frmFilter ul.two-columns li { float: left; width: 50%; }
/* slider */
#frmFilter .slider-range { margin-left: 9px; }
#frmFilter .ui-slider .ui-slider-handle { width: 1em; height: 1em; }
#frmFilter .ui-slider-horizontal { height: .6em; }
#frmFilter .from-to-input { width: 36%; }
#frmFilter ul.two-columns li.checkbox_with_image {
	width: 40px;
	margin: 5px;
}
#frmFilter ul.two-columns li.checkbox_with_image:first-child { margin-left:0; }
#frmFilter .option_with_image {
	width: 40px;
	height:40px;
	border: 1px #E5E5E5 solid;
}
#frmFilter .checkbox_with_image.checked .option_with_image {
	border: 2px #000 solid;
}

/*#frmFilter .filter-vid_sdelka label span { display: none; }*/
#frmFilter .filter-ekstri label span { display: none; }

#frmFilter .multiselect-container li { display: block; }


#frmFilter li { padding-bottom: 15px; }



.product_list {
	display:inline-block; height: auto; vertical-align: top;
	margin:10px;
	background-color:#FFFFFF;
}


.quotes {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin: 10px;
}

.date {
	position:absolute;
	left:10px;
	top:0px;
	width:50px;
	height:55px;
	border:none;
	z-index:300;
	margin:0;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.b1 {
	padding:10px;
	background-color: #2970FF;
}
.b1-1 {
	padding:10px;
	background-color: #00A0E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2970FF;
}
.g1 {
	padding:10px;
	background-color: #8FB504;
}
.g1-1 {
	padding:10px;
	background-color: #ADD41E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8FB504;
}

/* Horizontal filters */
.filter_horizontal {}

.filter_horizontal ul {
	margin:0;
	padding:0;
}

.filter_horizontal ul li {
	display: inline-block;
}

.filter_horizontal .dropdown-menu {
	min-width: 13rem !important;
	padding: 5px;
}

.filter_horizontal .dropdown-menu li {
	display: block;
}

.filter_horizontal .dropdown .dropdown-toggle {
	border: 1px #000 solid;
	min-width: 130px;

	display: flex;
	align-items: center;
}

.filter_horizontal .dropdown .dropdown-toggle::after {
	content: none;
}

.filter_horizontal .dropdown .dropdown-toggle .button-text {
	margin-right: auto;
}

.filter_horizontal .dropdown .dropdown-toggle .caret {
	margin-left: auto;
}

#fancyGallery, .f-thumbs {
	max-width: 440px;
	min-width: 300px;
	margin:0 16px !important;
}

#fancyGallery .f-carousel__slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Customers orders ***************************************************************************************************/
.tblCustomerOrders {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

.tblCustomerOrders th {
	background-color: #009BA3;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

.tblCustomerOrders td {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

/* faqs tabs */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #DD1830 !important;
  background: #DD1830 !important;
 
}

.ui-accordion .ui-accordion-header {
 font-family: 'Advent Pro' !important;
 font-size: 20px !important
}
.ui-accordion .ui-accordion-content {
  font-family: Manrope !important;
}


/* product tabs */
.nav-tabs .nav-item { margin-right: 5px; }
.nav-tabs .nav-link {
	background: #fff;
	color: #1A1A1A;
	border: none;
	font-weight: normal;
	font-size: 1vw !important;
	padding: 20px 25px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: #fff !important;
	color: #009BA3;
	border-top: 1px solid #EAEAEA !important;
	border-left: 1px solid #EAEAEA !important;
	border-right: 1px solid #EAEAEA !important;
	border-bottom: 2px solid #009BA3 !important;
	font-size: 1vw !important;
}	
.myimg{
	width:100%;
	height:220px;
	object-fit:cover;
}

.white-bgr { background-color: #FBFBFB; padding: 35px; border-radius: 15px}
.hide-label label {
    display: none;
}
.white-bgr input {
	margin: 5px 0;
}

.white-bgr  textarea {
	margin: 5px 0;
	min-height: 140px
}

.up { background-color: #009BA3;}
.up img { margin: 7px 5px; }

/* Основен контейнер */
.header-user-menu {
    display: flex;
    align-items: center;
	justify-content: flex-end;
    gap: 15px;
    font-family: Mulish;
    font-size: 0.8vw;
}
.header-user-menu a {
   color: #161616;
}

/* Линк профил */
.profile-link {
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}

/* Разделителна линия */
.divider {
    width: 1px;
    height: 25px;
    background-color: #ddd;
}

/* Контейнер за иконите */
.user-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Контейнер за икона + кръгче */
.icon-container {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.icon-img {
    width: 1.4vw; /* Регулирайте според вашите икони */
    height: auto;
}
.icon-img1 {
    width: 2.1vw; /* Регулирайте според вашите икони */
    height: auto;
}
/* Зеленото кръгче с бройка */
.badge {
    position: absolute;
    top: 4px;
    right: -10px;
    background-color: #EF6B01;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

/* Обща сума на количката */
.cart-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-total {
    font-weight: 400;
    color: #333;
}

.search-wrapper {
    display: flex;
    align-items: center;
    background-color: #E6E6E6; /* Бял фон */
    border: 1px solid #E6E6E6; /* Светлосива рамка */
    border-radius: 50px;       /* Пълно заобляне */
    padding: 5px;              /* Разстояние между рамката и бутона */
    max-width: 90%;          /* Може да регулирате дължината */
	height: 2.5vw;
}

.search-input {
    flex: 1;                   /* Заема цялото налично място */
    border: none;
    background: transparent;
    padding: 10px 20px;
    outline: none;
    font-size: 14px;
    color: #333;
}

.search-button {
	background-color: transparent;
    border: none;
    padding: 5px 10px;
   }

.menu-container { position: relative; }
.menu-bgr {
	position:absolute;
	left: 0px;
	right:0px;
	top:0px;
	padding:0px;
	background-color: rgba(250,194,0,0.42);
	z-index:300
}
.menu-bgr1 {
	padding:0px;
	background-color: rgba(250,194,0,0.42);
	z-index:9999
}
.menu-bgr img { margin: 5px 0 !important}
.menu-bgr1 img { margin: 5px 0 !important}
.menu-bgr ul {
	list-style:none;
	margin-bottom: 0px !important;
	padding-left: 0px !important
}
.menu-bgr1 ul {
	list-style:none;
	margin-bottom: 0px !important;
	padding-left: 0px !important
}
#inputSearch {
	position: absolute;
	width: 200px;
	height: 35px;
	right: 10.6%;
	padding: 1px 5px;
	opacity: 0;
	margin-top: 10px;

	/* za animaciata */
	transform: translateX(600px);
	transition: transform 0.3s ease, opacity 0.3s ease;
}
#inputSearch.active {
	/* za animaciata */
	transform: translateX(0);
	opacity: 1;
}
#btnSearch {
	cursor: pointer;
}




.header-actions { display: flex; align-items: center; justify-content: flex-end; }
.action-link { position: relative; width: 80px; display: grid; justify-items: center; gap: 4px; color: #262626; font-size: 0.7vw; text-transform: uppercase; }
.action-link > img { transition: filter .2s ease, transform .2s ease; margin: 0px }
.action-link__badge { position: absolute; top: -6px; right: 3px; min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 4px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: var(--orange); font-size: 11px; font-weight: 700; }
.action-link:hover > img { filter: invert(48%) sepia(98%) saturate(3000%) hue-rotate(5deg) brightness(101%); transform: translateY(-2px); }

.text1 { padding: 30px 0}
.image-tile { position: relative; overflow: hidden; border-radius: 8px; background: #f2f4f4; box-shadow: 0 9px 26px rgba(24, 46, 53, .07); transition: transform .28s ease, box-shadow .28s ease; }
.image-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.text1 .image-tile { aspect-ratio: 535 / 301; }
.image-tile:hover { z-index: 2; transform: translateY(-6px); box-shadow: 0 16px 36px rgba(21, 48, 57, .13); }
.image-tile:hover img { transform: scale(1.025); }

.promo-container { width: 100%; margin-top: 82px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.promo-container .image-tile { aspect-ratio: 947 / 393; }

.text2 { padding: 40px 0; width: 1650px; margin: 0 auto}
@media screen and (max-width: 1600px) {
 	.text2 {
		max-width: 86% !important;
	}
}

.service-strip { color: #fff; background: var(--teal); padding: 2.8vw 0; }
.service-strip__inner { height: 100%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; align-items: center; align-items: start; }
.service-strip__inner > div { min-width: 0; display: grid; grid-template-columns: 25px 1fr; align-items: start; gap: 9px; }
.service-strip__inner > div > img { width: 100%; height: auto; }
.service-strip__inner span { display: grid; gap: 4px; }
.service-strip__inner strong { font-size: 1vw; text-transform: uppercase; }
.service-strip__inner small { color: rgba(255,255,255,.8); font-size: 0.9vw; line-height: 1.35; }
.foot_down { color: #fff; background: var(--teal); padding: 15px 0; }

/* WEBP Images */
.product-image,
.product_image,
.image_with_hover {
	display: block; overflow:hidden; position: relative;
	height:290px;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1450px) {
 /* WEBP Images */
.product-image,
.product_image,
.image_with_hover {
	height:210px;

}
}

@media only screen and (max-width: 1910px) and (min-width: 1450px)  {
 .product-image,
.product_image,
.image_with_hover {
	height:255px;

}
}

.wishlist {
	position:absolute;
	right:10px;
	top:10px;
	width:23px;
	height:21px;
	border:none;
	z-index:300;
	margin:0;
	padding:0;
}
.btn-default { background-color: #009BA3;}

.blog-img {
    width: 100% !important;
    height: auto !important;                 
    aspect-ratio: 300 / 250 !important;    
    object-fit: cover !important;           
    object-position: center !important; 
	border-radius: 8px    
}
.cat-border {
	padding: 10px;
	border: 1px solid #E6E6E6;
	border-radius: 6px; 
	 box-shadow: 0 6px 10px rgba(26, 43, 54, .09);
	 transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;}
.cat-border:hover { transform: translateY(-8px); border: 1px solid #009BA3; box-shadow: var(--shadow-strong); }

.filter-bgr { box-shadow:    0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); padding: 15px; border-radius: 8px}

.product_list:not(.slick-slide){
	width:295px;
}
@media screen and (max-width: 1450px) {
.product_list:not(.slick-slide){
	width:190px;
}
}

@media only screen and (max-width: 1910px) and (min-width: 1450px)  {
 .product_list:not(.slick-slide){
	width:240px;
}
}
.product_list {
    display:inline-block; height: auto; vertical-align: top;
    margin: 20px 10px;
    background: white;
	border: 1px solid #E6E6E6;
	border-radius: 6px; 
	 box-shadow: 0 6px 10px rgba(26, 43, 54, .09);
	 transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.product_list:hover { z-index: 3; transform: translateY(-8px); border: 1px solid #009BA3; box-shadow: var(--shadow-strong); }
.bgr1 {
  background-color: #FAFAFA;
  padding: 4vw 0;
}
.price-bgr { 
background-color: #F3F5F8;
	border-radius: 8px;
	padding: 2vw;
	}

.promo1 {
	height:auto;
	border:none;
	z-index:300;
	margin:0;
	padding:5px 7px;
	font-size: 1vw; 
	background-color: #EF6B01;
	color: #FFFFFF;
	border-radius: 10px;
	width: 60%;
  text-align: center;
}

.gallery-slider-container {
		width: 1650px !important; margin: 0 auto
	}
@media screen and (max-width: 1600px) {
 	.gallery-slider-container {
		width: 86% !important;
	}
}
.bgr1-1 { background-color: #F3F5F8; padding: 20px 0}

/* QTY SELECTOR ***************************************************************/
.qty_selector .btn {
	display: block;
	font-size: 0.8vw;
	border: 1px #ccc solid;
	border-radius: 0;
	border-left: 0;
	padding: 0.1vw 4px;
	color: #777;
}
.qty_selector .form-control {
	font-size: 1vw;
	height: 3vw;
	width: 4vw;
	font-weight: bold;
}

/* QTY SELECTOR MATH **************************************************************************************************/
.qty_selector_math .btn {
	font-size: 10px;
	border-radius: 0;
	border-left: 0;
	padding: 1px 4px;
	color: #777;
}

.qty_selector_math .form-control {
	width: 40px;
	padding: 3px;
}

/* toBoxes ************************************************************************************************************/
.toBoxes { padding: 0 !important; margin:0 !important; height:0 !important; border:0 !important; visibility: hidden; }
.theBoxes { display: flex; flex-wrap: wrap; }
.theBoxes_option,
.theBoxes_disabled_option {
	margin-right: 4px;
	margin-bottom: 4px;
	/*width: 40px;*/
	/*height:40px;*/
	/*text-indent: -9999px;*/
	cursor: pointer;
	background: #fff !important;
	padding: 8px 15px;
	border-radius: 5px;
	border: 1px #CCC solid;
}
.theBoxes_option.theBoxes_option_with_image {
	text-indent: -9999px;
	width: 40px;
	height:40px;
}
.theBoxes_option.active {
	background: #009BA3 !important;
	color: #fff;
	border-color: #CCC;
}
.theBoxes_disabled_option {
	box-shadow: none !important;
	color: #ccc !important;
	cursor: default;
}

.product_list .form-control {
  font-size: 0.9vw;
  color: #009BA3;
  border-radius: 10px;
  border-color: #009BA3;
  padding: 8px 5px;
  height: 40px;
}