html, body {
    scrollbar-color: #e6e6f0 #000;     /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin;  /* толщина */
}

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
    width: 5px; /* ширина для вертикального скролла */
    background-color: #000;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #e6e6f0;
    border-radius: 1em;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #e6e6f0;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 17px;
    line-height: 24px;
	width: 100%;
}
header {
	background-color: #E6E6F0;
    z-index: 100;
    position: relative;
}
@media (min-width: 768px) {
	header {
    z-index: auto;
	}
}
.common-home header {
	background-color: rgb(230 230 240 / 80%);
}
@media (min-width: 768px) {
	.common-home header {
    background-color: rgb(230 230 240 / 0%);
    z-index: 100;
	}
}
.common-home h1 {
    margin: auto auto 8px auto;
    max-width: 850px;
}
.common-home .product-main {
    padding: 25px 0 30px 0;
}
@media (min-width: 768px) {
	.common-home .product-main {
    padding: 0 35px 35px 35px;
	}
}
h1, h2, h3, h4, h5, h6 {
	color: #232332;
	text-align: left;
	font-weight: 700;
	margin-bottom: 15px;
}
.product-model {
    text-align: center;
}
.rating {
    text-align: center;
}
.product-main h1, .product-main h2, .product-main h3, .product-main h4, .product-main h5, .product-main h6 {
	text-align: center;
}
.product-main h1 {
	color: #F0F0FA;
	text-transform: uppercase;
    line-height: 50px;
}
@media (min-width: 768px) {
	.product-main h1 {
	line-height: 41px;
	}
}
@media (min-width: 992px) {
	.product-main h1 {
	line-height: 60px;
	}
}
@media (min-width: 1200px) {
	.product-main h1 {
	line-height: 64px;
	}
}
.product-main h2 {
	color: #F0F0FA;
	font-weight: 300;
	font-size: 32px;
}
@media (min-width: 768px) {
	.product-main h2 {
	font-size: 25px;
	}
}
@media (min-width: 992px) {
	.product-main h2 {
	font-size: 35px;
	}
}
@media (min-width: 768px) {
	.product-main h1, .product-main h2, .product-main h3, .product-main h4, .product-main h5, .product-main h6 {
	text-align: left;
	}
	.product-model {
	    text-align: left;
	}
	.rating {
    text-align: left;
	}
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 40px;
    margin-top: 0px;
}
@media (min-width: 768px) {
	h1 {
	font-size: 30px;
	}
}
@media (min-width: 992px) {
	h1 {
	font-size: 40px;
	}
}
@media (min-width: 1200px) {
	h1 {
	font-size: 52px;
	}
}
#checkout-form h1 {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}
#checkout-form h2 {
	margin-top: 10px;
}
#checkout-form .buttons {
	margin: 0 0 20px 0;
	text-align: center;
}
@media (min-width: 768px) {
	#checkout-form h1 {
		margin-top: 0px;
	}
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
}
.decription-row h3 {
    font-size: 21px;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 0;
    padding: 0;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
input {
	outline: none;
	box-shadow: none !important;
}
a, a:hover, a:focus, a:active, button, button:focus, button:active {
	outline: none;
	box-shadow: none !important;
	-webkit-appearance: none;
}
.product-layout input {
	-webkit-appearance: none;
}
select:focus, select:active, input:focus, input:active, textarea:focus, textarea:active {
	box-shadow: none !important;
	outline: none !important;
	border: 2px solid #FFF000 !important;
	border-radius: 60px !important;
	outline-offset: 0px !important;
}
#search input:focus, #search input:active, #search textarea:focus, #search textarea:active {
	outline: none !important;
	box-shadow: none !important;
  -webkit-appearance: none;
}
a {
	color: #FFF000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
a:focus, a:hover {
    color: #FFF000;
    text-decoration: none;
}
button {
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
}
#checkout-form a {
	font-size: 14px;
}
li:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
}
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: 15px;
	text-align: center;
}
#checkout-form select.form-control, #checkout-form textarea.form-control, #checkout-form input[type="text"].form-control, #checkout-form input[type="password"].form-control, #checkout-form input[type="datetime"].form-control, #checkout-form input[type="datetime-local"].form-control, #checkout-form input[type="date"].form-control, #checkout-form input[type="month"].form-control, #checkout-form input[type="time"].form-control, #checkout-form input[type="week"].form-control, #checkout-form input[type="number"].form-control, #checkout-form input[type="email"].form-control, #checkout-form input[type="url"].form-control, #checkout-form input[type="search"].form-control, #checkout-form input[type="tel"].form-control, #checkout-form input[type="color"].form-control {
	text-align: left;
}
.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;
    border-radius: 60px;
    padding: 6px 8px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 30px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
}
/* top */
#top {
	background-color: #FFCC66;
	padding: 5px 0px 3px 0;
	min-height: 42px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #fff;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #FFCC66;
    opacity: 1;
}
#top .btn-link, #top-links li, #top-links a {
	color: #232332;
	text-decoration: none;
	font-size: 14px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#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: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
    margin-left: 0px;
    width: 138px;
    padding: 12px 0;
}

