


.un-list
{
	list-style:none;
	margin-block-start:0px;
	margin-block-end:0px;
	padding-inline-start:0px;
	margin-inline-start:0px;
	margin-inline-end:0px;
}

.clear-float
{
	clear:both;
}

.search__container {
/*     padding: 14px 0 14px 0; */
}



header
{
	border-bottom: #EDE7E9 1px solid;
}

header.base {
    position:fixed; 
    width:100%; 
    background: #fff; 
    z-index:10;
}

.fixedSect {
    position:fixed; 
    width:100%; 
    z-index:5; 
    background:#FFF;
}

.margedDiv {
    margin-top:240px;
}

.margerBot {
    margin-bottom:58px;
}



.login__input {
    width: 80%;
    padding: 12px 24px;    
    background-color: transparent;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;    
    color: #000;
    border: 1px solid #575756;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;    
}

.login__input::placeholder {
  color: #000;
  opacity:1;
}

.login__input:hover {
    padding: 12px 0;
    outline: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #575756;
    border-radius: 0;
    background-position: 100% center;
}

.login__submit {
    width: 80%;
    padding: 12px 24px;    
    background-color: transparent;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;    
    color: #000;
    border: 1px solid #575756;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;    
}

.login__submit:hover {
    padding: 12px 0;
    outline: 0;
    border: 1px solid #fc7101;
    color: #fc7101;
}

.credits__container {
    margin-top: 24px;
    border-top: #ccc 10px;
}

.result__container {
    margin: 24px 0 24px 0;
    padding: 12px 6px 12px 6px; 
    border-top: solid #fc7101 2px;
    border-bottom: solid #fc7101 2px;
}

.credits__text {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}

.credits__link {
    color: #ff8b88;
    text-decoration: none;
    transition: color 250ms ease-in;
}

.credits__link:hover,
    .credits__link:focus {
        color: rgb(191, 137, 135);
}

.result__container .result_item:first-child {
    border-top: 0px solid #acacac;    
}

.result_item {
    position: relative;
    display: block;
    border-top: 1px solid #acacac;
    padding: 6px 0;
    font-family: MagistralC;
    overflow: hidden;
    width: 100%;
}

.result_item span.result__list_header{
    text-transform: uppercase;
    color: rgba(87, 87, 86, 0.5);
    font-family: MagistralC;
}

.result_item .result_link {
    overflow:hidden;
    position: absolute;
    top:0;
    left:0;
    height:0;
    width:100%;
    background: rgba(240,240,240,.95);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;   
}

.result_item:hover .result_link {
    height:100%;
}

.result_link .show_more {
    margin: 20px 75px;
    height:100%;
    width:100%;
}

.round {
    float:left;
    height:70px;
    width:70px;
    border: #fff solid 5px;
    border-radius:255px;
    margin:15px;
}



.fotorama {
    margin-top:25px;
}

.logo_holder
{
	width:20%;
	align-self:center;
}

.mainSeaBox
{
	flex-grow:1;
	padding:0 15px;
	align-self:center;
	overflow:hidden;
}

.mainSeaBox div
{
	width:inherit;
}

.top-icon-links
{
	width:90px;
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content:space-between;
	align-self:center;
	padding-left:10px;
}

h1, .h1 {
    color:#444;
}

