@font-face {
	font-family: 'NT Somic';
	src: url('../fonts/NTSomic-Regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/NTSomic-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'NT Somic';
	src: url('../fonts/NTSomic-Medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/NTSomic-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'NT Somic';
	src: url('../fonts/NTSomic-Bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/NTSomic-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
	font-style: normal;
	font-weight: 600;
}

body {
	font-family: 'NT Somic', sans-serif;
	font-weight: 400;
	color: #232323;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #232323;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	margin-bottom: 64px;
	font-size: 120px;
	font-weight: 400;
	letter-spacing: -3.6px;
}
.product-product h1 {
	margin-bottom: 24px;
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -0.96px;
}
.blog-article h1 {
	font-size: 44px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -1.32px;
}
.information-information p {
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.6px;
}
.placeholder_black {
	min-height: 680px;
	margin: 64px 0;
	border-radius: 32px;
	background: #232323;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #232323;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
.bg_white {
	background-color: #fff;
}
.flex {
	display: flex;
}
.column {
	flex-direction: column;
}
.center {
	align-items: center;
}
.middle {
	justify-content: center;
}
.start {
	justify-content: flex-start;
}
.between {
	justify-content: space-between;
}
.end {
	justify-content: flex-end;
}
.gap-5 {
	gap: 5px;
}
.gap-8 {
	gap: 8px; 
}
.gap-10 {
	gap: 10px;
}
.gap-15 {
	gap: 15px;
}
.gap-20 {
	gap: 20px;
}
.gap-30 {
	gap: 30px;
}
.gap-40 {
	gap: 40px;
}
.col-xs-1-10, .col-sm-1-10 {
  position: relative;
  min-height: 1px;
}
.col-xs-1-10 {
  width: 10%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-10 {
    width: 10%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-10 {
    width: 10%;
    float: left;
  }
}
@media (min-width: 1200px) {
	.col-lg-1-10 {
		width: 10%;
		float: left;
	}
	.col-lg-5 {
		width: 45%;
	}
	.col-lg-7 {
		width: 55%;
	}
	.visible-lg {
		display: flex!important;
	}
}
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;
}
/* nav */
.overlay {
	display: none;
	position: fixed;
	top: 89px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}
.navbar.open .overlay {
	display: block;
}
header .row.flex.center {
	position: relative;
	margin: 0;
}
.catalog_menu .navbar {
	margin: 0;
}
.catalog_menu .nav>li, .catalog_menu .navbar-nav, .catalog_menu .navbar, header .col-lg-5.flex.center, header .col-lg-7.flex.center {
    position: unset;
}
.catalog_menu .dropdown-menu, .catalog_menu .navbar-nav .open .dropdown-menu {
	position: absolute;
	top: 89px;
	left: -15px;
    right: -15px;
    width: auto;
	padding: 34px 34px 64px 34px;
	border-radius: 0px 0px 32px 32px;
	background-color: #fff;
	box-shadow: none;
	border: none;
}
.catalog_menu .list-unstyled.flex {
	width: 100%;
    justify-content: space-between;
}
.catalog_menu .subs {
	margin-top: 40px;
}
.catalog_menu .subs li {
	margin-top: 20px;
}
.menu {
	gap: 32px;
}
#menu {
	display: none;
}
.common-home #menu {
	display: block;
	background-color: #232323;
}
#menu .nav .open>a, #menu .nav .open>a:focus, #menu .nav .open>a:hover, #menu .navbar-nav>li>a:hover, #menu .dropdown-menu li > a:hover {
	background-color: transparent;
	background-image: none;
}
#menu .dropdown-menu li > a, #menu .dropdown-menu li > a:hover {
	color: #232323;
}
#menu .dropdown-menu li {
	margin-bottom: 20px;
}
#menu .dropdown-menu li:last-child {
	margin-bottom: 0;
}
#menu .navbar {
	margin: 0;
}
#menu .navbar-nav>li a {
	display: flex;
	gap: 8px;
	margin-right: 24px;
}
#menu .navbar-nav>li>a {
	padding: 0;
	font-size: 16px;
	line-height: 48px;
}
#menu .arrow {
    width: 20px;
    height: 20px;
    background-image: url(/catalog/view/theme/atom/image/icon_arrow_black.svg);
    background-repeat: no-repeat;
}
.common-home #menu .arrow {
	background-image: url(/catalog/view/theme/atom/image/icon_arrow.svg);
}
#menu .open .arrow {
    transform: rotate(180deg);
}
#menu .navbar-nav>li>.dropdown-menu {
	padding: 32px;
	border: none;
	border-radius: 32px;
	box-shadow: none;
}
#menu .navbar-nav>li .dropdown-inner {
	display: flex;
}
#menu .navbar-nav>li .dropdown-inner > ul {
	min-width: 180px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}
