* {
	margin:0;
	/*padding: 0;*/
	font: inherit;
}

body {
	min-width: 320px;
	color: black;
	font: normal 18px/32px "RobotoRegular",Times;
	background-color: #fff;
}
a{
	color:#443e3f;
	text-decoration: none;
}

a:hover {

	color:#DD5E37;
}

img {
	border:none;
}
.clear{
	clear:both;
}
.clear15{
	clear:both;
	height:15px;
}

#wrapper{
	max-width:1920px;
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 auto;
	overflow: hidden;
}

.content {

	width: 950px;
	height: auto;
	margin:0 auto;


}

#header {

	pointer-events: none;
	position: fixed;
	height: 110px;
	width: 100%;
	background: url("../img/shadow.png");
	background-size: contain;
	z-index: 123;
	/*background-color: white;*/
	/*box-shadow: 0px 0px 18px 13px #ccc;*/

}

#header_content {

	width: 950px;
	height: 100px;
	margin: 0 auto;

}

#header_left {

	pointer-events: auto;
	float: left;
	height: auto;
	width: auto;
	

}

#header_logo {
	width: 346px;
	height: 62px;
	margin-top: 15px;

}

#header_right {

	float: right;
	height: 131px;
	width: 180px;
	pointer-events: auto;
}

#cart_sum {

	color: white;
	font-family: "RobotoRegular",Times;
	font-size: 19px;
	line-height: 90px;
	float: right;

}

#cart_logo_container {

	width: 60px;
	height: 60px;
	float: right;
	position: relative;
	margin-top: 16px;
	padding-right: 16px;

}

#cart_logo {

	background: url("../img/basket.png");
	background-repeat: no-repeat;
	background-position: center,center; 
	background-size: 55%,55%;
	width: 60px;
	height: 60px;
	position: absolute;
	
}


#cart_count {

	position: absolute;
	left: 44px;
	background: #DD5E37;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-family: "RobotoRegular",Times;
	font-size: 17px;
	color: white;
	
}
.qc-checkout-product table td {
    padding: 0px !important;
}


#banner {

	width: 100%;
    height: 286px;
	background: url("../img/bg.jpg") no-repeat;
	background-position: center 2%;
    background-size: cover;
}

#banner_text_container {

	width: 950px;
	height: 450px;
	margin: 0 auto;
padding-top: 98px;

}

.header_icons {
text-shadow: 1px 1px 1px white, 0 0 10px white;
font-size: 22px;
    font-weight: bold;
}

.header_icons img {

	padding-right: 12px;
    width: 34px;
}

#banner_text {

	width: 700px;
	height: auto;
	line-height: 24px;
	font-family: "RobotoRegular",Times;
	font-size: 17px;
	color: black;

}

#header_menu_lang_wrapper {

	width: 100%;
	height: 60px;
	background-color: #EEEEEE;

}

#header_lang_wrapper {

	display: none;

}

#header_lang {

	width: 760px;
	margin: 0 auto;
	height: 60px;
	z-index: 1;
	color: black;
	font-family: "RobotoRegular",Times;
	font-size: 18px;
	line-height: 23px;
	display: flex; 
	justify-content: space-between;
	align-content: stretch;
	text-align: center;
	padding-top: 16px;


}

#header_menu_lang {

	width: 920px;
	margin: 0 auto;
	color: white;
	height: 60px;
	z-index: 1;
	color: black;
	font-family: "RobotoRegular",Times;
	font-size: 18px;
	line-height: 23px;
	display: flex; 
	justify-content: space-between;
	align-content: stretch;
	text-align: center;
	padding-top: 4px;
}

.header_menu_en {

	align-items: center;
	background: url("../img/en_flag.png");
	background-repeat: no-repeat;
}

.header_menu_fr {

	align-items: center;
	background: url("../img/fr_flag.png");
	background-repeat: no-repeat;
}

.header_menu_cn {

	align-items: center;
	background: url("../img/cn_flag.png");
	background-repeat: no-repeat;
}

