@media (min-width: 1600px) {
  .container {
   	width: 80%;
	margin: auto;
  }
}
body {
	font-family: Roboto,sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	background-color: #ffffff;
	
	word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;

}
body {
	background-image: url(/image/catalog/bg_wall.png)!important;
	/*background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	background-repeat: repeat;
}
body.product-artist {
	background-color: #333;
}
body.extension-eblog-category {
	background-color: #333;
}
/*body.information-information, */body.extension-eblog-epost {
	background-color: #333;
}
/*#location-view-location {
	background-color: #333;
}*/
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/*body.information-information h1, body.information-information h2, body.information-information h3, body.information-information h4, body.information-information h5, body.information-information h6 {
	color: #FFF;
}*/
/*#location-view-location h1, #location-view-location h2, #location-view-location h3, #location-view-location h4, #location-view-location h5, #location-view-location h6 {
	color: #FFF;
}*/
/* default font size */
.fa {
	font-size: 16px;
}
/* Override the bootstrap defaults */

h1 {
	font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.4;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-align: inherit;
    color: #000;
	text-align:center;
}
@media (min-width: 1200px) {
	h1 {
		font-size: 60px;
		color: #000;
	}
}
body.product-artist h1 {
	color: #000;
	text-transform: uppercase;
	text-align:center;
}
.rm-page-title h2 {
	font-size: 25px;
    color: #D81696;
}
.rm-page-title.right {
	font-size: 18px;
    color: #EAEAEA;
	line-height: normal;
}
/*h1:before{
	content:"Ernie Ball";
	display: block;
	font-size: 25px;
    color: #D81696;
}*/
h2 {
	font-size: 27px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
p {
	margin: 0 0 1em;
}
a {
	color: #000000;
	outline: none !important;
}
a:hover {
	text-decoration: none;
	color: #585858;
}


.table_list {
	font-size:16px;
	line-height:100%;
	hyphens: none;
}
.table_list .table_tr_first {
	color:#000;
	padding:5px 5px 5px 0;
	border-bottom: 2px solid #000;
}
.table_list .table_tr_first td {
	padding: 5px 15px 5px 0;
}
.table_list .table_tr {
	background-color:#EEE;
}
.table_list .table_tr:nth-child(2n) {
	background-color:#FFF;
}
.table_list .table_tr td {
	padding: 5px 15px 5px 0;
}



header {
	background-color: #262626;
	/*padding-bottom:40px;*/
	/*padding-bottom:0px;
	padding-inline:30px;*/
	
	padding: 4px 30px 10px;
	position: relative;
}
@media (max-width: 767px) {
header {
	padding:0px;
}
}

header .row.bg{
	/*margin:4px 0 10px;*/
}

header #menu .container {
	width: 100%;
}
.common-home .swiper-button-prev, .common-home .swiper-button-next {
	color:#fff;
}
.common-home .swiper-button-prev:before, .common-home .swiper-button-next:before {
	color: rgba(255,255,255,0.8);
}
legend {
	font-size: 16px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.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: 16px;
	line-height: 100%;
	border-radius: 10px;
	padding: 10px 20px;
	height: 44px;
}
textarea.form-control {
	height: auto;
}
.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;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #000;
    border-color: #000;
}


/* 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: #585858;
	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: #585858;
	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: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 16px;
        line-height: 16px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	text-align: left;
}
#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
#logo a {
	display: inline-block;
}
#logo img{
	max-width: 150px;
	width:100%;	
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 16px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#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%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@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 {
	border-left: 0;
	border-right: 0;
	position: absolute;
    height: 100%;
	top:17px;
	right:0;
}
@media (max-width: 767px) {
	#logo {
		text-align:center;
		margin: 20px 0;
	}
#menu {
	border: 1px solid;
	border-top-color:#fff;
	border-bottom-color:#fff;
	border-left: 0;
	border-right: 0;
	/*margin:0 15px 50px;*/
	position: initial;
	color:#fff;
}
#menu .btn-navbar i {
    color:#fff;
}
}
footer #menu {
	border:0;
	margin-bottom:40px;
}
#menu .navbar {
	min-height: 0;
	margin-bottom:0;
	border: 0;
	height: 100%;
}
#menu .navbar-collapse.collapse, #menu .navbar-collapse.collapsing {
	text-align: right;
	height: 100% !important;
}
#menu .navbar-nav {
	float:none;
	display: inline-block;
	height: 100%;
}
#menu .nav > li {
	height: 100%;
	display: table;
}
#menu .nav > li > a {
	color: #fff;
	/*padding: 25px 20px 15px 20px;*/
	background-color: transparent;
	font-family: 'Roboto';
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.14em;
    letter-spacing: 0.2px;
	min-height: 0;
	height: 100%;
	display: table-cell;
    vertical-align: middle;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #fff;
	background: #333333;
}

