@font-face {
	font-family: 'GothamPro';
	src: url('fonts/GothamPro.eot?') format('eot'),
	url('fonts/GothamPro.otf')  format('opentype'),
	url('fonts/GothamPro.woff') format('woff'),
	url('fonts/GothamPro.ttf')  format('truetype'),
	url('fonts/GothamPro.svg#GothamPro') format('svg');
	font-weight: 400;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('fonts/GothamPro-Italic.eot?') format('eot'),
	url('fonts/GothamPro-Italic.otf')  format('opentype'),
	url('fonts/GothamPro-Italic.woff') format('woff'),
	url('fonts/GothamPro-Italic.ttf')  format('truetype'),
	url('fonts/GothamPro-Italic.svg#GothamPro-Italic') format('svg');
	font-weight: 400;
	font-style: italic;
    font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('fonts/GothamPro-Black.eot?') format('eot'),
	url('fonts/GothamPro-Black.otf')  format('opentype'),
	url('fonts/GothamPro-Black.woff') format('woff'),
	url('fonts/GothamPro-Black.ttf')  format('truetype'),
	url('fonts/GothamPro-Black.svg#GothamPro-Black') format('svg');
	font-weight: 900;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('fonts/GothamPro-BlackItalic.eot?') format('eot'),
	url('fonts/GothamPro-BlackItalic.otf')  format('opentype'),
	url('fonts/GothamPro-BlackItalic.woff') format('woff'),
	url('fonts/GothamPro-BlackItalic.ttf')  format('truetype'),
	url('fonts/GothamPro-BlackItalic.svg#GothamPro-BlackItalic') format('svg');
	font-weight: 900;
	font-style: italic;
    font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('fonts/GothamPro-Bold.eot?') format('eot'),
	url('fonts/GothamPro-Bold.otf')  format('opentype'),
	url('fonts/GothamPro-Bold.woff') format('woff'),
	url('fonts/GothamPro-Bold.ttf')  format('truetype'),
	url('fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('fonts/GothamPro-BoldItalic.eot?') format('eot'),
	url('fonts/GothamPro-BoldItalic.otf')  format('opentype'),
	url('fonts/GothamPro-BoldItalic.woff') format('woff'),
	url('fonts/GothamPro-BoldItalic.ttf')  format('truetype'),
	url('fonts/GothamPro-BoldItalic.svg#GothamPro-BoldItalic') format('svg');
	font-weight: 700;
	font-style: italic;
    font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('fonts/GothamPro-Light.eot?') format('eot'),
	url('fonts/GothamPro-Light.otf')  format('opentype'),
	url('fonts/GothamPro-Light.woff') format('woff'),
	url('fonts/GothamPro-Light.ttf')  format('truetype'),
	url('fonts/GothamPro-Light.svg#GothamPro-Light') format('svg');
	font-weight: 300;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('fonts/GothamPro-LightItalic.eot?') format('eot'),
	url('fonts/GothamPro-LightItalic.otf')  format('opentype'),
	url('fonts/GothamPro-LightItalic.woff') format('woff'),
	url('fonts/GothamPro-LightItalic.ttf')  format('truetype'),
	url('fonts/GothamPro-LightItalic.svg#GothamPro-LightItalic') format('svg');
	font-weight: 300;
	font-style: italic;
    font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('fonts/GothamPro-Medium.eot?') format('eot'),
	url('fonts/GothamPro-Medium.otf')  format('opentype'),
	url('fonts/GothamPro-Medium.woff') format('woff'),
	url('fonts/GothamPro-Medium.ttf')  format('truetype'),
	url('fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'GothamPro';
	src: url('fonts/GothamPro-MediumItalic.eot?') format('eot'),
	url('fonts/GothamPro-MediumItalic.otf')  format('opentype'),
	url('fonts/GothamPro-MediumItalic.woff') format('woff'),
	url('fonts/GothamPro-MediumItalic.ttf')  format('truetype'),
	url('fonts/GothamPro-MediumItalic.svg#GothamPro-MediumItalic') format('svg');
	font-weight: 500;
	font-style: italic;
    font-display: swap;
}

body {
	font-family: 'GothamPro', 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
	color: #ED1C24;
}
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;
}
.form-control:focus {
	border-color: #FBD2D3;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(251, 210, 211, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(251, 210, 211, .6);
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 40px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu {
	z-index: 1002;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ED1C24;
}

@keyframes image_rtl1 {
	0% {transform: translate(100%,0)}
	100% {transform: translate(0,0)}
}
@keyframes image_rtl2 {
	0% {transform: translate(100%,0)}
	100% {transform: translate(40%,0)}
}
@keyframes image_rtl3 {
	0% {transform: translate(100%,0)}
	100% {transform: translate(60%,0)}
}


.callback-modal .modal-dialog {
	width: 300px;
}

.callback-modal .form-group {
	margin-bottom: 0;
}

.callback-modal .btn {
	margin-top: 15px;
	background-color: #ED1C24;
	font-weight: 500;
	padding: 10px 15px;
	border: none;
	border-radius: 6px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* content */
#content {
	min-height: 600px;
}
#slideshow0 {
	overflow: hidden;
}
/* footer */
footer {
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #333333;
}
footer a:hover {
	color: #ED1C24;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.top-footer {
	background-color: #F6F2F3;
}

.footer-list li {
	margin-bottom: 15px;
}

.footer-list-padding {
	padding-top: 120px;
}

.footer-center-column {
	padding-bottom: 40px;
}

.footer-logo {
	background-color: #fff;
	padding: 20px 50px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
}

.client-support {
	font-size: 12px;
	margin-top: 16px;
	color: #676767;
}

.footer-email {
	color: #676767;
	margin-top: 30px;
	display: block;
}

.social-list {
	display: flex;
	justify-content: center;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 10px;
	list-style-type: none;
}

.social-list li {
	margin: 0 8px;
}

.social-list li a svg {
	fill: #CCC6C7;
	transition: .4s;
}

.social-list li a:hover svg {
	fill: #ED1C24;
}

.bot-footer {
	background-color: #F1EBEC;
	color: #676767;
	font-size: 14px;
	padding-top: 17px;
}

.bot-footer p {
	margin-bottom: 17px;
}

.bot-footer a {
	color: #676767;
}

.bot-footer a:hover {
	color: #676767;
	text-decoration: underline;
}

.footer-powered {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
	.footer-logo {
		padding: 20px;
	}
	.footer-logo img {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.footer-logo {
		max-width: 290px;
		margin: 0 auto;
	}
	.footer-center-column {
		padding-bottom: 0;
	}
	.footer-list-padding {
		padding-top: 20px;
	}
}

@media screen and (max-width: 600px) {
	.footer-powered {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

.navbar {
	margin-bottom: 0;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb-wrapper {
	background-color: #EFEFEF;
	margin: 0 0 20px 0;
}
.breadcrumb {
	padding: 8px 0;
	margin-bottom: 0;
	background-color: #EFEFEF;
	border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child {
	padding-left: 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '-';
	display: block;
	position: absolute;
	top: 60%;
	transform: translate(0, -50%);
	right: -25px;
	width: 26px;
	height: 26px;
	color: #9C9C9C;
}

.breadcrumb > li:last-of-type:after {
	display: none;
}

.breadcrumb > li:not(:last-of-type) a {
	color: #9C9C9C;
}

.breadcrumb > li:last-of-type a {
	color: #676767;
}
.pagination {
	margin: 0;
}
/* home slideshow */
.control-slide-panel {
	z-index: 100;
	color: #A46259;
	background-color: rgba(200,200,200,0.4);
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
	border-radius: 25px;
}
.control-slide-panel .slideshow-next,
.control-slide-panel .slideshow-prev {
	text-align: center;
}
.control-slide-panel .slideshow-next {
	margin-bottom: 16px;
	margin-top: 5px;
	outline: none;
}
.control-slide-panel .slideshow-prev {
	margin-top: 16px;
	margin-bottom: 5px;
	outline: none;
}
.control-slide-panel .slideshow-pagination {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	width: 36px!important;
}
.control-slide-panel .slideshow-pagination .swiper-pagination-bullet {
	left: 0!important;
	background-color: #fff;
	opacity: 0.6;
	margin: 2px 0!important;
}
.control-slide-panel .slideshow-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
	opacity: 1;
}
@media screen and (max-width: 600px) {
	.control-slide-panel {
		right: 0;
	}
	.control-slide-panel .slideshow-pagination {
		width: 20px!important;
		padding: 10px 0;
	}
	.control-slide-panel .slideshow-next,
	.control-slide-panel .slideshow-prev {
		display: none;
	}
}
/* 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: 16px;
}
.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;
	background-color: #ED1C24;
	padding: 10px;
	border-radius: 6px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #ED1C24;
	border-color: #ED1C24;
}
.btn-primary:focus, .btn-primary.focus {
	background-color: #ED1C24;
	border-color: #ED1C24;
}
.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 */
.flex-products {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex-products > div.product-grid:not(:nth-child(3n)) {
	margin-right: 40px;
}
.flex-products .product-layout.product-grid {
	width: 255px;
	margin-bottom: 32px;
}
.swiper-container {
	overflow: visible;
}
.swiper-wrapper {
	z-index: 11;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background-color: #B8B8B8;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ED1C24;
}
.products-featured-swiper {
	padding: 0 0 40px 0;
}
.special-product-wrapper,
.recent-product-wrapper {
	position: relative;
	margin: 100px 0;
}
.latest-product-wrapper {
	position: relative;
	padding: 100px 0;
	background-color: #F7F2F3;
}
.featured-product-wrapper {
	position: relative;
}
.products-special-swiper .swiper-pagination-bullets,
.products-latest-swiper .swiper-pagination-bullets,
.products-recent-swiper .swiper-pagination-bullets {
	bottom: -60px;
}
.blur-bg {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 13;
}
.blur-bg.blur-bg-left {
	left: 90px;
}
.blur-bg.blur-bg-right {
	right: 90px;
}
@media screen and (max-width: 1440px) {
	.blur-bg {
		display: none;
	}
}
.products-swiper-wrapper {
	padding: 0 0 80px;
	margin: 0 90px 0;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 1100px) {
	.products-swiper-wrapper {
		margin: 0;
	}
}
.swiper-button-next,
.swiper-button-prev {
	z-index: 15;
	top: 48%;
	background-image: none;
	outline: none;
	opacity: 0.7;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 1;
}
.swiper-button-prev {
	left: 20px;
}
.swiper-button-next {
	right: 20px;
}
.product-layout {
	position: relative;
	min-height: 345px;
}
.product-thumb {
	position: relative;
	overflow: auto;
	border-radius: 10px;
	transition: box-shadow .4s;
	border: 1px solid #E5E5E5;
	background-color: #fff;
	padding-bottom: 10px;
}
.product-layout:not(.product-list) .product-thumb:hover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10000;
	background-color: #fff;
	box-shadow: 0 0 10px 4px rgba(0,0,0,.1);
	width: 100%;
	transition: .4s;
}
.product-layout:hover:not(.product-list) .product-thumb .attributes {
	display: block;
}
.product-layout:hover:not(.product-list) .product-thumb .attributes .row:first-child {
	margin-top: 20px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	transition: .4s;
	position: relative;
	transform: scale(0.9);
}
.product-thumb:hover .image a {
	transform: scale(1);
}

.cart-button {
	background-color: #ED1C24;
	font-weight: 500;
	padding: 10px;
	border: none;
	border-radius: 6px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.product-thumb .caption .cart-button.cart-hidden,
.product-thumb:hover .caption .stars{
	display: none;
}
.product-thumb:hover .caption .stars {
	display: none;
}
.product-thumb:hover .caption .cart-button {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

.product-thumb .category {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	color: #9C9C9C;
	margin-bottom: 2px;
}
.product-thumb h4 {
	margin-top: 0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	height: 59px;
}
.product-thumb h4 a {
	color: #333333;
}
.product-thumb .caption {
	padding: 0 20px;
	height: 145px;
}
#list-view,
#grid-view {
	text-shadow: none;
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
}
#list-view svg,
#grid-view svg {
	fill: #E5E5E5;
	transition: .4s;
}
#list-view.active svg,
#grid-view.active svg {
	fill: #ED1C24;
}
.sort-btn label,
.num-btn label {
	background: none;
	border: none;
	color: #9C9C9C;
	font-size: 12px;
}
.sort-btn select,
.num-btn select {
	border: 1px solid #E2E2E2;
	color: #676767;
	font-size: 14px;
	background-color: #F9F9F9;
	border-radius: 6px!important;
	box-shadow: none;
}
@media (max-width: 1199px) {
	.flex-products {
		justify-content: flex-start;
	}
	.flex-products > div.product-grid {
		margin-right: 10px!important;
	}
}
@media (max-width: 768px) {
	.flex-products {
		justify-content: center;
	}
	.flex-products > div.product-grid {
		margin: 0 10px 10px!important;
	}
}
.product-list .product-thumb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.product-list .product-thumb .caption h4 {
	display: none;
}
.product-thumb .caption-list,
.product-thumb .attributes-list {
	display: none;
}
.product-list .product-thumb .attributes-list {
	display: block;
	width: 33%;
	margin-right: 10%;
}
.product-list .product-thumb .caption-list {
	width: 200px;
	display: block;
}
.product-list .product-thumb .rating {
	text-align: center;
}
.product-list .product-thumb .price {
	text-align: center;
}
.product-list .product-thumb .attributes-list h4 {
	height: auto;
	text-align: left;
}
.product-list .product-thumb .attributes-list .attr-key {
	width: 120px;
}
.product-list .product-thumb .category {
	display: none;
}
.product-list .product-thumb .attributes-list .attr-val {
	text-align: left;
}
@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 .attributes,
.product-thumb .attributes-list {
	font-size: 12px;
}
.product-thumb .attributes .attr-key,
.product-thumb .attributes-list .attr-key {
	color: #9C9C9C;
	padding-right: 0;
	font-size: 10px;
}
.product-thumb .attributes .attr-val,
.product-thumb .attributes-list .attr-val {
	color: #676767;
	text-align: right;
	padding-left: 0;
	font-size: 10px;
}
.product-thumb .attributes-list .attr-key,
.product-thumb .attributes-list .attr-val {
	font-size: 12px;
}
.rating p {
	font-size: 10px;
	margin: 0;
	color: #9C9C9C;
}
.rating .fa-stack {
	font-size: 6px;
}
.rating .fa-star-o, .rating .fa-star.fa-star-grey {
	color: #E5E5E5;
	font-size: 15px;
}
.color-grey {
	color: #9C9C9C;
}
.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: bold;
	font-size: 20px;
	color: #000000;
	line-height: 1;
}
.product-thumb .price-old {
	font-size: 14px;
	text-decoration-line: line-through;
	color: #9C9C9C;
	margin: 0;
}
.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;
}
.product-layout.product-list {
	min-height: 225px;
	margin-bottom: 16px;
	width: 100%;
}
.product-layout.product-list .product-thumb .image a {
	width: 185px;
	transform: scale(1);
	margin-right: 40px;
}
.product-layout.product-list .product-thumb {
	padding: 16px 16px 24px;
}
.product-layout.product-list .product-thumb .caption {
	display: none;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.product-layout {
		margin-right: 0;
	}
}
.left-bar {
	position: absolute;
	left: 16px;
	top: 16px;
	z-index: 1000;
}
.thumbnails .left-bar {
	left: 32px;
}
.left-bar .left-bar__circle {
	border-radius: 50%;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 8px;
	cursor: default;
}
.left-bar .circle-sale {
	font-size: 19px;
}
.left-bar .circle-top {
	font-size: 12px;
}
.left-bar .circle-new {
	font-size: 11px;
}
.bg_red {
	background-color: #ED1C24;
}
.bg_orange {
	background-color: #F4AA44;
}
.bg_blue {
	background-color: #4FAEF3;
}
.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 .attributes,
.product-thumb .attributes-list {
	display: none;
}
.product-thumb button.btn-wishlist {
	position: absolute;
	top: 6px;
	right: 16px;
	background-color: transparent;
	border: none;
	width: 40px;
	height: 40px;
	outline: none;
}
.product-thumb button.btn-wishlist .fa {
	font-size: 20px;
	color: #E5E5E5;
}
.product-thumb button.btn-wishlist.active .fa,
.product-thumb button.btn-wishlist:hover .fa{
	color: #ED1C24;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.alert {
		position: fixed;
		top: 40px;
		left: 0;
		z-index: 10;
		width: 100%;
	}
	#top-links > .header-top-menu,
	header #wishlist,
	header #cart,
	header .js-place-callback .header-callback,
	header + #menu {
		display: none
	}
	.mfilter-free-container {
		z-index: 10001;
	}
	.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 {

}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
}
.image-additional {
}
.thumbnails .image-additional {
	float: left;
	padding: 10px;
	background: #fff;
	width: 30%;
	margin: 0 1.66%;
	margin-bottom: 15px;
}

