body {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #7a7a7a;
	font-size: 12px;
	line-height: 20px;
	width: 100%;

	background: #DFDFD8;
}

*:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #363f4d;
	line-height: 1;
	text-transform: capitalize;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
@media (min-width:1200px) {
	.container {
		width: 1200px
	}
}

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: #101010;
	cursor: pointer;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #89a58a;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 14px;
	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;
}

img {
	max-width: 100%;
	height: auto;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.flip {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}

.nav-tabs {
	margin-bottom: 15px;
}

/* tooltip */
.tooltip.top .tooltip-arrow {
	border-top-color: #89a58a;
}

.tooltip.top-left .tooltip-arrow {
	border-top-color: #89a58a;
}

.tooltip.top-right .tooltip-arrow {
	border-top-color: #89a58a;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #89a58a;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #89a58a;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #89a58a;
}

.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #89a58a;
}

.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #89a58a;
}

.tooltip-inner {
	background: #89a58a;
}

.alert {
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}

/* transition */
.banner-1 .col-img img,
.banner-2 .col-img img,
.banner-3 .col-img img,
#button-guest,
#button-search,
#button-review,
#button-account,
#button-login,
#button-confirm,
#button-payment-method,
#button-shipping-method,
#button-quote,
#button-coupon,
#button-register,
.form-horizontal input.btn,
a.btn,
input[type='submit'],
.button {
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}

#button-guest:hover,
#button-search:hover,
#button-review:hover,
#button-account:hover,
#button-login:hover,
#button-confirm:hover,
#button-payment-method:hover,
#button-register:hover,
#button-shipping-method:hover,
#button-quote:hover,
#button-coupon:hover,
.form-horizontal input.btn:hover,
a.btn:hover,
input[type='submit']:hover,
.button:hover {
	color: #fff !important;
	background-color: #89a58a !important;
}

#button-guest,
#button-search,
#button-review,
#button-account,
#button-login,
#button-confirm,
#button-payment-method,
#button-shipping-method,
#button-quote,
#button-coupon,
#button-register,
.form-horizontal input.btn,
a.btn,
input[type='submit'],
.button {
	border: none;
	background: #f2f2f2 !important;
	padding: 0px 40px;
	text-transform: uppercase;
	font-size: 12px;
	color: #363f4d !important;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 500;
}

#button-voucher,
#button-coupon {
	line-height: 34px;
	height: 34px;
	margin-left: 10px;
	/* border-radius: 3px; */
}

#button-search+h2 {
	display: none;
}

#button-search {
	margin: 15px 0;
}

.modal-backdrop.in {
	opacity: .8;
	z-index: 99998;
}

#modal-agree {
	z-index: 99999;
}

/* header */
.common-home header {
	position: absolute;
	z-index: 113;
	width: 100%;
	left: 0;
	padding: 55px 4.1% 0;
	background: none;
}

header {
	/* 0A0B0D */
	background: rgb(10, 11, 13);
}

.top-header>.container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-header {
	border-bottom: 1px solid #ebebeb;
	color: #363f4d;
}

.top-header .row>div>ul li .btn-link i,
.top-header #top>ul li .btn-link i {
	margin-left: 5px;
	color: #d7d7d7;
	font-size: 10px;
}

.top-header #top>ul li>a {
	vertical-align: middle;
}

.top-header #top>ul li>a,
.top-header .row>div>ul li .btn-link,
.top-header #top>ul li .btn-link {
	color: #363f4d;
	text-transform: capitalize;
	padding: 0;
	border: none;
	font-size: 12px;
}

.top-header #top>ul li,
.top-header .row>div>ul li {
	display: inline-block;
	line-height: 1;
}

.top-header #top>ul li:not(:last-child),
.top-header .row>div>ul li:not(:last-child) {
	border-right: 1px solid #ebebeb;
	padding-right: 15px;
}

.top-header #top>ul li:not(:first-child),
.top-header .row>div>ul li:not(:first-child) {
	padding-left: 15px;
}

.top-header .row>div>ul,
.top-header #top>ul {
	padding: 0;
	margin: 0;
}

.top-header #top>ul li .dropdown-menu {
	right: 0;
	left: auto;
}

.top-header #top>ul li .dropdown-menu,
.top-header .row>div>ul li .dropdown-menu {
	border: none;
	border-radius: 0;
	padding: 0 15px;
}

.top-header #top>ul li .dropdown-menu li:hover a,
.top-header .row>div>ul li .dropdown-menu li:hover .btn-link {
	text-decoration: none;
	color: #89a58a
}

.top-header #top>ul li .dropdown-menu li,
.top-header .row>div>ul li .dropdown-menu li {
	padding: 10px 0;
	display: block;
	border: none;
	text-align: center;
}

.middle-header {
	border-bottom: 1px solid #ebebeb;
}

.container-fix:not(.fix-header) .container {
	max-width: 100%;
	padding: 0;
}

.container-fix {
	clear: both;
	/* border-bottom: 1px solid #ebebeb; */
}

.main-menu {
	display: inline-block;
}

.logo-container {
	position: absolute;
	top: 67px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fix-header .container-fix .block-right {
	margin-top: 30px;
}

.container-fix .block-right {
	margin-top: 15px;
}

/* title */
.module-title4 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	background: #363f4d;
	border-radius: 3px;
}

.module-title4 h2 i {
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}

.module-title4 h2 {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	text-transform: lowercase;
	margin: 0;
	padding: 10px 20px;
}

.module-title3 {
	text-align: center;
	margin-bottom: 40px;
}

.module-title3 h2 {
	font-size: 24px;
	line-height: 1;
	color: #363f4d;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.module-description {
	font-size: 14px;
	line-height: 24px;
	color: #7a7a7a;
	margin: 0;
}

.module-title2 {
	border: 1px solid #ebebeb;
	padding: 15px 0 15px 30px;
}

.module-title2 h2 {
	font-size: 14px;
	color: #363f4d;
	position: relative;
	text-transform: uppercase;
	margin: 0;
	display: inline-block;
	padding-right: 10px;
	font-weight: 700;
}

.module-title h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	line-height: 1;
}

