html{
	height: 100%;
}
body{
	padding-bottom: 36px;
	min-height: 100%;
	position: relative;
}
footer{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.topsearch .topsearch-form {
    position: relative;
    visibility: visible;
	opacity: 1;
	height: 39px;
	margin: 0;
	transform: none;
}
.topsearch .topsearch-form input[type="text"] {
    width: 100%;
}
.welcome-text{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	color:#000;
	text-transform: uppercase;
	text-align: center;
}
.welcome-text a{
	color:#428ed0;
	text-transform: capitalize;
	text-align: center;
	font-weight:normal;
}
.header-bottom{
	padding: 21px 0 14px;
}
.header-middle {
    padding: 36px 0 25px;
}
.topsearch{
	margin: 35px 0 55px;
}
.fr-banner{
	text-align: center;
}
.fr-banner a{
	display: block;
	margin-bottom: 20px;
}
.languages {
    float: right;
    text-align: right;
	margin: 0;
}
.languages a{
   color:#5f6680;
   font-weight: 900;
   font-size:14px;
}
.languages.navbar-nav > li > a {
    padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	padding: 8px 6px;
}
.languages.nav > li > a:focus, .languages.nav > li > a:hover {
    background-color:inherit;
}
.languages li::after {
	content: "|";
	padding: 0 5px;
	position: absolute;
	top: 7px;
	left: 22px;
	color:#5f6680;
}
.languages li:last-child::after{
	display: none;
}
.footer-copyright {
    margin: 7px 15px;
}
.button-link a {
    background: #373d54;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.2s;
    letter-spacing: 1px;
}
.button-link a:hover {
    background: #474f6e;
}
.fr-block-wrapper{
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.fr-block-wrapper.green{
	background-color: #e8faec;
}
.fr-block-wrapper.lilac{
	background-color: #f2eeff;
}
.fr-block-wrapper.gray{
	background-color: #fafafa;
}
.fr-block-wrapper.yellow{
	background-color: #fffde6;
}
.fr-block-wrapper h3{
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	color:#373d54;
	font-size: 18px;
	padding:0 0 8px ;
}
.fr-block-wrapper i{
	font-size: 58px;
	color:#bbbbbb;
}
.fr-block-wrapper p.text{
	font-size: 12px;
	color:#616161;
	padding: 13px 0 24px;
}
.footer-wrap {
    margin-top: 35px;
}
.payments{
	margin: 16px 0;
}
.auth-wrap .auth-col {
	margin: 0 auto;
	float: none;
}
.prod-items .prod-i-img {
	height: 207px;
	padding: 0;
}
.prod-items .prod-i-buy {
    top: 95px;
}
.prod-items .wrapper-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(55, 61, 84, 0.3);
	opacity: 0;
	transition: all 0.3s;
}
.prod-items .prod-i-top:hover .wrapper-cover{
	opacity: 1;
}
.section-full .section-items.five-item .prod-i {
	width: 18.4%;
	height: 260px;
}
.section-full .section-items.five-item .prod-i:nth-child(4n) {
    margin-right: 2%;
}
.section-full .section-items.five-item .prod-i:nth-child(5n) {
    margin-right: 0;
}
.section-full .section-items.five-item .prod-i:nth-child(4n+1) {
    clear: none;
}
.prod-items .prod-i-wrapper {
    display: block;
	height: 207px;
	padding: 0;
    vertical-align: middle;
    position: relative;
}
.prod-items .prod-i-wrapper .prod-i-row{
	border-bottom: 1px solid #e0e4f6;
	padding: 8px 10px;
}
.prod-items .prod-i-wrapper .prod-i-row.size{
	color:#373d54;
	font-size: 24px;
	text-align: center;
}
.prod-items .prod-i-wrapper .prod-i-row div.left{
	color:#373d54;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	text-align: left;
}
.prod-items .prod-i-wrapper .prod-i-row div.right{
	color:#428ed0;
	font-size: 14px;
	float: right;
	display: inline-block;
}
.prod-items .prod-i-wrapper .price{
	text-align: center;
	padding: 20px 10px;
}
.prod-items .prod-i-wrapper .price p{
	color:#373d54;
	font-size: 14px;
	font-weight: 700;
}
.prod-items .prod-i-wrapper .price p.value{
	color:#428ed0;
	font-size: 18px;
	font-weight: 700;
}
.prod-slider {
    padding: 0;
}
.prod-slider .bx-wrapper .bx-next {
    right: 0px;
}
.prod-slider .bx-wrapper .bx-prev {
    left: 0px;
}
.prod-cont .prod-price {
    position: inherit;
    font-size: 14px;
    color: #373d54;
    display: block;
    margin: 0;
    text-align: left;
}
.prod-cont .prod-info {
	margin-bottom: 35px;
	margin-top: 20px;
}
.prod-cont .prod-price label {
	text-transform: uppercase;
	display: block;
	color:#616161;
	margin-bottom: 13px;
}
.prod-cont .prod-name label {
	text-transform: uppercase;
	display: block;
	color:#616161;
	margin-bottom: 13px;
}
.prod-cont .prod-price input[type="text"] {
    float: left;
	height: 39px;
	width: 100px;
    font-weight: 700;
    font-size: 14px;
    color: #373d54;
    display: block;
    margin: 0 2px 0 0;
    background: #f8fafc;
	border: 1px solid #e0e4f6;
	padding: 0 10px;
}
.prod-cont .prod-name input[type="text"] {
    float: left;
	height: 39px;
	width: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #373d54;
    display: block;
    margin: 0 2px 0 0;
    background: #f8fafc;
	border: 1px solid #e0e4f6;
	padding: 0 10px;
}
.prod-cont {
    width: 49%;
}
 .prod-slider-wrap {
    width: 44%;
}
.prod-wrap {
    width: 95%;
}
.prod-cont .prod-i-props::after {
    display: none;
}
.prod-cont .prod-i-props tr td:first-child {
	color:#373d54;
	font-weight: bold;
	padding-right: 13px;
}
.prod-cont .prod-i-props tr td{
	line-height: 25px;
}
.prod-cont .prod-add {
    margin: 0;
}
.section-count input[type="text"] {
    border: 1px solid #e0e4f6;
    background: #f8fafc;
    height: 39px;
    width: 265px;
    color: #373d54;
    font-size: 14px;
    padding: 0 15px;
    transition: all 0.2s;
}
.prod-items .prod-i-price b {
    font-size: 15px;
}
.section-sb-cancel{
	border-top: 1px solid #e0e4f6;
	height: 36px;
	position: relative;
	padding-left: 15px;
	padding-top: 6px;
}
.section-sb-ico {
    transform: rotate(45deg);
    margin: 0 auto;
	margin-top: 12px;
	display: block;
}
.section-sb-ico::before, .section-sb-ico::after {
	background-color: #009ae5;

}
.section-sb-button{
	border-left: 1px solid #e0e4f6;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	height: 36px;
}
.section-sb-text{
	padding: 15px;
}
.section-sb-text p{
	color:#373d54;
	font-weight: 700;
	font-size: 14px;
}
.section-sb-text p.title{
	text-transform: uppercase;
	color:#616161;
	font-weight: normal;
	margin-bottom: 24px;
	font-size: 14px;
}
.section-sb-info .prod-price label {
    text-transform: uppercase;
    display: block;
    color: #616161;
	margin-bottom: 13px;
}
.section-sb-info .prod-price input[type="text"] {
    float: left;
    height: 39px;
    width: 100px;
    font-weight: 700;
    font-size: 14px;
    color: #373d54;
    display: block;
    margin: 0 2px 0 0;
    background: #f8fafc;
    border: 1px solid #e0e4f6;
    padding: 0 10px;
}
.section-sb-info{
	display: inline-block;
}
.section-sb-current {
	margin: 0 0 15px;
}
.prod-i-list{
	border-top: 1px solid #e0e4f6;
	display: table;
	width: 100%;
	padding: 20px 0;
}
.prod-i-list:last-child{
	border-bottom: 1px solid #e0e4f6;
}
.prod-i-list .prod-thumbnail{
	display: table-cell;
	vertical-align: middle;
	width: 77px;
}
.prod-i-list .prod-title{
	display: table-cell;
	vertical-align: middle;
	padding: 24px;
	width: 33%;
	
}
.prod-i-list .prod-price{
	display: table-cell;
	vertical-align: middle;
	min-width: 100px;
	text-align: center;
}
.prod-i-list .prod-button-select{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.prod-i-list .prod-button-select .button-link a {
	background: #e9e9e9;
	color: #373d54;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 20px;
    font-weight: 900;
    display: inline-block;
    transition: all 0.2s;
    letter-spacing: 1px;
}
.prod-i-list .prod-button-select .button-link a:hover {
    background: #373d54;
    color: #fff;
}
.section-cont.forms .prod-form {
    position: inherit;
    font-size: 14px;
    color: #373d54;
    display: block;
    margin: 0;
    text-align: left;
}
.section-cont.forms label {
    text-transform: uppercase;
    display: block;
    color: #616161;
    margin-bottom: 13px;
}
.section-cont.forms label.section-filter-radio {
	display: inline-block;
}
.section-cont.forms input:nth-of-type(2) {
	display: inline-block;
	margin-left:10px ;
}
.section-cont.forms input[type="text"] {
    height: 39px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #373d54;
    display: block;
    margin: 0 2px 0 0;
    background: #f8fafc;
    border: 1px solid #e0e4f6;
	padding: 0 10px;
	margin-bottom: 15px;
}
.section-cont.forms {
    width: 75%;
}
.section-cont.forms .button-link{
	padding-top: 35px;
}
.section-cont.forms .mandatory{
	color:#4e95d3;
	margin: 45px 0;
	font-size: 14px;
}
.cart-order{
	display: inline-block;
	width: 22px;
	vertical-align: middle;
}
.cart-order .cart-plus {
    margin:0!important;
}
.cart-items tr a{
	vertical-align: middle;
	color:#373d54;
	font-weight: 700;
	font-size: 14px;
}
.cart-project-name{
	width: auto;
}
.cart-product{
	width: 28%;
}
.cart-date{
	width: 10%;
}
.cart-id{
	width: 7%;
}
.cart-total{
	text-align: right!important;
	min-width: 79px;
}
.cart-items-wrap .cart-items tbody td, .cart-items-wrap .cart-items td:last-child{
    /*padding: 5px 0 5px 0;*/
	padding: 0;
}
.stylization table {
    table-layout: inherit;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
}
#datatable_paginate {
	margin: 30px auto 40px!important;	
}
#datatable{
	width: 100%!important;
}
#datatable td{
	color: #373d54;
	font-size: 14px;
	font-weight: normal;
}
#datatable_paginate a{
	font-size: 14px;
	font-weight: 500;
	border: none;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 0 12px;
	position: relative;
	text-decoration: none;
	margin-right: 8px;
	color: #313b54;
	background: #eff1fa;
	border-radius: 0;
	line-height: 32px;
	height: 32px;
	cursor:pointer;
}
#datatable_paginate a.current{
	background-color: #313b54;
	color: #fff;
}
#datatable_paginate a.disabled{
	display: none;
}
.cart-items-wrap .cart-items thead td {
	text-transform: capitalize;
}
.cart-items-wrap .cart-items tbody td ,.cart-items-wrap .cart-items td{
    padding: 5px 20px 5px 0;
}
.cart-items-wrap .cart-items p {
    color: #373d54;
    font-size: 14px;
    font-weight: normal;
}
.cart-edit .cart-submit-btn{
	padding: 10px 18px 11px;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
	transition: all 0.2s;
	text-transform: uppercase;
	color: #373d54;
	background: #e9e9e9;
	position: relative;
	font-weight: 900;
	min-width: 78px;
	text-align: center;
	white-space: nowrap;
}
.cart-edit.order .cart-submit-btn{
	color: #fff;
	background: #373d54;
}
.cart-edit.right{
	text-align: right;
}
.table-responsive {
    margin-top: 15px;
}
.cart-deliver a{
	padding-left: 70px;
}
.cart-delivery p{
	font-weight: 700!important;
}
.cart-prices p{
	color:#428ed0!important;
}
.cart-prices {
	text-align: center!important;
}
.cart.cart-items-wrap .cart-items thead td {
	text-transform: uppercase;
	font-weight: 700;
	color:#373d54;
}
.cart-items-wrap .cart-items .cart-del {
	width: inherit;
	text-align: right;
}
.cart-items-wrap .cart-items .cart-del a{
    font-size: 30px;
	color: #009ae2;
}
.cart-items-wrap .cart-items .cart-del a:last-child{
    margin-left: 10px;
}
.cart-ttl{
	width: 42%;
}
.cart-del span{
	position: absolute;
	bottom: 100%;
	left: 16%;
	width: 120px;
	background: #313b54;
	display: block;
	margin: 0 0 10px -50px;
	border-radius: 4px;
	padding: 6px 8px 7px;
	line-height: 1;
	color: #fff;
	font-size: 13px;
	transition: all 0.2s ease;
	-webkit-transform: translate3d(0, -4px, 0);
	-moz-transform: translate3d(0, -4px, 0);
	-ms-transform: translate3d(0, -4px, 0);
	-o-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
	visibility: hidden;
	opacity: 0;
	text-align: center;
	font-weight: normal;

	
}
.cart-del a:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	visibility: visible;
}
.cart-del a{
    transition: all 0.2s;
    position: relative;
}
.cart-del span::before {
    position: absolute;
    top: 100%;
    content: '';
    left: 50%;
    display: block;
    margin: 0 0 0 -6px;
    width: 0;
    height: 0;
    line-height: 1;
    border-top: 5px solid #313b54;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    visibility: hidden;
    opacity: 0;
}
.cart-del span::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.discounts-wrap .discounts-list {
    padding: 0 0 0 0;
}
.cart-ttl table, .cart-ttl table tbody td{
	border:none;
	margin: 0;
}
.cart-ttl table, .cart-ttl table tbody td:nth-child(2){
	text-align: right;
}
.cart-items .cart-ttl tbody td {
    border-bottom: none;
}
.cart-items-wrap .cart-items .cart-price,.cart-items-wrap .cart-items .cart-summ,.cart-items-wrap .cart-items .cart-quantity{
	text-align: center;
}
.cart-items-wrap .cart-items .cart-qnt {
    margin: 0 auto;
	padding-left: 12px;
}
/*.cart-ttl table p {
    height: 15px;
}*/
.cart-mobile{
	display: none;
}
.cart-mobile .cart-ttl{
	width: 100%;
	margin-bottom: 24px;
}
.cart-mobile .prod-i-list{
	display: block;
	white-space: nowrap;
}
.cart-mobile .prod-i-list .prod-price {
	display: inline-block;
	width: 33%;
	margin: 0;
	vertical-align: inherit;
	text-align: left;
}
.cart-mobile .cart-qnt {
    overflow: hidden;
    margin: 0 auto!important;
	width: 70px;
	padding-left: 12px;
}
.cart-mobile .cart-qnt input[type="text"] {
    float: left;
    width: 39px;
    height: 39px;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    color: #373d54;
    text-align: center;
    display: block;
    margin: 0 2px 0 0;
    background: #f8fafc;
    border: 1px solid #e0e4f6;
}
.cart-mobile .cart-plus {
    float: left;
    width: 17px;
    margin: 5px 0 0;
    color: #373d54;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.cart-mobile .cart-minus {
    float: left;
    border-top: none;
    width: 17px;
    color: #373d54;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.cart-mobile .cart-quantity{
	display: inline-block;
	width: 33%;
	vertical-align: top;
	text-align: center;
}
.cart-mobile .cart-summ{
	display: inline-block;
	width: 33%;
	text-align: right;
}
.cart-mobile  p {
    line-height: 1.7;
    
}
.stylization .cart-mobile td {
    padding: 0;
}
.stylization .cart-mobile p {
    margin: 0;
}
.cart-mobile .cart-ttl table p {
    height: 0;
}
.cart-mobile .cart-del a {
    font-size: 30px;
    color: #009ae2;
}
.stylization .cart-mobile  a {
    border-bottom: none;
}
.cart-mobile .text-blue{
	color:#009ae2;
	font-size: 12px;
	margin-bottom: 7px;
}
.cart-mobile a{
	color:#373d54;
	font-weight: 700;
	font-size: 14px;
}
.cart-mobile p{
	color:#373d54;
	font-weight: 400;
	font-size: 12px;
	display: table;
}
.cart-mobile .prod-price {
    min-width: inherit;
}
.cart-mobile .cart-ttl b {
	font-size: 12px;
	font-weight: 400;
}
.cart-total .cart-summ {
    float: initial!important;
	display: block;
}
.cart-total .cart-summ.sub{
   font-size: 14px;
}
.cart-total .cart-summ:last-child{
	
	border-bottom: 0;
	padding-top: 9px!important;
}
.cart-total.payment {
    border-bottom: 0
}
.cart-total.payment .cart-summ b {
    padding-left: 60px;
}
.cart-total.payment li{
	padding-right: 1%;
}
.cart-total.payment .cart-summ::after {
    display: none;
}
.cart-submit .cart-submit-btn.pay {
	padding: 8px 50px;
	font-size: 24px;
	float: left;
	margin:0;
}
.in-address {
	border: 1px solid #c4d8ec;
	border-width: 1px!important;
}
.in-address td,.in-address th{
	border:none;
}
.in-address th{
	font-size: 14px;
	color:#616161;
	text-transform: uppercase;
	font-weight: 400;
}
.in-address td:first-child{
	font-size: 12px;
	color:#616161;
	text-transform: uppercase;
	font-weight: 400;
}
.in-address tr:last-child td{
	padding-bottom: 90px;
}
.in-address td{
	padding: 5px 15px;
	color: #373d54;
	font-weight: 700;
	font-size: 12px;
	vertical-align: middle;
}
.auth-wrap .auth-submit.delivery input[type="checkbox"] + label {
	margin: 0;
	padding: 0px 0 0px 25px;
	left: 0;
}
.auth-wrap .auth-submit.delivery input[type="checkbox"] + label::after {
    right: inherit;
    left: 0;
}
.in-address select {
    display: block;
	padding: 0 15px;
	color: #373d54;
	width: 100%;
	background: #f8fafc;
	font-size: 14px;
	height: 40px;
	border: 1px solid #e0e4f6;
	transition: all 0.2s;
	padding-right: 43px;
	font-size: 12px;
	font-weight: 400;
}
.in-address.form  td {
    padding: 13.5px 15px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.chosen-select{
	display: none;
}
.select-wrapper.dropdown .chosen-container{
	width: 180px!important;
	height: 39px;
	font-size: 14px;
	color: #373d54;
	background: #f8fafc;
	border: 1px solid #e0e4f6;
	margin-top: 13px;
	margin-bottom: 35px;
	
}
.select-wrapper.dropdown {
	display: inline-block;
}
.in-address .select-wrapper {
    position: relative;
}
.in-address .select-wrapper .chosen-container{
	color: #373d54;
	background: #f8fafc;
	font-size: 14px;
	transition: all 0.2s;
	font-weight: normal;
}
.chosen-container-single .chosen-single abbr {
    top: 14px;
}
.in-address .select-wrapper .chosen-container-single .chosen-single{
	background-color: transparent;
	height: 40px;
}
.in-address td input{
    color: #373d54;
    font-weight: 400;
    font-size: 12px;
}
.in-address.form tr:last-child td {
    padding-bottom: 0;
}
.in-address.form tr:last-child td:last-child {
    padding-bottom: 30px;
}
.invalid-feedback{
	padding-left: 20%;
	color: red;
	margin-bottom: 13px;	
	font-size: 13px;
}
.cart-items-wrap .cart-items .cart-image {
    width: auto;
}
#search-results{
	position: absolute;
	z-index: 99;
	background: #fff;
	top: 40px;
	height:auto;
	max-height: 300px;
	overflow: auto;
	padding: 20px;
	-webkit-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.58);
	box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.58);
	display: none;
	width: 100%;
}
#search-results .image{
	display: table-cell;
	width: 20%;
}
#search-results .wrapper-text{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
#search-results .wrapper-result{
	display: table-row;
	height: 60px;
}
.no-padding{
	padding: 0;
}
.no-results{
	display: none;
}
.spinner {
	margin: 100px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	display: none;
  }

  .spinner > div {
	background-color: #b8c3e2;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  
  .spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
  }
  
  .spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
  }
  
  .spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
  }
  
  .spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
  }
  
  @-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
  }
  
  @keyframes sk-stretchdelay {
	0%, 40%, 100% { 
	  transform: scaleY(0.4);
	  -webkit-transform: scaleY(0.4);
	}  20% { 
	  transform: scaleY(1.0);
	  -webkit-transform: scaleY(1.0);
	}
  }