@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;
	}
	#content .col-lg-4:nth-child(3n+1) {
		clear: none;
	}
}
@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) {

	#filter-button {
		display: none;
	}

    #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;
}

@media (min-width: 768px) {
    .no_webp_suppor #cmswidget-2 .blog-item-list {
        background-image: url('../image/blog-bg.jpg');
    }
    .webp_supported #cmswidget-2 .blog-item-list {
        background-image: url('../image/blog-bg.webp');
    }
    .no_webp_suppor #cmswidget-2 .blog-item-list {
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100%;
    }
}

.cmswidget h2 {
	font-weight: bold;
	font-size: 46px;
	line-height: 1;
	text-align: center;
	color: #333333;
	margin-bottom: 64px;
}

/* footer blog section */
.blog-item {
	position: relative;
	margin-bottom: 50px;
}

.blog-item img {
	border-radius: 15px;
}

.blog-heading_title-n {
	font-weight: bold;
	font-size: 28px;
	color: #333333;
	text-align: left;
	margin: 40px 0 30px 0;
}

.go-to-blogpage {
	text-transform: uppercase;
	font-size: 12px;
	padding: 9px 30px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.first-blog .go-to-blogpage {
	border-radius: 10px 0 10px;
	background-color: #ED1C24;
	color: #fff;
	opacity: 0.9;
	transition: .4s;
}

.first-blog .go-to-blogpage:hover {
	opacity: 1;
}

.first-blog .record_description {
	display: none;
}

.ascp-list-title-widget {
	margin: 32px 0 16px;
}

.ascp-list-title-widget a {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
}

.description.record_description {
	font-size: 14px;
	color: #9C9C9C;
	padding: 0 10px;
}

.go-to-blogpage {
	color: #B8B8B8;
	font-weight: 500;
}

.first-blog .ascp-list-title-widget {
	margin-left: 20px;
	border-left: 2px solid #ED1C24;
	padding: 4px 30px 4px 16px;
}

.first-blog .ascp-list-title-widget a {
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
}

.first-blog .blog-overview {
	position: absolute;
	bottom: 35px;
	left: 0;
}

.blog-item-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.blog-item-wrapper {
	width: 360px;
	margin: 0 10px;
}

.blog-item:not(.first-blog) .blog-overview {
	bottom: 0;
	left: 0;
	height: 50%;
	background-color: #fff;
	position: absolute;
	padding-right: 10px;
}
.first-blog .blog-image-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.blog-content-title {
	font-size: 28px;
	text-align: center;
	color: #ED1C24;
}

.blog-featured-title {
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 65px;
}
.blog-featured-title a{
  color: #333333;
}
.blog-featured-title a:hover{
  color: #ED1C24;
}
.blog-record-description {
	margin-bottom: 40px;
}

.blog-record-description p {
	font-size: 16px;
	color: #676767;
	line-height: 1.6;
	margin-bottom: 20px;
}

.blog-record-description blockquote {
	font-weight: 500;
	font-size: 20px;
	border-left: 2px solid #ED1C24;
}

.blog-record-description p img {
	-webkit-box-shadow: 0px 10px 25px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 25px -20px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 25px -20px rgba(0,0,0,0.75);
}

.blog-record-description {
	font-size: 16px;
	color: #676767;
	line-height: 1.6;
}

.blog-item:not(.first-blog) .go-to-blogpage:hover {
	color: #ED1C24;
}

@media screen and (max-width: 400px) {
	.blog-item:not(.first-blog) .blog-overview {
		position: static;
	}
	.blog-item:not(.first-blog) .go-to-blogpage {
		transform: translate(0,60%);
	}
	.blog-record-description {
		font-size: 12px;
	}
	.blog-record-description p {
		font-size: 12px;
	}
	.blog-record-description blockquote {
		font-size: 12px;
	}
}

.pagination-section {
	padding: 20px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 32px;
}

.pagination-section .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination-section .pagination li {
	display: inline-block;
}

.pagination-section .page-first,
.pagination-section .page-prev {
	margin-right: 30px;
}

.pagination-section .page-last,
.pagination-section .page-next {
	margin-left: 30px;
}

.pagination-section .page-first a,
.pagination-section .page-last a,
.pagination-section .page-prev a,
.pagination-section .page-next a {
	font-size: 10px;
	color: #9C9C9C;
	font-weight: 400;
}

.pagination-section .page-link,
.pagination-section .page-active {
	margin: 0 10px;
}

.pagination-section li a {
	color: #676767;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	font-weight: 500;
}

.pagination-section li a:hover {
	border: none;
	background-color: #F1EBEC;;
}

.pagination-section .page-active span {
	background-color: #ED1C24;
	color: #fff;
	font-weight: 500;
	border: none;
	border-radius: 4px;
}

.pagination-section .page-active span:hover {
	background-color: #ED1C24;
}

@media screen and (max-width: 991px) {
	.special-product-wrapper {
		margin: 30px 0;
	}
	.latest-product-wrapper {
		padding: 30px 0;
	}
	.blog-featured-title,
	.cmswidget h2 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	.swiper-button-next,
	.swiper-button-prev {
		top: 50%;
	}
}

@media screen and (max-width: 660px) {
	.pagination-section .page-first,
	.pagination-section .page-prev {
		margin-right: 0;
	}

	.pagination-section .page-last,
	.pagination-section .page-next {
		margin-left: 0;
	}

	.pagination-section .page-link,
	.pagination-section .page-active {
		margin: 0;
	}

	.pagination-section li.page-prev,
	.pagination-section li.page-next {
		display:none;
	}
}
#modulehtml-36 {
	display: flex;
	margin-right: 200px;
	align-items: center;
}
#modulehtml-36 .brands {
	position: relative;
	background: url('../image/brand-icons.svg') center repeat, linear-gradient(302.68deg, #F3D3AD 2.59%, #F1A79D 102.07%);
	padding: 85px 140px;
	border-bottom-right-radius: 180px;
}
#modulehtml-36 .brands .bg-glasses {
	position: absolute;
	right: -120px;
	top: 30px;
}
#modulehtml-36 .brands ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}
#modulehtml-36 .brands ul li {
	margin: 20px 40px;
}
#modulehtml-36 .brands ul li a {
	opacity: 0.8;
	transition: .4s;
}
#modulehtml-36 .brands ul li a:hover {
	opacity: 1;
}
#modulehtml-36 .brands-text {
	padding-left: 150px;
}
#modulehtml-36 .brands-text h4 {
	margin: 0;
	line-height: 1;
}
.modulehtml-36 .brands-text h4 b {
	font-weight: 900;
}
@media screen and (max-width: 1750px) {
	#modulehtml-36 {
		margin-right: 150px;
	}
	#modulehtml-36 .brands {
		padding: 40px 40px;
	}
	#modulehtml-36 .brands .bg-glasses {
		width: 40%;
		right: -140px;
	}
	#modulehtml-36 .brands ul li {
		margin: 10px 20px;
	}
}
@media screen and (max-width: 1400px) {
	#modulehtml-36 {
		margin-right: 80px;
	}
	#modulehtml-36 .brands-text {
		padding-left: 40px;
	}
}
@media screen and (max-width: 1250px) {
	#modulehtml-36 .brands .bg-glasses {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#modulehtml-36 {
		flex-direction: column;
		margin-right: 0;
	}
	#modulehtml-36 .brands-text {
		padding-top: 30px;
		padding-left: 10px;
	}
}
.modulehtml-37 {
	padding: 100px 0;
}
.modulehtml-37 ul {
	list-style-type: none;
	padding-inline-start: 0;
}
.modulehtml-37 ul li {
	min-height: 170px;
}
.modulehtml-37 ul li a {
	color: #333;
	line-height: 1.5;
}
.modulehtml-37 ul li a:hover {
	color: #ED1C24;
}
.modulehtml-37 ul li p {

	margin-bottom: 0;
}
.modulehtml-37 ul img {
	display: block;
	margin: 0 auto 10px;
}
/*megafilter*/
.aside .mfilter-box,
.mfilter-free-button {
	border: 10px solid #ED1C24;
	background-color: #ED1C24;
  background-image: url("../image/search.svg");
  background-position: 0 0;
}
.mfilter-free-container-opened .mfilter-free-button {
  background-image: url("../image/close.png");
  background-position: 0 0;
}
.mfilter-free-container .mfilter-box {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	padding: 32px 16px;
}
.mfilter-free-container .mfilter-box {
	margin-top: 5px;
}
aside .mfilter-box .box-heading,
.mfilter-free-container .mfilter-box .box-heading {
	margin: 0;
	margin-bottom: 30px;
}
aside .mfilter-content,
.mfilter-free-container .mfilter-content{
	border: none;
}
aside .mfilter-tb-as-td.mfilter-col-input,
.mfilter-free-container .mfilter-tb-as-td.mfilter-col-input {
	background-color: #EFEFEF;
	border: 1px solid #E5E5E5;
	width: 12px;
}
aside .mfilter-tb-as-tr,
.mfilter-free-container .mfilter-tb-as-tr {
	display: flex;
	align-items: center;
}
aside .mfilter-tb-as-td.mfilter-col-input.mfilter-input-active,
.mfilter-free-container .mfilter-tb-as-td.mfilter-col-input.mfilter-input-active {
	background-color: #ED1C24;
	border: 1px solid #ED1C24;
	position: relative;
}
aside .mfilter-tb-as-td.mfilter-col-input.mfilter-input-active:after,
.mfilter-free-container .mfilter-tb-as-td.mfilter-col-input.mfilter-input-active:after {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 50%;
}
aside .mfilter-tb-as-td.mfilter-col-input.mfilter-input-active+label,
.mfilter-free-container .mfilter-tb-as-td.mfilter-col-input.mfilter-input-active+label {
	color: #ED1C24;
}
aside .mfilter-tb-as-td.mfilter-col-input input,
.mfilter-free-container .mfilter-tb-as-td.mfilter-col-input input {
	display: none;
}
aside .mfilter-filter-item .mfilter-options,
.mfilter-free-container .mfilter-filter-item .mfilter-options {
	padding: 0;
}
aside .mfilter-box .mfilter-price-inputs .form-control,
.mfilter-free-container .mfilter-box .mfilter-price-inputs .form-control {
	border: 1px solid #E5E5E5;
	background: #FFFFFF;
	border-radius: 10px;
}
aside .mfilter-box .mfilter-price-inputs #mfilter-opts-price-min,
aside .mfilter-box .mfilter-price-inputs #mfilter-opts-price-max,
.mfilter-free-container .mfilter-box .mfilter-price-inputs #mfilter-opts-price-min,
.mfilter-free-container .mfilter-box .mfilter-price-inputs #mfilter-opts-price-max {
	width: 100px;
	min-width: 100px;
}
aside .mfilter-box .mfilter-price .mfilter-heading,
aside .mfilter-box .mfilter-heading .mfilter-head-icon,
.mfilter-free-container .mfilter-box .mfilter-price .mfilter-heading,
.mfilter-free-container .mfilter-box .mfilter-heading .mfilter-head-icon {
	display: none;
}
aside .mfilter-box div.mfilter-tb-as-td,
.mfilter-free-container .mfilter-box div.mfilter-tb-as-td {
	color: #9C9C9C;
	font-size: 14px;
	border-top: none!important;
	margin-bottom: 0;
	min-width: 12px;
	min-height: 12px;
	padding: 0;
	border-radius: 3px;
	cursor: pointer;
}
aside .mfilter-box .mfilter-counter.mfilter-close,
.mfilter-free-container .mfilter-box .mfilter-counter.mfilter-close {
	margin: 0;
}
aside .mfilter-box label.mfilter-tb-as-td,
.mfilter-free-container .mfilter-box label.mfilter-tb-as-td {
	border-top: none;
	margin-bottom: 0;
	margin-left: 8px;
	margin-right: 16px;
	font-size: 16px;
}
aside .mfilter-box label.mfilter-tb-as-td:hover,
.mfilter-free-container .mfilter-box label.mfilter-tb-as-td:hover {
	color: #ED1C24;
}
.mfilter-tb-as-td.mfilter-col-count {
	display: none;
}
aside .mfilter-box .mfilter-heading,
.mfilter-free-container .mfilter-box .mfilter-heading {
	background: #fff;
	border: none;
	font-size: 14px;
}
aside .mfilter-heading-content,
.mfilter-free-container .mfilter-heading-content {
	padding: 0;
}
aside .mfilter-heading-content .mfilter-heading-text,
.mfilter-free-container .mfilter-heading-content .mfilter-heading-text {
	margin-left: 0;
}
aside .mfilter-heading-content .mfilter-heading-text > span,
.mfilter-free-container .mfilter-heading-content .mfilter-heading-text > span {
	padding-left: 0;
}
aside .mfilter-content > ul > li,
.mfilter-free-container .mfilter-content > ul > li {
	margin-bottom: 16px;
}
aside .mfilter-box .mfilter-heading-text > span,
.mfilter-free-container .mfilter-box .mfilter-heading-text > span {
	font-weight: 500;
}
aside .mfilter-box .mfilter-opts-container,
.mfilter-free-container .mfilter-box .mfilter-opts-container {
	border: none;
}
aside .mfilter-box .mfilter-price-inputs,
.mfilter-free-container .mfilter-box .mfilter-price-inputs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
aside #mfilter-price-slider .ui-slider-handle,
.mfilter-free-container #mfilter-price-slider .ui-slider-handle {
	width: 12px!important;
	height: 12px!important;
	background-image: none;
	background: #ED1C24!important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-left: -6px!important;
	margin-top: 0!important;
}
aside #mfilter-price-slider,
.mfilter-free-container #mfilter-price-slider {
	height: 2px!important;
	border-radius: 10px;
	background-color: #DEDEDE;
}
aside #mfilter-price-slider .ui-slider-range,
.mfilter-free-container #mfilter-price-slider .ui-slider-range {
	background: #ED1C24!important;
	background-repeat: repeat;
}
aside .mfilter-price-slider,
.mfilter-free-container .mfilter-price-slider {
	background: none!important;
}
aside .mfilter-box .mfilter-price-inputs span,
.mfilter-free-container .mfilter-box .mfilter-price-inputs span {
	color: #9C9C9C;
	font-size: 14px;
}
@media screen and (max-width: 1200px) {
	aside .mfilter-box .mfilter-price-inputs,
	.mfilter-free-container .mfilter-box .mfilter-price-inputs {
		flex-direction: column;
		justify-content: center;
	}
	aside .mfilter-box .mfilter-price-inputs span,
	.mfilter-free-container .mfilter-box .mfilter-price-inputs span {
		display: none;
	}
	aside .mfilter-box .mfilter-price-inputs #mfilter-opts-price-min,
	.mfilter-free-container .mfilter-box .mfilter-price-inputs #mfilter-opts-price-min {
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 767px) {
	#mfilter-price-slider {
		display: none;
	}
}
.mb-1 {
	margin-bottom: 16px;
}
.cat-description p,
.cat-description ul,
.cat-description ol {
	color: #9C9C9C;
}
.cat-description b {
	color: #000;
}
.cat-description h4 {
	font-size: 20px;
	font-weight: 500;
}
#content.login-page {
	margin-top: -20px;
	padding-top: 35px;
	min-height: 700px;
	background-image: url(../image/login-bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}
