body {
	background: #F6F6F1;
	min-width: 300px;
}

a {
	text-decoration: none;
	color: #33383d;
}
a:hover {
	color: #FF4E26;
}

.header-panel {
	height: 30px;
	background: #E2E2D2;
	width: 100%;
	overflow: hidden;
}
.auth-form-block {
	width: 271px;
	padding-left: 10px;
	height: 120px;
	background: #d7d777;
	z-index: 999999;
}

.forgot_passw {
	position: absolute;
	top: 97px;
	font-size: 14px;
}

.smooth div {
	transition: all 0.2s;
}
.smooth  div:hover {
	transition: all 0.2s;
}

.auth-block,
.lng-swch,
.personal-block {
	float: right;
	height: 30px;
	background: #525a63;
	padding: 4px 10px;
	position: relative;
}
.lng-swch,
.personal-block {
	background: #d7d777; //#dbdbcd;
}
.auth-block *,
.lng-swch *,
.personal-block *{
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.lng-swch *,
.personal-block * {
	color: #525a63;
}
.lng-swch a {
	padding: 0 5px;
}
.personal-block * {
	text-transform: inherit;
	font-size: 15px;
	font-weight: normal;
}
.separator {
	border-left: 1px dashed #fff;
	margin: 0 5px;
	padding-right: 2px;
	
}
.top-phone {
	float: right;
	height: 30px;
	vertical-align: middle;
	margin-right: 15px;
}
.top-phone .number{
	top: -1px;
	position: relative;
}
.top-phone span{
	top: 1px;
	position: relative;
	color: #525A63;
	line-height: 30px;
}
.personal-block  .auth-ico:before{
	margin-top: 2px;
}
.personal-block  .small{
	padding: 0 5px;
}

.header-place  {
	min-height: 77px;
	width: 100%;
}
.header {
	position: relative;
	background: #ffffff;
	width: 100%;
	z-index:9;
}

.logo {
	margin: 4px 0 0 0px;
	float: left;
}
.header:before {
	clear: both;
}
.fixed {
    position:fixed;
    top:0; left:0;
    width:100%;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	z-index: 999;
}
.show {display:block!important}
.hide{display:none!important}
.toCenter {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.auth-popup-fade,
.catalog-menu
 {
	z-index: 999999;
	display: none;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 1;
}
.catalog-menu:before,
.auth-popup-fade-bg {
	content: "";
	z-index: 999999;
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.5;
}

.filters-block {
	width: 300px;
	margin-right: 10px;
	float: left;
	background: #F6F6F1;
	z-index: 1;
}
.filters-block  fieldset {
	margin: 0;
	padding: 0 !important;
}
.filter-close-panel
 {
	top:0;
	left:0;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
	position: fixed;
	width: 100%;
	min-width: 282px;
	height: 60px;
	z-index: 10001;
	background: #fff;
	display: none;
}
.search-close-panel {
	display: block;
	display: block;
}
.filter-close-btn:hover {
	color: #FF4E26;
}
.filter-close-btn,
.filter-close-title {
	top: 10px;
	padding-top: 10px;
	text-align: center;
	vertical-align: middle;
	left: 12px;
	height: 40px;
	width: 40px;
	float: right;
	cursor: pointer;
	position: absolute;
}
.filter-close-title {
	width: auto;
	font-size: 20px;
	float: left;
	left: 60px;
	line-height: 20px;
	cursor: default;
}
.first-filter-block{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.filter-block {
	margin: 0 0 10px 0;
	background: #fff;
	border: 0px solid #eee;
	clear: both;
	min-width: 282px;
}
.filter-block-title {
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}
.filter-block-title:hover {
	color: #FF4E26;
} 
.filter-checks-block {
	padding: 0px 10px 10px 25px;
	position: relative; 
}
.filter-checks-block div {
	padding: 4px;
}
.filter-checks-block  input[type=checkbox] {
	height: 17px;
	width: 17px;
	background: #fff;
	cursor: pointer;
}
.filter-checks-block span{
	font-size: 13px;
	display: inline-block;
	position: relative;
	top: -4px;
	left: 5px;
}
.filter-checks-block label {
	cursor: pointer;
	display: block;
}
.filter-checks-block label:hover {
	color: #FF4E26;
}
.filter-checks-block .l_disabled input[type=checkbox]:after {
    position :absolute;
    left     : 30;
    top      : 7;
    width    : 16px;
    height   : 16px;
    content  :' ';
	background: rgba(255,255,255,0.7);
}
.filter-checks-block .l_disabled,
.filter-checks-block .l_disabled input[type=checkbox] {
	color: #aaa;
	cursor: default;
	pointer-events:none;
}
.filter-checks-block .l_disabled:hover {
	color: #aaa;
}

.filter-shevron,
.catalog-btn-shevron,
.il-sort-shevron,
.menu-group-shevron,
.btn-chevron {
    content: "";
    display: inline-block;
    position: relative;
	float: right;
    right: 5px;
    top: 5px;
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	transition: all 1s linear;
	transition: transform 0.3s;
}
.search-ico::before,
.filters-ico::before,
.catalog-ico::before
 {
	margin-right: 5px;
	margin-top: 4px;
	line-height: 15px;
	font-size: 17px !important;
}

.catalog-btn-shevron {
	top: 9px;
	right: -7px;
	transition: transform 0.3s;
	border-bottom: 6px solid #525a63;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.filter-btn button,
.filter-clear-btn button
 {
	width: 100%;
	height: 28px;
	color: #525A63;
	background: #E3E39D;
	border: 0;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}
.filter-btn button {
	width: 100px;
}
.filter-btn:hover button,
.filter-clear-btn button:hover
 {
	background: #d7d777;
	color: #333;
}
.filter-btn {
	position: relative;
	top: -7px;
	float: right;
	margin-left: 5px;
	height: 28px;
	width: 130px;
	display: none;
}
.filter-btn:hover span {
	border-right-color: #d7d777;
}
.filter-btn span {
	border-right: 14px solid #E3E39D;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
	border-left: 0;
	display: inline;
    position: relative;
	float: left;
	top: 0px;
}

.blocks {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
.goods-blocks {
	width: 100%;
	display: block;
	padding-left: 310px;
}
.goods-favored-blocks {
	padding: 0 45px;
}
.goods-block {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
	margin-right: 10px;
	float: left;
	height: auto;
	position: relative;
}
.goods-img img{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
	object-fit: cover;
}
.goods-title:after {
	display: block;
	content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 26px;
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(75%,#ffffff),to(#ffffff));
    background: linear-gradient(90deg,rgba(255,255,255,0),#ffffff 75%,#ffffff);
    background-size: 100% 100%;
	box-sizing: border-box;
}
.goods-title {
	padding: 10px 0;
	font-size: 19px;
	height: 80px;
	overflow: hidden;
	position: relative;
}
.group-title {
	font-size: 19px;
	padding: 10px;
}
.goods-price {
	font-weight: bold;
	font-size: 22px;
	padding-top: 10px;
}
.carts-code-title,
.goods-code-title {
	color: #777;
}
.carts-code,
.goods-code {
	font-size: 14px;
	color: #777;
}
.goods-info {
	margin: 5px 0;
}
.goods-buttons {
	width: 100%;
}
.goods-add-to-cart span {
	font-size: 18px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.add-to-cart-btn:hover,
.add-to-cart-enter:hover
 {
	background: #D7D777;
	color: #333;
}
.add-to-cart-btn,
.add-to-cart-enter,
.go-to-cart-btn 
 {
	text-align: center;
	padding-top: 10px;
	height: 44px;
	background: #ECECE1;
	color: #525A63;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}
.go-to-cart-btn  {
	background: none;
}
.go-to-cart-btn :hover{
	color: #333;
}
.already-in-cart {
	text-transform: none;
	font-weight: normal;
	top: 0px !important;
}
.already-ico {
	width: 20px !important;
	position: relative;
	top: 1px !important;
	display: inline-block;
}
.goods-add-to-cart {
	font-size: 12px;
	text-transform: none;
	position: relative;
	top:-5px;
	margin: 0;
	display: block;
	color: #AAA;
}
.groups-blocks {
	width: 100%;
	text-align: center;
}
.group-block {
	float: left;
	background: #fff;
	margin: 5px;
}
.group-block a {
	width: 100%;
	height: 100%;
	display:block;
	padding: 10px;
}
.group-block  a:hover {
	
}
.group-block a span {
	color: #777;
	font-size: 14px;
	font-style: italic;
}
.content h1 {
	font-size: 40px;
	margin: 10px 0;
	color: #333;
}

.catalog-btn-menu .menu-groups + ul {
	border-left: 5px solid #777;
}
.catalog-menu {}

.cart-small-btn:hover,
.search-btn:hover,
.filters-btn:hover,
.catalog-btn:hover
 {
	color: #FF4E26;
	transition:0.1s
}
.catalog-btn:hover .catalog-btn-shevron {
	transition:0.1s;
	border-bottom: 6px solid #FF4E26;
}

.cart-small-btn,
.catalog-btn,
.filters-btn,
.search-btn
 {
	top: 19px;
	margin-left: 40px;
	width: auto;
	float: left;
	padding: 9px 20px;
	position: relative;
	color: #525a63;
	font-weight: normal;
	background: #fff;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 0px;
	transition:0.1s;
	border: 0px solid #DDD;
	/*box-shadow: inset 0 5px 15px 0 rgba(255,255,255,0.3),
				0 1px 2px 0 rgba(0,0,0,0.4);*/
}
.cart-small-btn,
.filters-btn,
.search-btn {
	display: none;
}
.catalog-menu-header{
	height: 55px;
	width: 100%;
}
.close:hover{
	color: #FF4E26;
}
.close{
	padding: 20px;
	float: left;
	color: #525a63;
	display: block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.catalog-btn-menu {
	background: #fff;
	display: block;
	height: 100%;
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	z-index: 999999;
	overflow: auto;
}
.catalog-btn-menu>ul {
	width: 100%;
}

.catalog-btn-menu li {}

.catalog-btn-menu>ul>li>ul {
	display: none;
}
.catalog-btn-menu span.menu-groups:hover {
	color: #FF4000;
}
.catalog-btn-menu a.menu-group:hover {
	background: #E3E39D;
	color: inherit;
}

.catalog-btn-menu  .current {
	text-decoration: underline;
}
.catalog-btn-menu .menu-group
 {
	padding: 10px 20px;
	display: block;
	background: #fff;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}
.catalog-btn-menu a .count {
	font-weight: bold;
	color: #aaa;
}
.catalog-btn-menu a:hover {
}
.catalog-search-input input{
	width: 93%;
	height: 36px;
	border: 0;
}
.catalog-search-input .icon-search {
	float: left;
	margin-top: 10px;
	width: 25px;
}
.catalog-search-input {
	width: 680px;
	color: #525A63;
	position: relative;
	float: left;
	top: 19px;
	left: 40px;
	border-bottom: 2px solid #525A63;
}
.search-input-clear::before {
	font-size: 10px;
	line-height: 16px;
}
.search-input-clear:hover{
	color: #FF4E26;
}
.search-input-clear {
	position: absolute;
	top: 9px;
	right: 0px;
	padding: 0px 6px 1px 6px;
	display: none;
	cursor: pointer;
}
.catalog-search-input input:focus + .search-input-clear,
.search-input-clear:hover{
	display: block;
}

.search-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
	display: none;
}
.search-panel[style*="display: block"] +.catalog-search-input {
	display: block !important;
}
.search-results a {
	padding: 10px;
	display: block;
}
.search-results {
	margin-top: 2px;
	overflow: auto;
	max-height: 400px;
	position: absolute;
	border: 1px solid #DDD;
	border-bottom: 1px solid #525A63;
	border-top: 0;
	width: 100%;
	display: none;
	background: #fff;
}
.group-result  a{
	text-transform: uppercase;
}

.catalog-cart-btn:hover {
	color: #D7D777;
}
.catalog-cart-btn:hover .cart-title {
	color: #FF4E26;
}
.catalog-cart-btn {
	float: right;
	border: 0px solid #525A63;
	color: #ccc;
	padding: 0;
	margin: 14px 0;
	font-size: 25px;
	cursor: pointer;
	position: relative;
	top: 12px;
	display: block;
}
.cart-ico {
	float: left;
	padding-right: 5px;
}
.cart-count {
	background: #525A63;
	color: #E3E39D;
	padding: 0 2px;
	font-size: 15px;
	display: inline-block;
	text-align: center;
	position: relative;
	left: -20px;
	top: -29px;
	vertical-align: middle;
	line-height: 15px;
	border-radius: 4px;
	font-weight: bold;
}
.cart-sum::after {
	content: "$";
	color: #aaa;
	margin-left: 3px;
	font-weight: normal;
}
.cart-sum {
	position: relative;
	display: block;
	font-size: 13px;
	color: #525A63;
	font-weight: bold;
	top: -5px;
}
.cart-title {
	position: relative;
	color: #525A63;
	font-size: 15px;
	text-transform: uppercase;
}
.cart-btn-info {
	display: inline-block;
	position: relative;
	top: -11px;
	left: -22px;
	margin-left: 3px;
}


.filter-sels-blocks-title span {
	display: block;
	font-size: 12px;
	text-transform: none;
	color: #777;
}
.filter-sels-blocks-title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.filter-sels-blocks {
	background: #D7D777;
	color: #222;
}
.filter-sels-blocks {
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #D7D777;
}
.filter-sels-block {
	margin-bottom: 10px;
}
.filter-sels-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
.filter-sel-item {
	padding: 5px;
	margin-top: 5px;
	background: #ECECE1;
	font-size: 12px;
}
.filter-sel-item-remove,
.filter-sel-price-remove
{
	cursor: pointer;
	font-size: 10px;
	float: right;
}
.price-slider-block {
	margin-right: 15px;
}
.price-range-block{
	margin: 10px auto;
	height: 40px;
	width: 200px;
}
.price-range {
	width: 82px;
	height: 30px;
	float: left;
	padding: 5px;
	text-align: center;
	background: #ECECE1;
	border: 1px solid #ddd;
}
.price-range:focus
 {
	border: 1px solid #525A63;
}
.price-delimiter {
	margin: 0 5px;
	float: left;
}
.price-buttons-block  {
	width: 228px;
	margin: 0 auto;
	height: 40px;
}
.price-buttons-block div {
	padding:0;
}
.price-buttons-block  button:hover {
	color: #333;
	background: #D7D777;	
}
.price-buttons-block  button {
	width: 100px;
	font-size: 11px;
	background: #E3E39D;
	display: block;
	float:left;
	margin: 5px;
	padding: 5px;
	border: 0px solid #aaa;
	color: #525A63;
	cursor: pointer;
}
.price-buttons-block:after {
	clear:both;
	position: relative;
}
.price-clear-btn button {
	background: #E3E39D;
}

.items-list-panel {
	display: block;
	width: 100%;
	background: inherit;
	padding: 10px 0;
	float: left;
}
.bottom-list-panel{
	clear: both;
}
.il-sort {
	width: 200px;
	float: left;
	margin-right: 8px;
}
.il-sort-title {
	color: #525A63;
}
.il-sort-button {
	border: 1px solid #DDD;
	background: #ECECE1;
	padding: 7px;
	cursor: pointer;
}
.il-sort-list {
	background: #FFF;
	position: absolute;
	width: inherit;
	cursor: pointer;
	display: none;
	z-index: 1;
}
.il-sort-list li:hover {
	background: #D7D777;
	border-color: #D7D777;
}
.il-sort-list li {
	padding: 7px;
	border: 1px solid #DDD;
	border-top: 0;
}
.items-list-panel .table_pages .to_page {
	height: 35px;
	font-size: 16px;
}
.items-list-panel .table_pages span
 {
	padding: 7px 12px;
}
.items-list-panel .table_pages {
	width: auto !important;
	margin: 18px 0 0 0;
	float: left;
}
.show-more-panel {
	width: 100%;
	height: 40px;
	float: left;
	text-align: center;
}
.show-more-btn:hover{
	background: #D7D777;
	color: #333;
}
.show-more-btn {
	background: #E3E39D;
	color: #525A63;
	width: 100%;
	height: 100%;
	line-height: 40px;
	cursor: pointer;
} 

.clone_goods:hover {
	color: #FF4E26;
}
.clone_goods {
	cursor:pointer;
}

.goods-top-panel {
	clear: both;
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 10px;
	border: 0px solid #ccc;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.goods-props {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.goods-prop {
	padding: 5px 20%;
	clear:both;
}
.goods-prop-title {
	overflow: hidden;
	width: 50%;
	float: left;
}
.dots-line {
	display: inline-block;
	width: 0;
	line-height: 1;
}
.dots-line:after{
	content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .';
	width: 0;
	white-space: nowrap;
	float: left;
	padding: 0 5px;
}
.goods-prop-val {
	float: left;
	margin-left: 2px;
}
.goods-imgs-block {
	float:left;
	width: 100%;
	max-width: 390px;
	max-height: 500px;
	height: 100%;
	margin: 30px auto 0px auto;
}
.img-block {
	width: 300px;
	margin: 0 auto;
	display: block;
}

.goods-imgs-block a img {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.goods-info-block {
	position: relative;
	float: left;
	width: 100%;
}

.goods-tabs,
.goods-tabs-nav,
.goods-tabs-tab,
.goods-tabs-panel {
	background: #fff !important;
	border: 0 !important;
	font: inherit !important;
}
.goods-tabs-panel {
	padding: 15px;
}
.goods-tabs-tab {
	float: left;
	padding: 10px;
	font-size: 18px;
	text-transform: uppercase;
}
.goods-tabs-nav * {
	color: #525A63 !important;
}
.ui-tabs-active * {
	color: #333 !important;
}
.ui-tabs-active {
	background: #D7D777 !important;
}
.goods-tabs-nav {
	border-bottom: 2px solid #D7D777 !important;
	margin: 0 !important;
}

.goods-top-panel .goods-price:after {
	font-size: 40px;
	color: #CECEB3;
}
.goods-top-panel .goods-price {
	font-size: 40px;
	color: #333;
	margin-top: 30px;
}
.goods-top-panel .goods-buttons div{
	border-radius: 5px;
	float: left;
	margin-top: 15px;
	width: 200px;
}

.goods-top-panel {
	margin-top: 20px;
}
.goods-top-panel .go-to-cart-btn {
	border: 1px solid #ccc;
	border-radius: 5px !important;
	background: #fff;
}
.goods-top-panel  h1 {
	margin: 0;
	margin-top: 20px;
}


.order-head {
	clear:both;
	overflow: auto;
}
.order-block {
	margin-bottom: 10px;
	padding: 15px;
	background: #fff;
	position: relative;
	overflow: auto;
	width: auto;
}
.order-left-side {
	float: left;
	position: relative;
}
.order-right-side {
	float: right;
	position: relative;
}
.order-title {
	float: left;
	font-size: 14px;
    color: #777;
	line-height: 27px;
}
.order-code a{
	cursor:pointer;
}
.order-code a:hover {
	color: #FF4E26;
}
.order-code {
	font-size: 20px;
	float: left;
	margin-right: 5px;
	
}
.order-status {
	clear: both;
	font-style: italic;
	font-size: 14px;
    color: #777;
}
.order-price {
	font-size: 22px;
}
.order-price:after {
	content: " $";
	font-weight: normal;
	font-size: 20px;
	color: #777;
}
.order-goods-count {
	font-size: 16px;
	margin-right: 20px;
	color: #777;
}
.order-remove-btn:hover {
	color: #333;
}
.order-remove-btn {
	float: left;
	cursor: pointer;
	margin: 7px 20px;
	color: #BBB;
}

.carts-blocks .table_pages {
	margin-top: 5px;
}
.carts-blocks .items-list-panel {
	height: auto;
	margin: 0;
	padding: 0;
}
.carts-blocks {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.carts-block{
	margin-bottom: 10px;
	background: #fff;
	overflow: auto
}
.carts-img img {
	width: 80px;
}
.carts-img {
	margin: 10px;
	float: left;
}
.carts-title {
	font-size: 20px;
	text-transform: none;
	padding-top: 5px;
}
.carts-info {
	float: left;
	padding: 10px;
	padding-top: 25px;
	max-width: 410px; 
}
.carts-left-side {
	float: left;
}
.carts-right-side {
	float: right;
	padding-top: 36px;
}
.carts-count .carts-count-input{
	width: 45px;
	padding: 5px 0;
	text-align: center;
}
.carts-count {
	float: right;
	margin-left: 20px;
}
.carts-count span{
	margin: 6px 0;
	display: inline-block;
}
.carts-price {
	float: right;
	margin-right: 20px;
	margin-top: 2px;
	font-weight: bold;
	font-size: 22px;
	width: 80px;
	text-align: right;
}
.carts-price-sign {
	content: " $";
	font-weight: normal;
	font-size: 20px;
	color: #777;
}
.carts-price_pc {
	position: relative;
	font-size: 12px;
	float: right;
	top: -4px;
	color: #777;
}
.carts-remove-btn:hover {
	color: #777;
}
.carts-remove-btn {
	float: right;
	cursor: pointer;
	margin: 8px 20px 0px 0px;
	color: #BBB;
}
.carts-panel {
	width: 245px;
	float: left;
	background: #fff;
}
.room-content .carts-panel {
	width: 100%;
}
.cart_empty {
	width: 100%;
	height: 100px;
	background: #fff;
	text-align: center;
	padding-top: 40px;
	font-size: 20px;
	color: #525a63;
}
.order-add-btn:hover{
	color: #333;
	background: #D7D777;
}
.order-add-btn {
	display: block;
	width: auto;
	background: #ECECE1;
	text-align: center;
	font-size: 22px;
	margin: 10px;
	padding: 10px 0;
	cursor: pointer;
	color: #525a63;
	font-weight: bold;
	border-radius: 5px;
	border: 0;
}
.cart-sum-panel {
	width: auto;
	margin: 10px;
	padding: 10px 0;
}
.cart-sum-text {
	font-size: 22px;
	color: #777;
}
.cart-panel-sum:after {
	content: '$';
	color: #AAA;
	padding-left: 5px;
	clear: both;
	font-weight: normal;
}
.cart-panel-sum {
	font-size: 30px;
	color: #333;
	float: right;
	font-weight: bold;
}
.cart-amount {
	color: #333;
	font-weight: bold;
}
.cart-amount-text {
	clear: both;
	color: #777;
}
.orders-goods-block{
	width: 100%;
	background: #fff;
	clear: both;
	padding-bottom: 3px;
	overflow: auto;
}
.orders-goods-left-side {
	float: left;
	width: 75%;
}
.orders-goods-right-side {
	float: left;
	width: 25%;
}
.orders-goods-title {
}
.orders-goods-price,
.orders-goods-count{
	float: right;
	width: 50%;
}
.orders-goods-price:after{
	content: ' $';
	color: #777;
	font-weight: normal;
}
.orders-goods-price{
	font-weight: bold;
	color: #333;
}
.order-goods {
	background: #fff;
	margin-bottom: 0px;
	font-size: 14px;
	margin-bottom: 10px;
}
.order-goods-title {
	margin-bottom:5px;
	font-size: 22px;
	color: #525a63;
}
.show-part-fade{
	display: block;
	position: absolute;
	content: '';
	top:0;
	left: 0;
	height: 60px;
	box-sizing: border-box;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(100%,#ffffff),to(#ffffff));
    background: linear-gradient(180deg,rgba(255,255,255,0),#ffffff 100%,#ffffff);
	width: 100%;
}
.show-part {
	height: 60px;
	overflow: hidden;
	position: relative;
	transition: height 0.3s ease;
}
.show-all {
	height: inherit;
	overflow: none;
	position: relative;
	transition: height 0.3s ease;
}
.show-all-btn  .btn-chevron{
	float: none;
	left: 15px;
	top: 0px;
}
.show-all-btn:hover {
	background: #ECECE1; 
}
.show-all-btn {
	cursor: pointer;
	font-size: 14px;
	height: 20px;
}
.order-form {
	background: #fff;
	float: left;
	width: 874px;
	margin-right: 10px;
	padding: 0 20px
}

.room-menu {
	margin-right: 10px;
	float: left;
}
.room-menu a {
	display: block;
	background: #fff;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.room-menu :first-child a {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.room-menu .current-item {
	text-decoration: underline;
}

.room-content {
	overflow: auto;
}

.form-item input:focus,
.form-item textarea:focus {
	border: 1px solid #525A63;
}
.form-item input,
.form-item textarea{
	width: 100%;
	height: 41px;
	font-size: 16px;
	padding: 10px;
	background: #ECECE1;
	border: 1px solid #ddd;
}
.form-item {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}
.form-item .error{
	display: block;
	color: #FF4000;
	position: absolute;
	width: 100%;
	text-align: right;
	font-size: 14px;
}
.form-item-title {
	font-size: 22px;
	color: #525a63;
	margin-bottom: 10px;
}
.order-msg-dop {
	color: 333;
}
.order-msg {
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
}
.order-msg-title {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #525A63;
	margin: 10px;
}

/* #525a63; #E3E39D*/

#scroll-top-btn::before {
	font-size: 40px;
}
#scroll-top-btn:hover {
	background: #D7D777;
}
#scroll-top-btn {
	position: fixed;
	right: 20px;
	bottom: 20%;
	padding: 5px 0px 10px 0px;
	border-radius: 30px;
	color: #F6F6F1;
	background: #E3E39D;
	cursor: pointer;
	z-index: 2;
	display: none;
}
.content {
	position: relative;
	padding: 0 5px;
	overflow: none;
}

button:hover {
	color: red;
}

#footer {
	width: 100%;
	padding: 20px;
	clear: both;
	text-align: center;
}

#captcha {
	margin-top: 341px;
}

.delivery-panel {
	float: right;
    height: 30px;
    vertical-align: middle;
	padding-top: 3px;
    padding-right: 15px;
	font-size: 14px;
	color: #525A63;
    line-height: 26px;
	position: relative;
}
.delivery-panel span {
	
}
.delivery-img {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 7px;
}

.nav-panel {
	margin: 10px 0;
	font-size: 20px;
	color: #777;
}
.nav-panel span {
	font-size: 12px;
	margin: 0 7px;
}
.nav-panel * {
	color: #777;
}
.count-buttons  span:hover,
.count-buttons  input:hover {
	background: #eee;
}

.count-buttons  span,
.count-buttons  input {
	border: 0px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	width: 44px;
	height: 44px;
	margin-top: 10px;
	display: inline-block;
	position: relative;
	font-size: 20px;
	text-align: center;
	color: #525A63;
	cursor: pointer;
	background: #f7f7f7;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}
.count-buttons {
	float: left;
	margin-left: 20px;
}
.art-bread {
	display: flex;
}
