@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Mulish';
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    min-width: 320px;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
img {
    max-width: 100%;
}
/* 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;
}
p {
    margin: 0 0 10px;
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #4C4C4C;
}
a {
    color: #23a1d1;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.71429px;
    color: #000000;
}
a:hover {
	text-decoration: none;
    color: #000000;
}
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: 16px;
    border-radius: 0;
}
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 {
    height: 42px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
/* 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: #ffffff;
	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: #ffffff;
	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 #FFF;
	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: #FFF;
}
#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;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: normal;
    height: 45px;
}
/* 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 #FFF;
}
.navbar {
    position: relative;
    min-height: inherit;
    margin-bottom: 0;
    border: 1px solid transparent;
}
@media (min-width: 768px){
    .navbar-nav>li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .navbar-nav {
        float: none;
        margin: 0;
    }
}

/* cart */
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
    left: inherit !important;
    right: 0;
    transform: translate3d(-15px, 39px, 0px) !important;
}
@media (max-width: 991px) {
	#cart .dropdown-menu {
    width: 100%;
    position: fixed !important;
    left: 0 !important;
    transform: translate3d(0px, 150px, 0px) !important;
}
}


@media (max-width: 370px) {
.banner_text_bl {
    max-width: 245px;
}
}


#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;
}
button.btn.quantity_button input:focus {
    outline: none !important;
    border: 0 !important;
    background: none;
    box-shadow: none;
}
/* menu */
#menu {
    line-height: 43px;
}
a.dropdown-toggle.cart_button {
    cursor: pointer;
    position: relative;
    margin: 0 10px 0 15px;
}
span#cart_total {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: black;
    border-radius: 22px;
    min-width: 18px;
    /* padding: 0 3px; */
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 8px;
}
#menu .nav > li > a {
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0 15px;
    color: #000000;
    border-bottom: 1px solid transparent;
}
.d-inline-block{
    display: inline-block;
    vertical-align: middle;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent;
    border-bottom: 1px solid black;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 274px;
    max-width: 100%;
    display: block;
    padding: 10px 20px;
    clear: both;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid transparent;
}
#menu .dropdown-inner li a:hover {
    color: black;
    border-bottom: 1px solid black;
    background: white;
}
#menu .see-all {
    display: block;
    margin-top: 15px;
    border-top: 0px 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;
    display: none;
}
#menu .dropdown-menu {
    padding: 15px 0px;
    border: 0px;
    box-shadow: none;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	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: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	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: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
    display: block;
    margin-left: 0 !important;
}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}

	#menu .dropdown-inner {
		display: block;
	}


}
/* content */
#content {
    overflow-x: hidden;
	min-height: 600px;
}
/* footer */
footer {
    margin-top: 40px;
    padding-top: 35px;
    background-color: #ffffff;
    border-top: 0;
    color: #000000;
    border-top: 3px solid #EDF5FF;
}
footer hr {
    border-top: none;
    border-bottom: 0;
    background: #DBDBDC;
    height: 2px;
}
footer a {
    color: #ccc;
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}
footer a:hover {
	color: #000;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    color: inherit;
    font-size: 20px;
}
.alert a {
    text-decoration: underline;
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 12px;
}
.breadcrumb > li {
    text-shadow: none;
    padding: 0 5px;
    position: relative;
    white-space: break-spaces;
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
}

.breadcrumb > li a {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '\002F';
    display: block;
    position: absolute;
    top: 0px;
    right: -2px;
    width: 6px;
    /* height: 26px; */
    /* border-right: 1px solid #DDD; */
    /* border-bottom: 1px solid #DDD; */
    /* -webkit-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: #ffffff;
    text-shadow: none;
    background-color: #000000;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #000000;
    background: #000000;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 15px;
    border-radius: 0;
    padding: 9px 20px;
    display: inline-block;
    box-shadow: none;
}
.product-layout {
    margin-bottom: 30px;
}
.product-thumb .btn-primary{
    padding: 9px 5px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #000000;
    background-position: 0 -15px;
    border-color: black;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 0px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    background: #F6F6F6;
    padding: 70px 50px;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}
@media (max-width: 1400px){
    .product-thumb {
    padding: 15px 0px;
}
}
.product-thumb .image {
	text-align: center;
    margin-left: 15px;
}
.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;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.71429px;
    text-transform: uppercase;
    color: #000000;
    order: 1;
    margin-top: 34px;
    margin-bottom: 34px;
}

.product-thumb h4+p {
    order: 3;
    margin-top: 10px;
}
.product-thumb .price {
    color: #444;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    /* text-align: center; */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
    order: 2;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;

    display: flex;
    flex-direction: column;
}
.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;
	}
    .banner_text_bl {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}