.header_menu_eu {

	align-items: center;
	background: url("../img/eu_flag.png");
	background-repeat: no-repeat;
}

.pdl_70 {

	padding-left: 70px;

}

.pdl_50 {

	padding-left: 50px;

}


#header_menu_lang  a {

	color: black;

}

.lang_menu_selected {

	font-family: "RobotoBlack";

}

#header_menu_wrapper {

	width: 100%;
	height: 60px;
	background-color: #3d3d49;

}

#header_menu {

	width: 920px;
	margin: 0 auto;
	color: white;
	height: 60px;
	z-index: 1;
	color: white;
	text-transform: uppercase;
	font-family: "RobotoLight",Times;
	font-size: 20px;
	line-height: 60px;
	display: flex; 
	justify-content: space-between;
	align-content: stretch;

}

#header_menu div {

	align-items: center;
	
}


#header_menu div:hover {

	background-color: #DD5E37;

}

#header_menu div a {

	color: white;

}


#footer { 

	width: 950px;
	height: auto;
	margin:0 auto;

}

#footer_menu {

	height: 60px;
	text-transform: uppercase;
	font-family: "RobotoRegular",Times;
	font-size: 19px;
	line-height: 60px;
	display: flex; 
	justify-content: space-around;
	align-content: stretch;
	
}

#footer_menu div {
	
	align-items: center;
	color: #444;
	text-decoration: none;
	
}

#footer_menu div a:hover {

	color: #DD5E37;

}

#footer_copyright {

	text-align: center;
	padding: 16px;

}

.header_show_text {

	cursor: pointer;
  text-align: right;
    
}

.header_more_text_pc {

	display: none;

}

.header_more_text_mobile {

	display: none;

}

.header_container {

	padding: 16px;
	width: auto;
    text-align: justify;
	box-sizing: content-box
        
}

.header_map {

margin-top: 4px;
margin-right: 20px;
width: 158px;
height: 177px;
background-image: url("../img/map.jpg");
background-repeat: no-repeat;
float: left;
background-size: contain;
text-align: center;
background-position: center;

}

.header_text {
	
	float: left;
	margin-right: 16px;

}

.header_container li {

	padding: 0;

}

p {
    -webkit-margin-after: 1em;
    -webkit-margin-before: 1em;
}

h2 {

	font-family: "RobotoBold",Times;
	font-size: 24px;
	-webkit-margin-after: 1em;
    -webkit-margin-before: 1em; 
    font-weight: normal;
    margin-left: 16px;

}

h3 {

	font-family: "RobotoBold",Times;
	font-size: 24px;
	-webkit-margin-after: 1em;
    -webkit-margin-before: 1em; 
    font-weight: normal;

}



.table_price {

	width: 100%;
	height: auto;
	padding: 16px;

}

.shadow-border {

	box-shadow: 0px 4px 8px 3px #ccc;
-webkit-box-shadow: 0px 4px 8px 3px #ccc;
-moz-box-shadow: 0px 4px 8px 3px #ccc;
-o-box-shadow: 0px 4px 8px 3px #ccc;
border-radius: 10px;
font: normal 18px/24px "RobotoRegular";

	margin-top: 16px;
	margin-bottom: 24px;
	


}

.table_price table {
	
	border-collapse: collapse;
	border-spacing: 0;
	width: 96%;

}

.table_price td, th { 

	height: 36px;
	border: 1px solid #CCC;
	text-align: center;
  	font: normal 18px "RobotoRegular";

}

.table_price th {

	background: #F3F3F3;
	font-weight: bold; 
	color: #DD5E37

}

.item {

	width: 48%;
	height: 280px;
	float: left;
	margin: 1.2% 1%;

}

.item_left {

	width: 40%;
	height: 100%;
	float: left;
	/*background-color: red;*/
	text-align: center;
}

.item_left span {

	font: normal 17px "RobotoLight";
	display: block;
	height: auto;
	width: 100%;
}

.item_left img {
    display: block; 
    margin: 16px auto;
    margin-bottom: 0;

}

