/** Bootstrap and Frame modified styles **/
/** Main **/
/** Header **/
/** Content **/
/** Category, Search and Others **/
/** Compare **/
/** Product **/
/** Information **/
/** Contact **/
/** Sitemap **/
/** Account **/
/** Return **/
/** Blog **/
/** OCFilter **/
/** Cards images carousel **/
/** Video in gallery **/
/** Slideshow **/
/** Banner **/
/** Custom Blocks **/
/** Products Carousel **/
/** News Carousel **/
/** Questions Carousel **/
/** Category Wall **/
/** Reviews **/
/** HTML Content **/
/** Related Products **/
/** Related News **/
/** Simple Checkout **/
/** Footer **/
/** Modals **/
/** Quick view **/
/** Installment **/
/** Responsive **/


/** Main **/
html,
body {
	font-family: 'Source Sans Pro';
	font-weight: 400;
	font-style: normal;
	height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.text-serif {
	font-family: 'Merriweather';
}

header {
  flex: 0 0 auto;
}

.mw-80 {
	max-width: 80%;
}

.content-wrapper {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

svg:focus {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

a {
	border-color: currentColor;
	transition: all ease .15s;
}

a:hover,
a:focus {
	border-color: currentColor;
}

.font-weight-semibold {
	font-weight: 600;
}

.text-underline {
	text-decoration: underline !important;
}

.text-underline-hover:hover {
	text-decoration: underline !important;
}

.text-uppercase {
	letter-spacing: 0.0125em;
}

button,
input {
	letter-spacing: 0.0125em;
}

.border-2 {
	border-width: 2px;
}

.border.border-dotted {
	border-style: dotted !important;
}

.border-top.border-dotted {
	border-top-style: dotted !important;
}

.border-right.border-dotted {
	border-right-style: dotted !important;
}

.border-bottom.border-dotted {
	border-bottom-style: dotted !important;
}

.border-left.border-dotted {
	border-left-style: dotted !important;
}

.border.border-dashed {
	border-style: dashed !important;
}

.border-top.border-dashed {
	border-top-style: dashed !important;
}

.border-right.border-dashed {
	border-right-style: dashed !important;
}

.border-bottom.border-dashed {
	border-bottom-style: dashed !important;
}

.border-left.border-dashed {
	border-left-style: dashed !important;
}

.line-height-normal {
	line-height: 1.5;
}

.input-container {
  position: relative;
}

.input-container input {
  opacity: .8;
  -webkit-transition: all .3s;
  transition: all .3s
}

.input-container input.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
	padding: 0.65rem 0.75rem;
	border-radius: 1rem;
}

.input-container input::placeholder {
	color: var(--gray-600);
}

.input-container.active input {
  opacity: 1;
  border-color: var(--primary);
}

.input-container.active input::placeholder {
  color: transparent;
}

.input-container .input-label {
  opacity: 0;
  position: absolute;
  background: var(--white);
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: var(--primary);
	font-size: 0.9rem;
	top: -0.4rem;
  padding: 0 0.5rem;
  left: 1rem;
	line-height: 1;
}

.input-container.active .input-label {
  opacity: 1
}

#product-form-send {
	padding: 0.68rem 1rem;
}

.modal-backdrop.show {
    opacity: 0.75;
}

.anchor {
  display: block;
  position: relative;
	height: 1px;
  top: -100px;
  visibility: hidden;
}

.option-group-line {
	margin: 0 -0.2rem;
}

.option-image+label {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	padding: 0.2rem !important;
	margin: 0 0.2rem !important;
	border: 1px solid var(--gray-300) !important;
	border-radius: 50% !important;
	overflow: hidden;
	position: relative;
}

.option-image+label img {
	border-radius: 50% !important;
}

.option-image+label:hover {
	border: 1px solid var(--gray-500) !important;
}

.option-image:checked+label {
	border: 1px solid var(--gray-700) !important;
	margin: 0 0.2rem !important;
}

.hp-product-options .required>label:after {
  content: "";
  color: var(--danger);
}

.custom-control.custom-radio {
  margin: 0 0.2rem;
	min-height: 0;
	padding: 0;
}

.custom-control.custom-radio .custom-control-label {
	padding: 0.25rem 0.5rem;
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-label {
	background: var(--primary);
	border-color: var(--primary) !important;
	color: var(--white);
}

.custom-control.custom-radio .custom-control-label::before,
.custom-control.custom-radio .custom-control-label::after {
	position: relative;
	display: none;
	width: 0;
	height: 0;
  content: "";
	background: none;
}

.custom-control.custom-checkbox {
  margin: 0 0.2rem;
	min-height: 0;
	padding: 0;
}

.custom-control.custom-checkbox .custom-control-label {
	padding: 0.25rem 0.5rem 0.25rem 1.75rem;
}

.custom-control.custom-checkbox .custom-control-input {
	display: none;
}

.custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label {
	background: var(--primary);
	border-color: var(--primary) !important;
	color: var(--white);
}

.custom-control.custom-checkbox .custom-control-label::before {
	position: absolute;
  top: 0.5rem;
	left: 0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
	background-color: var(--white);
	border: var(--gray-300) solid 1px;
}

.custom-control.custom-checkbox .custom-control-label::after {
  position: absolute;
	top: 0.5rem;
	left: 0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	color: var(--primary);
	border-color: var(--white);
  background-color: var(--white);
}

.custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23283618' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

/** Header **/
header .svg-logo {
	width: 12rem;
	fill: var(--primary);
}

.tooltip {
	font-family: 'Source Sans Pro';
}

header .header-menu .link-level-1 {
	font-size: 1.1375rem;
}

.cart-list-product > .cart-product:last-child {
	border-bottom: 0 !important;
	margin-bottom: 0 !important;
}


/** Category, Search and Others **/
#subcategories-container {
  overflow-x: auto;
  margin: 0 auto;
}

.product-item a {
	cursor: pointer;
}

.product-item .product-description {
	position: initial;
}

.category-price {
	height: 1.8rem;
	line-height: 1.8rem;
}

.category-price:before {
	content: "";
	position: absolute;
	top:0;
	left: -0.89rem;
	width: 0;
	height: 0;
	border-color: transparent var(--danger) transparent transparent;
	border-style: solid;
	border-width: 0.9125rem 0.9125rem 0.9125rem 0;
}

.category-price:after {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: -0.325rem;
  float: left;
  width: 0.3rem;
  height: 0.3rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--white);
}

