


.account-login .account #content {
	padding-top: 44px;
}

.account-account .account #content {
	padding-top: 30px;
}
/*input:-internal-autofill-selected {
	background-color: rgba(0, 0, 0, 0) !important;
	font-weight: bold;
	-webkit-box-shadow: inset 0 0 0 50px rgb(242, 224, 211);
	-webkit-text-fill-color: #000;
}*/
/*.account-login,
.account-login {
	background: #f2e0d3;
}*/
.well {
	border-radius: 0;
	border: none;
}
/*.list-group-item {
	border: none;

}*/
.list-group-item:first-child, .list-group-item:last-child{
	border-radius: 0;
}
.btn-more input{
	width: 100%;
	background: none;
	border: none;
	text-align: left;
	color: #4a4a4a;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.btn-input {
	position: relative;
}
.btn-input i{
	position: absolute;
	right: 50px;
	top: 8px;
	z-index: -1;
}
.no_well p{
	padding: 10px 0;
}
.account .btn-more {
	margin-top: 40px;
}
a {
	color: #4b4b4b;
}
a.a_all {
	font-weight: bold;
	color: #4b4b4b;
	text-decoration: underline;
}
.btn-more {
	text-decoration: none;
	font-weight: 500;
}
.form-control{
	border-radius: 0;
}
.alert-success {
	padding: 0;
	margin: 0;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000000b0;
	z-index: 999;
}
.block_success {
	position: fixed;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	top: 12%;
	background: white;
	font-size: 16px;
	padding: 40px;
	z-index: 9999;
	color: #4b4b4b;
}
.block_success .btn {
	margin-top: 30px;
}
.block_success .close {
	margin-right: -30px;
	margin-top: -30px;
	color: black;
	opacity: 1;
	font-size: 40px;
	font-weight: 400;
}
.page {
	padding-top: 0;
}
.breadcrumb {
	padding: 60px 20px 20px 20px;
    margin-bottom: 0;
}
.page.products {
    padding-top: 84px;
    padding-top: 0;
}
.account-wishlist .table img{
	max-width: 200px;
}
 body[class^=account- ] #column-right,
 body[class^=account- ] #column-left
 {
	margin-top: 30px;
}
 body[class^=account- ] #column-right.hidden-xs
 {
	display: block !important;
}
body[class^=account- ] h2,
body[class^=account- ] h1
{
	margin: 20px 0;
}
body[class^=checkout-] footer {
	margin-top: 40px;
}

body[class^=checkout-] h1 {
	margin: 40px 0;
}


body[class^=checkout-] footer,
body[class^=product-category ] footer,
body[class^=account- ] footer,
.common-home footer {
    background-color: #f2e0d3;
}
body[class^=account- ] footer {
	margin-top: 40px;
}
body[class^=blog- ] footer {
	background-color: #f2f2f2;
}
body[class^=blog- ] .title {
    font-weight: 400;
}
.grid-item .info {
    justify-content: space-between;
}
.buttons {
	margin-top: 20px;
}

/*.checkbox label, .radio label {
    padding: 11px 0;
    background: #f2e0d3;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
}*/
#product .radio {
	display: inline-block;
	margin-right: 5px;
}
#product #button-cart {
	float: right;
	width: 225px;
	text-align: left;
	padding-left: 25px;
}
.option_id_14+.control-label {
	display: none;
}
.option_id_14 input {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	margin: 0 !important;
}
.option_id_14 label {
	position: relative;
    padding: 11px 0;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.option_id_14 .radio input:checked+label,
.option_id_14 .radio input:hover+label {
    background: #f2e0d3;
}
.alert-success {
	position: absolute;
}
.success_block {
	padding: 50px 20px 30px 20px;
	margin: 0;
	position: fixed;
	left: 50%;
	top: 30%;
	z-index: 99999;
	border-radius: 0;
	background: #ffffff;
	font-size: 16px;
	color: #4b4b4b;
	-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.24), 0px 0px 5px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.24), 0px 0px 5px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.24), 0px 0px 5px rgba(0, 0, 0, 0.12);
	width: 600px;
	margin-left: -300px;
}
.success_block .btn {
	float: left;
	width: 235px;
	margin-top: 30px;
}
.success_block a.btn {
	float: right;
}
.success_bg {
	background: black;
	display: block !important;
	opacity: 0.5;
	z-index: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9999;
	top: 0;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
}
.qc-breadcrumb {
	margin-bottom: 30px;

}
.product-info .calendar .date-picker-wrapper .month-wrapper {
	width: 100% !important
}
.product-info .date-wrap {
	width: auto;
	display: inline-block;
}
.tooltip.fade {
	z-index: 7 !important;
}
.products-list .item .favorites-btn {
	cursor: pointer;
}

