body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.2px;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 27px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #794d70;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #ff6c00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #794d70;
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	min-height: 20px;
	background-color: #f9f9f9;
    border-bottom: 1px solid #ebeaea;
}
#top .container {
	height: 34px;
	display: flex;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
    padding:0;
    margin-left: 10px;
	margin-top: 0;

}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ff6c00;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
display: flex;
width: 30%;
align-items: center;
justify-content: flex-end;
}
#form-language {
	margin-right: 40px;
}
.language-select.active {
	font-weight: 500;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	display: flex;
width: 40%;
align-items: center;
}
/* search */
#search {
display: flex;
width: 60%;
padding-left: 40px;
padding-right: 60px;
align-items: center;
}
.contact {
width: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.telephone {
    font-size: 16px;
}
#search .input-lg {
	line-height: 10px;
	padding: 0 5px;
	border: none;
    box-shadow: none;
	border-bottom: 1px solid #98698e;
    border-radius: 0;
	height: 35px;
	font-size: 16px;

}
#search .btn-lg {
	font-size: 15px;
    line-height: 10px;
    padding: 9px 10px;
	border: none;
	background: none;
}
#search .btn-lg svg {
	fill: #794d70;
	width: 22px;
}
#search .btn-lg svg:hover {
	fill: #ff6c00;
}
/* cart */
.cart-slogan {
line-height: 16px;
margin-right: 5px;
}
#logo img {
	height: 65px;
	margin-bottom: 5px;
}
.arrow-cart {
	font-size: 13px;
}
#cart {
	width: max-content;
	order: 2;
}
#cart > .btn {
	font-size: 10px;
	line-height: 20px;
	color: #fff;
	border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #794d7000;
}
#cart > .btn svg {
	fill:#794d70;
	width: 35px;
}
#cart > .btn svg:hover {
	fill:#ff6c00;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #98698e;
	min-height: 40px;
	border-radius: 0;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