/* search */

button.close {
    margin-top: -31px;
}
#search {
	margin: auto;
    width: 100%;
}
@media (min-width: 768px) {
	#search {
		margin: auto;
    	width: 50%;
	}
}
#search .input-lg {
	height: 42px;
    line-height: 20px;
    padding: 5px 10px 0 10px;
    background-color: #232332;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #9a9a9c;
    border-radius: 0;
    color: #fff;
}
#search .btn-lg {
	padding: 13px 12px 9px 12px;
	margin-right: 30px;
}
@media (min-width: 768px) {
	#search .btn-lg {
	 margin-right: 0px;
 	}
}
/* cart */
#cart {
	/* margin-bottom: 10px; */
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#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: #229ac8;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: none;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#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 .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: none;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	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 {
	padding-top: 20px;
	padding-bottom: 5px;
	color: #f0f0fa;
    background-color: #000;
    /* background-image: linear-gradient(to bottom, #000, #14141E); */
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #FFF000;
	    margin-top: 11px;
    margin-bottom: 18px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #FFF000;
}
footer a img {
    width: 25px;
    max-height: 26px;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb img {
    max-width: 21px;
    margin: -4px 0 0 0;
}
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background-color: rgb(245 245 245 / 0%);
    border-radius: 0px;
}
.breadcrumb {
	margin: 0 0 30px -10px;
}
.breadcrumb a {
	color: #f0f0fa;
	opacity: 0.7;
}
.breadcrumb a:hover {
	opacity: 1;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 12px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	right: -5px;
	width: 22px;
	height: 22px;
	opacity: 0.7;
	border-bottom: 1px solid #f0f0fa;
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.rating a, .decription-row a {
    color: #232332;
    opacity: 0.7;
}
.rating a:hover, .decription-row a:hover {
    opacity: 1;
}
.pagination {
	margin: 10px 0 20px 0;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 14px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #232332;
    text-decoration: none;
    background-color: #fff;
    margin: 0 3px;
    border-radius: 50%;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.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;
    cursor: default;
    background-color: #FFF000;
    color: #000;
    border-color: rgb(255 240 0 / 0%);
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    background-color: #FFF000;
    color: #000;
    border-color: rgb(255 240 0 / 0%);
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 14px 16px;
    font-size: 18px;
    text-transform: uppercase;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 15px;
}
.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: #000;
    text-shadow: none;
    background-color: #FFF000;
    font-weight: 700;
    border-radius: 60px;
}
.btn-default:hover {
    background-color: #fff;
}
.btn-primary {
	color: #ffffff;
    text-shadow: none;
    background-color: #FFF000;
    border: 2px solid #FFF000;
    border-radius: 45px;
    padding: 10px 32px;
    font-size: 20px;
    font-weight: 700;
}
.boc_order_btn {
    color: #FFF000;
    background-color: rgb(255 255 255 / 0%);
    text-transform: none;
    max-width: 285px;
    margin: auto;
}
@media (min-width: 768px) {
	.boc_order_btn {
    max-width: 800px;
	}
}
#boc_order .modal-footer {
    padding: 0 0 15px 0;
    text-align: right;
    border-top: 0;
}
#boc_order hr {
    margin-top: 12px;
    margin-bottom: 0;
    border: 0;
    border-top: 0;
}
#boc_order .modal-header {
    min-height: 16.43px;
    padding: 8px 5px 0 30px;
    border-bottom: 0;
}
#boc_order img {
    margin: auto;
    max-width: 270px;
}
.modal-dialog {
    position: relative;
    width: auto;
    max-width: 450px;
    margin: 20px auto auto auto;
}
@media (min-width: 768px) {
.modal-dialog {
    max-width: 588px;
    margin: 30px auto;
}
#boc_order img {
    max-width: 100%;
}
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #FFF000;
    background-position: 0 -15px;
    border-color: #FFF000;
    color: #000;
}
.btn-warning {
	color: #ffffff;
	text-shadow: none;
	background-color: #faa732;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: none;
}
.btn-danger {
	color: #ffffff;
	text-shadow: none;
	background-color: #da4f49;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: none;
}
.btn-success {
	color: #ffffff;
    text-shadow: none;
    background-color: #FFF000;
    border-color: #FFF000;
    border-radius: 45px;
}
.btn-success:hover {
    background-color: #FFF000;
    border-color: #FFF000;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: none;
}
.btn-info {
	color: #ffffff;
	text-shadow: none;
	background-color: #df5c39;
	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;
	text-shadow: none;
	background-color: #363636;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: none;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	padding: 8px 8px 30px 8px;
	text-align: center;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	text-align: center;
	margin-bottom: 0px;
}
.product-thumb h4 a {
	color: #000;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 28px;
}
.product-thumb h4 a:hover {
	color: #4c4c4c;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 33px;
}
@media (min-width: 992px) {
.product-thumb .caption {
	min-height: 35px;
}
}
.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: #000;
    font-weight: 300;
    font-size: 27px;
    margin: 18px 0;
}
.product-thumb .price-new {
	font-weight: 600;
	color: #FFF000;
}
.product-thumb .price-old {
	color: #232332;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 400;
    font-size: 21px;
}
h2.price-spec {
    color: #FFF000;
    margin-top: 8px;
}
.product-main .price-old {
	color: #232332;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 24px;
	text-align: center;
	font-size: 24px;
}
@media (min-width: 992px) {
	.product-main .price-old {
	text-align: left;
}
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	max-width: 220px;
    margin-left: auto;
    margin-right: auto;
	overflow: auto;
	margin-top: 7px;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button, .product-thumb .button-group a {
	width: 100%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #FFF000;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border-radius: 60px;
    padding: 10px 0;
    font-size: 17px;
    font-weight: 700;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover, .product-thumb .button-group a:hover {
	text-decoration: none;
    cursor: pointer;
    background-color: #fff;
}
.boc_order_category_btn {
    color: #232332;
    background-color: #ffffff;
    text-transform: none;
    border: 1px solid #FFF000;
    border-radius: 45px;
    padding: 10px 0;
    font-size: 15px;
    margin-top: 8px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}
.boc_order_category_btn:hover {
	color: #fff;
    background-color: #FFF000;
    border-color: #FFF000;
}

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

.top-links-left {
    width: 28%;
    position: absolute;
    margin-left: -12px;
    padding: 7px 0 0 0;
}
.top-links-right {
    width: 68%;
    right: 0;
    position: absolute;
    margin-right: 8px;
    padding: 7px 0 0 0;
}
@media (min-width: 341px) {
	.top-links-left {
    width: 32%;
}
.top-links-right {
    width: 64%;
}
}
.top-links-left .list-inline, .top-links-right .list-inline {
    padding: 0;
    margin-left: 0;
    text-align: center;
}
.top-links-left .list-inline>li {
    padding-right: 5px;
    padding-left: 5px;
    width: 47.7%;
    text-align: center;
}
.top-links-right .list-inline>li {
    padding-right: 5px;
    padding-left: 5px;
    width: 23.7%;
    text-align: center;
}
@media (min-width: 568px) {
	.top-links-left .list-inline>li, .top-links-right .list-inline>li {
	    max-width: 45px;
	}
	.top-links-left .list-inline {
    text-align: left;
    padding-left: 15px;
}
.top-links-right .list-inline {
    text-align: right;
    padding-right: 15px;
}
}

.top-links-left img, .top-links-right img {
    height: 20px;
}
.live-search .product-image img {
    width: auto;
    height: 58px;
}

.lang__inline li {
	display: inline;
	padding: 4px 11px;
	color: #B4B9BC;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.lang__inline li:first-child {
    border-right: 1px solid #B4B9BC;
}
.lang__inline {
    display: block;
    margin: 40px 9px 0 0;
    text-align: right;
}
.lang__inline li:hover {
    text-decoration: none;
    color: #fff;
}
#top .btn.focus, #top .btn:focus, #top .btn:hover {
    color: #232332;
    text-decoration: none;
}
.phone-lang .dropdown-menu, .phone-lang_mobile .dropdown-menu {
	right: 0;
	left: auto;
	top: 42px;
    min-width: 203px;
}
.top-link-cart {
    position: relative;
}
.top-link-cart button {
    padding: 20px;
    background-color: rgb(53 54 58 / 0%);
    border: 0px;
    outline: none;
    display: block;
    margin: 46px 5px 0 auto;
    position: absolute;
    right: 0;
    top: -162px;
}
@media (min-width: 768px) {
	.top-link-cart button {
    position: relative;
    right: auto;
    top: auto;
}
}
.top-link-cart img {
    width: 31px;
}
.lang__desktop {
	display: none;
}
@media (min-width: 768px) {
	.lang__desktop {
		display: block;
	}
}
.lang__mobile {
	display: block;
}
@media (min-width: 992px) {
	.lang__mobile {
		display: none !important;
	}
}
.phone__mobile {
	display: block;
}
@media (min-width: 992px) {
	.phone__mobile {
		display: none !important;
	}
}
.header__menu {
    min-height: 91px;
}


/* Modal Search */
.modal__search {
    position: fixed;
    z-index: 1050;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: -42px;
    width: 100%;
}
.modal__search.active {
    opacity: 1;
    top: 0;
}
.top-link-search .modal-content {
    position: relative;
    background-color: #232332;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
}
.top-link-search .modal-dialog {
    width: 100%;
    margin: 0 0 0 0;
}
@media (min-width: 768px) {
.top-link-search .modal-dialog {
    margin: 0 0 0 0;
    }
}
@media (min-width: 768px) {
.top-link-search .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
}
.top-link-search .modal-body {
    position: relative;
    padding: 0 15px;
}

/* Modal Cart */
button.close img {
	width: auto;
    height: 20px;
}
#boc_order .image {
    margin-top: -36px;
}
#boc_order h2 {
    margin-top: 32px;
}
#boc_order_title {
	display: none;
}
#boc_order .h4 {
	display: none;
}
button.close {
    opacity: 1;
    padding: 9px 22px 0 15px;
    background-color: rgb(53 54 58 / 0%);
    border: 0px;
    outline: none;
    z-index: 3;
    position: relative;
    font-size: 30px;
}
.top-link-cart .modal-content {
    position: relative;
    background-color: #232332;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 100vh;
}
.top-link-cart .modal-dialog {
    width: 315px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
}
@media (min-width: 768px) {
.top-link-cart .modal-dialog {
	width: 360px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    }
}
@media (min-width: 768px) {
.top-link-cart .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
}
.top-link-cart .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .1s ease-out;
    -o-transition: -o-transform .1s ease-out;
    transition: transform .1s ease-out;
    -webkit-transform: translate(10%,0);
    -ms-transform: translate(10%,0);
    -o-transform: translate(10%,0);
    transform: translate(10%,0);
}
.top-link-cart .modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.top-link-cart .modal-body {
    position: relative;
    /* padding: 0 15px; */
}
#cart {
    color: #fff;
}
#cart a {
    color: #fff;
}
#cart a:focus, #cart a:hover {
    color: #fff;
}
#cart ul {
    list-style: none;
    margin: 50px 0 0 0;
    padding: 0 0 0 0;
}
.top-link-cart button.close {
    margin-top: 0;
    position: absolute;
    right: 12px;
    top: 12px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgb(255 255 255 / 0%);
    border-bottom: 1px solid rgb(255 255 255 / 35%);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0;
}
#cart-total {
    color: #fff;
    text-align: center;
    opacity: 1 !important;
    top: 13px;
    position: absolute;
    background-color: #FFF000;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-size: 12px;
    right: 15px;
}
.cart__viewcart a {
    padding: 14px 14px !important;
}
.cart__viewcart img {
    padding-right: 7px;
}
.cart__checkout a {
    padding: 14px 22px !important;
    border-radius: 50px;
    background-color: #FFF000;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 17px;
}
.cart__checkout img {
    padding-right: 5px;
}
.cart__viewcart {
    margin: 30px 0 40px 0;
    text-align: center;
}