.login-page .girl-image {
	position: absolute;
	right: 180px;
	top: 50px;
}
#content.login-page h1 {
	font-size: 47px;
	color: #fff;
}
.login-form {
	padding: 25px;
	background: #FFFFFF;
	box-shadow: 3px 10px 40px rgba(0, 0, 0, 0.07), 0px 0px 1px #9C9C9C;
	border-radius: 10px;
}
.login-form h2 {
	font-size: 18px;
	margin: 15px 0 35px;
}
.login-form .form-group {
	margin-bottom: 24px;
}
.login-form label {
	color: #676767;
	font-size: 16px;
}
.login-form input {
	background: #F9F9F9;
	border: 1px solid #E2E2E2;
	border-radius: 6px;
	height: 40px;
}
.login-form input[type=submit] {
	width: 200px;
	background: #ED1C24;
	border: 1px solid #ED1C24;
	box-sizing: border-box;
	border-radius: 6px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.login-form .login-submit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.login-form .login-submit a {
	color: #9C9C9C;
	text-decoration: underline;
	font-size: 14px;
	transition: .4s;
}
.login-form .login-submit a:hover {
	color: #333333;
}
.login-form .register-link {
	margin-bottom: 0;
}
.login-form .register-link a {
	color: #ED1C24;
	text-decoration: underline;
}
@media screen and (max-width: 1500px) {
	.login-page .girl-image {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		right: auto;
		left: 50px;
	}
}
@media screen and (max-width: 991px) {
	#content.login-page h1 {
		font-size: 30px;
		color: #fff;
	}
	.login-page .girl-image {
		width: 85%;
	}
}
@media screen and (max-width: 768px) {
	.login-page .girl-image {
		display: none;
	}
	.login-form .login-submit * {
		margin: 5px 0;
	}
	.login-form .login-submit {
		flex-direction: column;
	}
}
.thumbnails {
	overflow: visible;
}
.thumbnails .thumbnail {
	border: none;
	padding: 0;
}
.thumbnails .frame-attr {
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: space-around;
}
.thumbnails .frame-attr div {
	height: 40px;
}
.thumbnails .frame-attr span {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #676767;
}
.thumbnails .frame-attr img {
	width: 100%;
}
.thumbnails > li {
	margin-left: 0;
	border-radius: 10px;
	border: 1px solid #E2E2E2;
}
.thumbnails > li:not(.image-additional) {
	box-shadow: 23px 24px 40px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	border: 1px solid #E2E2E2;
	padding: 15px;
	margin-bottom: 15px;
	background: #fff;
}
.product-price p {
	margin: 0;
	font-size: 25px;
	font-weight: bold;
}
.product-main-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product-main-info {
	color: #9C9C9C;
	font-size: 16px;
}
.product-main-info .model {
	color: #676767;
}
.product-main-info a {
	color: #4FAEF3;
}
.product-main-info .rating p {
	font-size: 12px;
}
.product-main-info .rating .fa-stack {
	font-size: 9px;
}
.product-button {
	text-transform: uppercase;
}
.price-buttons {
	margin: 15px 0 40px;
	display: flex;
	align-items: flex-start;
}
.price-buttons .form-group {
	margin-bottom: 0;
}
.price-buttons .form-group label {
	font-size: 16px;
}
.price-buttons br {
	display: none;
}
.price-buttons .product-price {
	margin-right: 0;
	min-width: 150px;
}
.price-buttons .form-group.option-form-group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.price-buttons .form-group.option-form-group .text-danger {
	width: 100%;
	text-align: right;
	font-size: 12px;
}
.form-group.option-form-group .option-radio {
	display: flex;
	align-items: center;
	margin-left: 18px;
}
.form-group.option-form-group .option-radio > div {
	margin-top: 0;
	margin-bottom: 0;
}
.form-group.option-form-group .option-radio > div:not(:last-child) {
	margin-right: 16px;
}
.form-group.option-form-group .option-radio > div input {
	display: none;
}
.form-group.option-form-group .option-radio > div label {
	position: relative;
}
.form-group.option-form-group .option-radio > div label:before {
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #B7B7B7;
	border-radius: 50%;
	content: '';
	display: block;
	left: -10px;
	top: 50%;
	transform: translate(0, -55%);
}
.form-group.option-form-group .option-radio > div input:checked + label:before {
	border: 4px solid #ED1C24;
}
.option-form-group.form-group label {
	color: #9C9C9C;
	padding: 5px 10px;
  font-size: 16px;
}
.option-form-group.form-group select {
	height: 30px;
	padding: 5px 10px;
	line-height: 1.5;
	float: right;
	width: 200px;
  font-size: 16px;
}
#tab-attributes table {
	border: 1px solid #E2E2E2;
}
#tab-attributes table td {
	padding: 5px;
}
.attributes-main {
	background: #F6F2F3;
	padding: 24px 24px 24px 0;
	border: 1px solid #E2E2E2;
	border-left: none;
	position: relative;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 30px;
}
.attributes-main:before {
	background: #F6F2F3;
	position: absolute;
	border: 1px solid #E2E2E2;
	border-right: none;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	top: -1px;
	left: 0;
	width: 50%;
	height: calc(100% + 2px);
	transform: translate(-100%,0);
	display: block;
	content: '';
	z-index: -1;
}
.attributes-main p {
	font-size: 18px;
	color: #333;
}
.attributes-main table {
	font-size: 14px;
	color: #676767;
	padding-left: 15px;
}
.attributes-main table td {
	padding: 5px 0;
}
.attributes-main table td:not(.attr-text) {
	padding-left: 15px;
}
.attributes-main .attr-text {
	text-align: right;
	color: #000000;
}
@media screen and (max-width: 1200px) {
	.price-buttons {
		flex-wrap: wrap;
	}
	.product-price {
		margin-right: 0;
		margin-bottom: 16px;
	}
	#button-cart {
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 600px) {
	h1 {
		font-size: 24px;
	}
}
.nav-tabs.nav-tabs-custom {
	border-bottom: 1px solid #E2E2E2;
	position: relative;
}
.nav-tabs.nav-tabs-custom li:not(:last-child) {
	margin-right: 80px;
}
.nav-tabs.nav-tabs-custom li a {
	color: #676767;
	font-weight: 500;
	border: none;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}
