button.gotoreviews-btn {
	width: 50%;
	border: none;
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #000;
	font-size: 18px;
}
.fa-star {
	color: #ffcc00;
	font-size: 15px;
}
.fa-star + .fa-star-o {
	color: #E69500;
}
img.choose-color_image {
	width: 23.5%;
	margin-top: 7px;
}
.color-choose_block {
	display: none;
}
@font-face {
	font-family: bebas-bold;
	src: url('/catalog/view/theme/default/image/bebas_bold.ttf')
}
@font-face {
	font-family: bebas-thin;
	src: url('/catalog/view/theme/default/image/bebas_thin.ttf');
}
@font-face {
	font-family: bebas-regular;
	src: url('/catalog/view/theme/default/image/bebas_regular.ttf')
}
@font-face {
	font-family: giger;
	src: url('/catalog/view/theme/default/image/giger.ttf')
}

ul.dropdown-menu.pull-right {
	font-family: giger;
	font-size: 14px;
	background: #fff!important;
}

body {
	font-family: giger;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

.noscroll{
	position: fixed;
	overflow: hidden;
}

.tab-product .nav li.active a{
	border-bottom: 2px solid;
	padding-bottom: 5px;
	color: #000;
}

.tab-product .nav li a{
	color: #0000009e;
}

.tab-product .nav li a:hover, .tab-product .nav li a:focus {
	background: transparent;
}

ul.nav.navbar-nav {
	font-size: 22px;
	font-family: bebas-regular;
	padding-top: 10px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.navbar {
	margin-bottom: 0px !important;
}
/* default font size */
.fa {
	font-size: 16px;
	margin: 0;
	width: 12px;
}
.fa-shopping-cart {
    padding-right: 20px;
    padding-top: 5px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
	text-align: center;
}
h3 {
	font-size: 21px;
	text-align: center;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}

header {
	background-color: #000;
}

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;
	border-radius: 10px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
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: #797979;
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#tab-review input[type="radio"] {
    -webkit-appearance: radio;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#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: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	font-size: 18px;
	font-family: giger;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#search .btn-lg {
	line-height: 18px;
    padding: 10px 20px;
    text-shadow: 0 1px 0 #FFF;
    background-color: #fff!important;
    background-image: unset;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: 1px solid;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 0;
	color: #000;
	width: 40px;
	background-color: #fff!important;
	border-radius: 67px;
	line-height: 8px;
	padding-right: 30px;
	height: 45px;
	transition: 0.5s;
}
p.description {
	border-top: 2px solid #ccc;
	margin-top: 10px;
	display: none;
}

[type="button"] {
	outline: 0!important;
	outline-offset: 0!important;
}
.btn.btn-default.active {
	box-shadow: unset;
	font-size: 17px!important;
	color: #000;
	border-top: none!important;
	border-bottom: none!important;
	border-right: none!important;
	text-shadow: none;
	border: 1px solid #000000;
	border-radius: unset;
}

.btn.btn-default {
	background-color: #fff!important;
	box-shadow: unset;
	background-image: unset;
	font-size: 17px!important;
	border: 1px solid #fff;
}
.main-carousel_img {
	height: 40vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #0000009e;
	text-align: center;
}
.separator {
	width: 55%;
	margin: 0 auto;
	padding-top: 20px;
}

.separator hr {border: 1px solid #fff;margin-top: 5px;}

.main-carousel_title {
	color: #fff;
	font-size: 50px;
	padding-top: 11%;
	text-transform: uppercase;
	z-index: 999999;
	font-family: bebas-thin;
}

.main-carousel_description {
	margin-top: 2%;
	color: #fff;
	font-size: 25px;
	width: 55%;
	line-height: 28px;
	margin: 0 auto;
}

.owl-nav {
	position: absolute;
	top: 41%;
	width: 98%;
}

button.owl-next {
	outline: 0!important;
	outline-offset: 0!important;
	float: right;
	color: #fff!important;
	font-size: 50pt!important;
}

button.owl-prev {
	outline: 0!important;
	outline-offset: 0!important;
	float: left;
	color: #fff!important;
	font-size: 50pt!important;
}
div#content h2 > span {
	font-family: bebas-regular;
	font-size: 35px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: unset;
}
.owl-dots {
	width: 100%;
	position: absolute;
	bottom: 1%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #00fdf0!important;
}

.owl-theme .owl-dots .owl-dot span {
	background: #fff;
	width: 15px!important;
	height: 15px!important;
}

.main-carousel {
	margin-bottom: 20px;
}

button.owl-next span {
	outline: 0!important;
	outline-offset: 0!important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: unset!important;
}
.main-carousel_block {
	position: relative;
}

.product-grid {
	/*width: 24.5%;*/
	display: inline-block;
}

.color-choose_block {
	text-align: center;
	height: 30px;
}
.category {
	/* display: none; */
}
.category-scale {float: right;}

.category-sorting {
	float: right;
}
.category-title {
	margin: 0;
	text-align: center;
}
#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%;
	height: 500px;
	overflow-y: auto;
}
@media (max-width: 576px) {
	#cart .dropdown-menu {
		width: 350px!important;
	}

	/*.product-layout .product-thumb{*/
		/*height: 410px;*/
	/*}*/

}
#cart .dropdown-menu table {
	margin-bottom: 5 px;
}
#cart .dropdown-menu li > div {
	min-width: 100%;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 15px;
}
/* menu */

#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 0px 10px 0px;
	margin: 0 11px;
	min-height: 15px;
	background-color: transparent;
	transition: all 0.2s;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
ul.nav.navbar-nav > li > a:hover {
	border-bottom: 1px solid #fff;
}
#menu .dropdown-menu {
	font-family: giger;
	padding-bottom: 0;
	text-align: -webkit-center;
}
li.dropdown > a:hover {
	border: unset!important;
}


#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: 17px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: none;
	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: 15px;
}