.products-list .item .favorites-btn {
    display: none;
}
.products-list .item:hover .favorites-btn {
    display: block;
}
header div .favorites-link span {
    display: block;
    min-width: 13px;
    height: 13px;
    background-color: #fc3f3f;
    border-radius: 50%;
    padding: 1px 4px 0;
    margin-left: -6px;
    position: absolute;
    top: -6px;
    left: 100%;
    color: #fff;
    font-size: 10px;
    padding-top: 3px;
}

header div .basket-link span {
    padding-top: 3px;
}
.success_block.wishlist .btn {
    margin: 40px auto 0px auto;
}
body[class^=checkout- ] .chackbox input, body[class^=checkout- ] .radio input {
    position: relative;
    top: 3px;
    left: auto;
    opacity: 1;
}


body[class^=checkout- ] h2,
body[class^=account- ] h1
{
	margin: 20px 0;
}
body[class^=product-category- ] #column-left
{
	width: 100%;
}
.page.phylosophy .breadcrumb{
	position: relative;
}
.subscribe button a {
	color: #fff;
}
.subscribe button:hover,
.subscribe button:hover a {
    background-color: #fff;
    color: #3b3b3b;
}
.show-contract-popup,
.show-payment-popup {
	cursor: pointer;
}
.bf-attr-block {
	display: inline-block;float: left;
}
.block_right {
	display: inline-block;
	float: right;
	max-width: 245px;
	overflow: hidden;
}

.block_right .bf-attr-block{
	width: 100%
}
.size_filtr .bf-row{
	display: inline-block;
}
.bf-form .size_filtr .bf-attr-block-cont,
.bf-form .bf-price-filter .bf-attr-block-cont
 {
	text-align: center;
}
.size_filtr .bf-attr-filter{
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0;
	border-radius: 50px;
	margin: 0 10px;
}
.size_filtr .bf-attr-filter.yes
{
	background: #f2e0d3;
}
.size_filtr .bf-c-1 {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
        margin: 0;
    padding: 0;
}
.size_filtr .bf-attr-filter input{
	width: 100%;
	height: 100%;
	opacity: 0.1;
	margin: 0;
}

.size_filtr .bf-attr-filter .bf-cell {
    padding: 0px 0;
    height: auto;
    width: 100%;
    border: none;
    text-align: center;
    display: inline-block;
}
.size_filtr .bf-attr-filter .bf-cross,
.category .bf-attr-header,
.bf-price-filter .bf-attr-header,
.bf-price-filter .bf-slider-label,
.size_filtr .bf-attr-header {
	display: none;
}
.bf-price-slider-container .bf-slider-range.ui-slider .ui-slider-handle {
	width: 20px;
	height: 20px;
	top: -8px;
	border-radius: 50px;
	background: #e7e7e7;
	border: none;
}

.bf-price-slider-container .bf-slider-range.ui-slider-horizontal{
    height: 2px;
    border: none;
}

.bf-price-slider-container .bf-slider-range.ui-slider .ui-slider-range {
    height:4px;
    top: 0px;
    bottom: 0;
}
.bf-price-filter {
	width: 320px;
	padding-top: 3px;
}

.bf-price-filter .bf-attr-filter input.bf-range-max,
.bf-price-filter .bf-attr-filter input.bf-range-min
 {
	width: auto;
	min-width: auto;
	border: none;
}

.bf-price-filter .bf-attr-filter .bf-cur-symb {
	display: inline-block;
	float: left;
}

.bf-price-filter .bf-attr-filter .bf-price-slider-container {
	display: inline-block;
	float: left;
	width: 170px;
	margin-left: 15px;
	margin-top: 7px;
}