.nav-tabs.nav-tabs-custom li.active a {
	border: none;
	position: relative;
	color: #000000;
	font-weight: 500;
}
.nav-tabs.nav-tabs-custom li.active a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #ED1C24;
	height: 3px;
	width: 100%;
}
#delivery-map {
	width: 540px;
	height: 310px;
	max-width: 100%;
	max-height: 100%;
}
#information-map {
	width: 1920px;
	height: 650px;
	max-width: 100%;
	max-height: 100%;
}
#tab-delivery h3 {
	font-weight: 500;
	font-size: 18px;
	margin-top: 0;
}
#tab-delivery p,
#tab-delivery li {
	color: #676767;
	line-height: 2;
}
#tab-delivery strong {
	color: #000;
}
#tab-delivery ul.before-bullet {
	list-style-type: none;
	padding: 0;
}
#tab-delivery ul.before-bullet li:before {
	width: 6px;
	height: 6px;
	background-color: #D09696;
	border-radius: 50%;
	display: inline-block;
	content: '';
	margin-bottom: 2px;
	margin-right: 9px;
}
#tab-delivery ul.before-line {
	list-style-type: none;
	padding-left: 15px;
}
#tab-delivery a {
	color: #D09696;
	transition: .4s;
	cursor: pointer;
}
#tab-delivery a.active,
#tab-delivery a:hover {
	color: #ED1C24;
}
#tab-description p {
	font-size: 16px;
	color: #676767;
	line-height: 1.6;
}
#review {
	margin-top: 22px;
}
.review-item .author-name {
	font-size: 18px;
	font-weight: 500!important;
	margin-right: 10px;
}
.review-item .date-added {
	font-size: 16px;
	color: #828282;
}
.review-item .stars-text {
	color: #9C9C9C;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 5px;
}
.review-item .rating .fa-stack {
	vertical-align: baseline;
}
.review-item .review-text {
	color: #676767;
	font-size: 14px;
	padding-top: 18px;
	line-height: 1.75;
}
.review-form {
	padding: 24px 24px 24px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.1);
}
.review-form div.required .control-label:before {
	display: none;
}
.review-form h2 {
	margin-top: 0;
	font-weight: 500;
	font-size: 18px;
}
.review-form label {
	font-size: 14px;
	color: #676767;
}
.review-form input,
.review-form textarea {
	border: 1px solid #E5E5E5;
}
.review-form .rating-input,
.review-form .rating-stars {
	display: inline-block;
}
.review-form .rating input {
	display: none;
}
.review-form .rating .fa-stack {
	vertical-align: baseline;
	margin-left: 10px;
	cursor: pointer;
}
.review-form .captcha-input label {
	padding-top: 0;
}
.review-form .captcha-image {
	padding: 10px 20px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
}
.review-form .captcha-image img {
	object-fit: contain;
	width: 100%;
	height: auto;
}
.btn-red, #simplecheckout_button_login {
	background-image: none;
	background-color: #ED1C24;
	padding: 10px;
	border: none;
	border-radius: 6px;
	min-width: 146px;
	color: #fff;
}
a.btn-red {
	cursor: pointer;
	color: #fff!important;
}
.btn-blue {
	background-color: #4FAEF3;
	padding: 10px;
	border: none;
	border-radius: 6px;
	min-width: 146px;
	color: #fff;
}
#boc_order_title {
	font-size: 22px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#boc_order_title {
		font-size: 16px;
	}
	#boc_product_field .image img {
		width: 25%;
		margin: 0 auto;
	}
	#boc_product_field h2 {
		font-size: 16px;
	}
	#boc_product_field h3,
	#boc_product_field div.h4 {
		font-size: 14px;
	}
	.modal-footer {
		text-align: center;
	}
	.nav-tabs.nav-tabs-custom li:not(:last-child) {
		margin-right: 40px;
	}
	.nav-tabs.nav-tabs-custom li a {
		padding: 5px;
		font-size: 14px;
	}
	.review-form .captcha-image img {
		width: auto;
	}
	#tab-description p {
		font-size: 12px;
	}
	.review-item .review-text {
		font-size: 12px;
	}
}
@media screen and (max-width: 400px) {
	.nav-tabs.nav-tabs-custom li:not(:last-child) {
		margin-right: 5px;
	}
	#tab-delivery p, #tab-delivery li {
		font-size: 14px;
	}
	.nav-tabs.nav-tabs-custom li a {
		font-size: 14px;
	}
}
.simplecheckout-cart td {
	text-align: left!important;
	vertical-align: middle!important;
}
#simplecheckout_cart {
	border-radius: 10px;
	border: 1px solid #DDDDDD;
}
.simplecheckout-cart,
.simplecheckout-cart-total {
	border: none;
}
.simplecheckout-cart-total .form-control {
	width: 180px;
}
.simplecheckout-cart th {
	border: none;
	background: none;
	color: #333;
	font-size: 20px;
	line-height: 1;
	padding: 32px;
}
.simplecheckout-cart td.image {
	padding-left: 32px;
	height: 140px;
}
.simplecheckout-cart td.name {
	padding-left: 40px;
}
.simplecheckout-cart td.name a {
	font-size: 18px;
	color: #333;
	font-weight: 500;
}
.simplecheckout-cart td.price,
.simplecheckout-cart td.quantity,
.simplecheckout-cart td.total {
	font-size: 16px;
	font-weight: 400!important;
	color: #000;
	padding-left: 75px;
}
.simplecheckout-cart td.remove {
	padding-left: 25px;
}
.simplecheckout-cart td.price p,
.simplecheckout-cart td.total p {
	font-size: 14px;
	margin-bottom: 0;
}
.simplecheckout-cart td.quantity p {
	font-size: 14px;
	margin-bottom: 0;
}
#simplecheckout_cart .quantity {
	width: 95px;
}
#simplecheckout_cart .quantity .form-control {
	text-align: center;
	color: #000;
	border: none;
	background: #fff;
}
.simplecheckout-cart td.quantity .input-group {
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	min-width: 115px;
}
.simplecheckout-cart td.quantity .input-group button,
.simplecheckout-cart td.remove button {
	background: none!important;
	border: none;
	color: #9C9C9C;
	font-size: 10px;
	outline: none;
	border-radius: 50%;
}
.simplecheckout-cart td.quantity .input-group button svg {
	vertical-align: middle;
	outline: none;
}
.va-m {
	height: 34px;
	display: block;
	line-height: 34px;
}
td.quantity button[data-onclick*="Quantity"] {
	display: block!important;
}
.simplecheckout-cart td.remove {
	padding-right: 32px;
}
.simplecheckout-cart td.remove button {
	border-radius: 50%;
	border: 1px solid #B7B7B7;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	padding: 0;
	transition: .4s;
}
.simplecheckout-cart td.remove button:hover {
	background: #E21B1B!important;
	border: 1px solid #E21B1B;
}
.simplecheckout-cart td.remove button svg {
	fill: #B7B7B7;
}
.simplecheckout-cart td.remove button:hover svg {
	fill: #fff;
}
.totals-row {
	display: flex;
	justify-content: space-between;
	padding: 26px 32px;
	align-items: center;
}
.totals-row .form-control {
	background: #F9F9F9;
}
.simplecheckout-block .form-control {
	background: #F9F9F9;
}
.simplecheckout-cart-total span.inputs {
	display: flex!important;
	position: relative;
	align-items: center;
}
#simplecheckout_cart .inputs span {
	width: 230px;
	margin-right: 10px;
}
#simplecheckout_cart .inputs .form-control {
	height: 40px;
	min-width: 180px;
}
#simplecheckout_button_cart {
	border: none;
	background-color: #B8B8B8;
	text-shadow: none;
	background-image: none;
	position: absolute;
	right: 0;
	top: 1px;
	height: 38px;
	line-height: 22px;
	border-radius: 3px;
}
#total_total {
	font-size: 20px;
	font-weight: 500;
}
#simplecheckout_customer .simplecheckout-block-content {
	display: flex;
	flex-direction: column;
}
#simplecheckout_customer .simplecheckout-block-content fieldset {
	order: -1;
}
#simplecheckout_customer .sna_header {
	color: #828282;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 10px;
}
#simplecheckout_customer .sna_icons {
	display: flex;
	justify-content: center;
}
.simplecheckout-three-column .form-group {
	display: flex!important;
	flex-direction: column;
}
.simplecheckout-three-column .form-group .col-sm-8,
.simplecheckout-three-column .form-group .col-sm-4 {
	width: 100%!important;
}
.simplecheckout-three-column .form-group label {
	color: #676767;
	margin-bottom: 2px;
}
.simplecheckout-block {
	margin-bottom: 0;
}
.last_step {
	font-size: 24px;
	color: #333;
	text-align: center;
	margin: 40px 0;
	font-weight: 700;
}
.simple-content .checkout-heading {
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	background: #fff;
	border-bottom: none;
}
.simplecheckout-three-column {
	border: 1px solid #DDDDDD;
	box-shadow: 3px 10px 40px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	padding: 10px;
	position: relative;
}
div.required .control-label:before {
	content: '';
}
div.required .control-label:after {
	content: ' *';
	color: #F00;
	font-weight: bold;
}
.simplecheckout label {
	text-align: left!important;
}
.checkout-heading-button {
	float: none!important;
}
.checkout-heading-button a {
	display: block;
	font-size: 14px;
	color: #777;
	font-weight: 400;
	text-transform: lowercase;
	border-bottom: 1px dashed #777;
}
@media screen and (max-width: 767px) {
	.simplecheckout-cart tbody tr {
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	.simplecheckout-cart td.name {
		width: 100px;
		padding-left: 6px;
	}
	.simplecheckout-cart td {
		border-bottom: none;
	}
	#simplecheckout_cart .quantity {
		width: auto;
	}
	.simplecheckout-cart td.price,
	.simplecheckout-cart td.quantity,
	.simplecheckout-cart td.total,
	.simplecheckout-cart td.remove {
		display: inline-block!important;
		padding: 0;
		margin-bottom: 4px;
	}
	.simplecheckout-cart td.price {
		padding-top: 3px;
	}
	.simplecheckout-cart td.remove {
		padding-left: 12px;
		margin-bottom: -15px;
	}
}
.panel-heading span {
	position: relative;
}
.panel-heading span:not(.checkout-heading-button):before {
	content: '';
	display: block;
	position: absolute;
	height: 40px;
	width: 2px;
	background-color: #ED1C24;
	border-radius: 6px;
	left: -26px;
	top: 50%;
	transform: translate(0,-50%);
}
.simplecheckout-block:not(#simplecheckout_customer) .panel-heading {
	position: relative;
}
.simplecheckout-block:not(#simplecheckout_customer) .panel-heading:before {
	content: '';
	display: block;
	position: absolute;
	height: 40px;
	width: 2px;
	background-color: #ED1C24;
	border-radius: 6px;
	left: -11px;
	top: 50%;
	transform: translate(0,-50%);
}
#simple_login_header + fieldset a:not(#simplecheckout_button_login) {
	color: #ED1C24;
}
#simplecheckout_shipping_address .checkout-heading.panel-heading,
#simplecheckout_comment .checkout-heading.panel-heading {
	display: none;
}
#simplecheckout_bottom {
	padding-top: 32px;
	border-bottom: 2px dashed #CCC6C7;
	margin-bottom: 32px;
}
.simple-content .buttons {
	margin-bottom: 32px;
}
#simplecheckout_shipping .radio {
	padding-left: 10px;
	color: #676767;
}
#simplecheckout_shipping .radio label,
#simplecheckout_payment .radio label {
	position: relative;
}
#simplecheckout_shipping .radio label input,
#simplecheckout_payment .radio label input {
	display: none;
}
#simplecheckout_shipping .radio label:before,
#simplecheckout_payment .radio label:before {
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #B7B7B7;
	border-radius: 50%;
	content: '';
	display: block;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