#content {
    margin: 0 auto;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.buttons-mob, .off-filter {
	display: none;
}
.row.slider {
	margin: 0;
}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	
}
/* content */
#content {
	min-height: 470px;
}
#slideshow0 {
	margin-top: 15px;
	margin-bottom: 0;
}
.name-subcat span {
	text-transform: uppercase;
font-weight: 400;
font-size: 22px;
color: #333;
line-height: 28px;
padding-right: 25px;
background: #f9f9f9;
z-index: 1;
}
.name-subcat {
	display: flex;
position: relative;
align-items: center;
margin-bottom: 25px;
}
.name-subcat::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #98698e66;
    position: absolute;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	color: #e2e2e2;
	border-top: 2px solid #98698e;
	font-size: 16px;
	background: #fff;
}
footer hr {
	border-top: none;
	margin: 10px;
}
footer p {
	text-align: center;
}
footer a {
	line-height: 30px;
	color: #794d70;
}
footer a:hover {
	color: #ff6c00;
}
footer li {
	color: #fff;
}
footer .name-col {
font-size: 16px;
font-weight: 400;
color: #333;
margin-bottom: 12px;
text-transform: uppercase;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    background: none;
	margin-top: 20px;
	padding-left: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '>';
	padding: 0 4px 0 2px;
	color: #405F7C;
    font-weight: 300;
    font-size: 14px;
	vertical-align: -1px;
}
.breadcrumb {
	color: #aeaeae;
}
.breadcrumb a {
	color: #797979;
}
.breadcrumb a:hover { 
color: #794d70;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.sc-button-all {
	padding: 9px 20px !important;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 22px 10px 5px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.btn-primary {
	color: #ffffff;
	background-color: #98698e;
	background-repeat: repeat-x;
	border: 1px solid #98698e;
}
.btn-primary:hover {
	background-color: #ff6c00;
	border: 1px solid #ff6c00;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	border: none;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 10px;
	overflow: auto;
    border-radius: 5px;
	background: #fff;
	border: 1px solid #fff;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (max-width: 1499px) {
    .container {
        width: 100%!important;
    }
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
#slideshow0 {
	display: none !important;
}
}
.product-thumb h4 {
font-weight: 300;
margin-top: 12px;
min-height: 50px;
margin-bottom: 5px;
}
.product-thumb .caption {
	padding: 0 15px;
	min-height: 115px;
}
.bal-div {
	display: flex;
}
.bal-div .text-left, .bal-div .text-right {
	width: 40%;
	display: flex;
align-items: center;
}
.bal-div .text-left {
	font-weight: 300;
}
.seomore_div {
	width: 20%;
}
.product-thumb .caption a {
    color: #333;
font-size: 15px;
font-weight: 400;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 113px;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
text-align: center;
font-weight: 500;
color: #333;
font-size: 20px;
margin-top: 15px;
}
.model {
text-align: center;
color: #bcbcbc;
font-weight: 300;
font-size: 14px;
margin: 5px;
}
.product-thumb .price-new {
	font-weight: 500;
	color: #ff6c00;
}
.product-thumb .price-old {
color: #a7a7a7;
text-decoration: line-through;
margin-left: 5px;
font-weight: 400;
font-size: 16px;
}
.home-name.brush.cart {
	width: 50%;
	justify-content: flex-start;
	font-size: 20px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-table-heading div {
	color: #c1c1c1;
	font-weight: 300;
}
.product-thumb .button-group {
	padding-bottom: 20px;
	display: flex;
	padding-bottom: 17px;
	justify-content: center;
	margin-top: 0;
}
.product-thumb .btn-block.favorite, .product-thumb .tooltip1 {
	display: none;
	height: 36px;
}
.product-thumb:hover .btn-block.favorite, .product-thumb:hover .tooltip1 {
	display: block;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
button.cart-button {
	width: 34%;
	border: none;
	display: inline-block;
	background-color: #98698e;
	color: #fff;
	line-height: 34px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 2px;
    border-top-left-radius: 15px;
	border-top-right-radius: 2px;
	font-size: 13.5px;
letter-spacing: 0.2px;
height: 36px;
}

button.btn-block.boc_order_category_btn {
	background: none;
    border: none;
}
button.btn-block.boc_order_category_btn:hover {
	background: none !important;
    border: none;
}
.product-thumb button.btn-block.boc_order_category_btn {
margin-top: -6px;
padding: 0;
}
button.btn-block.boc_order_category_btn svg{
	width: auto;
	fill: #7c7c7c !important;
	height: 23px;
	vertical-align: -3px;
}
.tooltip1 {
	padding-top: 9px;
	width: 32%;
	justify-content: center;
	display: flex;
}
button.btn-block.boc_order_category_btn svg:hover {
    fill: #ff6c00 !important;
}

.product-thumb .button-group button + button svg{
	fill:#fff;
    width: 18px;
	height: auto;
	margin-right: 8px;
}
.product-thumb button.btn-block.favorite {
	background: none;
    width: 32%;
    border: none;
}
.btn-default.wish-cat:before {
	content: "";
background-image: url(/image/wish.svg);
height: 25px;
width: 25px;
display: inline-block;
background-size: 25px;
position: absolute;
background-repeat: no-repeat;
left: 0;
top: 4px;
}
.btn-default.wish-cat {
	padding: 0;
border: none;
width: 25px;
height: 25px;
position: relative;
}
.btn-default.wish-cat:hover {
	background: none;
}
button.btn-block.favorite:hover {
	background: none !important;
}
button.btn-block.favorite svg {
	width: auto;
	fill: #7c7c7c;
	height: 23px;
	vertical-align: -7px;
}
.marginleft5 {
	display: flex;
justify-content: center;
}
.sc-button-all {
	border-bottom-right-radius: 15px;
border-bottom-left-radius: 2px;
border-top-left-radius: 15px;
border-top-right-radius: 2px;
height: 42px;
width: 150px;
} 
button.btn-block.favorite svg:hover {
    fill: #ff6c00;
}
.product-thumb .button-group button:hover {
	text-decoration: none;
	cursor: pointer;
	border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
	color: #fff;
    background-color: #ff6c00;
transition: all .2s ease;
}
.product-thumb .button-group button + button + button {
	width: 20%;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
float: left;
margin: 0 5px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	width: 20px;
padding: 0;
border: none;
box-shadow: none;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.container {
	width: 1500px;
}
.navbar-nav > li {
	width: 10%;
}
#menu-mobile-ns .navbar-nav > li {
	width: 100%;
}
#latest0 .product-layout.col-sm-3.col-xs-12.item {
	width: 20%
}
#special0-owl .product-layout.col-sm-3.col-xs-12.item {
	width: 20%
}
.button-group img {
	margin-right: 5px;
    margin-top: -5px;
}
@media (min-width: 1100px) {
    .wall-category-box >.box-item.col-xs-6.col-sm-6.col-md-4.col-lg-3 {
	    width: 20%;
    }
	.col-sm-4.col-xs-6.subcategory {
		width: 20%
	}
	.col-sm-4.col-xs-6.subcategory {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.product-thumb:hover h4 a {
	color: #98698e;
}
.nswc-viewport {
	height: auto !important;
}
.dropdown-toggle.dropdown-img a::first-child {
	border-left: 1px solid;
}
.megasliderpro {
	margin-top: 15px;
	margin-bottom: 40px;
}
.main-banners {
	margin-top: 40px;
	margin-bottom: 40px;
}
#cmswidget-2 {
	margin-bottom: 15px;	
}
.title-module.blog {
	margin-top: 50px;
} 
.telephone {
	font-size: 17px;
	margin-top: 15px;
	text-align: center;
}
.right .prmn-cmngr {
	width: 20%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin-top: 0;
}
.product-thumb:hover {
	border: 1px solid #98698e;
}
.wishlist-icon svg {
	fill:#794d70;
    width: 35px;
}
.wishlist-icon {
width: 20%;
display: flex;
align-items: center;
justify-content: center;
}
.hidden-md.wishlist {
	display: block;
font-size: 14px;
width: max-content;
position: absolute;
left: 14px;
top: 12px;
font-size: 12px;
color: #794d70;
}
#wishlist-total {
	line-height: 10px;
	position: relative;
}
.cart {
	width: 30%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.info-header {
	width: 50%;
	float: left;
}
#cart-total {
	margin-left: 2px;
    margin-top: -6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
	position: absolute;
	width: 19px;
    border-top-right-radius: 6px;
    height: 18px;
    background-color: #ff6c00;
}
.background-categorywall {
background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8),
rgb(255, 255, 255)), url(/image/wall.jpg);
background-size: cover;
}
.row.category >.col-sm-3.hidden-xs {
	width: 20%;
}
.row.category >.col-sm-9 {
	width: 80%;
}
.product-layout {
padding-right: 5px;
padding-left: 5px;
}
.four-in-tab.row {
	margin-right: -10px;
    margin-left: -10px;
}
.sub-img img {
	border: 1px solid #efefef;
    border-radius: 5px;
    position: relative;
}
.sub-name a {
	color: #333;
    font-weight: 500;
    overflow: hidden;
    padding: 13px 5px;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    background:#fff;
	display: inline-block;
}
.sub-name {
	text-align: center;
	height: 45px;
}
.sub-category:hover .sub-name a{
	color: #794d70;
}
.sub-category {
	background: #fff none repeat scroll 0 0;
    margin-bottom: 20px;
    overflow: hidden;
	border: 1px solid #efefef;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0px 5px #98698e30;
}
.cat-attribute {
	padding: 0 10px;
}
.vatue-atr {
	float: right;
}
.table-value {
	border-bottom: 1px solid#efeeee;
    margin: 4px 0;
}
.cat-attribute {
	background: #fff;
    box-sizing: border-box;
    border-radius: 0px 0px 4px 4px;
    display: none;
    position: absolute;
    width: calc(100% - 10px);
    z-index: 99;
	padding: 0px;
	margin-left: -1px;
}
.product-thumb:hover .cat-attribute {
	display: block;
	padding: 5px 10px 10px;
	border: 1px solid #98698e;
	border-top: none;
	margin-top: -3px;
}
.title-module.for {
margin: 45px 10px 30px;
}
.name-for {
    font-size: 20px;
    z-index: 5;
    color: #333;
    position: relative;
    text-transform: uppercase;
}
li.info-menu {
	width: auto;
}
.navbar-brand {
	display: none;
}
.top-links {
	text-align: right;
}
.account-name {
	width: 50%;
    float: right;
}
.language {
	width: 50%;
    text-align: right;
}
.btn.btn-link.dropdown-toggle {
	padding: 0;
}
.navbar.navbar-default.menu-info {
	margin: 0;
	min-height: 30px;
	width: 70%;
}
li.info-menu a{
	padding: 5px 10px;
}
.nav.pull-right {
	text-align: right;
	padding-right: 0;
}
.nav.navbar-nav.menu li {
	width: auto;
}
.main-banner img {
	width: 100%;
}
.menu-info {
	padding: 0;
}
#bs-example-navbar-collapse-1 {
    padding: 0;
}
.nav.navbar-nav.menu li:first-child a {
	padding-left: 0;
}
.nav.navbar-nav.menu a {
    padding: 6px 12px;
	border-right: 1px solid #ebeaea;
color: #333;
display: flex;
align-items: center;
font-weight: 300;
}
.container-fluid {
	padding: 0;
}
.account-name ul {
	margin-bottom: 0;
}
.nav-tabs.four li {
	padding: 0 10px;
	margin-top: 10px;
}
.nav.nav-tabs.four.row {
	width: 100%;
display: flex;
justify-content: center;
}
.navbar-nav.menu li:last-child a {
	border: none;
}
.header {
	display: flex;
	height: 130px;
}
.header .right {
display: flex;
width: 45%;
}
.header .left {
display: flex;
width: 55%;
}
.language-select {
	width: auto;
	text-transform: uppercase;
}
.language-select.active {
	color: #98698e !important;
	text-decoration-line: underline !important;
}
.language-select:hover {
	background: none !important;
	color: #98698e !important;
	text-decoration-line: underline !important;	
}
.dropdown-toggle {
	color: #333;
}
.fa-user {
	margin-right: 5px;
	color: #794d70;
}
.login-head, .hidden-md.acc  {
	font-weight: 500;
	color: #333;
}
.account-name a:hover span {
    color: #ff6c00;
}
#search .form-control::placeholder {
color: #c1c1c1;
font-size: 16px;
font-weight: 300;
}
.cart-slogan {
	color: #959595;
}
.prmn-cmngr {
	color: #959595;
}
.fa-map-marker {
	color: #794d70;
}
.nav.navbar-nav.menu li a:hover {
	color: #794d70;
}
#wishlist-total:hover .wishlist {
	color: #ff6c00;
}
.nav-tabs {
	border: none;
}
#four-in-tab0 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    color: #98698e;
	font-weight: 500;
	border-bottom: 2px solid #98698e;
	background: none;
}
#four-in-tab0 .nav-tabs > li > a {
	font-size: 16px;
    padding: 5px 15px;
	border-bottom: 2px solid transparent;
}
#four-in-tab0 .nav-tabs > li > a:hover {
	background: none;
	border-radius: 0;
}
#cmswidget-2 h3 {
	text-align: center;
	font-size: 20px;
