@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
/*
font-family: 'Roboto Slab', serif;

font-family: 'Ubuntu', sans-serif;
*/
body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background-color: #f9f7fb;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.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: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	/*background-color: #EEEEEE;*/
	/*border-bottom: 1px solid #e2e2e2;*/
/*	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;*/
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#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 {
	font-size: 13px;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    color: #ffffff;
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
#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 {
/*	padding-top: 6px;*/
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
    margin: 10px 0 25px 0;
}

.header__logo {
    height: 100%;
}

.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../../../../../image/catalog/antikvar-logo.png);
    background-position: center;
    background-repeat: no-repeat;
}

header a:hover {
    text-decoration: underline;
}
/* search */
#search {
	margin-top: 12px;
}
#search .input-lg {
    height: 35px;
    line-height: 20px;
    padding: 0 10px;
    background: #322154;
    border: 0px;
    border-radius: 5px;
	font-family: Ubuntu;
	font-size: 13px;
    width: 170px;
    height: 30px;
}
#search .btn-lg {
	font-size: 13px;
	line-height: 9px;
	padding: 10px 12px;
	text-shadow: none;
	background: #0085f0;
	border: 0px;
	color: #ffffff;
	margin-left: 10px;
	border-radius: 5px;
	font-family: Ubuntu;
    display: block;
    width: 75px;
    border-bottom: 1px solid #2f489f;
}
#search .btn-lg:hover {
  background: #1898ff;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: transparent;
	border: none;
	/*background-color: #0085f0;*/
	/*border: 1px solid #0085f0;*/
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 6px;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #45286c;
	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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#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;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@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: 600px;
    padding: 40px 0 40px 0;
}
/* footer */
footer {
	/*margin-top: 30px;*/
	padding-top: 30px;
	background-color: #271a42;
	border-top: 1px solid #271a42;
	color: #fcfbf7;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
footer .location{

	margin-left: 30px;
	margin-right: -30px;
	margin-top: -7px;
}

.web2{

	color: #00c8e6;
	margin-bottom: 10px;
}
/* alert */

.alert {
	padding: 10px 20px;
    font-size: 14px;
    margin: 20px -15px 0;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	font-size: 15px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	right: -10px;
	font-size: 30px;
	width: 12px;
	height: 12px;
	/*border-right: 1px solid #DDD;*/
	/*border-bottom: 1px solid #DDD;*/
	/*-webkit-transform: rotate(-45deg);*/
	/*-moz-transform: rotate(-45deg);*/
	/*-o-transform: rotate(-45deg);*/
	/*transform: rotate(-45deg);*/
}

.pagination-parent {
    padding-right: 0;
}

.pagination {
	margin: 0;
}

.pagination-parent .pagination li a,
.pagination-parent .pagination li span {
    border: none;
    background-color: transparent;
    color: #000;
    font-size: 14px;
}

.pagination-parent .pagination li.active span {
    border: none;
    background-color: transparent;
    color: #000;
    opacity: .6;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	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);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.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;
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #271a42;
	background-image: linear-gradient(to bottom, #0985f0, #271a42);
}
/* list group */
.list-group a {
	color: #ffffff;
	font-size: 15px;
	font-family: 'Ubuntu';
	font-weight: 500;
	text-transform: uppercase;
	margin-left: 5px;
	margin-right: 0px;
    cursor: pointer;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover, .list-group a:focus {
	color: #d28e00;
	background: transparent;
	border: 0px;
	text-shadow: none;
    outline: none;
}
/* 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: 20px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 14px;
	min-height: 78px;
}
.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: 0;
}
}
.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 {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	border: none;
	background-color: #eee;
	color: #888;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@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 > li {
	padding: 0 10px;
}

.thumbnails {
	margin: 0 -5px;
}

.thumbnails > li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.thumbnails > li:first-child a {
    height: 360px;
}

.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
    height: 120px;
}
.thumbnails .image-additional {
	float: left;
    width: 33%;
}
/*

@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%;
}
#column-left {
    padding-left: 0;
    padding-right: 40px;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* 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;
}



header {
	background: #322154;
    padding: 20px 0;
}

.header-tools {
	background: url(../image/tools-bg.png);
	background: #462970;
	border-top-left-radius: 15px;
	border-top-left-radius: 12px;
	border-top-right-radius: 15px;
}

.slider-bg {
    background: #322154;
    margin-top: -25px;
    padding-top: 25px;
}

.pre-footer-bg{
	background: #322154;
}

.list-group-item {
	background-color: #462770;

}

.search-form{
	max-width: 240px;
}

.header-container{

	background: #271a42;
}

.list-inline {
    margin-left: 0px;
    margin-bottom: -10px;
}

.slider-secondary-bg{
	background: #322154;
}
.phones{
	margin-top: 50px;
    padding-left: 20px;
	width: auto;
}

.phones a {
	color: #ffffff;
	font-family: "Ubuntu";
	font-size: 15px;
	text-align: left;
    letter-spacing: .5px;
}

.emails{
	margin-top: 50px;
	text-align: left;
	width: auto;
}

.link-instagram,
.link-whatsapp{
	display: inline-block;
	margin-top: 3px;
}

.link-whatsapp{
	margin-left: 10px;
	text-decoration: none;
}

.link-whatsapp:hover span{
	border-bottom: 1px solid transparent;
}

#product .link-whatsapp{
	margin-left: auto;
	margin-top: 15px;
}

.link-whatsapp span{
    font-size: 14px;
    color: #000;
    font-family: 'Ubuntu';
    margin-right: 5px;
    border-bottom: 1px solid;
}

.emails a {
	color: #ffffff;
	font-family: "Ubuntu";
	font-size: 15px;
}


.address{
	margin-top: 50px;
	text-align: center;
	color: #ffffff;
	font-family: "Ubuntu";
	font-size: 14px;
    letter-spacing: .5px;
	width: auto;
}

.work-time {
	margin-top: 50px;
	text-align: right;
	color: #ffffff;
	font-family: "Ubuntu";
	font-size: 14px;
	text-transform: uppercase;
    letter-spacing: .5px;
	width: auto;
}

.work-time span {
    font-size: 16px;
}

.main-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.main-menu li  {
	margin: 16px 0 0;
}

#top-links {
    height: 55px;
}

#top-links .main-menu a:hover,
#top-links .main-menu a.active{
    color: #d28e00;
}

#top-links .col-md-5,
#top-links .col-md-7 {
    height: 100%;
}

#top-links .col-md-5 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  padding-left: 50px;
}

#top-links .col-md-5 >div:first-child {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* width: 170px; */
}

#top-links #wishlist-total {
    background-image: url(../image/wishlist.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 30px;
    width: 50%;
    padding-top: 18px;
    font-size: 14px;
    font-weight: bold;
}

#top-links #wishlist-total:hover {
    background-image: url(../image/wishlist-hover.png);
}

