@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
	overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6 {
	color: #393e46;
}
/* 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: #e10f50;
}
button:focus {
    outline: none !important
}

:focus {
    outline: none !important
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
    color: #fff;
    text-decoration: none;
}
.dropdown .caret {
	color: #fff;
}
.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: #ffffff;
	background-color: #e10f50;
	background-image: linear-gradient(to bottom, #e10f50, #1f90bb);
	background-repeat: repeat-x;
}
#detach-button-host {
    display: none;
}
/* 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: #ffffff;
	background-color: #e10f50;
	background-image: linear-gradient(to bottom, #e10f50, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #393e46;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
.container {
    max-width: 1230px;
    width: 100%;
}
.header-back {
    width: 140%;
    height: 700px;
    position: absolute;
    background: #02070d;
    border-radius: 100%;
    top: -300px;
    margin: 0 -20%;
    z-index: -1;
}
header {
    padding: 15px 0px;
}
header .col-sm-6 {
    float: right;
    width: 500px;
    text-align: right;
    padding: 10px 15px 0px 0px;
}
header .col-sm-6 .dropdown, #wishlist-total {
    display: inline-block;
    margin-right: 20px;
}
header .col-sm-6 .dropdown a, #wishlist-total {
    font-size: 14px;
    color: #d91252;
    text-decoration: none;
}
header .col-sm-6 .dropdown a img, #wishlist-total img {
    margin-right: 5px;
    margin-top: -3px;
}
.phone {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    display: block;
}
.phone:hover {
	color: #d91252;
}
/* logo */
#logo {
	margin: 0 0 0px 0;
}
#logo img {
	width: 260px;
	height: auto;
}
/* search */
#search {
    margin-bottom: 10px;
    max-width: 350px;
    float: right;
    margin: 0 15px;
    position: absolute;
    right: 0px;
    top: 7px;
}
#search .input-lg {
    border-radius: 0px;
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    border: none;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 15px;
    /* text-shadow: 0 1px 0 #FFF; */
    border-radius: 0px;
    background: #fff;
    border: none;
}
/* cart */
#cart {
    width: auto;
    display: inline-block;
    padding: 0px;
}
#cart > .btn {
	font-size: 14px;
    line-height: 18px;
    color: #FFF;
    padding: 0px;
    border: none;
    background: none;
    box-shadow: none;
}
#cart > .btn img {
    margin-right: 5px;
    margin-top: -3px;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    min-width: 350px !important;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@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 {
    height: 55px;
    padding-right: calc(100% - 770px);
    background: #d91252;
    border-radius: 0px;
    border: none;
}
#menu .navbar-collapse {
	padding-left: 0px;
}
#menu .navbar-nav>li {
    float: left;
    border-right: 2px solid #02070d;
}
#menu .navbar-nav>li:last-child {
	border-right: 0px;
}
#menu .nav > li > a {
    font-size: 13px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    padding: 15px 15px 15px 15px;
    height: 55px;
    background-color: transparent;
    text-transform: uppercase;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background: #fff;
	color: #d91252;
}
#menu .dropdown-menu {
    padding-bottom: 0;
    left: -1px;
}
#menu .navbar-nav>li:hover>.dropdown-menu {
    display: flex;
    width: max-content;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
    display: flex;
    padding-bottom: 7px;
}
#menu .dropdown-inner ul li a {
	background: none;
	color: #d91252;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
}
#menu .dropdown-inner li a:hover {
	color: #d91252;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #e10f50;
	background-image: linear-gradient(to bottom, #e10f50, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    border: none;
    box-shadow: none;
    padding: 0px;
    margin: 0 auto;
    float: none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #e10f50;
}
@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: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#main-video {
    max-width: 90%;
    height: auto;
    margin: 35px auto 0;
}
#main-video video {
	width: 100%;
}
#main-video .owl-wrapper-outer {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}
#main-video .owl-buttons .owl-prev {
    left: -30px;
    opacity: 1;
}
#main-video .owl-buttons .owl-next {
    right: -30px;
    opacity: 1;	
}
.main-header {
    width: 100%;
    display: block;
    margin: 40px 0px 40px;
    text-align: center;
}
.main-header h1 {
	color: #1a1a1a;
	font-size: 34px;
	font-weight: 700;
}
.main-header span {
	color: #1a1a1a;
	font-size: 17px;
	font-weight: 300;
}