.contactform-input textarea {
	display: block;
	padding: 12px 15px;
	background: #f8fafc;
	color: #373d54;
	width: 100%;
	font-size: 14px;
	height: 150px;
	border: 1px solid #e0e4f6;
	transition: all 0.2s;
}
.cart-items-wrap {
    overflow: inherit;
}
.button-link input{
	background: #373d54;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 20px;
	font-weight: 700;
	display: inline-block;
	transition: all 0.2s;
	letter-spacing: 1px;
	border: 0;
}  
.wrapper-select .chosen-container{
	width: 46%!important;
	margin-bottom:30px;
}
.wrapper-select  .chosen-container-single .chosen-search::after {
    top: 23px;
}
.wrapper-select .chosen-container-single .chosen-single {
    display: flex;
	align-items: center;
}
.stylization .cart-submit input[type="submit"]{
	display: block;
	border: none;
	float: right;
	font-size: 13px;
	color: #fff;
	margin: 0 0 15px 25px;
	padding: 10px 20px 9px;
	cursor: pointer;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	background: #373d54;
	letter-spacing: 1px;
	transition: all 0.2s;
	height: auto;
	border-radius:0;
}
.stylization .cart-submit input[type="submit"]:hover {
    background: #474f6e;
    text-decoration: none;
    color: #fff;
}
.auth-wrap.terms{
	margin: 31px 0;
}
.cart-items.payment .cart-image {
    width: 120px;
}
.cart-items.payment .cart-summ {
    width: 100px;
}
.cart-items.payment .cart-image {
	width: 55px;
}
.cart-items-wrap .cart-items tbody .cart-image {
    min-width:50px;
}
.prod-info .button-link input{
	padding: 10px 18px 11px;
}
.button-link input:hover {
    background: #474f6e;
}
#dropin-container{
	display: none;
}
#submit-button{
	opacity: 0.3;
}
.lds-dual-ring {
display: none;
width: 25px;
height: 25px;
position: absolute;
top:5px;
right:10px;
}
.lds-dual-ring:after {
content: " ";
display: block;
width: 25px;
height: 25px;
margin: 1px;
border-radius: 50%;
border: 3px solid #fff;
border-color: #373d54 transparent #373d54 transparent;
animation: lds-dual-ring 1s linear infinite;
}
@keyframes lds-dual-ring {
0% {
	transform: rotate(0deg);
}
100% {
	transform: rotate(360deg);
}
}