#menu .dropdown-menu {
	padding-bottom: 0;
	min-width: 100%;
}
#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 .nav-arrow__icon {
	font-size: .75em;
    line-height: .08333em;
    --wpex-icon-offset: 0em;
	margin-inline-start: 4px;
}
#menu .nav-arrow__icon svg {
	height: 1em;
	fill: currentColor;
}
#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: 16px;
	font-stretch: expanded;
	color: #000;
	padding: 10px 14px;
	border: 0;
	box-shadow: none;
	margin: 15px auto;
    float: none;
	outline: 0;
}
#menu .btn-navbar i {
	font-size: 24px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #000;	
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu .navbar-collapse.collapse, #menu .navbar-collapse.collapsing {
		text-align:center;
	}
	#menu .nav > li {
		margin: auto;
	}
	#menu .btn-navbar {
		display: block;
	}
	#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-block-start: 50px;
	padding-block-end: 50px;
}
#column-right {
	padding-block-start: 50px;
	padding-block-end: 50px;
}
/* footer */
footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #000000;
	
	border-top-width: 4px;
    border-top-color: #383838;
    border-top-style: solid;
}
footer .container {
	width: 100%;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer #menu .nav > li > a {
	font-size: 16px;
	font-weight:normal;
	padding: 0 15px;
}
footer #menu .nav > li > a:hover, footer #menu .nav > li.open > a {
	background: none;
	color: #c8c8c8;
}
footer #menu .nav > li:after {
	content: "/";
    color: #ffffff;
}
footer #menu .nav > li:last-child:after {
	content: "";
}
footer h5 {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
footer .text-powered{
	text-align:center;
	font-size: 16px;
	color:#ffffff;
	margin-top: 18px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	/*display:none;*/
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	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);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 10px 40px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	outline:none!important;
}
.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: #000;
	/*background-color: #229ac8;
	background-image: linear-gradient(to bottom, #DB1189, #DB1189);
	background-repeat: repeat-x;
	border-color: #DB1189 #DB1189 #DB1189;*/
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	/*background-color: #DB1189;*/
	background-color: #333;
	border-color: #333;
	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: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* 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 {
	/*border: 1px solid #ddd;*/
	margin-bottom: 20px;
	overflow: auto;
}
.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;
	width:100%;
}
.product-grid .product-thumb .image {
	float: none;
	overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	margin-block-end: 20px;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	text-align:center;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 70px;
}
.product-thumb .caption > h4 + p {
	height: 70px;
	overflow: hidden;
}
.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;
	overflow: auto;
}
.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 {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	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 {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.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-left: 20px;
}

@media (min-width: 1200px) {
	#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-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-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] {
	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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}

.common-home header {
	/*padding-bottom: 0px;*/
}

#common-home .swiper-viewport {
	border: 0;
    overflow: hidden;
	max-height:840px;
	/*margin: 0 0 30px 0;*/
	margin:0;
}

#common-home .swiper-viewport .img-responsive {
	width: 100%;
}

#common-home .latest_blog_wrapper h4 {
	color: #000;
}

.banner-columns {
    margin-right: 0;
    margin-left: 0;
}
#common-home .banner-columns {
	margin: 0 0 30px 0;
}
.banner-column {
    padding-right: 0;
    padding-left: 0;
}

section {
    padding: 40px 0;
}

.section-title {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -1px;
}

#common-home .about {
    text-align: center;
    max-width: 820px;
    margin: 0px auto;
}