/* Voice Search */

#ac-mic{
position:relative;
width: 30px;
border-radius: 0px !important;
opacity: 1;
    			border: 0;
    			margin-right: 0px !important;
        }
        #ac-mic i {
    font-size: 18px;
    position: absolute;
    margin: -14px 0 0 -14px;
    padding: 8px 10px;
}
        #ac-mic:hover {
opacity: 0.7;
        }
        .ac-mic-active {
opacity: 0.7 !important;
        }
        #ac-mic span.ac-mic-text{
opacity:0;
position:absolute;
color: #fff;
			    font-size: 27px;
        right: 15px;
    top: -3px;

        }
        .fa-microphone {
        	color: #fff;
        }
        .fa-microphone-green {
        	color: #00c800 !important;
        }
        .fa-microphone-slash {
        	color: #fff;
        }
        #ac-mic span.ac-mic-text:before {
content: attr(data-text);
position: absolute;
overflow: hidden;
max-width: 100%;
color: #00c800;
animation: loading 0.8s linear infinite;
        }
    @keyframes loading {
        0% {
max-width: 0;
        }
    }


/*Modal Messengers */

.top-link-messengers .modal-content {
    position: relative;
    background-color: #232332;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 100vh;
}
.top-link-messengers .modal-dialog {
    width: 196px;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -5px;
}
@media (min-width: 768px) {
.top-link-messengers .modal-dialog {
	margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -5px;
    }
}
@media (min-width: 768px) {
.top-link-messengers .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
}
.top-link-messengers .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .1s ease-out;
    -o-transition: -o-transform .1s ease-out;
    transition: transform .1s ease-out;
    -webkit-transform: translate(-10%,0);
    -ms-transform: translate(-10%,0);
    -o-transform: translate(-10%,0);
    transform: translate(-10%,0);
}
.top-link-messengers .modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.top-link-messengers .modal-body {
    position: relative;
    padding: 0 15px;
}
.top-link-messengers button.close {
    margin-top: 0;
    position: absolute;
    right: 12px;
    top: 12px;
}

