@import url(https://fonts.googleapis.com/css?family=Lato);

body{
     font-family: 'Lato', sans-serif !important;
}
a:focus, img:focus{outline:0;}
.clear {
	clear:both;	
}

#header {
	height:132px;
	background-color:#eeeeee;
}
#header .logo{
	float:left;
	margin-top:30px;
	padding-left:0;
}
#header .logo img{
	width:100%;
	max-width:262px;
}
#header .navbar-nav {
	margin:40px 0 0 0;
}

#header .navbar-nav>li>a {
	text-indent:-9999px;
}
#header .navbar-nav>li>a.main {
	height:55px;
	width:134px;
	display:inline-block;
	background: url(../img/tb1.png) 0 0 no-repeat;
}
#header .navbar-nav>li>a.main:hover {
	background: url(../img/tb1-h.png) 0 0 no-repeat;
}
#header .navbar-nav>li>a.production {
	height:55px;
	width:134px;
	display:inline-block;
	background: url(../img/tb2.png) 0 0 no-repeat;
}
#header .navbar-nav>li>a.production:hover {
	background: url(../img/tb2-h.png) 0 0 no-repeat;
}
#header .navbar-nav>li>a.contacts {
	height:55px;
	width:147px;
	display:inline-block;
	background: url(../img/tb3.png) 0 0 no-repeat;
}
#header .navbar-nav>li>a.contacts:hover {
	background: url(../img/tb3-h.png) 0 0 no-repeat;
}
#header .h-contacts {
	padding-top:20px;
	text-align:center;
}
#header .h-contacts p{
	margin:0;
	font-size:14px;
	line-height:18px;
}
#header .h-contacts a{
	color:#000;
	text-decoration:none;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
}
#header .h-contacts a:hover{
	text-decoration:underline;
	
}
.top-menu{
	background:#0591d4;
	width:100%;
}
.top-menu .menu-box{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.top-menu .menu-box a{
	color:#fff;
	padding:5px 10px;
	font-size:16px;
}

.slider{
	width:100%;
	position:relative;	
	margin-bottom:0;
}
.slider .slick-dots{
	position:absolute;
	bottom:45px;
	list-style:none;
	text-align:center;
	width:100%;
	padding:0;
	margin:0;
}
.slider .slick-dots li{
	display:inline-block;
	width:25px;
	height:25px;
	margin: 0 10px;
}
.slider .slick-dots button{
	display:inline-block;
	width:25px;
	height:25px;
	text-indent:-9999px;
	background:#fff;
	border:0;
	outline:0;
	border-radius:25px;
}
.slider .slick-dots button:hover, .slider .slick-dots li.slick-active button {
	background:#0591d4;
}

.main-content{
    font-family: 'Lato', sans-serif !important;
	background-color: #ffffff ;
    border-top:3px solid #0591d4;
    border-bottom:3px solid #0591d4;
}
.main-content .content{
	background-color: #ffffff;
	margin:14px 0 25px;
}
.main-content .content h1{
	padding: 30px 0 0 30px;
    font-family: 'Lato', sans-serif !important;
}
.main-products {
	padding-top:50px;
	
}
.main-products .product{
	text-align:center;
	margin-bottom:30px;
}

.main-products .product:hover img{
     border: 3px solid #fd100d;
}

.main-products .product img{
	border-radius:100px;
    border: 3px solid #0591d4;
}
.main-products .product h2 {
	font-family: 'Lato', sans-serif !important;
	margin:10px 0 5px;
	width:100%;
	font-size:26px;
	height:33px;
	overflow:hidden;
}
.main-products .product .price{
    font-family: 'Lato', sans-serif !important;
	width:100%;
	height:44px;
	overflow:hidden;
	color:#0591d4;
	margin-bottom:5px;
}

.price-title{
    font-family: 'Lato', sans-serif !important;
}

.main-products .product .more{
	background:#fd100d;
	padding:7px 20px;
	clear:both;
	margin:0px 0 0 0;
	line-height:33px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	border-radius:10px;
}
.main-products .product .more:hover{
	background:#0591d4;
}
.page-menu a{
	cursor:pointer;
}
.page-menu a:hover{
	background:none !important;
	border:none !important;
	
}
.p-b{
	background:#fd100d;
	padding:0px 20px;
	display:inline-block;
	margin:0 0px 20px 30px;
	font-size:14px;
	line-height:28px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	border-radius:10px;
}
.p-b:hover{
	background:#0591d4;
	color:#fff;
	text-decoration:none;
}
.page-text{
	padding: 0 20px;
}
.page-text p{
	text-indent:30px;
}
.page-text .price{
	margin:20px 0;
	width: 100%;
}
.page-text .price th {
    height: 24px;
    padding: 5px;
	font-size:18px;
    vertical-align: middle;
}
.page-text .price td {
    height: 24px;
    padding: 5px;
    border: 1px solid #999;
    vertical-align: middle;
}
.categories-list{
	display:flex;
	justify-content:flex-start;
	flex-direction:row;
	flex-wrap:wrap;
}
.categories-list .subcat-box {
	max-width:305px;
	width:24%;
	border:5px solid #fff;
	margin:0 0.5% 30px;
}
.categories-list .subcat-box .subcat-img {
	overflow:hidden;
}
.categories-list .subcat-box .subcat-img img{
	width:100%;
	transition: all 0.5s ease-out;
}
.categories-list .subcat-box .subcat-img:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.categories-list .subcat-box .subcat-title a{
	width:100%;
	background:#0591d4;
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	line-height:26px;
	font-weight:600;
}
.footer{
	margin-top:0;
	background:#515151;
	color:#ffffff;
    font-family: 'Lato', sans-serif !important;
}

.footer .f-menu {
	display: inline-block;
    vertical-align: top;
}

.footer .f-menu a{
    text-transform: uppercase;
	margin: 0 10px 0 0; 
	color:#ffffff;
    text-decoration: none;
}

.footer .f-menu a:hover{
    color:#ffffff;
    border-bottom : 3px solid #ffffff;
    padding-bottom: 10px;
}

.f-contacts {
   	display: inline-block;
    float: right;
}

.f-contacts a{
    text-transform: uppercase;
	color:#ffffff;
    text-decoration: none; 
}

.f-contacts a:hover{
    color:#ffffff;
    border-bottom : 3px solid #ffffff;
    padding-bottom: 10px;
}


.cd-slider-wrapper{
    width: 500px !important;
    margin:10px auto !important;
}

@media (max-width: 992px){
	#header .navbar-nav {
		margin:40px 0 0 0;
	}
}
@media (max-width: 768px){
    .f-contacts{
        display: none;
    }
    
	#header{
		height:270px;
	}
	#header .logo{
		text-align:center;
		
	}
	#header .h-menu{
		padding:0;
		
	}
	#header .navbar-nav {
		margin:20px auto 0;
	}
	#header .navbar-nav li {
		float:left;
	}
}