#common-home .features {
    display: flex;
    justify-content: center;
    gap: 20%;
    flex-wrap: wrap;
	padding-top: 40px;
}

#common-home .feature {
    width: 210px;
    height: 210px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    /*transform: rotate(45deg);*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
	/*border-radius: 50%;*/
}

#common-home .feature:hover {
    /*transform: rotate(45deg) scale(1.12);*/
    box-shadow: 0 30px 70px -10px #000;
}

#common-home .feature::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s;
}

#common-home .feature:hover::before {
    opacity: 1;
}

#common-home .feature span {
    /*transform: rotate(-45deg);*/
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 20px;
    line-height: 1.4;
}

#common-home .categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 50px;
    text-align: center;
}

#common-home .category {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#common-home .category:hover {
    transform: translateY(-15px);
}

#common-home .category img {
    width: 180px;
    height: 180px;
    /*border-radius: 50%;*/
	border-radius: 24px;
    object-fit: cover;
    margin-bottom: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}

#common-home .category:hover img {
    transform: scale(1.08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

#common-home .category h3 {
    font-size: 22px;
    font-weight: 600;
}

#common-home .carousel-container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

#common-home .carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.7s cubic-bezier(0.32, 0.72, 0, 1);
}

#common-home .product-card {
    min-width: 320px;
    background: var(--glass);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--border);
    backdrop-filter: blur(12px);
    transition: all 0.4s;
}

#common-home .product-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.7);
}

#common-home .product-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

#common-home .product-info {
    padding: 24px;
}

#common-home .product-info h4 {
    font-size: 20px;
    margin-bottom: 8px;
}


#common-home .news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
}

#common-home .news-card {
    background: #ffffff0f;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #ffffff1f;
    transition: all 0.4s;
}

#common-home .news-card:hover {
    transform: translateY(-10px);
}

#common-home .news-card img {
    /*width: 100%;*/
    height: 220px;
    /*object-fit: cover;*/
    /*object-fit: contain;*/
	border-radius: 24px;
    margin: auto;
}

#common-home .news-content {
    padding: 28px;
}

#common-home .news-content h3 {
    margin-bottom: 12px;
    font-size: 21px;
}









.container-main-html {
	display: flex;
	padding: 50px 0 100px;
}
.container-main-html .cmh-text {
	width: 55%;
	/*color: rgb(234, 234, 234);*/
	font-family: 'Roboto';
    font-size: 20px;
    text-align: start;
    white-space: normal;
	line-height: 1.177em;
    letter-spacing: 0px;
}
.container-main-html .cmh-text.cmh-right {
	margin-left: 34px;
}
.container-main-html .cmh-img {
	width: 45%;
}
.container-main-html .cmh-img img {
	width: 100%;
}

@media (max-width: 767px) {
    .container-main-html {
        flex-wrap: wrap;
    }
	
	.container-main-html .cmh-text, .container-main-html .cmh-img {
        width: 100%;
    }
	
	.container-main-html .cmh-text {
        order: 0;
    }
	
	.container-main-html .cmh-img {
        order: 1;
    }
}

#artist-list .rm-category-products{
	margin: 30px 0;
}
#artist-list .artist-layout {
	margin-bottom:20px;
}
#artist-list .artist-layout .rm-module-item {
	/*padding: 42px;*/
	background-color:#FFF;
	position:relative;
}
#artist-list .artist-layout .image {
	margin-block-end: 20px;
}
#artist-list .artist-layout .image img {
	/*border-radius: 2000px 2000px 2000px 2000px;*/
	width: 100%;
    max-width: 100%;
}
#artist-list .artist-layout .rm-artist-desc {
	text-align: center;
	word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
	height: 200px;
}
#artist-list .artist-layout .rm-artist-desc .rm-artist-title {
	margin-block-end: 10px;
	font-size: 20px;
    color: #000;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
	line-height: normal;
	font-weight: 600;
}

#artist-list .artist-layout .rm-artist-desc .rm-artist-title a {
    color: #000;
	text-transform: uppercase;
}