/* content */
#content {
	min-height: 600px;
}
/* header */
.product-product header {
	background: linear-gradient(to right, #F6F6F6 45%, #FFFFFF 45%);
}
header .col-lg-5.flex.center, header .col-lg-7.flex.center {
	padding: 12px 0;
}
.product-product header .col-lg-5.flex.center {
	background-color: #F6F6F6;
}
header {
	position: sticky;
	top: 0;
	padding: 0;
	border-bottom: 1px solid rgba(35, 35, 35, 0.08);
	background-color: #fff;
	z-index: 9;
}
header a, #menu a, .common-home header .dropdown-menu a {
	color: #232323;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.48px;
}
.common-home header .dropdown-menu .subs a {
	font-size: 20px;
	line-height: 24px;
}
.common-home header .dropdown-menu .subs a:hover {
	color: rgba(35, 35, 35, 0.7);
}
.common-home header {
	background-color: #232323;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.common-home header, .common-home header a, .common-home #menu a {
	color: #fff;
}
.common-home header a:hover, .common-home #menu a:hover {
	color: rgba(255, 255, 255, 0.7);
}
.catalog_menu .nav>li>a {
	display: flex;
}
header .col-md-8 {
	padding-left: 0;
}
/* footer */
footer {
	float: left;
    width: 100%;
	margin-top: 30px;
	background-color: #232323;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover, footer a:focus, footer a:hover {
	color: rgba(255, 255, 255, 0.7);	
}
footer ul.flex {
	padding: 0;
}
footer ul > li > a {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.48px;
}
.footer_contacts {
	margin-bottom: 64px;
	border-bottom: 1px solid #313131;
}
.footer_contacts .flex > span {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.48px;
	color: #555555;
}
.footer_contacts .flex > a {
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: -0.96px;
}
.footer_contacts .col-sm-6 {
	height: 144px;
}
.footer_contacts .col-sm-6:first-child {
	border-right: 1px solid #313131;
}
@media (max-width: 768px) {
	.footer_contacts .col-sm-6:first-child {
		border-right: none;
		border-bottom: 1px solid #313131;
	}
}
.powered {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.48px;
	color: #555;
}
.powered > div {
	margin-bottom: 24px;
}
/* more */
.icon {
	padding: 16px;
	line-height: 9px;
	background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
}
.view-all {
	padding: 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	border: 1px solid rgba(35, 35, 35, 0.08);
	border-radius: 90px;
}
.navigation {
	gap: 12px;
}
.navigation .icon {
	border-color: rgba(35, 35, 35, 0.08);
}
.navigation .swiper-button-disabled {
	fill-opacity: 0.2;
}
.slideshow .navigation, .slideshow .pagination {
	position: absolute;
	left: 70px;
	bottom: 32px;
	z-index: 1;
}
.slideshow .pagination {
	left: 18px;
	bottom: 24px;
}
.slideshow .icon {
	border-color: rgba(255, 255, 255, 0.20);
}
.module {
	margin-top: 120px;
	margin-bottom: 120px;
}
.module .head {
	margin-bottom: 40px;
}
.module h3 {
	margin: 0 0 32px 0;
	font-size: 60px;
	font-weight: 400;
}
.slider .products {
	width: 100%;
}
.featured .banner img {
	border-radius: 0px 32px 32px 0px;
}
.category .flex > a {
	padding: 40px 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.6px;
	border-radius: 32px;
	background-color: #F6F6F6;
}
.category .flex > a:hover {
	color: #fff;
	background-color: #F90080;
}
.product-category .swiper-slide img {
	width: 100%;
}
.filter #prostofilter-groupprice {
	display: flex;
	justify-content: center;
}
.filter .slider-handle {
	top: -7px;
    border: 14px solid #232323;
    background-color: rgb(255, 255, 255);
    background-image: none;
    padding: 4px;
}
.filter .slider-selection {
	background-color: #232323;
    background-image: none;
}
.filter .slider.slider-horizontal .slider-handle {
    margin-left: -13px;
}
.filter .slider.slider-horizontal {
	width: 90%;
}
.filter .slider.slider-horizontal .slider-track {
    height: 3px;
    margin-top: initial;
}
.filter .panel-collapse {
	padding: 20px 35px;
}
/* cart */
#cart > button {
	position: relative;
	background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