.row.imgcategory {
    text-align: center;
    margin-bottom: 25px;
}
.row.imgcategory .product-thumb {
    border: 0px solid #ddd;
    margin-bottom: 0px;
    overflow: visible;
    height: auto;
}
.row.imgcategory .product-thumb .name-category {
    font-size: 18px;
    line-height: 55px;
    font-weight: 700;
    background: #d91252;
    text-transform: uppercase;
    height: 55px;
    width: 100%;
    display: block;
    color: #fff;
    border-radius: 3px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #051118;
	border-bottom: 25px solid #d91252;
	color: #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
    color: #fff;
    font-size: 14px;
}
footer a:hover {
	color: #fff;
}
footer h5 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
/* 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: 20px;
}
.breadcrumb > li {
    text-shadow: 0 0px 0 #FFF;
    padding: 0 20px 0 0px;
    position: relative;
    font-size: 14px;
}
.breadcrumb > li a {
    color: #101010;
    font-size: 14px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 15px;
    height: 0px;
    border-right: 1px solid #101010;
    border-bottom: 1px solid #101010;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.breadcrumb > li:last-child a {
	display: none;
}
.breadcrumb > li:last-child:after {
	display: none;
}
.breadcrumb > li:first-child:after {
	display: none;
}
.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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e10f50;
}
.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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #e10f50;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #393e46;
}
.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: #393e46;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 0.5px solid #939393;
    margin-bottom: 20px;
    overflow: visible;
    border-radius: 5px;
}
.product-thumb .wish-btn {
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 89;
    background: none;
    border: none;
}
.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: 65px;
}
.product-thumb .caption a {
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}
.product-thumb .caption p {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-list .product-thumb {
    display: inline-block;
    width: 100%;
    padding: 20px;
}

@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: 80px;
	margin-bottom: 40px;
}
}
.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: #fff;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0px;
    width: calc(100% - 60px);
    padding: 12px 15px;
}
.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 {
    background-color: #d91252;
    color: #fff;
    height: 44px;
    display: flex;
}
.product-list .product-thumb .image {
    float: left;
    padding: 0 0px;
    width: 200px;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
    width: 230px;
    margin-left: 250px;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
    width: 60px;
    border: none;
    background: none;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #fff;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	background-color: #000;
	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: 100px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #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;
}
/*img category*/
.imgcategory .product-thumb.transition > h4 {
	padding-left: 10px;
}

/*sticker*/
.image {
    position: relative;
}
.image .corner_0,
.image .corner_1,
.image .corner_2,
.image .corner_3 {
    height: 57px;
	width: 58px;
    position: absolute;
	z-index: 998;
}
.image .corner_0 {
	left: 0px;
    top: 0px;
}
.image .corner_1 {
	right: 0px;
    top: 0px;
}
.image .corner_2 {
	left: 0px;
    bottom: 0px;
}
.image .corner_3 {
	right: 0px;
    bottom: 0px;
}
.box-product .image .corner_0 img,
.box-product .image .corner_1 img,
.box-product .image .corner_2 img,
.box-product .image .corner_3 img {
	border: none;
    padding: 0px;
}
.box .box-product .image .corner_0 img,
.box .box-product .image .corner_1 img,
.box .box-product .image .corner_2 img,
.box .box-product .image .corner_3 img {
	width: 60%;
}
/*benefits*/
.product-grid .benefit-text,
.product-grid .benefit,
.product-grid .benefits,
.product-grid .present {
	display: none;
}
.benefits {
	margin-left: -15px;
}
.benefit {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.product-list .benefit-text {
	float: left;
	line-height: 40px;
	margin-right: 5px;
}
.benefit li span {
	display: table-cell;
	vertical-align: middle;
}
.benefit_description {
	display: none;
	position: absolute;
	top: 41px;
	z-index: 2;
	border: 1px solid #38b0e3;
	padding: 15px;
	left: -75px;
	border-radius: 4px;
	background: white;
	box-shadow: 0 0 8px grey;
	width: 150px;
	line-height: 13px;
	font-size: 11px;
}
.benefit_description:after {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: -7px;
	content: '';
	left: 82px;
}	
.benefit_description:before {
	position: absolute;
	
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #38b0e3;
	top: -8px;
	content: '';
	left: 82px;
}
.benefit li:hover .benefit_description {
	display: block;
}	
.product-info .present {
	border-top: 1px solid #E7E7E7;
	padding: 15px 5px 10px 5px;
	margin-top: 10px;
}

.header-back.category {
    top: -460px;
}

.breadcrumb.category-breadcrumb {
    margin: 100px 0 20px 0;
    padding: 0px 0;
    border: 0px solid #ddd;
    background: none;
}

#content.content-category {
    margin-top: -45px;
}
#content.content-category h1 {
	color: #d91252;
	font-size: 24px;
	margin: 0px 0px 25px;
}