/** Product **/
#product-product .nav-tabs .nav-link.active {
	background: var(--primary) !important;
	border-color: var(--primary) !important;
	color: var(--white) !important;
}

.product_product #footer-fixed-buttons {
	margin-bottom: 7rem !important;
}

/** Product **/
.product-form-buttons {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}

.product-form-buttons-container {
	background: var(--light);
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
	z-index: 100;
	border-radius: 1.35rem 1.35rem 0 0 !important;
}

.product-qty-block .btn-lg.scroller {
	font-size: 1rem;
	line-height: 2;
}

/** Slideshow **/
.slide-1-1 {
	background: rgb(189,221,246);
	background: -moz-linear-gradient(-48deg, rgba(189,221,246,1) 0%, rgba(189,249,238,1) 100%);
	background: -webkit-linear-gradient(-48deg, rgba(189,221,246,1) 0%, rgba(189,249,238,1) 100%);
	background: linear-gradient(-48deg, rgba(189,221,246,1) 0%, rgba(189,249,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdddf6",endColorstr="#bdf9ee",GradientType=1);
}

.slide-1-1-svg svg {
	width: 22rem;
	height: auto;
}

.slide-1-1-bg-1 {
	width: 25rem;
	height: auto;
	right: -12rem;
	top: -12rem;
  animation: rotating-1 20s linear infinite;
}

.slide-1-1-bg-2 {
	width: 18rem;
	height: auto;
	right: 19%;
	bottom: -5rem;
	animation: rotating-2 10s linear infinite;
}

.slide-1-1-bg-3 {
	width: 20rem;
	height: auto;
	left: -10rem;
	bottom: -9rem;
}

@keyframes rotating-1 {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating-2 {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}


/** Banner **/
.banner-1-1 {
	background: rgb(15,19,20);
	background: -moz-linear-gradient(30deg, rgba(15,19,20,1) 0%, rgba(110,18,153,1) 100%);
	background: -webkit-linear-gradient(30deg, rgba(15,19,20,1) 0%, rgba(110,18,153,1) 100%);
	background: linear-gradient(30deg, rgba(15,19,20,1) 0%, rgba(110,18,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f1314",endColorstr="#6e1299",GradientType=1);
}

.banner-1-6 {
	background: rgb(32,34,47);
	background: -moz-linear-gradient(140deg, rgba(32,34,47,1) 0%, rgba(41,42,60,1) 100%);
	background: -webkit-linear-gradient(140deg, rgba(32,34,47,1) 0%, rgba(41,42,60,1) 100%);
	background: linear-gradient(140deg, rgba(32,34,47,1) 0%, rgba(41,42,60,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20222f",endColorstr="#292a3c",GradientType=1);
}


/** Reviews **/
.reviews-container > .review-column:nth-child(odd) > .review-container {
	border-bottom-right-radius: 0 !important;
	margin-left: auto;
}

.reviews-container > .review-column:nth-child(even) > .review-container {
	border-bottom-left-radius: 0 !important;
	margin-right: auto;
}

.reviews-container > .review-column:nth-child(1) > .review-container {
  width: 75%;
	margin-top: 9rem;
}

.reviews-container > .review-column:nth-child(2) > .review-container {
  width: 95%;
}

.reviews-container > .review-column:nth-child(3) > .review-container {
  width: 85%;
}

.reviews-container > .review-column:nth-child(4) > .review-container {
	width: 95%;
	margin-top: -9rem;
}


/** Questions Carousel **/
.questions-carousel .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.questions-carousel .owl-carousel .owl-item {
	align-items: flex-start;
}


/** Simple Checkout **/
.form-check input[type="radio"]:checked~.custom-radio-label {
	background: var(--primary) !important;
	color: var(--white);
	font-weight: 600;
}

#simple_login {
	width: 320px !important;
	height: auto !important;
	border-radius: 0.15rem !important;
}

.simplecheckout .cdek_description {
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0.5rem 0 0 1.5rem;
}

.simplecheckout .cdek_description a {
	border-bottom: 1px solid var(--gray-600);
}

.simplecheckout .cdek_description a:hover {
	text-decoration: none;
	color: var(--danger);
	border-color: var(--danger);
}


/** Footer **/
footer .svg-logo {
	width: 13rem;
	fill: var(--light);
}

footer .svg-logo .svg-logo-text-1 {
	fill: var(--gray-900);
}

footer .svg-logo .svg-logo-text-2 {
	fill: var(--primary);
}

footer .svg-logo .svg-logo-icon-1 {
	fill: var(--primary);
}

footer .svg-logo .svg-logo-icon-2 {
	fill: var(--success);
}

#footer_contacts .other-contacts {
	display: block;
	padding: 0.375rem;
  border-radius: 0.35rem;
}

#footer_contacts .other-contacts svg {
	width: 26px;
	height: 26px;
	fill: var(--white);
}

.fmap-container iframe {
	border: 0;
}

#footer-fixed-contacts .other-contacts {
	display: block;
	padding: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 50rem;
}

#footer-fixed-contacts .other-contacts svg,
#footer-fixed-contacts .fixed-contacts-open, #footer-fixed-contacts .fixed-contacts-close {
	width: 32px;
	height: 32px;
	fill: var(--white);
}

header #footer-fixed-contacts {
	display: none !important;
}

@keyframes contacts-animation-waggle {
	0% {
	  transform: none
	}

	10% {
	  transform: rotateZ(-20deg) scale(1.2)
	}

	13% {
	  transform: rotateZ(25deg) scale(1.2)
	}

	15% {
	  transform: rotateZ(-15deg) scale(1.2)
	}

	17% {
	  transform: rotateZ(15deg) scale(1.2)
	}

	20% {
	  transform: rotateZ(-12deg) scale(1.2)
	}

	22% {
	  transform: rotateZ(0) scale(1.2)
	}

	100%,24% {
	  transform: rotateZ(0) scale(1)
	}
}

.contacts-animation-waggle {
  animation: 5s infinite contacts-animation-waggle;
}

.fixed-contacts-btn:before {
  content: "Свяжитесь с нами";
	display: block;
	position: absolute;
	right: 100%;
	top: 50%;
	background: var(--white);
	color: var(--gray-900);
	border: 1px solid var(--gray-200);
	border-radius: 0.75rem;
	text-align: right;
	margin: -1rem 0.75rem 0 0;
	padding: 0.25rem 0.5rem;
	opacity: 0;
	visibility: hidden;
	transition: all .5s linear;
  transition-property: opacity, visibility;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.fixed-contacts-btn.contacts-animation-waggle:before {
	opacity: 1;
	visibility: visible;
}

.fixed-contacts-btn:after {
  content: "1";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: var(--dark);
	width: 1.375rem;
	height: 1.375rem;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.5rem;
	margin: -0.675rem -0.675rem 0 0;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s linear;
  transition-property: opacity, visibility;
}

.fixed-contacts-btn.contacts-animation-waggle:after {
	opacity: 1;
	visibility: visible;
}

#footer-fixed-contacts .btn-group .fixed-contacts-btn .fixed-contacts-open {
  display: block;
}

#footer-fixed-contacts .btn-group.show .fixed-contacts-btn .fixed-contacts-open {
  display: none;
}