.module-title::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 7px;
	border-color: transparent transparent transparent #9acf6b;
	position: absolute;
	top: 0;
	right: -7px;
	z-index: 1;
}

.module-title {
	background: #9acf6b;
	padding: 18px 0 18px 25px;
	position: relative;
	max-height: 50px;
}

/* newsletter popup */
.b-close {
	display: block;
}

.newletter-popup {
	background: #fff;
	top: 50% !important;
	left: 50% !important;
	position: fixed !important;
	padding: 50px;
	text-align: center;
	display: none;
	width: 60%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#boxes .newletter-title h2 {
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 0 0 20px;
}

#boxes .box-content label {
	font-weight: 400;
}

#boxes #frm_subscribe .required {
	color: #f00;
	padding-right: 5px;
}

#boxes #frm_subscribe a {
	cursor: pointer;
}

#boxes #frm_subscribe #subscribe_pemail {
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 50%;
	margin: 20px 0;
	padding: 0 15px;
}

#boxes .box-content .subscribe-bottom {
	margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
	margin: 0;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
	display: inline-block;
	margin: 0;
}

#boxes #frm_subscribe #notification {
	color: #f00;
}

#boxes #frm_subscribe #notification .success {
	color: #67D7BB;
}

#popup2 {
	position: absolute;
	right: 0;
	top: -25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #222;
	cursor: pointer;
	padding: 0 10px;
	color: #fff;
}

/* newsllter */
body:not(.common-home) .newletter-subscribe-container {}

.newletter-subscribe-container .container {
	width: 100%;
	padding: 0;
}

.newletter-subscribe-container {
	clear: both;
}

#dialog-normal .newsletter-des {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 30px;
}

#dialog-normal .newletter-title h3 {
	font-size: 30px;
	color: #fff;
	margin: 0px;
	margin-bottom: 15px;
	font-weight: 700;
}

#dialog-normal .newleter-content label {
	font-size: 12px;
	color: #999999;
}

#dialog-normal .newletter-title label {
	color: #bebebe;
	margin: 0;
}

#dialog-normal .newletter-title {}

#dialog-normal .newleter-content {}

#subscribe_email {
	background: none;
	border: none;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0px;
	padding: 0 10px 0 0;
	overflow: hidden;
	color: #ababab;
	width: 100%;
	font-size: 13px;
	line-height: 34px;
	margin-top: 10px;
}

#subscribe_content_email {
	background: none;
	border: none;
	border-bottom: 1px solid #333;
	border-radius: 0px;
	padding: 0 10px 0 0;
	overflow: hidden;
	color: #333;
	width: 100%;
	font-size: 13px;
	line-height: 34px;
	margin-top: 10px;
}

#frm_subscribe-normal {}

#subscribe_email::-webkit-input-placeholder {
	color: #ababab;
}

#subscribe_email::-moz-placeholder {
	color: #ababab;
}

#subscribe_email:-ms-input-placeholder {
	color: #ababab;
}

#subscribe_email:-moz-placeholder {
	color: #ababab;
}

#subscribe .btn {
	background: #89a58a !important;
	color: #fff !important;
	margin-top: 20px;
	height: 45px;
	line-height: 43px;
	padding: 0 45px;
	border: 2px solid #89a58a;
}

#subscribe .btn:hover {
	background: #fff !important;
	color: #89a58a !important;
}

#notification-normal {
	clear: both;
	text-align: left;
}

#notification-normal div {
	color: #89a58a;
	padding: 10px 0;
}

#notification-normal div.warning {
	color: #f00;
}

/* search */
.search-containers {
	/* width: 20%; */
	/* position: absolute; */
	/* top: 18px; */
	/* right: 0; */
	margin-left: 30px;
}

.search-container {
	float: right;
	/* padding: 41px 0; */
	position: relative;
	z-index: 113;
}

#search>i {
	color: #fff;
	font-size: 17px;
}

#search {
	width: 100%;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	width: 250px;
	background: rgba(154, 207, 106, .8);
	margin: 17px 0 0;
}

#search:hover {}

.search-container i:hover {
	color: #89a58a !important
}

.search-container i.pe-7s-close {
	opacity: .8
}

.search-container i {
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	line-height: 1;
}

#search>i {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 3;
	line-height: 40px;
}

#search>input {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 40px 0 15px;
	background: none;
	color: #fff;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}

#search>input::-webkit-input-placeholder {
	color: #fff;
}

#search>input::-moz-placeholder {
	color: #fff;
}

#search>input:-ms-input-placeholder {
	color: #fff;
}

#search>input:-moz-placeholder {
	color: #fff;
}

#search>button:hover i {
	color: #363f4d
}

#search>i:hover {
	color: #89a58a;
}

#search>button i {}

#search>button {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	font-size: 20px;
	position: absolute;
	right: 10px;
	line-height: 40px;
	color: #fff;
	background: none !important;
	z-index: 2;
}

#search>button.expand-search2 {
	opacity: 1;
	z-index: 4;
}

#search.expand-search>i:hover {
	color: #89a58a;
}

#search.expand-search>i {
	color: #fff
}

#search.expand-search>input {
	max-width: 250px;
	padding: 0 0 0 20px;
	background: #222;
	margin-top: -10px;
	color: #fff;
}

/* blog */
#blog_home .aritcles-content {
	padding: 25px 0 0;
}

#blog_home .articles-name+p {
	color: #abaaaa;
	font-size: 13px;
	text-transform: capitalize;
	margin: 10px 0;
}

#blog_home .articles-name:hover {
	color: #89a58a;
}

#blog_home .articles-name {
	color: #363f4d;
	font-size: 16px;
}

#blog_home .readmore {
	margin-bottom: 30px;
}

#blog_home .articles-intro {
	color: #7a7a7a;
	line-height: 24px;
	font-size: 14px;
	margin: 0 0 25px 0;
}

#blog_home .articles-container {
	/* padding: 15px 0 0 15px; */
	/* border: 1px solid #ebebeb; */
	border-top: none;
}

#blog_home .row_items {
	text-align: center;
	padding: 0 15px 0 0;
}

.setting {
	position: relative;
}