#simplecheckout_shipping .radio label.active:before,
#simplecheckout_payment .radio label.active:before {
	border: 4px solid #ED1C24;
}
#simplecheckout_shipping .radio:last-of-type {
	margin-top: 20px;
	padding-left: 0;
	color: #333;
}
#simplecheckout_shipping .radio:last-of-type label {
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width: 1200px) {
	.simplecheckout-cart td.price,
	.simplecheckout-cart td.quantity,
	.simplecheckout-cart td.total {
		padding-left: 15px;
	}
	.simplecheckout-cart td.name {
		padding-left: 15px;
	}
	.simplecheckout-cart td.name a {
		font-size: 12px;
	}
	.simplecheckout-three-column {
		margin-bottom: 32px;
		display: block;
		float: none;
		min-width: auto !important;
		max-width: 1900px !important;
		width: 100%;
	}
	.panel-heading span {
		display: block!important;
		float: none;
	}
	.checkout-heading-button a {
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	.sort-btn select {
		max-width: 100px;
	}
	.num-btn select {
		max-width: 150px;
	}
	.totals-row {
		flex-direction: column;
	}
}
@media screen and (max-width: 540px) {
	.simplecheckout-cart-total span.inputs {
		flex-direction: column;
	}
	.simplecheckout-cart-total span.inputs span:first-child {
		margin-right: 0;
		text-align: center;
	}
	.simplecheckout-cart td.price {
		padding-top: 3px;
	}
	.simplecheckout-cart td.price,
	.simplecheckout-cart td.quantity,
	.simplecheckout-cart td.total {
		padding-left: 5px;
	}
	#simplecheckout_button_cart {
		top: inherit;
		bottom: 1px;
		right: 30px;
	}
}
 #delivery-map .gm-style .gm-style-iw-c {
	 border-radius: 4px;
	 overflow: visible!important;
	 transform: translate(-50%, -30%);
	 width: 210px!important;
 }