.messengers__h1 {
    padding-top: 58px;
    padding-bottom: 15px;
    color: #fff;
}
.messengers__list {
    margin-left: 0px;
}
@media (min-width: 768px) {
.messengers__list {
    margin-left: 5px;
	}
}
.messengers__list ul {
    list-style: none;
    padding: 0;
}
.messengers__list img {
    height: auto;
    max-height: 48px;
    max-width: 37px;
    padding-bottom: 8px;
}
.messengers__list li.viber-pc {
    display: block;
}
.messengers__list li.viber-mobile {
    display: none;
}
@media (max-width: 1033px) {
	.messengers__list li.viber-pc {
	    display: none;
	}
	.messengers__list li.viber-mobile {
	    display: block;
	}
}
.viber-pc {
    display: inline-block !important;
}
.viber-mobile {
    display: none !important;
}
@media (max-width: 1033px) {
	.viber-pc {
	    display: none !important;
	}
	.viber-mobile {
	    display: inline-block !important;
	}
}
.messengers__contact li.viber-pc {
    display: block !important;
}
.messengers__contact li.viber-mobile {
    display: none !important;
}
@media (max-width: 1033px) {
	.messengers__contact li.viber-pc {
	    display: none !important;
	}
	.messengers__contact li.viber-mobile {
	    display: block !important;
	}
}
.messengers__contact li {
    padding: 5px 0;
}
.messengers__contact a {
    color: #232332;
}
.messengers__contact a img {
    width: 28px;
    max-height: 28px;
    padding-right: 8px;
}
.messengers__list li {
    padding: 17px 0;
}
.messengers__list a {
    padding: 14px 0px !important;
    color: #fff;
}
.top-link-messengers hr {
    border-top: 1px solid #999a9c;
    margin-top: 15px;
}
.messengers__info {
    color: #999a9c;
    padding-bottom: 20px;
}