z-index: 5;
color: #333;
position: relative;
text-transform: uppercase;
font-weight: 400;
padding: 7px 0px;
}
#cmswidget-2 h3::after {
	content: "";
left: 0;
position: absolute;
right: 0;
bottom: 0%;
width: 200px;
border-bottom: 2px solid #98698e;
margin: 0 auto;
}
.record_columns {
	margin-right: -15px !important;
}
.seocms_further {
	padding: 0;
    background: none;
    border: none;
	color: #98698e;
font-weight: 300;
text-shadow: none;
margin-top: 2px;
}
.seocms_further:hover {
	color: #ff6c00;
	background: none;
	border: none;
}
.blog-data-record {
	margin-top: 10px;
}
.zametki {
	display: none;
}
.sc-widget-content {
bottom: 5px;
padding: 0 15px;
background-color: #00000073;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
position: absolute;
}
.sc-widget-image img {
	border-radius: 5px;
}
#record_columns-2 .owl-wrapper-outer {
	border: none;
box-shadow: none;
background: #f9f9f9;
}
.seocmspro_content {
	margin: 0 -10px;
}
#record_columns-2 .owl-item {
	padding: 0 10px;
}
.column_width_2 {
	position: relative;
}
.seocmspro_content a {
	color: #f4f4f4;
	font-weight: 500;
	display: inline-block;
}
.blog_bottom {
	margin-bottom: 10px;
}
.record_description {
	color: #d9d9d9;
	margin-bottom: 20px;
font-size: 15px;
font-weight: 300;
}
.seocms_further {
	font-size: 14px;
}
.logoblock img {
	width: 260px;
}
.logo-footer {
	padding-top: 90px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.fast-info {
	color: #8c8c8c;
}
.info-column {
	margin-top: 30px;
	padding-left:30px;
}
.phone-footer svg{
	margin-top: 10px;
    margin-right: 5px;
}
.phone-bottom a {
	vertical-align: 8px;
}
.phone-bottom a{
	line-height: 15px;
}
.phone-bottom.two a {
	margin-left: 31px;
	line-height: 25px;
}
.mail-bottom a{
	vertical-align: 8px;
margin-left: 5px;
}
.mail-footer {
	margin-top: 15px;
	margin-bottom: 20px;
}
.socials svg{
	fill: #98698e;
	width: 25px;
	height: 25px;
	margin-left: 5px;
}
.socials {
	padding-top: 20px;
	color: #b0b0b0;
}
.socials a {
	vertical-align: -8px;
}
.powered-back p {
	color: #000;
	border-top: 2px solid #98698e;
	padding-top: 10px;
	margin-top: 50px;
}
.scroll-top-wrapper {
	color: #fff !important;
	background-color: #98698e !important;
}
.scroll-top-wrapper.show {
	right: 80px !important;
	border-radius: 3px !important;
}
.powered {
	margin: 0;
	background-color: #98698e;
	margin-top: 50px;
	color: #f4f4f4;
font-size: 14px;
letter-spacing: 0.3px;
padding: 11px 0 11px;
}
#ocfilter .panel-heading {
	background: none;
	border: none;
	font-weight: 500;
color: #794d70;
font-size: 18px;
text-align: center;
padding: 14px;
}
.box-label input[type="checkbox"] {
    display: none;
}

.box-label {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.box-label input[type="checkbox"]:checked + .box23::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 12px;
    height: 7px;
    border-radius: 1px;
   border-left: 2px solid #794d70;
border-bottom: 2px solid #794d70;
    transform: rotate(-45deg);
}
#ocfilter .ocfilter-option {
	padding: 10px 0;
	margin: 0 15px;
	border-bottom: none;
}
.box23 {
	position: relative;
}
.box23::before {
content: "";
border: 1px solid #e3e3e3;
vertical-align: -4px;
width: 20px;
height: 20px;
display: inline-block;
margin-right: 12px;
}
.prod-main {
	background: #fff;
border-radius: 6px;
}
.gridlist {
	display: none;
}
.sort-standart {
	float: right;
}
.caret {
	margin-right: 3px;
}
.sort-ul {
	padding: 8px 20px;
color: #794d70;
background: none;
border: 1px solid #794d70;
font-weight: 500;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 2px;
border-top-left-radius: 15px;
border-top-right-radius: 2px;
font-size: 15px;
}
.filter.open >button >span {
	transform: rotate(180deg);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #98698e;
	padding: 5px 20px;
}
.tittle-category {
	text-align: center;
font-size: 28px;
margin-bottom: 20px;
}
.sort-standart >.input-group {
	margin-bottom: 5px;
}
.pagination > li > a, .pagination > li > span {
	border: none;
	color: #794d70;
	padding: 6px 10px;
	background: none;
}
.seomore_a {
	width: 200px;
border-bottom-right-radius: 18px;
border-bottom-left-radius: 3px;
border-top-left-radius: 18px;
border-top-right-radius: 3px;
background: #ed6501;
height: 48px;
line-height: 30px;
font-size: 18px;
font-weight: 500;
border: 1px solid #ff6c00;
}
.ascp-list-title-widget {
	font-size: 22px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > li > a:hover {
	border: none;
	background: none;
	color: #ff6c00;
}
.text-right.pag {
	justify-content: flex-end;
}
.text-left {
	color: #aeaeae;
}
.grid-product {
	margin-bottom: 40px;
	margin-right: -10px;
	margin-left: -20px;
}
.bal-div {
	margin-bottom: 30px;
}
#prlogin-popup .modal-dialog {
	width: 400px;
}
#prlogin-popup .modal-header {
	text-align: center;
}
#exampleModalLabel {
	font-size: 20px;
text-transform: uppercase;
color: #444;
text-align: center;
margin-top: 5px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: none;
}
#prlogin-popup .nav-tabs > li > a {
	font-size: 16px;
	padding: 8px 15px;
	border: none;
}
#prlogin-popup .nav-tabs > li > a:hover {
	background: none;
	border: none;
	box-shadow: none;
}
#prlogin-popup .nav-tabs > li.active > a {
	font-weight: 500;
	padding: 8px 15px;
	color: #98698e;
	box-shadow: none;
	border-bottom: 2px solid #98698e;
	color: #98698e;