#wrong-coupon{
	position: absolute;
	top: 10px;
	right: 18px;
	color: #f35e5e;
	font-size: 16px;
	display: none;
}
.cart-items-wrap .cart-items.list-order tbody .cart-image a {
    height: auto;
}
.cart-items-wrap .cart-items.list-order p {
	display: inherit;	
}
.coupon{
	font-size: 16px;
	font-weight: 700;
	color: #373d54;
}
.coupon .cart-del{
	width: 87px!important;
}
.cart-total .cart-summ.shipping {
	font-weight: 500;
	font-size: 14px;
}
.auth-wrap .alert{
	width: 80%;
	float: right;
	transition: all 0.2s;
}
.replique-qnt{
	width:70px;
}
.replique-qnt .cart-plus {
    float: left;
    width: 17px;
    margin: 5px 0 0;
    color: #373d54;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.replique-qnt .cart-minus {
    float: left;
    border-top: none;
    width: 17px;
    color: #373d54;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
#replique-next{
	width: 97px;
}
.section-cont.forms .replique-qnt input[type="text"] {
	width: 39px;
	float:left;
}
#field-next{
	width: 100%;
	display: inline;
}
.file-drop-zone {
    height: inherit;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
	box-shadow: 0.5px 0.5px 3px -2px #333;
	cursor: pointer;
}
.krajee-default.file-preview-frame {
	box-shadow: none;
	border: 1px solid #e0e4f6;
}
#attributeajax .form-group {
	text-transform: uppercase;
	display: block;
	color: #616161;
	margin-bottom: 13px;
}
#field-next.next{
	display: none;
}
.cart-items-wrap .cart-items .cart-coupon-text {
	padding: 17px 20px 17px 0;
}
.cart-mobile table{
	white-space: initial;
}
.cart-mobile .cart-ttl a{
	white-space: initial;
}
.sample{
	font-size: 11px;
}
.project-name{
	color:#009ae2;
}
.dots{
	text-overflow: ellipsis;
	overflow: hidden; 
	width: 160px; 
	height: 100%!important;
	white-space: nowrap;
}
.in-address .select-wrapper.city{
	display: none;
}
.modal-body input{
	border: 1px solid #e0e4f6;
	background: #f8fafc;
	height: 39px;
	width: 265px;
	color: #373d54;
	font-size: 14px;
	padding: 0 15px;
	transition: all 0.2s;
	width: 100%;
}
.modal-footer input{
	border: none;
}
.cart-items-wrap .cart-items .cart-qnt.size{
	display: inline-block;
	width: 91px;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 40px;
}
.cart-items-wrap .cart-items .cart-qnt.size label{
	margin-bottom: 10px;
}
.cart-items-wrap .cart-items .cart-qnt.size input[type="text"] {
    width: 56px;
}
.shop-menu ul li a .shop-menu-ttl:not(:first-child){
    border-bottom: none;
}
.voucher{
	font-size: 11px;
	margin: 0 100px!important;
	font-weight: 400;
}
.cart-edit.order .cart-submit-btn.cancel {
	background: #bf252a;
}
.err404 .err-text {
    text-align: center;
    font-size: 25px;
    margin: 0 0 40px;
}
.vies .button-link.right{
	text-align: right;
}
.vies .button-link.next input{
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 20px;
	font-weight: 700;
	display: inline-block;
	transition: all 0.2s;
	letter-spacing: 1px;
}
.cart-summ.valid{
	color: #3c763d;
}
.cart-summ.invalid{
	color: #a94442;
}
.state-title, .state-title p{
	text-transform: uppercase;
	color: #3a89cf;
	font-weight: 500;
}
.state td{
	border:none!important;
}
.state-text{
	text-align: right!important;
}
.state .text-wrapper{
	display: flex;
    justify-content: space-between;
}
.invoice-download{
	text-align: right;
	text-transform: uppercase;
	color: #3a89cf;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
	border:none;

}
.stylization .invoice-download a {
	border: none;
}
.table-responsive.section-filter-item .section-filter-field .section-filter-checkbox::after {
    content: "\f00c";
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    margin: -7px 0 0;
	line-height: 18px;
	top: -7px;
}
.section-count #search-input, .section-count .cart-edit{
	display: inline-block;
	vertical-align: bottom;
}
.section-count .cart-edit .cart-submit-btn{
	height: 39px;
	border-radius: 0;
}
.section-filter-price{
	margin: 20px 0 30px;
}
.irs-from, .irs-to, .irs-single {
	font-size: 14px;
}
.irs-min, .irs-max {
	font-size: 14px;
}
.irs-with-grid {
	width: 94%;
	float: right;
}
.irs-bar-edge {
    background: none
}
.irs-bar-edge {
	background-color:  #373d54;
}
.irs-grid-text {
    font-size: 12px;
}
.irs-line-mid {
    cursor: pointer;
}
.irs-single {
    cursor: pointer;
}
.irs-min, .irs-max {
	display: none;
}
.d-inline-block{
	display: inline-block;
}
.section-filter-ttl{
	text-transform: uppercase;
}
.section-filter-fields .section-filter-field{
	margin: 20px 0;
	color:#373d54;
	font-weight: bold;
}
.section-filter-fields .section-filter-field {
    font-size: 15px;
}
.section-filter-item .section-filter-ttl {
	padding:0 ;
	cursor: inherit;
	background: none;
}
.section-filter-item.opened .section-filter-ttl{
	background: none;
}
.section-filter-item .section-filter-fields {
    padding: 0;
}
.section-filter-price {
    margin: 0;

}
.section-filter-item .section-filter-field .section-filter-checkbox::after {
	top: 7px;
	width: 21px;
    height: 21px;
    position: absolute;
    margin: -7px 0 0;
	line-height: 18px;
}
.krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
    height: 20px;

}
.section-filter-item .section-filter-field input[type="radio"]:checked + .section-filter-radio::before {
    width: 9px;
    height: 9px;
    top: 9px;
    left: 5px;
}
.section-filter-item .section-filter-field .section-filter-radio::after, .section-filter-item .section-filter-field .section-filter-checkbox::after {
    width: 19px;
	height: 19px;
}
.d-none{
	display: none!important;
}
.d-block{
	display: block;
}
.characteristics .title{
	color:#373d54;
	font-weight: 900;
	font-size: 12px;
	margin-top: 23px;
	display: block;
}
.characteristics .text{
	font-size: 13px;
	padding: 5px 0;
}
.characteristics .text .lower{
	text-transform: lowercase;
}
#datatable .remove{
	font-size: 30px;
}
#remove{
	font-size: 30px;
	color: #373d54;
	border: 0;
	padding: 0;
}
.characteristics {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin-bottom: 17px;
}
.cart-items a.uploads{
	font-size: 12px;
	padding-top: 20px;
	cursor: pointer;
}
.cart-items a.uploads i{
	padding-left: 15px;
}
#infoModal .modal-header{
	padding: 10px 20px 0;
	border: none;
}
#infoModal .modal-body{
	padding-top: 0;
}