.container, .container-md, .container-sm {
    max-width: 768px;
}
.first_screen img.w-100 {
    display: none;
}
.first_screen {
    position: relative;
    background-size: cover;
    padding: 15px;
}
.banner_title {
    font-size: 20px;
    line-height: 23px;
}
}





@media  (max-width: 991px) {
    .banner_text_bl {
    position: relative !important;
    top: 0!important;
    left: 0!important;
    text-align: center;
}
.first_screen img.w-100 {
    display: none;
}
.first_screen {
    position: relative!important;
    background-size: cover !important;
    padding: 15px;
}
.banner_title {
    font-size: 20px;
    line-height: 23px;
}
.banner_title {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 3.21429px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner_desc {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}
}



@media (min-width: 670px) AND (max-width: 768px) {
.container, .container-md, .container-sm {
    max-width: 678px;
}
}





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

.top_text {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #00ABC7;
    background: #EDF5FF;
}
header {
    padding: 15px 0px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    min-width: 274px;
    display: block;
    padding: 10px 20px;
    clear: both;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid transparent;
}
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: white;
    background-image: none;
    background-repeat: repeat-x;
    color: black;
    border-bottom: 1px solid black;
    background: white;
}
ul.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border-color: #fbfbfb;
}
@media (min-width: 1440px){
    .container {
    width: 1440px;
}
}


@media (max-width: 579px){
    .form_subscr {
        display: flex;
        flex-direction: column;
    }
    .form_subscr button.btn.btn-primary {
    /* flex-grow: 1; */
    margin-left: 0px;
    width: 100%;
}
.form_subscr input.subscr_input {
    margin-bottom: 10px;
}
}



button.btn.quantity_button {
    padding: 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
}
.quantity_list_buttons button {
    background: none;
    border: 0;
    box-shadow: none;
    padding: 8px 5px;
    font-size: 16px !important;
    font-weight: bold;
}
.quantity_list_buttons button input {
    padding: 0 0;
    text-align: center;
}
button.btn:focus {
    outline: none !important;
    box-shadow: none;
}
.quantity_list_buttons button input {
    padding: 0 0;
    text-align: center;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 16px !important;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
}
.quantity_list_buttons {
    border: 1px solid #000000;
    width: 74px;
    display: flex;
    justify-content: center;
}
.product-thumb button.btn.btn-primary {
    flex-grow: 1;
}
.product-thumb .form-group {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}
button.btn.quantity_button input#input-quantity {
    background: none;
    border: 0;
    box-shadow: none;
    text-align: center;
    padding: 0px 0px;
    height: 38px;
}
header>div>.row>div {
    align-items: center;
    display: flex;
    justify-content: center;
}
header>div>.row>div:first-child {
    justify-content: start;
}
header>div>.row>div:last-child {
    justify-content: flex-end;
}