font-weight: 500;
}
#prlogin-tabs .nav {
	width: max-content;
margin: 0 auto;
}
#prlogin-tabs {
	margin-bottom: 15px;
}
#prlogin-popup .modal-body {
	padding: 15px 20px 30px;
}
#prlogin-popup .form-group {
	margin: 0 0 12px;
}

#prlogin-popup input {
	box-shadow: none;
	height: 42px;
	border: 1px solid #ababab;
	color: #333;
}
#prlogin-popup input:focus {
	border-color: #98698e;
}
#prlogin-popup .checkbox {
	margin-top: 10px;
}
input[type="checkbox"]:checked, input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label::before, input[type="checkbox"]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}
input[type="checkbox"]:checked + label::after, input[type="checkbox"]:not(:checked) + label::after {
    left: 3px;
    top: 5px;
    width: 12px;
    height: 6px;
    border-radius: 1px;
    border-left: 2px solid #E0A4A1;
    border-bottom: 2px solid #E0A4A1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked + label::after {
    opacity: 1;
}
input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked), 
input[type="radio"]:checked, 
input[type="radio"]:not(:checked)  {
	 position: absolute;
    left: -9999px;	
}
input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:checked + label, 
input[type="radio"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;	
}
input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before  {
	    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}
input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}
input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
	    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
left: 3px;
top: 5px;
width: 12px;
height: 6px;
border-radius: 1px;
border-left: 2px solid #98698e;
border-bottom: 2px solid #98698e;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #98698e;
}
input[type="checkbox"]:not(:checked) + label:after, input[type="radio"]:not(:checked) + label:after {
	opacity: 0;
}
input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
	opacity: 1;
}
.btn-primary.prlogin {
	margin: 0 auto;
display: block;
font-size: 16px;
margin-top: 20px;
width: 100%;
height: 42px;
letter-spacing: 0.3px;
}
#prlogin-tabs ul > li > a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #00344a;
    height: 4px;
}
#prlogin-tabs a {
	margin: 0;
}
.last-inp {
	margin-bottom: 10px;
}
.btn-facebook {
background: #3C5A9A;
border-radius: 4px;
border: none;
width: 48%;
height: 40px;
color: #fff;
line-height: 30px;
float: left;
}
.btn-google {
background: #DC4E41;
border-radius: 4px;
border: none;
width: 48%;
height: 40px;
color: #fff;
line-height: 41px;
float: right;
margin-bottom: 20px;
}
.btn-google img {
	margin-top: -3px;
	margin-right: -10px;
}
.socials {
	padding: 0 15px;
}
#prlogin-popup input::placeholder { 
    color: #888;
font-weight: 300;
 }
.btn-facebook img {
	margin-left: 12px;
	height: 20px;
}
#smnbpp-notification-bar-1.smnbpp-notification-bar {
	z-index: 999;
}
.prod-main-col {
padding-left: 10px;
padding-right: 38px;
width: 64%;
}
.prod-right-col {
	width: 36%;
}
.description-product {
padding-left: 10px;
}
.home-name {
	margin: 0;
	padding: 30px;
	font-size: 18px;
}
#simplecheckout_cart {
	min-height: 250px;
	position: sticky;
	top: 70px;
	border: 1px solid #eee;
border-radius: 6px;
padding: 25px;
}
.thumbnail {
	border: none;
}
.thumbnail img{
border-radius: 4px;
width: 100%;
height: 100%;
}
.name-prod {
	width: 85%;
}
.btn-group.name {
	width: 15%;
}
.btn-group.name button {
	float: right;
}
.name-wish {
	display: flex;
}
.list-info {
	display: flex;
	margin-top: 5px;
	font-size: 14px;
	margin-bottom: 15px;
}
.pr-model,.pr-man,.pr-stock {
	width: 33.333%
}
.form-group.horisontal {
	display: flex;
	margin-bottom: 30px;
}
.cart-f {
	display: flex;
	margin-right: 15px;
}
.quantity-f,.fast-f {
	display: flex;
}
.name-prod h1 {
	margin-top: 0;
	color: #000;
	margin-bottom: 25px;
}
hr {
	margin-top: 25px;
margin-bottom: 25px;
}
.pr-model, .pr-man {
	color: #989898;
}
.pr-man {
	text-align: center;
}
.pr-stock {
	text-align: right;
	color: #168000;
}
.autocalc-product-price {
	color: #333;
	font-size: 24px;
}
.prod-price .list-unstyled >li > span >.autocalc-product-price {
	font-size: 18px;
	color: #a7a7a7;
}
.autocalc-product-special {
	color: #ff6c00;
}
#product {
	margin-top: 15px;
}
#product .control-label {
	color: #989898;
	margin: 0;
}
.quantity-f {
	margin-right: 25px;
}
.quantity-f button {
	width: 18px;
padding: 0;
border: none;
font-size: 18px;
color: #794d70;
}
.plus-minus > span {
	width: auto;
}
#input-quantity {
	border: none;
box-shadow: none;
font-size: 16px;
margin-top: 4px;
color: #794d70;
}
#button-cart, .boc_order_btn {
	border-bottom-right-radius: 15px;