.setting>button i {
	line-height: 1;
	font-size: 24px;
}

.setting>button:hover {
	color: #89a58a
}

.setting>button {
	padding: 0;
	background: none;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin-left: 30px;
	line-height: 1;
	color: #fff;
}

#top .list-unstyled li a,
#top .list-unstyled li button {
	text-align: left;
	color: #7a7a7a;
	padding: 5px 0 5px 15px;
	border: none;
	display: block;
}

#top .item-selected,
#top .list-unstyled li a:hover,
#top .list-unstyled li button:hover {
	color: #89a58a !important;
	text-decoration: none;
}

#top ul {
	padding: 0;
	margin: 0;
}

#top {
	right: 0;
	padding: 20px;
	border: none;
	margin: 15px 0 0;
}

.top-links>li .text-ex {
	padding-bottom: 10px;
	display: block;
}

.top-links>li:not(:last-child) {
	margin-bottom: 10px;
}

.cart-container {
	/* width: 12.5%; */
	/* padding: 35px 0; */
	margin-left: 30px;
}

#cart {
	float: right;
	width: auto;

}

#cart-total .txt_items,
#cart-total .total-price {
	display: none !important;
}

#cart-total {
	position: absolute;
	top: -5px;
	right: 0;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
}

#cart-total .total-price {
	font-weight: 500;
	color: #89a58a;
	font-size: 14px;
	text-transform: capitalize;
	display: block;
}

#cart>button:hover i {
	color: #89a58a;
}

#cart>button {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 10px 0 0;
	width: auto;
	float: right;
}

#cart>button>i {
	font-size: 20px;
	color: #fff;
	/* border: 2px solid #ebebeb; */
	/* border-radius: 100%; */
	/* line-height: 48px; */
	float: left;
	/* width: 50px; */
	/* height: 50px; */
	/* text-align: center; */
}

#cart .dropdown-menu .text-empty {
	margin: 0;
	padding: 10px 0;
}

#cart .dropdown-menu::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 9px 7px;
	border-color: transparent transparent #fff transparent;
	top: -9px;
	right: 10px;
	position: absolute;
}

#cart .dropdown-menu {
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	min-width: 360px;
	margin: 20px 0 0 0;
	padding: 10px;
	top: 100%;
}

#cart-total .item-cart {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: #89a58a;
	border: 2px solid #fff;
	color: #fff;
	top: -8px;
	left: 32px;
	border-radius: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400 !important;
}

#cart .dropdown-menu {
	padding: 25px 20px 0 20px;
}

#cart .cart-empty {
	padding-bottom: 25px;
}

#cart .dropdown-menu p {
	margin: 0;
}

#cart .dropdown-menu>li:first-child .table>tbody>tr>td {
	padding: 20px 0;
}

#cart .table>tbody>tr>td {
	border: none;
	padding: 0;
}

#cart .cart-close button {
	background: none;
	color: #363f4d;
	border: none;
	font-size: 14px;
	line-height: 1;
	padding: 0;
	vertical-align: middle;
}

#cart .cart-quantity {
	color: #a4a4a4;
	margin: 8px 0 !important;
	font-size: 12px;
}

#cart .info-item a:hover {
	color: #89a58a;
}

#cart .info-item a {
	color: #363f4d;
	text-transform: capitalize;
	font-size: 13px;
	line-height: 18px;
}

#cart .cart-price {
	font-size: 14px;
	font-weight: 500;
	color: #89a58a;
}

#cart .cart-button {
	margin: 0 -20px !important;
	padding: 25px 30px;
	border-top: 1px solid #ebebeb;
	background: #363f4d;
}

#cart p.cart-button a:last-child {
	margin-bottom: 0;
}

#cart p.cart-button a {
	background: #495465;
	color: #fff;
	height: 47px;
	line-height: 47px;
	text-align: center;
	padding: 0 30px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 15px;
	border-radius: 3px;
	font-weight: 500;
}

#cart p.cart-button a:hover {
	background: #89a58a;
}

#cart p.cart-button a:hover i {
	color: #fff;
}

#cart p.cart-button a i {
	padding-left: 5px;
	font-size: 10px;
	color: #434343;
	display: none;
}

#cart .dropdown-menu .info-item {
	padding-left: 10px !important;
}

#cart .dropdown-menu .has-scroll tr {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}

#cart .dropdown-menu .has-scroll {
	max-height: 300px;
	overflow: auto
}

#cart .dropdown-menu tr td strong {
	color: #000;
}

#cart .dropdown-menu tr td:first-child {
	color: #232323;
	text-transform: uppercase;
	font-weight: 500;
}

#cart .dropdown-menu tr td:last-child {
	color: #363f4d;
	font-size: 14px;
	font-weight: 500;
}

.unvisible {
	display: none;
}

.fix-header.container-fix .block-right {
	margin-top: 18px;
}

.fix-header .logo-container {
	top: 13px;
}

.fix-header .logo-container img {
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
	transform-origin: center;
}

.fix-header .logo-container {
	padding: 0;
}

.fix-header .top-header {
	display: none;
}

.fix-header {
	top: 0;
	position: fixed !important;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	left: 0;
	z-index: 9998;
	margin: 0;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
}

.fix-header.fix-header-act {
	background: rgba(0, 0, 0, 1);
}

/* cms block */
.banner-sidebar:hover img {
	opacity: .8
}

.banner-sidebar {
	margin-bottom: 30px;
	text-align: center
}

.logo-f {
	margin-bottom: 15px;
}

.contact-info li span {
	margin-right: 5px;
}

.contact-info li {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 30px;
	/* padding: 5px 0; */
}

.social-footer li a:hover {
	color: #fff !important;
	background: #89a58a !important;
}

.social-footer li a {
	color: #c9c9c9 !important;
	line-height: 1 !important;
	font-size: 16px !important;
	text-align: center;
	line-height: 40px !important;
	background: #ebebeb;
	border-radius: 100%;
	margin: 0 10px 5px 0;
	width: 40px;
	height: 40px;
	display: block;
}

.social-footer {
	margin-top: 10px;
}

.social-footer li {
	display: inline-block;
}