.products-category .table td{
	border:4px solid #fff;
	color:#030303;
	font: 600 14px/1.6 'Open Sans', Verdana, Helvetica, sans-serif;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 4px 8px;
}
.products-category .table td a{
	color:#000;
	text-decoration:none;
}
.products-category .table td a:hover{
	text-decoration:underline;
}
.products-category .table-striped>tbody>tr:nth-child(odd)>td, .products-category .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #dadada;
}
.products-category .table-striped>tbody>tr:nth-child(even)>td, .products-category .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #eaeaea;
}
.products-category .table td{
	border:4px solid #fff;
	vertical-align:middle;
}
.products-category .table td.amount, .products-category .table td.to-cart, .products-category .table td.price{
	width:18%;
	text-align:center;
}
.products-category .table td .button{
    background: #757575;
    line-height: 30px;
    padding: 0px 25px;
    text-transform: uppercase;
    color: #fff;
    outline: 0;
    border: 0;
    font-size: 12px;
}
.products-category .table td .button:hover{
    background: #0591d4;
}
.products-category .table td.amount .button{
    font-size: 20px;
    line-height: 28px;
    width: 30px;
    height: 30px;
    display:flex;
	font-weight:normal;
    padding: 0;	
	align-items:center;
	justify-content:center;
}
.products-category .table td.amount .amount-input{
    text-align: center;
    margin: 0;
    width: 50px;
	height:26px;
    border: 0;
    outline: 0;
	font-weight:normal;
    display:inline-block;
}
.products-category .table td.nb-l {
	border-left:0;
	
}
.products-category .table td.nb-r {
	border-right:0;
}
.products-category .table .pagination-tr td {
	border:0;
	background:#4f4f4f !important;
	line-height:20px;
}
.products-category .table .t-header td {
	border:0;
	background:#0591d4 !important;
	line-height:22px;
}
.products-category .table .t-header td  #features{
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
}
.products-category .table .t-header td  #features a{
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	text-decoration:none;
	margin:0 5px;
}
.products-category .table .t-header td  #features a:hover, .products-category .table .t-header td  #features a.selected{
	text-decoration:underline;
}
.products{
	margin-top:20px;
	
}
.products-category .products td.amount .am{
	width:140px !important;
	display:flex;
	justify-content:center;
	align-items:center;
}
.pagination {
	margin:0;
}
.pagination a{
	width:36px;
	line-height:36px;
	display:inline-block;
	text-align:center;
	background:#fff;
	border:1px solid #828282;
	color:#828282;
	text-decoration:none !important;
	font-size:16px;
}
.pagination a:hover, .pagination a.selected{
	background:#0591d4 !important;
	border:1px solid #828282;
	color:#fff !important;
}
/* .cart-page h1{
	font-size:18px;
	color:#4f4f4f;
	font-family: Georgia, Arial;
	margin:20px 0 0;
	text-transform:uppercase;
}
.cart-page h2{
	font-size:16px;
	color:#4f4f4f;
	font-family: Georgia, Arial;
	margin:20px 0;
	text-transform:uppercase;
}
.cart-page .form .button, .feedback_form  .form .button{
	float:left;
	margin: 0 0 0 10px;
	background: #383838;
    line-height: 43px;
    padding: 0px 25px;
    text-transform: uppercase;
    color: #fff;
    outline: 0;
    border: 0;
    font-size: 12px;
}
.cart-page .form .button:hover, .feedback_form  .form .button:hover{
    background: #0591d4;
} */
.features-list{
	display:flex;
	justify-content:center;
	align-items:center;
}
.features-list .feature{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin:0 20px;
}
.features-list .feature a img{
	border-radius:80px;
	border: 3px solid #0591d4;
}
.features-list .feature.selected a img, .features-list .feature:hover a img{
	border: 3px solid #fd100d;
}
.features-list .feature h2{
	padding:0;
	margin:0;
}
.features-list .feature h2 a{
	color:#000;
	font: bold 18px/18px Lato, Arial;
	padding:0;
	margin:0;
	text-decoration:none;
}
.copy{
	font-size:14px;	
}
.copy a{
	color:#fff;
}

