@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro.eot');
	src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
	url('../fonts/GothamPro.woff') format('woff'),
	url('../fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  	font-display: block;
}

@font-face {
  font-family: 'StroyCentr-IcoMoon';
  src:  url('../fonts/StroyCentr-IcoMoon.eot?latjmh');
  src:  url('../fonts/StroyCentr-IcoMoon.eot?latjmh#iefix') format('embedded-opentype'),
    url('../fonts/StroyCentr-IcoMoon.ttf?latjmh') format('truetype'),
    url('../fonts/StroyCentr-IcoMoon.woff?latjmh') format('woff'),
    url('../fonts/StroyCentr-IcoMoon.svg?latjmh#StroyCentr-IcoMoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

#cart-total{
	position: absolute;
	right: 0px;
	top: -15px;
	width: 30px;
	height: 30px;
	background: #FFA800;
	border: 3px solid #FFFFFF;
	border-radius: 15px !important;
	text-align: center !important;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	/* identical to box height */
	display: flex;
	justify-content: center;
	letter-spacing: -0.01em;

	color: #FFFFFF;
}

.information-thumb{
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	padding: 0 !important;
}




.information-thumb h4 a,
.information-thumb .h4 a{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: -0.01em;

	color: #252020;
    min-height: 47px;
    display: block;

}
.information-thumb p{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: -0.01em;

	color: #777777;

}

.h2{
	font-family: Gotham Pro;
	font-size: 36px;
	line-height: 34px;
	font-weight: bold;

	color: #252020;
}

.h1, .h2, .h3, 
h1, h2, h3{
	margin-bottom: 40px;
}



.module_latest_information{
	padding-top: 60px;
	padding-bottom: 60px;
}

.module_html{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}

.module_html:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}






.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background: #FFA800 !important;
    border-color: #FFA800 !important;
}
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary.active, 
.btn-primary.disabled, 
.btn-primary[disabled] {
    background: #FFA800 !important;
    background-position: 0 -15px;
}
.btn-primary.active, 
.btn-primary:active, 
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.active, 
.btn-primary:active, 
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background: #FFA800 !important;
    border-color: #FFA800 !important;
}
.btn-primary:hover {
    color: #fff;
    background: #FFA800 !important;
    border-color: #FFA800 !important;
}

.btn-primary {
    color: #ffffff;
    text-shadow: none !important;
    background: #FFA800 !important;
    background-image: none !important;
    background-repeat: repeat-x;
    border-color: #FFA800 !important;

    font-family: Roboto;
	font-style: normal !important;
	font-size: 16px !important;
	line-height: 19px !important;
	text-align: center !important;
	letter-spacing: -0.01em !important;
	box-shadow: none !important;
	padding: 13px 19px !important;
}
.btn-default:hover {
    color: #fff;
    background: #252020 !important;
    border: 1px solid #252020 !important;
}

.btn-default {
    color: #252020;
    text-shadow: none !important;
    background: #fff !important;
    background-image: none !important;
    background-repeat: repeat-x;
    border-color: #252020 !important;

    font-family: Roboto;
	font-style: normal !important;
	font-size: 16px !important;
	line-height: 19px !important;
	text-align: center !important;
	letter-spacing: -0.01em !important;
	box-shadow: none !important;
	padding: 13px 19px !important;
}

.input-quantity,
#input-quantity{
    font-family: Roboto;
	font-style: normal !important;
	font-size: 16px !important;
	line-height: 19px !important;
	text-align: center !important;
	letter-spacing: -0.01em !important;
	box-shadow: none !important;
	padding: 13px 19px !important;
	height: auto !important;
}



.module_latest_special .date_end{
	display: flex;
	align-items: center;
	width: 100%;
	height: 65px;
	padding: 15px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: -0.01em;

	color: #777777;
	background: #fff;
}