#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #797979;
	background-repeat: repeat-x;
}
span#cart-total.active {
	font-size: 12px;
	background-color: red;
	border-radius: 50%;
	color: #fff;
	padding: 4px 4px;
	top: -4px;
	position: absolute;
}
span#cart-total{
	font-size: 12px;
	background-color: red;
	border-radius: 50%;
	color: #fff;
	padding: 4px 4px;
	top: -4px;
	right: -3px;
	position: absolute;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#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) {

	/*.product-layout .product-thumb{*/
		/*height: 410px;*/
	/*}*/

	.tab-product .nav li{
		width: auto!important;
	}

	.navbar-nav .open .dropdown-menu{
		margin-left: 0!important;
	}

	#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 {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #000;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
	height: 240px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	width: 100%;
	font-size: 18px;
	z-index: 9;
}
.alert-success a {
	color: #337ab7;
}
.alert-success a:hover {
	color: #337ab787;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	background-color: unset;
	display:none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	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: 7px;
	height: 7px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.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: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #000;
	background-repeat: repeat-x;
	border-color: #000;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ffffff!important;
	background-position: 0 -15px!important;
	color: #000!important;
	box-shadow: none!important;
	border: 1px solid #000!important;
	outline: unset!important;
	outline-offset: unset!important;
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #000000;
	border-color: #122b40;
	box-shadow: unset;
	outline: unset;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	width: 100%;
}
.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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
}
/* 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: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	text-align: center;
	margin-bottom: 20px;
	transition: all 0.5s;
}
.transition {
	padding: 0 15px;
	overflow: hidden;
}
.product-thumb.transition:hover {
	transform: scale(1.05);
}
.product-thumb .image {
	text-align: center;
}
.shares-items.watched {
	width: 100%;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
.three_banners_item {
	width: 33.3%;
	display: inline-block;
	text-align: center;
	position: relative;
	font-size: 0;
	margin: 0;
}

.three_banners-img {
	height: 270px;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.three_banners-title {
	position: absolute;
	width: 100%;
	top: 37%;
	color: #fff;
	font-size: 23px;
	background-color: #00000059;
	padding: 20px;
	left: 0;
}
.shares-block-price .fa {
	margin-right: 5px;
	margin-top: -15px;
	vertical-align: -webkit-baseline-middle;
}
.three_banners {
	font-size: 0;
}
@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 10px;
	min-height: 48px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	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;
	margin-top: 10px;
	margin-bottom: 0px;
}
.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: #444;
    display: inline-block;
    float: left;
    width: 55%;
    text-align: left;
    font-size: 30px;
    line-height: 20px;
    margin: 0;
    font-family: bebas-thin;
    padding-top: 4px;
    margin-left: 8px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: hidden;
}
#top {
	display: none;
}
.cart-block {
	float: right;
	margin-top: 2%;
	margin-right: 13px;
}
.home_top-banner {
	background-color: #c3e6f9;
	padding: 20px;
	margin: 15px 0;
	border-radius: 9px;
}
a.login-popup-button {
	float: right;
	background-color: #fff;
	color: #000;
	padding: 12px;
	border-radius: 25px 7px 7px 25px;
	width: 100px;
	text-align: right;
	cursor: pointer;
}
a.working-agreement {
	float: right;
	line-height: 44px;
	color: #fff;
	margin-right: 20px;
	font-size: 16px;
}
a.working-agreement:hover {
	color: #337ab7;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
a.color-choose > img {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
    border: none;
    display: inline-block;
    float: left;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    border-radius: 7px;
    font-family: bebas-bold;
    width: 34%;
    margin-left: 17px;
    height: 30px;
    transition: all 0.2s;
    font-size: 17px;
}
div#ocfilter .list-group-item:first-child .ocf-option-values {
    overflow: hidden;
}
.product-thumb i.fa.fa-shopping-cart {
	/*margin-left: 5px;*/
}
select#input-limit {
	border: 1px solid #000;
	border-radius: 10px;
}
select#input-sort {
	border-radius: 10px;
	border: 1px solid #000;
}

.category-sorting .form-group {
	float: right;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {

}
ul.list-unstyled.price-main h2 {
	font-family: bebas-thin;
	font-size: 41px;
	margin: 0 30px 0 0;
	text-align: left;
}
.thumbnails .image-additional {
	margin-left: 20px;
}

h1.product-title {
	text-transform: uppercase;
	font-family: bebas-thin;
}

h2.other-colors {
	font-family: bebas-thin;
	font-size: 20px;
	margin-left: -270px;
}

.price .radio {
	display: inline-block;
}
.garanties-text-block {
	padding: 0;
}

.garanties {
	padding: 0;
}
#form-review input[type="radio"] {
	-webkit-appearance: radio;
}

.price .radio label input {
	position: absolute;
	right: -9px;
	width: 30px;
	cursor: pointer;
	outline: 0;
	transition: all 0.2s;
	height: 30px;
	top: -9px;
	background-color: #fff0!important;
	outline-offset: 0;
}
/*a.choose-color img {*/
	/*border: 1px solid #888;*/
/*}*/
ul.list-unstyled.stock li {
	margin: 20px 0;
	font-size: 18px;
}

.price .radio label input:before {
	/*content: "";
	background-color: #fff;
	width: 29px;
	height: 28px;
	position: absolute;
	border: 1px solid #989898;
	border-radius: 50px;
	opacity: 0.1;
	right: -1px;
	top: -1px;*/
}

.price .radio label span {
	color: #000;
	z-index: 999999999999999;
}

.price [type="radio"]:checked+span {
	/*width: 29px;
	height: 28px;
	border: 1px solid #000;
	-webkit-appearance: none;
	border-radius: 50px;*/
	padding:10px;
	border:1px solid black;
}

input[type="radio"] {
	-webkit-appearance: none;
}
.option-vnutrenniy-material input {border: 1px solid #ddd;width: 100%!important;border-radius: 50px;}

.option-vnutrenniy-material input:before {
	display: none;
}
label.control-label {
	font-size: 17px;
}
.option-cvet {
	display: none;
}
.option-cvet > div {
	position: relative;
}

.option-cvet input {
	width: 100%!important;
	height: auto!important;
	bottom: 0;
	border-radius: 50px;
	border: 1px solid #b7b7b7;
}
.option-cvet input:before {
	display: none;
}

.option-cvet img {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	margin-bottom: 3px;
}

.option-cvet [type="radio"]:checked {
	border: 1px solid #000;
}


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

/* 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;
}
.search-block {
	margin-top: 2%;
}
.shares-items {
	width: 24.7%;
	display: inline-block;
}
.user-info {
	margin-top: 22px;
	margin-right: 20px;
	float: right;
	color: #000;
	padding: 12px;
	border-radius: 25px 7px 7px 25px;
	width: 165px;
	text-align: right;
	background-color: #fff;
}

.inform li {
    line-height: 20px;
    list-style: none;
}



.help {
	margin-top: 33px;
	border-left: 1px solid #fff;
	color: #fff;
	float: right;
	margin-right: 30px;
	font-size: 16px;
	padding-left: 20px;
}
table.table.table-bordered.product tbody tr {
	font-size: 20px;
	/*border-bottom: 1px solid #c5c5c5;*/
}
div#tab-description {
	font-size: 20px;
	padding: 6% 0;
	border-bottom: 1px solid #c5c5c5;
}
.shares-items.watched:hover {
	transform: scale(1.02);
}
.shares-block .shares-items {
	width: 23.7%;
	display: inline-block;
	margin-top: 6px;
}
ul.thumbnails.product-item img {
	margin: 0;
	width: 500px;
}

ul.thumbnails.product-item a {
	border: none;
	margin: 0;
}
button#button-cart .fa {
	margin-right: 7px;
	font-size: 20pt;
	margin-top: -23px;
	vertical-align: -webkit-baseline-middle;
}

button#button-cart {
	transition: all 0.5s;
	font-size: 28px;
	font-family: bebas-bold;
}
.shares-block-btn.btn {
	border: none;
	display: inline-block;
	float: left;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-color: #000;
	color: #fff;
	border-radius: 7px;
	font-family: bebas-bold;
	width: 48%;
	margin-left: 30px;
	transition: all 0.2s;
	font-size: 19px;
}

.shares-items-price {
	margin-top: 17px;
	color: #444;
	display: block;
	float: left;
	width: 40%;
	text-align: right;
	font-size: 30px;
	line-height: 37px;
	margin: 0;
	font-family: bebas-thin;
}

.shares-items {
	text-align: center;
	/*border: 1px solid;*/
	padding: 20px;
}

table.table.table-bordered.product tbody tr td:first-child {
	color: #000;
}
table.table.table-bordered.product tbody tr td {
	border: none!important;
}
table.table.table-bordered.product {
	border: none;
}

div#tab-specification {
	width: 55%;
}

.user-info span {
	margin-left: 20px;
	font-size: 16px;
}
a.login-popup-button span {
	margin-left: 13px;
	font-size: 16px;
}
table.table.table-bordered tbody tr:first-child {
	/*display: none;*/
}

div#simplecheckout_customer {
    width: 100%;
    display: inline-block;
    vertical-align: top;
	background-color: #f5f5f5;
}