@media (max-width: 991px){
    header>div>.row>div {
        justify-content: start;
    }
    header>div>.row>div:first-child {
        justify-content: center;
    }
    .navbar-collapse.navbar-ex1-collapse.collapse.show {
    position: absolute;
    top: 45px;
    z-index: 2;
    background: white;
    left: 0;
}
.navbar-collapse.navbar-ex1-collapse.collapsing {
    display: none;
}
  .h2, h2 {
    font-size: 20px;
    line-height: 47px;
    letter-spacing: inherit;
    color: #000000;
}
}
.html-blue {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #EDF5FF;
    text-align: center;
    margin-top: 5px;
}
.h2, h2 {
    font-size: 2rem;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 47px;
    letter-spacing: 2.78571px;
    color: #000000;
}
.text_bl_desc {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}
.first_screen {
    position: relative;
    background-size: contain;
}
.banner_title {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 3.64286px;
    color: #FFFFFF;
    width: 500px;
    max-width: 100%;
}
.banner_text_bl{
    position: absolute;
    top: 137px;
    left: 33px;
    text-align: center;
}
.banner_desc {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 15px;
}
.banner_text_bl a.btn.btn-primary {
    margin-top: 15px;
}
.swiper-viewport {
    box-shadow: none!important;
        margin: 0 0 15px!important;
}
.quantity_list_buttons input {
    background: none;
    border: 0px;
    box-shadow: none;
}
.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
}
ul.nav.nav-tabs.bestseller_tabs {
        margin-top: 10px;
    border: 0;
    margin-bottom: 16px;
    text-align: center;
    justify-content: center;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid black;
}
.bestseller_desc {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
}
.bestseller_bl_head .pull-right1 {
    display: flex;
}
.bestseller_bl_head .pull-right1 div {
    background: #000000;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    border-radius: 10px;
    margin: 0 3px;
    cursor: pointer;
}
.bestseller_bl_head .pull-right1 div:hover {
    background: gray;
}
.category_bestseller_link {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
}
ul.breadcrumb {
    display: none;
}
.panel.panel-default.filter_block .list-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.panel.panel-default.filter_block .list-group .list-group-item {
    border: 0px;
    padding: 0 15px;
    /* flex-basis: 200px; */
    flex: 0 0 130px;
        margin-bottom: 20px;
}
.panel.panel-default.filter_block .list-group .list-group-item > a {
    border: 0px;
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    margin-bottom: 25px;
    display: block;
}
.panel.panel-default.filter_block .list-group .list-group-item label {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
    cursor: pointer;
}
.panel.panel-default.filter_block .list-group .list-group-item label input[type="checkbox"] {
    display: none;
}
.panel.panel-default.filter_block .list-group .list-group-item label input[type="checkbox"]:before {
    content: '.';
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    flex-shrink: 0;
    flex-grow: 0;
    /* border: 1px solid #adb5bd; */
    border-radius: 0.25em;
    margin-right: 5px;
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    /* background-size: 50% 50%; */
    border-radius: 34px;
}
.custom-checkbox:checked+label::before {
    content: "\2022";
}
.panel.panel-default.filter_block .list-group.collapse{
    display: none;
}
.panel.panel-default.filter_block .list-group.collapse.show{
    display: flex;
}


.panel.panel-default.filter_block .list-group input {
    display: none;
}
.panel.panel-default.filter_block .list-group .list-group-item > a:hover {
    background: none;
}
.panel.panel-default.filter_block .panel-heading {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px;
}
.panel-footer.text-center {
    margin-top: 20px;
    margin-bottom: 40px;
}
.panel.panel-default.filter_block .panel-heading.collapsed:after {
    content: '+';
    font-size: 0;
    display: inline-block;
    width: 20px;
}
.panel.panel-default.filter_block .panel-heading:after {
    content: '-';
    font-size: 19px;
    display: inline-block;
    width: 20px;
}
.text-center.all_prod_btn {
    margin-top: 40px;
    margin-bottom: 50px;
}

.bl_desc {
    left: 50px;
    top: 25%;
}
.category_title {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 47px;
    letter-spacing: 3.64286px;
    color: #000000;
}
.category_desc, .blog_desc {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-top: 15px;
}
.blog_desc,.blog_desc p {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}

.product_gallery_block .wrapper {
    display: flex;
    flex-direction: row;
}
.swiper-wrapper {
    height: inherit !important;
}
.product_gallery_block .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.Gallery  .swiper-slide.swiper-slide-active {
    height: initial !important;
    position: relative;
    z-index: 1;
}

.Gallery .swiper-slide {
    background: #fff;
    position: absolute;
    z-index: 0;
}



.product_gallery_block .Thumbs {
  flex-basis: 100px;
}

.product_gallery_block .Thumbs.swiper-container-vertical>.swiper-wrapper {
    transform: translate3d(0px, 0, 0px) !important;
        height: inherit !important;
}
.product_gallery_block .Thumbs .swiper-slide img {
    display: block;
    height: inherit !important;
    width: initial !important;
    max-width: 100%;
    cursor: pointer;
}
.product_gallery_block .Thumbs .swiper-slide {
    height: initial !important;
    margin-bottom: 10px;
}
.product_gallery_block .Thumbs .swiper-slide-active img {
    opacity: 1;
    border: 1px solid black;
}
h1.prod_title {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 2.35714px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 10px;
}

