body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: bolder;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	border-radius: 10px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #000;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #000;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #000;
}
/* cart */
#cart {
	margin: 20px 0;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
#cart.open > .btn {
	background-image: none;
	background-color: #edbe30;
	border: 1px solid #E6E6E6;
	color: #333;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #3a3a3a;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #000;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #000;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #000;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #000;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #000;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #000;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #000;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 130px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #333;
}
footer a:hover {
	color: #000;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #000;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.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: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #000;
	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: #000;
	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: #000;
	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: #000;
	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: #000;
	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 #fff;
}
.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 #000;
}
/* carousel */
.carousel-caption {
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}
body {
    background: #000;
}
div#logo img {
    max-height: 80px;
}
header {
    position: sticky;
    padding: 0 25px;
    z-index: 997;
    top: 0;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 #ffffff17;
    background: #3a3a3a;
}
span.overlay {
    background: #ffc000;
}
figure.intro {
    transform: rotate(180deg);
}
ul.menu-list {
    list-style: none;
}

ul.menu-list li {
    background: transparent;
    transition: 0.3s;
    border-radius: 16px;
    cursor: pointer;
    font-weight: bolder;
    color: #fff;
    font-size: 14px;
}
.sticky-bar {
	position: sticky;
	z-index: 998;top:100px;
}

.cart-bar {
    background: #3a3a3a;
    height: calc(100vh - 180px);
    border-radius: 26px;
    display: table;
    width: 100%;
}

.bar-footer {padding: 5px 12px;}

.bar-content {
    height: calc(100% - 120px);
    overflow-y: auto;
}