.simplecheckout-left-column {
    /*display: none;*/
}

.simplecheckout-right-column {
    /*display: none;*/
}

div#simplecheckout_comment {
    display: inline-block;
    width: 45%;
    margin-left: 20px;
}

div#buttons {
    width: 100%;
    float: right;
}

div#total_sub_total {
    display: none;
}

div#total_total > span {
    font-size: 26px;
    font-family: bebas-thin;
}

span.simplecheckout-cart-total-value span {
    font-size: 15px;
    margin-left: 4px;
}

span.simplecheckout-cart-total-value {
    border-bottom: 2px solid #000;
}

a#simplecheckout_button_confirm {
    transition: all 0.2s;
    border: none;
    background-color: #58ab36;
    color: #fff;
    font-size: 29px;
    font-family: bebas-regular;
    border: 1px solid #58ab36;
}

.simplecheckout-cart-total {
    border: none!important
}
.social_media-item {
    text-align: center;
}
a.color-choose img {
	border: 1px solid #b7b7b7;
}
.shares-items.watched {
    background-color: #ddd;
    transition: all 0.2s;
    width: 100%;
    border-radius: 10px;
}
.product-layout .product-thumb .button-group button {
    width: 51%!important;
}
div#toTop > .fa {
	font-size: 3.3vh;
	width: inherit;
	padding: initial;
}
#toTop {
	border-radius: 50%;
	width: 4vh;
	height: 4vh;
	background: #f7f7f7;
	text-align: center;
	position: fixed;
	bottom: 35px;
	right: 10px;
	cursor: pointer;
	color: #333;
	background-color: #08d3ff;
	display: flex;
	align-content: space-between;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	z-index: 999999;
}
.home_top-banner > p:first-child {
    margin-top: 0px;
    font-size: 25px;
    margin-bottom: 20px;
    text-decoration: unset;
}

.home_top-banner > p {
    text-decoration: underline;
    font-size: 17px;
}
.profuct-img-tumb {
	height: 74px;
    width: 74px;
    background-position: center;
    background-size: cover;
}
.shares-items.similar {
	width: 100%;
}
.shares-block-title {
	font-size: 17px;
	margin: 15px 0;
}
.custom-review.left h2 {
    text-align: left;
    font-family: bebas-thin;
    font-size: 7vh;
    width: 100%;
	margin: 0 auto;
	margin-left: -20px;
}

.custom-review.right [name="name"] {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px 0px 0px 5px;
}

.custom-review.right .buttons {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.custom-review.right .buttons .pull-right {
    float: unset!important;
}

.custom-review.right .buttons .pull-right button#button-review:hover {
    border: unset!important;
    background-color: #ddd!important;
}

.common-home h3 {
    font-family: bebas-regular;
	font-size: 35px;
}

.custom-review.right .buttons .pull-right button#button-review {
    width: 102%;
    background-color: #08d3ff;
    border-radius: 0px 5px 5px 0px;
    border: unset;
    transition: all 0.2s;
    font-size: 20px;
    padding: 3px;
}

form#form-review input {
    background-color: #ddd;
    font-size: 20px;
}

form#form-review textarea {
    background-color: #ddd;
    font-size: 20px;
}

.shares-block.product .shares-items-price {
    margin-top: 6px;
    font-family: bebas-thin;
    margin-left: 10px;
}

.footer {
	text-align: center;
    /* float: right; */

}

.footer li {float: unset;}

.our-social_media {
	/* float: right;
	margin-left: 300px; */
}

.footer .navbar-nav>li>a {
    color: #fff;
}

.footer .navbar-nav>li>a:hover {
    background-color: unset;
    border: unset!important;
    color: #fff!important;
}

.footer .navbar-nav>li:hover {
    border: none;
}

.social-media-item-item {
    display: inline-block;
}

.social-media-item-item .fab {
    font-size: 33px;
    margin: 11px;
}

.our-social_media h3 {
    color: #fff;
    font-family: bebas-thin;
	margin-top: 3px;
	font-size: 22px
}

.logo-footer {
	text-align: center;
}

.shares-block.product .shares-block-btn.btn {
    line-height: 19px;
    margin-top: 5px;
    margin-left: 12px;
}

.shares-block.product .shares-items.similar:hover {
	transform: scale(1.02);
}
.pagination>li>a, .pagination>li>span {
    color: #000;
    border-top: none;
    border-bottom: none;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #000;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #ddd;
}

.pagination {
    justify-content: center;
    text-align: center;
    margin: 0;
    width: 100%;
    display: flex;
	flex-wrap: wrap;
}

.shares-block.product .shares-items.similar {
	transition: all 0.2s;
}
h3.option {
	font-family: bebas-thin;
	font-size: 30px;
	margin-bottom: 20px;
}
.garanties-item {
	color: #0000009e;
	font-size: 19px;
	text-align: center;
	transition: all 0.2s;
	padding: 10px;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
}

.garanties-item.active {
	border-bottom: 2px solid;
	color: #000;
}

.garanties-item:hover {
	color: #000;
	background-color: #efefefa6;
}

.garanties-text .active {}

.garanties-text {
	display: none;
}

.garanties-text.active {
	display: block;
	font-size: 21px;
	color: #000;
	padding: 30px 0;
}
.shares-block.product .owl-dots {
	display: none;
}
.shares-block.product .owl-nav button.owl-prev span {color: #000;}

.shares-block.product .owl-nav button.owl-next span {
	margin-right: -15px;
	color: #000;
}

.shares-block.product .owl-nav {
	top: 28%;
}

.shares-block.product .owl-nav button.owl-prev {/*margin-left: -10px;*/}
.leave-email span {
	font-family: bebas-thin;
	font-size: 40px;
	color: #000;
	margin-left: -40px;
}
.leave-email h2 {
	font-size: 27px;
    float: left;
    margin-left: 45px;
    margin-top: 0;
    margin-right: 47px;
}

.leave-email .callback-block-one {
	    width: 50%;
	display: inline-block;
}
.dropdown-menu input[type="submit"] {
	background-color: #000;
	border: 1px solid;
	color: #fff;
	padding: 10px 20px;
	border-radius: 7px;
}

.dropdown-menu input[type="text"] {
	padding: 5px 10px;
	border-radius: 7px;
	border: 1px solid #000;
	font-size: 25px;
}
	.review-home {
	    width: 50%;
	    overflow: hidden!important;
	}
	.review-home p {
		width: 79%;
		margin-left: 80px;
		margin-top: 10px;
}

	.review-home .horizontal-sreview.transition {
	    overflow: hidden!important;
	}
	.review-home i.fas.fa-user {
    font-size: 9vh;
    float: left;
    margin-right: 32px;
}
form.subscribe-form {
	display: none;
	    height: 120px;
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
}

div#ocfilter .list-group-item.active .ocf-option-values {
    height: auto;
}

h2.subscribe-form.title {
	font-size: 40px;
	    font-family: bebas-thin;
	    color: #000;
	    text-align: left;
	    margin-left: 6px;
}

.leave-email span > span {
	color: #08d3ff;
}

h2.subscribe-form.title span {
	color: #08d3ff;
}

form.subscribe-form button {
	vertical-align: bottom;
	transition: all 0.2s;
	background-color: #08d3ff;
	color: #fff;
	border: none;
	font-size: 20px;
	height: 40px;
	padding: 9px 30px;
	border-radius: 0 10px 10px 0;
	font-family: bebas-thin;
}