.prod_data p.price {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 25px;
}
.prod_desc {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #4C4C4C;
    margin-bottom: 25px;
}
.prod_data .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.prod_banner_text {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    color: #00ABC7;
    margin-top: 20px;
}
h3.related_prod {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 40px;
}
.prod_data .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.rating a {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
}
.prod_data .form-group {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.prod_data#product button.btn.btn-primary {
    flex-grow: 1;
}
.product-thumb.transition.related_view {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #FCFBFC;
}
.product-thumb.transition.related_view .caption {
    flex-grow: 1;
    text-align: center;
    justify-content: center;
    min-height: 0;
    padding: 10px 0;
}
.product-thumb.transition.related_view p.price {
    margin: 0;
    text-align: center;
}
.product-thumb.transition.related_view h4 {
    margin: 0;
    margin-bottom: 10px;
}
.product-thumb.transition.related_view button.btn.btn-primary {
    flex-grow: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.Gallery.swiper-container.swiper-container-vertical {
    margin-left: inherit;
    margin-right: auto;
    flex: 1;
}
.Thumbs.swiper-container.swiper-container-vertical {
    margin-right: 15px;
    flex: 0.2;
}
.product_gallery_block .swiper-slide img {
    display: block;
    height: inherit;
    width: inherit;
        max-width: 100%;
}
.swiper-slide.swiper-slide-active {
    height: initial !important;
}

h3.widget_feature {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 2.35714px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 50px;
}
.text_del_bl {
    background: #EDF5FF;
    padding: 60px 0;
}
.del_title {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 2.35714px;
    color: #000000;
    margin-bottom: 30px;
}
.text_del_bl .row.text-center {
    justify-content: center;
}
.text_del_bl_second .row.text-center {
    justify-content: center;
}
.del1 {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 1.71429px;
    text-transform: uppercase;
    color: #000000;
}
.del1 img {
    margin-bottom: 15px;
}
.text_del_bl_second {
    background: #E2F7F6;
    padding: 60px 0;
}
.del2_title {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 1.92857px;
    color: #000000;
    text-align: left;
    margin-bottom: -10px;
}
@media (max-width: 768px) {
    .del2_title {
        margin-bottom: 15px;
    }
}
.form_subscr {
    display: flex;
    margin-bottom: 15px;
    position: relative;
}
.sms_alert {
    position: absolute;
    bottom:-20px;
}
.form_subscr input.subscr_input {
    flex-grow: 1;
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    color: #000000;
    padding-left: 15px;
    border-radius: 0;
    box-shadow: none;
}
.text_del_bl_second .del1 {
    text-align: left;
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    text-transform: none;
    color: #000000;    letter-spacing: normal;
}
.text_del_bl_second .del1 a {
    text-align: left;
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    color: #000000;
    text-decoration: underline;    letter-spacing: normal;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b32821;
    border-color: #b32821;
    box-shadow: none;
}
ul.breadcrumb {
    background: none;
    border: none;
}
.dropdown.d-inline-block .dropdown-toggle::after{
    display: none;
}
.breadcrumb > li:last-child:after{
    display: none;
}
.Gallery  .swiper-wrapper {
    height: inherit !important;
    transition-duration: 0ms !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
#product .quantity_list_buttons {
    border: 1px solid #000000;
    width: 142px;
    display: flex;
    justify-content: center;
}
.banner_cat_title {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
}
.banner_cat_title2 {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 47px;
    letter-spacing: 3.21429px;
    color: #000000;
    margin-bottom: 5px;
}
.banner_cat_desc {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 15px;
}
.banner_with.prod_bl {
    margin-bottom: 50px;
}
.banner_with.prod_bl > .row {
    align-items: center;
}
.banner_with.prod_bl .bestseller_bl_head {
    width: 100%;
    height: 65px;
}
.slider_block_banner .product-thumb {
    padding: 20px;
}
.slider_block_banner .product-thumb h4 {
    margin-top: 15px;
    margin-bottom: 0px;
}

.slider_block_banner .product-thumb .caption {
    padding: 0;
    min-height: 90px;
    display: flex;
    flex-direction: column;
}
.banner_sec_title {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 2.78571px;
    color: #000000;
    max-width: 934px;
    margin: 90px auto 50px auto;
}
a.btn.btn-default, a.btn.btn-secondary {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background: none;
    border: none;
    border-bottom: 2px solid black;
    border-radius: 0px;
}
.banner_sec_link {
    text-align: center;
    margin-bottom: 50px;
}
.art_desc {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #4C4C4C;
    margin-top: 10px;
    display: block;
    letter-spacing: normal;
}
a.art_title {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.71429px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 10px;
    display: block;
}
.banner_with_blog.prod_bl .bestseller_bl_head {
    min-height: 63px;
}
.banner_with_blog.prod_bl {
    margin-bottom: 25px;
}
.banner_with img{
    max-width: 100%;
}
input.email_subscr {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    height: 42px;
    color: #000000;
    padding-left: 15px;
    display: block;
    width: 50%;
    margin-top: 10px;
    background: #EDF5FF;
    border: 0px;
    outline: none;
    max-width: 348px;
    border-radius: 0;
}
@media  (max-width: 579px) {
    input.email_subscr {
        width: 100%;
        max-width: 100%;
    }
}
ul.list-unstyled.sec_ul li {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
}
ul.list-unstyled.soc_link li a {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 8px;
}
p.copyright {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #4C4C4C;
    padding-bottom: 5px;
}

@media  (max-width: 991px) {
.banner_title {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 3.21429px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
        width: 100%;
}
.banner_desc {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}
.first_screen {
    background-image: url('../image/bnr1.png') !important;
}

}


@media  (max-width: 760px) {
.banner_with.prod_bl > .row {
    align-items: start;
}
h3.widget_feature {
    font-size: 15px;
}
}

@media  (min-width: 768px) AND (max-width: 1200px) {
.product-thumb.transition.related_view {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FCFBFC;
    padding-bottom: 15px;
}
.banner_text_bl {
    top: 50px;
}

}

@media   (max-width: 450px) {
.product-thumb.transition.related_view {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FCFBFC;
    padding-bottom: 15px;
}
.first_screen {
    padding-top: 90px;
    padding-bottom: 110px;
}
.html-blue {
    padding-bottom: 70px;
}
p.h2.text_bl_title {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2.78571px;
    color: #000000;
}
p.text_bl_desc {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}
p.text_bl_desc+ p.text_bl_desc {
    display: none;
}
.html-blue a.btn.btn-primary {
    margin: 0;
    margin-top: 34px;
}
.bestseller_bl_head .pull-right1 {
    display: none;
}
.bestseller_desc {
    margin-bottom: 60px;
}
.product-thumb h4 {
    margin-top: 20px;
}
.product-thumb .form-group {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.quantity_list_buttons {
    border: 1px solid #000000;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.quantity_list_buttons button.btn.minus {
    text-align: left;
    padding-left: 12px;
}
.quantity_list_buttons button.btn.plus {
    text-align: right;
    padding-right: 12px;
}
.product-thumb button.btn.btn-primary {
    flex-grow: 1;
    margin-left: 0;
    margin-top: 10px;
}
.product-thumb {
    padding: 15px 0px;
    padding-bottom: 70px;
}
.category_bestseller_link {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 160px;
}
.banner_cat_title {
    margin-top: 30px;
    margin-bottom: 18px;
}
.banner_with.prod_bl .bestseller_bl_head {
    width: 100%;
    height: 65px;
    display: none;
}
.banner_cat_desc {
    margin-bottom: 30px;
}
.banner_sec_title {
    margin: 160px auto 34px auto;
}
.banner_with_blog.prod_bl .bestseller_bl_head {
    min-height: 63px;
    display: none;
}
.second_text_banner.text_center {
    margin-bottom: 160px;
}

}



@media   (max-width: 991px) {
header>div>.row>div {
    flex-grow: 0;
    flex: 0 0 16%;
    order: 2;
    width: 16%;
    max-width: 16%;
}
#menu {
    border-radius: 4px;
    padding: 0 0;
}
header>div>.row>div:first-child {
    flex-grow: 0;
    flex: 0 0 50%;
    order: 1;
    width: 50%;
    max-width: 50%;
}
header>div>.row>div:nth-child(2) {
    order: 3;
    padding: 0;
}
header>div>.row>div:last-child .dropdown.d-inline-block {
    display: none !important;
}
header>div>.row>div:last-child {
    justify-content: flex-end;
    padding: 0;
    margin-left: auto;
}
#menu button.navbar-toggler {
    padding: 5px 5px 0px 5px;
}
header {
    padding: 15px 0px;
    position: fixed;
    top: 33px;
    z-index: 4;
    background: white;
    left: 0;
    width: 100%;
}
.top_text {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
header+div {
    padding-top: 104px;
}
#cart .dropdown-menu {
    transform: translate3d(0px, 104px, 0px) !important;
}
.navbar-collapse.navbar-ex1-collapse.collapse.show {
    position: fixed;
    top: 108px;
    z-index: 2;
    width: 100%;
    background: white;
    left: 0;
}
#menu .nav > li > a {
    display: flex;
    text-align: left;
    padding: 10px 15px 10px 15px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#logo img.img-responsive {
    max-width: 100%;
}
}
a:focus {
    outline-offset: 0px;
    outline: 0 !important;
}
button:focus {
    outline: 0;
}
button.btn.btn-danger {
    background: black;
    border: black;
    outline: none;
}
td strong {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0 15px;
    color: #000000;
}
.h3, h3 {
    font-size: 18px;
    color: black;
}
.h3+.list-unstyled li a {
    font-size: 14px;
    letter-spacing: inherit;
}
#cart .dropdown-menu li p a strong {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0 15px;
    color: #000000;
}

