body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
@font-face {
    font-family: 'Ubuntu';
    src:url('../font/Ubuntu.ttf');
    font-weight:normal;
    font-style:normal;
	font-display: swap;
}
header {
	padding-bottom: 10px;
	padding-top: 15px;
}
h1, h2, h3, h4, h5, h6 {
	color: #555;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .category_h1, .product .price li span {
	font-family: 'Ubuntu';
	font-weight: normal;
}
h4.btn {
	border: 0 none;
}
/* default font size */
.fa {
	font-size: 12px;
}
.fa.fa-lg {
	font-size: 20px;
    font-weight: bold;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h2 .accordion-button {
	font-size: 19px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #666666;
	cursor: pointer;
	text-decoration: none;
}
a:hover, .btn-link:hover {
	color: #2C941D;
	text-decoration: none;
}
.btn-link.redcolor:hover {
	color: red;
}
.swal2-title a {
	color: #2C941D;
}
.btn-check:checked + .btn, .btn.active, .btn.show {
	color: #2C941D;
}
.dropdown-menu li > a:hover {
	color: #000000;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1);
	color: #000;
	
}
a:focus, a:hover {
	outline: 0 none;
}
.product h1 {
	margin-top: 0;
	margin-bottom: 15px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
.form-control:focus {
	box-shadow: 0 0 0 #fff;
}
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: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-text {
	font-size: 13px;
	height: 40px;
	min-width: 40px;
}
.form-select, .form-select option {
	font-weight: normal;
}
.input-group-sm > .form-select {
	height: 40px;
	padding: 8px 10px;
	font-size: 13px;
}
.category-list li a {
	font-size: 15px;
	white-space: normal;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
	border: 0 none;
}
.nav-tabs li {
	margin-right: 15px;
	margin-bottom: 15px;
}
.nav-tabs .svg {
	font-size: 14px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
}
.dropdown-menu li > a:hover svg {
	fill: #000;
}
/* top */
#top {
	background-color: #f7f7f7;
	padding: 4px 0px 3px 0;
	margin: 0;
	min-height: 39px;
	z-index: 1001;
	position: relative;
}
.container > h3 {
	margin-bottom: 25px;
}
#top #form-currency li,
#top .form-language li {
	text-align: left;
	border-top: 1px solid #ffffff;
}
#top #form-currency li .btn,
#top .form-language li .btn {
	padding-left: 20px;
}
#top #form-currency li + li,
#top .form-language li + li,
#top .blog-menu li + li {
	border-top: 1px solid #ddd;
}
#top #form-currency li:hover > a,
#top .form-language li:hover > a {
	color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}
#top .btn-link, #top-links li, #top-links a {
	color: #666666;
    font-size: 13px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .border-left-li .dropdown-menu a {
	display: block;
	margin-right: 0;
}
.dropdown-menu > li > a:not(.btn) {
	padding: 10px 12px;
	color: #000000;
}
.dropdown-menu > li > a:not(.btn):hover {
	color: #000000;
}
.btn-uppercase {
    display: inline-block;
    margin-right: 10px;
}
#top .btn-link.dropdown-toggle {
    border-left: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 0;
    margin-top: 3px;
    padding: 0 12px;
}
#top .btn-link.dropdown-toggle img {
	top: -1px;
	position: relative;
}
#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: 6px 0 4px 0;
}
/* search */
#search {
	margin-bottom: 10px;
	margin-top: 15px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-top: 1px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	transform: skew(-4deg);
	border-radius: 7px 0 0 7px;
}
.input-lg {
	border-radius: 0;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 9px 15px;
	text-shadow: 0 1px 0 #FFF;
	transform: skew(-4deg);
	border-radius: 0 7px 7px 0;
}
/* cart */
.popup-cart {
	position: fixed;
    right: 41px;
    top: 15%;
    z-index: 1001;
}
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	background: #ff8c00;
    border: 0 none;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 22px 24px;
    position: relative;
}
.btn-color {
	background: #ff8c00;
    background-color: rgb(255, 140, 0);
	border-color: #ff8c00 !important;
	color: #ffffff;
	box-shadow: 0 0 0 #fff !important;
}
.btn-color svg {
	fill: #ffffff;
}
.btn-color:active,
.btn-color:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 0, 0, 0.1) !important;
}
#cart.open > .btn {
	background-image: none;
	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%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #2C941D;
	min-height: 40px;
	border-radius: 0;
	margin-bottom: 0;
}
body:not(.common-home) .container > #menu {
	margin-bottom: 20px;
}
#menu .navbar-nav {
	width: 100%;
}
.nav > li > a {
	text-decoration: none;
}
#menu .nav > li > a {
	color: #fff;
	padding: 15px;
	min-height: 15px;
	background-color: transparent;
	font-size: 15px;
	text-shadow: 0px 0px 0px #000;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
    border: 0 none;
}
.header-menu .list-group a {
	border: 0 none;
}
.padding-right {
	padding-right: 25px !important;
}
.padding-right-2x {
	padding-right: 45px !important;
}
#menu .dropdown-menu .dropdown-inner {
	border-bottom: 5px solid #2C941D;
}
.children-icon-arrow:after {
	font-size: 10px;
	content: "\f105";
	position: absolute;
	font-weight: 400;
	display: inline-block;
	font-family: FontAwesome;
}
#top .children-icon-arrow {
	position: relative;
}
#top .children-icon-arrow:after {
	top: 4px;
	right: 7px;
}
.children-icon-bars:after {
	font-size:14px;
	content: "\f0c9";
	position:absolute;
	font-weight:400;
	display:inline-block;
	font-family:FontAwesome;
}
.children-icon-right:after {
	margin:auto auto auto 5px;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg)
}
.children-icon-right-absolute:after {
	right: 15px;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg)
}
.children-icon-right-absolute-bottom:after {
	right: 15px;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg)
}
.children-icon-top:after {
	margin:auto auto auto 7px;
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	transform:rotate(-90deg)
}
#menu .nav > li:hover > a, #menu .nav > li.open > a, #menu .nav > li.header-menu {
	background-color: rgba(0, 0, 0, 0.1);
}
#mobile-menu #menu .nav > li.header-menu {
	background-color: rgba(0, 0, 0, 0);
}
#menu .dropdown-menu {
	padding-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	padding-top: 0;
	margin-top: -1px;
	opacity: 0.92;
}
#menu .dropdown-menu.opacity {
	opacity: 0.93;
}
#menu .dropdown.header-menu .dropdown-menu.list-group li.opacity {
	opacity: 0.88;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 8px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #ed297b;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	margin-top: 2px;
}
#menu .btn-navbar {
	border: 0 none;
    color: #fff;
    float: right;
    font-size: 15px;
    font-stretch: expanded;
    padding: 7px 18px;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
#menu .btn-navbar .fa {
	font-size: 17px;
}
.opening > .dropdown-menu {
    display: block;
}
#menu .dropdown .dropdown-menu {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#menu .dropdown.header-menu .dropdown-menu {
	margin-top: 0;
	background: none;
	padding-top: 0;
	border: 0 none;
	border-radius: 0 0 3px 3px;
	position: absolute;
	display: none;
	right: auto;
}
#mobile-menu .children-icon-right-absolute:after {
	right: 25px;
}
#mobile-menu #menu .dropdown.header-menu .dropdown-menu {
	position: initial;
	padding: 0;
}
#mobile-menu #menu .dropdown.header-menu .dropdown-menu:before {
	content: none;
}
#menu .dropdown.header-menu .dropdown-menu .dropdown-menu {
	margin-top: -1px;
}
#menu .dropdown.header-menu .dropdown-menu .dropdown-menu li a {
	padding: 12px;
}
#menu .dropdown.header-menu .dropdown-menu:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.navbar-ex1-collapse .dropdown-menu:before {
	background: #ffffff;
}
.navbar-ex2-collapse .dropdown-menu:before {
	background: #ffffff;
}
.more_articles {
	position: relative;
}
.more_articles ul li {
	width: 100%;
}
#menu .dropdown.header-menu .dropdown-menu.list-group li,
.more_articles ul li {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-top: 1px solid rgba(0,0,0,0.2);
}
.navbar-ex1-collapse .dropdown-menu.list-group li {
	border: 0 none;
	color: #fff;
	text-shadow: 0 0 0 #fff;
}
#mobile-menu #menu .dropdown.header-menu .dropdown-menu.list-group li + li {
  border-top: 0.5px solid rgba(255,255,255,0.1);
}
.more_articles ul li {
	opacity: 0.85;
}
.more_articles ul li a {
	display: block !important;
}
.header-menu,
#menu .dropdown.header-menu .dropdown-menu.list-group li {
	min-width: 264px;
}
#menu .dropdown.header-menu .dropdown-menu.list-group > li + li,
.more_articles ul li + li {
	border-top: 1px solid rgba(0,0,0,0.2);
}
@media (min-width: 768px) {
	#menu .dropdown.header-menu .dropdown-menu.list-group li:hover,
	.more_articles ul li:hover {
		opacity: 1;
		border-top: 1px solid #999;
	}
}
#menu .dropdown.header-menu .dropdown-menu.list-group a {
	background: none;
	color: #000000;
	padding: 12px 30px;
}
#mobile-menu #menu .dropdown.header-menu .dropdown-menu.list-group a {
	padding: 12px 15px;
	color: #fff;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
