@font-face { 
	font-family: Gilroy-Regular;
	src: url(/fonts/Gilroy-Regular.ttf);
	font-weight: normal;
	}
	@font-face { 
		font-family: Gilroy-Medium;
		src: url(/fonts/Gilroy-Medium.ttf);
		font-weight: normal;
		}
	@font-face {
	font-family: Gilroy-Semibold;
	src: url(/fonts/Gilroy-Semibold.ttf);
	font-weight: normal;
	}
	
	 @font-face {
	font-family: Gilroy-Bold;
	src: url(/fonts/Gilroy-Bold.ttf);
	font-weight: normal;
	}
   
	@font-face {
	font-family: Gilroy-Black;
	src: url(/fonts/Gilroy-Black.ttf);
	font-weight: normal;
	}
   


body {
	font-family: "Gilroy-Regular", Arial, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #121212;
	font-family: "Gilroy-Bold", Arial, sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
}
a:active, a:focus
{
	text-decoration: none;
	color: #000;

}
button:active, button:focus
{
	outline: none;
}
input:active, input:focus
{
	outline: none!important;
	box-shadow: none!important;
	
}

textarea:active, textarea:focus
{
	outline: none!important;
	box-shadow: none!important;
	
}
a:hover {
	text-decoration: none;
	color: #866c32;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.catalog-btn
{
height: 67px;
    padding-top: 24px;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    background-image: url(/image/menu.svg);
    background-repeat: no-repeat;
    background-size: 18px;
	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    background-position-x: 25px;
    background-position-y: center;
    font-size: 15px;
    color: #121212;
    padding-left: 61px;
}
.catalog-btn:hover
{
	background-image: url(/image/menuhover.svg);
    background-repeat: no-repeat;
    background-size: 18px;
   cursor: default;
    background-position-x: 25px;
    background-position-y: center;
}


.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.inner-plus-minus input
{
	width: 45px;
	box-shadow: none;
	border-radius: 0;
	height: 45px;
	float: left;
	text-align: center;
	border-color: #e8e8e8;
}

.inner-plus-minus span
{
	width: 45px;
	height: 45px;
	border: 1px solid #e8e8e8;
	display: block;
	float: left;
	text-align: center;
	    font-size: 15px;
	    cursor: pointer;
}
.inner-plus-minus span:hover
{
	color: #000
}

.inner-plus-minus .minuspr
{
	border-right: none; 
	padding-top: 13px;
}


.inner-plus-minus .pluspr
{
	border-left: none; 
	padding-top: 12px;
}

.inner-plus-minus
{
	margin: 20px 0 25px 0;
}
.rating1, .rating2, .rating3, .rating4, .rating5
{
	background: url(/image/star.svg) no-repeat;
    background-size: 20px;
	background-position: center;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
}

.rating1 input, .rating2 input, .rating3 input, .rating4 input, .rating5 input
{
	width: 20px;
	height: 20px;
	opacity: 0;
	cursor: pointer;
}
.mega-menu
{
	
	z-index: 100;
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 20px 0px;
	border-color: #efefef;
	
}
.menu-inner
{
	width: 210px;
	float: left;
}
.menu-inner:hover .mega-menu
{
	display: block;
}
.fullrating
{
	background: url(/image/star-yellow.svg) no-repeat;
	background-size: 20px;
	background-position: center;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #866c32;	
	background: transparent;
}
.acc-box .open>.dropdown-menu
{
	border-color: #e8e8e8;
	border-radius: 0;
	margin-top: 0;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
}
header
{
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
	height: 67px;
}

#top .btn-lang
{
	height: 40px;
	width: 40px;
	text-align: center;
	background: #272727;
	color: #fff;
	border: 1px solid #333;
	border-bottom: none;
	border-top: none;
	box-shadow: none;
	border-radius: 0;
	letter-spacing: 1px;
}
#top .btn-lang:hover
{
	background:#be9e56;
}

/* top */
#top {
	background-color: #272727;
	min-height: 40px;
}
#top .container {
	padding: 0 10px 0 15px;
}
#top-links li
{
	margin-right: 20px;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;

	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #d8c497;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 9px;
	float: left;
}
#top-links a + a {
	margin-left: 15px;
}
.wishlist-box
{
	float: right;
}
.acc-box
{
	float: right;
	
}
.acc-box .ico-a
{
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/image/profile.svg);
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
}

.wishlist-box a
{
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/image/heart.svg);
	background-position: center;
	background-size: 21px;
	background-repeat: no-repeat;
}
/* logo */
#logo {
	float: left;
	width: 220px;
	padding: 13px 15px 15px 15px;
}
#logo img
{
	width: 85%;
}
.acc-box .dropdown-menu>li>a {
    display: block;
	padding: 3px 15px;
}
.inner-phone
{

    z-index: 10;
    float: left;
	height: 66px;
	width: 210px;


    
}
.inner-phone span a
{
	color: #333;
	font-size: 17px;
	display: block;
	height: 67px;
	padding: 14px 30px;
	font-family: Gilroy-Bold, Arial, sans-serif;
}
.inner-phone span p
{
	font-family: Gilroy-Regular, Arial, sans-serif;
	font-size: 13px;
	color: #666;
	
}
.inner-phone:hover
{
	cursor: default;
}
.dop-nomera
{
	display: none;
    position: absolute;
    background: white;
    padding: 20px 20px 5px 25px;
    width: 200px;
    font-size: 13pt;
    z-index: 100000;
    text-align: left;
	margin-top: -1px!important;
	margin-left: -1px;
	border: 1px solid #e8e8e8;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
	
}

.inner-phone:hover .dop-nomera
{display:block}


.dop-nomera a
{
	display: inline-block;
    padding: 0 20px 6px 0;
    clear: both;
    line-height: 20px;
    color: #000;
    font-size: 17px;
    text-transform: none;
}
.lang-box
{
	float: left;
	height: 40px;
	margin-right: 40px;
}
.lang-box .dropdown-menu
{
	width: 40px;
	min-width: 40px;
	border-radius: 0;
	padding: 0;
	border: none;
	margin-top: 1px;

}
.lang-box .dropdown-menu>li>a
{
	padding: 10px 0 0 0;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #e8e8e8;
	margin-top: -1px;
	
}
.lang-box .dropdown-menu li > a:hover
{
	box-shadow: none;
	background: #272727;
	color: #fff;
	border: 1px solid #272727;
}
.main-inner
{
	width: 910px;
	float: left;
	padding-right: 10px;
}
.small-inner
{
	width: 440px;
	float: right;
}
.small-inner2
{
	width: 440px;
	float: right;
	margin-top: 9px;
}
.small-inner img, .small-inner2 img
{
	width: 100%;
}
/* search */
.search-box
{
	float: left;
	width: 770px;
	height: 67px;
	border-right: 1px solid #e8e8e8;
	position: relative;
}
#search {
	margin-bottom: 10px;
}