#cart_informer{
	float:left;
	margin-top:40px;
	height:43px;
	margin-bottom: 20px;
	width:100%;
}
#cart_informer a{
	color:#000;
	text-decoration:none;
	font-weight:600;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
#cart_informer a:hover span{
	text-decoration:underline;
}
#cart_informer img{
	line-height:18px;
	margin-right:10px;
}
#cart_informer span{
	float:left;
	margin-left:10px;
	line-height:18px;
}
#product {
	padding:20px 0 40px;
}
#product .product-cont{
	margin-bottom:30px;
	display:flex;
}
#product .images-block{
	width:50%;
	padding-right:30px;
}
#product .images a {
	display:inline-block;
	margin:0 10px 10px 0;
}
#product .image{
	margin-bottom:30px;
}
#product .product-info{
	width:50%;
}
#product .product-info h1{
	font-size:30px;
	margin-bottom:20px;
	padding: 0;
}
#product .product-info .features{
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
#product .product-info .features label{
	font-weight:bold;
}
#product .product-info .price{
	font-size:20px;
	margin-bottom:10px;
	font-weight:700;
}
#product .product-info .in-stock{
	margin-bottom:10px;
	font-weight:700;
	color:green;
}
#product .product-info .v-size span{
	font-weight:700;
	display:block;
	margin-bottom:10px;
}
#product .product-info .v-size .variants{
	margin-bottom:20px;
}
#product .product-info .sizes-help{
	float:right;
	color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 2px 10px;
    background: #fdda64;
    border: 0;
    outline: 0;
    cursor: pointer;
	margin-bottom:0;
}
#product .product-info .sizes-help:hover {
    background: #e4bb32;
}
#product .product-info #sizesHelp table{
	margin-bottom:20px;
	font-weight:500;
}
#product .product-info #sizesHelp table tr:nth-child(even){
	background: #f8f8f8;
}
#product .product-info #sizesHelp table th{
	padding:10px;
	min-width:150px;
}
#product .product-info #sizesHelp table td{
	padding:10px;
	min-width:150px;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