#column-left {
    padding-top: 40px;
    padding-left: 55px;
}
#column-left .list-group a {
    border: 0px solid #DDDDDD;
    color: #333333;
    padding: 8px 0px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
	background: none;
}
#column-left .list-group a:hover {
    color: #d91252;
}
#column-left .list-group-item.active {
	color: #d91252;
	background: none;
}
a.list-group-item.child-item {
    color: #d91252 !important;
    text-transform: capitalize !important;
}
.content-category .col-md-4.col-xs-6 {
    width: 375px;
    margin-bottom: 10px;
}
.col-md-4.col-xs-6 .input-group-sm span:first-child, .col-md-4.col-xs-6 .input-group-sm a:first-child {
    background: url(/catalog/view/theme/default/image/up-sort.svg) no-repeat 93% 4px;
    background-size: 13px 16px;
    padding-right: 30px;
    font-size: 14px;
    padding: 5px 30px 0px 0px;
    color: #737373;
}
.col-md-4.col-xs-6 .input-group-sm span:nth-child(2), .col-md-4.col-xs-6 .input-group-sm a:nth-child(2) {
	background: url(/catalog/view/theme/default/image/down-sort.svg) no-repeat 93% 4px;
    background-size: 13px 16px;
    padding-right: 30px;
    font-size: 14px;
    padding: 5px 30px 0px 0px;
    color: #737373;
}

.content-category .col-md-2.col-sm-6 {
    float: right;
    width: 90px;
}
.content-category .col-md-2.col-sm-6 .btn-group.btn-group-sm {
    display: flex;
    gap: 10px;
}
.content-category .col-md-2.col-sm-6 #list-view {
    background: url(/catalog/view/theme/default/image/list-view.svg) no-repeat 50%;
    background-size: 18px;
    width: 20px;
    height: 20px;
    border: none;
}
.content-category .col-md-2.col-sm-6 #list-view.active {
    background: url(/catalog/view/theme/default/image/list-view-1.svg) no-repeat 50% #333333;
    background-size: 18px !important;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    border-radius: 3px;	
}
.content-category .col-md-2.col-sm-6 #grid-view {
	background: url(/catalog/view/theme/default/image/grid-view.svg) no-repeat 50%;
    background-size: 18px;
    width: 20px;
    height: 20px;
    border: none;
}
.content-category .col-md-2.col-sm-6 #grid-view.active {
    background: url(/catalog/view/theme/default/image/grid-view-1.svg) no-repeat 50% #333333;
    background-size: 18px !important;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    border-radius: 3px;
}
.stock-status {
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 9;
    color: #d91252;
    font-size: 14px;
}

.product-page .row .col-sm-8 {
    width: 50%;
}
.product-page .row .col-sm-4 {
    width: 50%;
}
.product-page .row .col-sm-8:first-child .thumbnails > li {
    margin-left: 20px;
    float: left;
    width: calc(100% - 140px);
}


.product-page .row .col-sm-8:first-child {
    width: 50%;
    margin-top: 25px;
}
.product-page .row .col-sm-8 .thumbnail {
	border: none;
}
.product-page .image-additional a {
	border: none;	
}
.product-page .row .col-sm-6:last-child {
	width: calc(100% - 570px);
}
.stock-wish {
    width: 100%;
}
.stock-wish .stock-status {
	top: 0px;
	left: 0px;
	position: relative;
}
.stock-wish .wish-btn {
    float: right;
    background: none;
    border: none;
}
.product-page .row .col-sm-4 h1 {
    margin: 35px 0px;
    font-size: 18px;
}
.manufacturer-model {
    font-size: 14px;
    color: #000;
    margin-bottom: 40px;
}
.manufacturer-model a {
    color: #000;
}
.price-cart {
    display: flex;
    background: #e10f50;
    height: 43px;
    width: 270px;
}
.price-cart .wish-btn {
	display: none;
}
.price-cart .list-unstyled {
	width: calc(100% - 60px);
}
.price-cart h2 {
	margin: 0px;
    padding: 10px 20px;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
}
.price-cart button {
    border-left: 1px solid #fff !important;
    width: 60px;
    border-radius: 0px;
    border: none;
}
.price-cart button:hover {
	background: #000;
}