.bar-header h3 {margin: 0;color: #fff;font-weight: bolder;font-size: 17px;padding: 15px;}

.bar-header {
    border-bottom: 1px solid #000;
}

.btn-primary {
    background: #ffc000;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #58450b;
    padding: 14px;
    font-weight: 500;
    border-radius: 16px;
    box-shadow: 7px 0px 14px 0 #0202027a;
}.slideshow.swiper-viewport {
    border-radius: 26px;
    overflow: hidden;
}

.card {
	background: #3a3a3a;
	flex-basis: calc(100% / 4 - 20px);
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
	margin: 10px;
	border-radius: 13px;
	transition: box-shadow 0.5s;
	}
  @media (max-width: 1400px) {
	.card {
	  flex-basis: calc(100% / 4 - 20px);
	}
  }
  @media (max-width: 1024px) {
	.card {
	  flex-basis: calc(100% / 3 - 20px);
	}
  }

  @media (max-width: 834px) {
	.card {
	  flex-basis: calc(100% / 2 - 20px);
	}
  }
  @media (max-width: 480px) {
	.card {
	  flex-basis: calc(100% / 2 - 10px);
	}
  }
  @media (min-width: 1025px) {
	.card:hover {
	  box-shadow: 0 0 25px rgba(2, 43, 47, 0.1);
	}
  }
  .card__inner {
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
  }
  .card__inner--bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 10px;
	margin: 0;
	}
  @media (max-width: 480px) {
	.card__inner--bottom {
	  padding: 10px;
	}
  }
  .card__btn {
	background: #f9f9fe;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 45px;
	line-height: 45px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 13px;
	z-index: 997;
  }
  @media (max-width: 600px) {
	.card__btn {
	  display: none;
	}
  }
  .card__btn:hover:not(.card__btn--cart) > .card__icon {
	color: #ff4500;
  }
  .card__btn--cart {
	z-index: 19;
	background: #ffc000;
	position: static;
	width: 90%;
	border-radius: 13px;
	transition: opacity 0.5s;
	margin: auto;
	color: #3a3a3a;
	margin-bottom: 11px;
	font-weight: 600;
	font-size: 14px;
	}
  @media (max-width: 600px) {
	.card__btn--cart {
	  display: inline-block;
	  width: 38px;
	  line-height: 38px;
	}
  }
  .card__btn--cart:hover {
	opacity: 0.7;
  }
  .card__icon {
	display: inline-block;
	color: #022b2f;
	width: 23px;
	height: 23px;
	border: 0;
	vertical-align: middle;
	transition: color 0.5s;
  }
  .card__icon--cart {
	color: #3a3a3a;
	top: -16px;
	margin-top: -5px;
	margin-right: 5px;
	}
  @media (max-width: 480px) {
	.card__icon {
	  width: 21px;
	  height: 21px;
	}
  }
  .card__link {
	display: block;
	text-align: left;
	text-transform: none;
	font-weight: 500;
	letter-spacing: 0.01em;
	font-size: 16px;
	color: #fff;
	padding: 0;
	margin: 0;
	transition: color 0.5s;
	}
  @media (max-width: 480px) {
	.card__link {
	  font-size: 12px;
	}
  }
  .card__link:hover {
	text-decoration: none;
	color: #ffc000;
	}
  .card__image {
	display: block;
	max-width: 100%;
	height: auto;
	border: 0;
	margin: auto;
	transition: transform 1.5s;
  }
  .card__title {
	font-size: 16px;
	text-align: center;
	flex-grow: 1;
	padding: 0 15px;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 3px;
  }
  @media (max-width: 480px) {
	.card__title {
	  padding: 0 10px;
	}
  }
  .card__rating {
	display: block;
	text-align: left;
	padding: 0 15px;
  }
  @media (max-width: 480px) {
	.card__rating {
	  padding: 0 10px;
	}
  }
  .card__inner-price {
	padding: 0;
	margin: 0;
  }
  .card__price {
	display: inline-block;
	font-weight: 800;
	font-size: 19px;
	color: #ffffff;
	padding: 0;
	margin: 0;
	}
  @media (max-width: 480px) {
	.card__price {
	  font-size: 13px;
	}
  }
  .card__price--old {
	display: inline-block;
	color: red;
	font-size: 13px;
	padding: 0;
	font-weight: bold;
	margin: 0;
	margin-right: 5px;
	position: relative;
	}
  .card__price--old::after {
	display: block;
	background: red;
	content: "";
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
	height: 1px;
	/* opacity: 0.3; */
	}
  .card__price--new {
	display: block;
	font-weight: 800;
	color: #ffc000;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 20px;
	}
  .card__price--tax {
	display: block;
	font-weight: 700;
	font-size: 10px;
	color: #e7eaf0;
	padding: 0;
	margin: 0;
	margin-top: 2px;
  }
  .rating__icon {
	display: inline-block;
	fill: #e7eaf0;
	width: 13px;
	height: 13px;
	border: 0;
	vertical-align: middle;
  }
  .products-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	margin-bottom: -20px;
	}
  @media (max-width: 480px) {
	.products-list {
	  margin-right: -10px;
	  margin-bottom: -10px;
	}




	
  }
  div#common-home {
    margin-bottom: 134px;
}
ul.menu-list li.active {
    background: #3a3a3a;
}
.bar-header svg.card__icon.card__icon--cart {
    color: #fff;
}
.cart-loader {
    height: 100% !important;
    position: absolute;
    top: 0;
    width: 100% !important;
    backdrop-filter: blur(3px);
}

.cart-loader svg {
    height: 100%;
}
.content-inner {
    position: relative;
    height: 100%;
}
button.card__btn.card__btn--cart.w-auto {
    width: 25px;
    padding: 0 0 0 0;
    height: 25px;
    line-height: 25px;
    border-radius: 6px;
}
.qty {
	margin-top: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.qty button {
    margin: 0 5px;
}
.empty-cart > * {
    color: #666;
}

.empty-cart {
    height: 100%;
    display: block;
    width: 100%;
    font-size: 19px;
    padding-top: 30%;
    text-align: center;
}

.empty-cart > svg {
    width: 110px;
    height: 150px;
}table.table-unstyled {
    width: 100%;
}
.cart-product-total {
    font-size: 18px;
    font-weight: bold;
    vertical-align: bottom;
}
button.card__btn.card__btn--cart.w-auto.danger {
    background: #ff4040;
}
tr.v-top > * {
    color: #fff;
    vertical-align: baseline;
    font-weight: bold;
}

td a {
    color: #fff;
}

div#cart-button {
	display: none;
}
  @media (max-width: 1200px) {
      ul.menu-list {
    display: flex;
    width: 100%;
    z-index: 99999999999999;
    overflow: scroll;
    align-items: center;
    justify-content: flex-start;
    align-content: space-between;
    flex-wrap: nowrap;
    margin-top: 10px;
    flex-direction: row;
}

ul.menu-list li img {
    display: none;
}

.col-sm-2.sticky-bar {
    z-index: 999;
    text-align: center;
    background: #000000ab;
    top: 80px;
    padding: 5px;
    backdrop-filter: blur(3px);
}

ul.menu-list li {
    max-width: 336px;
    width: 400px;
    padding: 10px 16px;
    white-space: nowrap;
    font-size: 11px;
}

.card.category__card:nth-child(even) {
    margin-right: 0px;
    margin-left:5px
}
.card.category__card:nth-child(odd) {
    margin-left: 0px;
    margin-right:5px
}

button.card__btn.card__btn--cart.d-block.w-100 {
    width: 90%;
}
div#cart-side {
    position: fixed;
    top: calc(100%);
    left: 0;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* height: 600px; */
    transition: 0.4s;
    z-index: 999999999999;
}