#search .input-lg::-webkit-input-placeholder { 
	color: #333;
	 font-size: 15px;
	
	
}
#search .input-lg::-moz-placeholder { 
	color: #333;
	font-size: 15px;
	
}
#search .input-lg:focus::-webkit-input-placeholder { color: #fff; font-size: 12px;}
#search .input-lg:focus::-moz-placeholder { color: #fff; font-size: 12px;}

#search .input-lg {
	height: 66px;
	line-height: 20px;
	padding: 0 0 0 25px;
	background: #fff;
	box-shadow: none;
	border: none;
}
#search .btn-lg {
	
	height: 66px;
	width: 66px;
	
	background: #fff;
	box-shadow: none;
	border: none;
	background-image: url(/image/search.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;

}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
    font-size: 13px;
    height: 35px;
   
    color: #FFF;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    background: url(/image/shopping-cart.svg) no-repeat;
    background-size: 33px;
	background-position-y: center;
	background-position-x: left;
	padding-left: 50px;
	text-align: left;
}
.cart-box
{
	float: right;
	padding: 15px 18px 15px 0;
	height: 66px;
}
#cart-total
{
	color: #121212;
	text-align: left;
}
#cart-total span
{
	display: block;
	width: 20px;
	height: 20px;
	background: #be9e56;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	top: -6px;
	left: 22px;
	padding-top: 2px;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #fff;
	
	border-color: #fff;
	border-radius: 0;
	margin-bottom: 0;

}
#menu .nav > li > a {
	color: #121212;
	font-size: 15px;
	padding: 8px 15px 8px 5px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	
	color: #be9e56;
	
}
.mega-menu #menu .dropdown:hover {
	background-color: #fff;
	color: #be9e56;
	background-image: url(/image/rightbl.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position-x: right;
    background-position-x: 96%;
    background-position-y: center;
}
#menu .dropdown-menu {
	padding: 20px;
	left: 100%;
	top: 0;
	height: 100%;
	min-height: 200px;
	width: 360%;
	box-shadow: none;
	border: none;
	margin-left: 2px!important;

}
.mega-menu #menu .dropdown
{
	background-image: url(/image/right.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position-x: right;
    background-position-x: 96%;
    background-position-y: center;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	font-size: 15px;
	clear: both;
	line-height: 20px;
	color: #333333;
	
}
#menu .dropdown-inner a:hover
{
	color: #be9e56;
}

#menu .dropdown-inner li a:hover {
	color: #000;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .child-li
{
	float: left;
    padding: 7px 15px;
    min-height: 15px;
    width: 330px;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;

}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
.footer-title
{
	color: #121212;
   text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 15px;
}
.footer-line
{
	height: 1px;
	width: 50px;
	background: #be9e56;
	margin-bottom: 20px;
}
.visa-master img
{
	margin-right: 15px;
}
.social-footer li
{
	float: left;
	margin-right: 7px;
}
.social-footer a
{
	font-size: 14px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 9px;
    display: block;
    border: 1px solid #b9b9b9;
    border-radius: 100%;
}
.social-footer a:hover
{
	border-color: #be9e56;
	color: #333;
}
.telephone-footer 
{
	margin-bottom: 15px;
}
.telephone-footer a
{
	
	font-size: 18px;
	color: #121212;
	margin-bottom: 2px;
	font-weight: bold;
}
footer {
	margin-top: 20px;
	padding-top: 50px;
	background-color: #fff;
	border-top: 1px solid #e8e8e8;
	color: #121212;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #404040;
	font-size: 15px;
}
footer a:hover {
	color: #be9e56;
}

/* alert */
.alert {
	background: #272727;
	border-color: #272727;
	padding: 30px;
	color: #fff;
	width: 500px;
	position: fixed;
	bottom: 20px;
	right: 80px;
	z-index: 5000000;
	border-radius: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px 0px;
}
.alert a
{
	color: #fbfbfb;
}
.alert i
{
	display: none;
}
/* breadcrumb */
.breadcrumb a
{
	color: #676767;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	border: none;
	background: initial;
	
	color: #121212;
}
.box-podcat
{
	width: 12.5%;
	float: left;
	text-align: center;
	padding: 0 15px;
	min-height: 210px;
}
.catname
{
	margin: 10px 0 0 0;
}
.podkategorii
{
	
	margin-bottom: -20px;
}
.catname a
{
	color: #121212;
	font-size: 15px;
	
}

.catname a:hover
{
	color: #be9e56;
	
	
}
.inner-sort
{
	border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    margin-right: 5px;
}
.box-podcat img
{
	width: 100%;
}
.inner-sort a.selectedsort
{
	color: #121212;
	border-bottom-color: #be9e56;
}
.like
{
	width: 30px;
    height: 30px;
    background-image: url(/image/heartbl.svg);
    background-position: center;
	background-size: 18px;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-repeat: no-repeat;
	position: absolute;
	right: 13px;
	top: 10px;
	z-index: 50;
	display: none;
	opacity: 0.6;
	

}
.powered-footer b
{
	font-family: "Gilroy-Bold", Arial, sans-serif;
	color: #b19555;
}
.powered-footer
{
	padding: 20px 0;
	margin-top: 30px;
	text-align: center;
	font-size: 15px;
}
.like:hover
{
	opacity: 1;
}
.product-thumb:hover
{
	border: 1px solid #e7e7e7;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px;
	
}
.product-thumb:hover .like
{
	display: block;
}
.inner-sort a
{
	color: #555;
	margin-right: 30px;
	padding-bottom: 25px;
	display: block;
	float: left;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
}
.breadcrumb > li {
	
	padding: 0 20px;
	position: relative;
	
}
.breadcrumb > li:first-child
{
	padding-left: 0
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	    content: '';
    display: block;
    position: absolute;
    bottom: 6px;
    right: -5px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after
{
	display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;

	
	background-color: #be9e56;
	
	border-color: #be9e56;
}
.btn-primary {
	color: #ffffff;

	
	background-color: #be9e56;
	
	border-color: #be9e56;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #af914d!important;
	border-color: #af914d!important;
	
}
.btn-warning {
	color: #ffffff;

	
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	
	
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	
	
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	
	
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	    border: none;
    color: #444444;
    line-height: 1;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #141414;
	background: none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {

	overflow: auto;
	border: 1px solid #e8e8e8;
	padding-bottom: 15px;

}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 15px;
	min-height: 110px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}

}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #121212;
	font-family: "Gilroy-Bold", Arial, sans-serif;
	font-size: 17px;
	margin: 7px 0 15px 0;
}
.product-thumb .price-new {
	color: #121212;
	font-family: "Gilroy-Bold", Arial, sans-serif;
	font-size: 17px;
}
.product-thumb .price-old {
	color: #444;
	text-decoration: line-through;
	text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-color: red;
    text-decoration: line-through solid red;
	font-family: "Gilroy-Bold", Arial, sans-serif;
	margin-left: 10px;
	font-size: 17px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	text-align: center;
	padding: 0 15px;
}


