@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300&display=swap');
@import url("modules/paid_services.css");

/*body { min-width: 1300px; }*/
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1550px !important;
	}
@media screen and (max-width: 1600px) {
 	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 80% !important;
	}
}
body,td,th {
	font-family: 'Century Gothic';
	font-size: 16px;
	color: #333;
}
.bgr1 {
	background-repeat: repeat-x;
	background-position: center top;
}
.bgr2 {
	background-repeat: repeat-y;
	background-position: center top;
	padding: 10px;
}
.bgr3 {
	background-color: #598DB0;
	padding-top: 50px;
	line-height:1.7
}

.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 {
width: 51px;
height:51px;
background: url('/resources/images/new.png') no-repeat;
}
.product-list .promo {
background: url('/resources/images/promo.png') no-repeat;
}
.promo {
	position:absolute;
	left:5px;
	top:5px;
	height:23px;
	border:none;
	z-index:300;
	margin:0;
	padding:0;
}


.new {
	position:absolute;
	right:70px;
	top:5px;
	height:23px;
	border:none;
	z-index:300;
	margin:0;
	padding:0;
}
.black-bgr {
	background-repeat: repeat-x;
	background-position: bottom;
}
.search-wrapper {
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    padding: 2px;
    max-width: 100%;
    /* Динамична височина спрямо екрана с минимален и максимален лимит */
    height: 2.8vw; 
    min-height: 40px;
    max-height: 60px;
    box-sizing: border-box;
}

.search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0 15px;
    outline: none;
    color: #333;
    /* Адаптивен размер на текста */
    font-size: 0.8vw; 
    height: 100%;
}

.search-button {
    background-color: #F5F5F5;
    border: none;
    /* Използваме еднакъв padding отляво и отдясно */
    padding: 0 12px; 
    cursor: pointer;
    transition: background 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ИСТИНСКИ РЕСПОНСИВНА ИКОНКА */
.search-button img {
    /* Използваме clamp, за да се свива плавно между 16px и 26px спрямо екрана */
    width: clamp(10px, 1.2vw, 20px); 
    height: auto;
    display: block;
}


.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;
}
.wishlist {
	position:absolute;
	left:8px;
	bottom:10px;
	width:30px;
	height:30px;
	border:none;
	z-index:300;
	margin:0;
	padding:0;
}


#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; }





.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;
}
#fancyGallery img {
	margin: 0px !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: #5E7B88;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

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

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

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

.icon-img {
    width: 2.05vw; /* Регулирайте според вашите икони */
    height: auto;
}

/* Зеленото кръгче с бройка */
.badge {
position: absolute;
  top: 10px;
  right: -2px;
  background-color: #ED6D8F;
  color: #fff;
  font-size: 0.8vw;
  font-weight: normal;
  min-width: 1vw;
  height: 1.1vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
/* Обща сума на количката */
.cart-wrapper {
    display: flex;
    align-items: center;
	padding-left: 5px;
}

.menu-bgr img {
  margin: 0 !important;
    margin-right: 0px;
}
.menu-bgr ul {
	padding:0px !important;
	margin: 0px !important

}
.menu-bgr {
	position:absolute;
	left:0px;
	right: 0px;
	top:0px;
	height:auto;
	border:none;
	z-index:300;
	margin:0;
	padding:0;
	background-color: rgba(82,85,87,0.60);

}
.menu-bgr1 img {
  margin: 0 !important;
    margin-right: 0px;
}
.menu-bgr1 ul {
	padding:0px !important;
	margin: 0px !important

}
.menu-bgr1 {
	height:auto;
	border:none;
	z-index:300;
	margin:0;
	padding:0;
	background-color: rgba(82,85,87,0.60);

}

/* Контейнер на банера с пропорциите от снимката */
.banner-container {
    display: grid;
    grid-template-columns: 1fr 0.7fr; /* Запазва съотношението между лявата и дясната част */
    gap: 15px;
    width: 95%;
	margin: 0 auto
}

/* Общ стил за трите секции */
.banner-section {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Лек ефект на изпъкване при посочване */
.banner-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Стил за самите изображения */
.banner-section img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Изрязва изображението без да го деформира */
    display: block;
}

/* Дясна колона */
.side-banners {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Разпределя двете десни секции поравно по височина */
.card-top, .card-bottom {
    flex: 1;
}

.text1 { padding: 60px 0}
.prozr { background-color:rgba(1,1,1,0.15); padding: 10px 0}



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

@media screen and (max-width: 1450px) {
  .product-image,
.image_with_hover {
	height:285px !important;
}

}

@media only screen and (max-width: 1910px) and (min-width: 1450px)  {
  .product-image,
.image_with_hover {
	height:350px !important;
}
}
.sizeslist { padding: 5px 0}
.sizeslist span {
  display: inline-block;
  width: 25px;
  border: 1px #E6E6E6 solid;
  background-color: #fff;
  font-size:0.85vw;
  border-radius: 1.7px;
}

/* FILTERS ************************************************************************************************************/
#frmFilter ul { list-style: none;
  padding: 5px 0px 25px 10px !important; }
/* title */
#frmFilter h2 { font-size: 1vw;
	border-bottom: 1px #eee solid;
	padding-bottom: 12px;
	 }