.lang__desktop li, .lang__mobile li {
    padding: 5px 14px;
}
.lang__desktop ul, .lang__mobile ul {
    background-color: #3c3c42;
    box-shadow: none;
    border: 0;
    border-radius: 16px;
}
button.product-cart-remove {
    position: relative;
    margin: auto -6px auto auto;
    padding: 10px;
    top: auto;
}
.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;
}
.product-cart-image img {
    width: 75px;
}
.cart-total-bordered {
	border-top: 1px solid #FFCC66;
}
.cart__checkout {
    text-align: center;
    margin-top: 30px;
}
.cart__checkout a:hover {
    background-color: #FFF000;
}
.messengers__footer {
    text-align: center;
}
.messengers__footer a {
    padding: 12px 6px;
}
.messengers__footer p {
    padding: 0 0 5px 0;
}
.messengers__footer ul {
    margin-left: 0;
}
.messengers__footer a {
    opacity: 1;
}
.messengers__footer a:hover {
    opacity: 0.7;
}
.logo__footer {
    text-align: center;
    margin: 0px 0 20px 0;
}
.logo__footer img {
    max-width: 114px;
    width: auto;
    max-height: none;
}
p.powered {
    text-align: center;
}
.top__footer {
    min-height: 80px;
    display: block;
}
.top__footer .col-sm-4 {
    margin: auto;
    text-align: center;
}
.info__footer ul {
    margin: 20px 0 0 0;
}
.info__footer li {
    padding: 4px 12px;
}
div#topcontrol img {
    max-width: 48px;
}
div#topcontrol {
    right: 15px !important;
    bottom: 70px !important;
    z-index: 1000;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: 0px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	display: block;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 0px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 48%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1000;
    margin: 0 20px;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-prev {
    left: -3px;
}
.slick-next {
    right: 27px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-images-min {
	display: block;
    box-shadow: none;
	padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
	margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
.product-images-min {
	display: none;
}
}
.product-images {
    display: none;
}
@media (min-width: 768px) {
.product-images {
	display: block;
    margin-left: -15px;
    margin-right: -15px;
}
}
.image-additional-slider-for {
    padding: 0;
}

.img-thumbnail {
  padding: 0px;
}
.product-images .img-thumbnail {
   border: 0;
    border-radius: 0px;
	outline: 0;
    outline-offset: 0;
        cursor: pointer;
}
.img-thumbnail img:focus {
   border: 0;
    border-radius: 0px;
	outline: 0;
    outline-offset: 0;
}
.product-images-min .img-thumbnail {
   border: 0;
    border-radius: 0px;
}
.product-images-min .img-thumbnail {
   border: 0;
    border-radius: 0px;
}
.product-images-min .thumbnails {
   overflow: unset;
}
.thumbnails a:focus {
   border: 0;
    border-radius: 0px;
	outline: 0;
    outline-offset: 0;
}
.decription-row {
    margin-top: 18px;
}
.toggle {
    display: block;
    margin: 10px auto 1.5em;
}
input[type="radio"] + span {
display: block;
    min-width: 69px;
    height: 35px;
    cursor: pointer;
    margin: 0px auto;
    padding-top: 8px;
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    border-radius: 45px;
}
input[type="radio"]:checked + span, input[type="radio"]:checked + span:hover {
font-weight: 600;
    color: #fff;
    background-color: #FFF000;
}
#product .radio input[type=radio] {
display: none;
}
#product .radio {
    display: inline-block;
}
.radio label, .checkbox label {
    padding-right: 8px;
    padding-left: 8px;
}
#product .radio + .radio {
    margin-top: 10px;
}
#product .form-group {
    margin-bottom: 5px;
    clear: both;
}
#product {
    text-align: center;
}
.product-main {
    margin-left: 0;
    padding: 25px 0 50px 0;
    position: relative;
    top: 0;
    transform: none;
}
@media (min-width: 768px) {
	.product-main {
    margin-left: -15px;
    padding: 0 35px 12px 35px;
    margin-top: 60px;
	}
}