#product .product-info .v-size .variants label{
	position:relative;
	cursor:pointer;
	margin:0;
}
#product .product-info .v-size .variants label span{
	position:absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:1001;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:0px;
	font-weight:500;
}
#product .product-info .v-size .variants .option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 40px;
	transition: all 0.15s ease-out 0s;
	background: #f8f8f8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
}
#product .product-info .v-size .variants .option-input:hover {
  background: #fdda64;
}
#product .product-info .v-size .variants .option-input:checked {
  background: #fdda64;
}
#product .product-info .v-size .variants .option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
#product .product-info .v-size .variants .option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #fdda64;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
#product .product-info .v-size .variants .option-input.radio {
  border-radius: 50%;
}
#product .product-info .v-size .variants .option-input.radio::after {
  border-radius: 50%;
}

#product .product-info .amount-select{
	margin-bottom:20px;
}
#product .product-info .amount-select .button{
	background:#383838;
	line-height:30px;
	padding: 0px 25px;
	text-transform:uppercase;
	color:#fff;
	outline:0;
	border:0;
	font-size:12px;
}
#product .product-info .amount-select .add1, #product .product-info .amount-select .add2{
	line-height:37px;
	width:36px;
	float:left;
	padding:0;
	color: #000;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    background: #0591d4;
    border: 0;
    outline: 0;
    cursor: pointer;
}
#product .product-info .amount-select .add1:hover, #product .product-info .amount-select .add2:hover {
    background: #056c9e;
}
#product .product-info .amount-select .amount-input{
	float:left;
	text-align:center;
	margin: 5px 0;
	width:50px;
	border:0;
	outline:0;
}
#product .product-info .amount-select .cart-but{
	margin-left:20px;
	color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 25px;
    background: #0591d4;
    border: 0;
    outline: 0;
    cursor: pointer;
}
#product .product-info .amount-select .cart-but:hover {
    background: #056c9e;
}


.form
{
	width:100%;
	margin: 0 0 20px;
}
.form textarea
{
	width:100%;
	height:100px;
	font-size: 18px;
}
.form label {
	display:block;
	font-size: 14px;
}
.form input[type="text"]{
	display:block;
	margin-bottom: 10px;
	width:250px;
}
.form select{
	display:block;
	margin-bottom: 10px;
	width:250px;
	height:28px;
}

/* @group Ð¤Ð¾Ñ€Ð¼Ð° Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ¸ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ñ */
.comment_form {
	background-color: #fef4be;
	border: 1px solid #f2e7aa;
	padding: 20px;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
.comment_form h2 {
	margin: 0 0 10px 0;
	font-size:26px;
}
.comment_form .comment_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
}
.comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 18px;
	margin-top: 0;
}
.comment_form .input_name {
	font-size: 16px;
	width: 250px;
	margin-top: 0;
}
.comment_form .input_captcha, .cart_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	height: 36px;
}
.comment_form .captcha, .cart_form .captcha {
	float: left;
	display: block;
	margin-top: 0;
	margin-right: 10px;
}
.comment_form .button,
.feedback_form .button,
.calculation_form .button,
.cart_form .button,
.register_form .button,
.login_form .button{
	float: left;
	display: block;
	margin: 20px 0 0 0;
}
/* @end â€” Ð¤Ð¾Ñ€Ð¼Ð° Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ¸ ÐºÐ¾Ð¼Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ð¸Ñ */

@media (max-width: 568px) {
	.comment_form label {
		width: 80px;
	}
	.comment_form .input_captcha{
		width: 100px;
	}
	.comment_form .input_name {
		width: 100%;
	}
}
@media (max-width: 768px) {
	#comments{
		padding-left:0px;
	}
}
#order_comment{
	margin-bottom:20px;
	
}