.block-static-policy {
	width: 62.5%;
	padding: 0;
	padding: 35px 0;
}

.static-policy {
	border-radius: 3px;
	border: 1px solid #ebebeb;
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

.static-policy .col:not(:last-child) {
	border-right: 1px solid #ebebeb;
}

.static-policy .col {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.static-policy .text-content {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-o-transform: translateY(5px);
	text-transform: translateY(5px);
}

.static-policy .text-content p {
	font-size: 13px;
	color: #91959b;
	text-transform: capitalize;
	margin: 0;
}

.static-policy .text-content h2 {
	font-size: 12px;
	color: #363f4d;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 5px 0;
}

.static-policy .text-content {
	display: inline-block;
	text-align: left;
}

.static-policy .col-img {
	/* float: left; */
	margin-right: 5px;
	display: inline-block;
}

.static-policy .col-img i {
	font-size: 21px;
	color: #363f4d;
	border: 2px solid #ebebeb;
	border-radius: 100%;
	line-height: 48px;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
}

.banner-static-top-header i {
	font-size: 18px;
	margin-right: 5px;
}

.banner-static-top-header {
	font-size: 12px;
}

.banner-3,
.banner-2,
.banner-1 {
	margin: 0 -15px;
}

.banner-3 .text-content h4,
.banner-2 .text-content h4,
.banner-1 .text-content h4 {
	color: #363f4d;
	font-weight: 400;
	font-size: 87.5%;
	margin: 0;
}

.banner-3 .text-content h3::before,
.banner-2 .text-content h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 40px;
	background: #363f4d;
}

.banner-3 .text-content h3::before {
	background: #fff;
}

.banner-3 .text-content h3,
.banner-2 .text-content h3 {
	position: relative;
	padding-bottom: 20px;
}

.banner-3 .text-content h3,
.banner-2 .text-content h3,
.banner-1 .text-content h3 {
	color: #363f4d;
	font-size: 125%;
	font-weight: 400;
	margin: 0 0 25px 0;
}

.banner-3 .text-content h5,
.banner-2 .text-content h5,
.banner-1 .text-content h5 {
	color: #363f4d;
	font-size: 87.5%;
	font-weight: 400;
	margin: 0 0 5px 0;
}

.banner-3 .text-content h4,
.banner-3 .text-content h3,
.banner-3 .text-content h5 {
	color: #fff;
}

.banner-3 .text-content,
.banner-2 .text-content {
	position: absolute;
	top: 40px;
	left: 45px;
	font-size: 16px;
}

.banner-3>div.text-center .text-content h3::before,
.banner-3>div.text-center .text-content {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.banner-1 .text-content {
	position: absolute;
	bottom: 40px;
	left: 45px;
	font-size: 16px;
}

.banner-3>div:hover img,
.banner-2>div:hover img,
.banner-1>div:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.banner-3>div,
.banner-2>div {
	position: relative;
	border-radius: 3px;
	margin-bottom: 70px;
}

.banner-3>div:not(:last-child),
.banner-2>div:not(:last-child) {
	margin-bottom: 30px;
}

.banner-1>div {
	position: relative;
	margin-bottom: 40px;
	border-radius: 3px;
}

.banner-3 .col-img,
.banner-2 .col-img,
.banner-1 .col-img {
	overflow: hidden;
	border-radius: 3px;
}

.banner-3 .col-img img,
.banner-2 .col-img img,
.banner-1 .col-img img {
	border-radius: 3px;
}

/* owl carousel */
.owl-theme .owl-nav {
	margin: 0;
}

.owl-item.active:not(.lastActiveItem) .row_items {
	border-right: 1px solid #ebebeb;
}

.owl-theme .owl-dots {
	position: absolute;
	right: 3.1%;
	width: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-theme .owl-dots {
	text-align: center;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	line-height: 1;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
	background: #89a58a;
	border-color: #89a58a;
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	margin: 0 8px;
	border: 2px solid #909090;
}

.owl-carousel:hover .owl-nav [class*="owl-"] {
	opacity: 1;
}

.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	margin: -24px 0 0 0;
	background: #fff !important;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #dadada;
	opacity: 0;
	border-radius: 100%;
	padding: 0;
	border: 1px solid #ebebeb;
}

.owl-nav>.owl-next {
	right: -24px;
}

.owl-nav>.owl-prev {
	left: -24px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #89a58a;
}

/* .owl-products .owl-nav > .owl-next{ */
/* right: -25px; */
/* } */
/* .owl-products .owl-nav > .owl-prev{ */
/* left: -35px; */
/* } */
.owl-style2 .owl-theme .owl-nav [class*="owl-"] {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	background: none !important
}

.owl-style2 .owl-theme .owl-nav [class*="owl-"] {
	border: none;
	color: #b2b2b2
}

.owl-style2 .owl-theme .owl-nav [class*="owl-"]:hover {
	color: #89a58a;
}

.owl-style2 .owl-nav>.owl-next {
	right: -40px;
}

.owl-style2 .owl-nav>.owl-prev {
	left: -40px;
}

.owl-style2 .owl-theme .owl-nav [class*="owl-"] i {
	font-size: 14px;
	line-height: 40px;
}

.owl-nav [class*="owl-"] i {
	font-size: 12px;
	line-height: 46px;
}

/* banner-ourbrands */
.banner-ourbrands .item img {
	display: inline-block;
}

.banner-ourbrands {
	padding: 50px 0;
	border-top: 1px solid #ebebeb;
	margin-top: 40px;
}

.banner-ourbrands .owl-carousel .owl-item:not(:hover) img {
	opacity: .3;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.banner-ourbrands .owl-carousel .owl-item {
	padding: 0;
}

.banner-ourbrands .module-title {
	display: none;
}

.banner-ourbrands .owl-item.active {
	position: relative;
}

/* breadcrumbs */
.breadcrumb {
	padding: 30px 0;
	margin: 0;
	background: none;
	/* border-bottom: 1px solid #ebebeb; */
}

.breadcrumb a:hover,
.breadcrumb li:last-child a {
	color: #89a58a;
}

.breadcrumb>li+li::before,
.breadcrumb a {
	color: #91959b;
	text-transform: capitalize;
	font-size: 13px;
}

.common-home .breadcrumbs {
	display: none;
}

.breadcrumbs {
	clear: both;
	/* background: #fff; */
}

/* category */
.category-info .img-thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
}

.toolbar {
	float: left;
	width: 100%;
	margin: 30px 0 15px;
	border: 1px solid #ebebeb;
	padding: 15px 25px;
}

.toolbar3 {
	padding: 0;
	margin: 5px 0 0;
}

.toolbar1 {
	padding: 0;
}

.toolbar2,
.toolbar1 {
	padding-left: 0;
}

#input-sort,
#input-limit {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	box-shadow: none;
	height: 30px;
	font-size: 12px;
}

#list-view,
#grid-view {
	border: none;
	border-radius: 0px;
	color: #fdfdfd;
	padding: 0;
	background: none;
	line-height: 16px;
	height: 16px;
	width: 16px;
}