.module_latest_special .date_end i{
	color: #FFC657;
	font-size: 32px;
	margin-right: 6px;
}
.module_latest_special .caption{
	display: block;
	position: absolute;
	top: 0px;
	height: calc(100% - 125px);
	padding: 0 15px;
	left: 20px;
	width: calc(100% - 40px);
}
.module_latest_special .caption .h4 a,
.module_latest_special .caption h4 a{
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
    font-size: 14px;
    line-height: 24px;
	letter-spacing: -0.01em;
	text-transform: uppercase;

	color: #FFFFFF !important;
    width: 50%;
    display: block;
}
.module_latest_special .caption .h4,
.module_latest_special .caption h4{
	margin-bottom: 15px !important;
}




.container-fix{
	max-width: 1366px;
	padding: 0;
}

.sc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'StroyCentr-IcoMoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sc-icon-arrow-2-left:before {
  content: "\e911";
}
.sc-icon-arrow-2-right:before {
  content: "\e912";
}
.sc-icon-arrow-left:before {
  content: "\e913";
}
.sc-icon-arrow-right:before {
  content: "\e914";
}
.sc-icon-arrow-up:before {
  content: "\e915";
}
.sc-icon-arrow-down:before {
  content: "\e916";
}
.sc-icon-benefit-01:before {
  content: "\31";
  color: #37aee2;
}
.sc-icon-benefit-02:before {
  content: "\32";
  color: #37aee2;
}
.sc-icon-benefit-03:before {
  content: "\33";
  color: #37aee2;
}
.sc-icon-benefit-04:before {
  content: "\34";
  color: #37aee2;
}
.sc-icon-benefit-05:before {
  content: "\35";
  color: #37aee2;
}
.sc-icon-burger:before {
  content: "\7a";
  color: #fff;
}
.sc-icon-cart:before {
  content: "\30";
}
.sc-icon-check:before {
  content: "\36";
  color: #ffa800;
}
.sc-icon-delivery:before {
  content: "\39";
}
.sc-icon-unloading:before {
  content: "\67";
}
.sc-icon-climb:before {
  content: "\62";
}
.sc-icon-close:before {
  content: "\63";
}
.sc-icon-date:before {
  content: "\64";
  color: #ffc657;
}
.sc-icon-eye:before {
  content: "\6f";
}
.sc-icon-facebook:before {
  content: "\66";
  color: #fff;
}
.sc-icon-twitter:before {
  content: "\72";
  color: #fff;
}
.sc-icon-instagram:before {
  content: "\69";
  color: #fff;
}
.sc-icon-like:before {
  content: "\6c";
}
.sc-icon-map:before {
  content: "\6d";
}
.sc-icon-mail:before {
  content: "\65";
}
.sc-icon-phone:before {
  content: "\70";
}
.sc-icon-search:before {
  content: "\e92c";
}
.sc-icon-star:before {
  content: "\73";
}
.sc-icon-user:before {
  content: "\75";
}

.sc-icon-viber:before {
  content: "\76";
}
.sc-icon-telegram:before {
  content: "\74";
}

#top-phones ul{
	margin-bottom: 0 !important;
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.sc-icon-burger{
	font-size: 16px;
	margin-right: 10px;
}

#button_feedback{
	background: #EEEEEE;
	padding: 20px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.01em;

	color: #37AEE2;
	text-decoration: none !important;
}


#button-oneclick{
	width: 100%;
}

#modalNewReview .h2,
#modalBuyOneClickkHeader .h2,
#modalFeedbackHeader .h2{
	white-space: nowrap;
	margin: 0;
	font-family: Gotham Pro;
	font-size: 36px;
	line-height: 34px;
	text-align: left;

	color: #252020;
}

.help-block{
	text-align: center;
}

#benefices{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}

#benefices li{
	border: 2px solid #e1e1e1;
	padding: 40px 20px 20px;
	text-align: center;
	width: 19%;
}

#benefices li i{
	display: block;
	position: relative;
	font-size: 62px;
	margin-bottom: 15px;
}
#benefices li p{
	display: block;
	position: relative;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: -0.01em;

	color: #252020;
}

.mCustomScrollbar{
	max-height: 190px;
	overflow: hidden;
}