#artist-list .artist-layout .rm-artist-desc .rm-artist-status {
	font-size: 16px;
    color: #000;
}
#artist-list .artist-layout .rm-artist-link {
	position: absolute;
    bottom: 20px;
    width: 100%;
	display: flex;
    justify-content: center;
}
#artist-list .artist-layout .rm-artist-link .link_item {
	margin: 0 5px;
}
#artist-list .artist-layout .rm-artist-link .link_item a {
	padding: 10px;
	border-radius:50%;
	color:#FFF;
}
#artist-list .artist-layout .rm-artist-link .link_item a i {
	/*font-size:20px;*/
}
#artist-list .artist-layout .rm-artist-link .link_item.link_vk a {
	background-color:#00A7E1;
}
#artist-list .artist-layout .rm-artist-link .link_item.link_yt a {
	background-color:#000;
}


.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -10000em;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#artist-info .artist-info-title {
	position:relative;
	margin-bottom:20px;
}
#artist-info .artist-info-title h1 {
	position:relative;
	padding-bottom: 10px;
}
#artist-info .artist-info-title h1:after {
    content: "";
    position: absolute;
    background: #000;
    height: 8px;
    width: 120px;
    left: 0;
    bottom: 0;
}
#artist-info .artist-info-title .aitn-link {
	display: inline-block;
	position:absolute;
	right:0;
	bottom:10px;
}
#artist-info .artist-info-title .aitn-link .aitn-link-item {
	display: inline-block;
	margin-right: 10px;
}
#artist-info .artist-info-title .aitn-link .aitn-link-item:last-child {
	margin-right: 0px;
}
#artist-info .artist-info-title .aitn-link .aitn-link-item a {
	font-size: 30px;
    height: calc(30px + 2 * var(--icon-padding, .5em));
    line-height: 30px;
    width: calc(30px + 2 * var(--icon-padding, .5em));
	border-radius: 50%;
	--e-social-icon-icon-color: #fff;
    align-items: center;
    background-color: #69727d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}
#artist-info .artist-info-title .aitn-link .aitn-link-item a i {
	font-size: 30px;
	color:#fff;
}
#artist-info .artist-info-title .aitn-link .aitn-link-item.link_vk a {
	background-color: #00A7E1;
}
#artist-info .artist-info-title .aitn-link .aitn-link-item.link_yt a {
	background-color: #000;
}
#artist-info .artist-info-top {
	display: flex;
	flex-wrap: wrap;
}
#artist-info .artist-view-back {
	margin: 40px 0;
}
#artist-info .artist-view-back a {
	color:#000;
	font-size:20px;
	font-weight:900;
	text-transform: uppercase;
}


#artist-info .artist-info-top .artist-info-top-image, #artist-info .artist-info-top .artist-info-top-name {
	width: 100%;
}
#artist-info .artist-info-top .artist-info-top-name h1 {
	color: #e73997;
}

@media (min-width: 768px) {
#artist-info .artist-info-top .artist-info-top-image {
	width: 50%;
}
#artist-info .artist-info-top .artist-info-top-image img {
	padding: 0 10px 10px 0;
}
#artist-info .artist-info-top .artist-info-top-name {
	width: 50%;
	padding-left: 10px;
	font-size:20px;
	line-height:100%;
	hyphens: none;
}
}

#artist-info .artist-info-top .artist-info-top-image img {
	width: 100%;
}

#artist-info .artist-info-top .artist-info-top-name .aitn-link {
	display: inline-block;
}
#artist-info .artist-info-top .artist-info-top-name .aitn-link .aitn-link-item {
	display: inline-block;
	margin-right: 44px;
}
#artist-info .artist-info-top .artist-info-top-name .aitn-link .aitn-link-item a {
	font-size: 37px;
    height: calc(37px + 2 * var(--icon-padding, .5em));
    line-height: 37px;
    width: calc(37px + 2 * var(--icon-padding, .5em));
	border-radius: 10%;
	
	--e-social-icon-icon-color: #fff;
    align-items: center;
    background-color: #69727d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}
