@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; }*/
.up-line { background-color: #01A0E2; padding: 8px 10px}
.up-line img { margin: 0px !important}
.bgr-up { background-color: #E6E6E6; padding: 20px 0 10px 0px}
.bgr-up img { margin: 0px !important}

.cart-circle { position: relative; }
.cart_products_count {
	position:absolute;
	right:6px;
	top:-7px;
	height:auto;
	z-index:300;
	margin:0;
	padding:2px 6px;
	color: #fff;
	font-family: Mulish;
	font-size: 12px;
	background-color: #E4097F;
	border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 0px solid #E4097F;
}
.favs_products_count {
	position:absolute;
	left:33px;
	top:-11px;
	height:auto;
	z-index:300;
	margin:0;
	padding:2px 6px;
	color: #fff;
	font-family: Mulish;
	font-size: 12px;
	background-color: #E4097F;
	border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 0px solid #E4097F;
}

.text1 { padding: 60px 0}

.bgr1 {
	background-repeat: repeat-x;
	background-position: center top;
}
.bgr2 {
	background-repeat: repeat-y;
	background-position: center top;
	padding: 10px;
}
.bgr3 {
	background-color: #F0F0F0;
	padding: 0px;
}
.footer-down { background-color: #0054A4; padding: 15px 0; text-align:center}
.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: 67px;
height:32px;
background: url('/resources/images/new.svg') no-repeat;
}
.product-list .promo {
	width: 67px;
height:32px;
background: url('/resources/images/promo.svg') no-repeat;
}
.promo {
	position:absolute;
	left:5px;
	bottom:5px;
	height:32px;
	border:none;
	z-index:300;
	margin:0;
	padding:0;
}


.new {
	position:absolute;
	right:5px;
	bottom:5px;
	height:32px;
	border:none;
	z-index:300;
	margin:0;
	padding:0;
}
.flag {
	position: absolute;
	top: 2px;
	left: 0px;
	background: #E4097F;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: auto;
}

@media screen and (max-width: 1450px) {
  .flag {
    width: 56% !important;

  }
}
.flag1 {
	position: absolute;
	top: 23px;
	left: 33px;
	background: #E4097F;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: auto;
}



.black-bgr {
	background-repeat: repeat-x;
	background-position: bottom;
}
.form1 {
	background-color: #ffff;
	padding: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	border-right-style: none;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 60px;
	width: 530px;
}
.form1-1 {
	background-color: #fff;
	padding: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	
	height: 60px;
}
@media screen and (max-width: 1450px) {
 	.form1 {
	height: 40px !important;
	width: 360px !important;
}
.form1-1 {
	padding: 18px !important;
	
	height: 40px !important;
}
}
@media only screen and (max-width: 1910px) and (min-width: 1450px)  {
.form1 {
	height: 50px !important;
	width: 450px !important;
}
.form1-1 {
	padding: 13px !important;
	
	height: 50px !important;
}
}      


.menu-bgr {
	padding:0px;
	background-color: #E4097F;
}
.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;
	right:5px;
	top:11px;
	width:20px;
	height:18px;
	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; }

/* FILTERS ************************************************************************************************************/
#frmFilter ul { list-style: none; }
/* title */
#frmFilter h2 { font-size: 18px;
	border-bottom: 1px #eee solid;
	padding: 20px 0 10px 0;
	font-weight: bold; }
/* options */
#frmFilter li label { font-size: 16px; 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; }
#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; }




.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: 540px;
	min-width: auto;
	margin:0 16px !important;
}

#fancyGallery .f-carousel__slide {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	
}

/* 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;
}

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

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

}

}

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

}
}


.product_list {
	display:inline-block; height: auto; vertical-align: top;
	margin:10px;
	background-color:#FFFFFF;
}
.product_list:not(.slick-slide){
	width:240px;
}
@media screen and (max-width: 1450px) {
 .product_list:not(.slick-slide){
	width:170px !important;
}

}

@media only screen and (max-width: 1910px) and (min-width: 1450px)  {
.product_list:not(.slick-slide){
	width:305px;
}
}


.fav_product {
	position:absolute;
	right:25px;
	top:11px;
	height:51px;
	border:none;
	z-index:300;
	margin:0;
	padding:0;
}

.price_bgr {
	background-color: #F5F5F5;
	border-radius: 11px;
	border: 1px solid #E6E6E6;
	padding: 15px 15px 5px 15px;
	width: 85%;}
	
.prod_tabs { background-color: #F8F8F8; padding: 15px 0}

/* tabs */
.nav-tabs .nav-item { margin-right: 5px; }
.nav-tabs .nav-link {
	background: #dbdbdb;
	color: #1A1A1A;
	font-family: Mulish;
	border: 1px solid #EAEAEA;
	font-weight: bold;
	font-size: 20px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: fff !important;
	color: #009BA3;
	border: 1px solid #EAEAEA !important;
	font-size: 20px !important;
}		

.nav-tabs {
  border-bottom: none !important;
}




.bgr1-1 { padding: 30px 0}

.gallery-slider-container { width: 86%; margin: 0 auto}

.product_list .product_data {
    width:98%; height: auto; margin-bottom:10px; margin-top:10px;
    min-height:150px;
}

/* toBoxes ************************************************************************************************************/
.toBoxes { padding: 0 !important; margin:0 !important; height:0 !important; border:0 !important; visibility: hidden; }
.theBoxes { display: flex; flex-wrap: wrap; justify-content:center }
.theBoxes_option,
.theBoxes_disabled_option {
	margin-right: 4px;
	margin-bottom: 4px;
	/*width: 40px;*/
	/*height:40px;*/
	/*text-indent: -9999px;*/
	cursor: pointer;
	background: #E6E6E6 !important;
	padding: 5px 10px;
	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;
}

/* QTY SELECTOR ***************************************************************/
.qty_selector .btn {
	display: block;
	font-size: 10px;
	border: 1px #ccc solid;
	border-radius: 0;
	border-left: 0;
	padding: 1px 4px;
	color: #777;
}
.qty_selector .form-control {
	font-size: 16px;
	height: 38px;
	width: 45px;
	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;
}
.name-lenght {height:75px;overflow:hidden;text-overflow: ellipsis; display: inline-block;}
.cartbut-size { width: 80%}
@media screen and (max-width: 1450px) {
 .cartbut-size { width: 90% !important}
}

.fav_product img { margin: 0px !important}

.varieties_products {
	background: #F8F9FB;
	padding: 15px;
}

.varieties_products h2 {
	font-size: 1.3rem;
}

.varieties_products .list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.varieties_products .list > div {
	background: #fff;
	border: 1px solid #F2F3F5;
	padding: 10px;
	width: 120px;
	text-align: center;
	border-radius: 4px;
	transition: border 0.2s ease;
}

.varieties_products .list > div img {
	width: 100px;
	display: block;
	margin: 0 auto 5px;
}

.varieties_products .list > div span {
	display: block;
	font-size: 14px;
	color: #333;
}