#list-view:hover,
#list-view.selected,
#grid-view:hover,
#grid-view.selected {
	/* background: #89a58a; */
	color: #89a58a;
}

#list-view {
	/* border-radius: 20px 0 0 20px; */
	margin-right: 10px;
}

#grid-view {
	/* border-radius: 0px 20px 20px 0; */
}

#list-view i,
#grid-view i {
	/* line-height: 36px; */
	font-size: 16px;
}

.pagination {
	margin: 0;
	background: #fff;
	display: block;
}

.pagination>li.active>span,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background-color: #89a58a !important;
	color: #FFF !important;
}

.pagination>li>a,
.pagination>li>span {
	border: none;
	border-radius: 3px !important;
	background: #f1f1f1 !important;
	color: #7a7a7a !important;
	font-size: 18px;
	padding: 0 5px;
	margin: 0 3px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
}

.toolbar4 {
	margin: 0;
	margin-top: 30px;
	clear: both;
	float: left;
	width: 100%;
	border: 1px solid #ebebeb;
	padding: 15px 25px;
}

.toolbar4 .col-sm-6 {
	padding: 0;
}

.toolbar4 .text-right {
	margin-top: 7px;
	font-size: 13px;
	color: #6a6a6a;
	width: auto;
	float: right;
}

/* product detail */
.zoomContainer .zoomWindowContainer .zoomWindow {
	margin-left: 15px;
}

.block-1 {
	margin-bottom: 30px;
}

.block-1 .thumbnail {
	padding: 0;
	border-radius: 0;
	border: none !important;
	margin: 0;
}

.image-additional-container .thumbnail {
	opacity: .2
}

.image-additional-container {
	padding: 0 85px;
	margin-top: 10px;
}

.image-additional-container .current-additional.thumbnail,
.image-additional-container .thumbnail:hover {
	/* border-color: #ebebeb; */
	/* border-radius: 3px; */
	opacity: 1;
}

.image-additional-container .thumbnail {
	/* border: 2px solid transparent; */
}

.image-additional-container .thumbnail {
	margin: 0;
}

.image-additional-container .owl-item {
	padding: 0;
}

.block-2 .product-name {
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	color: #363f4d;
	text-transform: capitalize;
	line-height: 1;
	padding-bottom: 1.5rem;
}

.block-2 .product-name+p {
	margin: 10px 0 0;
}

.block-2 .product-name+p a {
	text-transform: capitalize;
}

.block-2 .ratings .rating-box {
	display: inline-block;
	margin-right: 15px;
}

.block-2 .ratings .rating-box div[class^="rating"] {
	background-position: left;
	width: 66px;
}

.block-2 .ratings span,
.block-2 .ratings a {
	font-size: 13px;
	color: #7a7a7a;
	vertical-align: bottom;
}

.block-2 .ratings span:hover,
.block-2 .ratings a:hover {
	color: #89a58a;
}

.block-2 .ratings a {
	margin: 0 15px
}

.block-2 .ratings {
	margin: 25px 0;
}

.block-2 .list-unstyled hr {
	color: #ebebeb;
}

.block-2 .list-unstyled {
	color: #363f4d;
	clear: both;
	line-height: 24px;
	font-size: 14px;
	text-transform: capitalize;
}

.block-2 .price-product .new-price {
	margin-right: 10px;
}

.block-2 .price-product .old-price {
	font-size: 18px;
	color: #a4a4a4;
	text-decoration: line-through;
}

.block-2 .price-product {
	font-size: 20px;
	color: #151515;
	margin-bottom: 25px;
	font-weight: 500;
}

.block-2 .ex-text {
	color: #89a58a;
	margin-left: 5px;
	font-weight: 400;
}

.block-2 .short-des {
	margin: 25px 0 30px;
	color: #666666;
	line-height: 26px;
	font-size: 16px;
}

#input-quantity2,
#minus2,
#plus2,
#input-quantity,
#minus,
#plus {
	display: inline-block;
	height: 35px;
	border: none;
	box-shadow: none;
	text-align: center;
	width: 35px;
	font-size: 20px;
	border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #363f4d;
	font-size: 14px;
}

#input-quantity2,
#input-quantity {
	width: 35px;
}

label[for='input-quantity'] {
	line-height: 35px;
	margin-right: 30px;
}

#button-cart2,
#button-cart {
	padding: 10px 20px;
	font-size: 13px;
	color: rgb(17, 21, 28);
	border: 1px solid rgb(17, 21, 28);
	background: transparent;
	cursor: pointer;
	border-radius: 0;
	margin: 13px 0;
	text-transform: uppercase;
	display: block;
	width: 100%;

	/* margin: 25px 10px 25px 0;
	float: left;
	height: 40px;
	padding: 0 40px;
	border-radius: 20px;
	background: #89a58a !important;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff !important; */
	/* border: 2px solid #ebebeb; */
}

#button-cart2:hover,
#button-cart:hover {
	/* background: #89a58a !important;
	color: #fff !important;
	border-color: #89a58a; */

	background-color: rgb(17, 21, 28);
	color: rgb(223, 223, 216);
}

.btn-actions button.btn-compare span,
.btn-actions button.btn-wishlist span {
	display: none;
}