#menu .dropdown.header-menu .dropdown-menu.list-group a.list-group-item:first-child {
    border-radius: 0;
    border-radius: 0;
}
#mobile-menu #menu .nav {
	margin-left: -15px;
	margin-right: -15px;
}
@keyframes bounce {
  from, 60%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-bottom: 20px;
	padding-top: 30px;
	background-color: #303030;
	color: #e2e2e2;
	box-shadow: 0 -2px 2px #666, 0 3px 2px #666;
    position: relative;
    z-index: 2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
	font-size: 13px;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
    margin-bottom: 0;
    padding: 12px 10px;
}
.alert-info {
    background-color: #eee;
    border-color: #cbcbcb;
    color: #666;
}
.divshadow .alert {
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px 10px;
}
/* breadcrumb */
.breadcrumb {
	background-color: #ffffff;
	margin: 15px 0 20px 0;
	padding: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li:first-child {
	padding: 5px 10px;
}
.breadcrumb > li {
	background: #ffffff;
	text-shadow: 0 1px 0 #FFF;
	margin-right: -3px;
	padding: 5px 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li {
	padding-left: 30px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	background: #ffffff;
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	right: -12px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
.breadcrumb > li:last-child {
	background: #ffffff;
}
.breadcrumb > li:last-child:after {
	background: #ffffff;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 6.5px 12px;
	font-size: 14px;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	white-space: nowrap;
}
.btn.text-left {
	text-align: left;
}
.btn.text-end {
	text-align: right;
}
.btn-xm {
	padding: 4.5px 8px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 8px 16px;
	font-size: 15px;
}
.product .btn-lg.form-control {
	border-radius: 10px;
    height: 48px;
    line-height: 17px;
	padding-left: 30px;
    padding-right: 30px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	/font-size: 12px;
}
.btn-group-sm > .btn, .btn-sm {
    padding: 6px 15px;
}
.btn.active, .btn:active {
	box-shadow: none;
	color #000;
}
.view-button .btn {
	border: 1px solid #f1f1f1;
}
.view-button .btn.active {
	background-color: #2C941D;
	border-color: #2C941D;
}
.view-button .btn.active svg {
	fill: #ffffff;
}
.btn.active svg, .btn:active svg {
	fill: #000;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: 0 none;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-group .btn + .btn {
	
}
.btn-default {
	color: #444444;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-repeat: repeat-x;
	border-color: #d6d6d6;
	border-radius: 5px;
}
.btn-default:hover {
	border-color: #adadad;
}
.btn-primary {
	color: #ffffff;
	background-color: #2C941D;
	background-repeat: repeat-x;
	border-color: #2C941D;
	border: 2px solid #2C941D;
}
.btn-primary svg {
	fill: #ffffff;
}
.btn svg {
	font-size: 12px;
	top: -1px;
	position: relative;
}
.btn.callb svg {
	top: 1px;
	left: 5px;
}
.btn.btn-danger svg {
	fill: #ffffff;
}
.btn-primary-border {
	background-color: #ffffff;
	border: 1px solid #2C941D;
	color: #666666;
	transition:			all 1s ease 0s;
	-moz-transition:	all 1s ease 0s;
	-webkit-transition:	all 1s ease 0s;
	-o-transition:		all 1s ease 0s;
}
.btn-primary-border:hover {
	background-color: #2C941D;
	border: 1px solid #2C941D;
	color: #ffffff;
}
.btn-red {
	color: #ffffff;
	font-weight: 700;
	background-color: #d70029;
	background-repeat: repeat-x;
	border-color: #d70029;
	border: 2px solid #d70029;
}
.btn-white {
	border: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	background-repeat: repeat-x;
	border-color: #f0f0f0;
}
.btn-border.btn-white {
	background-color: #ffffff;
}
.btn-border.btn-white:hover {
	background-color: #f0f0f0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:focus {
	background-color: #2C941D;
	background-position: 0 -15px;
	border: 2px solid rgba(0,0,0,0);
	color: #ffffff;
}
.btn-red:hover, .btn-red:active, .btn-red.active, .btn-red.disabled, .btn-red[disabled], .btn-red:focus {
	background-color: #c60018;
	background-position: 0 -15px;
	border-color: #c60018;
	color: #ffffff;
}
.btn-primary:hover {
	color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ff8c00;
	background-image: linear-gradient(to bottom, #ff8c00, #ff8c00);
	background-repeat: repeat-x;
	border-color: #ff8c00 #ff8c00 #ff8c00;
}
.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;
	background-color: #d70029;
	background-image: linear-gradient(to bottom, #d70029, #d70029);
	background-repeat: repeat-x;
	border-color: #d70029;
}
.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-link.btn-danger-color {
	color: #da4f49;
    font-size: 20px;
    line-height: 0;
}
.btn-danger-color .fa {
	
}
.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: #444444;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	text-decoration: none;
}
.btn-link:focus, .btn-link:hover {
	text-decoration: 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);
}
.btn-oracle {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}


.dynamic-shadow {
	position: relative;
	overflow: hidden;
	transition: .2s ease-in-out;
}
.dynamic-shadow:before {
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
  height: 50px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: 75px;
  transform: skewX(-45deg);
  transition: .2s ease-in-out;
}
.dynamic-shadow.petit:before {
	background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.23));
}
.dynamic-shadow.right:before {
	height: 150px;
	left: auto;
	right: 15px;
	transform: skewX(45deg);
}
.dynamic-shadow.big:before {
	height: 202px;
    left: 69px;
}
.dynamic-shadow:not(.product-thumb-button):hover:before {
  left: 110%;
  transition: .5s ease-in-out;
}
.dynamic-shadow.right:hover:before,
.btn-shadow:hover:before {
  right: 110%;
  left: auto;
  transition: .5s ease-in-out;
}
.grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: .2s ease-in-out;
}
.newsbanner .item:hover .grayscale {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}