.favorites-btn:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bf-price-filter .bf-attr-block-cont {
	padding: 0;
}
.size_filtr .bf-cell label {
    display: block;
    padding-right: 0;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
    height: 40px;
    padding-top: 11px;
}

.bf-buttonclear-box {
    border: 0;
    padding: 8px 10px;
    float: left;
    width: 100%;
}
.bf-buttonclear-box {
	width: 100%;
	display: inline-block;
}
.buttons_filtr {
    float: right;
    width: 270px
}

.buttons_filtr .btn-more input{
    text-align: left;
    margin-bottom: 20px;
    font-size: 13px;
}
.bf-form {
	background-color: rgba(242,242,242,.95);
	display: inline-block;
	width: 100%;
}
.bf-form .bf-buttonclear-box {
    border: 0;
    padding: 35px 10px 8px 10px;
}
.bf-panel-wrapper .box {
    border: none;
}
.bf-cell label, .bf-attr-header {
    display: block;
    padding-right: 3px;
    margin: 0;
    cursor: pointer;
    position: relative;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: sans-serif;
}

.bf-form .bf-arrow {
	background: none !important;
	padding: 0;
}
.bf-form .bf-cross{
	background: none !important;
	display: table-cell;
}
.bf-form .bf-arrow .icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.bf-form .bf-attr-header {
	background: none !important;
	border-top: none;
	border-bottom: 1px solid #978e87;
	padding-bottom: 3px;
}

.bf-form .block_right .bf-attr-block {
	margin-bottom: 15px;
}

.bf-form .category {
	min-width: 220px;
}
.bf-form .calendar {
	text-align: center;
}

.bf-form .calendar > div {
	display: inline-block;
}

.bf-form .calendar > p {
	max-width: 238px;
}

.bf-form .bf-c-1,
.bf-form .bf-c-2,
.bf-form .bf-c-3
 {
	padding: 0;
	border: none;
}
.bf-form .bf-c-2 {
 	padding: 5px 0;
}
.bf-form .bf-attr-block-cont {
	padding: 0;
}

.bf-form .block_right .bf-attr-header {
	margin-bottom: 5px;
}
.bf-form div:nth-last-of-type(2) .bf-attr-filter:last-child .bf-cell {
    border: none !important;
}
.block_right .bf-c-1 {
    width: 10px;
}

.block_right .yes .bf-c-2 label, 
.category .yes .bf-c-2 label 
{
   font-weight: 600;

}
.bf-form .bf-cell.bf-c-3 {
	min-width: 25px;
}

.bf-form .bf-c-1 {
    opacity: 0;
}

.bf-form .bf-buttonclear {
	margin-left: 40px;

}
.product-info .other-info .item .content .text>* {
    margin-bottom: 0;
}


.size_filtr, .bf-price-filter {
	width: calc(50% - 75px);
	height: 60px;
	background: white;
	padding: 10px 0;

}
.box .brainyfilter-panel .box-content {
	padding: 11px 0px 4px;
	display: inline-block;
}
.bf-form .flex_block {
	display: flex;
	width: 100%;
	flex-flow: nowrap;
	justify-content:space-between;
	padding: 50px 50px 0px 50px;
}
.box.bf-check-position  {
	margin-bottom: 0;
}
.filters_on {
	position: fixed;
	right: 0;
	top: 40px;
	z-index: 101;
	background: #ffffff;
	height: 60px;
	width: 150px;
}
.filters_on .filter-toggle {
	margin-top: 15px;
	max-width: 131px;
	float: right;
	padding-right: 30px;
}
.bf-panel-wrapper.bf-left {
	position: fixed;
	left: 0;
	z-index: 99;
	width: 100%;
	top: -1150px;
/*	top: -115%;*/
	-webkit-transition: all 200ms ease-out;
	    -o-transition: all 200ms ease-out;
	    transition: all 200ms ease-out;
}


.bf-panel-wrapper.bf-left.active {
	top: 40px;
}
body[class^=product-category- ] #column-left.hidden-xs {
    display: block !important;
}

























/*.............................................Colors.............................................*/