.feedback_form {
	padding: 20px;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
.feedback_form .input_captcha, .register_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 42px;
}
.feedback_form .captcha, .register_form .captcha{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
	border: 1px solid #a0a0a0;
}
.feedback_form .button {
	font-size: 18px;
	float: left;
	margin: 20px 0 0 20px;
}
@media (max-width: 768px) {
	#header .h-contacts {
		margin-bottom:10px;
	}
	.top-menu{display:none;}
	.slider .slick-dots button{
		display:none;
	}
	#cart_informer{
		float:none;
		margin: 0 auto;
		text-align:center;
		width:150px;
		height:50px;
	}
	#product .product-cont {
		flex-direction:column;
	}
	#product .images-block {
		width: 100%;
		padding-right: 0px;
	}
	#product .images-block .image img{
		width: 100%;
	}
	#product .images-block .images img{
		max-width: 180px;
	}
	#product .product-info {
		width: 100%;
	}
	.products-category .table td .button{
		padding: 0px 10px;
	}
	.products-category .table td.amount .button {
		width: 26px;
	}
	.products-category .table td.amount, .products-category .table td.to-cart {
		width: auto;
	}
	.products-category .table td.price {
		white-space:nowrap;
	}
	.products-category .table .t-header td #features {
		text-align:center;
		font-size:20px;
	}
	.products-category .table td.amount .button {
		display:none;
	}
	.products-category .table td.amount{
		width: 60px;
		text-align: center;
	}
	.products-category .products td.amount .am {
		width: 60px !important;
	}
	.products-category .table td.to-cart{
		width: 60px;
		text-align: center;
	}
	.products-category .table td.price {
		width: 100px;
		text-align: center;
	}
	.products-category .table td .button {
		background: #757575 url(../img/to-cart.png) center center no-repeat;
		text-indent:-9999px;
		width:50px;
		height:40px;
		line-height: 30px;
		padding: 5px;		
	}
	.products-category .table td .button:hover {
		background: #0591d4 url(../img/to-cart.png) center center no-repeat;
	}
	.currency{font-size:12px !important;}
}
.cart-page .cart-box{
	font-family: 'Avenir Next Cyr', Arial;
	max-width:1200px;
	width:100%;
	padding:0 15px;
	margin: 0 auto 30px;
	min-height:400px;
}
.cart-page .cart-box h1 {
    font: 900 24px/28px 'Avenir Next Cyr', Arial;
    text-transform: uppercase;
    margin: 40px 0;
    text-align: center;
    color: #231f20;
}
.cart-page .cart-box h2 {
    font: bold 18px/24px 'Avenir Next Cyr', Arial;
    text-transform: uppercase;
    margin: 40px 0;
    text-align: center;
    color: #999;
}
.cart-page .cart-box .order-cont{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.cart-page .cart-box .order-cont .alert{
	width:100%;
	margin-bottom: 30px;
}
.cart-page .cart-box .order-cont #purchases{
	width:70%;
	background:#fff;
	border-top:1px solid #eee;
	margin-bottom: 30px;
}
.cart-page .cart-box .order-cont #purchases .purchase{
	width:100%;
	padding:15px 0;
	border-bottom:1px solid #eee;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.cart-page .cart-box .order-cont #purchases .purchase .purchase-data{
	width:40%;
}
.cart-page .cart-box .order-cont #purchases .purchase .purchase-data a{
	font-size:20px;
	margin-bottom:20px;
	color:#333;
}
.cart-page .cart-box .order-cont #purchases .purchase .purchase-amount select{
	padding:5px;
	border: 1px solid #eee;
	cursor:pointer;
	border-radius:0;
	outline:0;
}
.cart-page .cart-box .order-cont #purchases .purchase .purchase-price{
	text-align:right;
	display:flex;
	flex-direction:column;
	align-items: flex-end;
}
.cart-page .cart-box .order-cont #purchases .purchase .purchase-price .old-price{
	font-weight:bold;
	font-size:17px;
	color:#aaa;
	position:relative;
	text-align:center;
}
.cart-page .cart-box .order-cont #purchases .purchase .purchase-price .old-price .red-line{
	position:absolute;
	top:calc(50% - 1px);
	width:100%;
	height:2px;
	background: red;
}
.cart-page .cart-box .order-cont #purchases .purchase .purchase-price .price{
	font-weight:bold;
	font-size:24px;
}
.cart-page .cart-box .order-cont #purchases .purchase .delete-purchase a{
	font-size:36px;
	text-decoration:none;
	color:#333;
}
.cart-page .cart-box .order-cont #purchases .purchase .delete-purchase a:hover{
	color:red;
}
.cart-page .cart-box .order-cont .purchases-data{
	width:27%;
	background:#fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.cart-page .cart-box .order-cont .purchases-data .cart-title{
	padding:15px;
	text-align:center;
	font-size:20px;
	color:#333;
	font-weight:bold;
}
.cart-page .cart-box .order-cont .purchases-data .total{
	display:flex;
	font-size:16px;
	margin-bottom:5px;
	padding:0 15px;
	justify-content:space-between;
}
.cart-page .cart-box .order-cont .purchases-data .total span{
	font-weight:bold;
}
.cart-page .cart-box .order-cont .purchases-data .customer-data{
	padding:15px;
}
.cart-page .cart-box .order-cont .purchases-data .customer-data label{
	font-weight:500;
	margin-bottom:5px;
}
.cart-page .cart-box .order-cont .purchases-data .customer-data input{
	width:100%;
	padding:5px;
	border:1px solid #ccc;
	margin-bottom:15px;
	outline:0;
	border-radius:0;
}
.cart-page .cart-box .order-cont .purchases-data .customer-data select{
	width:100%;
	padding:5px;
	border:1px solid #ccc;
	margin-bottom:15px;
	outline:0;
	border-radius:0;
}
.cart-page .cart-box .order-cont .purchases-data .customer-data textarea{
	width:100%;
	height:75px;
	padding:5px;
	border:1px solid #ccc;
	margin-bottom:15px;
	outline:0;
	border-radius:0;
}
.cart-page .cart-box .order-cont .purchases-data .customer-data .form-text{
	font-size:16px;
	font-weight:bold;
	color:#333;
	margin-bottom:10px;
}
.cart-page .cart-box .order-cont .purchases-data .customer-data .form-captcha{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
}
.cart-page .cart-box .order-cont .purchases-data .customer-data .form-captcha img{
	border:1px solid #ccc;
}
.cart-page .cart-box .order-cont .purchases-data .customer-data .form-captcha input{
	width:calc(100% - 150px);
	height:43px;
	font-size:30px;
	line-height:30px;
	font-weight:900;
	text-align:center;
}
.cart-page .cart-box .order-cont .purchases-data .checkout-box{
	padding:20px 15px;
	background:#f7f7f7;
	display:flex;
	flex-direction:column;
}
.cart-page .cart-box .order-cont .purchases-data .checkout-box .checkout-price{
	margin-bottom:20px;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	font-size:18px;
}
.cart-page .cart-box .order-cont .purchases-data .checkout-box .checkout-price span{
	font-weight:bold;
	font-size:24px;
}
.cart-page .cart-box .order-cont .purchases-data .checkout-box .checkout-button{
	border:0;
	outline:0;
	border-radius:0;
	background:#0591d4;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 15px;
}
.cart-page .cart-box .order-cont .purchases-data .checkout-box .checkout-button:hover{
	background:#333;
}
@media (max-width: 768px) {
	.cart-page .cart-box .order-cont #purchases {
		width: 100%;
	}
	.cart-page .cart-box .order-cont #purchases .purchase{
		flex-wrap:wrap;
	}
	.cart-page .cart-box .order-cont #purchases .purchase .purchase-img{
		width: 30%;
		margin-right:5%;
	}
	.cart-page .cart-box .order-cont #purchases .purchase .purchase-data{
		width: 65%;
	}
	.cart-page .cart-box .order-cont #purchases .purchase .purchase-amount{
		font-size:18px;
		font-weight:bold;
		margin-right:5%;
	}
	.cart-page .cart-box .order-cont #purchases .purchase .purchase-amount select {
		min-width:150px;
	}
	.cart-page .cart-box .order-cont .purchases-data {
		width: 100%;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
	.cart-page .cart-box .order-cont #purchases {
		width: 55%;
	}
	.cart-page .cart-box .order-cont #purchases .purchase{
		flex-wrap:wrap;
	}
	.cart-page .cart-box .order-cont #purchases .purchase .purchase-img{
		width: 30%;
		margin-right:5%;
	}
	.cart-page .cart-box .order-cont #purchases .purchase .purchase-data{
		width: 65%;
	}
	.cart-page .cart-box .order-cont #purchases .purchase .purchase-amount{
		font-size:18px;
		font-weight:bold;
		margin-right:5%;
	}
	.cart-page .cart-box .order-cont #purchases .purchase .purchase-amount select {
		min-width:150px;
	}
	.cart-page .cart-box .order-cont .purchases-data {
		width: 40%;
	}
}
#mobile-call {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:1000;
	background:#fff;
	border-radius:50px;
	padding:10px;
}