#artist-info .artist-info-top .artist-info-top-name .aitn-link .aitn-link-item a i {
	font-size: 37px;
	color:#fff;
}
#artist-info .artist-info-top .artist-info-top-name .aitn-link .aitn-link-item.link_vk a {
	background-color: #45668e;
}
#artist-info .artist-info-top .artist-info-top-name .aitn-link .aitn-link-item.link_yt a {
	background-color: #cd201f;
}



#artist-info .artist-info-description {
	font-size: 20px;
	line-height: 32px;
	padding-top: 20px;
}
#artist-info .artist-info-description h4 {
	line-height: 30px;
    color: #000;
	font-size: 28px;
    font-weight: 500;
	margin:0;
	margin-block-end: 20px;
}

.rm-category-sort-select {
	width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid #ebeced;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
}
.rm-category-sort-input {
	width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid #ebeced;
    background-color: #fff;
    color: #000;
    border-radius: 4px;
}


.artist-html-1 {
	/*font-family: 'Roboto';*/
    font-size: 17px;
	color: #333;
	line-height: 27.2px;
}

.artist-html-1 h2 {
	font-size: 56px;
    color: #EAEAEA;
	margin:0;
}
@media (max-width: 1024px) {
    .artist-html-1 h2 {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .artist-html-1 h2 {
        text-align:center;
		padding: 30px 0;
    }
}

.artist-html-2 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media (max-width: 1024px) {
    .artist-html-2 {
        flex-wrap: wrap;
    }
}

.artist-html-2 .artist-html-2-item {
	width: 24%;
}
@media (max-width: 767px) {
    .artist-html-2 .artist-html-2-item {
        width: 100%;
    }
}
.artist-html-2 .artist-html-2-item h1 {
	font-size: 168px;
    color: #E73997;
	font-weight: 600;
	text-align:center;
}
.artist-html-2 .artist-html-2-item h2 {
	font-size: 19px;
    color: #000;
}
.artist-html-2 .artist-html-2-mitem {
	width: 14%;
	align-content: center;
    align-items: center;
	padding: 0px 0px 90px 0px;
	text-align:center;
}
@media (max-width: 767px) {
    .artist-html-2 .artist-html-2-mitem {
        width: 100%;
		padding: 30px 0 0;
    }
}
.artist-html-2 .artist-html-2-mitem .artist-html-2-mitem-icon {
	display: inline-block;
}
.artist-html-2 .artist-html-2-mitem .artist-html-2-mitem-icon i {
	display: block;
    height: 1em;
    position: relative;
    width: 1em;
	font-size: 50px;
	color: #69727d;
	font-weight: bold;
}


.artists-form {
	background-image: url(/image/catalog/artists-form-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100vw auto;
	
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 0px 0500px 0px 0px;
	
	min-height:500px;
	position: relative;
}
@media (max-width: 1024px) {
    .artists-form {
        padding: 0px 15px 0px 0px;
		background-size: cover;
    }
}
.artists-form .background-overlay {
	background-color: #000000;
    opacity: 0.63;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	/*inset: 0;*/
    position: absolute;
	width: 100%;
    height: 100%;
}
.artists-form .artists-form-cont {
	max-width: 579px;
	display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	
}

.artists-form .artists-form-cont-pd {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 49px 40px 47px 40px;
	width: 100%;
}

.artists-form .artists-form-title {
	margin-bottom:30px;
}

.artists-form .form-agree {
	font-family: 'Roboto';
    font-size: 10px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.artists-form .form-group {
	margin-bottom: 20px;
}
.artists-form .form-group input[type="text"] {
	background-color:transparent;
	border-width: 2px 2px 2px 2px;
	border-color: #D81696;
}
.artists-form .form-group input[type="file"] {
	background-color:transparent;
	width: auto;
	border:0;
	color:#fff;
}
.artists-form .form-group input[type="submit"] {
	background-color: #D81696;
	border-color: #D81696;
	color:#fff;
	width: auto;
	font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.143em;
    letter-spacing: 0px;
	padding: 9px 19px;
}

.blog-strings-title {
	--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: normal; position: relative; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; /*width: 430px;*/ margin-block-end: 20px; text-align: center; margin-bottom: 12px; color: rgb(255, 255, 255); font-family: 'Roboto'; font-size: 16px; 
}
.blog-strings-container {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 0.4s; margin: 0px;
}
.blog-strings-container-h2 {
	margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1; font-family: 'Roboto'; font-weight:900; letter-spacing: 0px; text-align: inherit; color: rgb(255, 255, 255); padding: 0px;
}
.blog-strings-container-h2 b{
	font-weight:900;
}
.blog-strings-widget-heading {
	--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: normal; position: relative; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; /*width: 430px;*/ margin-block-end: 20px; text-align: justify; margin-bottom: 12px; color: rgb(255, 255, 255); font-family: 'Roboto'; font-size: 16px;
}
.blog-strings-heading-title {
	margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; line-height: 28px; font-family: 'Roboto'; letter-spacing: 0px; text-align: inherit; color: rgb(255, 255, 255); padding: 0px;font-weight:400;
}
.blog-strings-icon-list {
	--flex-direction: initial; --flex-wrap: initial; --justify-content: initial; --align-items: initial; --align-content: initial; --gap: initial; --flex-basis: initial; --flex-grow: initial; --flex-shrink: initial; --order: initial; --align-self: initial; align-self: auto; flex: 0 1 auto; order: 0; place-content: normal; align-items: normal; flex-flow: row; gap: normal; position: relative; --widgets-spacing: 20px 20px; --widgets-spacing-row: 20px; --widgets-spacing-column: 20px; /*width: 430px;*/ --e-icon-list-icon-size: 21px; --e-icon-list-icon-align: right; --e-icon-list-icon-margin: 0 0 0 calc(21px * 0.25); --icon-vertical-offset: 0px; color: rgb(255, 255, 255); font-family: 'Roboto'; font-size: 16px;
}
.blog-strings-icon-list-items {
	margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding: 0px; list-style: none;
}

.blog-strings-icon-list-item {
	margin: 0px; padding: 0px 0px calc(7px); position: relative; align-items: center; display: flex; font-size: inherit; justify-content: flex-start; text-align: left;
}
.blog-strings-icon-list-item:first-child {
	margin: calc(7px) 0px 0px; padding: 0px 0px calc(7px); position: relative; align-items: center; display: flex; font-size: inherit; justify-content: flex-start; text-align: left;
}
.blog-strings-icon-list-item:last-child {
	margin: calc(7px) 0px 0px; padding: 0px; position: relative; align-items: center; display: flex; font-size: inherit; justify-content: flex-start; text-align: left;
}

.blog-strings-icon-list-icon {
	display: flex; position: relative; top: 0px; text-align: right; padding-right: 25px;
}
.blog-strings-icon-list-icon span.fa {
	font-weight: 900; font-size: 21px; width: 1.25em; color: #000; transition: color 0.3s;
}
.blog-strings-icon-list-text {
	align-self: center; padding-inline-start: 5px; transition: color 0.3s; font-size: 15px;
}


#location-page {
	
}
#location-page .heading_desc {
	padding: 30px 0;
	/*font-size: 20px;
	line-height: 100%;*/
}
#location-page .search-inn {
	padding-bottom: 30px;
}
#location-page .location-search {
	/*background-image: url(../image/location_search_bg.jpg);*/
	background-size: cover;
	padding: 10px 0 50px;
	color:#333;
}
#location-page .location-search .rm-page-title {
	text-align:center;
	text-transform: uppercase;
	font-weight:900;
}
#location-page .location-search .rm-page-title h1 {
	font-weight:900;
	color:#000;
}
#location-page .location-search .location-search-item {
	font-size:16px;
	line-height: 100%;
	margin-bottom: 20px;
}
#location-page .location-search .location-search-item label {
	font-size:16px;
	line-height: 100%;
}
#location-page .rm-category {
	
}
.location-list {
	margin: 20px 0;
	color:#000;
}
.location-list .location-item {
	padding: 20px;
	background:#333;
	/*height: 200px;*/
	height: 160px;
	font-size: 16px;
}
.location-list .location-item a {
	color: #FFF;
}
.location-list .location-item a:hover {
	color: #eee;
}
.location-list .location-item .location-item-name {
	margin-bottom: 20px;
	font-size: 16px;
}
.location-list .location-item .location-item-adr, .location-list .location-item .location-item-url {
	margin-bottom: 15px;
	padding-left: 40px;
	position:relative;
}
.location-list .location-item .location-item-adr a, .location-list .location-item .location-item-url a {
	color:#fff;
}
.location-list .location-item .location-item-adr a:hover, .location-list .location-item .location-item-url a:hover {
	color:#eee;
}
.location-list .location-item .location-item-adr:before, .location-list .location-item .location-item-url:before {
	content:'';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color:#000;
	position:absolute;
	left:0px;
	top:-5px;
}
.location-list .location-item .location-item-adr:after {
	content:'';
	width: 17px;
	height: 20px;
	background-image: url(../image/location_adr_icon.svg);
	background-size: cover;
	position:absolute;
	left:6.5px;
	top:0px;
}
.location-list .location-item .location-item-url:after {
	content:'';
	width: 20px;
	height: 19px;
	background-image: url(../image/location_url_icon.svg);
	background-size: cover;
	position:absolute;
	left:5px;
	top:0.5px;
}
#product-category .categories {
	padding: 30px 0;
}
#product-category .categories .cat_image {
	overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	margin-block-end: 20px;
}
#product-category .categories .cat_image img {
	width:100%;
	opacity:0.7;
}
#product-category .categories .cat_image img:hover {
	opacity:1;
}
#product-category .categories .cat_name {
	text-align:center;
	
}