@media (min-width: 992px) {
	.product-main {
    margin-top: 58px;
	}
}
@media (min-width: 992px) {
	.product-main-top-margin {
    margin-top: 120px;
	}
}
.product-main-bg {
    position: relative;
    right: auto;
    height: auto;
    background-color: #000;
    background-image: linear-gradient(to bottom, #000, #14141E);
}
@media (min-width: 768px) {
	.product-main-bg {
    position: absolute;
    right: 0;
    min-height: 100%;
	}
}
.button_wishlist {
    position: absolute;
    right: 12px;
    top: -8px;
    z-index: 1000;
}
.product-thumb .button_wishlist {
    right: 8px;
    top: 8px;
}
.button_wishlist .btn-default {
    color: #fc6;
    text-shadow: none;
    background-color: rgb(231 231 231 / 0%);
    border-color: rgb(231 231 231 / 0%);
}
.button_wishlist .btn-default .fa {
    font-size: 25px;
}
.button_wishlist .btn.focus, .button_wishlist .btn:focus, .button_wishlist .btn:hover {
    color: #FFF000;
}
.button_wishlist .btn-default:hover {
    background-color: rgb(231 231 231 / 0%);
    border-color: rgb(231 231 231 / 0%);
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline: 0px;
    outline-offset: 0;
}
input#input-quantity {
    max-width: 83px;
    margin: auto;
    border-radius: 0;
    background-color: #efeff4;
    border-bottom: 1px solid #232332;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000000;
    cursor: default;
    background-color: #fff000;
    border: 0;
    border-bottom-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    border-radius: 60px;
    margin-bottom: 12px;
    padding: 8px 30px;
}
.nav-tabs {
    border-bottom: 2px solid #e6e6f0;
}
.nav-tabs>li>a {
	color: #000000;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    border-radius: 60px;
    margin-bottom: 12px;
    padding: 8px 30px;
    margin-right: 4px;
}
.nav-tabs>li>a:hover {
    background-color: #fff000;
}
.product-description-center {
    font-size: 16px;
    max-width: 888px;
    margin: 30px auto;
    padding: 10px;
    line-height: 1.6;
}
@media (min-width: 360px) {
.product-description-center {
    padding: 30px;
}
}
.product-description-block {
    margin: 0 -15px 40px -15px;
    padding: 0;
    background-color: #fff;
}
@media (min-width: 500px) {
.product-description-block {
    padding: 0 30px;
}
}
.product-description-center h2 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 15px;
}
.product-row-background {
    background-color: #efeff4;
}
.product-row-background {
	background: none;
	margin-top: 0;
    padding-top: 0;
    background-color: #E6E6F0;
    background-image: linear-gradient(to bottom, #E6E6F0, #E6E6F0, #BEBECD);
}
@media (min-width: 768px) {
.product-row-background {
	position: relative;
}
}
#boc_order .h4 {
    font-size: 34px;
    font-weight: bold;
}
#boc_order h3 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 0;
    padding: 0;
}
small {
    font-weight: 600;
    color: #fff;
    background-color: #FFF000;
    padding: 10px;
    font-size: 15px;
    border-radius: 45px;
}
.has-warning .input-group-addon {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}
.has-error .input-group-addon {
    color: #ffffff;
    background-color: #ff0000;
    border-color: #ff0000;
}
.has-error input {
    border: 1px solid #ff0000 !important;
}
.has-warning .form-control {
    border-color: #FFF000;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #232332;
    text-align: center;
    background-color: #fff;
    border: 1px solid #bcbcc8;
    border-radius: 4px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #232332;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bcbcc8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#boc_order .form-control {
	text-align: left;
    border-radius: 17px;
    border: 0;
    margin-left: 4px;
}
#cart small {
    font-weight: 400;
    color: #fff;
    background-color: rgb(145 205 45 / 0%);
    padding: 5px;
    font-size: 11px;
    border-radius: 45px;
}