.callback-block-one input {
	border-radius: 10px 0 0 10px;
	background-color: #ddd;
	border: navajowhite;
	margin-right: -35px;
	font-size: 20px;
	padding: 6px 30px;
	height: 40px;
	    width: 100%;
	vertical-align: bottom;
	margin-left: 20px;
}

form.subscribe-form button:hover {
	border: 1px solid #08d3ff;
	background-color: #fff;
	color: #000;
}
.product-layout.product-list .product-thumb > div:last-child {
    width: 68%;
    float: right;
}

.product-layout .product-thumb .button-group button:first-child{
    display: inline-flex !important;
    width: 65%;
}

.product-list {
	margin-top: 20px;
    border-bottom: 2px solid #ddd;
}

.product-list .caption {
    margin-left: -20px!important;
    text-align: left;
    margin-bottom: 30px;
}

.product-list p.description {
    border: none;
    display: inline-block;
    width: 85%;
    text-align: left;
}

.product-list .product-thumb .price {text-align: left;margin-left: 40px;width: 19%;}

.product-list .product-thumb .button-group {
    border: none;
}

.product-list .color-choose_block > a {
    display: block;
}

.product-list .caption h4 {
    font-size: 24px;
}

.product-list .color-choose_block {
    display: inline-block;
    float: left;
}

.product-list .product-thumb .button-group button {
    width: 20%;
    margin-left: 0;
}
.product-layout.product-list .product-thumb > div:last-child {
    width: 61%;
    float: right;
}

.product-list {
    border-bottom: 2px solid #ddd;
}

.product-list .caption {
    margin-left: -20px!important;
    text-align: left;
    margin-bottom: 30px;
}

.product-list p.description {
    border: none;
    display: inline-block;
    width: 85%;
    text-align: left;
}

.product-list .product-thumb .price {text-align: left;margin-left: 40px;width: 19%;}

.product-list .product-thumb .button-group {
    border: none;
}

.product-list .color-choose_block > a {
    display: block;
}

.product-list .caption h4 {
    font-size: 24px;
}

.product-list .color-choose_block {
    display: inline-block;
    float: left;
}

.product-list .product-thumb .button-group button {
    width: 20%;
    margin-left: 0;
}

div#ocfilter {
    border: none;
	margin-top: 10px;
}

aside#column-left > div:first-child {

}

button#list-view.active {
    border-left: none;
    border-right: 1px solid #000000!important;
}

button#grid-view:hover {
    border-left: 1px solid #000!important;
}

div#ocfilter .list-group-item {
    padding: 0;
    background-color: unset;
    border: none;
    color: #000;
}

div#ocfilter .ocf-option-name {
    border-radius: 10px 10px 0 0;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
		cursor: pointer;
    font-size: 17px;
background-color: #dddddd59;
    font-weight: 100;
    margin-bottom: 12px;
}

div#ocfilter .ocf-option-values {
    padding-left: 20px;
    height: 0;
    overflow: auto;
}

div#ocfilter .panel-heading {
    display: none;
}

div#ocfilter .list-group {
    border: none;
}
div#ocfilter .active.ocf-option-values {
    height: auto;
}
.horizontal-sreview .caption {
	    min-height: 12vh!important
}

div#ocfilter .ocf-option-values > label {
    font-size: 16px;
    border-bottom: 1px dashed #c1c1c1;
}

div#ocfilter .ocf-option-values > label > input {
    vertical-align: inherit;
}
.img-responsive.main {
    background-size: cover;
    height: 400px;
		    background-position: center;
}
.product-thumb .price span {
    font-family: giger;
    font-size: 15px;
}
.shares-block.product .shares-items-price span {
    font-family: giger;
    font-size: 15px;
}
@media screen and (max-width: 768px){
	/*.product-grid {
		width: 100%;
	}*/
	form.subscribe-form {
		height: 260px;
	}
	.callback-block-one input {
		border-radius: 10px;
		margin: 5px 0;
	}

	form.subscribe-form button {
		border-radius: 10px;
		margin: 5px 0;
		width: 100%;
	}

	.leave-email span {
		font-size: 35px;
	}

	div#tab-specification {
		width: 100%;
	}

	table.table.table-bordered.product tbody tr {
		font-size: 14px;
	}
	div#logo {
		float: right;
		width: 65%;
	}
	.cart-block {
		position: fixed;
		top: 0;
		z-index: 99999999999;
	}
	.cart-block {
		position: fixed;
		top: 0;
		z-index: 99999999999;
	}


	a.working-agreement {
		display: none;
	}

	span#category {
		text-shadow: none;
		font-weight: 100;
	}
	.cart-block {
		position: fixed;
		top: 0;
		z-index: 99999999999;
		margin-right: 45px;
		margin-left: -26px;
	}

	div#logo {
		float: right;
		width: 65%;
	}

	a.working-agreement {
		display: none;
	}

	span#category {
		text-shadow: none;
		font-weight: 100;
	}

	button.btn.btn-navbar.navbar-toggle {
		position: absolute;
		left: 0;
	}

	.callback-block-one {
    display: block!important;
    width: 100%!important;
}

div#simplecheckout_customer {
    width: 100%;
    padding-top: 35px;
}

div#buttons {
    width: 100%;
}

.simplecheckout-button-right {
    float: unset!important;
}

a#simplecheckout_button_confirm {
    width: 100%;
}

div#simplecheckout_comment {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
}

.simplecheckout-cart-total {
    text-align: center;
    margin-bottom: 25px;
}

div#search {
    width: 100%;
	padding-top: 0px;
}

.leave-email {
    display: block!important
}

	.help {
		display: none;
	}

	i.fa.fa-bars {
		color: #000;
	}
	#menu #category {
		padding-left: 65px;
	}
	.user-info {
		margin-top: 95px;
		margin-bottom: 10px;
	}
	.search-block {
    /*height: 40px;*/
}
.review-home {
    width: 100%;
}
	.category-title {
		margin-bottom: -20px;
	}
	.three_banners_item {
		width: 100%;
	}
}

.inform {
	/* position: absolute; */
    text-align: center;
    /* margin-left: 650px; */
	margin: 0;
	padding: 0;
	width: 200px;
}

.inform-nav {
	display: flex;
    flex-direction: column;
    font-size: 19px;
	font-family: bebas-regular;
	list-style: none;
	padding: 0;
}

.inform a {
	color: #fff;
	line-height: 2.3;
}

.dropdown-toggle i {
	margin-left: -5px;
}

.leave-email {
	display: flex;
    justify-content: space-between;
}
.leave-email b {
	color: #08d3ff;
}
.leave-email span {
    font-family: bebas-thin;
    font-size: 40px;
    color: #000;
    margin-left: 5px;
    margin-top: 11px;
}
.horizontal-sreview-all {
    margin: 0 50px 5px 0 !important;
}
.arrow1 {
	display: inline-block;
	transition: transform .2s;
	float: right;
	margin-right: 20px;
}
.arrow1.active {
	transform: rotate(180deg);
}
.subcategory {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#customer_firstname {
	width: 300px;
}
#customer_telephone {
	width: 260px;
}

.control-label {
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.row-shipping_address_city {
		flex-wrap: wrap;
	}
}
lecheckout_bottom {
	border-bottom: 1px solid #85838394;
}
.form-horizontal {
	padding-left: 10px !important;

}
.row-customer_telephone {
	padding: 0 30px;
}
.continue_shopping {
	padding-top: 15px;
	font-size: 18px;
}
@media (max-width: 576px) {
	.row-customer_firstname {
		padding-top: 125px !important;
	}
}
@media (max-width: 576px) {
	#customer_firstname {
		width: 100%;
	}
}