#footer-fixed-contacts .btn-group .fixed-contacts-btn .fixed-contacts-close {
  display: none;
}

#footer-fixed-contacts .btn-group.show .fixed-contacts-btn .fixed-contacts-close {
  display: block;
}

#footer-fixed-contacts .btn-group .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
	min-width: auto;
}

#footer-fixed-contacts .btn-group.show .dropdown-menu {
  max-height: none;
  opacity: 1;
}


/** Quick view **/
#kt_modal_qview .modal-content {
	border-radius: 0;
	border: 0;
}

#kt_modal_qview #hpmodel {
	display: flex;
	align-items: flex-start;
	margin: 0 -0.5rem;
	flex-wrap: wrap;
}

#kt_modal_qview #hpmodel .hpm-group {
	padding: 0 0.5rem;
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

#kt_modal_qview #hpmodel.hpm-groups-3 .hpm-group:nth-child(1) {
	padding: 0 0.5rem;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 0;
}

#kt_modal_qview #hpmodel .hpm-group .hpm-title {
	margin-bottom: 0.125rem;
}


/** Installment **/
#kt_modal_installment .modal-content {
	border-radius: 0;
}

#kt_modal_installment #hpmodel {
	display: flex;
	align-items: flex-start;
	margin: 0 -0.5rem 1rem -0.5rem;
	flex-wrap: wrap;
}