.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	padding: 15px 0;
	background-color: #be9e56;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	text-align: center;
	
}
.prod-title
{
	margin: 10px 0;
	min-height: 65px;
}
.prod-title a
{
	color: #121212;
	font-size: 17px;
}

.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #af914d;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 120px;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 5px;
	padding: 5px;
	display: block;
	
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}





@media (min-width: 1200px)
{
.container {
    width: 1180px;
}
}
  @media (min-width: 1350px)
{
.container {
    width: 1280px;
}
}

  @media (min-width: 1500px)
{
.container {
    width: 1380px;
}
}


.menu-fix {
	position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}
.product-layout {
	padding:0 5px 5px 0;
}
#toTop {
    bottom: 5px;
    color: #000000;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    position: fixed;
    right: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Arial;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 50px;
    float: left;
    z-index: 5000000000;
}



#toTop:hover 
{
  color: #000;
  
}

#toTop div {
    font-size: 13pt;
    float: right;
    line-height: 16px;
    margin-left: 10px;
    transition: transform 1s;
}
#toTop:hover div {
    position: relative;
    transform: translateX(15px);
    color: #000000;
}

@media (min-width: 768px)
{
.mega-menu .navbar-nav>li {
	float: initial;
	position: unset;
}
.mega-menu .navbar-nav
{
	position: relative;
	width: 24%;
	border-right: 1px solid #e8e8e8;
	padding: 15px 0 20px 0;
}
}

.htabs .nav-tabs>li.active>a, .htabs .nav-tabs>li.active>a:focus, .htabs .nav-tabs>li.active>a:hover
{
	background: #fff;
	border: none;
	padding: 0 0 10px 0;
	color: #121212;
	border-bottom: 2px solid #000;
	
}

.htabs .nav-tabs
{
	border: none;
	margin-bottom: 30px;
}
.htabs .nav>li>a
{
	font-family: Gilroy-Regular, Arial, sans-serif;
	color: #555;
	padding: 0 0 10px 0;
	margin-right: 40px;
	font-size: 18px;
	border: none;
	border-bottom: 2px solid transparent;
}
.nav-tabs>li>a:hover
{
	border-color: transparent;
	box-shadow: none;
	background: transparent;
	color: #866c32;
}

.row-product .nav-tabs>li.active>a, .row-product .nav-tabs>li.active>a:focus, .row-product .nav-tabs>li.active>a:hover
{
	background: #fff;
	border: none;
	padding: 0 0 20px 0;
	color: #121212;
	border-bottom: 3px solid #be9e56;
	
}

.row-product .nav-tabs
{
	border: none;
	border-bottom: 1px solid #e8e8e8;
	margin: 30px 0;
}
.row-product .nav>li>a
{
	font-family: Gilroy-Regular, Arial, sans-serif;
	color: #555;
	padding: 0 0 20px 0;
	margin-right: 40px;
	font-size: 16px;
	border: none;
	margin-bottom: -1px;
	border-bottom: 2px solid transparent;
}
.row-product .nav-tabs>li>a:hover
{
	border-color: transparent;
	box-shadow: none;
	background: transparent;
	color: #866c32;
}

.text-category
{
	margin: 0 -15px;
	font-size: 16px;
	color: #444;
	padding-top: 20px;
}
.line-e8
{
	height: 1px;
	background: #e8e8e8;
	width: 100.7%;
	margin: 20px 0 25px 0;
	
}