#top-links #cart {
    /* padding-left: 20px; */
    /* width: 50%; */
    margin-bottom: 0;
}

#top-links #cart i {
    display: none;
}


.main-menu__inner{
	display: none;
    position: absolute;
    background: #462970;
    z-index: 100;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    border-radius: 15px;
}

.main-menu__inner li {
    padding-left: 20px;
    padding-right: 40px;
    position: relative;
}

.main-menu__inner li .arrow {
    display: inline-block;
    content: "";
    background-image: url(/image/arrow-menu.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    z-index: 3;
    top: 1px;
    right: 10px;
}

#top-links li .arrow-phone{
	display: none;
    content: "";
    background-image: url(/image/arrow-menu.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    padding-right: 20px;
    position: absolute;
    right: 15%;
	top: 11px;
    z-index: 3;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

#top-links li:hover .main-menu__inner{
	display: block;
}


.main-menu__inner2{
	display: none;
	top: -17px;
	left: 100%;
    position: absolute;
    background: #462970;
    z-index: 100;
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
}

#top-links .main-menu__inner li:hover .main-menu__inner2{
	display: block;
}


@media (max-width: 991px) {
	#top-links{
		margin-top: 20px;
	}
	#top-links li{
		position: relative;
	}
	#top-links li:hover .main-menu__inner{
		display: none;
	}
	
	#top-links li.active .main-menu__inner{
		display: block;
	}
	
	#top-links li .arrow-phone{
		display: inline-block;
	}
	
	.main-menu__inner{
		position: relative;
	}
	
	.main-menu__inner2{
		display: none;
		top: unset;
		left: unset;
	    position: relative;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}
	
	#top-links .main-menu__inner2 a{
		font-size: 11px;
	}
	
	#top-links .main-menu__inner li:hover .main-menu__inner2{
		display: none;
	}
	
	#top-links .main-menu__inner li.active .main-menu__inner2{
		display: block;
	}
	
	.main-menu__inner li .arrow {
	    top: 11px;
	    right: 5px;
	}
	
	
}