#delivery-map .gm-style .gm-style-iw-c svg {
	margin-right: 15px;
}
#delivery-map .gm-style .gm-style-iw-c .address,
#delivery-map .gm-style .gm-style-iw-c .phone {
	color: #000;
	font-size: 14px;
	margin-bottom: 15px;
}
#delivery-map .gm-style .gm-style-iw-c .schedule {
	color: #828282;
	display: flex;
	margin-top: 15px;
}
#delivery-map .gm-style .gm-style-iw-c .schedule p {
	text-align: center;
	line-height: 1;
}
#delivery-map .gm-style .gm-style-iw-c hr {
	margin: 0;
}
#delivery-map .gm-style .gm-style-iw-t::after {
	display: none;
}
#delivery-map .gm-style .gm-style-iw-c::before {
	position: absolute;
	left: -3px;
	top: 16px;
	background-color: #fff;
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	display: block;
	content: '';
}
#delivery-map .gm-style .gm-style-iw-c button {
	display: none!important;
}
@media screen and (max-width: 540px) {
	#delivery-map .gm-style .gm-style-iw-c .address,
	#delivery-map .gm-style .gm-style-iw-c .phone {
		color: #000;
		font-size: 10px;
		margin-bottom: 5px;
	}
	#delivery-map .gm-style .gm-style-iw-c .schedule {
		color: #828282;
		display: flex;
		margin-top: 5px;
	}
	#delivery-map .gm-style .gm-style-iw-c .schedule p {
		font-size: 10px;
	}
	#delivery-map .gm-style .gm-style-iw-c {
		transform: translate(-60%, -40%);
	}
	#delivery-map .gm-style .gm-style-iw-c {
		width: 173px!important;
	}
}
.product-modal .btn-red {
	display: block;
}
.product-modal td {
	vertical-align: middle!important;
}
.product-modal .table-striped > tbody > tr td {
	border: none;
	color: #333;
}
.product-modal a {
	color: #333;
}
.product-modal a:hover {
	color: #ED1C24;
}
@media screen and (max-width: 640px) {
	.product-modal .table-striped > tbody > tr td {
		font-size: 16px;
	}
	.product-modal .cart-info-h:nth-child(3) {
		display: block!important;
	}
	.product-modal .modal-footer button,
	.product-modal .modal-footer div {
		float: none!important;
	}
	.product-modal .modal-footer > button {
		margin-bottom: 8px;
	}
}
.modal_doctor_button {
    background: #ED1C24;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    font-weight: 500;
    margin-right: 10px;
    position: relative;
    top:6px
}
.modal_doctor_button:hover,
.modal_doctor_button:active
{
    color: #ffffff;

}
.call-doctor-modal {
    color: #676767;
}
.navbar-collapse .modal_doctor_button {
    display: none;
}
@media (max-width: 768px) {
    .navbar-collapse .modal_doctor_button {
        display: block;
        max-width: 70%;
        margin: auto;
        color: #ffffff !important;
        text-align: center !important;
    }
    .common-home #slideshow0, .common-home #slideshow0 img  {
        display: none;
    }

}