.color .bf-cell.bf-c-2  {
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50px;
	float: left;
	/*border: solid 1px;*/
	margin: 1px 0;
}
 .bf-form div:nth-last-of-type(2) .color .bf-attr-filter:last-child .bf-cell.bf-c-2  {
 	border: solid 1px #565446 !important;
}
.color .yes .bf-cell.bf-c-2, .bf-form div:nth-last-of-type(2) .color .yes.bf-attr-filter:last-child .bf-cell.bf-c-2  {
	border: solid 2px !important;
	margin: 0;
}

.color .bf-cell label {
    margin-top: -6px;
    height: 30px;
    opacity: 0;
}
.color .bf-attr-block-cont {
	text-align: center;
}
.color .bf-row {
	display: inline-grid;
	margin-top: 10px;
	padding: 0 2px;
}
.bf-form .color .bf-cell.bf-c-3 {
	float: left;
	margin-top: 5px;
	margin-left: 2px;
}
.bf-form .color .bf-c-1 {
    display: none;
}




/*Белый*/
	.attr_f6_35_61 label {
		color: #fff;
	}
	.color .attr_f6_35_61 .bf-cell.bf-c-2 {
		background: #fff;
	}
/*Желтый*/
    .attr_f6_40_61 label {
		color: #ffe400;
	}
	.color .attr_f6_40_61 .bf-cell.bf-c-2 {
		background: #ffe400;
	}
/*Зеленый*/
	.attr_f6_39_61 label {

		color: #007a0f;
	}
	.color .attr_f6_39_61 .bf-cell.bf-c-2 {
		background: #007a0f;
	}
/*Красный*/
	.attr_f6_37_61 label {

		color: #d50100;
	}
	.color .attr_f6_37_61 .bf-cell.bf-c-2 {
		background: #d50100;
	}
/*Серый*/
	.attr_f6_41_61 label {

		color: #797979;
	}
	.color .attr_f6_41_61 .bf-cell.bf-c-2 {
		background: #797979;
	}
/*Синий*/
	.attr_f6_38_61 label {

		color: #1a5fb6;
	}
	.color .attr_f6_38_61 .bf-cell.bf-c-2 {
		background: #1a5fb6;
	}
/*Черный*/
	.attr_f6_36_61 label {

		color: #000;
	}
	.color .attr_f6_36_61 .bf-cell.bf-c-2 {
		background: #000;
	}






























.panel {
	border-radius: 0; 
}
.input-group-btn .btn-primary{
	height: 34px;
	padding: 0 12px;
}
#login_view .btn-group-justified .btn-group {
	display: inline-block;
	width: 100%;
	margin: 0;
}
#login_view .btn-group-justified .btn-group:nth-child(2),
#login_view .btn-group-justified .btn-group:nth-child(3)
 {
	width: 50%;
}
#d_quickcheckout .panel-title {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
}
.img-thumbnail {
	border: none;
}

.plog-item-details {
	font-family: sans-serif;
}

.not_found #content {
    min-height: 600px;
}
.not_found h1 {
	margin-top: 50px;
}
.error-not_found footer {
	background-color: #f2e0d3;
}

.not_found.breadcrumb {
	position: relative;
	z-index: 99;
}

.page-404,
.page-404 .title {
	font-family: sans-serif;
}
.page-404 + #column-right {
	display: none;
}

.quantity .btn.btn-danger{
	float: right;
	width: 30px;
	height: 30px;
	padding: 0px 10px;
	text-align: center;
}
.qc-quantity .button_remove button.btn-danger {
	border: none;
	border-radius: 0;
	width: 30px;
}
.voucher .btn-primary{
	max-width: 200px;
	float: right;
	margin-top: 30px;
}
.product-slider .content-slides .slide-title, footer p {
	font-family:sans-serif;
}

.paging-wrap .pagination a:hover, .paging-wrap .pagination a.active {
    color: #4b4b4b;
    font-weight: bold;
}
.address .btn-primary, .address .btn-danger {
	display: inline-block;
	width: auto;
}
.address .btn-danger {
	margin-top: 10px
}
.address .text-right {
	vertical-align: middle;
}
.address .alert, .checkout-cart .alert, body[class^=account- ] .alert {
	position: relative;
	padding: 15px 20px;
}




	