body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 16px;
    line-height: 1.42857143;
	width: 100%;
	background-color: #f6f6f6;
}
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
.h1,
h1 {
	font-size: 33px;
	line-height: 30px;
	color: #252020;
}
.h2, 
h2 {
	font-size: 27px;
}
.h3,
h3 {
	font-size: 21px;
}
.h4,
h4 {
	font-size: 15px;
}
.h5,
h5 {
	font-size: 12px;
}
.h6,
h6 {
	font-size: 10.2px;
}
a {
	color: #37AEE2;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.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;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	padding: 4px 0px 3px 0;
	min-height: 40px;
	background-color: #fff;
}
#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;
}

header{
	background-color: #fff;
	margin-bottom: 30px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}

#nav-main{
	border-top: 2px solid #e1e1e1;
	border-bottom: 2px solid #e1e1e1;
	padding-top: 0px;
	padding-bottom: 0px;
    width: 100%;
    z-index: 99;
    background: #fff;
    top: 0;
}
/* search */
#search {
	margin-top: 10px;
	margin-bottom: 10px;
}
#search .input-lg {
	display: block;
	position: relative;
	height: 47px;
	line-height: 20px;
	padding: 0 10px 0 50px;
	border-color: #ffa800;

	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */
	letter-spacing: -0.01em;

	color: #252020;
}
#search:before {
	content: "";
	display: block;
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background-image: url(../image/icon-search.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 50% 50%;
	z-index: 3;
}
#search .btn-lg {
	line-height: 18px;
	padding: 14px 35px;
	color: #fff !important;
	background-color: #ffa800 !important;
	background-image: unset;
	border-color: #ffa800 !important;

	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -0.01em;
}
/* cart */
#cart {
	margin-top: 10px;
	margin-bottom: 10px;
}
#cart a{

	display: block;
	position: relative;
	padding-right: 15px;
}
#cart i {
	font-size: 32px;
	line-height: 18px;
	color: #252020;
	display: block;
	position: relative;
}
@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;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#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) {
	#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;
	padding-bottom: 30px;
	background-color: #FFFBF4;
	border-top: 1px solid #ddd;
	color: #252020;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #252020;
}
footer a:hover {
	color: #252020;
}
footer h5,
footer .h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold !important;
	color: #252020;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 0;
	border: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child {
	padding-left: 0px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -5px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-moz-transform: rotate(-45deg) translateY(-50%);
	-o-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
}


.breadcrumb > li {
	font-size: 12px;
}

.breadcrumb > li:last-child:after {
	content: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.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;
}
.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 {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 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 {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.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;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb .h4,
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 170px;
}
.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,
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.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: auto;
	text-align: center;
}
.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 {
	width: 60%;
	border: none;
	display: inline-block;
	background-color: #FFA800;
	padding: 12px 15px;

	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	letter-spacing: -0.01em;
	margin-bottom: 30px;
	color: #fff;
}
.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;
}


.product-thumb .button-group button.gray{
	color: #444 !important;
	background-color: #ddd !important;
	text-decoration: none !important;
	cursor: pointer !important;
}

@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 {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#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-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-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;
}

#menu-vertical {
    border-radius: 0 !important;
    margin-bottom: 10px;
    box-shadow: none !important;
    z-index: 887;
}

.btn-menu {
    color: #ffffff;
    text-shadow: none !important;
    background-color: #ffa800 !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

#menu-vertical .btn > .fa{
	float: left;
}

*{
	border-radius: 0 !important;
}






#top-phones a{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	letter-spacing: -0.01em;

	color: #252020;
}


#top-phones .icns a{

}


#top-links a,
#top .btn-link{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	/* identical to box height */

	display: flex;
	align-items: center;
	letter-spacing: -0.01em;

	color: #777777;
}

#top .btn-link{
	padding: 6px 10px 0 10px;
    margin-bottom: 10px;
}


#top .btn-link img{
	margin-right: 5px
}

h3, 
.h3{
	font-family: 'Gotham Pro';
	font-size: 26px;
	font-weight: bold;
	line-height: 34px;
	display: flex;
	align-items: center;

	color: #252020;
}