header #cart .caption a {
	font-weight: 600;
	color: #fff;
}
#cart.has_products > button:after {
	content: '';
    position: absolute;
    right: 0px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #232323;
    border: 2px solid #fff;
}
.common-home #cart.has_products > button:after {
	background-color: #fff;
    border-color: #232323;
}
#cart .dropdown-menu {
    top: 60px;
	width: 500px;
	padding: 16px;
	color: #fff;
	border: none;
	box-shadow: none;
	border-radius: 32px;
	background: #7976FB;
}
#cart .dropdown-menu .buttons {
	margin-top: 30px;
}
#cart .dropdown-menu p {
	margin: 0;
}
#cart .products {
	max-height: 40vh;
	padding: 15px;
    overflow-y: auto;
}
#cart .products::-webkit-scrollbar-track {border-radius: 4px;}
#cart .products::-webkit-scrollbar {width: 6px;}
#cart .products::-webkit-scrollbar-thumb {border-radius: 4px;background: #f0f2f5;}
#cart .products:hover::-webkit-scrollbar-thumb {background: #6a7d9b;}
#cart .products .image {
	height: 100%;
	padding: 16px;
	border-radius: 20px;
	background-color: #fff;
}
#cart .products .total {
	min-width: 80px;
    text-align: right;
}
#cart .totals {
    padding: 10px 0 0 0;
    border-top: 2px solid #fff;
}
.checkout-cart form p {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.72px;
}
.checkout-cart form .btn {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.48px;
	margin: 40px 0 24px 0;
	border-radius: 90px;
	color: #232323;
	background-color: #fff;
}
.checkout-cart form .totals {
	color: #fff;
	padding: 24px;
	border-radius: 32px;
	background-color: #7976FB;
}
.checkout-cart form .totals p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.48px;
}
.checkout-cart form .product_total {
	font-size: 120px;
	font-weight: 400;
	line-height: 100px;
	letter-spacing: -3.6px;
	color: #EFEFEF;
}
@media (max-width: 768px) {
	.module h3 {
		margin: 0;
		font-size: 32px;
	}
	.slider {
		width: 100%;
	}
	header .col-md-8 {
		position: unset;
	}
	#cart .dropdown-menu {
		width: 100%;
	}
}
/* home */
#common-home {
	display: inline-block;
    width: 100%;
}
#common-home .slideshow .container {
	padding: 0;
}
#common-home .slideshow .swiper-viewport {
	margin: 0;
}
.slideshow .swiper-slide {
	position: relative;
}
.slideshow .caption {
	position: absolute;
    left: 70px;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
}
.slideshow .caption > .flex {
	gap: 32px;
}
.slideshow .caption h3 {
	font-size: 72px;
	font-weight: 400;
	line-height: 68px;
	letter-spacing: -2.16px;
}
header #cart .btn {
	color: #232323;
	background-color: #fff;
	opacity: 1;
}
header #cart .btn.close {
	padding: 8px;
}
.slideshow .caption .btn, header #cart .btn {
	width: fit-content;
	padding: 16px 24px;
    border-radius: 90px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.48px;
}
.slideshow .counter {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.50);
}
.banner img {
	border-radius: 32px;
}
/* product-thumb */
.product-thumb h4 a, .product-thumb .price {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.product-thumb h4 { 
    height: 45px;
}
.product-thumb .price {
	color: #BDBCBC;
}
.product-thumb .image {
	padding: 64px;
	border-radius: 32px;
    background-color: #F6F6F6;
}
.product-thumb .image img {
	margin: 0 auto;
}
.blog_latest .product-thumb .image, .blog-latest .product-thumb .image {
	padding: 0;
}
.blog_latest .product-thumb .image img, .blog-latest .product-thumb .image img {
	border-radius: 32px;
}
.blog_latest .product-thumb h4, .blog-latest .product-thumb h4 {
    height: 95px;
}
.blog_latest .caption p, .blog-latest .caption p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 18px;
	color: #BDBCBC;
}
.testimonial_carousel .product-layout {
	padding: 24px;
	background-color: #F6F6F6;
	border-radius: 32px;
}
.delivery_payment .delivery .col-sm-4:first-child {
	background-color: rgba(249, 0, 128, 1);
	color: #fff;
}
.delivery_payment .payment .col-sm-4:first-child {
	background-color: rgba(121, 118, 251, 1);
	color: #fff;
}
.delivery_payment .col-sm-4 {
	padding: 32px;
	border-radius: 32px;
	background-color: rgba(246, 246, 246, 1);
}
.delivery_payment .delivery > div:first-child > div:first-child, .delivery_payment .payment > div:first-child > div:first-child {
	font-size: 32px;
}
.delivery_payment .delivery > div, .delivery_payment .payment > div {
	font-size: 20px;
	line-height: 24px;
}
.delivery_payment .heading {
	font-size: 24px;
	line-height: 28px;
}
.delivery_payment .icon {
	width: 64px;
    height: 64px;
    padding: 0px;
    background-color: rgba(249, 0, 128, 1);
    border-radius: 50%;
    object-fit: none;
}
.delivery_payment .payment .icon {
	background-color: rgba(121, 118, 251, 1);
}
@media (max-width: 768px) {
	.product-thumb h4 a, .product-thumb .price {
		font-size: 16px;
		line-height: 20px;
	}
	header .category .flex > a {
		width: 31%;
	}
	.slideshow .caption {
		position: relative;
		left: 5%;
	}
	.slideshow .caption h3 {
		font-size: 44px;
		font-weight: 400;
		line-height: 42px;
		letter-spacing: -1.32px;
	}
	.slideshow .caption .btn {
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: -0.48px;
	}
	.slideshow .navigation, .slideshow .pagination {
		left: 5%;
	}
}
@media (max-width: 1024px) {
	h1 {
		font-size: 100px;
		font-weight: 400;
		line-height: 80px;
		letter-spacing: -3px;
	}
	.product-thumb h4 { 
		height: auto;
	}
	.product-thumb .image {
		padding: 25px;
	}
	.banner img {
		object-fit: cover;
		object-position: right;
	}
	.category .flex {
		justify-content: center;
		flex-wrap: wrap;
		gap: 2%;
	}
	header .category .flex {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		padding: 5px 10px;
	}
	header .category .flex img {
		width: 56px;
	}
	.category .flex > a {
		width: 23%;
		margin-bottom: 2%;
	}
}
/* product */
#product-product {
	background: linear-gradient(to right, #F6F6F6 45%, #FFFFFF 45%);
}
#product-product .row {
	margin: 0;
}
#product-product #content {
	padding: 0;
}
#product-product .module {
	margin-top: 0;
	margin-bottom: 0;
}
.product-product .swiper-viewport {
	margin-top: 165px;
}
.product-product .swiper-viewport + .swiper-viewport {
	margin-top: 65px;
}
.product-product .swiper-slide {
    display: flex;
	justify-content: center;
}
.product-product .swiper-pagination-bullet {
	background-color: rgba(35, 35, 35, 0.30);
}
.product-product .swiper-pagination-bullet-active {
	background-color: #232323;
}
#thumbs > li {
	cursor: pointer;
	padding: 15px;
	list-style-type: none;
	opacity: 0.6;
}
#thumbs > li.active {
	opacity: 1;
	background-color: #fff;
}
#thumbs {
	padding: 0;
}
.product-product .form-group .radio {
    position: relative;
    display: inline-block;
}
.product-product .colored .col-sm-7 {
	padding: 0;
}
.product-product .full > .col-sm-5 {
	background-color: #F6F6F6;
}
#tab-specification .panel-group .panel, #filter.panel-group .panel {
	border-radius: 20px;
    border: 1px solid #EFEFEF;
	background-color: #fff;
}
#tab-specification .panel-heading, #filter .panel-heading {
	padding: 0;
	border: none;
	border-radius: 20px;
	background-color: #fff;
}
#tab-specification .panel-group .panel-heading+.panel-collapse>.list-group, #tab-specification .panel-group .panel-heading+.panel-collapse>.panel-body,
#filter .panel-group .panel-heading+.panel-collapse>.list-group, #filter .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none!important;
}
#tab-specification .panel-heading a:not(.collapsed) img, #filter .panel-heading a:not(.collapsed) img {
	transform: rotate(180deg);
}
#tab-specification .panel-heading a, #filter .panel-heading a {
	width: 100%;
	padding: 20px 20px 20px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.6px;
	text-decoration: none!important;
}
#tab-specification .panel-heading a img, #filter .panel-heading a img {
    padding: 8px;
    border: 1px solid rgba(35, 35, 35, 0.08);
    border-radius: 50%;
}
#tab-specification .panel-body > .flex, #filter .panel-body > .flex {
	padding: 20px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.48px;
}
#tab-specification .panel-body > .flex:not(:last-child), #filter .panel-body > .flex:not(:last-child) {
	border-bottom: 1px solid #EFEFEF;
}
#tab-specification .panel-body > .flex > .col-xs-6:first-child, #filter .panel-body > .flex > .col-xs-6:first-child {
	color: #BDBCBC;
}
#tab-description {
	margin-bottom: 30px;
}
#tab-description p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.48px;
}
/* account */
#account-account h2 {
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
}
#account-account .head .added {
	font-size: 32px;
	line-height: 36px;
	color: #BDBCBC;
}
#account-account .list-group-item {
	padding: 10px 0;
	border: none;
	background-color: transparent;
	color: rgba(35, 35, 35, 0.3);
	font-size: 20px;
	line-height: 24px;
}
#account-account .list-group-item.active {
	color: #232323;
}
#account-account .form-horizontal .form-group {
	margin: 0 0 24px 0;
}
#account-account .form-horizontal .control-label {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 18px;
}
#account-account div.required .control-label:before {
	content: none;
}
#account-account div.required .control-label:after {
	content: '*';
	color: rgba(249, 0, 128, 1);
}
#account-account .form-control {
    height: 52px;
	padding: 16px 24px;
	font-size: 16px;
	line-height: 20px;
	color: rgba(189, 188, 188, 1);
    border-radius: 70px;
}
#account-account .btn {
	padding: 16px 24px;
	font-size: 16px;
	line-height: 20px;
}
.orders > a {
	padding: 24px;
	margin-bottom: 20px;
    background: rgba(246, 246, 246, 1);
    border-radius: 32px;
}
.orders > a > div {
	padding: 0;
}
.orders .images img {
	padding: 25px;
    background-color: #fff;
    border-radius: 20px;
}
.orders .images .img {
	position: relative;
}
.orders .images.more .img:last-child:after { 
	content: attr(data-count);
	position: absolute;
	width: 44px;
	height: 44px;
	color: #fff;
	font-size: 16px;
    text-align: center;
    line-height: 44px;
	background-color: rgba(249, 0, 128, 1);
	border-radius: 50%;
}
.orders .number, .orders .added {
	font-size: 16px;
	line-height: 20px;
}
.orders .total {
	font-size: 20px;
	line-height: 24px;
}
.orders .added {
	color: rgba(189, 188, 188, 1);
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	padding: 8px 15px 8px 0;
	background-color: transparent;
}
.breadcrumb a {
	color: #BDBCBC;
}
.breadcrumb li:last-child a {
	color: #232323;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn.active, .btn:active {
	outline: none;
}
.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: none;
	background-color: #e7e7e7;
	background-image: none;
	border-color: unset;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #232323;
	background-image: none;
	border-color: unset;
	border-radius: 90px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #313131;
	border-color: unset;
}
.btn-warning {
	color: #ffffff;
	text-shadow: none;
	background-color: #faa732;
	background-image: none;
	border-color: unset;
}
.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: none;
	background-color: #da4f49;
	background-image: none;
	border-color: unset;
}
.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: none;
	background-color: #5bb75b;
	background-image: none;
	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: none;
	background-color: #df5c39;
	background-image: none;
	border-color: unset;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: none;
	background-color: #363636;
	background-image: none;
	border-color: unset;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
