@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'rubiklight';
    src: url('../font/rubik-webfont.woff2') format('woff2'),
         url('../font/rubik-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rubikbold';
    src: url('../font/Rubikbold.woff2') format('woff2'),
         url('../font/Rubikbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rubik';
    src: url('../font/Rubik.woff2') format('woff2'),
         url('../font/Rubik.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rubikmedium';
    src: url('../font/Rubikmedium.woff2') format('woff2'),
         url('../font/Rubikmedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
 
:root {
    --color1: #F6621B;
    --color2: #F5F5F5;
	--color3: #FFD800;
	--color4: #ffffff;
	--color5: #F8844C;
	--color6: #222222; 
}
body {

	font-family: 'Inter', sans-serif;
	width: 100%;
	font-weight: 400;
}
a 
{
	transition: 1s !important;
	color: #333333;
}
a:hover 
{
	text-decoration: none;
	 
	color: #F6621B;
}
.fon_top
{
	background: var(--color1);
	height: 37px;
	line-height: 37px;
}
.login5
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
} 
.login5 li  
{
	float: left;
	color: var(--color4);
}
.tel
{
	font-size: 12px;
	color: var(--color4);
}
.tel a 
{
	color: var(--color4);
	
}
.tel a:hover 
{
	color: var(--color6);
}
.login5 a 
{
	font-size: 12px;
	color: var(--color4);
	padding-left: 5px;
	padding-right: 5px;
	 
} 
.login5 a:hover  
{
	color: var(--color6);
}
#form-language button.dropdown-toggle 
{
	padding: 0px !important;
}
#form-currency button.dropdown-toggle 
{
	padding: 0px !important;
}
#form-currency span, #form-language span 
{

	padding-left: 5px;
	padding-right: 5px;
}
#form-currency button.dropdown-toggle, #form-language button.dropdown-toggle 
{
 	color: var(--color2);
	font-size: 12px;
	transition: 1s !important;
}
#form-currency button.dropdown-toggle:hover, #form-language button.dropdown-toggle:hover
{
 	color: var(--color2);
	font-size: 12px;
	transform: 1.2 !important;
	text-decoration: none !important;
	color: var(--color6);
}
#search 
{
	background: var(--color2);
	height: 44px;
	float: left;
	clip-path: polygon(0 0, 96% 0, 100% 100%, 4% 100%);
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
}
.inp_s
{
	height: 44px;
	background: none !important;
	border: 0px solid #333 !important;
}
#logo
{
	width: 270px;
  display: block;
  margin: 0 auto;
    margin-top: 0px;
	clip-path: polygon(20% 0, 80% 0, 100% 100%, 0% 100%);
  background: #fff;
  margin-top: -13px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.but_s
{
	padding: 0px;
	border: 0px solid #333;
	padding: 0px;
	width: 20px;
	height: 20px;
	background: none;
}
.zakladki
{
	height: 44px;
	line-height: 44px;
	clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
	background: var(--color2);
	width: 70px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-top: 30px;
}
.zakladki i 
{
	font-size: 20px;
	color: var(--color6);
}
.zakladki i:hover 
{
	color: var(--color1);
}
#cart
{
	width: 167px;
	height: 44px;
	line-height: 44px;
	display: block;
	float: left;
	clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
	background: var(--color2);
	margin-top: 30px;
	padding-left: 15px;
}
#cart button
{
	background: none;	 
	border: 0px solid #333;
}
#cart-total svg 
{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
#horizontal-menu
{
	 position: relative;
	 z-index: 1000;
	 background: none !important;
	 border: 0px solid #333;
	 border-radius: 0px;
}
 
.fon_sl
{
	background:var(--color2);
	padding-bottom: 50px;
}
#horizontal-menu .nav > li > a {	 
	padding: 0px 0px !important;
	font-size: 14px;
	font-weight: 500;
	color: var(--color6) !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
#horizontal-menu .nav > li > a:hover  
{
	color: var(--color1) !important;
}
#horizontal-menu .arrow {
	color: var(--color6) !important;
	 
  }
.menu-header-box {
	position: absolute;	 
	z-index: 1000;
	background: var(--color4) !important;
	clip-path: polygon(0 0, 100% 0%, 98% 100%, 2% 100%);
	height: 46px;
	line-height: 46px;
	width: 100%;
	 
}
.slideshow {
 	 margin-top: 100px !important;
}
.navbar-collapse.collapse ul 
{
	display: flex;
	width: 100%;
	justify-content: center;
	float: none !important;
}
.title1 
{
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: var(--color1);
	text-transform: uppercase;
	margin-top: 50px;
}
.title2
{
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
}
.title3
{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #000000;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 370px;
}
.det_sl a 
{
	width: 160px;
	height: 45px;
	line-height: 45px;
	display: block;
	background: var(--color1);
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: var(--color4);
}
.fon_img_sl
{
	float: right;
}
.dropdown-menu button 
{
	color: var(--color6);
}
.dropdown-menu button:hover  
{
	color: var(--color1);
	text-decoration: none;
}
.panel
{
	border-radius: 0px !important;
	border: 0px solid transparent;
}
.panel-default > .panel-heading {
	color: var(--color4);
	font-size: 16px;
	line-height: 40px;
	background: var(--color1);
	border: 0px solid #ddd;
	border-radius: 0px !important;
	text-transform: uppercase;
  }
.panel-body
{
	background: #F8844C;
	border: 0px solid #ddd;
	padding: 0px !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
#filter_auto_brand, #filter_auto_model, #filter_auto_modif
{
	height: 45px;
	border-radius: 5px !important;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
	border: 0px solid #ccc !important;
}
#filter_auto_find
{
	background: #FFD800;
	height: 45px;
	border-radius: 5px;
	width: 100%;
	border: 0px solid #333;
	font-size: 14px;
	color: var(--color6);
	text-transform: uppercase;
	font-weight: 600;
}
.img_b
{
	float: left;
	margin-right: 15px;	
	margin-bottom: 20px;
}
.zag_b
{
	font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
.desc_b
{
	font-size: 13px;
	line-height: 20px;
	display: block;
	font-weight: 400;
	color: #999999;
}
.nopad 
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.fon_b 
{
	margin-top: 50px;
	margin-bottom: 50px;
}
.swiper-pagination-clickable .swiper-pagination-bullet
{
	display: none !important;
}
.automod
{
	margin-top: -40px;
}
.fon_tov 
{
	border: 1px solid #EDEDED;
	margin: 15px;
	padding: 15px;
} 
.zag_sale
{
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 50px;
	font-family: 'rubikbold';
	display: block;
	margin-bottom: 20px;
	color: var(--color1);
}
.zag_sale span 
{
	background: #F6621B;
	color: #fff;
	padding: 5px;
	 
}
.zag_tov a
{
	font-family: 'rubikbold';
	font-size: 16px;
	line-height: 20px;	
	margin-bottom: 10px;
	color: #000;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
 
.fa-stack {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	vertical-align: middle;
}
.fa-stack-2x {
	font-size: 1em;
}
.rating
{
	margin-bottom: 15px;
}
.price 
{
	font-size: 20px;
	line-height: 24px;
	font-family: 'rubikbold';
	color: var(--color1);
}
.price-old
{
	font-size: 16px;
	line-height: 20px;
	text-decoration: line-through;
	color: #aaaaaa;
	padding-left: 5px;
	font-family: 'rubik';
}
.addlist
{
	background: #FFD800;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	border: 0px solid #333;
	text-transform: uppercase;
	font-family: 'rubikmedium';
}
.fon_main1
{
	background: var(--color2);
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.zag_ban1
{
	font-size: 40px;
	line-height: 46px;
	font-family: 'rubikbold';
	color: #000;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: 30px;
}
.zag_ban2
{
	font-size: 16px;
	line-height: 26px;
	font-family: 'rubiklight';
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.pr_baner
{
	font-family: 'rubikmedium';
	font-size: 40px;
	line-height: 46px;
	color: var(--color1);
}
.pr_baner span 
{
	font-size: 30px;
	line-height: 36px;
	font-family: 'rubik';
	color: #AAAAAA;
	text-decoration: line-through;
	padding-left: 5px;
}
.ptrumatu a 
{
	background: #FFD800;
	width: 182px;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	border-radius: 5px;
	font-family: 'rubikmedium';
	font-size: 16px;	 
	text-transform: uppercase;
	color: #000;
	margin-top: 30px;
}
.odcatwall {
    background: #fff;
    overflow: auto;
    display: block;
    padding: 10px;
    text-align: center;
	font-size:1.4em;
	border:1px solid #EDEDED;
	margin-bottom:20px;
}
.odcatwallhref {
	padding-top:10px;
	color: #000000;
	font-family: 'rubikmedium';
}
.zag_kat0
{
	font-size: 30px;
	line-height: 36px;
	font-family: 'rubikbold';
	color: #F6621B;
	text-transform: uppercase; 
	display: block;
	margin-bottom: 15px;
}
.fon_tov_rel
{
	border: 1px solid #EDEDED;
	padding: 15px;
}
.fon_tov_rel .image 
{
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.fon_tov_rel .price {
	font-size: 18px;
	line-height: 24px;
	font-family: 'rubikbold';
	color: var(--color1);
}
.fon_tov_rel  .price-old {
	font-size: 14px;
	line-height: 20px;
	text-decoration: line-through;
	color: #aaaaaa;
	padding-left: 5px;
	font-family: 'rubik';
  }
.latest5
{
	margin-bottom: 30px;
}
.zag_new0 a 
{
	color: #000000;
	font-size: 20px;
	line-height: 24px;
	font-family: 'rubikbold';
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
.zag_new0 a:hover  
{
	color: var(--color1);
}
.date_new
{
	color: #999999;
}
.date_new i
{
	margin-right: 5px;
	color: #999999;
}
footer 
{
	background: #333333;
	margin-top: 50px;
	
	
}
.tr
{
	clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
	height: 25px;
	background: #ffffff;
	margin-bottom: 50px;
}
.sloganf
{
	color: #999999;
	font-size: 13px;
	line-height: 26px;
	font-family: 'Inter', sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}
.telf
{
	color: #999999;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
	margin-bottom: 5px;
}
.telf2, .addressf, .openf, .emailf a
{
	color: #ffffff;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
}
.emailf a:hover
{
	color: #F6621B;
}
.zag_f0
{
	color: #ffffff;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'rubikbold';
}
footer .list-unstyled a 
{
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	line-height: 35px;
}
.socf 
{
	float: left;
	color: #ffffff;
	display: block;
	line-height: 40px;
	float: left;
	margin-right: 5px;
}
.ulsocf
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.ulsocf li 
{
	display: inline-block;
	margin-right: 5px;
}
footer hr 
{
	border-top: 1px solid #484848;
	margin-bottom: 0px !important;
}
.copy 
{
	line-height: 70px;
	color: #999999;
	display: block;
	text-align: center;
	width: 100%;
}
.breadcrumb
{
	margin-top: 50px;
	background: none;
	border-radius: 0px;
	border-top: 1px solid #F5F5F5;
	padding-top: 15px;
}
.breadcrumb .fa-home
{
	color: #878787;
}
.breadcrumb a
{
	color: var(--color1);
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #F6621B;
	border-color: #F6621B;
  }
  a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
  }
#content h1 
{
	 color: #282828;
	font-size: 30px;
	line-height: 33px;
	display: block;
	margin-top:0px;
	margin-bottom: 15px;
	font-weight: 500;
}
.desc
{
	color: #878787;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
}
.catcat li a 
{
	border:1px solid #E5E5E5;
	display: block;
	text-align: center;
	padding: 15px;
	color: #222222;
	margin-bottom: 30px;
}
.catcat li a:hover
{
	background: #F6621B;
	color: #fff;
}
.catcat ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.input-group-addon
{
	background: none;
	border: 0px solid #333;
}
#input-sort, #input-limit
{
	background: #FAFAFA;
	border-radius: 0px;
	border: 1px solid #E5E5E5;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
}

.listcat
{
	margin-bottom: 30px;
}
.listcat .price {
	font-size: 18px;
	line-height: 20px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	color: #282828;
	display: block;
	text-align: center;
}
.listcat .price-old {
	font-size: 12px;
	line-height: 18px;
	text-decoration: line-through;
	color: #aaaaaa;
	padding-left: 5px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
  }
  .listcat .price
  {
	min-height: 45px;
  }
  .pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
  }
  .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #F6621B;
  border-color: #F6621B;
  border-radius: 5px !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #F6621B;
	border-radius: 5px !important;
	border-color: #F6621B;
  }
  .pagination > li > a, .pagination > li > span
  {
	color: #333333;
	background: #FAFAFA;
	border: 1px solid #E5E5E5 !important;
	border-radius: 5px !important;
	margin-left: 5px;
	margin-right: 5px;
  }
img, button, a, input, select
{
	outline-style: none !important;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 98px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.thumbnail {
	 
	border: 1px solid #E5E5E5;
	border-radius: 0px; 
	padding: 10px;
  }
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover 
{
	border: 1px solid #F6621B;
}
.pr_det
{
	font-size: 24px;
	line-height: 30px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
}
.pr_det_old
{
	font-size: 14px;
	font-weight: 400;
}
.number-spinner
{
	width: 200px;	 
	margin-bottom: 20px; 
	margin-top: 20px;
	margin-right: 20px;
}
#input-quantity
{
	height: 45px;
	font-size: 18px;
}
.number-spinner button 
{
	height: 45px;
	background: #F6621B;
	color: #fff;
}
#button-cart
{
	width: 250px;
	display: block;
	background: #F6621B;
	height: 45px;
	line-height: 45px;
	padding: 0px;
	text-align: center;
	border: 0px solid #333;
	float: left;
	margin-right: 20px;
}
#button-cart:hover
{
	opacity: 0.7;
}
.form-control
{
	border: 1px solid #E5E5E5;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
}
.wishlist5
{
	height: 45px;
	width: 45px;
}
.wishlist5 i 
{
	font-size: 18px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
{
	background: #F6621B;
	height: 45px;
	border-radius: 0px !important;
	font-size: 16px;
	color: #fff;
}
.nav-tabs > li > a
{
	font-size: 16px;
	color: #333333;
}
.nav-tabs {
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px;
	margin-top: 30px;  
}
#tab-description
{
	color: #878787;
	 
	line-height: 26px;
	font-size: 14px;
}
.btn-primary {
	color: #fff;
	background-color: #F6621B;
	border-color: #F6621B;
}
.btn-primary:hover {
	color: #fff;
	background-color: #F6621B;
	border-color: #F6621B;
	opacity: 0.7;
  }
.zag_mod
{
	color: #282828;
	font-size: 30px;
	line-height: 33px;
	display: block;
	margin-bottom: 15px;
	margin-top: 30px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
}





 
#simplecheckout_customer
{
	background: #FAFAFA;
	 
	 
	 
}
#simplecheckout_customer label, #simplecheckout_shipping_address label
{
	color: var(--color14);
	font-size: 14px;
	display: block;
	font-weight: 400 !important;
	line-height: 22px;
	margin-bottom: 5px;
}
#simplecheckout_customer input 
{
	border-radius: 5px !important;
	border: 1px solid #E5E5E5 !important;
	 
}
#simplecheckout_customer input:hover, #simplecheckout_customer input:focus  
{
	border: 1px solid #F6621B !important;
}
#simplecheckout_shipping
{
	background: #FAFAFA;
	border-radius: 5px;
	border: 1px solid #E5E5E5; 
	 
}
#simplecheckout_shipping_address 
{
	background: #FAFAFA;
	border-radius: 5px;
	 
}
#simplecheckout_shipping_address input 
{
	border-radius: 5px !important;
	 
	 
}
#simplecheckout_shipping_address input:hover, #simplecheckout_shipping_address input:focus  
{
	border: 1px solid #F6621B !important;
}
#simplecheckout_payment
{
	background: #FAFAFA;
	border-radius: 5px;
	border: 1px solid #E5E5E5;  
}
#simplecheckout_cart
{
	 
	 
	margin-top: 30px;
}
.simplecheckout-cart .image img 
{
	border: 1px solid #E3E3E3 !important;
	padding: 5px;
	background: #FAFAFA;
	border-radius: 5px;
}
.simplecheckout-cart .name a 
{
	font-size: 18px;
	display: block;
	margin-top: 20px;
	color: #000000;
	line-height: 22px;	 
	margin-bottom: 5px;
	transition: 0.5s;
}
.simplecheckout-cart .name a:hover 
{
	color: var(--color7);
	transition: 1s;
	text-decoration: none;
}
.artukl
{
	color: #555555;
	font-size: 12px;
	line-height: 16px;
	display: block;
	margin-bottom: 10px;
}
.simplecheckout-cart .quantity
{
	background: #FAFAFA;
	height: 36px;
	line-height: 36px;
	border-radius: 20px;
	 
}
.count_cart
{
	display: flex;
	height: 100px;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.pricecart
{
	margin-top: 25px;
}
.simplecheckout-cart .quantity button 
{
	background: none !important;
	border: 0px solid #333 !important;
	font-size: 14px;
	color: var(--color6);
}
#simplecheckout_customer {
	margin-bottom: 20px;
  }
#total_sub_total, #total_shipping
{
	display: none;
}
.simplecheckout-cart-total
{
	margin-bottom: 20px;
}
.simplecheckout-cart .quantity .form-control
{
	background: none;
	border: 0px solid #333;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
	font-size: 18px;
}
.simplecheckout-cart .price
{
	padding-left: 20px !important;
	line-height: 36px !important;
	display: block;
	font-size: 15px;
	font-weight: 500;
}
.linecart10
{
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.del svg 
{
 
     fill: #F6621B; 
}
.del
{
	background: none;
	border: 0px solid #333;
	padding: 0px;
	height: 100px;
	display: flex;
	align-items: center;
}
.old_pr_cart
{
	font-size: 14px !important;
	text-decoration: line-through;
	color: var(--color9);
	line-height: 22px !important;
}
.simplecheckout-cart-total
{
	background: #FAFAFA;
	border-radius: 5px;
	padding: 15px;
}
#simplecheckout_comment textarea
{
	box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
	border: 1px solid #BFBFBF !important;
}
#simplecheckout_button_confirm
{
	background: #F6621B !important;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	padding: 0px !important;
	font-size: 16px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	transition: 0.5s;
}
#simplecheckout_button_confirm:hover 
{
	background: #F6621B !important;
	transition: 1s;
}
#comment
{
	border-radius: 0px !important;
	border: 1px solid #E5E5E5 !important;
}
#total_total
{
	font-weight: 700;
	font-size: 18px;
}
 
.well
{
	min-height: 350px;
	background-color: #FAFAFA;
  border: 1px solid #E5E5E5;
  border-radius: 5px;   
  box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
.caption h4 a {
	font-size: 14px;
	display: block;
	min-height: 40px;
  }



@media (max-width: 767px) 
{
	.tel
	{
		text-align: center;
	}
	.fon_top
	{
		height: 100%;
	}
	.login5 {
		 
		float: none;
		display: flex;
		justify-content: center;
	  }
	.zakladki
	{
		display: none;
	}
	#logo
	{
		width: 100%;
		display: block;
		margin: 0px !important;			
		clip-path: none !important;
		background: none !important;
		padding: 0px !important;
	}
	#search {
		background: var(--color2);
		height: 44px;
		float: none;
		clip-path: none !important;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	  }
	  #cart {
		width: 100% !important;
		height: 44px;
		line-height: 44px;
		display: block;
		float: none !important;
		clip-path:none !important;	 
		margin-top: 0px !important;
		padding-left: 0px !important;
		background: none !important;
	  }
	  #cart-total svg
	  {
		margin-right: 5px;
	  }
	  .menu-header-box {
		position: static !important;
		background: none !important;
  		clip-path:none !important;
		  height: 46px;
		  line-height: 0px;
	  }
	  #horizontal-menu .navbar-toggle
	  {
		position: relative;
		float: right;
		padding: 0px 0px;
		margin-top: 8px;
		margin-right: 0px;
		margin-bottom: 8px;		 
		border: 0px solid transparent;
		border-radius: 0px;
	  }
	  #horizontal-menu .navbar-toggle i 
	  {
		font-size: 24px;
	  }
	  #menu-mobile-ns .nav > li.btn-close-menu
	  {
		background: #F6621B !important;
	  }
	  #menu-mobile-ns .nav > li .toggle-close-mm
	  {
		background: #F6621B !important;
	  }
	  .slideshow {
		margin-top: 10px !important;
	  }
	  .title1 {
		font-size: 32px;
		line-height: 38px;
		font-weight: 600;
		color: var(--color1);
		text-transform: uppercase;
		margin-top: 0px;
	  }
	  .title2 {
		font-size: 32px;
		line-height: 38px;
		font-weight: 600;
		color: #000000;
		text-transform: uppercase;
	  }
	  .title3 {
		font-size: 16px;
		line-height: 20px;
		font-weight: 400;
		color: #000000;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		max-width: 100%;
	  }
	  .swiper-pager
	  {
		display: none;
	  }
	  .det_sl
	  {
		margin-bottom: 15px;
	  }
	  .automod select {
		margin-bottom: 6px;
	  }
	  .fon_b {
		margin-top: 10px;
		margin-bottom: 10px;
	  }
	  .price {
		font-size: 16px;
		line-height: 18px;
		display: block;
		text-align: center;
	  }
	  .price-old {
		font-size: 13px;
		line-height: 18px;		 
		padding-left: 0px;
	  }
	  .fon_main1 {		 
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	  }
	  .zag_ban1 {
		font-size: 28px;
		line-height: 32px;
		 
		margin-top: 10px;
	  }
	  .zag_kat0 {
		font-size: 24px;
		line-height: 30px;
	  }
	  .fon_new {
		margin-bottom: 30px;
	  }
	  footer {
		margin-top: 10px;
	  }
	  .tr
	  {
		margin-bottom: 20px;
	  }
	  .socf
	  {
		font-size: 11px;
	  }
	  #content .list-unstyled {
		text-align: center;
	  }
	  .number-spinner {
		width: 200px;
		margin-bottom: 20px;
		margin-top: 20px;
		margin-right: 20px;
		margin-left: auto;
		margin-right: auto;
	  }
	  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
		{
			background: #F6621B;
			height: 45px;
			border-radius: 0px !important;
			font-size: 14px;
			color: #fff;
		}
		.nav-tabs > li > a
		{
			font-size: 14px;
			color: #333333;
		}
		#content h1 {
			color: #282828;
			font-size: 20px;
			line-height: 26px;
			text-align: center;
			display: block;
			margin-top: 0px;
			margin-bottom: 15px;
			font-weight: 500;
		  }
		  .simplecheckout-button-right {
			float: none !important;
			text-align: none !important;
		  }

}
@media (min-width: 768px) and (max-width: 991px) 
{
	.zakladki
	{
		display: none;
	}
} 
@media (min-width: 992px) and (max-width: 1199px) 
{
	 
}
#tab-description img 
{
	display: block;
  max-width: 100%;
  height: auto;

}