.product-thumb{
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-orange{
	background: #FFA800;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -0.01em;

	color: #FFFFFF;

}


.d-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.align-items-center{
	align-items: center;
}

.justify-content-between{
	justify-content: space-between;
}

.justify-content-end{
	justify-content: flex-end;
}

#cart{
	margin-left: 35px;
}

.user-account-links{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	/* identical to box height */
	display: flex;
	align-items: center;
	text-align: right;
	letter-spacing: -0.01em;

	color: #252020;
	text-decoration: none !important;

}


.user-account-links i{
	font-size: 28px;
	margin-right: 9px;
}

#user{
	display: block;
	position: relative;
}


#menu-vertical-list{
	background-color: #21242B;
}

.image{
	padding: 20px;
	border-bottom: 1px solid #E1E1E1;
}

.sku{
	display: block;
	position: relative;
	margin: 0 auto;
	background: #FFF5E3;
	padding: 5px 10px;

	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	letter-spacing: -0.01em;
	margin-bottom: 15px;

	color: #606060;
}

#product-card .sku{
	display: inline-block;
	text-align: left;
}
#product-card .sku-right{
	padding: 5px 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	letter-spacing: -0.01em;
	margin-bottom: 15px;

	color: #606060;
}


.product-thumb .caption h4 a,
.product-thumb .caption .h4 a{
	text-align: center;
	display: block;
	position: relative;

	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	letter-spacing: -0.02em;

	color: #37AEE2;
	margin-bottom: 15px;
}
.product-thumb .caption .price{
	display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;

    
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -0.01em;

	color: #252020;
}

.price-new{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.01em;

	color: #252020;
}

.price-old{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.01em;

	color: #777777;
}

@media screen and (max-width: 1400px){
	.price-old{
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
	}
}

.category-box > div{
	border-top: 10px solid #37AEE2;
}

.category-box > div .caption{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}


.category-box > div .caption a{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	letter-spacing: -0.01em;

	color: #252020;
}


.category-box > div .category-image{
	background-color: #fff;
}

.nav-tabs{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}
.nav-tabs>li{
	width: 100%;
	text-align: center;
	border-left: 1px solid #E1E1E1;
}
.nav-tabs>li:first-child{
	border-left: none !important;
}
.nav-tabs>li>a {
    margin-right:0;
    line-height: 1.42857143;
    
    border-radius:0;
	color: #e1e1e1;
	border-bottom: 5px solid #e1e1e1;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;

	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	letter-spacing: -0.01em;

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #37AEE2;	
	border-bottom: 5px solid #37AEE2;
}

.filter-row{
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	display: block;
	position: relative;
}






.category-layout .category-thumb{
	border-top: 10px solid #37AEE2;
}
.information-layout .information-thumb .image,
.category-layout .category-thumb .image{
	padding: 0;
	background-color: #fff;
}

.category-layout .category-thumb .caption{
	padding: 15px 0;
}

.category-layout .category-thumb .caption .h4, 
.category-layout .category-thumb .caption h4{
	text-align: center;
	margin-bottom: 15px;
}
.category-layout .category-thumb .caption .h4 a,
.category-layout .category-thumb .caption h4 a{
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #252020;
}


.category-layout .category-thumb .caption ul{
	display: block;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.category-layout .category-thumb .caption ul li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.category-layout .category-thumb .caption ul li a{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 33px;
	letter-spacing: -0.01em;
	color: #777777;
}

.category-layout .category-thumb .caption ul li span{
	display: block;
	position: relative;
	width: 28px;
	height: 28px;
	border-radius: 14px !important;
	background: #D0D0D0;

	line-height: 28px;
	text-align: center;

	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -0.01em;

	color: #F6F6F6;
}


.category-layout .category-thumb .caption ul li span.count-orange{
	background: #ffa80f;
}

#product-main{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #C4C4C4;
}

#product-card{
	background: #fff;
	padding: 30px;
}