border-bottom-left-radius: 2px;
border-top-left-radius: 15px;
border-top-right-radius: 2px;
text-align: center;
padding: 8px 5px 8px 5px;
width: 160px;
height: 42px;
font-size: 16px;
}
#button-cart {
background-color: #ed6501;
border-color: #ed6501;
width: 130px;
height: 42px;
font-size: 16px;
line-height: 10px;
}
#button-cart:hover {
background: #ff6c00;
}
.boc_order_btn:hover {
	background: #794d70;
	border-color: #794d70;
}
.plus-minus {
	line-height: 40px;
	padding-top: 2px;
}
.plus-minus >.input-group-btn > .btn-default:active, .plus-minus > .input-group-btn > .btn-default:focus, .plus-minus > .input-group-btn > .btn-default:hover {
    background: none;
}
.rating, .prod-price, .price-reyt {
	display: flex;
}
.prod-price h2{
	margin: 0;
}
.prod-price {
	width: 70%
}
.rating {
	width: 30%;
	text-align: right;
}
.rating p {
	margin: 0;
	width: 100%
}
.name-color {
	font-size: 18px;
color: #333;
}
#color_options .color_option .color_block{width: 28px !important;height: 28px !important;}
.color_option.active.color {
	margin-right: 5px;
border-color: #ed6501 !important;
}
#color_options .color_option.active.color > .color_block {
	width: 30px !important;height: 30px !important;
}
.info-product >.description-product >.nav-tabs >li > a {
	color: #333;
	border: none;
	font-weight: 400;
}
.info-product >.description-product >.nav-tabs >li > a:hover {
	color: #98698e;
}
.description-product >.nav-tabs > li > a:hover {
	background: none;
	border: none;
	box-shadow: none;
}
.description-product >.nav-tabs > li.active > a, .description-product >.nav-tabs >li >a{
	font-weight: 500;
padding: 8px 15px;
color: #98698e;
box-shadow: none;
font-size: 16px;
border-bottom: 2px solid #98698e;
}
.description-product >.nav-tabs > li.active > a {
	font-weight: 500;
}
.prod-price .list-unstyled {
	display: flex;
}
.prod-price .list-unstyled > li > span {
margin-left: 12px;
color: #b4b4b4;
}
.prod-price h2 {
    font-size: 24px;
}
.prod-price .list-unstyled > li:first-child {
order: 2;
display: flex;
align-items: flex-end;
font-size: 20px;
padding-bottom: 2px;
}
.description-product >.nav-tabs > li.active > a:hover {
	padding: 8px 15px;
}
.prod-main {
	display: flex;
	margin-bottom: 20px;
}
.img-prod {
	width: 42%;
	position: relative;
}
.img-prod .thumbnails {
	top: 54px;
	position: sticky;
}
.info-product {
width: 58%;
padding: 24px;
}
.prod-cont {
	display: flex;
	flex-wrap: wrap;
}
.navbar-ex1-collapse {
	padding: 0;
}
.title-module {
	display: flex;
align-items: center;
position: relative;
text-align: center;
margin-top: 50px;
margin-bottom: 45px;
}
.title-module span {
font-size: 22px;
padding: 0 25px;
background: #f9f9f9;
z-index: 1;
margin: auto;
line-height: 30px;
color: #333;
text-transform: uppercase;
}
.title-module::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #98698e66;
    position: absolute;
    left: 0;
}
body {
	background-color: #f9f9f9;
}
header {
	background: #fff;
}
.product-info {
	font-weight: 300;
}
.product-info b {
	font-weight: 500;
}
.nav-tabs li .active {
	color: #98698e;
font-weight: 500;
border-bottom: 2px solid #98698e;
}
.simple_tittle {
	text-align: center;
margin: 40px 0;
}
.button-submit {
	padding: 0 15px;
}
.simplecheckout-block-content .form-horizontal .form-group.row-customer_register {
	width: 100%;
}
.row-customer_register .imputs {
	text-align: right;
}
.product-table-heading {
    display: flex;
    width: 100%;
}
.product-table-heading > .name, .product-table-body-row > .name {
    width: 50%;
    text-align: left;
    display: flex;
}
.product-table-heading > .quantity, .product-table-body-row > .quantity {
    width: 15%;
    text-align: left;
    align-items: center;
    display: flex;
}
.product-table-heading > .price, .product-table-body-row > .price {
    width: 16%;
    text-align: left;
}
.product-table-heading > .total, .product-table-body-row > .total {
    width: 16%;
    text-align: left;
}
.product-table-heading > div {
    display: table-cell;
    font-size: 13px;
    line-height: 13px;
    border-bottom: 1px solid #eee;
    padding: 0 0 7px 0;
}
.product-table-heading > .remove {
    width: 2%;
    text-align: left;
}
.product-table-body-row > .remove {
	width: 3%;
text-align: left;
display: flex;
align-items: center;
}
#simplecheckout_cart #product-table-body {
	border: none;
}
.product-table-body-row {
    display: flex;
    border-bottom: 1px solid #eee;
	padding: 5px;
}
.product-table-body-row > .name > .name-left {
    width: 30%;
    vertical-align: middle;
    padding: 10px 0;
}
.product-table-body-row > .name > .name-right {
display: flex;
justify-content: center;
padding: 10px 0 10px 15px;
width: 65%;
flex-direction: column;
}
.product-table-body-row > .name > .name-right a {
    color: #000;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}
.product-table-body-row > .remove button {
    margin-left: 25%;
    width: 12px;
    height: 12px;
    display: block;
    outline: none;
    border: 0;
    padding: 0;
    opacity: 0.3;
    float: right;
	background: none;
}
.name-right .model {
	text-align: left;
}
.product-table-body-row > .name > .name-left img {
	width: 100%;
}
.product-table-body-row > .quantity .btn-block {
	max-width: 64px !important;
}
.product-table-body-row .quantity button {
	width: 18px;
text-align: center;
background: none;
border: none;
color: #98698e;
padding: 0;
font-size: 15px;
font-family: Roboto-Regular, Arial, Tahoma;
}
.product-table-body-row .quantity .input-group-btn:first-child button {
	font-size: 20px;
}
.product-table-body-row > .price, .product-table-body-row > .total {
	font-size: 16px;
font-weight: 500;
line-height: 14px;
color: #333;
align-items: center;
display: flex;
}
.product-table-body-row > .price {
	font-weight: 400;
}
#smpcp-modal-body > .modal-footer > input, #simplecheckout_button_confirm, #boc_submit {
  -webkit-appearance: none;
  float: left;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  margin: 0;
  padding: 0px;
  width: 210px;
  outline: none;
  border: 0;
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
  background: #47c843;
  text-align: center;
  border-bottom-right-radius: 15px;
border-bottom-left-radius: 2px;
border-top-left-radius: 15px;
border-top-right-radius: 2px;
height: 44px;
font-size: 17px;
font-weight: 400;
  transition: background .50s;
  cursor: pointer;
  background: #ed6501;
  font-weight: 400;
}
#simplecheckout_button_confirm {
width: 260px;
height: 50px;
}
#simplecheckout_button_confirm span {
line-height: 48px;
font-size: 18px;
}
#simplecheckout_button_confirm:hover {
    background: #ff6c00;
}
.checkout-success {
	text-align: center
}
.text-men {
	display: block;
text-align: center;
margin-top: 20px;
font-size: 16px;
}
#print {
	width: 320px;
margin: 20px auto;
background: #fff;
padding: 25px;
border-radius: 6px;
}
.number-order {
	display: block;
text-align: center;
font-size: 18px;
color: #aaa;
font-weight: 300;
margin-bottom: 15px;
}
.row_.prodlist {
	margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
.block-cart .name {
	font-size: 16px;
	line-height: 18px;
}
.bottom-prodcart .price {
	font-weight: 600;
font-size: 16px;
line-height: 26px;
}
.quan-text {
	font-weight: 300;
}
.total-suc {
	margin-top: 25px;
font-size: 20px;
font-weight: 600;
}
.buttons.success .btn-primary {
	border-bottom-right-radius: 15px;
border-bottom-left-radius: 2px;
border-top-left-radius: 15px;
border-top-right-radius: 2px;
text-align: center;
padding: 8px 5px 8px 5px;
width: 220px;
height: 46px;
font-size: 16px;
line-height: 28px;
}
.checkout-success h1 {
	margin-top: 40px;
}
.inputs-boc {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.inputs-boc .input-group {
    width: 48%;	
}
.inputs-boc .input-group input {
	height: 42px;
border: 1px solid #ccc;
border-radius: 4px !important;
}
.inputs-boc .input-group input:focus, .inputs-boc textarea:focus {
	box-shadow: none;
	border: 1px solid #98698e;
}
.inputs-boc .comment {
	margin-top: 20px;
	width: 100%;
}
#boc_order .modal-body {
	padding: 10px;
}
#boc_order hr {
	margin-top: 20px;
margin-bottom: 20px;
}
#boc_order .modal-dialog {
	width: 500px;
}
#boc_order .button {
	display: flex;
	justify-content: center;
}
.box.bestseller {
	width: 100%;
}
#recommended .owl-wrapper-outer {
	border: none;
}
#recommended .owl-item {
	padding: 0 8px;
}
#recommended .owl-wrapper-outer {
	box-shadow: none;
}
.box-heading {
	padding: 0 8px;
font-size: 20px;
margin-bottom: 20px;
font-weight: 500;
}
.select-quantity .input-group-btn, .select-quantity {
	display: flex;
justify-content: center;
width: 100%;
}