b.date_count  {
	font-weight: normal;
}
.qc-checkout-product .qc-quantity .date_count {
	display: inline-block;
}
.btn-group-justified, .dis_none {
	display: none;
}
.page-404::before {
    z-index: -1;
}





.account-nav.opened{
    height: 100%;
 
}

.account-nav.opened ul {
	overflow: scroll;
	height: 100%;
	padding-bottom: 76px;
}
#payment_method .radio input,
#shipping_method_form .radio input {
	width: 16px;
	height: 16px;
	background-color: #4a4a4a;
}

#payment_method .radio input, #shipping_method_form .radio input, #payment_method .radio .i-cash {
	display: inline-block;
	float: left;
	margin: 0;
	margin-right: 5px;
}
#shipping_method .panel-body {
	padding: 0;
} 
#shipping_method_list label {
	padding-left: 0
}
.qc-quantity  .input-group.input-group-sm {
	width: 100%;
}
.qc-quantity  .button_remove {
	float: right;
	width: auto;
}


.qc-quantity  .button_remove .delete {
	width: 30px;
	height: 30px;
	padding: 0;
	padding-left: 3px;

}





#payment_address .form .col-xs-5 {
	width: auto;
}


#payment_address .form .col-xs-7 {
	display: block;
	    width: 100%;
	    height: 25px;
	    background: transparent;
	    border: 0;
	    outline: none;
	    padding: 3px 2px 3px 26px;
	    color: #3b3b3b;
	    font-size: 14px;
	    line-height: 1.42857143;
}


#payment_address .form .col-xs-7 input {
	padding: 0;
	border: none;
	box-shadow: none;
	height: auto;
}
#d_quickcheckout .panel-default {
    border-color: #ddd;
    border: none;
    box-shadow: none;
}

#d_quickcheckout .panel-default>.panel-heading {
	background: none;
	padding-left: 0;
}
#payment_method_form .panel-body {
	padding: 10px 0;
}

#payment_method_list label{
	padding-left: 0;
}
#cart_view .table-bordered, 
#cart_view .table-bordered>tbody>tr>td,
#cart_view .table-bordered>tbody>tr>th,
#cart_view .table-bordered>tfoot>tr>td,
#cart_view .table-bordered>tfoot>tr>th,
#cart_view .table-bordered>thead>tr>td,
.panel-default>.panel-heading,
#d_quickcheckout .qc-totals .row:last-child,
#cart_view .table-bordered>thead>tr>th
     {
	border: none;
}

#d_quickcheckout .panel-heading .text{
	text-transform: none;
	color: #4b4b4b;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 1px;
}

#d_quickcheckout .panel-heading .icon{
	display: none;
}

#payment_address .form input::placeholder {
	color: white
}
#cart_view .qc-checkout-product {
	padding: 15px 0;
}


.but_reg input {
	margin-top: 25px;
}

.account-register #account .custom-field{
	display: none !important;
}
.acc_menu .list-group-item, .account-nav li a {
	border:none;
}
.account-wishlist .buttons {
	display: inline-block;
	    width: 100%;
}

.order_list .table>tbody>tr>td, 
.order_list .table>tbody>tr>th, 
.order_list .table>tfoot>tr>td, 
.order_list .table>tfoot>tr>th, 
.order_list .table>thead>tr>td, 
.order_list .table>thead>tr>th,
.order_list .table-responsive {
	border:none;
	vertical-align: middle;
}
.cart_block .table>tbody>tr>td, 
.cart_block .table>tbody>tr>th, 
.cart_block .table>tfoot>tr>td, 
.cart_block .table>tfoot>tr>th, 
.cart_block .table>thead>tr>td, 
.cart_block .table>thead>tr>th {
	border:none;
}
#cart_view .form-horizontal .form-group {
	margin-right: -10px;
	margin-left: -10px;
}

.text-danger {
    color: #a94442;
    text-align: right;
}
.div_dogovor .show-contract-popup {
	float: left;
	padding-right: 15px;
}

.plog-item-details img {
	max-width: 100%;
}

footer .social a.youtube img{
	height: 22px;
}





