.owl-wrapper-outer {
	border: 0px solid #322154!important;
	-webkit-border-radius: 4px!important;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-o-box-shadow: none!important;
	box-shadow: none!important;
}

.owl-carousel {
	margin: 0 0 20px 0;
	background: #322154!important;
	direction: ltr !important;
	z-index: 1;
	/* margin-left: -4px; */
	/* margin-right: -4px; */
}

.header-container {
	background: #271a42;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
    height: 125px;
    padding: 0 25px;
}

.header-container .row {
    height: 100%;
}

.category-list{
	margin-top: 40px;
	border-radius: 15px;
	background: #462770;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0 5px ;
	margin-bottom: 0;
	background-color: transparent;
	border: 0px;
}
.list-group-item.first-child {
    background: #462770;
    min-height: 35px;
    padding-left: 23px;
    /* display: inline-block; */
}
.list-group-category {
    height: 35px;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
}

.list-group-category.active {
    height: auto;
    padding-bottom: 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.list-group-category.active .list-group-item.first-child:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.latest-product h3 {
    margin-top: 20px;
	padding-bottom: 25px;
	font-size: 26px;
	color: #16122d;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	text-align: center;
}

.product-layout {
    padding: 0 20px;
}

.product-thumb {
    background-color: #fff;
	margin-bottom: 40px;
	position: relative;
	min-height: 370px;
    padding-bottom: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.product-thumb:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -21px;
    right: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: url(/image/under-border.png);
    background-repeat: no-repeat;
    background-position: center;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
    height: 270px;
}

.product-thumb .button-group button {
	border: none;
	background-color: #ffb60f;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
    width: 100px;
    font-weight: normal;
    font-size: 14px;
    height: 30px;
}

.product-thumb .button-group {
	border-top: 0;
	background-color: transparent;
    height: 40px;
}

.product-thumb .button-group .col-md-6:last-child {
    padding-left: 5px;
}

.product-thumb h4 {
	font-size: 15px;
    text-transform: uppercase;
	font-family: 'Ubuntu';
	font-weight: 400;
	color: #000000;
	text-align: center;
	line-height: 19px;
    margin-top: 0;
    padding-top: 15px;
}

.product-thumb h4 a {
	color: #000000;
}

.product-thumb .price {
	color: #000000;
	font-size: 20px;
	font-family: 'Ubuntu';
	font-weight: 500;
	text-align: left;
	float: left;
	padding-right: 40px;
	padding-top: 5px;
    margin-bottom: 0;
    font-weight: bold;
}

.product-thumb .price.blue {
    color: #0085f0;
}

.product__label-model,
.product__label-new,
.product__label-sale {
    position: absolute;
    left: 4px;
    padding: 1px 10px;
    font-size: 13px;
    border-radius: 3px;
    z-index: 10;
}

.product__label-new,
.product__label-sale {
    top: 30px;
    color: #fff;
    text-transform: uppercase;
}

.product__label-model {
    background: #ccc;
    top: 4px;
    color: #000;
}

.product__label-new {
    background: #5b19e7;
}

.product__label-sale {
    background: #0085f0;
}

.col-sm-6:not(.product-layout) .product__label-model,
.col-sm-6:not(.product-layout) .product__label-new,
.col-sm-6:not(.product-layout) .product__label-sale {
  left: 26px;
}

.col-sm-6:not(.product-layout) .product__label-model {
  top: 6px;
}

.col-sm-6:not(.product-layout) .product__label-new,
.col-sm-6:not(.product-layout) .product__label-sale {
  top: 32px;
}

.special-products h3 {
    margin-top: 0;
	padding-top: 20px;
	padding-bottom: 25px;
	font-size: 26px;
	color: #16122d;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	text-align: center;
}

.pre-footer-bg {
	padding-bottom: 40px;
	padding-top: 40px;
}

.pre-footer-bg h2 {
	text-align: center;
	color: #ffffff;
	font-size: 26px;
	font-family: 'Roboto Slab', serif;
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 40px;
}


.pre-footer-bg p {
	margin: 0 0 10px;
	color: #dedae2;
	font-size: 14px;
	font-family: 'Ubuntu';
	font-weight: 500;
	/* padding-top: 15px; */
}

.owl-controls {
	margin-top: -60px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding-bottom: 40px;
}

.owl-controls .owl-page.active span {
	background: rgb(70, 39, 112);
}



#cart .btn {
	height: 100%;
	font-size: 14px;
    font-weight: bold;
    padding: 0;
    text-align: left;
    padding-left: 30px;
	border: 0px;
	box-shadow: none;
    background-image: url(../image/cart.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
}

#cart .btn:hover {
    background-image: url(../image/cart-hover.png);
}