.select-quantity .form-control {
	height: 20px;
font-size: 16px;
color: #794d70;
text-align: center;
}
.select-quantity .btn-default {
	padding: 0 5px;
border: none;
font-size: 16px;
font-weight: 400;
color: #794d70;
}
.quan-komp {
	text-align: center;
color: #999;
font-weight: 300;
}
.recom button {
	border-bottom-right-radius: 15px;
border-bottom-left-radius: 2px;
border-top-left-radius: 15px;
border-top-right-radius: 2px;
width: 100px;
height: 32px;
background-color: #ed6501;
border: none;
color: #fff;
}
#product .select-quantity {
	display: flex;
align-items: center;
}
.select-quantity .btn-default.plus {
	order: 3;
}
#product #input-quantity {
	margin-top: 7px;
}
#recommended .product-thumb .price {
	margin-top: 10px;
margin-bottom: 15px;
}
.mainblockmenu {
	padding: 5px 15px 15px;
}
.menu-category {
	color: #efefef;
font-size: 17px;
font-weight: 500;
line-height: 42px;
border-bottom: 2px solid #ffffff61;
margin-bottom: 6px;
margin-top: 10px;
}
.collapse.mob-submenu-list.in {
	margin-top: 10px;
	margin-bottom: 5px;
}

.collapse.mob-submenu-list.in li {
	padding-left: 36px;
}
.collapse.mob-submenu-list.in li a {
	font-size: 14px;
font-weight: 300;
}
.menu-category.catalog {
	margin-top: 0;
}
.listmenu > li {
	margin: 0 7px;
padding: 7px 0;
border-bottom: 1px solid #ffffff1c;
position: relative;
}
.listmenu li a {
	font-size: 15px;
color: #efefef;
}
#menu-mobile-ns .navbar-nav {
position: absolute !important;
top: 0;
bottom: 0;
overflow: auto;
}
.menu-category span {
position: absolute;
right: 15px;
}
.listmenu {
	display: block;
}
.listmenu.none {
    display: none;
}
.menu-category.open span img, .show-sc-mobile.open-sc-mobile img {
	transform: rotate(90deg);
}
.show-sc-mobile {
position: absolute;
right: -10px;
width: 30px;
height: 30px;
text-align: center;
line-height: 26px;
top: 1px;
}
.show-sc-mobile img {
	width: 13px;
}
.block-recept .nav-tabs li {
	font-size: 14px;
line-height: 17px;
text-decoration-line: underline;
color: #000000;
}
.close {
    width: 18px;
    height: 18px;
    background: url(/image/cancel1.svg) no-repeat;
        background-size: auto;
    background-size: auto;
    right: 15px;
    top: 15px;
    position: absolute;
    opacity: 0.3;
    cursor: pointer !important;
    background-size: 18px;
}
.remove img {
	cursor: pointer;
}
#related .cart {
	width: 100%;
justify-content: center;
}
#popupcart_extended .all-products {
	background: none !important;
margin-top: 50% !important;
}
.information-information-4 h4, .information-information-6 h4 {
	font-family: 'Rubik', sans-serif !important;
	font-weight: 300 !important;
	font-size: 16px;
}
.information-information-4 h3, .information-information-6 h3 {
	font-family: 'Rubik', sans-serif !important;
	font-weight: 500 !important;
}
.information-information-4 #content, .information-information-6 #content {
	padding: 15px 40px;
	border-radius: 6px;
	background-color: #fff;
}
.all-products {
	margin-top: 70%;
text-align: center;
}
.all-products a {
	font-size: 18px;
text-decoration: underline;
color: #ed6501;
}
.subcat-main {
	margin: 0 -10px;
}
.box.bestseller hr {
	margin-left: 10px;
}
.owl-wrapper-outer {
	border: none !important;
}
#slideshow1 {
	margin-top: 20px;
}
.menu-fixed  {
	position: sticky;
top: 0;
z-index: 999;
}
.ocf-offcanvas.active::after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}
.row.category .select-quantity {
	display: none;
}
.related_product {
display: flex;
}
.related_product > div {
	width: 25%;
	margin: 0 5px;
	padding: 10px;
	background: #fff;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #ececec;
}
#cart.open > .btn {
	border: none;
	background: none;
}
.dropdown-menu > li > a {
	white-space: normal;
}
.select2-selection.select2-selection--single {
	height: 42px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
}
#recommended .owl-carousel .owl-buttons div {
	opacity: 1 !important;
}
.row.description {
	margin: 0 -15px 10px !important;
	font-size: 16px;
}
.xdstickers {
width: 48px;
height: 48px;
line-height: 48px;
border-radius: 100px;
font-size: 13px;
padding: 0 8px !important;
text-align: center;
}
.xdstickers_wrapper {
    z-index: 9 !important;
}
.xdstickers_wrapper.position_upleft {
    top: 5px !important;
    left: 10px !important;
}

#smnbpp-notification-bar-2, .bar-bl a {
    background-color: #000 !important;
    color: #fcfcfc !important;
}
.bar-bl {
	display: flex;
width: 1470px;
margin: 0 auto;
justify-content: center;
}
.bar-bl img {
	margin: 0 10px;
}
.block-hev {
	display: block;
text-align: center;
font-family: 'Rubik', sans-serif;
}
.block-hev span {
	font-size: 13px;
font-weight: 300;
}
.smnbpp-button-close-position-right {
    top: 20px !important;
}
.product-search .select-quantity {
	display: none;
}
.wall-category-box .wall-cat-image img {
	height: 100%;
}
body.modal-open.canvas-slid .ocfilter-mobile {
	display: none !important;
}
.thumbnails .image-additional {
	width: 17%;
}
.images-block {
	display: flex;
flex-wrap: wrap;
justify-content: center;
}
.image-additional a {
    margin-bottom: 10px !important;
}
.hpm-cat-content {
	display: flex !important;
}
.slick-arrow {
	background: none;
	border: none;
	width: 10%;
	font-size: 18px;
	color: #794d70;
	padding: 0;
}
.slick-list.draggable {
	width: 80%;
	margin: 0 auto;
}



















@media (min-width: 768px) {
.ocfilter-mobile-handle {
	display: none;
}
#four-in-tab0 .product-layout.item {
	width: 20%;
}
}
