.thumbnail-slider{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.big-slider{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.thumbnail-slider .slick-slide{
	border: 1px solid #E1E1E1 !important;
	margin: 10px 0;
	outline:none;
	cursor: pointer;
	opacity: 0.5;
}

.thumbnail-slider .slick-slide.slick-current,
.thumbnail-slider .slick-slide:hover{
	border: 1px solid #f4a800 !important;
	opacity: 1;
}

.big-slider img{
	width: 100%;
}

.thumbnail-slider .slick-disabled{
	opacity: 0 !important;
}

.slick-arrow{
	height: 20px;
	cursor: pointer;    
	display: block !important;
    text-align: center;
    margin: 0 auto;
	width: 24px;
}
.slick-initialized .slick-slide{
	margin: 5px;
}


@media screen and (max-width: 768px){
	
	#menu-search-cart-row{
		flex-direction: column;
	}

	#nav-main {
	    padding-top: 15px !important;
	    padding-bottom: 15px !important;
	}

	.col{
		width: 100%;
	}

	#benefices{
		flex-wrap: wrap;
	}

	#benefices li{
		width: 49% !important;
		margin-bottom: 10px;
		padding-bottom: 0px;
	}

	#benefices li p{
		font-size: 14px;
		min-height: 40px;
		display: block;
		position: relative;
	}
}

.accordion {
    list-style-type: none;
    font-size: 16px;
}


.accordion .accordion-group {
    width: 100%;
    border-bottom: 1px solid #dedede;
}
.accordion .accordion-group:first-child {
    border-top: 1px solid #dedede;
}

.accordion .accordion-heading {
    font-size: inherit;
    padding: 0px 15px 0px 0;
}
.cm-faq .h2,
.cm-faq h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.accordion .accordion-heading a {
    display: block;
}

.accordion .accordion-heading a.accordion-toggle .icon {
    float: right;
    width: 15px;
    height: 10px;
    margin: 5px 0 0 15px;
    background-image: url(../image/arrow-up-black.svg);
    background-position: 0 0;
    background-size: 15px;
}

.accordion .accordion-heading a.accordion-toggle.collapsed .icon {
    background-image: url(../image/arrow-down-black.svg);
    background-position: 0 0;
    background-size: 15px;
}

.accordion {
    list-style: none;
    margin: 0;
    list-style-type: none;
    font-size: 16px;
    padding: 0;
}

section.cms-module:first-child, section.content-block:first-child {
    margin-top: 15px;
}
section.cms-module, section.content-block {
    position: relative;
    margin-bottom: 35px;
}

a.accordion-toggle{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
a.accordion-toggle:hover{
	color: #FFA800;
}


.wholesale{	
   	text-align: center;
    color: #e74a4a;
    font-weight: bold;
    font-size: 16px;
}


.wholesale.text-left{
	text-align: left;
}

.blok.head_group,
.blok.head_group.group_attrb{
	display: none;
}

.block_param{
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
}

.blok.title_filter{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	padding: 20px;
	color: #252020;
	border-bottom: 1px solid #E1E1E1;
}

.onli_param.blok{
	padding: 20px;
}

.text-red{
	color: #e74a4a;
}

.text-green{
	color: #3CBE60;
}


#links_info{
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}

#links_info .col{
	display: block;
	width: 33.3%;
}

#links_info a{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none !important;
	width: 100%;
  border: 1px solid #ccc;
  padding: 0 15px;
  height: 50px;
}

#links_info a span{
	color: #37AEE2;
	text-decoration: underline !important;	
	font-size: 14px;
	line-height: 16px;
}

#links_info a:hover span{text-decoration: none !important;}

.sc-icon{
	margin-right: 10px;
}

.sc_soclist .sc-icon{
	margin-right: 0px;
}