.mt-20 { 
	margin-top: 25px!important;
}





/*Responsive*/

/* Small Devices, Tablets */
@media only screen and (max-width : 1200px) {
	.auth-wrap .alert{
		width: 76%;
	}
	

}
/* Small Devices, Tablets */
@media only screen and (max-width : 992px) {
	.languages{
		text-align: center;
		float: none;	
	}
	.languages li{
		display: inline-block;	
	}
	.languages.navbar-nav > li {
		float: none;
	}
	.section-cont .section-items.five-item .prod-i {
		width: 49%;
	}
	.section-full .section-items.five-item .prod-i:nth-child(4n) {
		margin-right: 0%;
	}
	.prod-wrap {
		width: 100%;
		float: none;
		padding: 0 0px 50px 0;
	}
	.cart-mobile{
		display: block;
	}
	.cart-items.web{
		display:none;
	}
	

	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.auth-wrap .auth-col {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.prod-slider-wrap {
		float: none;
		max-width: 500px;
		width: 100%;
		margin: 0 auto 50px;
	}
	.prod-cont {
		width: 100%;
		margin: 0 auto 50px;
		float: none;
		max-width: 500px;
		width: 100%;
	}
	.section-count input[type="text"] {
		width: 100%;
	}
	.section-cont.forms {
		width: 100%;
	}
	.cart-del span{
		display: none;
	}
	.vies .button-link{
		text-align: center!important;
	}

}
/* Small Devices, Tablets */
@media only screen and (max-width : 600px) {
	.cart-total.payment .cart-summ b {
		padding-left: 4px;
	}
	.cart-submit .cart-submit-btn.pay {
		width: 100%;
	}
	.voucher{
		margin: 0!important;
	}
	

}
/* Small Devices, Tablets */
@media only screen and (max-width : 480px) {
	.auth-wrap .alert{
		width: 100%;
		float: none;
	}
	.auth-wrap .auth-submit {
		position: relative;
		margin: -1px 0 45px;
	}


}


/* Small Devices, Tablets */
@media only screen and (max-width : 550px) {
	.prod-i-list .prod-title {
		width: 50%;
	}
	.prod-i-list .prod-thumbnail {
		width: 50%;
	}
	.section-cont .section-items.five-item .prod-i {
		width: 100%;
		margin: 0 auto 36px !important;
		max-width: 264px;
		float: none;
	}
	.section-cont .section-count {
		display: block;
		margin: 0;
	}
	.prod-i-list .prod-price {
		display: block;
		text-align: left;
		margin: 20px 0;
	}
	.prod-i-list {
		display: block;
	}
	body #datatable_paginate {
		padding: initial;
	}
	.cart-del{
		width: 100%;
	}
	.in-address.form td{
		display: block;
	}

}


.cart-total .cart-summ.sub p {
	text-transform: none;
	margin-bottom: 10px;
}


#attributeajax .modal .modal-title {
	text-transform: uppercase;
	color: #616161;
}

#attributeajax .modal .modal-title {
	text-transform: uppercase;
	color: #616161;
}

#attributeajax .modal .modal-header {
	border-bottom: none;
}

#attributeajax .modal img {
	margin-top: 16px;
}

#attributeajax .modal a {
	color: #616161;
	text-decoration: underline;
	margin-top: 8px;
	display: block;
}