.col-sm-3.sticky-bar {
    position: initial;
}
div#products-content h2 {
    font-size: 14px;
}

div#products-content h2 img {
    max-width: 60px;
}
  
  div#cart-side.open {
    transform: translate(0px, -100%);
}
div#cart-button {
    display: block;
    padding: 10px;
    background: #3a3a3a;
    width: 100%;
    height: 70px;
    left: 0;
    position: fixed;
    bottom: 0;
	box-shadow: 0 0 10px 0 #00000030;
    z-index: 998;
}

div#backdrop {
    width: 100% !important;
    display: none;
    height: 100% !important;
    top: 0;
    background: #00000069;
    position: fixed;
    z-index: 997;
    backdrop-filter: blur(3px);
}
span.overlay {
    max-height: 180px;
}
header {
	padding-left: 0;
	padding-right: 0;
}
}
footer{
	background-color: #ffc000;
}

.intro {
	position: relative;
	height: auto;
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
	  background-image: -webkit-linear-gradient(55deg, rgba(0, 117, 188, 0.18), rgba(24, 53, 93, 0.35));
	  background-image: linear-gradient(55deg, rgba(0, 117, 188, 0.18), rgba(24, 53, 93, 0.35));
  }
  .intro img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
	mix-blend-mode: multiply;
  }
  
  .intro .caption {
	position: absolute;
	top: 33%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
	color: white;
  }
  .intro .caption h1 {
	display: inline-block;
	width: 70%;
	font-size: 6vw;
	font-weight: 100;
  }
  ul.our-plus {
	  padding-left: 38px;
  }
  .intro .overlay {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
  }.capt{max-width:75%;
  margin:auto;}
  .our-plus li{    line-height: 48px;
	  list-style-image: url(/catalog/landings/template-5/image/nem.jpg);
  }
  .intro .overlay svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .container {
	margin: 0 auto;
	/* padding: 10vw 5vw 0 5vw; */
	color: #ddd;
	font-weight: 300;
	}
  
  
  .container p {
	margin-bottom: 1.5rem;
  }
  
  .container .teaser {
	font-size: 2.6rem;
	text-align: center;
  }
  
  .ripple {
	position: absolute;
	z-index: 0;
	margin-right: -50%; 
	width: 1780px;
	height: 1780px; }
	.ripple .ring {
	  position: absolute !important;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  margin: auto;
	  display: inline-block;
	  border: 1px solid rgba(0, 117, 188, 0.07);
	  border-radius: 50%; }
	  .ripple .ring.r-2 {
		width: 1290px;
		height: 1290px; }
	  .ripple .ring.r-3 {
		width: 850px;
		height: 850px; }
	  .ripple .ring.r-4 {
		width: 574px;
		height: 574px; }
	.ripple .circle {
	  position: absolute !important;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  margin: auto;
	  z-index: 0; }
  .circle {
	position: absolute;
	display: inline-block;
	margin-right: -50%; 
	border-radius: 50%;
	z-index: -1; }
	.circle.c-3 {
	  width: 380px;
	  height: 380px;
	  background: rgba(0, 117, 188, 0.07); }
	.circle.c-8 {
	  width: 460px;
	  height: 460px;
	  background: rgba(0, 117, 188, 0.07); }
	.circle.c-17 {
	  width: 380px;
	  height: 380px;
	  background: rgba(0, 117, 188, 0.07); }
	.circle.c-1 {
	  width: 240px;
	  height: 240px;
	  background: rgba(0, 117, 188, 0.07); }
	.circle.c-2 {
	  width: 180px;
	  height: 180px;
	  background: #f3f6f5; }
	.circle.c-4 {
	  width: 380px;
	  height: 380px;
	  background: #f3f6f5; }
	.circle.c-5 {
	  width: 200px;
	  height: 200px;
	  background: rgba(0, 117, 188, 0.07); }
	.circle.c-6 {
	  width: 130px;
	  height: 130px;
	  background: rgba(0, 117, 188, 0.07); }
	.circle.c-7 {
	  width: 320px;
	  height: 320px;
	  background: #f3f6f5; }
	.circle.c-9 {    margin-left: -52%;
	margin-top:-45px;
	  width: 130px;
	  height: 130px;
	  background: rgba(0, 117, 188, 0.07); }
	.circle.c-10 {
	  width: 460px;
	  height: 460px;
	  background: rgba(0, 117, 188, 0.07); }
	.circle.c-11 {
	  width: 240px;
	  height: 240px;
	  background: #f3f6f5; }
	.circle.c-12 {
	  width: 130px;
	  height: 130px;
	  background: #fafcfb; }
	.circle.c-13 {
	  width: 340px;
	  height: 340px;
	  background: rgba(0, 117, 188, 0.07); }
	.circle.c-14 {
	  width: 260px;
	  height: 260px;
	  background: rgba(0, 117, 188, 0.07); }
	.circle.c-15 {
	  width: 140px;
	  height: 140px;
	  background: #fafcfb; }
	.circle.c-16 {
	  width: 210px;
	  height: 210px;
	  background: #f5f8f7; }
	.circle.c-18 {
	  width: 590px;
	  height: 590px;
	  background: rgba(0, 117, 188, 0.07); }
	.circle.c-19 {
	  width: 1060px;
	  height: 1060px;
	  background: rgba(0, 117, 188, 0.07); }
   .ripple {
	   margin-top:-100px;
	  margin-left: -1209px; }
  body {
	  overflow-x: hidden;
  }
  @-webkit-keyframes floating {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(-5px, 10px); }
	to {
	  transform: translate(0, 0px); } }
  @-moz-keyframes floating {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(-5px, 10px); }
	to {
	  transform: translate(0, 0px); } }
  @-ms-keyframes floating {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(-5px, 10px); }
	to {
	  transform: translate(0, 0px); } }
  @keyframes floating {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(-5px, 10px); }
	to {
	  transform: translate(0, 0px); } }
  .si-floating {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: floating infinite ease-in-out 3s;
	-moz-animation: floating infinite ease-in-out 3s;
	-ms-animation: floating infinite ease-in-out 3s;
	animation: floating infinite ease-in-out 3s; }
  
  @-webkit-keyframes floating2 {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(5px, 10px); }
	to {
	  transform: translate(0, 0px); } }
  @-moz-keyframes floating2 {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(5px, 10px); }
	to {
	  transform: translate(0, 0px); } }
  @-ms-keyframes floating2 {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(5px, 10px); }
	to {
	  transform: translate(0, 0px); } }
  @keyframes floating2 {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(5px, 10px); }
	to {
	  transform: translate(0, 0px); } }
  .si-floating2 {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: floating2 infinite ease-in-out 3s;
	-moz-animation: floating2 infinite ease-in-out 3s;
	-ms-animation: floating2 infinite ease-in-out 3s;
	animation: floating2 infinite ease-in-out 3s; }
  
  @-webkit-keyframes floating3 {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(0px, 10px); }
	to {
	  transform: translate(0, 0px); } }
  @-moz-keyframes floating3 {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(0px, 10px); }
	to {
	  transform: translate(0, 0px); } }
  @-ms-keyframes floating3 {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(0px, 10px); }
	to {
	  transform: translate(0, 0px); } }
  @keyframes floating3 {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(0px, 10px); }
	to {
	  transform: translate(0, 0px); } }
  .si-floating3 {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: floating3 infinite ease-in-out 3s;
	-moz-animation: floating3 infinite ease-in-out 3s;
	-ms-animation: floating3 infinite ease-in-out 3s;
	animation: floating3 infinite ease-in-out 3s; }
  
  @-webkit-keyframes floating4 {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(-10px, -10px); }
	to {
	  transform: translate(0, 0px); } }
  @-moz-keyframes floating4 {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(-10px, -10px); }
	to {
	  transform: translate(0, 0px); } }
  @-ms-keyframes floating4 {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(-10px, -10px); }
	to {
	  transform: translate(0, 0px); } }
  @keyframes floating4 {
	from {
	  transform: translate(0, 0px); }
	50% {
	  transform: translate(-10px, -10px); }
	to {
	  transform: translate(0, 0px); } }
  .si-floating4 {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: floating4 infinite ease-in-out 3s;
	-moz-animation: floating4 infinite ease-in-out 3s;
	-ms-animation: floating4 infinite ease-in-out 3s;
	animation: floating4 infinite ease-in-out 3s; }
  
  @-webkit-keyframes floating5 {
	from {
	  transform: translate(0, -5px); }
	50% {
	  transform: translate(0, 5px); }
	to {
	  transform: translate(0, -5px); } }
  @-moz-keyframes floating5 {
	from {
	  transform: translate(0, -5px); }
	50% {
	  transform: translate(0, 5px); }
	to {
	  transform: translate(0, -5px); } }
  @-ms-keyframes floating5 {
	from {
	  transform: translate(0, -5px); }
	50% {
	  transform: translate(0, 5px); }
	to {
	  transform: translate(0, -5px); } }
  @keyframes floating5 {
	from {
	  transform: translate(0, -5px); }
	50% {
	  transform: translate(0, 5px); }
	to {
	  transform: translate(0, -5px); } }
  .si-floating5 {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: floating5 infinite ease-in-out 2s;
	-moz-animation: floating5 infinite ease-in-out 2s;
	-ms-animation: floating5 infinite ease-in-out 2s;
	animation: floating5 infinite ease-in-out 2s; }
  
  @-webkit-keyframes scale {
	from {
	  transform: scale(1); }
	50% {
	  transform: scale(1.3); }
	to {
	  transform: scale(1); } }
  @-moz-keyframes scale {
	from {
	  transform: scale(1); }
	50% {
	  transform: scale(1.3); }
	to {
	  transform: scale(1); } }
  @-ms-keyframes scale {
	from {
	  transform: scale(1); }
	50% {
	  transform: scale(1.3); }
	to {
	  transform: scale(1); } }
  @keyframes scale {
	from {
	  transform: scale(1); }
	50% {
	  transform: scale(1.3); }
	to {
	  transform: scale(1); } }
  .si-scale {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: scale infinite ease-in-out 2s;
	-moz-animation: scale infinite ease-in-out 2s;
	-ms-animation: scale infinite ease-in-out 2s;
	animation: scale infinite ease-in-out 2s; }
  
  @-webkit-keyframes scale2 {
	from {
	  transform: scale(1) rotate(-4deg); }
	50% {
	  transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
	to {
	  transform: scale(1) rotate(-4deg); } }
  @-moz-keyframes scale2 {
	from {
	  transform: scale(1) rotate(-4deg); }
	50% {
	  transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
	to {
	  transform: scale(1) rotate(-4deg); } }
  @-ms-keyframes scale2 {
	from {
	  transform: scale(1) rotate(-4deg); }
	50% {
	  transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
	to {
	  transform: scale(1) rotate(-4deg); } }
  @keyframes scale2 {
	from {
	  transform: scale(1) rotate(-4deg); }
	50% {
	  transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
	to {
	  transform: scale(1) rotate(-4deg); } }
  .si-scale2, .chemical-item:hover [class*='image'] .icon, .chemical-item:hover [class*='image'] ul.checked li::before, ul.checked .chemical-item:hover [class*='image'] li::before, .chemical-item:hover [class*='image'] .owl-prev, .chemical-item:hover [class*='image'] .owl-next, .chemical-item:hover [class*='image'] .jq-selectbox__trigger-arrow, .chemical-item:hover [class*='image'] .si-close, .advantage-item:hover [class*='image'] .icon, .advantage-item:hover [class*='image'] ul.checked li::before, ul.checked .advantage-item:hover [class*='image'] li::before, .advantage-item:hover [class*='image'] .owl-prev, .advantage-item:hover [class*='image'] .owl-next, .advantage-item:hover [class*='image'] .jq-selectbox__trigger-arrow, .advantage-item:hover [class*='image'] .si-close, .howto-item:hover [class*='image'] .icon, .howto-item:hover [class*='image'] ul.checked li::before, ul.checked .howto-item:hover [class*='image'] li::before, .howto-item:hover [class*='image'] .owl-prev, .howto-item:hover [class*='image'] .owl-next, .howto-item:hover [class*='image'] .jq-selectbox__trigger-arrow, .howto-item:hover [class*='image'] .si-close {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: scale2 infinite ease-in-out 2s;
	-moz-animation: scale2 infinite ease-in-out 2s;
	-ms-animation: scale2 infinite ease-in-out 2s;
	animation: scale2 infinite ease-in-out 2s; }
  
  @-webkit-keyframes si-button-pulse {
	from {
	  box-shadow: 0 0 8px 6px #ffa70f, 0 0 12px 14px #ffa70f; }
	to {
	  box-shadow: 0 0 18px 6px #ffa70f, 0 0 4px 71px #ffa70f; } }
  @-moz-keyframes si-button-pulse {
	from {
	  box-shadow: 0 0 8px 6px #ffa70f, 0 0 12px 14px #ffa70f; }
	to {
	  box-shadow: 0 0 18px 6px #ffa70f, 0 0 4px 71px #ffa70f; } }
  @-ms-keyframes si-button-pulse {
	from {
	  box-shadow: 0 0 8px 6px #ffa70f, 0 0 12px 14px #ffa70f; }
	to {
	  box-shadow: 0 0 18px 6px #ffa70f, 0 0 4px 71px #ffa70f; } }
  @keyframes si-button-pulse {
	from {
	  box-shadow: 0 0 8px 6px #ffa70f, 0 0 12px 14px #ffa70f; }
	to {
	  box-shadow: 0 0 18px 6px #ffa70f, 0 0 4px 71px #ffa70f; } }
  .pulse-button:hover {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: si-button-pulse 0.8s 0s ease-out 1;
	-moz-animation: si-button-pulse 0.8s 0s ease-out 1;
	-ms-animation: si-button-pulse 0.8s 0s ease-out 1;
	animation: si-button-pulse 0.8s 0s ease-out 1;
	box-shadow: none; }
  
  @-webkit-keyframes shake {
	0%, 100% {
	  transform: translate3d(0, 0, 0); }
	10%, 30%, 50%, 70%, 90% {
	  transform: translate3d(-10px, 0, 0); }
	20%, 40%, 60%, 80% {
	  transform: translate3d(10px, 0, 0); } }
  @-moz-keyframes shake {
	0%, 100% {
	  transform: translate3d(0, 0, 0); }
	10%, 30%, 50%, 70%, 90% {
	  transform: translate3d(-10px, 0, 0); }
	20%, 40%, 60%, 80% {
	  transform: translate3d(10px, 0, 0); } }
  @-ms-keyframes shake {
	0%, 100% {
	  transform: translate3d(0, 0, 0); }
	10%, 30%, 50%, 70%, 90% {
	  transform: translate3d(-10px, 0, 0); }
	20%, 40%, 60%, 80% {
	  transform: translate3d(10px, 0, 0); } }
  @keyframes shake {
	0%, 100% {
	  transform: translate3d(0, 0, 0); }
	10%, 30%, 50%, 70%, 90% {
	  transform: translate3d(-10px, 0, 0); }
	20%, 40%, 60%, 80% {
	  transform: translate3d(10px, 0, 0); } }
  .si-error {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: shake 1 linear 0.8s;
	-moz-animation: shake 1 linear 0.8s;
	-ms-animation: shake 1 linear 0.8s;
	animation: shake 1 linear 0.8s; }
  
  @-webkit-keyframes buzz-out {
	10% {
	  transform: translateX(3px) rotate(2deg); }
	20% {
	  transform: translateX(-3px) rotate(-2deg); }
	30% {
	  transform: translateX(3px) rotate(2deg); }
	40% {
	  transform: translateX(-3px) rotate(-2deg); }
	50% {
	  transform: translateX(2px) rotate(1deg); }
	60% {
	  transform: translateX(-2px) rotate(-1deg); }
	70% {
	  transform: translateX(2px) rotate(1deg); }
	80% {
	  transform: translateX(-2px) rotate(-1deg); }
	90% {
	  transform: translateX(1px) rotate(0deg); }
	100% {
	  transform: translateX(-1px) rotate(0deg); } }
  @-moz-keyframes buzz-out {
	10% {
	  transform: translateX(3px) rotate(2deg); }
	20% {
	  transform: translateX(-3px) rotate(-2deg); }
	30% {
	  transform: translateX(3px) rotate(2deg); }
	40% {
	  transform: translateX(-3px) rotate(-2deg); }
	50% {
	  transform: translateX(2px) rotate(1deg); }
	60% {
	  transform: translateX(-2px) rotate(-1deg); }
	70% {
	  transform: translateX(2px) rotate(1deg); }
	80% {
	  transform: translateX(-2px) rotate(-1deg); }
	90% {
	  transform: translateX(1px) rotate(0deg); }
	100% {
	  transform: translateX(-1px) rotate(0deg); } }
  @-ms-keyframes buzz-out {
	10% {
	  transform: translateX(3px) rotate(2deg); }
	20% {
	  transform: translateX(-3px) rotate(-2deg); }
	30% {
	  transform: translateX(3px) rotate(2deg); }
	40% {
	  transform: translateX(-3px) rotate(-2deg); }
	50% {
	  transform: translateX(2px) rotate(1deg); }
	60% {
	  transform: translateX(-2px) rotate(-1deg); }
	70% {
	  transform: translateX(2px) rotate(1deg); }
	80% {
	  transform: translateX(-2px) rotate(-1deg); }
	90% {
	  transform: translateX(1px) rotate(0deg); }
	100% {
	  transform: translateX(-1px) rotate(0deg); } }
  @keyframes buzz-out {
	10% {
	  transform: translateX(3px) rotate(2deg); }
	20% {
	  transform: translateX(-3px) rotate(-2deg); }
	30% {
	  transform: translateX(3px) rotate(2deg); }
	40% {
	  transform: translateX(-3px) rotate(-2deg); }
	50% {
	  transform: translateX(2px) rotate(1deg); }
	60% {
	  transform: translateX(-2px) rotate(-1deg); }
	70% {
	  transform: translateX(2px) rotate(1deg); }
	80% {
	  transform: translateX(-2px) rotate(-1deg); }
	90% {
	  transform: translateX(1px) rotate(0deg); }
	100% {
	  transform: translateX(-1px) rotate(0deg); } }
  .buzz-out {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: buzz-out 1 linear 1s;
	-moz-animation: buzz-out 1 linear 1s;
	-ms-animation: buzz-out 1 linear 1s;
	animation: buzz-out 1 linear 1s; }
  
  @-webkit-keyframes si-rotate {
	from {
	  transform: rotate(0deg); }
	to {
	  transform: rotate(360deg); } }
  @-moz-keyframes si-rotate {
	from {
	  transform: rotate(0deg); }
	to {
	  transform: rotate(360deg); } }
  @-ms-keyframes si-rotate {
	from {
	  transform: rotate(0deg); }
	to {
	  transform: rotate(360deg); } }
  @keyframes si-rotate {
	from {
	  transform: rotate(0deg); }
	to {
	  transform: rotate(360deg); } }
  .si-rotate {
	will-change: transform;
	transform: translate3d(0, 0, 0);
	-webkit-animation: si-rotate infinite linear 1.8s;
	-moz-animation: si-rotate infinite linear 1.8s;
	-ms-animation: si-rotate infinite linear 1.8s;
	animation: si-rotate infinite linear 1.8s; }
  hr.burgerstein {
	  border-top: 7px dotted #eee !important;margin-bottom: 9px;
	  margin-top: 0;
  }
.oct-checkout-block {
    border-radius: 26px;
}

div#cart-table {
    border-radius: 26px;
    overflow: hidden;
    padding: 26px 0px;
    background: #3a3a3a;
}
.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 20px;
}

.col-lg-6.mt-4.mt-md-0 {
    margin-bottom: 20px;
}

main.oct-checkout.row.g-3.g-md-4.mt-3 {
    margin-bottom: 61px;
}
.color-orange {
    color: #ffc000;
    font-weight: bold;
    display: block;
    margin-top: 8px;
}

.delivery-info, .delivery-info * {
    /* font-weight: bold; */
    font-size: 17px;
    color: #fff;
    line-height: 22px;
}
.bold-black {
    color: #333;
}
svg.card__icon.card__icon--cart.call-mobile {
    height: 40px;
    width: 40px;
    fill: none;
    margin-top: 20px;
    stroke: #ffc000;
    stroke-width: 32px;
}
.col-lg-2.sticky-bar {
    background: #000000b5;
    top: 90px;
    z-index: 997;
    backdrop-filter: blur(3px);
    padding: 5px;
}

@media (min-width: 1200px) {
	
svg#menu-button {
     margin-right: 30px; 
}
	header {
	z-index: 999;
	}
  }
  div#product-product a.thumbnail:after {content: " ";display: block;width: 100%;position: absolute;height: 100px;bottom: 23px;background: linear-gradient(transparent, black 90%);}
  div#logo > * {
    display: inline-block;
}
.call-mobile{cursor:pointer}
img.img-responsive.payment {
    max-width: 200px;
}
.over-menu {
    position: fixed;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 45px;
    height: 100%;
    background: #000000bd;
    display: block;
    width: 100% !important;
    text-align: center;
    top: 0;
    left: 0;
    color: #fff;
    backdrop-filter: blur(19px);
    z-index: 999;
}

.over-menu > ul {
    list-style: none;
    color: #fff;
    padding: 0;
}

.over-menu a {
    color: #fff !important;
}

svg#menu-hide-button {
    height: 40px;
    width: 40px;
    fill: none;
    stroke: #fff;
    stroke-width: 32px;
    margin: auto;
}
div#logo {
    display: flex;
}
ul.breadcrumb {
    display: none;
}
ul.breadcrumb {
    display: none;
}

p.spec-sub {
    color: #ddd;
    font-size: 19px;
    text-align: center;
}

.mb-x {
    margin-bottom: 100px;
}

.button-group a {
	width: 200px;
	height: 60px;
	display: block;
	padding: 0 5px 0 25px;
	margin: 10px 0px;
	background: #f0f0f0;
	border-radius: 6px;
	color: #000;
	text-align: left;
	transition: all .3s ease-in-out
}

.button-group a:hover {
	transform: translateY(-5px);
	box-shadow: -5px 10px 30px #0000001a
}

.button-group a .icon {
	margin-right: 15px
}

.button-group a span {
	font-size: 11px;
	color: #737373;
	line-height: 38px;
	display: block;
	margin-bottom: -11px;
	margin-top: -15px;
}

.button-group a strong {
	font-weight: 500;
	font-size: 18px;
	display: block
}

.button-group a.ios-button {
	background: #303030;
	color: #fff
}

.button-group a.ios-button span {
	color: #ffffffb3
}

a.d-flex.align-items-center {
    display: flex;
    align-items: center !important;
}
img.img-responsive.payment {
    max-width: 170px;
    margin: 20px 5px;
}
svg#qrcode {
    max-width: 350px;
    margin: auto;
}

div#modal-app {}

div#modal-app a.d-flex {
    margin: auto;
    margin-bottom: 30px;
}

div#modal-app {}

div#modal-app a.d-flex {
}
#modal-app .row.text-center.d-sm-flex.align-items-center.justify-content-center.button-group {
    display: flex;
}
@media (max-width: 1024px) {
    #modal-app .row.text-center.d-sm-flex.align-items-center.justify-content-center.button-group {
    display: block;
}
}
#modal-app .row.text-center.d-sm-flex.align-items-center.justify-content-center.button-group {
    display: flex;
}
@media (max-width: 1024px) {
    #modal-app .row.text-center.d-sm-flex.align-items-center.justify-content-center.button-group {
    display: block;
}
}

h5.modal-title {
    color: #ffc000;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

button.close {
    display: block;
    width: 100%;
    transition: 0.3s;
    text-align: center;
    color: #ffc000;
    font-size: 35px;
    text-shadow: none;
    opacity: 1;
    font-weight: lighter;
    line-height: 48px;
}

button.close:hover {
    color: #ffc000;
    transform: rotate(90deg);
}

.radio-option {
    background: #292929;
    display: flex;
    box-shadow: inset 0 0 10px 0 #0000001c;
    margin:0px 5px;
    padding: 7px;
    border-radius: 10px;
    justify-content: space-around;
}

.radio-option > input {
    display: none;
}

.radio-option > label {
    width: 100%;
    border-radius: 7px;
    border: none;
    box-shadow: none;
}

.radio-option > input.checked + label, .radio-option > input:checked + label {
    background: #3a3a3a;
    box-shadow: 0 0 10px 0 #00000038;
}

label.control-label {
    margin: 0 5px;
}