.row-product-layout {
	padding: 0;
}
.product-layout {
    padding: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.product-layout:hover {
    box-shadow: 0 0 45px rgb(0 0 0 / 7%);
    z-index: 1000;
}
.options .radio {
    display: inline-block;
        margin-bottom: 15px;
}
.options {
    min-height: 0px !important;
}
.options .radio label {
    padding-right: 8px;
    padding-left: 8px;
    display: block;
    min-width: 45px;
    height: 30px;
    cursor: pointer;
    margin: 0px 4px;
    padding-top: 6px;
    background-color: #efeff4;
    font-size: 14px;
    text-align: center;
    box-shadow: none;
    border-radius: 45px;
}
.options .radio label:checked, .options .radio label:hover {
    font-weight: 600;
    color: #fff;
    background-color: #FFF000;
}
.category-background img {
    border: 0;
    border-radius: 0;
}
.common-home .col-md-9 {
	padding: 0;
}
.common-home .col-sm-3.col-md-3.col-md-pull-9.menu-box {
    height: 0;
}
.row-home {
    background-color: #000;
    margin-bottom: 25px;
}
.home-top-nopadding .col-sm-8 {
    padding-right: 0;
    padding-left: 0;
}
.home-top-nopadding .row {
    top: -90px;
    position: relative;
    margin-bottom: -90px;
}
.latest-background h3 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 54px;
    margin-bottom: -5px;
    width: 100%;
}
@media (min-width: 768px) {
.latest-background h3 {
    position: absolute;
    margin-top: 54px;
    margin-bottom: 20px;
}
}
.home-top-nopadding .col-sm-4 {
    top: 0px;
}
@media (min-width: 768px) {
.home-top-nopadding .col-sm-4 {
    top: 90px;
}
}
.latest-background h3, .sc-heading h3, .gallery-background h3 {
    text-transform: uppercase;
}
div#menu-header-open {
    min-height: 348px !important;
}
.fullwidthbanner-container .fullwidthabanner {
    margin-top: -2px;
}
@media (min-width: 992px) {
.fullwidthbanner-container .fullwidthabanner {
    margin-top: -1px;
}
}
.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
    background: #FFF000 !important;
    border-color: #FFF000 !important;
}
.tp-bannertimer {
	background: #FFF000 !important;
}
.tp-bullets.simplebullets.round .bullet {
    opacity: 0.7 !important;
}
.btn-primary-slider {
	font-size: 17px !important;
}
.header-slider {
	font-size: 50px !important;
	line-height: 57px !important;
}
@media (min-width: 768px) {
.header-slider {
	line-height: 75px !important;
}
}
@media (min-width: 500px) {
.header-slider {
	font-size: inherit !important;
}
}
.view-all {
    background-color: #FFF000;
    padding: 5px;
    border-radius: 45px;
    margin: -7px auto 4px auto;
    display: block;
    max-width: 147px;
    color: #fff;
    text-align: center;
}
.view-all:hover {
    background-color: #FFF000;
    color: #fff;
}

/* Checkout */