@media (max-width: 768px) {
.navbar.navbar-default.menu-info {
	position: absolute;
    z-index: 999;
}
.navbar-brand {
	display: inline;
}
.nav.navbar-nav.menu {
	background-color: #fff;
	border: 1px solid #f0f0f0;
}.container.category, .common-home > .container {
	overflow-y: auto;
}
#top {
	display: none;
}
#search {
	display: none;
}
#logo {
	width: 100%;
}
#logo img {
height: inherit;
}
.header {
    height: 50px;
	padding-left: 43px;
}
.header .left {
	width: 37%;
}
.header .right {
    width: 63%;
justify-content: flex-end;
padding-left: 4%;
}
.cart-slogan {
	display: none;
}
.in_cart {
	font-size: 12px !important;
	line-height: 20px !important;
}
.menu-fixed {
float: left;
margin-top: -50px;
width: 46px;
z-index: 999;
position: sticky;
top: 0;
margin-left: 10px;
}
#cart > .btn svg {
	width: 24px;
}
#cart > .btn {
	padding-top: 16px;
    font-size: 9px;
	line-height: 16px;
	padding-right: 15px;
}
#cart-total {
width: 14px;
height: 15px;
}
.wishlist-icon svg {
	width: 25px;
}
#wishlist-total {
	margin-top: 4px;
}
.cart {
    width: 24%;
}
.menu-fixed #horizontal-menu {
    background: none;
}
.prmn-cmngr {
	display: none !important;
}
.telephone .hidden-xs {
	display: block !important;
}
.telephone .dropdown {
	padding: 0;
}
.contact .dropdown-toggle {
	font-size: 14px;
	display: flex;
	align-items: center;
	font-size: 15px;
letter-spacing: -0.2px;
}
.wishlist-icon {
	display: none;
}
.contact {
	width: 80%;
}
#cart-total {
    margin-left: 1px;
    margin-top: -5px;
}
header {
	position: sticky;
top: 0;
z-index: 999;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.title-module {
	margin-top: 20px;
margin-bottom: 15px;
}
.title-module.for {
	margin-top: 5px;	
	margin-bottom: 5px;
}
.title-module span {
    font-size: 16px;
}
.container .categorywall-container .col-xs-12, .container .categorywall-container .col-sm-6, .container .categorywall-container .col-md-4, .container .categorywall-container .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.wall-category-box .parent_category:hover .item-sub-category {
	display: none;
}
.categorywall-0 .wall-category-box .wall-cat-name {
	font-weight: 400;
	font-size: 12px;
	height: 40px;
	line-height: 14px;
}
.categorywall-0 .wall-category-box .item-category {
	margin-bottom: 10px;
}
.nav.nav-tabs.four.row {
	flex-wrap: wrap;
	justify-content: flex-start;
}
#recommended .product-thumb {
	border: 1px solid #ececec;
}
#four-in-tab0 .nav-tabs > li > a {
	font-size: 14px;
}
.nav-tabs.four li {
	width: 50%;
}
.nav.nav-tabs.four.row {
	width: auto;
}
.product-layout {
padding-right: 3px;
padding-left: 3px;
}
.product-grid .product-thumb .caption {
	padding: 0 8px;
}
.grid-product {
	padding: 0 2px;
}