.item_right {

	width: 60%;
	height: 100%;
	float: left;
	/*background-color: green;*/

}

.item_title {
	width: 100%;

}

.item_title h3 {
    margin-bottom: 10px;

}


.item_title h2 {

	text-transform: uppercase;
	-webkit-margin-after: 0;
    -webkit-margin-before: 0; 	
    padding-top: 16px;

}

.item_description {

	width: 100%;
	height: 70px;
	font: normal 17px "RobotoRegular";
	/*background-color: grey;*/

}

.item_description p {

-webkit-margin-after: 0;
-webkit-margin-before: 0;

}

.item_price {

	width: 100%;
	height: 50px;
	color: #DD5E37;
	font: normal 22px/30px "RobotoBold";
	padding-left: 16px;
}

.item_buttons {

	width: 100%;
	height: 20%;
	/*background-color: blue; */
	vertical-align: top;
	text-align: left;
}


.btn {
  background: #ffc0ad;
  background-image: -webkit-linear-gradient(top, #ffc0ad, #DD5E37);
  background-image: -moz-linear-gradient(top, #ffc0ad, #DD5E37);
  background-image: -ms-linear-gradient(top, #ffc0ad, #DD5E37);
  background-image: -o-linear-gradient(top, #ffc0ad, #DD5E37);
  background-image: linear-gradient(to bottom, #ffc0ad, #DD5E37);
  -webkit-border-radius: 31;
  -moz-border-radius: 31;
  border-radius: 31px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: "RobotoLight";
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  padding: 0px 20px 3px 20px;
  border: solid #858585 1px;
  text-decoration: none;
  display: block;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
  height: 30px;
  margin-right: 10px;
}

.btn:hover {
  background: #ffc0ad;
  background-image: -webkit-linear-gradient(top, #ffc0ad, #cD4E27);
  background-image: -moz-linear-gradient(top, #ffc0ad, #cD4E27);
  background-image: -ms-linear-gradient(top, #ffc0ad, #cD4E27);
  background-image: -o-linear-gradient(top, #ffc0ad, #cD4E27);
  background-image: linear-gradient(to bottom, #ffc0ad, #CD4E27);
  text-decoration: none;
}

.btn_silver {

  background: #c7c7c7;
  background-image: -webkit-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: -moz-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: -ms-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: -o-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: linear-gradient(to bottom, #ffffff, #c7c7c7);
  padding: 0px 12px 3px 12px;
  color: black;

}

.btn_silver:hover {

  background: #a7a7a7;
  background-image: -webkit-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: -moz-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: -ms-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: -o-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: linear-gradient(to bottom, #ffffff, #a7a7a7);
  
}



#product_container {
	width: 950px;
	height: auto;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	overflow: hidden;
}

.product_img {

	width: 310px;
	height: 310px;
	border: 2px solid #ECECEC;
	border-radius: 2px;
	margin-right: 20px;
	float: left;
	position: relative;
}

.product_img > img {

  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;

}

.product_description {

	width: 830px;
	min-height: 310px;
	float: right;

}

.product_description_table {

	width: auto;
	min-height: 160px;

}



.product_price_container {

	width: 285px;
	height: 180px;
	float: left;
	margin-right: 20px;
	border: 1px solid #ececec;
	border-radius: 2px;
	margin-top: 1px;
}

.product_price_title {

	padding-left: 16px;
	border-bottom: 1px solid #ececec;
	color: black;
	vertical-align: middle;
	font: normal 15px/39px "LatoRegular";

}

.product_price_left {

	width: 45%;
	height: 66px;
	float: left;
	padding-top: 2px;
	padding-left: 20px;
	font: normal 15px/32px "LatoRegular";
}

.product_price_left span {

	color: #870000;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
}

.product_price_right {

	padding-right: 20px;
	width: auto;
	height: 66px;
	padding-top: 2px;
	float: right;
	font: normal 15px/32px "LatoRegular";
	
}


.product_price_spinner_left {

  background: #c7c7c7;
  background-image: -webkit-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: -moz-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: -ms-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: -o-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: linear-gradient(to bottom, #ffffff, #c7c7c7);
  -webkit-border-radius: 31;
  -moz-border-radius: 31;
  border-radius: 31px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: "RobotoLight";
  color: black;
  font-size: 20px;
  line-height: 25px;
  padding: 0px 20px 3px 20px;
  border: solid #858585 1px;
  text-decoration: none;
  width: auto;
  display: inline;
  cursor: pointer;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
  height: 30px;
  box-sizing: border-box;

}

.product_price_spinner_left:hover {
  background: #a7a7a7;
  background-image: -webkit-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: -moz-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: -ms-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: -o-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: linear-gradient(to bottom, #ffffff, #a7a7a7);
  text-decoration: none;
}

.product_price_spinner_right {

  background: #c7c7c7;
  background-image: -webkit-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: -moz-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: -ms-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: -o-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: linear-gradient(to bottom, #ffffff, #c7c7c7);
  -webkit-border-radius: 31;
  -moz-border-radius: 31;
  border-radius: 31px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: "RobotoLight";
  color: black;
  font-size: 20px;
  line-height: 25px;
  padding: 0px 20px 3px 20px;
  border: solid #858585 1px;
  text-decoration: none;
  width: auto;
  display: inline;
  cursor: pointer;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
  height: 30px;
  box-sizing: border-box;
}

.product_price_spinner_right:hover {
  background: #a7a7a7;
  background-image: -webkit-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: -moz-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: -ms-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: -o-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: linear-gradient(to bottom, #ffffff, #a7a7a7);
  text-decoration: none;
}


div.product_price_spinner_number input  {
	
	display: block;
	font: normal 20px/30px "RobotoRegular";
	width: 32px;
	float: left;
	text-align: center;
	border: 0;
  	border-radius: 0;
	-webkit-appearance: none;

}

.product_price_spinner_number {
	
	display: block;
	font: normal 20px/32px "RobotoRegular";
	width: 32px;
	float: left;
	text-align: center;

}

.product_price_button {

	text-transform: uppercase;
	text-align: center;
	width: 244px;
	height: 48px;
	background-color: #4870AE;
	color: white;
	border-radius: 2px;
	margin: 0 auto;
	font: normal 21px/48px "LatoBold";
	-webkit-transition: all 0.15s ease;
	cursor: pointer;
}

.product_price_button:hover {

	opacity: 0.7;

}

td .product {

	font: normal 24px 'RobotoRegular';

}

td .product_price_first {

	font: normal 24px 'RobotoBlack';

}

td .product_price_final {

	font: normal 24px 'RobotoBlack';

}

td .product_price_discount {

	font: normal 24px 'RobotoBlack';

}

td p {

	font: normal 24px 'RobotoRegular';	

}

p {

	font: normal 24px 'RobotoRegular';	

}

.ml {

		font: normal 24px/24px 'RobotoLight';	

}

.p32 {

	padding: 32px;

}

.p16 {

	padding: 16px;

}

.cart_del {
	cursor: pointer;
}


.radio{
  font: normal 18px/32px "RobotoRegular";
  position:relative;
}
.radio span{
  position:relative;
  padding-left: 40px;
  font: normal 18px/32px "RobotoRegular";

}
.radio span:after{
  color: #DD5E37;
  content:'';
  width:28px;
  height:28px;
  border: 1px solid;
  position:absolute;
  background-color: white;
  left:0;
  top: 1px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  z-index: 1;
  cursor: pointer;
  font: normal 18px/32px "RobotoRegular";

}
.radio input[type="radio"]{
  cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-color: white;
}

.radio input[type="radio"]:checked + span:before{
    content:'';
  width:10px;
  height:10px;
  position:absolute;
  background: #DD5E37;
  left:9px;
  top:10px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  font-weight: bold;
  z-index: 5;
  cursor: pointer;
  font: normal 18px/32px "RobotoRegular";
}

label {

	-webkit-margin-after: 1em;
    display: block;	
    font: normal 18px/32px "RobotoRegular";

}

.orange {

	color: #DD5E37;
	font-style: normal;
    
}


.comment_form_input input[type=text] {

	border: 1px solid #909090;
	border-radius: 15px;
	height: 34px;
	width: 100%;
	 outline: none;
	padding: 8px;
	box-sizing: border-box;

}

input[type=text]:focus {

	border: 1px solid #DD5E37;
	 outline: none;
	
}
 


input.submit_silver_btn {
  
  background: #c7c7c7;
  background-image: -webkit-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: -moz-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: -ms-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: -o-linear-gradient(top, #ffffff, #c7c7c7);
  background-image: linear-gradient(to bottom, #ffffff, #c7c7c7);
  -webkit-border-radius: 31;
  -moz-border-radius: 31;
  border-radius: 31px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: "RobotoLight";
  color: black;
  font-size: 19px;
  line-height: 15px;
  padding: 0px 20px 3px 20px;
  border: solid #858585 1px;
  text-decoration: none;
  width: auto;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
  height: 33px;
}

.submit_silver_btn:hover {
  
  background: #a7a7a7;
  background-image: -webkit-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: -moz-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: -ms-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: -o-linear-gradient(top, #ffffff, #a7a7a7);
  background-image: linear-gradient(to bottom, #ffffff, #a7a7a7);
  text-decoration: none;
}

.grey {

	background-color: #eee;

}

.avatar_item {

	width: 58px;
	height: 58px;
	border-radius: 6px;
	padding: 1px;
    cursor: pointer;		
}

.c-rating{

	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	list-style:none;
	margin:0;
	padding:0
}
.c-rating__item{

	-webkit-box-flex:0;
	-webkit-flex:0 0 31px;
	-ms-flex:0 0 31px;
	flex:0 0 31px;
	height:31px;
	background:url(/img/stars.png);
	cursor:pointer;
	background-position:-31px 0;

}

.c-rating__item.is-active,.c-rating__item:hover{

	background-position: 0 0;

}

.comment_br {

	width: 100%; 
	height: 15px;

}

input.comments  {

	border: 1px solid #909090;
	border-radius: 10px;
	height: 35px;
	width: 100%;
	outline: none;
	font: normal 16px "RobotoLight";
	color: #909090;
	padding: 8px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;   

}


#captcha_block {
	
	border: 1px solid #909090;
	border-radius: 10px;
	height: 35px;
	width: 320px;
	outline: none;
	font: normal 16px "RobotoLight";
	color: #909090;
	padding: 8px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
	
}

textarea.comments  {

	border: 1px solid #909090;
	border-radius: 10px;
	height: 100px;
	width: 100%;
	outline: none;
	font: normal 16px "RobotoLight";
	color: #909090;
	padding: 8px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;   

}

h1 {

	font: normal 32px "RobotoBlack" ;
	-webkit-margin-after: 1em;
    -webkit-margin-before: 1em;
    font-weight: normal; 
}

.header_container li {

	font: normal 17px 'RobotoRegular'

}

.header_container ol {

   -webkit-padding-start: 40px;

}

.header_container h1 {

    -webkit-margin-before: 16px;
    -webkit-margin-after: 16px;
}

.header_container h2 {

	font-size: 19px;

}

h1.nobr {
	
	-webkit-margin-after: 0  !important;
    -webkit-margin-before: 0 !important; 
}

h2.nobr {
	
	-webkit-margin-after: 0  !important;
    -webkit-margin-before: 0 !important; 
}

.popup {
  position: relative;
  font-size: 13px;

  width: 100%;
  min-height: 120px;

  background-color: white;
  color: white;

  padding: 15px 20px;
  margin-left: 15px;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;

  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 15px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 15px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 0 5px 15px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 15px 0;
  box-sizing: border-box;
}


.popup .arrow {
  position: absolute;

  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

  width: 22px;
  height: 22px;

  background-color: white;
}

.left-arrow .arrow {
  left: -8px;
  top: 50px;

  -moz-box-shadow: rgba(0, 0, 0, 0.2) -1px 6px 8px -3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -1px 6px 8px -3px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) -1px 6px 8px -3px;
  box-shadow: rgba(0, 0, 0, 0.2) -1px 6px 8px -3px;
}
.right-arrow .arrow {
  right: -8px;
  top: 50px;

  -moz-box-shadow: rgba(0, 0, 0, 0.2) -1px 6px 8px -3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -1px 6px 8px -3px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) -1px 6px 8px -3px;
  box-shadow: rgba(0, 0, 0, 0.2) -1px 6px 8px -3px;
}

.left {

	float: left;

}

.right {

	float: right;

}

td {

	font: normal 18px/32px "RobotoRegular";

}

b {

	font-family: "RobotoBold";

}

.comment_item {

	display: flex; 
	align-content: stretch; 
	padding-top: 16px;

}
.comment_photo_container {

	width: 120px; 
	padding-right: 20px;
}
.comment_photo {

	width: 120px; 
	height: 120px; 
	border-radius: 10px; 
	background-size: cover; 
	-moz-box-shadow: 0px 4px 10px 1px #ddd;
    -webkit-box-shadow: 0px 4px 10px 1px #ddd;
    -o-box-shadow: 0px 4px 10px 1px #ddd;
	box-shadow: 0px 4px 10px 1px #ddd;
}


#button-review {
	    background: #c7c7c7;
    background-image: -webkit-linear-gradient(top, #ffffff, #c7c7c7);
    background-image: -moz-linear-gradient(top, #ffffff, #c7c7c7);
    background-image: -ms-linear-gradient(top, #ffffff, #c7c7c7);
    background-image: -o-linear-gradient(top, #ffffff, #c7c7c7);
    background-image: linear-gradient(to bottom, #ffffff, #c7c7c7);
    -webkit-border-radius: 31;
    -moz-border-radius: 31;
    border-radius: 31px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: "RobotoLight";
    color: black;
    font-size: 19px;
    line-height: 15px;
    padding: 0px 20px 3px 20px;
    border: solid #858585 1px;
    text-decoration: none;
    width: auto;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 33px;
}

.comment_author {

	font: normal 17px 'RobotoBold'; 
	color: black; 
	text-align: center; 
	padding-top: 16px;

}
.comment_bubble {

	flex:1; 
	display: flex; 
	flex-flow: row wrap; 
	justify-content: space-around;

}
.comment_bubble__stars {

	width: 100%; 
	height: 40px; 
	display: flex; 
	align-content: stretch; 
	align-items: center;

}
.comment_bubble__text {

	width: 100%; 
	height: auto; 
	font: normal 17px/26px 'RobotoRegular'; 
	color: black; padding-bottom: 16px;
}
.comment_bubble__date {

	width: 100%; 
	height: auto; 
	font: normal 17px/26px 'RobotoRegular'; 
	color: #999;

}

.comment_form__photo_container {
	
	display: flex; 
	align-content: stretch;

}

.comment_form__photo {

	min-width: 120px; 
	width: 120px; 
	height: 120px; 
	background: url('../img/nobody.png'); 
	background-size: cover; 
	background-color: white; 
	border-radius: 10px; 
	border: 1px solid #909090; 
	color: #DD5E37; 
	display: flex; 
	align-items: center; 
	align-content: center; 
	justify-content: space-around; 
	text-align: center; 
	font: normal 18px 'RobotoRegular';

}

.comment_form__triangle {

	min-width: 40px; 
	height: 120px; 
	background: url(/img/arrow-comment.png) no-repeat; 
	background-position: right, center;
}

.comment_form__select_avatars {

	height: 120px; 
	flex: 1; 
	display: flex; 
	flex-flow: row wrap; 
	justify-content: space-around; 
	border-radius: 10px; 
	border-right: 1px solid #909090; 
	border-top: 1px solid #909090; 
	border-bottom: 1px solid #909090; 
	padding: 2px; 
	background: white

}

.comment_form__stars_container {

	display: flex; 
	align-content: stretch; 
	align-items: center; 
	height: 55px;

}

.comment_form__stars {

	width: 170px; 
	height: 32px; 

}

.comment_form__stars_text {

	line-height: 32px; 
	font: normal 18px 'RobotoLight'; 
	color: #929292;

}

.shit {

	font: normal 16px "RobotoRegular";

}

.products {


	min-width: 950px;
	min-height: 10px;
	height: 100%;
	display: block;


}

strong {

	font-family: "RobotoBold";

}

.discount_number {



}


.all_prices {

	padding: 16px;

}

.upper {

	text-transform: uppercase;

}


.mobile {display: none}
/*
.pc {display: block}
*/

.phone {

	font-size: 22px;


}

h1.banner {

	font-size: 22px;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 1em;

}

.phone_wrapper {

	width: 530px;
	height: 40px;
	display: flex; 
	/*justify-content: space-between;*/
	/*align-content: stretch;*/
	padding-left: 10px;
	padding-top: 20px;
}

div.phone_wrapper div {

	align-items: center;
	padding-right: 6px;
		
}

.phone__title {

	font: normal 18px "RobotoBold";
	padding-top: 16px;
	padding-bottom: 16px;
	

}

.phone__number {

	font: normal 38px/40px "RobotoBlack";
	margin-right: 16px;
	text-shadow: 0px 0px 1px white, 0 0 20px white;
	padding-left: 16px;
}

.phone__number a {

	color: #DD5E37;
	font-style: normal;

}

.phone__whatsapp {

	height: 40px;
	width: 40px;
	background: url(/img/WhatsApp.png) no-repeat;
	background-size: contain;

}

.phone__viber {

	height: 40px;
	width: 40px;
	background: url(/img/viber.png) no-repeat;
	background-size: contain;

}

.phone__telegramm {

	height: 38px;
	width: 38px;
	background: url(/img/telegramm.png) no-repeat;
	background-size: contain;

}

#confirm_comment, #input-review {
	resize: vertical;
}

.if_mobile_hide {
	display: inline-block;
	width: 100%;
}

.list_products .owl-item > div{
	padding: 15px;
	text-align:center;
}

.list_products .owl-item > div .product-owl_item{
	text-align: center;
	box-shadow: 0px 4px 8px 3px #ccc;
    -webkit-box-shadow: 0px 4px 8px 3px #ccc;
    -moz-box-shadow: 0px 4px 8px 3px #ccc;
    -o-box-shadow: 0px 4px 8px 3px #ccc;
    border-radius: 10px;
	height: 300px;
}


.list_products .owl-stage { 
	padding-top: 15px;
    padding-bottom: 15px;
}

.list_products h4 {
    font-family: "RobotoBold",Times;
    font-size: 18px;
    font-weight: normal;
}

.list_products .caption p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #DD5E37;
}

.list_products button {
	background: #ffc0ad;
    background-image: -webkit-linear-gradient(top, #ffc0ad, #DD5E37);
    background-image: -moz-linear-gradient(top, #ffc0ad, #DD5E37);
    background-image: -ms-linear-gradient(top, #ffc0ad, #DD5E37);
    background-image: -o-linear-gradient(top, #ffc0ad, #DD5E37);
    background-image: linear-gradient(to bottom, #ffc0ad, #DD5E37);
    -webkit-border-radius: 31;
    -moz-border-radius: 31;
    border-radius: 31px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: "RobotoLight";
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    padding: 0px 20px 3px 20px;
    border: solid #858585 1px;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.list_products  .button-group {
	position: absolute;
    right: 0;
    left: 0;
    bottom: 30px;
}

#d_quickcheckout .text-input.form-group.required span.text {
	position: relative;
}

#d_quickcheckout .text-input.form-group.required span.text:after {
	content: '*';
	display: block;
	position: absolute;
	top: -5px;
	right: -15px;
	color: red;
}



/*.preloader {
	display: none!important;
}*/