.sc-delivery{
	display: inline-block;
	position: relative;
	width: 36px;
	height: 32px;
	background: url(../image/ic-delivery.svg) 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.sc-unloading{
	display: inline-block;
	position: relative;
	width: 32px;
	height: 26px;
	background: url(../image/ic-unload.svg) 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.sc-rise{
	display: inline-block;
	position: relative;
	width: 32px;
	height: 26px;
	background: url(../image/ic-rise.svg) 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}


.c_price{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


.price-box{
	margin-bottom: 40px;
}


#product-product .thumbnail {
    padding: 0 !important;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none !important;
    border-radius: 0px !important;		
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


html, body{
	width: 100%;
	overflow-x: hidden;
}


.sc_soclist{
	list-style: none;
	display: block;
	position: relative;
	margin-bottom: 15px;
	padding-left: 0 !important;
	margin-left: 0 !important;
}


.sc_soclist li{
	display: inline-block;
	position: relative;
	margin-right: 10px;
}


.sc_soclist li a{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 25px !important;
	line-height: 34px;
	background: #FFA800;
	text-align: center;
	color: #fff !important;
}


.sc_soclist li a i{
	font-size: 24px;
	color: #fff !important;
}


#error-not-found{
	background: url(../image/bg_404.png) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}



.product-thumb .caption h4 a, 
.product-thumb .caption .h4 a{
	min-height: 84px;
	max-height: 84px;
	overflow-y: hidden;
}

.product-thumb .caption p{
	display: none;
}
p.h4,
p.wholesale,
.product-thumb .caption p.h4,
.product-thumb .caption p.price{
	display: block!important;
}

#product-card{
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.white-popup-block {
	width: 60%;
    left: 50%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
}

.popup-modal-dismiss{
	float: right;
}

@media screen and (max-width: 768px){

	.white-popup-block {
		width: 90%;
		padding: 15px;
	}

}

#button_send_feedback_header{
	width: 100%;
}


.sc-topcontact {
	margin-bottom: 30px !important;
}



.addr-header i{
	color: #252020;
	font-size: 32px;
	margin-right: 10px;
}

.addr-header {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */

	display: flex;
	align-items: center;
	letter-spacing: -0.01em;

	color: #37AEE2;
	margin-bottom: 15px;
}

.addr-addrs{
	margin-bottom: 30px !important;
}

.addr-addrs p{
	margin-bottom: 0px;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	display: flex;
	align-items: center;
	letter-spacing: -0.01em;

	color: #252020;
}

.addr-find{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	letter-spacing: -0.01em;

	color: #252020;
	margin-bottom: 15px;
}

.sc-maincontact .h4 i{
	color: #252020;
	font-size: 32px;
	margin-right: 10px;	
}

.sc-maincontact .h4{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	/* identical to box height */

	display: flex;
	align-items: center;
	letter-spacing: -0.01em;

	color: #252020;
}

.sc-maintext{
	margin-bottom: 30px !important;
}

.sc-maintext p{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 34px;
	display: flex;
	align-items: center;
	letter-spacing: -0.01em;

	color: #252020;
	margin-bottom: 0 !important;
	margin-left: 35px;
}

.sc-maintext a{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 34px;
	display: flex;
	align-items: center;
	letter-spacing: -0.01em;
	text-decoration-line: underline;

	color: #37AEE2;
}

.sc-soclist{
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.sc-soclist li{
	margin-right: 10px;
}

.sc-soclist li a{
	width: 50px;
	height: 50px;
	border-radius: 25px !important;
	background-color: #37AEE2;
	text-decoration: none !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #fff;
}


.tooljs {	
    position: absolute;
    background: rgba(33, 36, 43, 0.9);
    padding: 15px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    z-index: 3;
    color: #fff;
    cursor: default;
}


.tooljs .h1{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	letter-spacing: -0.01em;

	color: #FFFFFF;
	border-bottom: 1px solid #FFA800;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
}


.blog-rubric{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	list-style: none;
	align-items: center;
	padding: 0 !important;
	margin: 0 0 15px 0 !important;
}


.blog-rubric li{
	display: block;
	position: relative;
	padding-left: 0 !important;
	margin-left: 0 !important;
	margin-right: 10px;
}

.blog-rubric li span.active {
	background-color: #37AEE2;
	color: #fff;
	padding: 5px 10px;
}

.blog-rubric li a {

}


.attr-table__row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background-color: #f4fbfe;

}

.attr-table__label {
	text-transform: uppercase;
	float: none !important;
}

.attr-table__value {
	float: none !important;
}


.attr-table__value p{
	margin-bottom: 0 !important;
}


.qty-boxed {
	display: flex;
	align-items: center;
	position: relative;
}

.qty-boxed button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 30px !important;
	min-width: 30px;
	height: 30px;
	background: #37AEE2;
	color: #ffffff;
	border-radius: 15px !important;
	border: none;
}