.pagination-box
{
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	margin-top: 20px;
	margin: 20px 5px 20px 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	background: transparent;
	color: #121212;
	border: none;
	border-bottom: 3px solid #be9e56;
	border-radius: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span
{
	border-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span
{
	border-radius: 0;
}
.pagination>li>a, .pagination>li>span
{
	color: #666;
    border: none;
    border-bottom: 3px solid transparent;
    display: block;
    width: 50px;
    height: 50px;
    padding: 14px 0;
	text-align: center;
	margin-right: 5px;
	background: transparent;
}

.pagination-box .pagination
{
	margin-bottom: -6px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover
{
	background: transparent;
	color: #866c32;
	border-color: transparent;
}

.out-stock
{
	margin-top: 5px;
	color: #333;
}
.in-stock
{
	margin-top: 5px;
	color: red;
}

.thumbnail
{
	border: none;
}

.product-title
{
	margin: 0;
	padding: 0;
}

.like-tovar
{
	width: 25px;
    height: 25px;
    background-image: url(/image/heartbl.svg);
    background-position: center;
    background-size: 25px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
  top: 0;
    z-index: 50;
   
}
.like-tovar
{
	width: 25px;
	height: 25px;
	background-color: transparent!important;
    background-image: url(/image/heartbl.svg);
    background-position: center;
    background-size: 25px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
  top: 0;
    z-index: 50;
}
.like-tovar:active, .like-tovar:focus
{
	width: 25px;
	height: 25px;
	background-color: transparent!important;
    background-image: url(/image/heartbl.svg);
    background-position: center;
    background-size: 25px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
  top: 0;
    z-index: 50;
}
.h1-heart-inner
{
	position: relative;
	border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 20px;
	padding-right: 40px;
	margin-top: 20px;
}

.stock-box
{
	width: 50%;
	float: left;
}

.model-box
{
	width: 50%;
	float: left;
	text-align: right;
}

.old-price
{
	
	color: #444;
    text-decoration: line-through;
    text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-color: red;
    text-decoration: line-through solid red;
    font-family: "Gilroy-Bold", Arial, sans-serif;
    margin-left: 20px;
	font-size: 30px;
	float: left;
}


.new-price
{
	
	color: #121212;
  
    font-family: "Gilroy-Bold", Arial, sans-serif;
  
	font-size: 30px;
	float: left;
}

.price-inner
{
	padding: 20px 0 0 0;
}

.inner-buttons button
{
	width: 50%;
	float: left;
	color: #fff;
	border: 1px solid #be9e56;
	background: #be9e56;
	padding: 17px;
	border-radius: 0;
}
.inner-buttons button:hover
{
	background: #af914d;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
	border-color: #af914d;
}
.inner-buttons .inner-a a
{
	
	color: #222;
	border: 1px solid #be9e56;
	background: #fff!important;
	padding: 17px;
	border-radius: 0;
}
.inner-buttons .inner-a a:hover
{
	border-color: #555!important;
}
.inner-buttons .inner-a a:active, .inner-buttons .inner-a a:focus
{
	color: #222;
	border: 1px solid #555;
	background: #fff!important;
	box-shadow: none;
}
.inner-buttons  .inner-a
{
	width: 50%;
	float: left;
	padding-left: 10px;
}
.dop-images
{
	width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 500px;
    overflow: hidden;
}

.dop-images .image-additional
{
	margin-left: 0;
}

.info-product
{
	border: 1px solid #e8e8e8;
    padding: 25px;
    margin-top: 25px;
    font-size: 15px;
    color: #444;
}
.info-product img
{
	height: 22px;
    margin-right: 10px;
    float: left;
	margin-top: -2px;
	opacity: 0.9;
	display: none;
}
.dostavka-box
{
	width: 30%;
	float: left;
}
.oplata-box
{
float: left;
width: 70%;
}
.teleph-box
{
	width: 100%;
	float: left;
}
.teleph-box li
{
	float: left;
	margin-right: 20px;
}
.teleph-box p
{
	float: left;
	width: 100%;
	margin-top: 5px;
}
.teleph-box
{
	margin-top: 25px;
}
.title-info
{
	color: #121212;
	font-size: 16px;
	margin-bottom: 12px;
	
}

.teleph-box a
{
	color: #121212;
	font-family: "Gilroy-Bold", Arial, sans-serif;
	font-size: 18px;
}
#product 
{
	margin-top: 20px;
}
#product select
{
	height: 45px;
	border-radius: 0;
	box-shadow: none;
	border-color: #e8e8e8;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th
{
	border-color: #e8e8e8;
}

.table-bordered
{
	border-color: #e8e8e8;
}

.big-title
{
	color: #121212;
	font-family: "Gilroy-Bold", Arial, sans-serif;
	font-size: 20px;
	margin: 30px 0 15px 0;
	display: inline-block;
    width: 100%;
}


.inner-inputs
{
	width: 42%;
	float: left;
	padding-right: 5px;
}
.inner-inputs input
{
	height: 50px;
	border-radius: 0;
	border-color: #e8e8e8;
	box-shadow: none;
}
.inner-selects
{
	width: 42%;
	float: left;
	padding-right: 5px;
}

.inner-selects select
{
	height: 50px;
	border-radius: 0;
	border-color: #e8e8e8;
	box-shadow: none;
}
.inner-buttonser
{
	width: 16%;
	float: left;
}
.inner-buttonser input
{
	width: 100%;
	background: #be9e56;
	border-color: #be9e56;
	border-radius: 0;
	box-shadow: none;
	height: 50px;
	font-size: 16px;
}
.search-inputs
{
	margin-right: -7px;
}

#popupcart_extended .close
{
	width: 15px;
	height: 15px;
	opacity: 0.9;
	position: absolute;
	top: 20px;
	right: 20px;
}

.simple-content .form-horizontal .control-label
{
	text-align: left;
	margin-bottom: 5px;

}

.simple-content .form-horizontal input
{
	height: 45px;
	border-radius: 0;
	box-shadow: none;
	border-color: #e8e8e8;
	padding-left: 15px;
}
.simple-content .form-horizontal select
{
	height: 45px;
	border-radius: 0;
	box-shadow: none;
	border-color: #e8e8e8;
	padding-left: 15px;
}



.account-simpleregister .form-horizontal .form-group
{
	width: 50%;
	float: left;
	margin: 0 -10px 10px -10px;
} 

.checkout-simplecheckout .breadcrumb
{
	display: none;
}

.checkout-simplecheckout footer
{
	display: none;
}

.checkout-simplecheckout .form-group
{
	margin-bottom: 7px;
}

.sipleminus
{
	background: #fff;
	color: #444;
	border-radius: 0;
	border-color: #e8e8e8;
	height: 40px;
	width: 40px;
	box-shadow: none;
	font-size: 16px;
}

.sipleplus
{
	background: #fff;
	color: #444;
	border-radius: 0;
	border-color: #e8e8e8;
	height: 40px;
	width: 40px;
	box-shadow: none;
	font-size: 16px;
}

.sipleinput
{
	background: #fff;
	color: #444;
	border-radius: 0;
	border-color: #e8e8e8;
	height: 40px;
	width: 40px;
	box-shadow: none;
	text-align: center;
	font-size: 16px;
}
.sipledel
{
	background: #fff;
	color: #444;
	border-radius: 0;
	border-color: #e8e8e8;
	height: 40px;
	width: 40px;
	box-shadow: none;
	font-size: 16px;
}
.sipleminus:hover, .sipleminus:focus, .sipleminus:active, .sipleplus:hover, .sipleplus:focus, .sipleplus:active
{
	background: #fff!important;
	color: #000!important;
	border-radius: 0!important;
	border-color: #e8e8e8!important;
	
	box-shadow: none!important;
	font-size: 16px!important;
}
button:active, button:focus
{
	outline: none!important;
}

.checkout-simplecheckout .simplecheckout-button-right
{
	float: left;
	text-align: left;
	padding-bottom: 50px;
}

.checkout-simplecheckout .simplecheckout-button-right a
{
	font-size: 16px;
	border-radius: 0;
	padding: 15px 60px;
	box-shadow: none;
}

.account-login .well
{
	border-radius: 0;
	background: #fff;
	margin-top: 30px;
	border-color: #e8e8e8;
	box-shadow: none;
	padding: 50px 50px 75px 50px;
}

.account-login .well input
{
	background: #fff;
	color: #444;
	border-radius: 0;
	border-color: #e8e8e8;
	height: 45px;
	
	box-shadow: none;
	width: 100%;
	font-size: 16px;
}

.account-login .well input.btn-primary
{
	width: 100%;
    border: none;
    display: inline-block;
    padding: 15px 0;
    background-color: #be9e56;
    color: #fff;
    font-size: 16px;
	text-align: center;
	height: initial;
}

.account-login .well h2
{
	text-align: center;
	margin-bottom: 20px;
}
.account-login .well a
{
	display: block;
	margin-top: 10px;
}

.account-login #content {
    min-height: initial;
}

button.close
{
	color: #777;
	box-shadow: none;
	font-size: 28px;
	position: absolute;
	top: 0;
    right: 7px;
	opacity: 1;
	font-weight: normal;
}

button.close:hover
{
	color: #555;
	box-shadow: none;
	font-size: 28px;
	position: absolute;
	top: 0;
    right: 7px;
	opacity: 0.8;
	font-weight: normal;
}

.product-search #live-search
{
	display: none!important;
}
.account-account #content ul li a{
	
	display: inline-block;
	padding: 30px 0 20px 0;
	border-bottom: 3px solid transparent;
}
.account-account #content ul li
{
	float: left;
	width: 14.2857142857%;
	margin-bottom: -2px;
	
}
.account-account #content ul li:last-child
{
	text-align: right;
}
.account-account #content ul li:last-child a
{
	border-bottom: 3px solid #121212;
}
.account-account #content ul li a:hover{
border-color: #be9e56;
}
.container-ac-ul
{
	border-bottom: 1px solid #e8e8e8;
}
.account-account #content
{
	min-height: 200px;
}
.form-horizontal .control-label
{
	text-align: left;
	margin-bottom: 5px;
	padding-top: 0;
}

.account-password fieldset
{
	margin-top: 30px;
}
.account-password fieldset input
{
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	border-color: #e8e8e8;
}

.account-password .btn-primary
{
	padding: 15px 40px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}

.account-address-delete .btn-primary
{
	padding: 15px 40px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}

.account-address .btn-primary
{
	padding: 15px 40px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}

.account-wishlist .buttons .btn-primary
{
	padding: 15px 40px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}

.account-order .buttons .btn-primary
{
	padding: 15px 40px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}

.account-logout .buttons .btn-primary
{
	padding: 15px 40px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}
.account-newsletter .buttons .btn-primary
{
	padding: 15px 40px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}
.checkout-success #content
{
	font-size: 15px;
}
.checkout-success #content h1
{
	margin-bottom: 25px;
}
.checkout-success .buttons .btn-primary
{
	padding: 15px 40px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
	margin-top: 20px;
}
.udalit-like
{
	text-align: center;
	display: block;
	margin: 15px 0 5px 0;
}

.information-shop_rating .newShoprRating input
{
	box-shadow: none;
	height: 45px;
	border-color: #e8e8e8;
	border-radius: 0;
}

.information-shop_rating .newShoprRating textarea
{
	box-shadow: none;
	height: 45px;
	border-color: #e8e8e8;
	border-radius: 0;
	resize: none;
}

.checkout-simplecheckout h1
{
	margin-bottom: 30px;
}

#xd_zvonok_modal .modal-content
{
	border-radius: 0;
	padding: 15px 0 20px 0;
	border: 1px solid #e8e8e8;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px 0px;

}
#xd_zvonok_modal .modal-dialog
{
	width: 400px;
    top: 20%;
	
}
#xd_zvonok_modal .modal-header
{
	border: none;
}
#xd_zvonok_modal .modal-footer
{
	border: none;
	padding: 10px 5px 5px 5px;
}

#xd_zvonok_modal .btn-default
{
	border-radius: 0;
	padding: 15px;
}
#xd_zvonok_modal .btn-default:hover
{
	color: #fff;
    background-color: #af914d;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
    text-decoration: none;
    cursor: pointer;
}
#xd_zvonok_modal .btn-default:active, #xd_zvonok_modal .btn-default:focus
{
	color: #fff;
    background-color: #af914d;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
    text-decoration: none;
    cursor: pointer;
}
#xd_zvonok_modal .modal-header .modal-title
{
	color: #121212;
	font-family: "Gilroy-Bold", Arial, sans-serif;
	text-align: center;
    font-size: 20px;
}
 
#xd_zvonok_modal .modal-body input
{
	height: 45px;
	border-color: #e8e8e8;
	margin-bottom: 10px;
	box-shadow: none;
	width: 100%;

}
#xd_zvonok_modal .modal-body .has-error input
{
	border-color: red;
}

#xd_zvonok_modal .modal-body .input-group
{
	width: 100%;
}
#xd_zvonok_modal .modal-body 
{
	padding: 15px 5px 0 5px;
}

.modal-backdrop.in {
    filter: alpha(opacity=30);
    opacity: .3;
}

#xd_zvonok_modal .modal-header button.close
{
	background-image: url(/image/multiply.svg)!important;
	background-size: 15px!important;
	background-repeat: no-repeat!important;
	width: 15px!important;
    height: 15px!important;
    opacity: 0.65!important;
    position: absolute!important;
	top: 15px!important;
    right: 11px!important;
	display: block!important;
}

.forma-contact
{
	width: 35%;
	float: left;
	border: 1px solid #e8e8e8;
	padding: 50px 50px 40px 50px;
	text-align: center;
}

.inner-cont-page
{
	width: 65%;
	float: left;
	
}
.title-contact
{
	color: #121212;
	font-family: "Gilroy-Bold", Arial, sans-serif;
	font-size: 24px;
	margin-bottom: 20px;
} 

.forma-contact form input
{
	border-color: #e8e8e8;
	height: 45px;
	box-shadow: none;
	border-radius: 0;
}

.forma-contact form textarea
{
	border-color: #e8e8e8;
	height: 90px;
	resize: none;
	box-shadow: none;
	border-radius: 0;
}
.forma-contact input:active, .forma-contact input:focus, .forma-contact textarea:active, .forma-contact textarea:focus
{
	border-color: #e8e8e8;
	
	box-shadow: none;
	border-radius: 0;
}

.forma-contact .buttons input
{
	width: 100%;
    font-size: 15px;
    padding: 15px;
	height: initial;
	border-color: #be9e56;
}
.forma-contact .form-group
{
	margin-bottom: 10px;
}
.phone-li a
{
	color: #121212;
	
	font-size: 18px;
}
.phone-li 
{
	margin: 20px 0 5px 0;
}
.phone-li li
{
	float: left;
	margin-right: 25px;
}

.inner-cont-page img
{
	height: 20px;
	margin-right: 10px;
}
.map-contact
{
	margin-top: 20px;
}

.information-contact #content
{
	min-height: initial;
	margin-bottom: 50px;
}
.catimg img
{
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.catimg:hover img
{
-webkit-transform: scale(1.06);
 -moz-transform: scale(1.06);
 -o-transform: scale(1.06);

}

.dostavka-dost li
{
	width: 16.6666666667%;
	float: left;
	padding: 20px 0;
}

.dostavka-dost
{
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-size: 15px;
}

.dostavka-dost span
{
	display: block;
	margin-bottom: 10px;
	color: #121212;
	font-size: 16px;
	font-family: "Gilroy-Bold", Arial, sans-serif;
}
.dostavka-dost li:hover span
{
	color: #be9e56;
}

.oplata-dost ul
{
	padding: 15px 0 0 15px;
}

.information-information #content
{
	font-size: 15px;
}
.vozvrat-dost p
{
	margin-top: 25px;
}

.account-forgotten #content p
{
	margin-bottom: 20px;
	font-size: 15px;
}

.account-forgotten #content .form-group input
{
	height: 45px;
	box-shadow: none;
	border-radius: 0;
	border-color: #e8e8e8;
}

.account-forgotten #content .buttons input
{
	padding: 15px 50px;
	font-size: 15px;
	border-radius: 0;
}

.pdqo-content input::-webkit-input-placeholder { color: #888;font-size: 12px;}
.pdqo-content input::-moz-placeholder { color: #888;font-size: 12px;}

.pdqo-content input:focus::-webkit-input-placeholder { color: #fff;}
.pdqo-content input:focus::-moz-placeholder { color: #fff;}

#xd_zvonok-form .modal-body input:focus::-webkit-input-placeholder { color: #fff;}
#xd_zvonok-form .modal-body input:focus::-moz-placeholder { color: #fff;}

.scroll-text
{
	height: 260px;
	overflow-y: scroll;
	padding-right: 40px;
	font-size: 15px;
	margin-top: 15px;

}

.scroll-text::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
	}
	
	.scroll-text::-webkit-scrollbar-track {
	background-color:#666
	}
	
	.scroll-text::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#666;
	}
	
	.scroll-text::-webkit-scrollbar-thumb:hover{
	background-color:black;
	}
	
	.scroll-text::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px;
	
	}
	
	.scroll-text::-webkit-scrollbar{
	width: 5px;
	
	}
	.scroll-text::-webkit-scrollbar{
	width: 5px;
	}
	
	.scroll-text::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
	}
	
	.scroll-text::-webkit-scrollbar-track {
	background-color:#666;
	border-left: 2px solid #fff;
	border-right:2px solid #fff;
	}
	
	.scroll-text::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#666;
	width: 4px
	}
	
	.scroll-text::-webkit-scrollbar-thumb:hover{
	background-color:#000;
	}
	
	.scroll-text::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px
	}
	
	.inner-text
	{
		margin: 40px 0 40px 0;
		position: relative;
	}
	.bg-inner-text
	{
		
		color: #f3f1ef;
		font-size: 400px;
		font-family: "Gilroy-Black", Arial, sans-serif;
		position: absolute;
		z-index: -1;
		text-transform: uppercase;
		line-height: 400px;
		right: -34px;
		bottom: -100px;
	
	}

	.inner-text:hover .bg-inner-text
	{
		color: #f6f6f6;
	}


	::-webkit-scrollbar-button {
		background-image:url('');
		background-repeat:no-repeat;
		width:8px;
		height:0px
		}
		
		::-webkit-scrollbar-track {
		background-color:#fbfbfb;
		border: 1px solid #f1f1f1
		}
		
		::-webkit-scrollbar-thumb {
		-webkit-border-radius: 0px;
		border-radius: 0px;
		background-color:#666;
		}
		
		::-webkit-scrollbar-thumb:hover{
		background-color:#333;
		}
		
		::-webkit-resizer{
		background-image:url('');
		background-repeat:no-repeat;
		width:8px;
		height:0px
		}
		
		::-webkit-scrollbar{
		width: 10px;
		}
		
		
		::-webkit-scrollbar-button {
		background-image:url('');
		background-repeat:no-repeat;
		width:8px;
		height:0px
		}
		
		::-webkit-scrollbar-track {
		background-color:#fbfbfb;
		
		}
		
		::-webkit-scrollbar-thumb {
		
		background-color:#999;
		}
		
		::-webkit-scrollbar-thumb:hover{
		background-color:#777;
		}
		::-webkit-resizer{
		background-image:url('');
		background-repeat:no-repeat;
		width:8px;
		height:0px
		}
		
		::-webkit-scrollbar{
		width: 8px;
		
		}
		.mobile-phone-box
		{
			display: none;
			float: right;

		}
		.mobile-phone-box a
		{
			width: 40px;
			height: 40px;
			background-image: url(/image/phone-call.svg);
			background-position: center center;
			background-size: 19px;
			background-repeat: no-repeat;
			display: block;
		}

		.drop-akk {
			border: 1px solid #e8e8e8;
			background: #fff;
			-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.2);
			box-shadow: 0 10px 30px rgba(0,0,0,0.2);
			padding: 10px 0;
			border-radius: 0;
			margin: 40px 0 0 40px;
		}
		.info-button
		{
			display: none;
		}

		#search1 input
		{
			background: #fff;
			height: 50px;
			border: none;
			box-shadow: none;
			width: 100%;
			padding: 0 20px;
		}
		#search1 .btn-lg {
			height: 50px;
			width: 50px;
			background: #fff;
			box-shadow: none;
			border: none;
			background-image: url(/image/search.svg);
			background-repeat: no-repeat;
			background-size: 15px;
			background-position: center;
			border-radius: 0;
			
			
			
		}
		
		#search1 .btn-lg:focus {
			outline:none;
			box-shadow:none;
			color:#555
		}
		.search11
		{
			display: none;
		}
		
		.search_22
		{
			display: block;
		width: 100vw;
		position: absolute;
		z-index: 5000;
		left: -245px;
		border-bottom: 1px solid #e8e8e8;
		
		}
		.search-button
		{
			float: right;
			position: absolute;
			
		
			left: 245px;
			
			z-index: 999;
		}
		.search-button a
		{
			height: 50px;
			width: 50px;
			display: block;
			
			
		}
		.search-button:hover
		{
			cursor: pointer;
		}
		.block
		{
			height: 50px;
			width: 50px;
			background-image: url(/image/search.svg);
			background-repeat: no-repeat;
			background-size: 17px;
			background-position: center;
			border-right: 1px solid #e8e8e8;
		}
		.search-cross
		{	
			position: absolute;
			right: 0;
			
			height: 50px;
			width: 50px;
			background-image: url(/image/cross.svg);
			background-repeat: no-repeat;
			background-size: 17px;
		   
		}


		.search-button
		{
			display: none;
		}
	@media(max-width:1499px)
	{
		.search-box {
			
			width: 670px;
		}
		.main-inner {
			width: 843px;
		
		}
		.small-inner
		{
			width: 407px;
			
		}
		.small-inner2
		{
			width: 407px;
			
			margin-top: 10px;
		}
		.box-podcat
		{
			width: 16.6666666667%;
		}
		
	}

	@media(max-width:1349px)
	{
		#logo
		{
			width: 190px;
		}
		#logo img {
			width: 95%;
		}
		.menu-inner {
			width: 190px;
			
		}
		.search-box {
			width: 620px;
		}
		.main-inner {
			width: 777px;
		
		}
		.small-inner
		{
			width: 373px;
			
		}
		.small-inner2
		{
			width: 373px;
			
			margin-top: 10px;
		}
		.bg-inner-text
		{
			right: -15px;
		}
		
		
	}
	@media(max-width:1199px)
	{
		.product-thumb .button-group
		{
			padding: 0 10px;
		}
		#logo
		{
			width: 150px;
			padding: 18px 15px 15px 15px
		}
		#logo img {
			width: 100%;
		}
		.menu-inner {
			width: 150px;
			
		}
		.search-box {
			width: 490px;
		}
		.catalog-btn
		{
			padding-left: 55px;
			background-position: 20px 50%;
		}
		.catalog-btn:hover
		{
			padding-left: 55px;
			background-position: 20px 50%;
		}
		.main-inner
		{
			width: 100%;
			padding-right: 0;
			
		}
		.small-inner2
		{
			width: 50%;
			margin-top: 0;
			padding-right: 5px;
			margin-top: -30px;
			z-index: 50;
			position: relative;
			margin-bottom: 30px;
		}
		.small-inner
		{
			width: 50%;
			padding-left: 5px;
			margin-top: -30px;
			z-index: 50;
			margin-bottom: 30px;
			position: relative;
		}
		.htabs .nav-tabs
		{
			margin-bottom: 15px;
		}
		.prod-title a
		{
			font-size: 15px;
		}
		
		
	}
	@media(max-width:991px)
	{
		.inner-phone
		{
			display: none;
		}
		.mobile-phone-box
		{
			display: block;
		}
		.footer-col
		{
			min-height: 170px;
			margin-top: 20px;
		}
		footer
		{
			padding-top: 30px;
		}

		#popupcart_extended
		{
			width: 100%!important;
		}
		#popupcart_extended_wrapper
		{
			padding: 10px!important;
		}
.search-box {
			width: 300px;
		}

		.box-podcat
		{
			width: 25%;
		}
		.inner-buttons button
		{
			width: 100%;
		}
		.inner-buttons .inner-a
		{
			width: 100%;
			padding-left: 0;
			margin-top: 10px;
		}
		.dop-images
		{
			width: 100%;
			position: static;
		}
		.thumbnails
		{
			padding-left: 0;
		}
		.forma-contact
		{
			width: 100%;
			
		}
		.inner-cont-page
		{
			width: 100%;
			margin-bottom: 20px;
		}
		.account-simpleregister .form-horizontal .form-group
		{
			width: 100%;
			margin: 0 -15px 15px -15px
		}
		.account-simpleregister .form-horizontal .form-group .col-sm-12
		{
			padding-right: 0;
		}
		
	}
	@media(max-width:768px)
	{
		#xd_zvonok_modal .modal-dialog
		{
			width: 100%;
			margin: 0!important;
		}
		.modal-open .modal
		{
			padding: 10px!important;
			
		}
		.modal-open
		{
			padding: 0!important;
		}
		.catalog-btn
		{
			display: none;
		}
		.navbar-collapse.in
		{
			background: #fff;
			
			
		}
		.navbar-nav
		{
			background: #fff;
		}
		#menu
		{
			background: transparent;
			border: none;
		}
		.mega-menu
		{
			background: transparent;
			box-shadow: none;
		}

		.navbar-toggle
		{
			height: 67px;
			padding: 24px 24px 24px 61px;
			
			background-image: url(/image/menu.svg);
			background-repeat: no-repeat;
			background-size: 18px;
			transition: all 0.5s ease-out 0s;
			background-position: 25px 50%;
			font-size: 15px;
			color: rgb(18, 18, 18);
			
			margin: 0;
			border-radius: 0;
			border-color: #e8e8e8;
			
			border: none;
		}
		.menu-inner
		{
			border-right: 1px solid #e8e8e8;
			border-left: 1px solid #e8e8e8;
		}
		.row-category
		{
			padding: 0 10px;
		}
		.product-layout
		{
			padding-right: 0;
		}
		.thumbnails
		{
			padding-left: 15px;
		}
		.oplata-box
		{
			padding-right: 10px;
		}
		.dostavka-dost li
		{
			width: 33.3333333333%;
		}
		#tab-description img
	{
		width: 100%!important;
	}

	
	}
	@media(max-width:750px)
	{
		#cart-total
		{
			display: none;
		}
		.cart-box {
			
			padding: 15px 0;
			height: 66px;
		}
		#toTop
		{
			display: none!important;
		}
		.info-product
		{
			padding: 15px;
		}
		.teleph-box li
		{
			width: 100%;
		}
	}
	@media(max-width:671px)
	{
		#cart > .btn
		{
			background-size: 25px;
			background-position-y: center;
    background-position-x: center;
		}
		.footer-col
		{
			min-height: initial;
			margin-top: 20px;
		}
		.alert
		{
			width: 100%;
			left: 0;
			margin: 0;
			bottom: 0;
		}
		.box-podcat
		{
			width: 33.333%;
		}
	}
	@media(max-width:650px)
	{
		#top-links
		{
			display: none;
		}
		.info-button
		{
			display: block;
			float: left;
			padding: 9px 0 0 0;
		}
		.info-button a
		{
			color: #fff;
		}
		.lang-box
		{
			margin-right: 25px;
		}
		.search-box
		{
			display: none;
		}
		header {
			
			height: 50px;
		}
		#logo
		{
			height: 50px;
			width: 110px;
    		padding: 14px 10px 15px 15px;
		}
		.catalog-btn
		{
				height: 50px;
				padding-top: 15px;
				background-size: 16px;
				padding-left: 50px;
			
		}
		.catalog-btn:hover
		{
			
			padding-top: 15px;
			
			padding-left: 50px;
				background-size: 16px;
			
		}
		.cart-box{
			height: 50px;
			
			padding-top: 7px;
		}
		.menu-inner
		{
			width: 135px;
		}
		#cart > .btn
		{
		background-size: 23px;
		}
		.search-button
		{
			display: block;
		}

		.small-inner2
		{
			width: 100%;
			margin-top: 0;
			padding-right: 0;
			
			z-index: 5;
			position: relative;
			margin-bottom: 30px;
		}
		.small-inner
		{
			width: 100%;
			padding-left: 0;
			
			z-index: 5;
			margin-bottom: 10px;
			position: relative;
		}
		.owl-controls .owl-buttons .owl-prev
		{
			display: none;
		}
		.owl-controls .owl-buttons .owl-next
		{
			display: none;
		}
		.bg-inner-text
		{
			font-size: 300px;
		}
		.navbar-toggle
		{
			height: 50px;
		}
		.navbar-toggle {
			height: 50px;
			padding: 15px 24px 24px 61px;
			
		}
		h1 {
			font-size: 20px;
		}
		.inner-inputs
		{
			width: 100%;
			padding: 0;
		}
		.inner-selects
		{
			width: 100%;
			padding: 0;
			margin: 10px 0;
		}
		.inner-buttonser
		{
			width: 100%;
		}
		.account-account #content ul li
		{
			width: 100%;
		}
		.account-account #content ul li a {
		
			padding: 5px 0px 5px;
			border-bottom: 3px solid transparent;
		}
		.account-account #content ul li:last-child
		{
			text-align: left;
			margin-top: 15px;
		}
		.account-account #content ul li:last-child a
		{
			padding-bottom: 10px;
		}
		.container-ac-ul
		{
			border: none;
		}
	}
	@media(max-width:593px)
	{
		.phone-li li
		{
			width: 100%;
			margin-bottom: 3px;
		}
		.line-e8 {
			
			margin: 10px 0px 15px;
		}
		.inner-sort a
		{
			padding-bottom: 15px;
		}
		.inner-sort
		{
			margin-bottom: 0;
		}
		.sipleplus
		{
			height: 35px;
			width: 35px;
			padding-top: 6px;
		}
		.sipleinput
		{
			height: 35px;
			width: 35px;
			padding-top: 6px;
		}
		.sipledel
		{
			height: 35px;
			width: 35px;
			padding-top: 6px;
		}
		.sipleminus
		{
			height: 35px;
			width: 35px;
			padding-top: 6px;
		}
		#simplecheckout_cart .form-control
		{
			min-width: 35px!important;
			width: 35px;
		}

	}

	
	@media(max-width:475px)
	{
		.inner-sort a
		{
			font-size: 13px;
		}
		.inner-sort a:last-child
		{
			margin-right: 0;
		}
		.account-login .well
		{
			padding: 30px 30px 45px;
		}
	}
	@media(max-width:450px)
	{
		.htabs .nav>li>a
		{
			font-size: 15px;
			margin-right: 25px;
		}
		.bg-inner-text
		{
			font-size: 200px;
		}
		.box-podcat
		{
			width: 50%;
		}
		.forma-contact
		{
			padding: 30px 30px 15px 30px;
		}
	}
	@media(max-width:475px)
	{
		.inner-sort a
		{
			margin-right: 15px;
		}
	}
	@media(max-width:400px)
	{
		.dostavka-dost li {
			width: 50%;
		}
	}
	@media(max-width:388px)
	{
		.inner-sort a
		{
			margin-right: 10px;
			font-size: 12px;
		}
		.sipleplus
		{
			height: 30px;
			width: 30px;
			padding: 0;
			padding-top: 1px;
		}
		.sipleinput
		{
			height: 30px;
			width: 30px;
			padding: 0;
			padding-top: 1px;
		}
		.sipledel
		{
			height: 30px;
			width: 30px;
			padding: 0;
			padding-top: 1px;
		}
		.sipleminus
		{
			height: 30px;
			width: 30px;
			padding: 0;
			padding-top: 1px;
		}
		#simplecheckout_cart .form-control
		{
			min-width: 30px!important;
			width: 30px;
		}
	}


	.account-success #content .buttons a
	{
		font-size: 15px;
		padding: 15px 40px;
		border-radius: 0;
	}

	.inner-inputs input:active, .inner-inputs input:focus
	{
		border-color: #e8e8e8!important;
	}
	.inner-selects select:active, .inner-selects select:focus
	{
		border-color: #e8e8e8!important;
		box-shadow: none!important;
	}

	.text-product .tab-content
	{
		color: #121212;
		font-size: 16px;
	}
	.discont {
		font-size: 16px;
		margin-top: 15px;
	}