/* list group */
.list-group:not(.dropdown-menu) a {
	font-size: 14px;
	color: #444444;
	padding: 12px 30px;
}
.list-group:not(.dropdown-menu) a:not(.active):not(:hover) {
	border: 1px solid #DDDDDD;
}
.list-group:not(.dropdown-menu) a:not(.active):not(:hover) {
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #c3c3c3;
	border-top: 1px solid #ffffff;
	margin: 0;
	text-shadow: 1px 1px 0 #fff;
}
.list-group:not(.dropdown-menu) a:not(.active):not(:hover):first-child {
	border-top: 1px solid #c3c3c3;
}
.list-group a + a {
    
}
.list-group:not(.dropdown-menu) a.active, .list-group:not(.dropdown-menu) a.active:hover, .list-group:not(.dropdown-menu) a:hover {
	background-color: #fff;
    color: #444444;
    padding-top: 13px;
	margin: -1px 0 0 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
.list-group-item:hover, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
}
.owl-carousel-indicators {
	display: none;
}
#menu .dropdown.header-menu .dropdown-menu.list-group li:hover > a {
	background-color: rgba(0, 0, 0, 0.1);
}
/* carousel */
.owl-carousel {
	border: 0 none;
	box-shadow: 0 0 0 #fff;
	margin-bottom: 15px;
}
.owl-carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.owl-carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.owl-carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	padding-top: 1px;
	border: 1px solid;
    border-color: #03A9F4;
}
.product-list .product-thumb {
	display: flex;
	padding-bottom: 15px;
	padding-top: 15px;
}
.product-thumb .image {
	text-align: center;
	position: relative;
	overflow: hidden;
	display: inline !important;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image .button-group-hover {
	left: 0;
	position: absolute;
	bottom: 10px;
	width: 100%;
	display: none;
	z-index: 2;
	text-align: center;
}
.product-thumb .image:hover .button-group-hover {
	opacity: 1.0;
}
.product-thumb .image .button-group-hover button:hover {
	background: #999;
	color: #ffffff;
}
.product-thumb .image:hover .button-group-hover {
	display: block;
}
.product-thumb .button-group {
	margin-bottom: 15px;
}
.product-thumb .button-group-hover button {
	background: #f1f1f1;
	color: #666666;
    border: 0 none;
    padding: 0px 0px;
	transition:			all 0.5s ease 0s;
	-moz-transition:	all 0.5s ease 0s;
	-webkit-transition:	all 0.5s ease 0s;
	-o-transition:		all 0.5s ease 0s;
	margin-bottom: 5px;
	border-radius: 5px;
	transform: skew(-4deg);
}
.product-thumb .button-group-hover:hover button {
	opacity: 1;
}
.product-list .product-thumb .button-group-hover button {
	border-radius: 5px;
	transform: skew(-4deg);
}
.product-list .product-thumb .button-group-hover button {
	background: #ffffff;
	color: #333333;
	border: 1px solid #ddd;
}
.loading:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
}
.load, .loading:after {
	background: url("../image/AjaxLoader.gif") no-repeat scroll center center rgba(0,0,0,0);
    opacity: 0.8;
	z-index: 1000;
}
.load .image {
	opacity: 0.3;
}
.product-thumb .list {
	display: none;
}
.product-list .product-thumb .list {
	display: inline-block;
	margin-left: 7px;
}
.product-thumb .image:hover button,
.product-thumb .button-group-hover button {
	padding: 9px 12px;
}
.product-list .button-group-hover {
	margin-bottom: 10px;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	transition:			all 0.5s ease 0s;
	-moz-transition:	all 0.5s ease 0s;
	-webkit-transition:	all 0.5s ease 0s;
	-o-transition:		all 0.5s ease 0s;
	transform: scale(1.0, 1.0);
}
.product-thumb .image img:hover {
	transform: scale(1.1, 1.1);
	opacity: 1;
}
.product-thumb label.img-add img {
	border-radius: 50%;
	padding: 3px;
	border: 1px solid #ececec;
}
.product-thumb label.img-add img {
	
}
.product-grid .product-thumb .image {
	float: none;
}
.product-thumb label.img-add {
	cursor: pointer;
}
.product-list + .product-list .product-thumb {
	padding-top: 15px;
}
.product-list .image .owl-carousel {
	margin-bottom: 0;
	display: block;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
	.row-sm {
		margin-left: -15px;
		margin-right: -15px;
	}
	.text-right-sm {
		text-align: right;
	}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb h4 a {
	transition:			all 0.5s ease 0s;
	-moz-transition:	all 0.5s ease 0s;
	-webkit-transition:	all 0.5s ease 0s;
	-o-transition:		all 0.5s ease 0s;
	color: #ffffff;
}
.product-thumb.transition .caption {
	padding: 0 20px;
	min-height: 145px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
	.product-thumb.transition .caption {
		padding: 0 15px;
	}
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
	.text-center-xs {
		text-align: center;
	}
	.margin-bottom-2x-xs {
		margin-bottom: 30px;
	}
	}
	.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 {
		background: #03A9F4;
		border-radius: 6px;
		color: #fff;
		font-size: 15px;
		right: 15px;
		padding: 8px;
		position: absolute;
		top: 10px;
		z-index: 9;
	}
	.product-thumb .price-new {
		
	}
	.product-thumb .price-old {
		color: #ffffff;
		font-size: 12px;
		font-weight: normal;
		text-decoration: line-through;
	}
	.product-thumb .price-tax {
		color: #999;
		font-size: 12px;
		font-weight: normal;
		display: block;
	}
	.product-thumb .button-group {
		text-align: center;
	}
	@media (max-width: 768px) {
		.product-list .product-thumb .button-group {
			border-left: none;
		}
	}
	.product-thumb .button-group button {
		border-radius: 10px;
		display: inline-block;
		padding: 2px 18px;
		line-height: 35px;
		text-align: center;
		transform: skew(-4deg);
	}
	.product-thumb .button-group button svg {
		fill: #000;
	}
	.product-thumb .button-group button + button {
		width: 20%;
		border-left: 1px solid #ddd;
		border-top: 1px solid #ddd;
		background: #dfdfdf; /* Old browsers */
		background: -moz-linear-gradient(top, #dfdfdf 0%, #ffffff 2%, #e4e4e4 4%, #f6f6f6 14%, #fefefe 20%, #ffffff 41%, #f2f2f2 63%, #d8d8d8 94%, #ffffff 96%, #dfdfdf 98%, #a0a1a3 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #dfdfdf 0%,#ffffff 2%,#e4e4e4 4%,#f6f6f6 14%,#fefefe 20%,#ffffff 41%,#f2f2f2 63%,#d8d8d8 94%,#ffffff 96%,#dfdfdf 98%,#a0a1a3 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #dfdfdf 0%,#ffffff 2%,#e4e4e4 4%,#f6f6f6 14%,#fefefe 20%,#ffffff 41%,#f2f2f2 63%,#d8d8d8 94%,#ffffff 96%,#dfdfdf 98%,#a0a1a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#a0a1a3',GradientType=0 ); /* IE6-9 */
	}
	.product-blog-1 .product-thumb .button-group button + button {
		width: auto;
	}
	.product-blog-1 .caption {
		padding-right: 10px;
	}
	.product-blog-1 .button-group {
		text-align: left;
	}
	.product-thumb .button-group button:hover {
		text-decoration: none;
		cursor: pointer;
		border-color: #2C941D;
	}
	.product-thumb .button-group button:hover svg {
		fill: #fff;
	}
	.thumbnail.product-page {
		border: 0 none;
	}
	.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-2:nth-child(6n+1),
		#content .col-lg-3:nth-child(4n+1),
		#content .col-lg-4:nth-child(3n+1),
		#content .col-lg-6:nth-child(2n+1) {
			clear:left;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		#content .col-md-2:nth-child(6n+1),
		#content .col-md-2:nth-child(6n+1),
		#content .col-md-3:nth-child(4n+1),
		#content .col-md-4:nth-child(3n+1),
		#content .col-md-6:nth-child(2n+1) {
			clear:left;
		}
	}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