.qty-boxed input {
	margin: 0 5px;
}

#product-card .nav-tabs {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.tab-review-h3 {
	margin-top: 0 !important;
}

.block-review{
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	padding: 20px;
}


.block-review span{
	width: 14px;
}
.rating i.fa-star,
.block-review i.fa-star{
	text-align: left;
	color: #FFA800;
	width: 14px;
}
.rating i.fa-star-inactive,
.block-review i.fa-star-inactive{
	color: #E0E0E0;
}

.review-author{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #252020;
	padding-bottom: 5px;
}

.review-date {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #A0A0A0;
	padding-bottom: 5px;
}

.review-text{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #252020;
}

.review-reply div {
	display: block;
	position: relative;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;

	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;

	color: #777777;
}

.review-reply div:before{
	content: "";
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	width: 5px;
	height: 100%;
	background: #FFA800;
	border-radius: 5px;
}

.review-about-product{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;

	color: #252020;
}

.review-about-product a{
	text-decoration-line: underline;
	color: #37AEE2;
}

.review-about-product a:hover{
	text-decoration-line: none;
}


.rating a{
	margin-right: 10px;
}

.inReviewLink{
	margin-top: 7px;
	display: block;
}


#product-related .product-thumb .button-group button{
	margin-bottom: 0 !important;
}

#product-related .product-thumb .caption {
	padding: unset;
	min-height: unset;
}

#product-related .product-thumb .caption .price {
	margin-bottom: 0 !important;
}
#product-related .product-thumb .caption .h4 a, 
#product-related .product-thumb .caption h4 a, 
.product-thumb .caption .h4 a {
	min-height: unset;
	max-height: unset;
	overflow-y: hidden;
}

#product-related .product-thumb .caption .sku {
	margin-bottom: 10px;
}

.sc__pricer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
	color: #252020 !important;
}

.sc__pricer-col {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.sc__price-price-header {
	font-weight: bold;
	font-size: 16px;
}


.sc__pricer .h2,
.sc__pricer h2{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-weight: bold;
	line-height: 150%;
}

.sc__price-price-value {
	font-size: 40px;
	font-weight: bold;
	line-height: 150%;
}

.qty_label {
	display: block;
	position: absolute;
	top: -25px;
	left: 15px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #252020;
}

.product__warning {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	border:  2px dashed #FFA800;
	padding: 10px 15px;
	text-align: left;
}


.product__notice {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	display: block;
	border:  2px dashed #FFA800;
	padding: 10px 15px;
	margin-bottom: 15px;
	text-align: left;
}
.product__notice-head {
	color: #DE4444;
	margin-right: 10px;
	text-transform: none;
	white-space: nowrap;
}

.product__notice > *,
.product__warning > * {
	display: inline-block;
}

.btn-remover,
.btn-remover:hover {
	background: #DE4444 !important;
	border-color: #DE4444 !important;
}

.quantity .form-control {
	padding: 15px 19px !important;
	height: auto;
	outline:none !important;
	box-shadow: none !important;
	border: none;
}
.quantity .form-control:active,
.quantity .form-control:hover,
.quantity .form-control:focus {
	outline: 0 !important;
	outline-offset: 0 !important;
	box-shadow: none !important;
}


header.header-mobile{
	display: none;
}

#attr_table {
	columns: 2;
}
.attr-table__label,
.attr-table__value{
	width: 49%;
}