@media (max-width: 450px) {
	/*.product-layout .product-thumb {*/
		/*height: 330px !important;*/
	/*}*/
}

@media (max-width: 576px) {
	#customer_telephone {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.row-shipping_address_city {
		display: block;
	}
}
@media (min-width: 769px) and (max-width: 1200px) {
	.leave-email {
		display: block;
	}
}
.form-horizontal .control-label {
	margin-right: -10px;
	font-family: bebas-thin;
}
.navbar-nav > li > a {
	line-height: 0 !important;
}
.inform-nav > li > a {
	line-height: 1.4 !important;
}
#product {
	margin-top: 10px;
}
.danger-x {
	font-size: 20px;
	background-color: transparent;
	border: none;
	margin-top: 5px;
}
.nav-footer {
	column-count: 2;
	list-style-type: decimal;
}
input#phoneMask {
	width: 100%;
	padding-left: 20px;
}
.order-click {
	width: 100%;
}
.subcategory .subcategory-item a h3 {
	margin: 10px;
}


.phones {
	display: inline-block;
	text-align: left;
	vertical-align: top;
    float: right;
	margin-right: 49px;
	background: #000;
}
.phones-button {
	cursor: pointer;
	float: right;
	clear: none;
	width: 13px !important;
	height: 7px;
	margin-right: 25px;
	padding-bottom: 15px;
}
.phone {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	padding: 0 10px;
}
.phones .phone {
	display: block;
	width: 100%;
	text-align: left;
/*	line-height: 2vw;*/
}
.phones .phone.hide {
	display: none;
}
.phones.open {
	/*height: 6vw;*/
	background: #000;
	z-index: 1;
	position: absolute;
	right: 99.5px;
}
.hide-open {
	display: block !important;
}
.btn-phone {
	position: relative;

}

.tab-product {
	color: #0000009e;
	font-size: 19px;
	text-align: center;
	transition: all 0.2s;
	padding: 10px 0;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
}

.tab-product-item.active {
	border-bottom: 2px solid;
	color: #000;
}

.tab-product-item:hover {
	color: #000;
	background-color: #efefefa6;
}

.tab-product-text .active {}

.tab-product-text {
	display: none;
}

.tab-product-text.active {
	display: block;
	font-size: 21px;
	color: #000;
	padding: 30px 0;
}
.tab-product-text-block {
	padding: 0;
}
.mceItemTable {
	margin-left: auto; 
	margin-right: auto;
}