#checkout-form {position:relative;max-width: 580px;margin: auto;}
#checkout-form .has-feedback .form-control-feedback{top:26px;right:10px}
#checkout-form #shipping_methods .radio, #checkout-form #payment_methods .radio{margin-left:20px}
#checkout-form #payment-form{display:none}
.ocpb-products .table {margin-bottom:0;max-width: 480px;margin-left: auto;margin-right: auto;}
.ocpb-products .table>tbody>tr>td {vertical-align: middle;}
.ocpb-products .qty-td {width: 139px;text-align: center;}
.ocpb-products .qty-td .btn, .ocpb-products .btn-clear {background:none;}
.ocpb-products .btn-clear {padding:2.7px 12px;}
.ocpb-products .input-group .form-control[name^=quantity] {width: 51px;text-align: center;}
.ocpb-products td.total-title {max-width: 100px;}
.ocpb-products td.delete-td {width: 12px;}
.ocpb-products td.delete-td i {cursor:pointer;}
.ocpb-products td.image-td {width: <?php if($product_image_width > 100){ echo $product_image_width + 20; }else{ echo 100; }?>px;}
.customer-type {position:relative;z-index:3;}
.customer-type ul {list-style: none;margin:0 0 8px 0;padding:0;}
.customer-type label {padding: 3px 10px;border-radius:8px;text-decoration:none;cursor:pointer;margin: 0 10px 0 0;font-size:14px;color:#FFF000;}
.customer-type label:hover {cursor:pointer;background-color: #FFF000;color: #fff;}
.customer-type label.checked {background-color: #FFF000; text-decoration: none; color: #fff;}
.ocpb-login-form, .ocpb-login-bg {display:none}
.ocpb-login-bg {position:absolute;width:100%;height:100%;top:0;left:0;background-color:#fff;z-index:2;opacity:0.9;}
.ocpb-login-form {width: 300px;background-color: #fff;padding: 15px 20px 5px 20px;border-radius: 10px;position: absolute;top: 105px;left: 50%;margin-left: -150px;z-index:3;border: 1px solid #ddd;border-radius: 4px;}
#checkout-form .form-group.checkbox label{font-size: 14px;}
.ocpb-login-form .row {line-height:34px;}
#checkout-form .ocpb-alert{margin: 10px 0 0 0}

    .ocpb-products .table-responsive>.table>tbody>tr>td {white-space:normal;}
    .ocpb-products .qty-td {width: 37px;max-width:37px;}
    .ocpb-products .qty-td input {padding: 2px 6px;width: 37px;text-align:center;margin: auto;}
    .ocpb-products td.total-head-td {width:90px;}
    .ocpb-products td.quantity-head-td {width:70px;}
    .ocpb-products .table>tbody>tr>td.delete-td {padding:8px 2px 8px 5px;}
    .ocpb-products a {color: #232332;}
    .ocpb-products small {padding: 5px;font-size: 12px;line-height: 31px;}
    .ocpb-products .table-responsive {border: 0;}
    .ocpb-products h1 {text-align: center;}

.label-primary {
    background-color: #FFF000;
    border-radius: 45px;
    font-weight: 400;
    padding: 7px 12px;
    font-size: 17px;
    vertical-align: middle;
}
.alert-warning {
    color: #232332;
    background-color: #ffcc66;
    border-color: #ffcc66;
    border-radius: 42px;
}
.img-thumbnail {
    background-color: rgb(255 255 255 / 0%);
}
.easyzoom-flyout {
    background: rgb(255 255 255 / 0%);
}
.callback-background_black {
    background-image: none !important;
}
.callback-messengers {
	height: 100px;
    width: 100px;
    border: 2px solid #fff000;
    border-radius: 60px;
    margin: auto auto 34px auto;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.callback img {
	max-width: 100%;
	max-height: 100%;
	padding: 25px;
	margin-top: 50%;
    transform: translateY(-50%);
}
.callback-messengers:hover {
	border: 7px solid #fff000;
}
.consultation-target a {
    color: #f0f0fa;
    font-size: 18px;
    border-bottom: 2px dotted #f0f0fa;
    padding: 5px 22px;
    text-decoration: none;
}
.consultation-target {
    margin-top: 28px;
}
.consultation-target a:hover {
    color: #fff000;
    border-bottom: 2px dotted #fff000;
}
.related-background {
	background-color: #E6E6F0;
    background-image: linear-gradient(to bottom, #E6E6F0, #E6E6F0, #BEBECD);
    padding: 1px 0 0px 25px;
    margin: 0 -15px;
}
.latest-background {
	background-color: #E6E6F0;
    background-image: linear-gradient(to bottom, #E6E6F0, #E6E6F0, #BEBECD);
    padding-bottom: 20px;
}
.image:hover .additional {
    background: rgb(255 255 255 / 0%) !important;
}
.related-background h3 {
    margin: 40px 0 0 -25px;
}
img.mfp-img {
    background-color: #E6E6F0;
    background-image: linear-gradient(to bottom, #E6E6F0, #E6E6F0, #BEBECD);
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #000 !important;
    right: 6px !important;
    font-size: 35px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    border-right: 27px solid #000 !important;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #e7e7f1 !important;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #000 !important;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #e7e7f1 !important;
}
.mfp-title {
    padding-left: 15px !important;
}
.mfp-counter {
    color: #ffffff !important;
    padding-right: 15px !important;
}
.modal-content {
    background-color: #E6E6F0;
    background-image: linear-gradient(to bottom, #E6E6F0, #E6E6F0, #BEBECD);
}
.navmenu, .navbar-offcanvas {
    width: 100% !important;
}
/* @media (min-width: 620px) {
.navmenu, .navbar-offcanvas {
    width: 620px !important;
}
} */
.col-md-9 {
	min-height: 0px;
}
#ec-description {
    color: #f0f0fa;
}
#hiddenwrapper {
   background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgb(1 1 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgb(1 1 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgb(1 1 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000',GradientType=0 ) !important;
}
#show-desc, #hide-desc {
    color: #f0f0fa !important;
}
#show-desc:hover, #hide-desc:hover {
    color: #fff000 !important;
}
.category-description-margin {
	margin-bottom: 45px;
}
.callback-background_black-margin {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.phone-lang {
    display: none;
}
@media (min-width: 992px) {
.phone-lang {
    z-index: 1000;
    position: relative;
    top: 28px;
    left: 20px;
    max-width: 240px;
    display: block;
}
}
.phone-lang_mobile {
    display: block;
    position: absolute;
    top: 28px;
}
@media (min-width: 992px) {
.phone-lang_mobile {
    z-index: 1000;
    position: relative;
    top: 28px;
    left: 20px;
    max-width: 240px;
    display: none;
}
}
.phone-lang a, .phone-lang button {
    color: #F0F0FA;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.phone-lang a {
	padding: 10px 23px;
    border-radius: 45px;
    background-color: #3c3c42;
}
.phone-lang a:hover {
	color: #fff000;
}
.btn-link:focus, .btn-link:hover {
    color: #fff000;
    text-decoration: none;
}
.phone-lang_mobile a, .phone-lang_mobile button {
    color: #F0F0FA;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.phone-lang_mobile a {
	padding: 10px 23px;
    border-radius: 45px;
    background-color: #3c3c42;
}
.phone-lang_mobile a:hover {
	color: #fff000;
}
.gallery-background {
    background-color: #000;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 20px;
}
.gallery-background .row {
    margin-right: 0;
}
.gallery-background .col-xs-12 {
    padding-right: 0;
}
.gallery-background h3 {
    color: #F0F0FA;
    margin-bottom: 25px;
}
.product-short-list {
    margin-bottom: 45px;
    margin-left: 12px;
}
.product-short-list h4 {
    margin-bottom: 26px;
    font-weight: 400;
    margin-left: 0;
    padding-right: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.product-short-list h4:hover {
    margin-left: -12px;
    padding-right: 12px;
}
.product-short-list a {
    color: #f0f0fa;
    font-size: 20px;
    padding: 10px 0;
    line-height: 28px;
}
.product-short-list a:hover {
    color: #FFF000;
}
.product-short-list span {
    margin-right: 8px;
}
.image:hover .main {
    opacity: 0 !important;
}
.menuasfooter {
    margin-top: 100px;
}
.menuasfooter a img {
    width: 25px;
    max-height: 26px;
}
.menuasfooter .top__footer {
    min-height: 34px !important;
    display: block;
}