@media screen and (max-width: 768px){

	#attr_table {
		columns: 1;
		margin-bottom: 60px;
	}

	.header-mobile {
		padding-bottom: 15px;
		border-bottom: 2px solid #e1e1e1;
	}

	.header-mobile__top {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 15px !important;
	}

	.header-mobile__top  .btn-menu {
		color: #000;
		text-shadow: none !important;
		background-color: transparent !important;
		border: none !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		padding: 0 !important;
		margin-right: 0;
		width: unset !important;
	}

	.header-mobile__top  .sc-icon-burger:before {
		color: #000 !important;
	}

	.header-mobile__top  #logo {
		margin: 0 20px 0 0 !important;
	}

	.header-mobile__top i.sc-icon-search,
	.header-mobile__top i.sc-icon-user,
	.header-mobile__top i.sc-icon-cart {
		font-size: 24px !important;
		line-height: 18px !important;
		color: #252020 !important;
		display: block !important;
		position: relative !important;
	}

	.header-mobile__top #cart {
		margin-left: 0 !important;
	}

	.header-mobile__middle #top-phones ul {
		justify-content: center;
	}

	.header-mobile__middle #top-phones .sc-icon {
		margin-right: 0 !important;
	}

	.header-mobile__bottom  #button_feedback {
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		color: #37AEE2;
		text-decoration: none !important;
		display: block;
		position: relative;
		margin-top: 15px;
		margin-left: 15px;
		margin-right: 15px;
		text-align: center;
	}

	header {
		margin-bottom: 0 !important;
		position: absolute;
		z-index: -1;
		top: 0;
	}
	header #nav-main{
		border: none !important;
		background: none !important;
	}

	header #top,
	header > .container{
		display: none;
	}

	header.header-mobile{
		display: block;
		position: relative;
		margin-bottom: 30px !important;
		z-index: auto;
		top: auto;
	}

	.header-mobile__search{
		display: none;
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-mobile__search.opener {
		display: block;
	}

	#menu-vertical > button{
		display: none;
	}

	header .col-sm-6 #search,
	header .col-sm-3 #user,
	header .col-sm-3 #cart {
		display: none;
	}

	#nav-main {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.product-thumb .button-group button,
	.product-thumb .button-group button + button {
		width: calc(100% - 30px);
		font-size: 14px;
	}

	#product > .form-group.row.d-flex.align-items-center {
		flex-direction: column;
	}

	#product > .form-group.row.d-flex.align-items-center > div {
		margin-bottom: 15px;
		width: 100%;
	}

	.sc__pricer {
		flex-direction: column;
	}

	.sc__pricer-col {
		width: 100%;
	}

	#product button {
		width: 100%;
	}

	#product-main *,
	.sku-right * {
		text-align: center !important;
	}

	#product-related .product-thumb{
		flex-direction: column;
	}

	#product-related .product-thumb *{
		width: 100%;
	}

	#product-related .product-thumb > div{
		margin-bottom: 15px;
	}

	#links_info {
		flex-direction: column;
		margin-left: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#links_info .col {
		margin-bottom: 10px;
	}

	.breadcrumb > li {
		padding: 0 10px;
	}

	.breadcrumb {
		margin: 0;
		padding: 0;
		border: none;
		white-space: nowrap;
		overflow-x: scroll;
	}

	.h1,
	h1 {
		font-size: 18px;
		line-height: 30px;
		font-weight: bold;
		color: #252020;
		margin-bottom: 20px;
		text-align: center;
	}

	#product-card .nav-tabs{
		flex-direction: column;
	}

	.module_latest_information {
		padding-top: 30px;
		padding-bottom: 60px;
	}

}


.orgcol {
	background-color: #FFF5E3;
	padding:  15px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
}


#review {
	margin-top: 30px;
}

.mfp-close {
	color: #000 !important;
}

.tab-content p,
.tab-content ul,
.tab-content li,
.tab-content a {
	font-size: 14px !important;
}

.tab-content h2{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}


#product-related .product-thumb .caption .h4 a{
	text-align: left;
	font-size: 14px;
	margin-bottom: 0;
}


#product-related .product-thumb .caption .price {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-around;
    text-align: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #252020;
}

#product-related .product-thumb .button-group button {
    width: 100%;
    border: none;
    display: inline-block;
    background-color: #FFA800;
    padding: 6px 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    color: #fff;
}

#product-related .product-thumb {
	padding-bottom: 15px;
	padding-top: 15px;
}

#product-related .product-thumb img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#product-related .product-thumb .wholesale {
    text-align: left;
    color: #e74a4a;
    font-weight: bold;
    font-size: 12px;
}
