@media (max-width: 768px) {
	.visible-xs {
		display: block!important;
	}
	.hidden-xs {
		display: none!important;
	}
	.bg_white .container {
		padding: 0;
	}
	#product-product .row.full {
		margin: 0 -15px;
	}
	.product-product .row.colored .container, .product-product .row.colored .col-sm-5 {
		padding: 0;
		flex-direction: column;
	}
	.product-product header, #product-product .row.full > .col-sm-5 {
		background: #F6F6F6;
	}
	#product-product {
		background: #fff;
	}
	.product-product .swiper-viewport {
		padding-top: 68px;
		margin: 0;
	}
	.product-product .pagination {
		margin: 24px 0 0 0;
	}
	#product-product .col-sm-7 {
		position: unset;
	}
	.breadcrumb {
		position: absolute;
		top: 0;
	}
	.placeholder_black {
		min-height: 380px;
	}
	#tab-description {
		margin: 30px 0;
	}
}
@media (max-width: 560px) {
	h1 {
		font-size: 46px;
		font-weight: 400;
		line-height: 50px;
		letter-spacing: -1.38px;
	}
	.menu, .icons > .user {
		display: none!important;
	}
	header .between {
		justify-content: flex-end;
		position: unset;
	}
	#cart .dropdown-menu .buttons {
		flex-direction: column;
	}
	#cart .dropdown-menu .buttons .btn {
	    width: 100%;
		margin-bottom: 10px;
	}
	#cart .products > .flex.between {
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}
	#cart .caption {
		order: 1;
	}
	#cart .totals {
		justify-content: center;
		font-size: 26px;
		line-height: 36px;
	}
	.checkout-cart form .totals {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		border-radius: 32px 32px 0 0;
		z-index: 2;
	}
	.checkout-cart form .totals .btn {
		margin: 24px 0 0 0;
	}
	.category .flex > a {
		width: 48%;
		padding: 60px 40px;
		margin-bottom: 2%;
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
	}
	.catalog_menu .dropdown-toggle {
		position: absolute;
		right: 0;
		padding: 0;
		z-index: 1;
	}
	.catalog_menu .category .flex > a {
		width: 100%;
		padding: 0 15px;
	}
	.catalog_menu .dropdown-menu, .catalog_menu .navbar-nav .open .dropdown-menu {
		top: 75px;
	}
	.catalog_menu .dropdown-menu, .catalog_menu .navbar-nav .open .dropdown-menu {
		padding: 18px;
	}
	header .icons {
		margin-right: 40px;
	}
	.module h3 {
		font-size: 32px;
		font-weight: 400;
		line-height: 30px;
	}
	.information-information #content .row.flex {
		flex-direction: column;
	}
	.placeholder_black {
		min-height: 170px;
	}
	.banner img {
		border-radius: 24px;
	}
	footer #logo_footer, footer .powered, footer ul {
		margin-bottom: 32px;
	}
	.footer_contacts .flex > a {
		font-size: 24px;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: -0.72px;
	}
}
@media (min-width: 561px) and (max-width: 768px) {
	.col-sm-4 {
		width: 30%;
	}
	.col-sm-8 {
		width: 70%;
	}
	.menu {
		gap: 25px;
	}
}
@media (min-width: 769px) and (max-width: 1023px) {
	.col-sm-4 {
		width: 45%;
	}
	.col-sm-8 {
		width: 55%;
	}
	#product-product .row.full {
		display: flex;
	}
}
@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) {
	.container {
		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%;
    }
	#product-product .col-sm-5, #product-product .col-sm-7 {
		width: 100%;
	}
}
@media (min-width: 769px) {
	#product-product .col-sm-5 {
		width: 45%;
	}
	#product-product .col-sm-7 {
		width: 55%;
		padding-left: 0;
	}
	#product-product .col-sm-7 #product {
		padding: 0 45px 0 60px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	.col-md-5 {
		width: 45%;
	}
	.col-md-7 {
		width: 55%;
	}	
}
@media (min-width: 1440px) {
	.container {
		width: 1440px;
	}
	#common-home .slideshow .container {
		width: 1440px;
	}
	.container.featured, .container.featured .banner {
		padding: 0;
	}
	.container.featured .slider {
		padding-right: 0;
	}
	.container.featured .head {
		padding-right: 15px;
	}

}
/* 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;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