.product-thumb .caption {
padding: 0 10px;
}
.product-thumb h4 {
margin-top: 5px;
}
.product-thumb .caption a {
    font-size: 13px;
    font-weight: 400;
}
.model {
	font-size: 12px;
}
.product-thumb h4 {
text-align: center;
line-height: 15px;
min-height: 50px;
}
.name-colors {
	min-height: 85px;
}
.product-thumb .price {
	font-size: 16px;
	min-height: 22px;
}
.product-thumb .price {
	margin-top: 5px;
	display: flex;
flex-direction: column;
}
.product-thumb .price-new {
	order: 1;
}
.product-thumb .price-old {
	font-size: 11px;
}
.product-thumb:hover .btn-block.favorite, .product-thumb:hover .tooltip1 {
	display: none;
}
.product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 66%;
	height: 30px;
}
.cart-button .hidden-xs {
	display: block !important;
	line-height: 28px;
	font-size: 12px;
}
.product-thumb {
    margin-bottom: 6px;
	min-height: 293px;
}
.product-thumb .price-old {
	margin-left: 2px;
	line-height: 14px;
}
.product-thumb .button-group {
	padding-bottom: 12px;
}
.product-thumb .caption {
    min-height: 110px;
}
.title-module.blog {
    margin-top: 10px;
}
.ascp-list-title-widget {
	font-size: 18px;
}
.record_description {
	font-size: 14px;
}
#record_columns-2 .owl-item {
    padding: 0 5px;
}
#content {
    min-height: 200px;
}
.logo-footer {
	padding: 0;
	text-align: center;
}
.info-block .info-column {
	display: none;
}
.info-block .info-column:last-child {
	display: block;
}
.info-block .info-column {
	padding: 0;
}
.info-column {
margin-top: 10px;
}
footer .name-col, footer {
    font-size: 14px;
}
.socials {
	padding: 0;
}
.powered {
	font-size: 12px;
	margin-top: 30px;
}
.scroll-top-wrapper.show {
	right: 15px !important;
	bottom: 70px !important;
}
.scroll-top-wrapper.show {
	border-radius: 50px !important;
}
.breadcrumb {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.tittle-category {
	font-size: 20px;
	margin-top: 10px;
}
.name-subcat span {
	font-weight: 300;
font-size: 16px;
}
.subcategory {
	padding: 0 5px;
}
.row.category >#content >.row {
	margin-right: -10px;
margin-left: -10px;
}
.sub-category {
	margin-bottom: 10px;
}
.name-subcat {
	display: flex;
position: relative;
align-items: center;
margin-bottom: 10px;
}
.name-subcat span {
	padding-right: 20px;
}
.sub-category {
	border: none;
	box-shadow: none;
}
.sub-img img {
	border: none;
}
.sub-name {
	height: 40px;
}
.sub-name a {
	font-weight: 400;
font-size: 12px;
line-height: 14px;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.row.category > .col-sm-9 {
	width: 100%;
}
.ocf-offcanvas .ocfilter-mobile-handle {
	display: none;
}
.filters-cat {
	display: flex;
	justify-content: space-between;
margin: 0 5px;
}
.ocfilter-mobile-handle, .sort-standart {
	width: 48.3%;
}
.sort-standart {
	float: none;
padding: 0;
}
.sort-standart .form-group, .sort-ul {
	width: 100%;
	font-size: 14px;
}
.sort-ul {
    padding: 7px 20px;
	font-weight: 400;
}
.static-filter {
	width: 100%;
	border-bottom-right-radius: 15px;
border-bottom-left-radius: 2px;
border-top-left-radius: 15px;
border-top-right-radius: 2px;
padding: 7px 20px;
font-size: 14px;
}
.sort-standart .dropdown-menu > li > a {
	padding: 5px 10px;
font-size: 12px;
}
.dropdown-menu.category {
	left: -25px;
}
.fa-filter {
	margin-right: 5px;
}
.bal-div .text-left {
	display: none;
}
.bal-div {
	flex-direction: column;
}
.seomore_div {
	width: 100% !important;
}
.text-right.pag, .pagination {
	width: 100%;
}
.text-right.pag {
	margin-top: 10px;
}
.row.category > #content > .row.bal-div {
	margin-bottom: 0;
}
.pagination {
	display: flex;
justify-content: center;
}
.seomore_a {
	width: 160px;
height: 44px;
font-size: 16px;
line-height: 26px;
}
footer {
    margin-top: 20px;
}
.prod-main {
	flex-direction: column;
}
.img-prod {
    width: 100%;
}
.info-product {
    width: 100%;
	padding: 0;
}
.prod-cont {
	flex-direction: column;
}
.prod-main-col {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.btn-default.wish-cat::before {
	height: 20px;
width: 20px;
background-size: 20px;
}
.btn-group.name {
    width: 10%;
	margin-top: -5px;
}
.prod-right-col {
	width: 100%;
}
.prod-main .nav-tabs {
	margin-bottom: 0;
}
.box-heading {
    padding: 0 8px;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 500;
    text-align: center;
}
.name-prod {
    width: 90%;
}
.name-prod h1 {
	font-size: 18px;
font-weight: 500;
}
.thumbnail {
	margin-bottom: 5px;
}
.list-info {
	font-size: 13px;
}
.name-prod h1 {
	margin-bottom: 20px;
}
.pr-man a {
	display: block;
}
hr {
	margin-top: 15px;
margin-bottom: 15px;
}
.prod-price h2 {
	font-size: 18px;
}
.prod-price .list-unstyled > li > span > .autocalc-product-price {
font-size: 14px;
color: #b4b4b4;
font-weight: 300;
}
.prod-price .list-unstyled > li > span {
    margin-left: 7px;
}
.prod-price .list-unstyled > li:first-child {
	align-items: flex-start;
}
.rating .fa-stack {
    font-size: 7px;
}
#product .control-label {
	font-size: 12px;
}
.quantity-f {
    margin-right: 15px;
}
#button-cart {
	width: 90px;
	font-size: 14px;
	height: 38px;
	margin-top: 3px;
}
.boc_order_btn {
	width: 130px;
	font-size: 14px;
	height: 38px;
	margin-top: 3px;
}
#product {
    margin-top: 0px;
}
.product-info {
	margin: 0 15px;
font-size: 12px;
margin-bottom: 10px;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}
.form-group.horisontal {
	margin-bottom: 20px;
}
.description-product {
	margin: 0 15px;
	padding: 0;
}
.description-product > .nav-tabs > li.active > a, .description-product > .nav-tabs > li > a {
	font-size: 14px;
}
.row.product #content {
	padding: 0 10px;
}
.simple_tittle {
	margin-top: 25px;
margin-bottom: 25px;
font-size: 20px;
}
.simplecheckout .simplecheckout-step {
	flex-direction: column;
}
.checkout-success h1 {
    margin-top: 20px;
    font-size: 18px;
}
.text-men {
	margin-top: 10px;
font-size: 14px;
line-height: 16px;
}
#print {
	padding: 15px;
}
.number-order {
	font-size: 16px;
}
.block-cart .name {
    font-size: 14px;
    line-height: 16px;
}
#boc_order .modal-header {
	padding: 15px 15px !important;
}
#boc_order h2#boc_order_title {
	font-size: 16px !important;
}
#boc_product_field .row {
	display: flex;
}
#boc_product_field .row > div {
	padding: 0 10px;
}
body #boc_order h2 {
    font-size: 14px;
    font-weight: 500;
}
body #boc_order h3 {
	font-size: 18px;
}
.inputs-boc, .hr {
	padding: 0 10px;
}
body #boc_order hr {
    margin-top: 10px;
    margin-bottom: 17px;
}
.inputs-boc .comment {
	margin-top: 12px;
}
body #boc_form .modal-body {
	padding-bottom: 5px;
}
#boc_order {
	top: 20%;
}
#boc_order .modal-dialog {
	width: inherit;
}
.common-home.canvas-slid {
	position: initial;
}
.account-simpleedit #content, .account-order #content, .account-order-info #content {
	margin-top: 0;
}
.box.bestseller {
margin: 0 5px;
}
#slideshow1 {
	display: none !important;
}
#ocfilter {
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0;
}
.ocfilter-mobile.active .off-filter {
	position: fixed;
top: 0px;
background: #fff;
left: 290px;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
width: 48px;
height: 48px;
border: 1px solid #98698e;
}
.off-filter img {
width: 17px;
}
.buttons-mob {
    display: flex;
    bottom: 0;
    position: fixed;
    background: #fff;
    width: 278px;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
    padding: 14px;
    justify-content: space-between;
}
#ocfilter .list-group {
	margin-bottom: 60px;
}
#ocfilter .ocfilter-option {
	margin: 0 10px;
}
.ocfilter-option-popover {
	display: none !important;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
	background-color: #98698e;
	border: 1px solid #98698e;
}
#ocfilter-button .btn-primary {
border-bottom-right-radius: 12px;
border-bottom-left-radius: 2px;
border-top-left-radius: 12px;
border-top-right-radius: 2px;
width: 130px;
height: 40px;
font-size: 14px;
}
.delete-filters {
	    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 2px !important;
    width: 105px;
    height: 40px;
    font-size: 14px;
    background: none;
    border: 1px solid #98698e;
    color: #98698e;
}
.row.slider {
	margin-left: -5px;
margin-right: -5px;
}
.product-table-heading {
	display: none;
}
.popupcart_buttons .continue {
	display: none !important;
}
#popupcart_extended .popupcart_buttons :last-child {
	width: 100% !important;
}
#product-table-body {
	border-top: 1px solid #eee;
}
.product-table-body-row {
	padding: 5px 0 10px;
}
.product-table-body-row > .name > .name-right {
    display: block;
}
.product-table-body-row > .name {
	width: 100%;
}
#popupcart_extended .popupcart_total, .simplecheckout-cart-total {
    font-size: 18px !important;
}
#popupcart_extended #related .owl-item > div > div + div {
	width: 100% !important;
}
.common-home #content {
	min-height: auto;
}
#cmswidget-2 {
	display: none;
}
.product-table-body-row > .remove {
    right: 10px;
    top: 40%;
    position: absolute;
}
.product-thumb:hover .cat-attribute {
	display: none;
}
.row.description {
	font-size: 13px !important;
}
.xdstickers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    font-size: 10px;
    padding: 0 2px !important;
    text-align: center;
}
.bar-bl {
    width: 100%;
}
.block-hev {
	font-size: 12px;
	line-height: 14px;
}
.block-hev span {
    font-size: 10px;
}
.bar-bl .one {
	margin-left: 0;
}
.bar-bl .two {
	margin-right: 5px;
}
.bar-bl img {
margin-top: 10px;
}
.smnbpp-button-close-position-right {
    right: 10px !important;
    top: 10px !important;
}
.slick-arrow {
	width: 15%;
}
.slick-list.draggable {
	width: 70%;
	
}
}