.h1type {
    color:#444;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.top_container
{
  padding: 7px 0;
/*   border-bottom: rgba(87, 87, 86, 0.8) 2px solid; */
/*    overflow: hidden; */
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content:space-between;
}

.foot_container {
		margin-top:15px;
    padding: 7px 0;
    border-top: #EDE7E9 1px solid;
    overflow: hidden;

}

.contact-info
{
	min-width:130px;
	padding:0 4px;
	align-self:center;
  color: #000;
  font-family: MagistralC-Bold;
}

.mainBox
{
  margin: 25px 0;
  padding: 25px 0;    
  border: 1px solid #575756;
}

.cabinet,
#cart
{
	width:35px;
	height:35px;
	display:block;
}

.cabinet i,
#cart i
{
	margin:0px;
	font-size:35px;
	color:#000;
}

#mobile-header
{
	display:none;
	align-self:center;
}

#mobile-header .m-butom
{
	width:25px;
	height:25px;
	border:none;
	font-size:30px;
	padding:2px 1px;
	background:none;
	margin-top: -10px;
}

#drop-menu
{
	display:none;
	width:100vw;
	height:100vh;
	position:fixed;
	top:0px;
	left:0px;
	padding:15px;
	background-color:#fff;
	z-index:1000;
}

#drop-menu .cancel
{
	width:30px;
	height:30px;
	position:absolute;
	top:10px;
	left:10px;
	border:none;
	background:none;
	font-size:26px;
	padding:0;
}

#drop-menu .drop-link-icons
{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
	gap:0 5px;
}

span.h1 {
    font-size: 2em;
    margin: 0.67em 0;
    text-align: center;
    color: rgba(87, 87, 86, 0.8);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: normal;   
    width: 100%;
    display: block; 

}

span.h2 {
    font-size: 1.5em;
    margin: 0.67em 0;
    text-align: center;
    color: rgba(87, 87, 86, 0.8);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: normal;   
    width: 100%;
    display: block; 

}

span.h3 {
    font-size: 1.0em;
    margin: 0.67em 0;
    text-align: left;
    color: rgba(87, 87, 86, 0.8);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: normal;   
    width: 100%;
    display: block; 

}

img.contact_photo {
    max-width: 220px;
    width: 100%;
    margin: 15px 0;
}

table.searchRes {
    border-top: #FF0000 solid 2px;
    border-bottom: #FF0000 solid 2px;
    width: 100%;
    margin: 0 0 0px 0;
}

table.searchRes td {
    border-bottom: rgba(87, 87, 86, 0.3) 1px solid;
    padding:7px;
}

table.searchRes tr.tcap td {
    background: #fc7101;
    padding:7px;
    text-transform: uppercase;
    color:#fff;
}

.modal {
    min-height: 100px;
    width: 100%;
    background: 
    #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 26px 20px 28px;
}

.modal-form .input-wrapper,
.modal-login-form .input-wrapper {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
}

.modal-login-form .input-wrapper.inline{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
	gap:0 5px;
	font-size:16px;	
}
.modal-login-form .input-wrapper.inline a{
	height:40px;
	border:1px solid #fc7101;
	color:#fc7101;
	display:block;
	flex-basis:50%;
	text-align:center;
	padding:10px 10px;
}

.modal-login-form .input-wrapper.inline a:hover{
	border:1px solid #000;
	color:#000;
}

.modal-form-wa .input-wrapper {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
}

.cart-form .input-wrapper {
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
}

.input-wrapper input {
    border: 2px solid 
#ebeef0;
background:
#f8f8f8;
height: 100%;
width: 100%;
font: 13px/24px proxima-nova-thin, sans-serif;
letter-spacing: .08em;
color:
    #8f9196;
    padding: 0 17px;
}

.modal-border,
.modal-login-border
{
    border: 2px solid #fc7101;
    display: block;
    padding: 8px;
    width: 470px;
    display: none;
    position: relative;
}

.modal-close {
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    top: -19px;
    right: -19px;
    background: url(../images/ico_close-btn.jpg) no-repeat center center;
}

.modal-form, .modal-form-wa  {
    background: 
    #fff;
    width: 370px;
}

.modal-title {
    text-transform: uppercase;
    text-align: center;
    color: 
    #071426;
    font: 20px/24px proxima-nova-bold, sans-serif;
    margin: 0 0 25px 0;
    padding: 0;
    border: 0;
}

.modal-form .send-btn {
    font: 15px proxima-nova-light, sans-serif;
    width: 100%;
    height: 55px;
    letter-spacing: .035em;
}

.modal-form-wa .send-btn {
    font: 15px proxima-nova-light, sans-serif;
    width: 100%;
    height: 55px;
    letter-spacing: .035em;
}

.cart-form .send-btn {
    font: 15px proxima-nova-light, sans-serif;
    width: 100%;
    height: 55px;
    letter-spacing: .035em;
}

.modal-form .send-cart {
    font: 15px proxima-nova-light, sans-serif;
    width: 100%;
    height: 55px;
    letter-spacing: .035em;
}

.modal-subtitle {
    text-align: center;
    color: #7b7c7e;
    font: 20px/24px proxima-nova-regular, sans-serif;
    margin-bottom: 16px;
		display:none;
}

.modal-articul {
    text-align: left;
    color: #7b7c7e;
    font: 20px/24px proxima-nova-regular, sans-serif;
    margin: 0 0 16px 0;
}



.cart-item-del {
    cursor: pointer;    
}

.contact_plah {
    width:100%;
    text-align:center;
}

.half_photo_plah {
    width:100%;
    text-align:center;
}

.half_photo_plah img {
    width:90%;
    margin:15px 0;
}

.imgDiv {
    width:100%;
    text-align:center;
}

.imgDiv img {
    width:90%;
}

.itPrice { 
    font-size:20px;
}

.ord-cart {
    display:block;
    width:100%;
    padding: 5px;
    border: 1px solid #fc7101;
    color: #fff;
    background: #fc7101;
    text-align:center;
}

.pag-box
{
	float:none;
	margin:0 auto;
}

.pagination
{
	list-style:none;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
	gap:0 5px;
	font-size:16px;
	margin-block-start:0;
	margin-block-end:0;
	padding-inline-start:0;
}

.pagination a,
.pagination span
{
	display:block;
	min-width:30px;
	height:30px;
	text-align:center;
	padding:5px 5px;
}

.pagination a:hover
{
	background-color:#fc7101;
}

/* .catalog-wrapper */
/* { */
/* 	text-align:center; */
/* } */

.catalog-body
{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:15px 15px;
}

.catalog-item
{
	text-align:center;
	display:block;
	flex-basis:23%;
	padding:40px 10px;
	border:1px solid #ccc;
}

#list-filters
{
	border:rgba(87, 87, 86, 0.3) 1px solid;
	padding:0px 6px 6px 6px;
}

#list-filters h4
{
	font-size: 15px;
}

#list-filters .filter-point-box
{
	margin:2px;
}

#list-filters ul
{
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start:2px;
  -webkit-box-shadow:none;
  box-shadow:none;
	list-style-type:none;
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start:2px;
}

#list-filters ul li
{
	width:100%;
	display:block;
	border:none;
	padding:4px 0 4px 5px;
}

#list-filters ul li input[type="checkbox"]
{
	margin-block-start:2px;
	margin-block-end:2px;
  margin-inline-end:0;
}

#list-filters ul li input[type="checkbox"]:checked + label
{
	color:#fc7101;
}

#list-filters ul li label
{
	width:80%;
	display:inline-block;
	font-size:12px;
	color:#443020;
	margin-right:10px;
	position:relative;
	cursor:pointer;
}

#list-filters ul li label:hover
{
	color:#000;
}

.filter-point-title
{
	font-size:10px;
	color:#38B0E3;
	padding-left:6px;
}

#price-filter-box
{
/* 		width:219px; */
	width:100%;
	height:96px;
	margin-top:6px;
	padding-right:10px;
}	

.price-valiables
{
	padding-left:10px;
}

.price-valiables input
{
	width:100px;
	display:inline-block;
	background-color:#fff;
}

.price-valiables span
{
	position:relative;
	top:1px;
	margin-bottom:-1px;
}

#variable-slider
{
/* 		width:208px; */
	width:100%;
	height:5px;
	position:relative;
	top:24px;
	left:5px;
	background-color:#fc7101;
}

.slide-point
{
	width:8px;
	height:20px;
	position:absolute;
	top:-12px;
	border-radius:7px;
	background-color:#fc7101;
	cursor:pointer;
	z-index:11;
}

#point-min
{
	left:0px;
}

#point-max
{
/* 		left:200px; */
	left:97%;
}

#filter-slide-body
{
/* 		width:200px; */
	width:97%;
	height:7px;
	position:absolute;
	top:-1px;
	z-index:10;
}

.filter-button
{
	width:100%;
	background:none;
	border:1px solid #ccc;
	padding:6px 6px;
}

.filter-button:hover
{
	background-color:#fc7101;
}

.list-group
{
	max-height:90vh;
	overflow-y:scroll;
}

.top-url-line
{
	text-align:left;
	padding:4px 0;
}

.sep-slash
{
	display:inline-block;
	padding:0 6px;
	color:#fc7101;
	font-weight:bold;
}

.searchRes
{
}

.button-style
{
	min-width:30px;
	height:30px;
	display:block;
	padding:5px;
	border:1px solid #fc7101;
	color:#fff;
	background-color:#fc7101;
	text-align:center;
}

.sort-box
{
	margin:4px 0 10px 0;
}

#open-filters,
#close-filters
{
	display:none;
}

#sort-by
{
	width:200px;
	height:30px;
	float:right;
	cursor:pointer;
}

#load-more-cons
{
	margin:0 auto;
	margin-top:30px;
	width:200px;
}

#connections-products
{
/* 	height:160px; */
/* 	overflow-y:hidden; */
}

.full-scroll
{
	margin-top:20px;
	display:flex;
	flex-direction:row;
	align-items:stretch;
	flex-wrap:wrap;
	justify-content:space-arount;
}

.conn-product
{
	display:block;
	padding:3px;
	border:1px solid #fff;
	width:33%;
	display:none;
}

.conn-product.show3:nth-child(-n+3)
{
	display:block;
}

.conn-product:hover
{
	border:1px solid #ddd;
}

.conn-product .con-img
{
	height:130px;
	overflow:hidden;
	position:relative;
}

.conn-product img
{
	width:auto;
	height:auto;
	max-width:130px;
	max-height:130px;
	object-fit:cover;
	display:block;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.conn-product span
{
	display:block;
	font-size:12px;
}

#viewed-items
{
/* 	height:120px; */
	padding:15px;
	
/* 	background-color:#f00; */
/* 	border:1px solid #ccc; */
/* 	border-top: #fc7101 solid 2px; */
}

#viewed-items .viewed-title
{
	padding-bottom:10px;
	font-size:16px;
}

#viewed-items .slide-case
{
	display:flex;
	justify-content:space-between;
	align-items:baseline;
	flex-wrap:nowrap;
	padding-bottom:20px;
	border-bottom: #fc7101 solid 2px;
}

#viewed-items .slide-case-item
{
/* 	aspect-ratio:3/4; */
	display:block;
	flex-basis:9%;
	padding:2px;
	border:1px solid #ddd;
	margin-right:6px;
	flex-grow:1;
	max-width:10%;
	
/* 	background-color:#0f0; */
}

#viewed-items .slide-case-item:last-child
{
	margin-right:0;
}

.slide-case-item .con-img
{
	height:100px;
	overflow:hidden;
	position:relative;
}

.slide-case-item img
{
	width:auto;
	height:auto;
	max-width:100px;
	max-height:100px;
	object-fit:cover;
	display:block;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.slide-case-item span
{
	display:block;
	font-size:12px;
}

#cart-modal
{
	width:690px;
	max-height:80%;
}

#cart-modal .modal
{
	padding:6px;
	align-items:flex-start;
}

#cart-modal .modal-title
{
	text-align:left;
}

#cart-modal .cart-items-list
{
	width:100%;
	overflow-y:auto;
}

#cart-modal .cart-items-list
{
	list-style:none;
	margin-block-start:0;
	margin-block-end:0;
	padding-inline-start:0;
	
/* 	background-color:#f00; */
}

#cart-modal .cart-product
{
	display:flex;
	height:60px;
	padding:4px 4px 4px 0px;
	border:1px solid #fff;
/* 	background-color:#534; */
}

#cart-modal .cart-product:hover
{
	border:1px solid #fc7101;
}

#cart-modal .cart-image
{
	flex-basis:70px;
	
/* 	background-color:#f00; */
}

#cart-modal .cart-image .con-img
{
	height:52px;
	overflow:hidden;
	position:relative;
}

#cart-modal .cart-image img
{
	width:auto;
	height:auto;
	max-width:80px;
	max-height:52px;
	object-fit:cover;
	display:block;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

#cart-modal .cart-artikul
{
	flex-basis:130px;
	
/* 	background-color:#0f0; */
}

#cart-modal .cart-name
{
	flex-basis:calc(100% - 410px);
	
/* 	background-color:#00f; */
}

#cart-modal .cart-qnty,
#cart-modal .cart-del
{
	flex-basis:100px;
	display:flex;
	flex-direction:row;
	align-items:center;
	flex-wrap:nowrap;
	justify-content:space-between;
	
/* 	background-color:#0ff; */
}

#cart-modal .cart-qnty input
{
	width:30px;
	height:30px;
	text-align:center;
	margin:0 2px 0 2px;
	border:1px solid #aaa;
	border-radius:5px;
	outline:none;
}

#cart-modal .cart-qnty input:focus
{
	border:1px solid #fc7101;
}

#cart-modal .cart-qnty button,
#cart-modal .cart-del button
{
	width:30px;
	height:30px;
	font-size:20px;
	border:none;
/* 	border-radius:5px; */
	background:none;
/* 	background-color:rgba(252,113,1,0.7); */
}

#cart-modal .cart-qnty button:hover,
#cart-modal .cart-del button:hover
{
	color:#fc7101;
	
}

#cart-modal .cart-price
{
	flex-basis:110px;
/* 	text-align:right; */
	
	display:flex;
	flex-direction:row;
	align-items:center;
	flex-wrap:nowrap;
	justify-content:flex-end;
	
/* 	background-color:#ff0; */
}

#cart-modal .cart-del
{
	flex-basis:30px;
/* 	align-items:center; */
/* 	justify-content:space-between; */
}

#cart-modal .cart-total
{
	width:100%;
	display:flex;
	flex-direction:row;
	padding-top:20px;
}

#cart-modal .cart-total button
{
	height:40px;
	border-radius:5px;
	background:none;
	padding:8px 10px;
	font-size:16px;
}

#cart-modal .cart-done,
#cart-modal .cart-continue
{
	height:64px;
	padding:10px 10px;
	border-radius:5px;
}

#cart-modal .cart-done
{
	border:1px solid #fc7101;
	width:60%;
/* 	text-align:right; */
	background-color:rgba(252,113,1,0.2);
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content:space-between;
}

#cart-modal #cart-sum
{
	font-size:26px;
}

#cart-modal .cart-curr
{
	margin-left:5px;
	font-size:16px;
}

#cart-modal .cart-done .cart-sum-val
{
/* 	background-color:#0f0; */
	padding-top:6px;
}

#cart-modal .cart-done button
{
	border:1px solid #f7862c;
	background-color:#f7862c;
	color:#fff;
	margin-left:10px;
}

#cart-modal .cart-done button:hover
{
	border:1px solid #fc7101;
	background-color:#fc7101;
}

#cart-modal .cart-continue
{
	padding:10px 0px;
	width:40%;
}

#cart-modal .cart-continue button
{
	background-color:#ccc;
	border:1px solid #b0b0b0;
	color:#6a6a6a;
}

#cart-modal .cart-continue button:hover
{
	background-color:#fc7101;
	color:#fff;
	border:1px solid #fc7101;
}




/* //////////////////////////////////// */



#order-cart
{
	width:100%;
	padding-top:30px;
	display:flex;
	flex-wrap:nowrap;
	flex-direction:row;
	justify-content:flex-start;
}

#order-cart .list-case
{
	flex-basis:calc(100% - 260px);
}

#order-cart .cart-items-list
{
	list-style:none;
	margin-block-start:0;
	margin-block-end:0;
	padding-inline-start:0;
	max-height:60vh;
	overflow-y:auto;
}

#order-cart #total-order
{
	flex-basis:260px;
	padding-left:15px;
}
#total-order .total-body
{
	border-radius:5px;
	padding:10px;
	background-color:#e8e3e3;
}

#total-order .total-cont
{
	display:flex;
	flex-direction:row;
	align-items:center;
	flex-wrap:nowrap;
	justify-content:space-between;
}

#total-order .total-cont .title
{
	font-size:12px;
	text-align:left;
	color:#424141;
}

#total-order .total-cont .value
{
	text-align:right;
}

#total-order .sepline
{
	width:100%;
	height:1px;
	background-color:#b3b3b3;
	margin:10px 0;
}

#total-order button
{
	width:100%;
	height:36px;
	font-size:16px;
	padding:6px 4px;
	border:1px solid #f7862c;
	border-radius:5px;
	background-color:#f7862c;
	color:#fff;
}

#total-order button:hover
{
	border:1px solid #fc7101;
	background-color:#fc7101;	
}

#order-cart .cart-product
{
	display:flex;
	height:60px;
	padding:4px 4px 4px 0px;
	border:1px solid #fff;
}

#order-cart .cart-product:hover
{
	border:1px solid #fc7101;
}

#order-cart .cart-image
{
	flex-basis:70px;
}

#order-cart .cart-image .con-img
{
	height:52px;
	overflow:hidden;
	position:relative;
}

#order-cart .cart-image img
{
	width:auto;
	height:auto;
	max-width:80px;
	max-height:52px;
	object-fit:cover;
	display:block;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

#order-cart .cart-artikul
{
	flex-basis:130px;
}

#order-cart .cart-name
{
	flex-basis:calc(100% - 410px);
}

#order-cart .cart-qnty,
#order-cart .cart-del
{
	flex-basis:100px;
	display:flex;
	flex-direction:row;
	align-items:center;
	flex-wrap:nowrap;
	justify-content:space-between;
}

#order-cart .cart-qnty input
{
	width:30px;
	height:30px;
	text-align:center;
	margin:0 2px 0 2px;
	border:1px solid #aaa;
	border-radius:5px;
	outline:none;
}

#order-cart .cart-qnty input:focus
{
	border:1px solid #fc7101;
}

#order-cart .cart-qnty button,
#order-cart .cart-del button
{
	width:30px;
	height:30px;
	font-size:20px;
	border:none;
	background:none;
}

#order-cart .cart-qnty button:hover,
#order-cart .cart-del button:hover
{
	color:#fc7101;
}

#order-cart .cart-price
{
	flex-basis:110px;
	display:flex;
	flex-direction:row;
	align-items:center;
	flex-wrap:nowrap;
	justify-content:flex-end;
}

#order-cart .cart-del
{
	flex-basis:30px;
}

#order-cart .params-title
{
	margin-top:20px;
	color:#424141;
	font-size:18px;
}

#order-cart .delivery-case-item,
#order-cart .payment-case-item
{
	border:1px solid #fff;
}

#order-cart .delivery-case-item.active,
#order-cart .payment-case-item.active
{
	border:1px solid #fc7101;
	padding:5px;
	background-color:rgba(252,113,1,0.2);
	margin-bottom:10px;
}

#order-cart .delivery-case-item label,
#order-cart .payment-case-item label
{
	width:100%;
	height:40px;
	padding:10px 5px;
	cursor:pointer;
	display:block;
}

#order-cart .delivery-case-item label:hover,
#order-cart .payment-case-item label:hover
{
	color:#fc7101;
}

#order-cart .delivery-case-item .load-data,
#order-cart .payment-case-item .load-data
{
}

#order-cart .delivery-case-item .selector-case,
#order-cart .payment-case-item .selector-case
{
	display:flex;
	flex-direction:row;
	align-items:center;
	flex-wrap:nowrap;
	justify-content:flex-start;
	margin-bottom:10px;
}

#order-cart .delivery-case-item .selector-case .title,
#order-cart .payment-case-item .selector-case .title
{
	flex-basis:140px;
	font-size:14px;
}

#order-cart .delivery-case-item .selector-case .select-case,
#order-cart .payment-case-item .selector-case .select-case
{
	width:260px;
}

#order-cart .delivery-case-item .selector-case .select-case button,
#order-cart .payment-case-item .selector-case .select-case button
{
	width:260px;
	height:30px;
	display:block;
	padding:5px;
	border:1px solid #fc7101;
	color:#fff;
	background-color:#fc7101;
	overflow:hidden;
	text-align:left;
}

#order-cart .select-case .select-search
{
	width:260px;
	border:1px solid #fc7101;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	background-color:#fff;
	overflow:hidden;
	position:absolute;
	display:none;
}

#order-cart .select-case .select-search input
{
	width:calc(100% - 10px);
	max-width:250px;
	height:30px;
	padding:5px;
	border:1px solid #fc7101;
	margin:4px 4px 4px 4px;
	outline:none;
}

#order-cart .select-case .select-search ul
{
	max-height:200px;
	overflow-y:auto;
}

#order-cart .select-case .select-search li
{
	padding:6px;
	
}

#order-cart .select-case .select-search li:hover
{
	cursor:pointer;
	background-color:#fc7101;
}

#customer-cases
{
	margin-top:10px;
}

#customer-cases .customer-case-item
{
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:center;
	flex-wrap:nowrap;
	justify-content:flex-start;
	margin-bottom:4px;
}

#customer-cases .customer-case-item .title
{
	flex-basis:120px;
}

#customer-cases .customer-case-item .value input
{
	width:300px;
	height:30px;
	font-size:16px;
	outline:none;
	border:1px solid #9d9a98;
}

#customer-cases .customer-case-item .value input:focus
{
	border:1px solid #fc7101;
}

#order-done-modal
{
	display:block;
	padding-top:60px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background-color:#fff;
}

#error-noise
{
	width:100%;
	min-height:60px;
	background-color:rgba(255,0,0,0.3);
	border:1px solid #f00;
	margin-bottom:40px;
	padding:6px;
}

.use-items
{
	border-bottom: 1px solid #EEE8EA;
}

.use-items td
{
	padding: 5px 5px 5px 0;
}

.use-items .use-brands
{
	vertical-align:top;
}

.use-items .use-models
{
}

.use-items .use-models li:nth-child(n+4)
{
	display:none;
}

.use-items .use-models .use-show-more
{
	width:120px;
	float:right;
	font-size:12px;
	padding:4px 10px 2px 10px;
	margin-top:6px;
}

.use-items .use-models .use-show-more:hover
{
	color:#222;
	-webkit-transition:.5s;
	-o-transition:.5s;
	transition:.5s;
}