#cart .btn-inverse .fa-shopping-cart {
	padding-right: 10px;
	padding-top: 7px;
}
#cart .btn-inverse .fa-shopping-cart:hover {
	color: #d28e00;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #45286c;
}

.static-page h1 {
    margin-top: 0;
	padding-bottom: 25px;
	font-size: 26px;
	color: #16122d;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	text-align: center;
}


.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 0px;
}

.breadcrumb {
	padding: 8px 0px;
	margin-bottom: 20px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
}

.breadcrumb i {
	font-size: 15px;
	color: #000;
}

.breadcrumb a {
	color: #000;
}

.breadcrumb > li:not(:last-child):after {
	content: '-';
	display: block;
	position: absolute;
	top: -1px;
	right: -10px;
	font-size: 30px;
	width: 12px;
	height: 12px;
	/*border-right: 1px solid rgba(50, 33, 84, 0.68);*/
	/*border-bottom: 1px solid rgba(50, 33, 84, 0.63);*/
	/*-webkit-transform: rotate(-45deg);*/
	/*-moz-transform: rotate(-45deg);*/
	/*-o-transform: rotate(-45deg);*/
	/*transform: rotate(-45deg);*/
}

.static-page img{
	max-width: 100%;
}

.static-page p {
	margin: 0 0 10px;

	font-size: 15px;
	font-family: Ubuntu;
	font-weight: 400;
	/* padding-top: 15px; */
}

.services {
    background-image: url("/image/border-img.png");
	background-repeat: no-repeat;
    background-position: center;
	-webkit-background-size: contain;
	background-size: contain;
	height: 400px;
    margin: 0 -5px;
}
.services h2 {
	padding-top: 40px;
	padding-bottom: 35px;
	color: #d28e00;
	margin-bottom: 0px;
    margin-top: 0;
	font-family: 'Roboto Slab', serif;
}
.service-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	padding-left: 20px;
	padding-right: 20px;
}
.flex-item {
	text-align: justify;
	height: auto;
	min-height: 200px;
	width: 190px;
}
.item-img img {
	width: 180px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.item-p {
	padding-top: 35px;
	padding-bottom: 20px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
    font-weight: 500;
	color: #fff;
}
.item-p p a {
	color: #fff;
}
.item-p p a:hover {
	color: #d28e00;
}
.product-thumb .price-old {
	margin-left: 3px;
}
.product-thumb .button-group button:hover {
	color: #ffb60f;
	background-color: #d28e00;
}
.special-products .price {
	color: #0085f0;
}

.check-out h5 {
	text-align: left;
    padding-left: 10px;

	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
}
.check-form .form-group {
	width: 55%;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.check-form .form-group input {
	background: #322154;
	border: none;
	font-family: 'Ubuntu', sans-serif;
}
.check-form .form-group input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
}
.check-form button {
	padding: 7px 12px;
	background: #0085f0;
	border: none;
	color: #fff;
	text-shadow: none;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}
.check-form button:hover {
	background-color: #d28e00;
	color: #fff;
}
.location h5 {
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}
.location p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	margin-right: 20px;
	margin-top: -3px;
}
.time {
    width: 50%;
	float: left;
	font-family: 'Ubuntu', sans-serif;
}
.time h5 {
	text-transform: uppercase;
}
.time p {
	font-size: 15px;
    text-transform: uppercase;
}
.time p a {
    color: #fff;
}

.time p a:hover {
    text-decoration: underline;
}

.footer-list {
	width: 33%;
	float: left;

}
.footer-list ul {
	list-style: none;
	text-transform: uppercase;
	padding-left: 0px;
	font-size: 13px;
}
.footer-list ul li {
    margin-bottom: 5px;
    margin-right: 5px;
}
.footer-form{
	margin-top: -7px;
}