.btn {
    border-radius: 0;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #b32821;
    border-color: #b32821;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.prod_data .product-options .form-group {
    display: block;
    margin-bottom: 30px
}

.prod_data .btn-group.option {
    display: block;
    margin-bottom: 10px;
}

.prod_data .btn-group.option button {
    border-radius: 0;
    background: white;
    border-color: lightgray;
    color: lightgray;
    vertical-align: middle;
    margin-right: 10px;
    box-shadow: none;
}

.prod_data .btn-group.option button:hover {
    border-color: darkgray;
    color: darkgray;
}

.prod_data .btn-group.option button.active,
.prod_data .btn-group.option button:active,
.prod_data .btn-group.option button:focus {
    border-color: black;
    color: black;
    background: white;
    box-shadow: none;
}




/* cart */
#cart {

}
#cart p {
    color: #262626;
}
#cart a > img {
    max-width: 60px;
}
#cart p.product-data {
    color: #999;
    margin: 0 !important;
}
#cart table a {
    padding: 0;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #e5dfd9;
    margin-top: -1px;
    padding-bottom: 15px;
    margin-bottom: -15px;
}
#cart > .btn:hover {
    color: #ffffff;
}
#cart.open > .btn {
    color: #ffffff;
}
#cart.open > .btn:hover {
    color: #ffffff;
}
#cart .btn-primary {
    margin-left: 0;
}
#cart .dropdown-menu {
    background: #ffffff;
    z-index: 1001;
    min-width: 300px;
    border-radius: 0;
    margin-top: 15px;
}
#cart .dropdown-menu table {
    margin-bottom: 15px;
}
#cart .dropdown-menu li > div {
    padding: 0 15px 15px;
}
#cart .cart-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-style: normal;
    color: #4b4b4b;
    font-size: 16px;
    height: 41px;
    line-height: 41px;
    padding: 0 !important;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-align: center;
    text-transform: none;
    z-index: 1;
}
#cart .cart-remove {
    padding: 0;
}
#cart .cart-remove > .btn {
    color: #1b1b1b;
}
#cart .cart-remove > .btn:hover {
    color: #4b4b4b;
}
#cart .table>tbody>tr:first-child>td {
    border-top: 0;
}
#cart .table>tbody>tr:last-child>td {
    border-bottom: 0;
}
#cart .table>tbody>tr>td+td {
    padding-left: 0;
}
#cart .cart-products-scroller {
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
#cart .cart-products-scroller table {
    margin-bottom: 0;
}
.cart-totals>table>tbody>tr>td {
    color: #4b4b4b;
    padding: 5px;
}
.cart-totals>table>tbody>tr:last-child>td {
    border: 0;
}
.cart-totals>table>tbody>tr:last-child>td.text-right {
    font-size: 20px;
    line-height: 20px;
    padding-top: 4px;
    white-space: nowrap;
    font-weight: 300;
}
.cart-totals .btn + .btn {
    margin-top: 15px;
}
@media (max-width: 1024px) {
    #cart {
        padding-right: 5px;
    }
    #cart > .btn > i {
        font-size: 22px;
    }
    .top-links li:last-child {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    #cart, .cart-wrapper {
        position: unset;
    }
    #cart > .btn > i {
        font-size: 14px;
    }
    #cart .dropdown-menu {
        width: 100%;
        margin-top: 0;
    }
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}