.btn-actions button.btn-compare i,
.btn-actions button.btn-wishlist i {
	font-size: 18px;
	color: #bec2c7;
}

.btn-actions button.btn-compare,
.btn-actions button.btn-wishlist {
	width: 40px;
	height: 40px;
	/* border: 1px solid #f2f2f2; */
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 25px;
	padding: 0;
	margin-right: 8px;
	float: left;
	margin-top: 25px;
	background: #f2f2f2 !important;
}

.btn-actions button.btn-compare:hover,
.btn-actions button.btn-wishlist:hover {
	background-color: #89a58a !important;
	border-color: #89a58a;
}

.btn-actions button.btn-compare:hover i,
.btn-actions button.btn-wishlist:hover i {
	color: #fff;
}

#product2,
#product {
	clear: both;
}

.has-option {
	/* max-height: 300px; */
	overflow: auto;
	/* border: 1px solid #e1e1e1; */
	padding: 0 20px;
	margin-top: 20px;
}

.option-container+div {
	margin: 25px 0;
}

.quantity-box {
	border-radius: 40px;
	width: 115px;
	color: rgb(17, 21, 28);
	border: 1px solid rgb(17, 21, 28);
	border-radius: 0;
}

.block-3 {
	padding: 0;
}

.block-3 .tab-content {
	padding: 40px 0px;
	margin-bottom: 50px;
}

#tab-review #review i {
	color: #f9ba48;
}

#tab-review #review {
	max-height: 300px;
	overflow: auto;
}

.block-3 .tab-content .tab-pane {
	padding: 0 25px;
	line-height: 28px;
}

.block-3 .tab-content .tab-pane#tab-review {
	max-height: 450px;
}

.block-3 .nav-tabs {
	margin: 80px 0 0 0;
	border: none;
	padding: 15px 0;
	position: relative;
}

.block-3 .nav-tabs li:hover a,
.block-3 .nav-tabs li.active a {
	color: #363f4d;
	/* background: #101010; */
	/* border-color: #101010; */
}

.block-3 .nav-tabs li a {
	color: #c3c3c3;
	border: none !important;
	/* border-radius: 20px; */
	margin: 0;
	padding: 0px 30px;
	background: none !important;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	/* border-right: 1px solid #ebebeb !important; */
}

.block-3 .nav-tabs li:last-child a {
	border-right: none !important;
}

.block-3 .nav-tabs li {
	display: inline-block;
	float: none;
	/* font-size: 18px; */
	text-transform: capitalize;
	font-weight: 500;
	margin: 0 6px;

	font-size: 13px;
	border: 1px solid rgb(17, 21, 28);
	cursor: pointer;
}

.block-3 .nav-tabs li a {
	color: rgb(17, 21, 28);
	padding: 10px 20px;
}

.block-3 .nav-tabs li a:hover {
	cursor: pointer;
}

.block-3 .nav-tabs li.active {
	background-color: rgb(17, 21, 28);
}

.block-3 .nav-tabs li.active a {
	color: rgb(223, 223, 216);
}

.bootstrap-datetimepicker-widget a[data-action] {
	padding: 0 !important;
}

.bootstrap-datetimepicker-widget td span:hover {
	background: none !important;
}

.bootstrap-datetimepicker-widget td span {
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}

.alert.alert-success {
	text-align: center;
	font-size: 14px;
	margin: 0;
}

.account-login .well {
	background: none;
	box-shadow: none;
}

.information-contact form .required {
	margin-bottom: 20px;
}

.bootstrap-datetimepicker-widget a[data-action] {
	border: none;
	height: auto;
}

.product-des {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 24px;
	margin-bottom: 30px;
}

.box-timer .countdown-period {
	display: block;
	color: #c8c8c8;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

.box-timer .countdown-section:not(:last-child) {
	margin-right: 3px;
}

.box-timer .countdown-section .countdown-amount {
	color: #9acf6b;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	margin: 10px 0 3px;
	display: block;
}

.box-timer .countdown-section {
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #ebebeb;
	background: #fff;
	height: 50px;
	width: 50px;
	text-align: center;
}

.product-layout:hover .box-timer {
	/* opacity: 1; */
}

.box-timer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	/* opacity: 0; */
}

/* footer */
#back-top:hover {
	background: rgba(154, 207, 106, 1)
}

#back-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	background: rgba(154, 207, 106, .8);
	text-align: center;
	cursor: pointer;
	z-index: 999;
}

#back-top i {
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}

body:not(.common-home) footer {
	margin-top: 80px;
}

footer {
	background: #0A0B0D;
	/* border-top: 1px solid #ebebeb */
}

.title-footer {
	color: #363f4d;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 0 20px;
}

.col-f ul li a:hover {
	color: #89a58a
}

.col-f ul li a {
	color: #7a7a7a;
	line-height: 30px;
	font-size: 14px;
}

.top-footer ul {
	margin: 0;
}

.col-f li a {
	color: #999999;
	line-height: 24px;
}

.top-footer {
	padding: 70px 0 55px;
	border-bottom: 1px solid #ebebeb
}

.bottom-footer {
	padding: 30px 0;
	/* float: left; */
	/* width: 100%; */
}

.copyright-text a {
	color: #89a58a;
}

.copyright-text {
	color: #7a7a7a;
	float: left;
	margin: 5px 0 0;
	text-transform: capitalize;
}

.payment-img {
	float: right;
}

.category-module {
	margin-bottom: 30px;
}

.category-module h3 {
	color: #363f4d;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
	line-height: 24px;
	padding-bottom: 5px;
}

.category-module ul ul {
	padding-left: 20px;
}

.category-module ul {
	margin: 0;
}

.category-module li {}

.category-module li a.active {
	color: #89a58a
}

.category-module li a {}

.category-module li {
	padding: 8px 0;
	padding: 10px 0;
	display: block;
	text-transform: capitalize;
	color: #7a7a7a;
	font-size: 14px;
}

.related-products {
	clear: both;
}

.related-products .product-des {
	display: none;
}

.related-container {
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 0 0 0 10px;
}

.featured-cat-thumb {
	background: url('../image/bg-feature-cate.jpg') no-repeat center;
	padding: 70px 0;
	margin: 50px 0 70px;
}