#kt_modal_installment #hpmodel .hpm-group {
	padding: 0 0.5rem;
	flex-basis: 0;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

#kt_modal_installment #hpmodel.hpm-groups-3 .hpm-group:nth-child(1) {
	padding: 0 0.5rem;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 0;
}

#kt_modal_installment #hpmodel .hpm-group .hpm-title {
	margin-bottom: 0.125rem;
}


/** Responsive **/
/** Responsive: from 768px **/
@media (min-width: 768px) {
	/** Quick view **/
	#kt_modal_qview .modal-dialog {
		max-width: 700px;
		margin: 1.75rem auto;
	}
}

/** Responsive: from 992px **/
@media (min-width: 992px) {
	/** Main **/
	.h1.large, h1.large {
		font-size: 3rem;
	}


	/** Header **/
	header .header-menu .dropdown-menu {
		min-width: 100%;
		border: 1px solid var(--warning);
	}



	.page-header.sticked {
		position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    background: var(--white);
    width: 100%;
		box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15) !important;
		animation: slideDown 0.55s ease-out;
		padding: 0.75rem 0 !important;
	}

	.page-header.sticked .svg-logo {
		width: 7.5rem;
		margin-right: 1.5rem;
	}

	@keyframes slideDown {
	  from {
	    transform: translateY(-150%);
	  }
	  to {
	    transform: translateY(0);
	  }
	}

	.page-header.sticked .header-logo-col {
		display: none;
	}

	.page-header.sticked .header-menu .category-menu-list > .item-level-1:nth-child(1) > .link-level-1 {
		margin-left: 0 !important;
	}


	/** Modals **/
	.modal-content .modal-close-responsive svg {
		fill: var(--white) !important;
	}

	/** Quick view **/
	#kt_modal_qview .modal-dialog {
		max-width: 800px;
		margin: 1.75rem auto;
	}


	/** Installment **/
	#kt_modal_installment .modal-lg, #kt_modal_installment .modal-xl {
	  max-width: 740px;
	}
}