.relatd-product-options {
    order: 3;
    margin-top: 10px;
}

.relatd-product-options label {
    display: none;
}

.relatd-product-options .btn-group.option {
    margin: 0 auto;
}

.relatd-product-options .form-group {
    margin-bottom: 5px;
}

.relatd-product-options .form-group.has-error {
    flex-direction: column;
}

.relatd-product-options .form-group.has-error .text-danger {
    margin-top: 5px;
}

/* mobilemenu */

#ma-mobilemenu {
    border-top: 1px solid #E1E4EB;
    position: fixed;
    top: 108px;
    left: -15px;
    right: -20px;
    width: auto;
    bottom: 0;
    overflow-y: scroll;
    background: white;
    z-index: 99;
}
.mobilemenu>li.last a {
    border-bottom: 0;
}
.mobilemenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mobilemenu ul {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}
.mobilemenu ul{
    padding: 0 15px;
}
.mobilemenu .level2{
    padding: 0 15px;
}
.mobilemenu li {
    background: #faf8f8;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
    border-radius: 0 !important;
}
.mobilemenu li.level2.last {
    margin-bottom: 20px;
}
.mobilemenu li.active>a {
    /*background: url('../images/close.gif') no-repeat center right;*/
}
.mobilemenu li div {
    padding: 20px;
    background: #aef;
    display: block;
    clear: both;
    float: left;
    width: 360px;
}
.mobilemenu a {
    border-bottom: 1px solid #E1E4EB;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.mobilemenu li:last-child a{
    border: none;
}
.mobilemenu ul ul a, .mobilemenu ul li.active ul a {
    /* color: #666 !important; */
}
.mobilemenu ul ul ul a, .mobilemenu ul ul li.active ul a {
    color: #666 !important;
}