.account-account h1{
    font-size: 30px;
    margin: 35px 0 25px;
}
.account-account #content a.logout{
    color: #9C9C9C;
    float:right;
    margin-top:-50px ;
    font-size: 14px;
}

.account-account #content a.logout:hover{
    text-decoration-line: underline;
    color: #9C9C9C;
}
.my_account div div ,.subscrip_news div,.my_order div div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.my_account,.subscrip_news,.my_order{
    background: #FFFFFF;
    box-shadow: 3px 10px 40px rgba(0, 0, 0, 0.07), 0px 0px 1px #9C9C9C;
    border-radius: 10px;
    padding: 24px;
    margin: 10px;
}
.account-account h2{
    margin-top: 0;
    font-size: 18px;
}
.account-account #content a{
    text-transform: uppercase;
    color: #676767;
    font-size: 16px;
    margin-top:15px;
}
.account-account #content a:hover{
    color: #000000;
}
.account-account #content{
    margin-bottom: 60px;
}
@media (max-width: 550px) {
    .account-account #content a.logout{
        float:none;
    }
    .account-account #content{
        text-align: center;
    }
}
@media (min-width: 1000px) {
    .subscrip_news{
        margin-left: 0px;
    }
    .my_order{
        margin-right: 0px;
    }
}
@media (min-width: 1000px){
    .account-account #content a{
        font-size:14px;
    }
}
/*delivery*/
.payment_delivery div{
    display: flex;
    align-items:center;
}
.payment_delivery div ul li{
    list-style: none;
    display: flex;
}
.payment_delivery div ul li:before{
    content: "";
    border-radius: 50%;
    border: 2px solid #ED1C24;
    display: inline-flex;
    width:10px;
    height: 10px;
    margin-right: 12px;
    margin-top:5px;
    min-width: 10px;
}
.payment_delivery div {
    margin-bottom: 40px;
}
.payment_delivery div img{
    flex-shrink: 0;
}
@media (max-width: 768px){
    .payment_delivery div{
        flex-direction: column;
        align-items: center;
    }
    .payment_delivery div ul{
        padding-left: 0;
    }
    .payment_delivery div img{
        margin-bottom: 15px;
    }
    .information-information-6 h1{
        text-align: center;
        font-size: 26px;
    }
}
#content .about-us{
    display: flex;
    align-items: center;
}
#content .about-us div{
    font-size: 18px;
    line-height: 160%;
    color: #676767;
}
#content .about-us img{
    max-width: 100%;
    flex-shrink: 0;
}
.information-information-4 h1 span{
    color:#ED1C24;
}
@media (max-width: 1200px){
    #content .about-us{
        flex-direction: column-reverse;
    }
}
@media (max-width: 768px){
    #content .about-us div{
        font-size: 14px;
    }
    .information-information-4 h1{
        text-align: center;
    }
}
.our_store > div{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.our_store{
    box-shadow: 3px 10px 40px rgba(0, 0, 0, 0.07), 0px 0px 1px #9C9C9C;
    border-radius: 10px;
    padding: 25px 0;
    background: #ffffff;
    position: relative;
    z-index:4;
}
.our_store img{
    border-radius: 10px;
    object-fit: cover;
    width: 192px;
    height: 134px;
}
.our_store h2{
    text-align: center;
    font-size: 30px;
    margin:0 0 20px;
}
.our_store h2 span{
    color: #ED1C24;
}
.our_store > div > div{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    margin:0 10px;
}
.our_store div div p {
    margin-top: 15px;
}
.about-us_map{
    position: relative;
    z-index: 3;
    top:-100px;
    margin-bottom: -100px;

}
@media (max-width: 1000px){
    .about-us_map{
        top:0;
        margin-bottom: 0;
    }
}
.fa-heart svg path {
    fill: #ebebeb;
}
button.active .fa-heart svg path {
    fill: #ED1C24 !important;
}

.fa-star svg {
    width: 10px;
}
.fa-star svg path {
    fill: #ED8A19;
}
.fa-star.fa-star-grey svg path {
    fill:#cccccc;
}
.twice-eyes.hidden{
  display: none;
}
.eyes{
  display: flex;
  width: 100%;
}
.eyes .eyes-tab{
  width: 50%;
  text-align: center;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
  cursor: pointer ;
}
.eyes .eyes-tab.active{
  border-bottom: 3px solid #ED1C24;
}
.twice-eyes label{
  font-size: 16px;
}
.twice-eyes{
  padding-left: 15px;
  order: 2;
}
#product>.main{
  display: flex;
  flex-wrap: wrap;
}
#product>.main .twice-eyes:not(.hidden),
#product>.main .twice-eyes:not(.hidden) + .main-option{
  width: 50%;
}
.buy-button{
  margin: -20px -10px 30px;
}
.buy-button>*{
  margin: 0 10px;
}
@media (min-width: 1200px) {
  .buy-button {
    margin-left: 140px;
  }
}
@media (max-width: 767px) and (min-width:634px ){
  .buy-button {
    margin-left: 140px;
  }
}