.material-icons {
	font-size: 40px;
	color: #fff;
	margin: -10px 0 0 -15px;
}
@-ms-document url-prefix() {
	.material-icons {
		margin: 0 0 0 -15px;
	}
}
.row-shipping_address_address_1 .form-control {
	width: 230px !important;
}
@media (min-width: 769px) and (max-width: 1024px) {
	.row-shipping_address_address_1 {
        left: 430px;
        top: 370px;
	}
	footer {
		height: 195px !important;
	}
	.social-media-item-item .fab {
		font-size: 23px;
	}
	.footer {
		padding: 0;
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.row-shipping_address_address_1 {
		left: -279px;
		top: 52px;
		position: relative;
	}
	.row-customer_telephone {
		padding: 0;
	}
	.row-customer_telephone {
		margin-top: 50px;
	}
	.nav-footer {
		column-count: 1;
		margin-top: -10px;
	}
	.our-social_media {
		width: 230px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.row-shipping_address_address_1 {
		left: 0%;
		top: 52px;
		position: relative;
	}
	.row-customer_telephone {
		padding: 0;
	}
	.row-customer_telephone {
		margin-top: 50px;
	}
}
@media (min-width: 501px) and (max-width: 768px) {
	.row-shipping_address_city {
		top: 0;
		left: 60px;
		position: relative;
	}
	.row-shipping_address_address_1 {
		left: 0;
		top: -5px;
	}
	.row-shipping_address_city .control-label {
		position: absolute;
		left: -60px;
	}
	.row-customer_telephone {
		padding: 0;
	}
	.phones.open {
		right: 23px;
		height: 8vw;
	}
	.phones .phone {
		line-height: 2.5vw;
	}
	.footer .navbar-nav > li > a {
		display: ruby-text-container;
	}
	.social-media-item-item .fab {
		font-size: 30px;
	}
	.col-md-9 {
		display: flex !important;
		justify-content: center !important;
	}
	footer {
		height: 300px !important;
	}
}
@media (min-width: 320px) and (max-width: 576px) {

	#menuMobileHeader{
		display: none;
	}

	.fix__on_mobile{
		padding: 0;
	}

	.row-shipping_address_address_1 {
		top: 0px;
		left: 0;
	}
	button.btn.btn-navbar.navbar-toggle {
		background-color: #fff!important;
		background-image: unset!important;
		border: 1px solid #000!important;
	}
	.row-customer_telephone {
		padding: 0;
	}
	footer {
		height: 560px !important;
	}
	.nav-footer {
		column-count: 1;
		list-style-type: decimal;
	}
	.inform {
		width: 100%;
	}
}
@media (min-width: 576px) and (max-width: 578px) {
	.phones .phone {
		line-height: 4.5vw !important;
	}
	.btn-phone {
		right: 145px;
	}
	.inform {
		width: 100%;
	}
}
@media (min-width: 1601px) and (max-width: 1920px) {
	.phones.open {
		right: 99px;
	}
	.material-icons {
		margin: -2px 0 0 -15px;
	}
}
@media (min-width: 1367px) and (max-width: 1600px) {
	.phones.open {
		right: 84px;
	}
	.material-icons {
		margin: -5px 0 0 -15px;
	}
}
@media (min-width: 1281px) and (max-width: 1366px) {
	.phones.open {
		right: 99px;
	}
	.material-icons {
		margin: -7px 0 0 -15px;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.phones.open {
		right: 99px;
	}
	.material-icons {
		margin: -7px 0 0 -15px;
	}
}
@media (min-width: 998px) and (max-width: 1024px) {
	.phones.open {
		right: 99px;
	}
	.material-icons {
		margin: -10px 0 0 -15px;
	}
}
@media (min-width: 320px) and (max-width: 576px) {
	.btn-phone {
		top: 320px;
		position: absolute;
		left: 13vw;
	}
	header {
		height: 48px;
	}
	.phones.open {
		right: 0;
		position: relative;
		z-index: 999;
		height: 20vw;
	}
	.phones .phone {
		line-height: 20px;
	}
}
.selected_color {
	border: 1px solid #000;
}
.price-main {
	display: flex;
}
.with-special {
	margin: 0px !important;
}
.with-button {
	 margin-top: 20px !important;
 }
.with-price {
	display: flex !important;
	flex-direction: column !important;
	padding-top: 0px !important;
}
.with-old {
	font-family: bebas-thin !important;
	font-size: 17px !important;
	text-decoration: line-through;
}
.with-new {
	font-family: bebas-thin !important;
	font-size: 30px !important;
	margin-top: 5px;
	font-weight: 400 !important;
	color: red;
}
.with-old span {
	font-size: 14px !important;
}
.with-new span {
	font-size: 14px !important;
}
.viewed-price {
	display: flex !important;
	flex-direction: column !important;
    line-height: 20px;
	margin-top: -5px !important;
	margin-bottom: 7px;
}
.viewed-old {
	font-family: bebas-thin !important;
	font-size: 17px !important;
	color: #999;
}
.viewed-new {
	font-family: bebas-thin !important;
	font-size: 30px !important;
	font-weight: 400 !important;
	color: red;
}
.viewed-old span {
	font-size: 14px !important;
}
.viewed-new span {
	font-size: 14px !important;
}
.text-description {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 15px;
	margin-top: 20px;
}
.with-shares-items {
	display: flex !important;
	flex-direction: column !important;
	line-height: 20px;
	margin-top: -5px !important;
	margin-bottom: 7px;
}
.with-shares-old {
	font-family: bebas-thin !important;
	font-size: 17px !important;
	color: #999;
	text-decoration: line-through;
}
.with-shares-new {
	font-family: bebas-thin !important;
	font-size: 30px !important;
	font-weight: 400 !important;
	color: red;
}
.with-shares-old span {
	font-size: 14px !important;
}
.with-shares-new span {
	font-size: 14px !important;
}
.with-watched-items {
	display: flex !important;
	flex-direction: column !important;
	line-height: 20px;
	margin-top: -5px !important;
	margin-bottom: 7px;
}
.with-watched-old {
	font-family: bebas-thin !important;
	font-size: 17px !important;
	color: #999;
	text-decoration: line-through;
}
.with-watched-new {
	font-family: bebas-thin !important;
	font-size: 30px !important;
	font-weight: 400 !important;
	color: red;
}
.with-watched-old span {
	font-size: 14px !important;
}
.with-watched-new span {
	font-size: 14px !important;
}
.with-watcher-home-items {
	display: flex !important;
	flex-direction: column !important;
	line-height: 20px;
	margin-top: -5px !important;
	margin-bottom: 7px;
}
.with-watcher-home-old {
	font-family: bebas-thin !important;
	font-size: 17px !important;
	color: #999;
	text-decoration: line-through;
}
.with-watcher-home-new {
	font-family: bebas-thin !important;
	font-size: 30px !important;
	font-weight: 400 !important;
	color: red;
}
.with-watcher-home-old span {
	font-size: 14px !important;
}
.with-watcher-home-new span {
	font-size: 14px !important;
}
.hover-price {
	font-family: bebas-thin !important;
	font-size: 17px !important;
	color: #999;
	text-decoration: line-through;
}
.hover-price span {
	font-size: 14px !important;
}
.hover-special {
	font-family: bebas-thin !important;
	font-size: 30px !important;
	margin-top: 5px;
	font-weight: 400 !important;
	color: red;
}
.hover-special span {
	font-size: 14px !important;
}
.links-info {
	display: flex;
	justify-content: space-evenly;
	padding-top: 22px;
}
.links-info .btn-inform {
	background-color: #fff;
	color: #000;
}
.links-info .btn-inform:hover {
	background-color: #000;
	color: #fff;
}
.links-info a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	margin: 0 -10px;
}
.links-info a:hover {
	color: #337ab7;
}
.links-info .modal-content {
	font-family: bebas-thin !important;
}
.links-info .modal-body form {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.links-info .modal-body input {
	width: 100%;
	height: 35px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	font-size: 20px;
}
.links-info .fix__modal {
	height: 30px;
	width: 25%;
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 10px;
}
.links-info .fix__modal:hover {
	height: 30px;
	width: 25%;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
.price-product {
	margin-right: 10px;
}
.select-simplecheckout {
	width: 30% !important;
	height: 35px;
}
@media (min-width: 320px) and (max-width: 576px) {
	.links-info {
		display: none;
	}
	div#logo {
		display: none;
	}
	.search-block {
		width: 55%;
	}
	div#search {
		margin-left: 40px;
	}
	#cart {
		left: 96vw;
		top: 1px;
	}
	.btn-block img {
		margin-left: -3px;
	}
	.btn-lg {
		padding: 10px 19px;
	}
	#cart > .btn {
		height: 34px !important;
		width: 34px !important;
		padding: 0;
		border: 1px solid #000;
	}
	#search .btn-lg {
		padding: 7px 7px;
	}
	a.login-popup-button {
		border-radius: 50%;
		height: 34px;
		width: 34px;
		position: fixed;
		top: 2px;
		left: 76vw;
		margin-top: 7px;
		z-index: 99999999;
		border: 1px solid #000;
	}
	a.login-popup-button img {
		margin-top: -14px;
		margin-left: -3px;
	}
	#search .input-lg {
		height: 34px;
	}
	.phone-popup-button {
		left: 64vw !important;
		border-radius: 50%;
		height: 34px;
		width: 34px;
		position: fixed;
		top: 2px;
		margin-top: 7px;
		background: #fff;
		z-index: 999999;
		border: 1px solid #000;
	}
	.phone-popup-button img {
		margin: 8px 0 0 8px;
	}
	#search {
		margin-bottom: 8px;
	}
	.navbar-toggle {
        position: absolute;
        top: -49px;
        padding: 5px 5px !important;
	}
	#menu .btn-navbar {
		background: #000 !important;
		/*margin-left: -10px;*/
		top: -53px;
		box-shadow: none;
	}
	.fa-bars {
		color: #fff !important;
	 }
	.content-phone {
		display: none !important;
		background: #000;
		display: flex;
		flex-direction: column;
	}
	.phone-content {
		display: flex !important;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.phone-content a {
		text-align: center;
		padding-bottom: 10px;
	}
	.phone-content a:hover {
		color: #337ab7;

	}
	header {

		z-index:9999;
		width: 100%;
	}
	.category-title{
		color:transparent;

	}


	.home_top-banner {
		margin-top: 65px !important;
		margin-bottom: 0;
	}
    div#login-popup {
        width: 91%;
        left: 20%;
        top: 13%;
    }
	.navbar-collapse.in {
		background: #fff;
		/*height: 450px;*/
		z-index: 9999999;
	}
	.three_banners {
		display: flex;
	}
	.three_banners-title {
		padding: 15px 0;
	}
	.product-layout {
		padding: 2px !important;
	}
	.color-choose_block {
		text-align: center;
		height: 20px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.product-thumb .rating {
		padding-bottom: 0px;
		margin-top: 0px;
	}
	.horizontal-sreview .caption {
		padding: 0 !important;
	}
	.review-home i.fas.fa-user {
		font-size: 18vh;
		margin-right: 10px;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.custom-review.left h2 {
		font-size: 5vh;
		text-align: center !important;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.right {
		padding: 0;
	}
	.right .home-textarea {
		padding: 0;
	}
	h2.subscribe-form.title {
		font-size: 21px;
		margin-left: 0;
	}
	.form-horizontal {
		padding-left: 0 !important;
	}
	.leave-email {
		margin-top: 0;
		padding: 0 15px 0 15px;
		text-align: left;
	}
	.leave-email span {
		font-size: 21px;
		margin-left: 0;
	}
	form.subscribe-form {
		height: 170px;
	}
	form.subscribe-form button {
		width: 100%;
	}
	.our-social_media {
		position: absolute;
		left: -1%;
		top: -100px;
	}
	.logo-footer {
		top: 422px;
		width: 100%;
		background-position: center;
	}
	.b24-widget-button-position-bottom-right {
		right: 65px;
	}
	.footer li {
		margin: 10px;
	}
	.nav-footer {
		margin: -5px;
	}
	.navbar-collapse {
		box-shadow: none;
	}
	.group-padding {
		padding: 0;
	}
	.img-responsive.main {
		height: 165px !important;
	}
	.owl-nav {
		top: 29% !important;
	}
	.image a div {
		margin-left: auto;
		margin-right: auto;
	}
	.menu-mobile-btn {
		background-color: #fff!important;
		border: none !important;
		color: #000;
		box-shadow: none;
		font-size: 22px;
		background: #fff;
		padding: 18px 0 18px 15px;
		margin: 0;
		width: 100%;
		text-align: left;
	}
	.menu-count {
		column-count: 2;
	}
	.menu-count li {
		margin-bottom: 10px;
	}
	.menu-count li a {
		width: 131px;
		text-align: center;
		border-radius: 10px;
		background: #666;
		color: #fff;
		padding: 0 !important;
		line-height: 30px !important;
	}
    #menu .nav > li > a {
        color: #000;
        text-shadow: none;
		transition: none;
		background: #fff;
		padding: 32px 0 30px 15px;
		margin: 0;
    }
	.shares-block.product .owl-nav button.owl-prev {
		margin-left: 0;
	}
	.logo-menu-mobile {
		background-color: #000;
		text-align: center;
	}
	.logo-menu-mobile img {
		padding: 20px 0;
	}
	.shipping-block {
		display: block !important;
	}
	.dropdown-toggle i {
		margin-left: 2px;
		font-size: 18px;
	}
	.product-thumb .price {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
		height: 50px;
	}
	.row-shipping_address_city .col-sm-8 {
		padding-right: 0px;
	}
	h2.other-colors {
		margin-left: -205px;
	}
	div#ocfilter .list-group {
		margin-top: 100px;
	}
	.product-thumb .price {
		width: 100%;
		text-align: center;
	}
	.product-title {
        padding-top: 15%;
		text-align: center;
	}
	.thumbnails-mobile {
		display: flex !important;
	}
	.thumbnails-mobile-big-photo {
		padding-left: 20px;
	}
}