.mobilemenu ul ul ul ul a, .mobilemenu ul ul ul li.active ul a {
    color: #666 !important;
}
.mobilemenu li.active>ul {

}
.mobilemenu ul ul a {
    padding-left: 15px;
}
.mobilemenu ul ul ul a {
    padding-left: 30px;
}
.mobilemenu ul ul ul ul a {
    padding-left: 45px;
}
.mobilemenu ul ul ul ul ul a {
    padding-left: 60px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.ttclose,.mobilemenu span.ttopen {
    position: absolute;
    top: 0px;
    right: 8px;
    padding: 13px 0;
}
.mobilemenu span.ttclose a {
    background: url("../image/menu_down.png") no-repeat scroll 50% 50%;
     border: 0 none;
    color: #333333;
    display: block;
    height: 15px;
    padding: 0;
    width: 15px;
}
.mobilemenu span.ttopen a {
    background: url("../image/menu_up.png") no-repeat scroll 50% 50%;
     border: 0 none;
    color: #333333;
    display: block;
    height: 15px;
    padding: 0;
    width: 15px;
}
.mobilemenu span.no-close a,.mobilemenu ul li ul span.ttclose a { background:none; }
.mobilemenu span.up a {
    background: url("../image/menu_up.png") no-repeat scroll 50% 50%;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active>span.ttclose a {
    background: url(../image/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.ttclose a {
    background: url(../image/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu a {
    cursor: pointer;
    padding: 10px 15px
}
.mobilemenu ul a {
    margin: 0;
    background: #fff;
    font-weight: 500;
}
.mobilemenu ul ul a {
    font-weight: normal;
}
.mobilemenu span.ttclose, .mobilemenu span.ttopen {
    left: 0;
    right: 0;
    padding: 23px 0;
}
.mobilemenu span.ttclose a, .mobilemenu span.ttopen a{
    float: right;
    margin-right: 30px
}
.mobilemenu ul span.ttclose a, .mobilemenu ul span.ttopen a {
    margin-right: 15px;
}
.mobilemenu ul ul {
    background: #fff;
    padding-right: 0;
}
.h-animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.h-animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    background: black;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.h-animated-icon span:nth-child(1) {
    top: 0px;
}
.h-animated-icon span:nth-child(2), .h-animated-icon span:nth-child(3) {
    top: 10px;
}
.h-animated-icon span:nth-child(4) {
    top: 20px;
}
.h-animated-icon.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.h-animated-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.h-animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.h-animated-icon.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.lock-scroll {
    overflow: hidden;
}
/* end mobilemenu */


.newsblog .thumbnails li {
    display: flex;
    justify-content: center;
}

#sms_form_footer button.btn {
    height: 42px;
    margin-top: 10px;
}
#sms_form_footer .sms_alert {
    bottom: -30px;
    font-size: 11px;
}
.agree_wr a:link,
.agree_wr a:visited,
.agree_wr a:active{
    font-family: 'Mulish'!important;
    font-size: 12px!important;
}