@media (min-width: 992px) {
	.wishlist .products-list .item {
	    float: left;
	    width: 33.3333%;
	    position: relative;
	}

	 .products-list .item:hover img.back {
	    z-index: 5;
	}
	.qc-checkout-product .form-horizontal .qc-voucher .control-label {
		padding: 0;
	}
	.form .form-group {
	    margin-right: 10px;
	}



}
@media (max-width: 991px) {
	#cart_view .form-horizontal .form-group {
	    margin-right: -25px;
	}
	.products-list .item .favorites-btn {
		display: block;
	}
	.qc-cart thead {
		display: none;
	}
	.qc-checkout-product .table-bordered {
		border: none; 
	}
	.qc-checkout-product .table-bordered>tbody>tr>td {
		max-width: 50%;
		border: none; 
		display: inline-block;
		white-space: initial;
	}

	#d_quickcheckout #cart_view .qc-quantity,
	.qc-checkout-product .qc-quantity
	{
		float: right;
		width: auto;
		max-width: 50px;
		margin-right: -18px;
		padding-top: 5px;
	}
	#d_quickcheckout .qc-total,
	.qc-checkout-product .qc-total
	  {
		float: right;
	}
	#cart_view .qc-checkout-product {
		padding-right: 15px;	
	}











	.account-wishlist .table img{
		max-width: 130px;
	}
	.bf-form .flex_block {
		padding: 30px 30px 0px 30px;
	}
	.bf-form .category {
	     min-width: auto; 
	}
	.block_right {
	    max-width: 200px;
	}
	.filters_on {
	    width: 124px;
	}
	.filters_on .filter-toggle {
	    max-width: 110px;
	    padding-right: 20px;
	}
	.size_filtr, .bf-price-filter {
		width: calc(50% - 62px);
	}
	.bf-price-filter .bf-attr-filter .bf-price-slider-container {
	    width: 120px;
	    margin-right: 10px;
	}
	#d_quickcheckout .panel-default {
	    margin: 0;
	}
	#d_quickcheckout #payment_address .panel-body {
		padding-bottom: 0;
	}

}
@media (min-width: 767px) and (max-width: 991px) {
	.qc-checkout-product .text-left.qc-quantity
	{
		margin-right: 0;
	}
}
@media (min-width: 768px) {
	.products .bf-form .category .bf-sliding-cont .bf-sliding{
		height: auto !important
	}
	#d_quickcheckout .qc-checkout-product .qc-voucher .control-label span{
		display: inline-block;
		max-width: 200px;
	}
}
@media (max-width: 767px) {
	.qc-checkout-product .table-bordered>tbody>tr>td.qc-name  {
		padding-left: 0;
		padding-right: 0;
	}
	.breadcrumb>li {
	    display: inline-block;
	    width: 100%;
	}
	body[class^=account- ] .table{
		overflow: hidden;
		max-width: 100%;
		display: inline-block;
		overflow-x: auto;
	}
	body[class^=account-address ] .table{
		display: table;
	}
	footer {
		padding: 60px 15px;
		z-index: 4;
	}
	.size_filtr, .bf-price-filter {
	    width: 100%;
	}
	.bf-price-filter .bf-attr-filter .bf-price-slider-container {
	    max-width: 144px;
	    width: 85%;

	}
	.box .box-content.bf-price-container {
	    width: 100%;
	    max-width: 320px;
	}
	.bf-form .flex_block {
	    flex-flow: column;
	    padding: 30px 20px 0px 20px;
	}
	.bf-panel-wrapper.bf-left {
		height: calc(100% - 40px); 
		overflow: scroll;
	}
	.on_filters {
		overflow: hidden;
	}
	.category .bf-attr-header {
		display: block;
	}
	.bf-form .category {
	    min-width: auto;
	    margin: 0 auto;
	    margin-bottom: 30px;
	    max-width: 245px;
	    width: 100%;
	    order: 2;
	}
	.bf-form .calendar > p {
	    max-width: 238px;
	    margin: 0 auto;
	    order: 3;
	}
	.bf-form .calendar{
	    order: 3;
	}
	.block_right {
	    max-width: 245px;
	    margin: 0 auto;
	    order: 1;
	}
	.bf-price-filter .bf-attr-filter input.bf-range-max {
	    max-width: 27px;
	}
	.size_filtr {
		height: auto;
		display: inline-block;
		padding: 0;
		padding-top: 65px;
	}
	.size_filtr .bf-sliding{
		max-height: 43px;
	}
	.buttons_filtr {
	    width: 100%;
	}
	.buttons_filtr .btn-more {
	 	margin: 0 auto;
	}
	.bf-form .bf-buttonclear-box {
		padding: 15px 10px 8px 10px;
		display: flex;
		flex-flow: column;
	}
	.bf-form .bf-buttonclear {
	    order: 1;
	    max-width: 112px;
	    margin: 0 auto;
	    margin-bottom: 45px;
	}
	.buttons_filtr {
	    width: 100%;
	    order: 2;
	}

	.order_list .table-responsive thead {
		display:none;
	}

	.order_list .table>tbody, .order_list .table>tbody>tr, .order_list .table-responsive {
	    border: none;
	    display: inline-block;
	    width: 100%;
	    text-align: right;
	}

	 .order_list .table>tbody>tr>td, 
	 .order_list .table>tbody>tr>th, 
	 .order_list .table>tfoot>tr>td, 
	 .order_list .table>tfoot>tr>th, 
	 .order_list .table>thead>tr>td, 
	 .order_list .table>thead>tr>th {
	    border: none;
	    display: inline-block;
	    width: 50%;
	    text-align: right;
	    float: left;
	}
	.order_list .table>tbody>tr>td.hidden-lg {
		text-align: left;
	}
	.order_list .table>tbody>tr>td.button {
		width: 100%;
	}

}