.footer-list ul li a {
	color: #fff;
}
.footer-list ul li a:hover {
	color: #d28e00;
}
.col-sm-6.text-right.dev,
.col-sm-6.copy {
    font-size: 14px;
    height: 50px;
    padding-top: 20px;
    padding-right: 25px;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	background-color: #d28e00 !important;
}
.btn-default.focus, .btn-default:focus {
	background-color: #d28e00 !important;
}
.list-group .list-group-category .arrow {
    display: inline-block;
	content: "";
    background-image: url(/image/arrow-menu.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
	padding-right: 20px;
    position: absolute;
    z-index: 3;
    top: 1px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}
.list-group a:not(.first-child) {
    padding: 0 0 0 40px;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 3px;
}
.special-products {
	margin-bottom: 50px;
}
.category-list .list-group {
	padding: 20px 8px;
	list-style: none;
}
.product-thumb .price {
	float: none;
	text-align: center;
	padding-right: 0px;
}
.latest-product .product-thumb .button-group {
	float: none;
}
.special-products .product-thumb .price {
	float: none;
	text-align: center;
	padding-right: 0px;
}
.special-products .product-thumb .button-group {
	float: none;
}

#cart .shopping-bag {
	background: url(/image/bag.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: 100%;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
	background-position: 0px 0px;
}

#cart .shopping-bag:hover {
	background: url(/image/bag-hover.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: 100%;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
	background-position: 0px 0px;
}

.heart-ico {
	background: url(/image/heart.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: 100%;
	width: 15px;
	height: 15px;
	margin-top: 3px;
	margin-right: 10px;
	float: left;
	background-position: 0px 0px;
}

.heart-ico:hover {
	background: url(/image/heart-hover.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: 100%;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
	background-position: 0px 0px;
}
.bord {
    background: #fff;
	border: 1px solid #e1e1e1;
	padding: 2px 20px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.bord::before {
	content: '';
    background-image: url(/image/under-border.png);
    background-repeat: no-repeat;
    background-position: center;
	position: absolute;
	bottom: -20px;
    left: 0;
    right: 0;
	width: 100%;
    height: 30px;
}

.bord h1 {
	font-size: 18px;
	text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.bord__attr {
    margin-bottom: 40px;
}

.bord .bord__attr li {
    font-size: 15px;
}

.bord .bord__attr li:first-child span {
    font-weight: 500;
}

.bord .bord__attr-razm div {
    display: inline-block;
    width: 32%;
}

.bord .group-button {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

.bord .group-button button {

}

.heart-white {
	background: url(/image/heart-white.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: 100%;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	float: left;
	background-position: 0px 0px;
}
.prod-price {
	width: 50%;
	float: left;
}
.group-button {
	float: left;
}
.group-button .btn-primary {
	width: 100px;
	height: 30px;
	background: #f4aa00;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: none;
	padding: 7px;
	margin-right: 10px;
}
.group-button>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.group-button .btn-default {
	background: #0085f0;
	width: 30px;
	height: 30px;
	padding: 8px 7px;
	border: none;
	box-shadow: none;
}
.group-button>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.prod-price h2 {
	margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
}
.socials {
	width: 100%;
    float: left;
	margin-bottom: 40px;
	margin-top: 15px;
}
.socials .ya-share2 {
    float: right;
    padding-right: 25px;
}
.socials .ya-share2 .ya-share2__container_size_m .ya-share2__item {
    margin-right: 14px;
}
.socials>span {
	font-size: 14px;
	color: #000;
	font-family: 'Ubuntu';
	padding-right: 15px;
}
.socials .fa-vk {
	color: #fff;
	background: #48729e;
	padding: 4px;
	border-radius: 4px;
	margin-right: 15px;
	font-size: 21px;
}
.socials .fa-facebook {
	background: #3b5998;
	color: #fff;
	padding: 4px 9.1px;
	margin-right: 15px;
	border-radius: 4px;
	font-size: 21px;
}
.socials .fa-odnoklassniki {
	background: #eb722e;
	color: #fff;
	padding: 4px 9.1px;
	border-radius: 4px;
	font-size: 21px;
}
.quan {
	display: none;
}

.product__description {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin-right: -15px;
    border-radius: 4px;
}

.product__description h2 {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 20px;
}

.product__description >p {
    margin-bottom: 0;
}

.product__likeas {
    margin-top: 30px;
    padding-bottom: 25px;
    font-size: 26px;
    color: #16122d;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    text-align: center;
}
/*

.product__likeas-div .product-thumb .price {
    color: #0085f0;
}
*/

@media (max-width: 991px) {
	.flex-item {
		max-width: 100%;
	}
}
@media (min-width: 320px) and (max-width: 600px) {
	.location {
		padding-bottom: 30px;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.location h5 {
		text-align: center;
	}
	.time {
		padding-bottom: 30px;
	}
	.product-layout::before {
		top: 455px !important;
		left: 145px;
	}
	.copy {
		text-align: center;
	}
	.dev {
		text-align: center;
	}
}
.list-inline .fa-heart-o {
	color: #0085f0;
}

#top {
	/* background-color: #EEEEEE; */
	/* border-bottom: 1px solid #e2e2e2; */
	margin-left: -10px;
}

#grid-view {
    display: none !important;
}

/*    filter     */

.current_id {
    display: none;
}

.theme-default .panel-default .af-body {
    background: #462770 !important;
    border-radius: 15px;
    padding: 20px 30px !important;
}

.theme-default .panel-default .af-body .row {
    margin: 0;
}

#d_ajax_filter .panel-heading {
    display: none;
}

.theme-default .panel-default .af-heading {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    padding-left: 0 !important;
    cursor: default;
}

.col-sm-5.resetFilter {
    padding: 0;
    width: 90px;
}

#resetFilter {
    background: #0085f0;
    color: #fff;
    border-radius: 3px;
    padding: 5px 0;
    text-align: center;
    width: 90px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: 10px;
    height: 30px;
    font-family: 'Ubuntu', sans-serif;
}

#d_ajax_filter.theme-default .panel-default #resetFilter:hover {
    color: #fff !important;
    opacity: .8;
}

.theme-default .af.row [data-toggle="collapse"]:after {
    display: none;
}

.panel-default {
    border: none;
    border-radius: 16px;
}

.af.row .col-sm-12,
.af.row .col-sm-12 .select {
    padding: 0;
}

.af.row .col-sm-12 .select {
    margin: 5px 0 !important;
}

.af.row .col-sm-12 .select select {
    background: #321254;
    border: none;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    border-radius: 5px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../image/arrow-dropdown.png);
}

.af.row .col-sm-12 .select select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.af.row .col-sm-12 .select:after {
/*    content: '';*/
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    width: 45px;

}

.theme-default .panel-default #price {
    padding: 20px 0 0;
    height: 80px;
    overflow: visible !important;
}
.theme-default .panel-default #slider-range.slider-label {
    margin-top: 35px;
}