@media (min-width: 320px) and (max-width: 768px) {
	ul.nav.navbar-nav{
		padding-top: 0!important;
		margin-top: 0!important;
	}

	.menu-inform-nav {
		font-size: 22px;
		font-family: bebas-regular;
		list-style: none;
		padding: 0;
		text-align: center;
	}
	.menu-inform-nav li {
		padding: 5px;
	}
	.menu-inform-nav li a {
		color: #fff;
	}
	.product-grid {
		width: 49%;
	}
	.product-layout .product-thumb .button-group button {
		width: 100%!important;
		justify-content: center;
		margin: 0px;
	}
	.price-old {
		display: flex;
		justify-content: center;
		color: #999;
		text-decoration: line-through;
	}
	.product-thumb .rating {
		width: 125px;
		margin-left: auto;
		margin-right: auto;
	}
	.product-thumb .button-group {
		overflow: initial;
		/*width: 70%;*/
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 480px) and (max-width: 768px) {
	.product-layout .product-thumb .button-group button {
		/*width: 42%!important;*/
		margin-bottom: 15px;
		margin-top: 0 !important;
	}
}


@media (min-width: 400px) and (max-width: 420px) {
	div#login-popup {
		left: 18%;
		top: 11%;
	}
	.our-social_media {
		left: 24%;
	}
    .transition {
        padding: 0 5px;
    }
    .phone-popup-button {
        top: 2px;
		left: 65vw !important;
    }
	a.login-popup-button {
		top: 2px;
		left: 77vw;
	}
	.owl-dots {
		bottom: -10px;
	}
	.product-layout {
		padding: 15px !important;
	}
}
@media (min-width: 359px) and (max-width: 420px) {
	.product-layout {
		padding: 5px !important;
	}
	.phone-popup-button {
		top: 2px;
	}
	a.login-popup-button {
		top: 2px;
	}
	.our-social_media {
		left: 23%;
	}
	.owl-dots {
		bottom: -10px;
	}
	.menu-count {
		margin-left: 5vw;
	}
}
@media (min-width: 375px) and (max-width: 420px) {
	.our-social_media {
		left: 9%;
	}
}
@media (width: 320px) {
	.menu-count {
		margin-left: 1vw;
	}
}
@media (min-width: 500px) and (max-width: 576px) {
	.phone-popup-button {
		top: 4px;
	}
	a.login-popup-button {
		top: 5px;
		left: 77.5vw;
	}
	header {
		height: 55px;
	}
	.our-social_media {
		left: 30%;
	}
	.col-md-9 {
		display: block !important;
	}
}
@media (min-width: 540px) and (max-width: 576px) {
	.our-social_media {
		left: 32%;
	}
	.logo-footer {
		height: 100px;
		width: 100% !important;
	}
}

@media (min-width: 420px) and (max-width: 470px) {
	.our-social_media {
		left: 15vw !important;
	}
	.logo-footer {
		background-position: center;
	}
}
@media (min-width: 471px) and (max-width: 499px) {
	.our-social_media {
		left: 30vw !important;
	}
	.logo-footer {
		background-position: center;
	}
}
@media (min-width: 400px) and (max-width: 576px) {
	.shares-block-btn.btn {
		width: 29%;
	}
	.shares-block-price .fa {
		margin-top: -20px;
	}
}