.featured-categories-container {
	max-width: 1170px;
	margin: 0 auto;
}

.owl-featured-categories {
	border: 1px solid #ebebeb;
}

.content-thumb {
	text-align: center;
	background: #f9f9fb;
	padding: 70px 0 65px;
}

.content-thumb:hover {
	background: #fff;
}

.content-thumb:hover .name {
	color: #89a58a;
}

.content-thumb .name {
	color: #363f4d;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 24px;
	display: block;
	margin: 25px 0 0;
}

.best-products {
	margin-bottom: 40px;
}

#instagram_block_home {
	position: relative;
}

#instagram_block_home .owl-nav>.owl-next {
	right: 0;
}

#instagram_block_home .owl-nav>.owl-prev {
	left: 0;
}

.mfp-bg {
	z-index: 9999 !important;
}

.mfp-wrap {
	z-index: 10000 !important;
}

/* responsive */
@media(max-width: 1400px) {
	.common-home header {
		padding: 20px 4.1% 0;
	}

	header {
		padding: 20px 4.1%;
	}

	.logo-container {
		top: 32px;
	}
}

@media(max-width: 1024px) {

	.cart-container,
	.setting {
		position: relative;
		z-index: 113;
	}

	.owl-featured-categories .owl-nav>.owl-next {
		right: 0;
	}

	.owl-featured-categories .owl-nav>.owl-prev {
		left: 0;
	}

	.logo-container a {
		display: inline-block;
	}

	.logo-container {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		text-align: center;
	}

	.common-home header {
		position: static;
		background: rgba(0, 0, 0, 1);
	}

	.zoomContainer,
	.b-modal,
	.newletter-popup {
		display: none !important;
	}

	.static-policy .col-img {
		margin: 0 0 10px 0;
	}

	.static-policy .text-content {
		text-align: center;
	}
}

@media(max-width: 991px) {
	.main-menu {
		display: block;
	}

	.container-fix .block-right {
		margin: 15px 0;
	}

	.banner-3 .text-content h3::before,
	.banner-2 .text-content h3::before {
		display: none;
	}

	.search-containers {
		/* width: 250px; */
	}

	.banner-3 .text-content,
	.banner-2 .text-content,
	.banner-1 .text-content {
		font-size: 90%;
		left: 30px;
		bottom: 20px;
	}

	.banner-3 .text-content h3,
	.banner-2 .text-content h3,
	.banner-1 .text-content h3 {
		margin: 0 0 5px 0;
	}

	.block-static-policy {
		width: 100%;
	}

	.cart-container {
		width: auto;
	}

	.logo-container,
	/* .cart-container, */
	.block-static-policy {
		padding: 10px 0;
	}

	.payment-img,
	.copyright-text {
		float: none;
		text-align: center;
	}

	.copyright-text {
		margin-bottom: 10px;
	}

	#button-cart2,
	#button-cart {
		padding: 0 20px;
	}

	.qv-button-container {
		display: none;
	}
}

@media(max-width: 767px) {

	.banner-3 .col-img,
	.banner-2 .col-img,
	.banner-1 .col-img {
		text-align: center;
	}

	.banner-3>div:hover img,
	.banner-2>div:hover img,
	.banner-1>div:hover img {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}

	.banner-3 .text-content,
	.banner-2 .text-content,
	.banner-1 .text-content {
		font-size: 16px;
		top: 50%;
		left: 50%;
		width: 50%;
		text-align: center;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.banner-3 .text-content {
		top: 40px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	input[name^="quantity["] {
		min-width: 40px;
		padding: 0;
		text-align: center;
	}

	.top-footer .col-f:not(:last-child) {
		margin-bottom: 30px;
	}

	.owl-dots,
	.owl-nav {
		display: none !important;
	}

	.payment-img,
	.copyright-text {
		float: none;
		text-align: center;
	}

	.copyright-text {
		margin-bottom: 10px;
	}
}

@media(max-width: 680px) {

	.block-right,
	.block-left {
		width: 100%;
		text-align: center;
	}
}

@media(max-width: 560px) {}

@media(max-width: 480px) {
	.static-policy .col {
		padding: 15px 0 0;
		width: 100%;
	}

	.static-policy .text-content,
	.static-policy .col-img {
		float: none;
		text-align: left;
		margin: 0;
	}

	.static-policy .col {
		text-align: center;
		margin-bottom: 15px;
	}

	.cart-container {}

	#cart {
		float: none;
		position: static;
	}

	#cart .dropdown-menu::before {
		/* right: auto; */
	}

	#cart .dropdown-menu::before {
		/* left: 50%; */
		/* -webkit-transform: translateX(-50%); */
		/* -moz-transform: translateX(-50%); */
		/* -o-transform: translateX(-50%); */
		/* transform: translateX(-50%); */
	}

	.owl-item.active .row_items {
		border-right: none !important;
	}

	.top-header #top>ul li .dropdown-menu,
	.top-header .row>div>ul li .dropdown-menu {
		min-width: 100px;
		left: 0;
		right: auto;
	}

	#top-links {
		right: 0 !important;
		left: auto !important;
		min-width: 120px !important;
	}

	#cart p.cart-button a {
		margin: 0;
	}

	.toolbar2,
	.toolbar1 {
		width: 100%;
		padding: 0;
		margin: 5px 0;
	}

	.block-right {
		/* margin: 10px 0; */
	}

	.tab-heading li {
		margin: 5px 20px;
	}

	#cart .dropdown-menu {
		min-width: 260px;
	}

	#cart p.cart-button a:not(:last-child) {
		margin: 0 10px 10px 0;
	}
}

@media(max-width: 360px) {
	#search {
		right: -50px;
	}
}


@media(max-width: 360px) {
	.static-policy .col {
		width: 100%;
	}
}

.aboutImage {
	width: 80%;
	display: block;
	margin: 0 auto;
}

.about-description {
	text-align: justify;
	font-family: Rubik, sans-serif !important;
	margin: 20px auto;
	max-width: 600px;
	position: relative;
	font-size: 1.5rem !important;
}