#location-view {
	
}
#location-view-location {
	/*color:#fff;*/
}
#location-view .location-view-title, #location-view-location .location-view-title {
	position:relative;
	padding-bottom:20px;	
}
#location-view .location-view-title:after, #location-view-location .location-view-title:after {
	content: " ";
    display: block;
    background: #000;
    height: 8px;
    width: 120px;
    margin: 12px 0 0;
}
#location-view .location-view-description, #location-view-location .location-view-description {
	margin-bottom:40px;
	font-size: 20px;
}
#location-view .location-view-list {
	overflow-x:auto;
	overflow-y:hidden;
}
#location-view .location-view-back, #location-view-location .location-view-back {
	margin: 40px 0;
}
#location-view .location-view-back a, #location-view-location .location-view-back a {
	color:#000;
	font-size:20px;
	font-weight:900;
	text-transform: uppercase;
}
#location-view .location-view-bottom {
	color:#000;
}
/*#location-view-location .location-view-back a {
	color:#fff;
}*/
#location-view .location-view-info, #location-view-location .location-view-info {
	background: #333;
	padding: 40px;
	color: #000;
	font-size: 20px;
	line-height: normal;
}
#location-view .location-view-info b, #location-view-location .location-view-info b {
	color: #000;
}


@media (min-width: 768px) {
    .modal-header {
        padding: 30px;
    }
}