#d_ajax_filter .panel-default #price .noUi-connect {
    background: #321254 !important;
}

#d_ajax_filter .panel-default #price .noUi-handle {
    width: 10px !important;
    height: 20px !important;
    border-radius: 5px !important;
    left: -5px;
    top: -3px;
    background: #0085f0 !important;
    border: none !important;
}

#d_ajax_filter .panel-default #price .noUi-target {
    border-color: #321254;
    background: #462770;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 5px;
}

.theme-default .panel-default .af-element {
    padding: 0;
    margin-top: 10px;
}

.theme-default .af-element.slider > input {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    cursor: default;
	float: left;
	width: 50%;
}

.theme-default .af-element.slider > input:first-child {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
}

.theme-default .af-element.slider > input:last-child {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    padding-right: 0;
}

.theme-default .panel-default .btn-success {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    width: 120px;
    border: none !important;
    height: 30px;
    padding-top: 4px;
    font-family: 'Ubuntu', sans-serif;
}

#form-ajaxfilter #selected {
    display: none;
}

.category__filters {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.category__filters_block {
    display: none;
    padding: 5px 35px 5px 10px;
    border: 1px solid #e1e1e1;
    background: #fff;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    border-radius: 4px;
    position: relative;
    cursor: default;
}

.category__filters_block.active .delete {
    content: '';
    position: absolute;
    top: 6px;
    right: 5px;
    width: 18px;
    height: 18px;
    background-image: url(../image/delete-filter.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.category__filters_block.active {
    display: block;
}

.category-toggle,
.toggle-mobile {
    display: none;
}

#product {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

#content.product_padding {
    padding-right: 20px;
}

.nav-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.nav-buttons a {
    border: 1px solid #e1e1e1;
    background: #f9f7fb;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    font-size: 16px;
    padding: 5px 7px;
}

.nav-buttons a:hover {
    opacity: .8;
}

.nav-buttons a span {
    width: 20px;
    height: 20px;
    color: transparent;
    display: inline-block;
}

.nav-buttons__prev span {
    background-image: url(../image/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

.nav-buttons__next span {
    background-image: url(../image/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 1299px) {
    .phones {
        padding-left: 5px;
        margin-top: 45px;
    }

    .emails {
        margin-top: 45px;
        padding-left: 0;
    }

    .address {
        padding-right: 0;
        margin-top: 35px;
    }

    .work-time {
        margin-top: 45px;
    }

    footer .row:first-child {
        height: 225px;
    }

    footer .col-lg-3 {
        height: 50%;
    }

    .socials .ya-share2 {
        padding-right: 0;
    }

    .bord .bord__attr-razm div {
        width: 100%;
    }

    .services {
        -webkit-background-size: cover;
        background-size: cover;
        height: 650px;
    }

    .service-item {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-item .flex-item {
        width: 33%;
    }

    .flex-item .item-img {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .item-img img {
        margin-right: auto;
        margin-left: auto;
    }

    .item-p {
        padding-top: 10px;
    }

    footer .location {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    #top-links .col-md-5 > div {
        /* width: 50%; */
    }

    .header-container {
        /* height: 300px; */
        border-radius: 15px;
        height: unset;
        padding: 0 20px 20px;
    }

    .header__logo {
        height: 100px;
        margin-top: 20px;
    }

    .phones {
        text-align: center;
    }

    .address {
        margin-top: 30px;
    }

    .work-time {
        text-align: center;
        margin-top: 30px;
    }

    #top-links {
        height: 100px;
    }

    .toggle-mobile {
        display: block;
        position: fixed;
        top: 20px;
        left: 20px;
        width: 40px;
        height: 40px;
        background: #271a42;
        border-radius: 5px;
        z-index: 1001;
        cursor: pointer;
    }

    .toggle-mobile div {
        display: block;
        width: 30px;
        height: 3px;
        background: #fff;
        margin-left: 5px;
        position: relative;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .toggle-mobile div:nth-child(1) {
        margin-top: 10px;
    }
    .toggle-mobile div:nth-child(2) {
        margin-top: 5px;
    }
    .toggle-mobile div:nth-child(3) {
        margin-top: 5px;
    }

    .toggle-mobile.active {
        background: #462970;
    }

    .toggle-mobile.active div {
        background: #fff;
    }

    .toggle-mobile.active div:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 8px;
    }

    .toggle-mobile.active div:nth-child(2) {
        display: none;
    }

    .toggle-mobile.active div:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .slider-bg {
        position: relative;
    }

    .header-tools {
        border-radius: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -200%;
        z-index: 999;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        overflow: auto;
    }

    .header-tools.active {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .header-tools #top {
        /* height: 100%; */
        margin-left: 0;
    }

    .header-tools #top #top-links {
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .header-tools #top #top-links .col-md-7,
    .header-tools #top #top-links .col-md-5 {
        height: auto;
    }

    .header-tools #top #top-links .main-menu {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .header-tools #top #top-links .main-menu li {
        text-align: center;
        padding: 10px 0;
        margin-top: 0;
    }

    .header-tools #top #top-links .col-md-5 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-around;
        height: 120px;
        padding-left: 20px;
    }

    .search-form {
        max-width: none;
        width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    aside.col-sm-4#column-left {
        width: 100%;
        padding-right: 0;
    }

    .category-toggle {
        display: block;
        background: #462770;
        color: #fff;
        font-family: 'Ubuntu', sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 10px 15px;
        border-radius: 10px;
        margin-top: 40px;
        cursor: pointer;
        background-position: right center;
        background-repeat: no-repeat;
        background-image: url(../image/arrow-dropdown.png);
        margin-bottom: 20px;
    }

    .category-toggle.active {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .category-list {
        margin-top: 20px;
        display: none;
    }

    #d_ajax_filter {
        display: none;
    }

    .category-list.active,
    #d_ajax_filter.active {
        display: block;
    }

    .services {
        background-image: none;
        background-color: #44266f;
        border-radius: 15px;
    }

    .copy,
    .dev {
        text-align: center;
    }
    
    
    
	.d_ajax_filter_popup_button{
		width: 750px;
	    display: block;
	    background: #462770;
	    color: #fff;
	    font-family: 'Ubuntu', sans-serif;
	    font-size: 16px;
	    text-transform: uppercase;
	    font-weight: 500;
	    padding: 10px 15px;
	    border-radius: 10px;
	    top: 465px;
	    position: absolute;
	    left: calc((100vw - 750px) / 2);
	}
	
	.d_ajax_filter_popup_button:focus,
	.d_ajax_filter_popup_button:hover{
		color: #ffffff;
    	text-decoration: none;
	}
	
	.modal-open .d_ajax_filter_popup_button{
		display: none;
	}
    
}

@media only screen and (max-width: 768px) {
	
	
	.d_ajax_filter_popup_button{
		top: 548px;
	    left: 20px;
	    position: absolute;
	    width: calc(100vw - 40px);
	}
	
	
    #top-links .col-md-5 > div {
        /* width: 100%; */
    }

    .slider-secondary-bg {
        display: none;
    }

    header {
        padding: 0;
    }

    .header-container {
        /* height: 400px;
        padding: 0 20px; */
        height: unset;
        padding: 0 20px 20px;
    }

    .header-container .row {
        margin-right: -20px;
        margin-left: -20px;
    }

    .header__logo {
        padding: 0;
    }

    aside.col-sm-4#column-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    #content {
        padding: 40px 20px ;
    }

    .phones,
    .emails {
        margin-top: 20px;
        padding: 0;
    }
    
    .emails {
       	text-align: center;
    }
    
    .link-instagram, 
    .link-whatsapp{
    	margin-top: 16px;
    }

    .address {
        padding: 0;
    }

    .pagination-parent {
    	float: right;
        margin-bottom: 20px;
    }

    .product-thumb .button-group {
        height: 80px;
        text-align: center;
    }

    .product-thumb .button-group .col-md-6:last-child {
        padding-left: 20px;
    }

    .product-thumb .button-group button {
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        width: 120px;
    }

    footer .row:first-child,
    footer .col-lg-3 {
        height: auto;
    }

    footer .row:first-child .col-lg-3:first-child {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    footer .row:first-child .col-lg-3:first-child .footer-list {
        width: 100%;
        text-align: center;
    }

    footer .row:first-child .col-lg-3:first-child ul {
        margin-bottom: 0;
    }

    footer .row:first-child .col-lg-3:first-child ul li {
        margin-bottom: 20px;
    }

    footer .check-out h5 {
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
    }

    footer form {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }

    footer form button {
        height: 34px;
    }

    footer .location {
        text-align: center;
        margin: 0;
    }

    footer .location h5 {
        margin-top: 20px;
    }

    footer .location p {
        margin-right: 0;
    }

    footer .time {
        margin: 15px 0;
    }

    footer .row:first-child .col-lg-3:last-child {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    footer .row:first-child .col-lg-3:last-child .time {
        width: 100%;
        text-align: center;
    }

    footer .row:first-child .col-lg-3:last-child .time:last-child {
        padding-bottom: 0;
    }

    .col-sm-6.text-right.dev,
    .col-sm-6.copy {
        padding-right: 20px;
    }

    .search-form {
        max-width: 100%;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }

    .search-form > * {
        width: 100%;
    }

    #search .input-group-btn {
        display: block;
    }

    #search .input-group-btn span {
        width: 100%;
        text-align: center;
    }

    #search .input-group-btn .btn-lg {
        margin: 20px auto;
    }

    #search .input-lg {
        width: 100%;
    }

    .header-tools #top #top-links .col-md-5 {
        margin-top: 30px;
        height: 150px;
    }

    #top-links .col-md-5 > div:first-child {
        height: 50px;
    }

    #top-links .col-md-5 > div:last-child {
        height: 100px;
    }

    .latest-product h3,
    .special-products h3 {
        font-size: 24px;
    }

    .bord {
        margin-bottom: 20px;
    }

    .bord #product {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .bord #product .price,
    .bord #product .group-button {
        width: 100%;
    }

    .bord #product .group-button {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .socials .ya-share2 {
        margin-top: 20px;
    }

    #content > .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    .image-additional a {
        height: auto;
    }

    .product__description {
        margin-right: 0;
    }

    .bord {
        margin-right: 20px;
        margin-left: 20px;
    }

    #content > .row > .col-sm-6:first-child {
        padding-left: 20px;
    }

    .category__filters {
        margin-bottom: 20px;
    }

    .services .flex-item {
        width: 50%;
    }

    .services {
        height: auto;
    }
}

@media only screen and (max-width: 499px) {
    .services .flex-item {
        width: 100%;
    }
}

@media only screen and (max-width: 399px) {
    .nav-buttons {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }

    .nav-buttons a {
        margin-bottom: 20px;
        text-align: center;
        width: auto;
    }
}

.open-menu{
	overflow: hidden;
}