/** Responsive: from 1200px **/
@media (min-width: 1200px) {
	/** Header **/
}

/** Responsive: from 1400px **/
@media (min-width: 1400px) {
	/** Header **/

	/** Footer **/
	#footer-fixed-contacts .other-contacts {
		padding: 1.5rem;
	}
}

/** Responsive: less than 1400px **/
@media (max-width: 1399px) {}

/** Responsive: less than 1200px **/
@media (max-width: 1199px) {
	/** Header **/
	header .svg-logo {
	  width: 9.5rem;
	}
}

/** Responsive: less than 992px **/
@media (max-width: 991px) {
	/** Header **/
	#ktMenu .category-menu-item a.text-gray-500, #ktMenu .child-list-toggle.text-gray-500 {
		color: var(--white) !important;
	}

	#ktMenu .category-menu-item a:active, #ktMenu .child-list-toggle:active {
		background: transparent;
	}

	header .header-menu .link-level-1 {
		font-size: 1.3rem;
		border: 0 !important;
		color: var(--gray-900) !important;
	}

	#ktMenu .category-menu-item .link-level-1 .mobile-menu-icon {
		width: 2.125rem;
		height: 2.125rem;
		margin-right: 0.75rem;
		fill: currentColor;
	}

	#ktMenu .category-menu-item .link-level-1 .level-arrow {
		width: 1.25rem;
		height: 1.25rem;
		margin-left: 0.75rem;
		fill: currentColor;
	}

	#h-contacts-mobile .other-contacts {
		display: block;
		padding: 0.375rem;
	  border-radius: 0.35rem;
	}

	#h-contacts-mobile .other-contacts svg {
		width: 26px;
		height: 26px;
		fill: var(--white);
	}

	/** Category, Search and Others **/
}

/** Responsive: less than 768px **/
@media (max-width: 767px) {
	/** Product **/
	.product_product #footer-fixed-buttons {
		display: none !important;
	}
}

/** Responsive: less than 576px **/
@media (max-width: 575px) {
	.front-categores-banner .h5 {
		font-size: 1rem;
	}

	/** Category, Search and Others **/


	/** Product **/
	.hp-product-name.h2 {
		font-size: 1.5rem;
	}

	.custom-control.custom-checkbox .custom-control-label {
		font-size: 0.95rem;
	}
}

/** Responsive: less than 420px **/
@media (max-width: 419px) {
	.front-categores-banner .h5 {
		font-size: 0.85rem;
	}

	.hpm-cat-box .hcol-price {
    margin-top: -0.25rem;
		font-size: 1.075rem;
	}

	#footer_contacts .other-contacts svg {
		width: 22px;
		height: 22px;
	}

	/** Product **/
	.product-qty-block .btn-lg {
		font-size: 1.125rem;
	}

	.product-qty-block .btn-lg.scroller {
		font-size: 0.95rem;
		line-height: calc(1.125rem * 1.5);
	}

	.product-qty-block .h5 {
		font-size: 1.125rem;
	}

	.product-qty-block .h3 {
		font-size: 1.5rem;
	}

	.custom-control.custom-checkbox .custom-control-label {
		font-size: 0.9rem;
	}

	.product-form-buttons .container {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}


	/** Simple Checkout **/
	#simplecheckout_cart .options {
		font-size: 0.9rem;
	}
}

/** Responsive: less than 380px **/
@media (max-width: 379px) {
	.custom-control.custom-checkbox .custom-control-label {
		font-size: 0.85rem;
	}
}

/** Responsive: less than 360px **/
@media (max-width: 359px) {}