#tab-description h3, #tab-specification h3 {
	font-size: 18px;
	color: #e10f50;
    margin: 0 0 15px;
    color: #e10f50;
}
#tab-description {
	margin-top: 30px;
}
#tab-description, #tab-specification, #tab-review {
    font-size: 14px;
    color: #000;
    margin-bottom: 35px;
}

@media (max-width: 1230px) {
#search {
    max-width: calc(100% - 810px);
}
#menu .dropdown-inner ul {
    display: block;
}
.product-page .row .col-sm-6:first-child {
	width: calc(100% - 350px);
}
.product-page .row .col-sm-6:last-child {
    width: 350px;
}
}

@media (max-width: 970px) {
header {
    padding: 15px 0px;
    background: #051118;
    height: 55px;
}
header .col-sm-6 {
    z-index: 9;
    padding: 2px 15px 0px;
    width: 140px;
}
header .col-sm-6 .phone {
	display: none;
}
header .col-sm-6 .dropdown, #wishlist-total {
    display: inline-block;
    margin-right: 10px;
}
#wishlist-total {
	display: none;
}
#search-btn {
    float: left;
}
.header-back {
	display: none;
}
header .dropdown .caret {
	display: none;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background: none;
}
#menu .dropdown-menu {
	left: -7px;
	padding: 0px !important;
	position: relative;
}
.dropdown-menu {
	background: #000;
}
#cart > .btn {
    font-size: 0px;
}
#cart > .btn #cart-total span {
    font-size: 12px;
    color: #000;
    background: #fff;
    border-radius: 20px;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: -9px;
    right: -10px;
}
#cart > .btn #cart-total span {
	font-size: 0px;
	background: none;
}
#cart > .btn #cart-total span span {
    font-size: 12px;
    background: #fff;
    right: 0px;
    top: 0;
}
.cmn-toggle-switch {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s
}

.cmn-toggle-switch:focus {
    outline: none
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 26px;
    left: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    border-radius: 2px;
    margin: 0 auto;
    text-align: center;
    width: 23px;
    background: #fff
}

.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #fff;
    content: "";
}
.cmn-toggle-switch span::before {
    top: -9px;
    width: 23px;
    left: 0px;
}
.cmn-toggle-switch span::after {
    bottom: -9px;
    width: 23px;
    left: 0px
}

.cmn-toggle-switch__htx {
    z-index: 9999;
    position: relative;
    left: 0px;
    height: 40px;
    margin-top: -6px;
    width: 44px;
    text-align: center;
    z-index: 0
}

.cmn-toggle-switch__htx span {
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s
}

.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0
}

.cmn-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}

.cmn-toggle-switch__htx span::after {
    -webkit-transition-property: bottom,-webkit-transform;
    transition-property: bottom,transform
}

.cmn-toggle-switch__htx.active {
    filter: invert(0)
}

.cmn-toggle-switch__htx.active span {
    background: none
}

.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
    width: 23px;
    left: 0px;
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
}
header .col-sm-4 {
	margin-left: 70px;
	float: left;
	width: fit-content;
}
#logo {
	margin: -10px 0 0px 0;
	z-index: 999;
	position: relative;
}