#thumbnails-swiper-product .thumbnails {
	overflow: initial;
}
/* 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;
}
.font-13px {
	font-size: 13px;
}
.font-14px {
	font-size: 14px;
}
.font-17px {
	font-size: 17px;
}
.font-19px {
	font-size: 19px;
}
.font-normal {
	font-weight: normal;
}
.font-27px {
	font-size: 27px;
	color: #444444;
}
.font-23px {
	font-size: 23px;
}
.bold {
	font-weight: bold;
}
.divshadow {
	position: absolute;
	background: #ffffff;
	z-index: 1002;
	border-radius: 15px;
	box-shadow: 0 0 4px #333;
	border: 2px solid #2C941D;
	display: none;
}
.modal-bg {
	background: #000000;
	opacity: 0;
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1001;
	-webkit-transition: opacity .5s ease-in-out;
	   -moz-transition: opacity .5s ease-in-out;
	    -ms-transition: opacity .5s ease-in-out;
	     -o-transition: opacity .5s ease-in-out;
	        transition: opacity .5s ease-in-out;
}
.modal-bg.d-block {
	opacity: 0.60;
}
.blocking {
	display: block;
	margin-bottom: 10px;
}
.owl-carousel .owl-wrapper-outer {
	border: 0 solid #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 #fff;
	-moz-box-shadow: 0 0 0 #fff;
	-o-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
}
.slideshow_easy .img-fluid {
	width: 100%;
}
.absolute_slide {
	position: absolute;
}
.owl-buttons {
	width: 100%;
}
/.owl-carousel button {
	padding: 13px 20px;
	background: #ffffff;
	display: block;
}
.owl-carousel.reviewsshop .owl-buttons > button {
	opacity: 0.7;
}
.owl-carousel.slideshow_easy .owl-buttons > button {
	top: 43%;
}
.owl-carousel.newsbanner .owl-buttons > button,
.owl-carousel.news .owl-buttons > button {
	top: 36%;
}
.owl-carousel.owl-carousel .owl-buttons > button {
	top: 20%;
}
.owl-carousel.slideshow_easy .owl-buttons div svg,
.owl-carousel.newsbanner .owl-buttons div svg,
.owl-carousel.reviewsshop .owl-buttons div svg,
.owl-carousel.owl-carousel .owl-buttons div svg,
.owl-carousel.news .owl-buttons div svg {
    margin: 0;
}
.owl-carousel.slideshow_easy .owl-carousel-control-prev {
    left: 5%;
}
.owl-carousel.slideshow_easy .owl-carousel-control-next {
    right: 5%;
}
.owl-carousel.reviewsshop .owl-carousel-control-prev {
    left: 6%;
}
.owl-carousel.reviewsshop .owl-carousel-control-next {
    right: 6%;
}
.owl-carousel svg {
	background: #fff;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 12px 10px;
	font-size: 45px;
}
.owl-carousel .owl-buttons > div {
	padding: 15px 15px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	transform: skew(-4deg);
}
.owl-carousel .owl-buttons div i {
	margin: 0 !important;
}
.owl-carousel.newsbanner .owl-buttons .owl-prev {
    box-shadow: 4px 0 4px #ddd;
    left: -30px;
	display: block;
}
.owl-carousel.newsbanner .owl-buttons .owl-next {
	box-shadow: -4px 0 4px #ddd;
    right: -30px;
	display: block;
}
.owl-carousel.slideshow_easy svg {
	box-shadow: 0 0 0 #fff;
}
.owl-carousel.reviewsshop .owl-buttons .owl-prev,
.owl-carousel.images_slide .owl-buttons .owl-prev,
.carousel.carousel-2 .carousel-control-prev {
    border-right: 2px solid #ddd;
}
.owl-carousel.reviewsshop .owl-buttons .owl-next,
.owl-carousel.images_slide .owl-buttons .owl-next,
.carousel.carousel-2 .carousel-control-next {
	border-left: 2px solid #ddd;
}
.owl-carousel.images_slide .owl-buttons div i {
	font-size: 25px;
	margin: 0;
}
.owl-carousel.images_slide .owl-buttons .owl-prev i {
	position: relative;
}
.owl-carousel.images_slide .owl-buttons .owl-next i {
	position: relative;
	right: 8px;
}
.newsbanner.owl-carousel .owl-buttons div {
	top: 33%;
}
.newsbanner.owl-carousel .owl-buttons .owl-prev {
	left: -12px;
}
.newsbanner.owl-carousel .owl-buttons .owl-next {
	right: -12px;
}
.border-bottom {
	border-bottom: 4px solid #eeeeee;
}
.border-top {
	border-top: 4px solid #eeeeee;
}
.border-top-1x {
	border-top: 1px solid #eeeeee;
	padding: 6px 0;
}
.margin-bottom {
	margin-bottom: 15px;
}
.margin-bottom-2x,
.owl-carousel.margin-bottom-2x {
	margin-bottom: 30px;
}
.margin-top-0x {
	margin-top: 0;
}
.margin-top-2x {
	margin-top: 30px;
}
.newsbanner {
	padding: 15px 0;
}
.newsbanner .item {
	background: #eeeeee;
	border: 1px solid #ddd;
    border-radius: 5px;
    padding: 18px 0;
}
.newsbanner .img-fluid {
	margin: 0 auto 10px;
	width: 80px;
}
.category_h1 {
	border-bottom: 2px solid #ff8c00;
    border-radius: 0;
    color: #555;
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
    padding: 9px 10px 9px 0;
}
.podcategory {
	background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0 7px 0 10px;
    box-shadow: 2px 3px 0 #ddd;
    display: inline-block;
    margin-bottom: 18px;
    margin-right: 10px;
    padding: 4px 13px;
}
.podcategory:hover {
	box-shadow: 0px 0px 0 #ddd;
}
.categoryhome h3 {
	margin: 15px 0 15px;
}
.categoryhome span {
	color: #676d72;
    display: block;
    font-size: 11px;
    margin: 15px 0;
}
.categoryhome img {
	transition:			all 0.5s ease 0s;
	-moz-transition:	all 0.5s ease 0s;
	-webkit-transition:	all 0.5s ease 0s;
	-o-transition:		all 0.5s ease 0s;
	transform: scale(0.7, 0.7);
	display: inline-block;
}
.categoryhome img:hover {
	transform: scale(1.0, 1.0);
}
.categoryhome .image {
	position: relative;
}
.categoryhome .description-home {
	background: #ffffff;
    bottom: 0;
    color: #000;
    font-size: 12px;
    height: 45px;
    opacity: 0.85;
    overflow: hidden;
    position: absolute;
    text-align: justify;
	width: 100%;
}
.categoryhome .description-home.transition {
	transition:			all 0.5s ease 0s;
	-moz-transition:	all 0.5s ease 0s;
	-webkit-transition:	all 0.5s ease 0s;
	-o-transition:		all 0.5s ease 0s;
}
.categoryhome .image .description-home.transition:hover {
	height: 100px;
}
.bg-gray:nth-child(2n) {
	background: #eeeeee;
	border-top: 1px solid #ddd;
    box-shadow: 0 0 2px #ddd inset, 0 -2px 2px #ddd inset;
}
.bg-gray .product-thumb {
	background: #ffffff;
}
.product-thumb h4 {
	padding: 15px 0 10px;
	margin-bottom: 0;
}
.product-thumb h4 a {
	color: #333;
	font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    padding: 0;
}
.product-thumb .caption p:not(.price) {
	color: #999999;
    font-size: 11px;
	text-align: justify;
}
.product-thumb:hover .caption p:not(.price) {
	color: #666666;
}
.images_slide.owl-carousel .owl-buttons > div {
	background: #ffffff;
    height: 50px;
    width: 50px;
	top: 38%;
}
.images_slide.owl-carousel .owl-buttons div svg {
	font-size: 20px;
	margin: 15px 0 0;
}
.images_slide.owl-carousel .owl-buttons .owl-prev {
    left: 0;
}
.images_slide.owl-carousel .owl-buttons .owl-next {
    right: 0;
}
.newsbanner.owl-carousel:hover .owl-buttons div,
.newsbanner.owl-carousel .owl-buttons div {
	opacity: 1.0;
}
.btn-border {
	border: 1px solid #dddddd;
}
.btn-border-black {
	border: 1px solid #999999;
}
.btn.btn-border-color {
	border: 1px solid #2c941d;
}
.btn.btn-border-color:after {
	border-right: 1px solid #2c941d;
	border-bottom: 1px solid #2c941d;
}
.descrip {
    font-size: 13px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
	color: #666;
}
.descrip-news {
	background: #333333;
    bottom: 0;
    color: #fff;
    min-height: 100px;
    opacity: 0.7;
    padding: 15px;
    position: absolute;
}
.option-div {
	padding-top: 0;
}
.option-div .input-group-text,
.option-div .form-control {
	height: auto;
	padding: 10px 12px;
}

.option-div .form-group > span {
	font-size: 15px;
}
.option-div .bg-popup h3 {
	color: #444;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
	border-radius: 12px 12px 0 0;
}
.option-div .bg-popup i {
	border-top: 1px solid rgba(255,255,255,0.6);
	width: 35px;
	display: inline-block;
	top: -5px;
	position: relative;
	margin: 0 15px;
}
@media (max-width: 767px) {
	.option-div .bg-popup h3 {
		padding-left: 15px;
		padding-right: 35px;
	}
	.option-div .bg-popup i {
		display: none;
	}
}
.divshadow .close {
    color: #fff;
	cursor: pointer;
	font-size: 21px;
	font-weight: 700;
	opacity: 1;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 8px;
	z-index: 1;
	fill: #fff;
}
.divshadow .close svg {
	font-size: 16px;
}
.divshadow.lettrs .close svg {
	fill: #444;
}
.divshadow .close .fa,
.closecart .fa {
	font-size: 30px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 40px;
	text-align: center;
}
.table-cell {
	display: table-cell;
}
#cont {
	border: 1px solid #dddddd;
	border-radius: 0;
	box-shadow: 0 1px 6px #eee inset;
	height: 37px;
	margin-right: -1px;
}
.conting {
	width: 25px;
}
.conting span {
	border: 1px solid #ddd;
	border-radius: 0;
	cursor: pointer;
    display: block;
    padding: 1px 7px;
	height: 19px;
}
.conting span + span {
	margin-top: -1px;
}
.conting span .fa {
	color: #999999;
	font-size: 10px;
	margin-top: 0;
}
.product input + span,
.product input + span + span {
	background: #eeeeee;
	cursor: pointer;
    height: 43px;
    line-height: 30px;
    position: absolute;
}
.product input.btn-lg + span,
.product input.btn-lg + span + span {
	height: 48px;
}
.product input + span {
	border-radius: 0 10px 10px 0;
}
.product input + span + span {
	border-radius: 10px 0 0 10px;
}
.product input + span .fa,
.product input + span + span .fa {
	font-size: 10px;
    text-shadow: 2px 1px 1px #fff;
}
.product input + span.plus1 {
	right: calc(var(--bs-gutter-x) * .5);
	top: 0;
}
.product input + span + span.minus1 {
	left: calc(var(--bs-gutter-x) * .5);
	top: 0;
}
.labeling {
	line-height: 35px;
}
.forming_quick {
	display: none;
}
.callbacking .forming_quick {
	display: block;
}
.forming_quick .btn + .btn {
	margin-left: 15px;
}
.red {
    border-color: #d70029;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #d70029;
}
.fa-times:before{
	content:"\00D7";
}
.button-compare {
	background: #666666;
    border: 0 none;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    margin-left: 12px;
    padding: 9.5px 14px;
}
.input-group + .button-compare {
	margin-left: 45px;
}
#cart .svg-cart {
	fill: #666;
	font-size: 17px;
	line-height: 42px;
}
#cart .circle-icon {
	background: #fff;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	padding: 10px;
	display: block;
}
.divcart h3 svg {
	font-size: 14px;
	top: -2px;
	position: relative;
}
#cart #cart-total {
	background: #ffffff;
    border-radius: 50%;
    border-right: 2px solid #f1f1f1;
    border-top: 2px solid #f1f1f1;
    color: #333;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.closecart {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1001;
}
.divcart {
	padding-bottom: 15px;
    padding-top: 5px;
}
.divcart .dropdown-menu {
	position: relative;
	top: auto;
	box-shadow: 0 0 0 #ffffff;
	border: 1px solid #ffffff;
	font-size: 15px;
}
.border-radius {
	border-radius: 17px;
}
.checkbox label, .radio label {
	padding-left: 5px;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-left: 0px;
    position: initial;
}
.checkbox, .radio {
    display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
}
.product-thumb .checkbox, .product-thumb .radio {
	margin-right: 0;
}
.quickpay .checkbox, .quickpay .radio {
	margin-bottom: 5px;
}
#product .checkbox:not(.no-border), #product .radio:not(.no-border) {
    margin-bottom: 30px;
}
.checkbox .append, .radio .append {
	display: block;
    font-size: 11px;
    position: absolute;
    text-align: center;
    width: 100%;
}
#product .checkbox label, .options .checkbox label, .options .radio label {
    display: block;
	text-align: center;
	cursor: pointer;
	padding: 8px 15px;
	border: 1px solid #d4d4d4;
	transform: skew(-4deg);
	border-radius: 10px;
	background: #fff;
}
#product .checkbox label img, .options .checkbox label img, .options .radio label img {
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 50%;
	padding: 4px 4px;
	max-width: 45px;
}
.checkbox label.no-border, .radio label.no-border {
	border: 0 none;
	padding-left: 0;
}
.radio.no-border {
	margin: 0;
}
.quickpay h3 + hr,
.quickpay form + hr {
	margin-bottom: 5px;
    margin-top: 5px;
}
.form-group > label {
    margin-bottom: 0;
}
#product .checkbox input, .options .checkbox input, .options .radio input {
	display: none;
}
.checkbox input:checked + label, .radio input:checked + label {
	background: #666666;
	border-color: #666666;
	color: #ffffff;
}
#home_filter .checkbox input:checked + label, #home_filter .radio input:checked + label {
	color: #000000;
}
#home_filter .checkbox-group-overflow img {
	border: 1px solid #ddd;
}
.checkbox input + label.img-add, .radio input + label.img-add {
	border-color: rgba(0,0,0,0);
	padding: 0;
	border-radius: 0;
	transform: skew(0deg);
	background: none;
}
.checkbox input:checked + label.img-add, .radio input:checked + label.img-add {
	background: none;
}
.checkbox input:checked + label.img-add img, .radio input:checked + label.img-add img {
	border-color: #666666;
}
.checkbox input:checked + label + span, .radio input:checked + label + span {
	font-size: 11px;
}
.text-underline {
	text-decoration: underline;
}
.quickpay .list-unstyled {
    margin-bottom: 0;
}
.sticker-special {
	background: #2c941d;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    height: 55px;
    line-height: 54px;
    position: absolute;
    left: 15px;
	text-align: center;
    top: 0;
    width: 55px;
    z-index: 9;
}
.sticker-special.product-page {
	left: 15px;
	top: 15px;
}
.margin-auto {
	float: none;
	margin: 0 auto;
}
.relative {
	position: relative;
}
.relative > a,
.relative > span,
.relative > div {
	position: relative;
	z-index: 1;
}
.relative > .bg-opacity {
	background: #ffffff;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.news .image {
	position: relative;
}
.news .dating {
	background: #ffffff;
    bottom: 120px;
    opacity: 0.79;
    padding: 1px 15px;
    position: absolute;
    right: 15px;
}
.news .image img {
	width: 100%;
	transition:			all 0.5s ease 0s;
	-moz-transition:	all 0.5s ease 0s;
	-webkit-transition:	all 0.5s ease 0s;
	-o-transition:		all 0.5s ease 0s;
	transform: scale(1.0, 1.0);
	left: 0;
	opacity: 0.8;
}
.news .image:hover img {
	transform: scale(1.2, 1.2);
	opacity: 1;
}
.news .name {
	background: #333333;
    bottom: 30px;
    left: 0;
	opacity: 0.7;
    position: absolute;
	transition:			all 0.5s ease 0s;
	-moz-transition:	all 0.5s ease 0s;
	-webkit-transition:	all 0.5s ease 0s;
	-o-transition:		all 0.5s ease 0s;
}
.news .owl-carousel-item:hover .name {
	opacity: 1;
}
.news .image img:hover + .name {
	opacity: 0.3;
}
.news .name a {
	color: #fff;
	display: block;
	padding: 10px 15px;
}
#column-left .carousel.slide img,
#column-right .carousel.slide img {
	border-radius: 10px;
}
.carousel-2 img {
	border: 1px solid #999;
	display: inline-block;
    transition: all 0.5s ease 0s;
	opacity: 0.8;
	transition:			all 0.5s ease 0s;
	-moz-transition:	all 0.5s ease 0s;
	-webkit-transition:	all 0.5s ease 0s;
	-o-transition:		all 0.5s ease 0s;
	padding: 0 17px;
	transform: skew(-4deg);
	border-radius: 5px;
}
.carousel-2 img:hover {
	opacity: 1;
}
.slideshow_easy .owl-carousel-item .item {
	position: relative;
}
.slideshow_easy .title_slide {
	background: #eeeeee;
    border-radius: 0 15px;
    bottom: 30px;
    color: #000;
    font-family: 'Ubuntu';
    font-size: 17px;
    opacity: 0.88;
    padding: 15px 25px;
    position: absolute;
    right: 16%;
    text-shadow: 1px 1px 0 #fff;
    z-index: 999;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
	margin: 2px 0 0;
    margin-top: 2px;
    margin-bottom: 0px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.podcateg {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
.display-inline-block {
	display: inline-block;
}
.btn-nav {
	 border: 1px solid #e8e8e8;
    border-radius: 19px;
    box-shadow: 0 0 0 #fff;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.active .btn-nav {
	border: 1px solid #666666;
}
.nav-mastermodule li a.btn:focus {
	outline: 0 none;
}
.nav-mastermodule li {
	display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}
.more_articles ul li a {
	padding: 10px 15px;
	text-transform: none !important;
}
#menu .collapse.in .list-group.dropdown-menu {
	display: block;
}
.line-height-25px {
	line-height: 25px;
}
.line-height-40px {
	line-height: 40px;
}



























@media (min-width: 768px) {
	#menu .dropdown:not(.header-menu):hover .dropdown-menu {
		display: block;
		-webkit-animation-name: bounce;
		animation-name: bounce;
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		//opacity: 1;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	.text-center-xs {
		text-align: center;
	}
	.row-xs {
		margin-left: calc(-.5 * var(--bs-gutter-x));
		margin-right: calc(-.5 * var(--bs-gutter-x));
	}
	.line-height-xs-37px {
		line-height: 37px;
	}
	.navbar-nav {
		margin: 7.5px 0;
	}
	#menu .nav > li > a {
		border: 0 none;
		text-shadow: none;
	}
	#menu .dropdown-menu > li > a.list-group-item {
		background: none;
		border: 0 none;
		padding: 10px 12px;
		color: #ffffff;
	}
	#menu {
		background: none;
	}
	#menu .navbar-header {
		background: #2c941d;
		padding: 3px 0;
		text-transform: uppercase;
	}
	#menu .dropdown-menu > li > a.list-group-item:hover,
	.navbar-collapse.in	{
		background-color: rgba(0, 0, 0, 0.05);
	}
	#menu .nav > li > a,
	#menu .dropdown-menu > li > a.list-group-item {
		border-radius: 0;
		color: #333;
		text-transform: uppercase;
		text-shadow: 0 1px 0 #ffffff;
	}
	.margin-bottom-xs {
		margin-bottom: 15px;
	}
	.margin-bottom-2xs {
		margin-bottom: 20px;
	}
	.owl-carousel.newsbanner .owl-buttons .owl-prev, .owl-carousel.owl-carousel .owl-buttons .owl-prev {
		left: 0px;
	}
	.owl-carousel.newsbanner .owl-buttons .owl-next, .owl-carousel.owl-carousel .owl-buttons .owl-next {
		right: 0px;
	}
	.font-27px {
		font-size: 22px;
	}
	.popup-cart {
		right: 20px;
	}
	#cart > .btn {
		padding: 12px;
		background: #ffffff;
		box-shadow: none;
	}
}
@media screen and (max-width: 768px) {
    #menu .dropdown-menu > li > a.list-group-item {
        color: #ffffff;
    }
	#menu .nav > li.header-menu,
	#menu .dropdown.header-menu .dropdown-menu {
		width: 100%;
	}
}
.show .header-menu > .dropdown-menu {
	display: block;
}
@media screen and (max-width: 497px) {
	.col-xm-1, .col-xm-2, .col-xm-3, .col-xm-4, .col-xm-5, .col-xm-6, .col-xm-7, .col-xm-8, .col-xm-9, .col-xm-10, .col-xm-11, .col-xm-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
	}
	.col-xm-12 {
	  width: 100%;
	}
	.col-xm-11 {
	  width: 91.66666667%;
	}
	.col-xm-10 {
	  width: 83.33333333%;
	}
	.col-xm-9 {
	  width: 75%;
	}
	.col-xm-8 {
	  width: 66.66666667%;
	}
	.col-xm-7 {
	  width: 58.33333333%;
	}
	.col-xm-6 {
	  width: 50%;
	}
	.col-xm-5 {
	  width: 41.66666667%;
	}
	.col-xm-4 {
	  width: 33.33333333%;
	}
	.col-xm-3 {
	  width: 25%;
	}
	.col-xm-2 {
	  width: 16.66666667%;
	}
	.col-xm-1 {
	  width: 8.33333333%;
	}
	.hidden-xm {
		display: none !important;
	}
	.visible-xm {
		display: block !important;
		float: left;
	}
	.top_search {
		position: initial;
	}
	.col-xm-offset-0 {
		margin-left: auto;
		margin-right: auto;
	}
}
.bg-template {
	background: #2c941d;
    box-shadow: 0 2px 2px #666;
    position: relative;
    z-index: 2;
}
.padding-1x {
	padding: 15px 0;
}
.padding-2x {
	padding: 30px 0;
}
.font-bold {
	font-weight: bold;
}
.border-no-radius {
	border-radius: 0;
}
#inputemail,
.button-letter {
	border: 1px solid #fff;
	height: auto;
    padding: 11px 12px;
}
.btn-no-bg {
	background: none;
}
.btn.btn-no-bg:hover {
	color: #ffffff;
}
.color-white {
	color: #ffffff;
}
.maps {
	box-shadow: 0 0 10px #ddd inset, 0 0 10px #ddd inset;
	position: relative;
	margin-top: 25px;
}
.maps iframe {
	width: 100%;
}
.mastercolor {
    left: 0;
    position: absolute;
    top: 250px;
    z-index: 1002;
	transition:			all 1s ease 0s;
	-moz-transition:	all 1s ease 0s;
	-webkit-transition:	all 1s ease 0s;
	-o-transition:		all 1s ease 0s;
	max-width: 100%;
	opacity: 0;
}
.mastercolor:not(.d-cookie) {
	opacity: 1;
}
@media (max-width: 767px) {
	.mastercolor {
		display: none !important;
	}
}
.mastercolor.d-cookie {
	transition:			all 0s ease 0s;
	-moz-transition:	all 0s ease 0s;
	-webkit-transition:	all 0s ease 0s;
	-o-transition:		all 0s ease 0s;
}
.mastercolor.d-cookie .template-setting {
	
}
.close-setting {
	background: #000;
    cursor: pointer;
    height: 55px;
    line-height: 65px;
    position: absolute;
    right: -55px;
    top: 0px;
    width: 55px;
}
.mastercolor.d-md-block > .close-setting {
	background: none;
}
.close-setting .fa {
	font-size: 25px;
	color: #ffffff;
}
.template-setting {
	background: #ffffff;
	padding: 20px 20px 20px 20px;
    position: relative;
	border-radius: 18px 0 18px 18px;
	transition:			all 1s ease 0s;
	-moz-transition:	all 1s ease 0s;
	-webkit-transition:	all 1s ease 0s;
	-o-transition:		all 1s ease 0s;
	overflow: hidden;
}
.mastercolor.d-md-block > .template-setting {
	border-radius: 18px 18px 18px 18px;
}
.template-setting .element {
	margin: 0 7px 7px 0;
}
.template-setting .element input,
.template-setting .element label {
	border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0;
    padding: 3px;
	cursor: pointer;
}
.template-setting .element input,
.template-setting .element label span {
	height: 30px;
	width: 30px;
	margin: 0;
}
.template-setting .element label span {
	display: block;
}
.template-setting .element input {
	display: none;
}
.template-setting .element input:checked + label {
	border: 1px solid #333;
}
.text-justify {
	text-align: justify;
}
#append_color > div > div {
	position: absolute;
	left: 0;
}
#append_color > div > div > div:nth-of-type(3) {
	padding: 5px;
	border: 1px solid #ddd !important;
}
.coloring {
	border: 1px solid #ddd;
    height: 33px;
    text-align: center;
    width: 100%;
}
.focus_div {
	width: 100%;
	height: 25px;
	opacity: 0;
	z-index: -1;
	position: relative;
}
.colordiv {
	display: none;
}
.product h2 {
	margin-top: 0;
}
hr {
	border-top: 1px solid #eee;
}
.product hr {
	margin: 15px auto 10px;
	border-top: 1px solid #666;
}
.button-icon .fa {
	font-size: 14px;
}
.button-icon > button {
	white-space: nowrap;
}
.product hr + h3 {
	margin: 5px auto 15px;
}
#product .form-group + hr {
	margin: 20px auto;
}
#product .form-group.required {
	margin-bottom: 5px;
}
.product .price span,
.product .price span.price-new {
	font-size: 31px;
}
.product span.price-old {
	font-size: 18px;
	color: #999;
}
.product .parameters li {
	padding: 5px 15px;
}
.product .parameters li:nth-child(2n+1),
.specific > .row:nth-child(2n+1) {
	background: #eeeeee;
}

.product .parameters li:last-child:nth-child(2n),
.specific > .row:last-child:nth-child(2n) {
	border-bottom: 1px solid #dddddd;
}
.addthis_default_style a.at300b {
	float: none;
}
.text-danger {
    background: #fff2f2;
    border-radius: 5px;
    color: #a94442;
    display: inline-block;
    float: right;
	font-size: 13px;
    margin: 5px 0 10px;
    padding: 2px 10px;
    text-shadow: 1px 1px 1px #fff;
}
.bg-white {
	background: #ffffff;
	padding: 10px 0 0;
}
.common-home #content {
    min-height: 100px;
    margin-bottom: 25px;
}
#content .list-group > a {
	background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    margin-right: 6px;
}
.product-blog .product-thumb .button-group button + button {
	width: auto;
}
.product-blog .product-thumb .button-group button {
	padding: 0 15px;
}
.product-blog .product-thumb.transition .caption {
	padding: 0;
}
.margin-left {
	margin-left: 10px;
}
.product-blog .product-grid .caption .button-group,
.product-blog .product-list .caption .button-group {
	display: none;
}
.product-blog .product-list .product-thumb .button-group {
	border-left: 1px solid #fff;
	padding: 0 15px;
}
.navbar-ex1-collapse ul.navbar-nav > li.pull-right {
	display: none;
}
.navbar {
	padding: 0;
}
@media (max-width: 1429px) {
    .popup-cart {
        bottom: 12%;
		top: auto;
    }
}
@media (max-width: 1212px) {
    header .font-27px {
        font-size: 21px;
    }
}
@media (max-width: 992px) {
    header .font-27px {
        font-size: 17px;
    }
}
.svg-icon {
	width: 1.5em;
    height: 1.5em;
}
.svg-blog {
	font-size: 10px;
}
.border-left-li li > a {
	margin-right: 4px;
}
.border-left-li > li + li {
	border-left: 1px solid #ddd;
	padding-left: 0.7rem;
}
.owl-carousel-control-prev, .owl-carousel-control-next {
	height: auto;
	width: auto;
	font-size: 33px;
}
@media (max-width: 767px) {
	#menu .dropdown.header-menu .dropdown-menu .dropdown-menu {
		position: relative;
		float: none;
		box-shadow: 0 0 0 #fff;
		margin-bottom: -1px;
	}
}
.ms-auto {
	margin-left: auto;
}
.me-auto {
	margin-right: auto;
}
#menu-mobile {
	background: #2C941D;
	margin-top: -3px;
	border: 0 none;
}
#menu-mobile > svg {
	fill: #ffffff;
	font-size: 14px;
}
#mobile-menu .dropdown-menu.show {
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	transform: none !important;
}
#mobile-menu span.svg.svg-right-arrow {
	cursor: pointer;
	display: block;
	padding: 5px 8px;
	position: absolute;
	right: 7px;
	top: 4px;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
#mobile-menu .navbar-ex2-collapse span.svg.svg-right-arrow {
	top: 0;
}
#mobile-menu .list-group-item {
	padding: 10px 15px;
}
#mobile-menu .list-group-item:first-child {
	border-top: 0 none;
}
#mobile-menu .list-group-item:last-child {
	border-bottom: 0 none;
}
#mobile-menu {
	background: #fff;
	position: fixed;
	top: 39px;
	left: 0;
	width: 0%;
	bottom: 0;
	-o-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-webkit-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
	overflow: hidden;
	z-index: 1001;
	overflow: auto;
	margin-bottom: 0;
}
#mobile-menu.active {
	width: 100%;
}
#mobile-menu .list-group li {
	margin-bottom: -1px;
	position: relative;
}
#mobile-menu .list-group a,
#mobile-menu .list-group button {
	white-space: nowrap;
}
#mobile-menu .list-group a svg {
	position: relative;
    top: 2px;
}
#mobile-menu .list-group > li > a.open > .svg {
	transform: rotate(90deg);
}
#mobile-menu .list-group > li > a > .svg {
    padding: 3px 7px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 9px;    
    z-index: 1;
}
#mobile-menu li > a > .svg > svg {
	width: 16px;
	height: 16px;
	position: relative;
	top: -2px;
}
#mobile-menu .list-group .open + .dropdown-menu, #menu .open + .dropdown-menu {
	display: block;
}
#mobile-menu .dropdown-menu {
	padding: 15px 0;
}
#mobile-menu li .dropdown-menu li > span {
	display: block;
}
#mobile-menu li .dropdown-menu li > span,
#mobile-menu li .dropdown-menu a {
	border: 0 none;
	font-size: 14px;
	padding: 7px 35px 7px 20px;
}
#mobile-menu .dropdown-backdrop {
	z-index: 0 !important;
}0
#mobile-menu > .list-unstyled > li + li {
	border-top: 1px solid #eeeeee;
}
#menu a:hover, #menu .nav > li > a:hover, .dropdown-menu > li > a:hover {
	text-decoration: none;
}
#mobile-menu .dropdown-menu.show {
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	transform: none !important;
}










@media (max-width: 767px) {
	#menu .dropdown-menu, #mobile-menu .dropdown-menu {
		border: 0 none;
		border-radius: 0;
		box-shadow: 0 0 0 #fff;
		float: none;
		margin: 0;
		padding: 0;
		position: initial;
		width: 100%;
	}
	#top-links li {
		margin-right: 0;
		padding: 0 3px 0 8px;
	}
}
#mobile-menu .dropdown-menu {
	padding: 0 15px;
}
#mobile-menu .dropdown-menu > li > a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
}
.nav-tabs .nav-link {
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	color: #666;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 5px;
}
.nav-mastermodule .nav-item a.nav-link[href="#tab-review"]{
	padding-right: 4px;
}
.nav-tabs .nav-link.active {
	border-color: #2C941D;
	color: #333;
}
.nav-tabs .nav-link svg {
	font-size: 17px;
	position: relative;
	top: 4px;
}
.nav-tabs .nav-link svg.svg-list {
	top: -1px;
	font-size: 12px;
}
.nav-tabs .nav-link {
	min-height: 40px;
}
.carousel {
	box-shadow: 0 0 0 #fff;
	border: 0 none;
	margin-bottom: 25px;
}
.owl-carousel.newsbanner .owl-item {
	padding: 0 15px;
}
.fio_review {
	margin-top: 15px;
}
.owl-carousel .owl-buttons div {
	opacity: 1;
}
.carousel.slideshow_easy .carousel-control-prev {
	left: 3%;
}
.carousel.slideshow_easy .carousel-control-next {
	right: 3%;
}
.carousel.slideshow_easy > button,
.carousel.carousel-2 > button {
	top: 39%;
	padding: 13px 10px;
	background: #ffffff;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	bottom: auto;
	height: 50px;
	width: 50px;
	z-index: 1000;
}
.carousel-control-prev, .carousel-control-next {
	transform: skew(-4deg);
}
.carousel.carousel-2 > button {
	top: 20%;
}
.carousel-2 img {
	
}
.svg-icon-right {
	font-size: 18px;
}
.btn svg.svg-telephone {
	font-size: 10px;
	margin-right: 5px;
}
.dropdown-item.active, .dropdown-item:active {
	color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu {
	opacity: 0.96;
}
#menu .show .dropdown.header-menu > .dropdown-menu,
.show .dropdown-menu,
.dropdown-menu.show,
#menu .dropdown.header-menu .dropdown-menu.show {
	display: block;
}
.carousel-indicators {
	display: none;
}
.svg-phone {
	font-size: 14px;
	margin-top: 1px;
	text-align: center;
	left: 3px;
	position: relative;
	top: 2px;
}
@media (max-width: 767px) {
	#menu .dropdown.header-menu .dropdown-menu {
		position: initial;
	}
	/.navbar-ex1-collapse .dropdown-menu:before {
		background: none;
	}
	/#menu .dropdown.header-menu .dropdown-menu.list-group a {
		color: #fff;
		text-shadow: 0 0 0 #fff;
	}
	.navbar-ex1-collapse .container {
		padding: 0;
	}
	.plus1, .minus1 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-thumb .caption p:not(.price){
		display: none;
	}
	.product-list .product-thumb .list {
		display: none;
	}
	.product-thumb .button-group button {
		padding: 2px 15px;
		min-width: 45px;
	}
	.sticker-special {
		font-size: 11px;
		height: 35px;
		line-height: 34px;
		width: 35px;
	}
	.product-list .product-thumb .button-group button span {
		display: inline-block !important;
	}
	.product input + span.plus1 {
		right: 0;
		left: auto;
	}
	.product input + span + span.minus1	{
		left: 0;
		right: auto;
	}
	.product-thumb .owl-controls {
		display: none;
	}
	.cheap {
		white-space: normal;
	}
}
@media (max-width: 500px) {
	.product-thumb .button-group .count-block,
	.product-thumb .button-group button {
		width: 100%;
		margin-bottom: 15px;
	}
	.carousel .carousel-control-next,
	.carousel .carousel-control-prev {
		display: none;
	}
	.product-thumb .image .button-group-hover {
		position: initial;
		display: block;
	}
}
.svg-list-view,
.svg-grid {
	font-size: 10px;
}
.page-link.active, .active > .page-link {
	background-color: #2C941D;
	border-color: #2C941D;
}
.page-link {
	color: #2C941D;
}
.page-link:focus {
	background: none;
	outline: 0;
	box-shadow: 0 0 0 #fff;
}
.btn-radius {
	border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.btn-skew {
	transform: skew(-4deg);
}
.view-button button, .view-button a, a#compare-total {
	border-radius: 5px;
}
.btn-gray {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	box-shadow: 2px 1px 2px #BFBFBF;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }


  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes bounceIn {
  from to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 1.000);
    animation-timing-function: cubic-bezier(0.215, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 1.000);
    animation-timing-function: cubic-bezier(0.215, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
.swiper-pager > div {
	background: #ffffff;
	border-radius: 10px;
	height: 60px;
	width: 60px;
	transform: skew(-4deg);
}
.swiper-pager > .swiper-button-prev {
	border-right: 2px solid #ddd;
}
.swiper-pager > .swiper-button-next {
	border-left: 2px solid #ddd;
}
.swiper-button-prev:before,
.swiper-button-next:before {
	font-size: 35px;
	top: 10px;
	position: relative;
}
@media (min-width: 768px) {
  .swiper-viewport:hover .swiper-button-prev {
	opacity: 0.7;
	left: 0;
  }
}
@media (min-width: 768px) {
  .swiper-viewport:hover .swiper-button-next {
    opacity: 0.7;
    right: 0;
  }
}
.person {
	position: relative;
}
.person p {
	font-size: 13px;
}
.person.checkbox input[type="checkbox"] {
	position: absolute;
  top: 5px;
  left: 0;
  width: auto;
}
.person.checkbox label {
	padding-left: 35px;
}
.person.checkbox input:checked + label {
  background: #fff;
  border-color: #fff;
  color: #333;
}
.quantity-input-cart {
	position: relative;
}
.quantity-input-cart span {
	background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 9px;
    padding: 6px 9px;
    position: absolute;
	cursor: pointer;
}
.quantity-input-cart span .fa {
	font-size: 10px;
}
.quantity-input-cart {
	
}
.quantity-input-cart .minus-cart {
	top: 0;
	border-radius: 3px 0 0 3px;
	left: 0;
}
.quantity-input-cart .plus-cart {
    top: 0;
	border-radius: 0 3px 3px 0;
	right: 0;
}
.quantity-input-cart input {
	border-radius: 3px;
    height: 36.5px;
    text-align: center;
	border: 1px solid #ccc;
}
.divcart.d-block .dropdown-menu .closecart {
	position: absolute;
    right: 10px;
    top: 10px;
	text-align: center;
	cursor: pointer;
}
.divcart .no-border > .row:nth-child(2n+1) {
	background: #f1f1f1;
}
.border-top-li-li + .border-top-li-li {
	border-top: 1px solid #ccc;
	padding-top: 0;
}
svg.fill-red {
	fill: red;
	top: 4px;
	position: relative;
}
#checkout-cart svg.fill-red {
	top: -1px;
}
.tot > div:nth-child(2n+1) .bg-tr {
	background: #f1f1f1;
}
.redcolor {
	color: red;
	font-size: 13px;
}

@media (min-width: 768px) and (max-width: 991px) {
	#option_filter  .checkbox-group h4,
	#option_filter  .checkbox-group-price h4 {
		font-size: 12px;
	}
	#column-left #option_filter h4 > .fa-chevron-down, #column-right #option_filter h4 > .fa-chevron-down {
		position: absolute;
		right: 5px;
		top: 15px;
	}
}
#option_filter .option input[type="radio"]:checked + label,
#option_filter .radio input[type="radio"]:checked + label {
	border: 0 none;
}
#option_filter .text_more_group a strong {
	font-weight: normal;
}
#home_filter.options .option input[type="radio"]:checked + label,
#home_filter.options .radio input[type="radio"]:checked + label,
#home_filter.options input[type="checkbox"]:checked + label {
    border: 0 none;
}
#column-left #option_filter > .clearfix,
#column-right #option_filter > .clearfix {
	margin: 0 -15px;
}
#column-left #option_filter .checkbox-group-overflow-price > .row,
#column-right #option_filter .checkbox-group-overflow-price > .row,
#column-left #option_filter .checkbox-group > .row,
#column-right #option_filter .checkbox-group > .row {
	margin-left: 0;
	margin-right: 0;
}
svg.svg-right-arrow {
	font-size: 13px;
}
span.svg-right-arrow svg.svg-right-arrow {
	width: 1.5em;
	height: 1.5em;
}
a#compare-total .fa {
	font-size: 11px;
	margin-right: 2px;
	text-shadow: 1px 1px 0px #fff;
}
h2 .accordion-button {
	border: 1px solid #dddddd;
	padding: 7px 15px;
	margin-bottom: 15px;
}
.count-block[data-title]{
	padding: 5px;
}
.count-block > span {
	cursor: pointer;
	padding: 8px 10px;
}
.count-block > input {
	padding: 8px 7px;
	min-width: 40px;
	border-color: #e9e9e9;
}
.swal2-modal .swal2-title {
	font-size: 18px;
}
.discounts {
	font-size: 11px;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0 none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.product .options {
	background-color: #f5f5f5;
	padding: 15px 15px 0 15px;
}
.product .options h3 {
	font-size: 21px;
}
.bg-light-gray {
	background: #f1f1f1;
}
.bg-light-gray .owl-carousel {
	background: #f1f1f1;
}
.bg-light-gray .owl-carousel img {
	background-color: #f1f1f1;
	border-radius: 50%;
}
#option_filter .inline-block-checkbox > input:checked {
	z-index: 1;
	top: 9px;
	left: 9px;
	display: block;
}
.sorting .dropdown-menu > li > a:not(.btn) {
	display: block;
	float: none;
}
@media (max-width: 767px) {
	#top_banner_image .container {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
}
.close_banner {
	background: #ffffff;
    color: #d7d7d7;
	fill: #d7d7d7;
    cursor: pointer;
    left: 15px;
    position: absolute;
    top: 7px;
	line-height: 30px;
}
.close_banner span {
	margin-right: 5px;
	font-size: 10px;
}
.close_banner span + span {
	font-size: 12px;
    position: relative;
}
#top_banner_image .close_banner {
	left: auto;
    right: 0;
}
.top_banner_id .close_banner {
	display: none;
	line-height: 35px;
}
.top_banner_id:hover .close_banner {
	display: block;
}
.top_banner {
	position: relative;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}
.marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.marquee span {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 30s infinite linear;
    -moz-animation: scroll 30s infinite linear;
    animation: scroll 30s infinite linear;
	font-size: 13px;
	color: #888;
	text-shadow: 0 0 0 #fff;
}
.top_line {
	padding: 5px 0;
}
@media (max-width: 991px) {
	header .font-23px {
		font-size: 16px;
	}
}
@media (min-width: 1200px) {
	.w-xl-100 {
		width: 100% !important;
	}
	.w-xl-auto {
		width: auto !important;
	}
}
@media (min-width: 992px) {
	.w-lg-100 {
		width: 100% !important;
	}
	.w-lg-auto {
		width: auto !important;
	}
}
@media (min-width: 768px) {
	.w-md-100 {
		width: 100% !important;
	}
	.w-md-auto {
		width: auto !important;
	}
}
@media (max-width: 767px) { 
	.w-sm-100 {
		width: 100% !important;
	}
	.w-sm-auto {
		width: auto !important;
	}
}
.color-gray {
	color: #777;
}
.carousel-2 .carousel-inner {
	padding: 0 7px;
}
.mor span {
	font-size: 12px;
	color: #777777;
	display: block;
}
.swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0) !important;
}
.swiper-pagination-bullet-active {
	background: #2C941D !important;
}
.maps .gradient {
	height: 100%;
	position: absolute;
	width: 25%;
	z-index: 1;
}
.maps .gradient.left {
	background: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1)) repeat scroll 0 0;
	left: 0;
}
.maps .gradient.right {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1)) repeat scroll 0 0;
	right: 0;
}
.map-widget-layout-view__controls {
	height: 100%;
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.newslett svg {
	fill: #ffffff;
}
.cursor-pointer {
	cursor: pointer;
}
.date_footer {
	color: #999999;
}
.text_news {
	color: #666;
	text-align: justify;
}
.line-18x {
	line-height: 18px;
	padding-top: 0;
}
.form-contact input {
	position: relative;
	top: -2px;
}