.about-title {
	color: #0d6efd;
	font-size: 2.5rem;
	position: relative;
	width: fit-content;
	margin-bottom: 20px;
}

.about-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #0d6efd;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.aboutDiv {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
}

.logo-footer img {
	max-width: 150px;
	width: 90%;
}

.banner-static-top-header a {
	color: var(--theme-color-font);
}

.banner-static-top-header a:hover {
	color: var(--theme-color-font);
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

.product-informations {
	padding-top: 1.5rem;
}

.product-informations i {
	font-size: 32px;
	vertical-align: top;
	margin-right: 1rem;
	line-height: 36px;
}

.product-informations span {
	color: #222;
	line-height: 36px;
	font-size: 14px;
}

.product-informations span.twoline-info {
	color: #222;
	line-height: 18px;
	font-size: 14px;
	display: inline-grid;
}

.product-informations span.twoline-info a {
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
}

/* .product-informations-tile{
	text-align: center;
} */

.product-informations-tile img {
	width: 100px;
}

.product-informations-tile span {
	line-height: 18px;
	font-size: 14px;
	/* font-weight: bold; */
}

.border {
	border: 1px solid;
}

.border-0 {
	border: 0;
}

.border-top {
	border-top: 1px solid;
}

.border-end {
	border-right: 1px solid;
}

.border-bottom {
	border-bottom: 1px solid;
}

.border-start {
	border-left: 1px solid;
}

.border-primary {
	border-color: #0d6efd;
}

.border-secondary {
	border-color: #6c757d;
}

.border-success {
	border-color: #198754;
}

.border-danger {
	border-color: #dc3545;
}

.border-warning {
	border-color: #ffc107;
}

.border-info {
	border-color: #0dcaf0;
}

.border-light {
	border-color: #f8f9fa;
}

.border-dark {
	border-color: #212529;
}

.border-white {
	border-color: #fff;
}

.radio-color {
	position: relative;
	display: inline-block;
}

.radio-color label {
	padding: 0;
}

.radio-color input[type="radio"] {
	display: none;
}

.radio-color img {
	transition: all 0.1s ease;
	/* Standart yazım */
	-webkit-transition: all 0.1s ease;
	/* Safari ve Chrome için */
	-moz-transition: all 0.1s ease;
	/* Firefox için */
	-ms-transition: all 0.1s ease;
	/* Microsoft Edge için */
	-o-transition: all 0.1s ease;
	/* Opera için */
}

.radio-color input[type="radio"]:checked+img {
	opacity: 0.8;
	/* Resmin opaklığı */

	border: 3px solid var(--theme-color-secondary);
	padding: .5rem;
	border-radius: .75rem;
}


#logo img {
	height: 50px;
}

.container-fix .logo-container {
	top: 8px;
}

.container-fix.fix-header .logo-container {
	top: 8px;
}

.common-home .container-fix .logo-container {
	top: 70px;
}

.common-home #logo img {
	height: 40px;
}

.common-home .logo-container {
	top: 36px;
}

.common-home .fix-header .logo-container {
	top: 9px;
}

.fix-header #logo img {
	height: 50px;
}

#form-language ul li img {
	height: 16px;
	vertical-align: middle;
}

footer {
	background-color: #0A0B0D;
}

footer .logo-footer img {
	width: 80%;
	max-width: 240px;
	padding-bottom: 2rem;
}

.social-footer li a {
	color: #151515 !important;
}

.form-group.checkbox>div,
.form-group.radio>div {
	display: flex;
	padding-top: 10px;
}

.form-group.checkbox .checkbox input[type=checkbox],
.form-group.radio .radio input[type=radio] {
	display: none;
}

.form-group.checkbox .checkbox,
.form-group.radio .radio {
	margin: 0 0 10px 10px;
}

.form-group.checkbox .checkbox label,
.form-group.radio .radio label {
	display: inline-block;
	padding: 10px 20px;
	font-size: 13px;
	color: rgb(17, 21, 28);
	border: 1px solid rgb(17, 21, 28);
	cursor: pointer;
}

.form-group.checkbox .checkbox input[type="checkbox"]:checked+label,
.form-group.radio .radio input[type="radio"]:checked+label {
	background-color: rgb(17, 21, 28);
	color: rgb(223, 223, 216);
}

.form-group>label.control-label {
	color: #333;
	font-size: 12px;
}

.block-2 .btn-actions {
	float: right;
}

.block-2 .btn-actions button {
	margin-top: 0;
}

.block-2 .product-name {
	display: inline;
}

.alert.alert-top {
	position: fixed;
	top: 15px;
	right: 15px;
	margin-left: 15px;
	z-index: 1000;
}

.btn.btn-custom {
	padding: 10px 20px;
	font-size: 13px;
	color: rgb(17, 21, 28);
	border: 1px solid rgb(17, 21, 28);
	cursor: pointer;
	background: transparent !important;
	line-height: 18px !important;
	border-radius: 0;
}

.btn.btn-custom:hover {
	cursor: pointer;
	background-color: rgb(17, 21, 28) !important;
	color: rgb(223, 223, 216) !important;
}

.btn.btn-custom i {
	margin-right: 8px;
}

.container-fix .logo-container .logo-black {
	display: none;
}

.container-fix .logo-container .logo-white {
	display: block;
}

.common-home .container-fix .logo-container .logo-black {
	display: block;
}

.common-home .container-fix .logo-container .logo-white {
	display: none;
}

.common-home .container-fix.fix-header .logo-container .logo-black {
	display: none;
}

.common-home .container-fix.fix-header .logo-container .logo-white {
	display: block;
}

.amazon-containers i {
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	line-height: 1;
}

.amazon-containers a{
	cursor: pointer;
	display: block;
	float: right;
	position: relative;
	z-index: 113;
}

.amazon-containers a:hover {
	cursor: pointer;
}

@media (max-width: 1024px) {
	.container-fix .logo-container .logo-black {
		display: none !important;
	}

	.container-fix .logo-container .logo-white {
		display: block !important;
	}

	.common-home header .container-fix .block-right i,
	.common-home header #cart-total {
		color: #fff !important;
	}
}

.panel {
	background-color: #f6f6f6;
}