.navbar-header {
    float: left;
    background: #d91252;
    width: 55px;
    height: 55px;
}
#menu {
    height: 55px;
    padding-right: 0;
    background: none;
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 15px);
}
#menu .navbar-collapse {
	width: calc(100% + 15px);
	z-index: 9999;
	position: absolute;
	box-shadow: none;
	border: none;
	margin-top: 55px;
	background: #02070d;
	left: -15px;
	padding: 0 15px;
}
#menu .navbar-toggle {
    display: block;
    width: 100%;
    height: 100%;
}
#menu .visible-xs {
    display: block !important;
}
#menu .navbar-nav>li {
    float: left;
    border-right: 0px solid #02070d;
    width: 100%;
}
#menu .navbar-nav>li:hover>.dropdown-menu {
    display: none;
}
.dropdown.open .dropdown-menu {
    display: block !important;
    padding: 10px 0px 0px !important;
}
#menu .dropdown-inner ul li a {
    background: none;
    color: #fff;
}
#search {
    max-width: 100%;
    margin: 0px;
    display: none;
}
#main-video {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    height: auto;
    margin: 0px -15px 0;
}
#main-video .owl-controls {
    display: none !important;
}
#main-video video {
    height: auto;
}
.main-header {
    margin: 40px 0px 0px;
}
.main-header h1 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
}
.main-header span {
    font-size: 14px;
}
.imgcategory {
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 15px;
}
.imgcategory .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    width: calc(50% - 10px);
    padding: 0px;
}
.imgcategory:after, .imgcategory:before {
    display: none;
}
.imgcategory .product-thumb .image img {
    width: 100%;
}
.row.imgcategory .product-thumb .name-category {
    font-size: 12px;
    line-height: 34px;
    height: 33px;
}
.breadcrumb.category-breadcrumb {
    margin: 15px 0 20px 0;
}
#content.content-category {
    margin-top: 0px;
}
#column-left {
    padding-left: 15px;
}
.product-thumb {
	border: 1px solid #061118;
	height: auto;
	position: relative;
}
.product-list .product-thumb {
    height: auto;
}
.product-list .product-thumb .button-group {
    bottom: 20px;
    position: relative;
}
.stock-status {
    top: 10px;
    left: 10px;
}
.product-thumb .wish-btn {
    right: 0px;
    top: 7px;
}
.product-thumb .caption {
    min-height: 80px;
}
.product-thumb .price {
	padding: 11px 7px;
	text-align: center;
	line-height: 18px;
}
.product-page .row .col-sm-4 h1 {
	font-size: 20px;
}
.product-thumb .button-group {
	background-color: #d91252;
	color: #fff;
	height: 40px;
	display: flex;
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.product-thumb .button-group button {
    line-height: 20px;
}
.product-thumb .caption a {
    font-size: 12px;
    line-height: 17px;
}
.product-thumb .caption p {
    font-size: 12px;
    line-height: 16px;
}
.product-page .row .col-sm-4 {
    width: 100%;
}
.product-page .row .col-sm-8:first-child {
    width: 100%;
}
.product-page .row .col-sm-8:last-child {
    width: 100%;
    margin-bottom: 50px;
}
.product-page .row .col-sm-8:first-child .thumbnails > li {
    margin-left: 20px;
    float: left;
    width: calc(100% - 180px);
}
    .thumbnails .image-additional {
        width: 140px !important;
        max-width: 100%;
    }
.thumbnails .image-additional img {
	width: 100%;
}
.stock-wish .wish-btn {
    display: none;
}
.price-cart .wish-btn {
    display: block;
    background: none;
}
.price-cart .wish-btn img {
	filter: grayscale(1) brightness(3);
}
footer .col-sm-3 {
	margin-bottom: 15px;
	width: 100%;
}
footer .col-sm-3 .dropdown {
    list-style: none;
    margin-bottom: 15px;
    display: block;
}
footer .col-sm-3 .dropdown img {
	margin-right: 15px;
}
footer .dropdown-menu {
    position: relative;
    background: none;
    border-radius: 0px;
    width: 100%;
    box-shadow: none !important;
    margin: 0px;
    padding: 0px 0px 0px 35px;
}
footer .dropdown.open .dropdown-menu {
	padding: 0px 0px 20px 35px !important;
}
footer .dropdown-menu .list-unstyled li {
	margin-bottom: 10px;
}
footer p {
	margin-top: 30px;
}
}


@media (max-width: 767px) {
.product-grid {
    width: calc(50% - 0px);
    margin-bottom: 10px;
}
.product-thumb .image img {
    max-width: 200px;
    width: 90%;
    padding-top: 15px;
}
.product-thumb .price {
    font-size: 16px;
}
}

@media (max-width: 600px) {
.product-page .row .col-sm-8:first-child .thumbnails > li {
    margin-left: 0px;
    width: 100%;
}
.thumbnails {
    margin-left: 0px;
}
.thumbnails .image-additional {
	width: 25% !important;
}
}

@media (max-width: 530px) {
header .col-sm-4 {
	position: absolute;
}
    #logo {
        margin: -8px 0 0px -10px;
        overflow: hidden;
        width: 180px;
    }
    #logo img {
        margin-left: -34px;
        margin-top: 4px;
    }
}

@media (max-width: 500px) {
.content-category .row:nth-child(3) {
	padding: 0 5px;
}
.product-grid {
    margin-bottom: 0px;
    padding: 0 10px;
}
}