.modal-body {
color: #620025;
}

.modal-header {
    border-bottom: 1px solid #f9f9fc;
    text-transform: uppercase;
    padding: 30px 20px;
    font-size: 22px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-title {
    line-height: 27px;
    padding-right: 58px;
	color: rgb(98, 0, 37);
	font-size: 20px;
}
.modal-close {
    width: 88px;
    height: 88px;
    padding: 0;
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: -ms-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
}
.modal-close:hover {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-close-icon {
    position: absolute;
    top: 30px;
    left: 43px;
    bottom: 30px;
    border: 1px solid #777;
}
.modal-close-icon {
    background-color: rgb(119, 119, 119);
}
.modal-close-left {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.modal-close-right {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-content .rm-btn {
    padding-left: 25px;
    padding-right: 25px;
}
.rm-btn {
    border-radius: 6px;
    border: 0;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none !important;
    -webkit-transition: background .3s ease !important;
    transition: background .3s ease !important;
}
@media (min-width: 576px) {
    .rm-btn {
        height: 44px;
        line-height: 44px;
    }
}
.rm-btn.dark {
    background: #656c7d;
    color: #fff;
}
.rm-btn.dark {
    background-color: rgb(101, 108, 125);
}
.rm-btn.dark, .rm-btn.dark .rm-btn-text {
    color: rgb(255, 255, 255);
}



@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