/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
	from { opacity: 0; }
	to { opacity: 1 }
}
@-webkit-keyframes fade {
	from { opacity: 0; }
	to { opacity: 1 }
}
@keyframes fade {
	from { opacity: 0; }
	to { opacity: 1 }
}
.alertm_overlay {    width:100%;    height:100%;    position:fixed;    left:0px;    top:0px;        z-index: 99999999999;    background:rgba(51, 51, 51, 0.82);   display:none;}
.alertm_all {background-color: rgb(29, 27, 26)!important; font-family: Arial;    width:396px;    padding:29px 43px;    border-radius: .25rem;  background:#fff;    position:fixed;    left:50%;    margin-left:-241px;    top:50%;    z-index:99999999999;    }
.alertm_wrapper { text-align: center;    color: #fff; font-size: 22px;}
.alertm_but {background-color: #fff;   display: inline-block;    font-weight: 400;    line-height: 1.25;    text-align: center;    white-space: nowrap;    vertical-align: middle;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;     padding: .5rem 2rem;    font-size: 1rem;    border-radius: 20px;    -webkit-transition: all .2s ease-in-out;    -o-transition: all .2s ease-in-out;    transition: all .2s ease-in-out;    color: #000;    display: block;    margin-top: 25px;    cursor: pointer;}
.alertm_but:hover {    color: #fff;    background-color: #08d3ff;}

@media (min-width: 577px) and (max-width: 767px) {
	#cart {
		left: 95vw;
	}
	.content-phone {
		display: none !important;
	}
    .heading {
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 50%;
		position: relative;
		left: 18%;
		top: 48%;
	}
	.phone-popup-button img {
		padding: 7px 0 0 6px;
	}
	.phone-content {
		display: flex !important;
		width: 50%;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		left: 13%;
		top: -50px;
		line-height: 25px;
	}
	.for_mobile {
		height: 40px;
	}
    .navbar-header {
		margin-top: -30px;
	}
	a.login-popup-button {
		margin-top: -35px;
		border-radius: 50%;
		width: 50px;
	}
	a.login-popup-button img {
		width: 24px;
	}
	#menu .btn-navbar {
		padding: 2px 18px;
		background-color: #000 !important;
		border-color: #fff;
		background-image: linear-gradient(to bottom, #000000, #000000);
	}
	ul.nav.navbar-nav {
		background: #fff;
		padding-top: 0px;
	}
	#menu .nav > li > a {
		color: #000;
		padding: 25px 0;
	}
	.logo-menu-mobile {
		background: #000;
		text-align: center;
	}
	.menu-mobile-btn {
		padding: 7.5px 12px;
		font-size: 22px;
		border: none;
		border-radius: 4px;
		box-shadow: none;
		width: 100%;
		text-align: left;
	}
	.similar .image {
		text-align: -webkit-center;
	}
	.menu-count {
		column-count: 2;
	}
	.watched .image {
		text-align: -webkit-center;
	}
	.shares-block-btn.btn {
		width: 100px;
	}
	.social_media-item {
		width: 165px;
	}
	footer {
		height: 335px !important;
	}
	.logo-footer {
		background-position: center;
	}
	form.subscribe-form {
		text-align: left;
	}
	.thumbnails-mobile-big-photo {
		width: 75vw;
	}
	.three_banners {
		display: flex;
	}
	.button-group {
		display: flex;
	}
    .color-choose_block {
        height: 30px;
        text-align: center !important;
    }
	.shares-block-price {
		display: flex;
	}
	.shares-items {
		text-align: center;
		padding: 0;
	}
    .shares-block-price .fa {
        margin-top: -20px;
    }
	.shares-block.product .shares-block-btn.btn {
		padding-top: 11px !important;
	}
	.row-customer_firstname {
		margin-top: 120px;
	}
	.row-shipping_address_city {
		left: 0px;
	}
    .row-shipping_address_city .control-label {
        left: 0px;
		position: relative;
    }
	.row-shipping_address_city {
		display: flex;
		flex-direction: column;
	}
	#login-popup {
		width: 72% !important;
		left: 24% !important;
	}
	.links-info a {
		margin: 0px -35px;
	}
	.links-info button {
        margin-right: 30px;
	}
}
@media (min-width: 320px) and (max-width: 768px) {

	.fix__on_mobile{

	}

	.three_banners-img {
		height: 150px;
	}
	.desktop-fa {
		margin-left: 0!important;
	}
}
.button-desktop {
	overflow: initial !important;
	display: flex;
}
.desktop-fa {
	/*margin-left: 15px;*/
}
@media (min-width: 992px) and (max-width: 1200px) {
	.phone {
		font-size: 19px;
	}
}
.remodal-wrapper {
	z-index: 9999999 !important;
}
.buyCart {
	justify-content: center;
	display: flex;
}
.search-form-control {
	display: none;
}
.mobilePosition label {
	display: none;
}
.product-list-search .color-choose_block {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 160px;
}
@media (min-width: 1200px) and (max-width: 1920px) {
	.product-layout.product-list.product-list-search .product-thumb > div:last-child {
		width: 68%;
		float: right;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.product-layout.product-list.product-list-search .product-thumb > div:last-child {
		width: 48%;
		float: right;

	}
	.product-list-search .product-thumb > div:last-child .caption {
        margin-top: -15px;
		margin-bottom: 0;
	}
	.product-list p.description {
		width: 100%;
	}
	.product-list .product-thumb .price {
		width: 35%;
	}
	.product-list-search .color-choose_block {
		height: 30px;
	}
}
.remove-button {
	background: #000;
	color: #fff;
	border: none;
	height: 34px;
	width: 100%;
	border-radius: 7px;
	font-size: 17px;
	text-transform: uppercase;
}
.remove-button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
@media (min-width: 600px) and (max-width: 1920px) {
	#cart .dropdown-menu {
		width: 570px !important;
	}
}
@media (min-width: 320px) and (max-width: 576px) {
	.button-desktop {
		display: block !important;
	}
	.button-group {
		display: block !important;
	}
}
span#share42 {
	max-width: 1200px;
	margin-left: auto!important;
	margin-right: auto!important;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-evenly;
	position: initial !important;
	padding-top: 15px;
}
@media (min-width: 320px) and (max-width: 400px) {
	span#share42 {
		max-width: 190px !important;
	}
}
.fa-heart {
	font-size: 25px;
}
.share42-item {
	margin: 0 -250px !important;
}
@media (min-width: 320px) and (max-width: 575.98px) {
	.subcategory-item {
		width: 130px;
		margin: 0 10px;
	}
	.subcategory-item img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.with-button {
		margin-top: 9px !important;

	}
}
@media (min-width: 576px) and (max-width: 768px) {
	.subcategory-item {
		text-align: center;
	}
	.subcategory-item img {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.product-layout {
		padding: 0;
	}
}
.product-layout-desktop {
	padding: 0;
}
@media (min-width: 1200px) and (max-width: 1920px) {
	.product-layout-desktop .img-responsive {
		width: 266px !important;
	}
	.product-thumb-search .img-responsive {
		width: 266px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.product-layout {
		padding: 5px;
	}
}
.search-row {
	display: flex;
}
.search-row-input {
	margin-left: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
	.search-row {
		display: block;
	}
}


.footer-error footer {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}
@media (min-width: 401px) and (max-width: 576px) {
	.footer-error footer {
		bottom: -45%;
	}
}
@media (min-width: 360px) and (max-width: 400px) {
	.footer-error footer {
		bottom: -70%;
	}
}
@media (min-width: 320px) and (max-width: 359px) {
	.footer-error footer {
		bottom: -95%;
	}
}
.oneClickBuyPhone {
	width: 100%;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #000;
	margin-bottom: 20px;
	font-size: 27px;
}
.oneClickBuyButton {
	transition: all 0.5s;
	font-size: 28px;
	font-family: bebas-bold;
	color: #ffffff;
	background-color: #000;
	border-color: #000;
	width: 100%;
	height: 60px;
}
form#oneClickBuy {
    border: 1px solid #ccc;
    padding: 10px;
}



.outer-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
}
.outer-menu .checkbox-toggle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
	width: 60px;
	height: 60px;
	opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
	transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
	top: 0;
	transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
	opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
	pointer-events: auto;
	visibility: visible;
	background: #ccc9c9;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
	transform: scale(1);
	transition-duration: .75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
	opacity: 1;
	transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {

}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
	transform: rotate(225deg);
}
.outer-menu .hamburger {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 60px;
	height: 50px;
	padding: .5em 1em;
	border-radius: 0 0.12em 0.12em 0;
	cursor: pointer;
	transition: box-shadow 0.4s ease;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-menu .hamburger > div {
	position: relative;
	flex: none;
	width: 100%;
	height: 2px;
	background: #fefefe;
	transition: all 0.4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: inherit;
	transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
	top: 10px;
}
.outer-menu .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	visibility: hidden;
	overflow: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-menu .menu > div {
	width: 200vw;
	height: 200vw;
	color: #fefefe;
	transition: all 0.4s ease;
	flex: none;
	transform: scale(0);
	backface-visibility: hidden;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-menu .menu > div > div {
	text-align: center;
	max-width: 90vw;
	max-height: 100vh;
	opacity: 0;
	transition: opacity 0.4s ease;
	overflow-y: auto;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.outer-menu .menu > div > div > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	max-height: 100vh;
	width: 100%;
}
.outer-menu .menu > div > div > ul > li {
	padding: 0;
	margin: 1em;
	font-size: 24px;
	display: block;
}
.outer-menu .menu > div > div > ul > li > a {
	position: relative;
	display: inline;
	cursor: pointer;
	transition: color 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
	color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
	width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -0.15em;
	left: 0;
	width: 0;
	height: 2px;
	background: #e5e5e5;
	transition: width 0.4s ease;
}
.additional-new {
	font-family: bebas-thin !important;
	font-size: 18px !important;
	margin-top: 5px;
	font-weight: 400 !important;
	color: red;
}
.additional-old {
	font-family: bebas-thin !important;
	font-size: 14px !important;
	justify-content: center;
	color: #999;
	text-decoration: line-through;
}
.additional-new span {
	font-size: 12px !important;
}
.shares-block-title {
	min-height: 60px;
}
#menu{
	top: -11px;
}