/* options */
#frmFilter li label { font-size: 0.9vw; font-weight: normal; }
#frmFilter ul.two-columns { overflow: auto; }
#frmFilter ul.two-columns li { float: left; width: 50%; }
/* slider */
#frmFilter .slider-range { margin-left: 9px; margin-top: 20px }
#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; }

.product_list {
	display:inline-block; height: auto; vertical-align: top;
	margin-bottom:30px;
	background-color:#FFFFFF;
}
.product_list:not(.slick-slide){
	width:280px;
}

@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-image,
.product_image,
.image_with_hover {
	height:450px !important;
}
}

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

@media screen and (max-width: 1450px) {
.product_image,
.image_with_hover {
	height:240px !important;
}

}

@media only screen and (max-width: 1910px) and (min-width: 1450px)  {
.product_image,
.image_with_hover {
	height:300px !important;
}
}
.price_font {font-size:1vw; line-height: 1.1; color:#525557; }
.price_font a {font-size:1vw; line-height: 1.1; color:#525557; }
.price_bgr { background-color: #F5F5F5; padding: 15px; border-radius: 6px}

/* tabs */
.nav-tabs .nav-item { margin-right: 5px; }
.nav-tabs .nav-link {
	background: #fff;
	color: #333;
	font-size: 1vw !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #77B5CA;
	font-size: 1vw !important;
}
.gallery-slider-container { width: 1550px; margin: 0 auto}	
@media screen and (max-width: 1600px) {
 	.gallery-slider-container {
		width: 80% !important;
	}
}
.bgr1-1 { background-image:url(/resources/images/bgr1.png); background-position:center top; padding: 60px 0; margin: 30px 0}

.menu_id_2  #mbmcpebul_table li a{
	padding: 0px !important
}

.menu_id_2 #mbmcpebul_table ul li {
	padding: 5px 10px !important
}

/* simpleGallery ********************************************************************************************************/
#simpleGallery > a { display: block; width:100%; position: relative; }
#simpleGallery a > img { width: 100%; border-radius: 15px; }
#simpleGallery .product-gallery ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}
#simpleGallery .product-gallery ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px; /* Модерен начин за разстояние между елементите */
  padding: 0;
  margin: 0;
  list-style: none;
}

#simpleGallery .product-gallery ul {
  display: flex !important;
  flex-wrap: wrap !important;
}

#simpleGallery .product-gallery ul li {
  /* Важно: 20% ширина минус малко разстояние, за да се съберат */
  flex: 0 0 calc(20% - 6px) !important;
  max-width: calc(20% - 6px) !important;
  margin: 3px !important;
  box-sizing: border-box !important;
  height: 100px;
  overflow: hidden;
}
#simpleGallery .product-gallery ul li a img { width: 100%; margin: 0px; border-radius: 8px; }
/* Price **************************************************************************************************************/
/* legacy code */
#price .price_value, #promo .price_value { font-weight: bold; font-size: 24px; color: #161616; }
#price.striked,
#price.striked .price_value { font-weight:  normal; font-size: 18px; color: #6F6F6F; }

/* Всички цени с валутата */
.price, .promo_price {
	color: #6F6F6F;
	font-family: 'Century Gothic';

}
/* Стандартна цена и промо цена с валутата */
.price, .promo_price,
.price .price_value,
.promo_price .price_value {
	font-weight: normal;
	font-size: 1.3vw;
	color: #598DB0;
}
/* Зачеркната стандартна цена с валутата */
.price.striked,
.price.striked .price_value { font-weight:  normal; color: #6F6F6F; font-size: 1.1vw; }

.euro_price .price,
.euro_price .promo_price,
.euro_price .price.striked,
.euro_price .price_value,
.euro_price .price.striked .price_value {
	font-weight: normal;
	color: #598DB0;
	font-size: 1.3vw;
}
.euro_price .price.striked .price_value,
.euro_price .price.striked {
	font-weight: normal;
	color: #6F6F6F; font-size: 1.1vw;
}