@media (max-width: 991px) {
	.suggestions .products-list .item:last-child {
		display: block;
	}
	#DressDetailsForm {
		display: inline-block;
		width: 100%;
	}
	.product-info .order-wrap {
	    margin-bottom: 0;
	}
	.product-info .order-details {
	    margin-bottom: 0;
	}
	#DressDetailsForm .row {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.hidden-md.hidden-lg.visible-sm.visible-xs.col-sm-12{
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.option_id_14 {
		margin-bottom: 0:;
	}
}
@media (min-width: 768px) {
	 body[class^=account- ] #column-right .account-nav {
		display: none !important;
	}
	.size_filtr .bf-attr-filter:hover{
		background: #f2e0d3;
	}
}
@media (max-width: 767px) {
	 body[class^=account- ] .breadcrumb {
    padding: 96px 20px 20px 20px;
    margin-bottom: 0;
}
	 body[class^=account- ] #column-right .acc_menu {
		display: none !important;
	}
	.account-login .account #content,
	.account-account .account #content
	 {
		padding-top: 40px;
	}
	.hidden-md.hidden-lg.visible-sm.visible-xs.col-sm-12 {
	    margin-top: 40px;
	}
	.table-responsive {
		overflow: visible;
		    width: auto;
		    margin: 0;
		    padding-right: 26px;
	}
}
@media (max-width: 660px) {
	.success_block {
		width: calc(100% - 20px);
		    margin-left: 0;
		    left: 10px;
		    right: 10px;
	}
}
@media (min-width: 600px) {
	.qc-checkout-product .table-bordered>tbody>tr>td {
	    max-width: 38%;
	}
}
@media (max-width: 600px) {
	.qc-checkout-product .table-bordered .qc-image, .qc-cart .column_image {
		display: none !important;
	}
}


@media (max-width: 550px) {

	.success_block .btn, .success_block a.btn {
	    float: none;
	    width: 235px;
	    margin-top: 15px;
	    margin: 15px auto;
	}
}
@media (max-width: 480px) {

.table.table-bordered.qc-cart{
/*	overflow: hidden;
	max-width: 100%;
	display: inline-block;
	overflow-x: auto;*/
}
}


/*.scroll::-webkit-scrollbar-track {
	background: #f5f5f5;
	width: 10px;
	box-shadow: 0 0 3px #6a6a6a inset;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: $tc;
	box-shadow: 0 1px 1px $wh inset;
	background-position: center;
	background-repeat: no-repeat;
	width: 10px;
}

.scroll::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 10px;
	height: 0;
}

.scroll::-webkit-scrollbar {
	width: 10px;
	padding: 0 3px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}*/