/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");

html,
body {
	width: 100%;
	height: 100%;
	font:
		400 15px/22px "Lexend",
		sans-serif;
	color: #666;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	color: #666;
}

body.showNav {
	height: 100%;
	overflow: hidden;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
}
strong,
b {
	font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	color: #111;
	margin: 0;
	padding: 0;
}

article,
p,
em,
i,
strong,
span,
b,
a,
small,
ul,
li,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

.text-reverse {
	color: #fff;
}

label {
	color: #111;
	font-weight: 400;
}
h1 {
	font:
		700 3rem/4rem "Lexend",
		sans-serif;
	display: block;
}
h2 {
	font:
		700 2.5rem/3.5rem "Lexend",
		sans-serif;
	display: block;
}
h3,
.h3 {
	font:
		700 1.5rem/2.5rem "Lexend",
		sans-serif;
	display: block;
}
h4 {
	font:
		700 1rem/2rem "Lexend",
		sans-serif;
	display: block;
}

.btn-link {
	color: #5ea271;
	font-size: 13px;
	text-decoration: underline;
	font-weight: 500;
	padding: 0;
	left: 2px;
}
.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
	color: #5ea271;
}

a {
	text-decoration: none;
	color: #111;
}
.noEff,
.noEff:hover,
.noEff:focus {
	text-decoration: none;
}
a:hover,
a:focus {
	color: #111;
	text-decoration: underline;
}
.trans_eff {
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}
.text-bold {
	font-weight: bold;
}
.text-light {
	font-weight: 300;
}
.display-block {
	display: block !important;
}
.display-inline-block {
	display: inline-block;
}
.display-inline {
	display: inline;
}
.display-none {
	display: none;
}

.text-right {
	text-align: right;
}

.radius26 {
	border-radius: 26px;
}
.radius16 {
	border-radius: 16px;
}
.radius8 {
	border-radius: 8px;
}

.container-fluid {
	padding-left: 40px;
	padding-right: 40px;
}
/*AAAAA HOME PAGE CLASSES AAAAA*/
/*comman clasess*/
.w100 {
	width: 100% !important;
}
.white {
	color: #fff;
}

.yellow {
	color: #ffbc00;
}

.danger {
	color: #5ea271;
}

.fs18 {
	font-size: 18px;
}
.fs11 {
	font-size: 11px;
}
.fs12 {
	font-size: 12px;
}
.fs13 {
	font-size: 13px;
	line-height: 18px;
}
.fs14 {
	font-size: 14px;
	line-height: 21px;
}
.fs16 {
	font-size: 16px;
}
.fs15 {
	font-size: 15px;
}
.fs24 {
	font-size: 24px;
}
.fs20 {
	font-size: 20px;
}
.weight600 {
	font-weight: 600;
}
.weight700 {
	font-weight: 700;
}
.weight300 {
	font-weight: 300;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.ml10 {
	margin-left: 10px;
}
.mr5 {
	margin-right: 5px;
}

.p5 {
	padding: 5px !important;
}
.p15 {
	padding: 15px;
}
.pl25 {
	padding-left: 25px;
}
.pr25 {
	padding-right: 25px;
}
.pt15 {
	padding-top: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.radius10 {
	border-radius: 10px;
}
.radiusr10 {
	border-radius: 0 10px 10px 0;
}
.p25 {
	padding: 25px;
}
.p20 {
	padding: 20px;
}
.uu {
	text-decoration: underline;
}
.uu:hover {
	text-decoration: none;
}

.pb12 {
	padding-bottom: 12px;
}
.dn {
	display: none;
}

.mt0 {
	margin-top: 0 !important;
}
.p0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mt2 {
	margin-top: 2px;
}
.mt5 {
	margin-top: 5px;
}
.vam {
	vertical-align: middle;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mtb5 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}

.ml15 {
	margin-left: 15px;
}
.pl50 {
	padding-left: 50px;
}
.pl100 {
	padding-left: 100px;
}
.pb10 {
	padding-bottom: 10px;
}

.btn-block {
	display: block !important;
	width: 100%;
}

#back-top {
	position: fixed;
	bottom: 10px;
	right: 15px;
	z-index: 3;
	display: block;
}
#back-top .btn-warning {
	display: inline-block;
	overflow: hidden;
	padding: 7px 0;
	border-radius: 100%;
	line-height: inherit !important;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	border: 0;
	font-size: 30px;
	transition: all linear 0.3s;
	cursor: pointer;
}

.btn1 {
	font:
		500 17px/56px "Lexend",
		sans-serif;
	height: 56px;
	padding: 0 50px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	border-radius: 30px;
	border: 0;
}

.btn2 {
	font:
		500 15px/40px "Lexend",
		sans-serif;
	height: 40px;
	padding: 0 30px;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
	border-radius: 30px;
	border: 0;
}

.btn-warning {
	background: #feb264 !important;
	outline: none !important;
	color: #fff !important;
}

.btn-warning:hover,
.btn-warning:focus {
	background: #efa254 !important;
	text-decoration: none;
	color: #fff !important;
}

.btn-success {
	background: #5ea271 !important;
	outline: none !important;
	color: #fff !important;
}

.btn-success:hover,
.btn-success:focus {
	background: #509664 !important;
	text-decoration: none;
	color: #fff !important;
}

.btn-default {
	background: #f2f2f2 !important;
	color: #111;
	outline: none !important;
	border: 0;
	text-decoration: none;
	font-weight: 500;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background: #f5f5f5 !important;
	color: #111;
	text-decoration: none;
}

.comman-title {
	font-size: 32px;
	line-height: 40px;
	position: relative;
	display: inline-block;
	margin-top: 0;
	color: #111;
	font-weight: 600;
}

.comman-title:after {
	position: static;
	content: "";
	background: #5ea271;
	height: 2px;
	width: 160px;
	display: block;
	margin: 10px auto 0 auto;
}

.comman-title2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #111;
	display: block;
	margin: 0 0 20px 0;
}
.comman-title2:after {
	display: none !important;
}

.bg-gray {
	background: #f2f2f2;
}

.bg-gray2 {
	background: #f3f9fe;
}

.bg-white {
	background: #fff;
}

.black {
	color: #111;
}
.green {
	color: #5ea271 !important;
}
.red,
.red:hover {
	color: red !important;
}
.red a,
.red a:hover {
	color: red !important;
}

.gray {
	color: #bbb;
}
.blue {
	color: #5ea271;
}
.commanPadding {
	padding: 40px 0 70px;
}
.commanPadding2 {
	padding: 40px 0 40px;
}
.commanPadding3 {
	padding: 20px 0px;
}
.border1 {
	border: 1px solid #ddd;
}
.border3 {
	border: 5px solid #eee;
}
.bb {
	border-bottom: 1px solid #ddd;
}

.container {
	width: 1366px;
}

.fl {
	float: left;
}
.fr {
	display: inline;
	float: right;
}
.w23 {
	width: 23%;
}

@media only screen and (max-width: 1365px) {
	.container {
		width: 100% !important;
	}
}
@media only screen and (max-width: 1279px) {
	.container {
		width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	h2 {
		font-size: 30px;
		line-height: 34px;
	}
}
.form-control {
	border: 1px solid #bbb;
	border-radius: 30px;
	padding: 15px 25px;
	height: 56px;
	font-size: 14px;
	color: #111;
}
.form-control:focus {
	border: 1px solid #5ea271;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/*comman clasess ends*/

/* top Info */
.topInfo {
	background-color: #5ea271;
	padding: 5px 0;
}
.topInfo p {
	color: #fff;
	font-size: 15px;
	position: relative;
	margin: 4px 0;
}

.topInfo .socialLinks {
	text-align: right;
}
.topInfo .socialLinks a {
	background: rgba(255, 255, 255, 0.2);
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-left: 3px;
}
.topInfo .socialLinks a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 1);
	color: #5ea271;
}

/* top Info end*/

/*header clasess*/
header {
	width: 100%;
	position: absolute;
	z-index: 9;
	background: #fff;
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.1);
}

header .section1 {
	padding: 5px 0;
}
header .section1 .navbar-brand {
	width: 246px;
	padding: 0;
	float: left;
	height: auto;
	display: block;
	margin: 20px 0;
}

header .section1 .navbar-brand img {
	width: 100%;
	height: auto;
	display: block;
}

header .section1 ul.topNav {
	float: right;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 18px 0 15px 0;
}
header .section1 ul.topNav > li {
	list-style: none;
	padding: 0 15px;
}
header .section1 ul.topNav > li > a {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	line-height: 22px;
	position: relative;

	color: #111;
	display: block;
}
header .section1 ul.topNav li a small {
	display: block;
	font-size: 14px;
	color: #777;
	font-weight: 400;
	line-height: 16px;
}

header .section1 ul.topNav li a:before {
	position: absolute;
	content: "";
	font-family: "icomoon";
	left: 0;
	top: 3px;
	font-size: 26px;
	font-weight: 400;
}

header .section1 ul.topNav > li:nth-child(1) {
	border-right: 1px solid #ddd;
	margin-right: 5px;
	padding-right: 25px;
}
header .section1 ul.topNav > li:nth-child(1) > a {
	font-size: 17px;
	font-weight: 700;
	padding-left: 30px;
}

header .section1 ul.topNav > li:nth-child(1) > a::before {
	content: "\e905";
	font-size: 32px;
	left: -15px;
	top: 8px;
}
header .section1 ul.topNav li a i {
	display: block;
	font-size: 20px;
}
header .section1 ul.topNav li:nth-child(4) {
	padding-right: 0;
}

header .section1 ul.topNav li .search {
	width: 400px;
	position: relative;
}
header .section1 ul.topNav li .search .form-control {
	height: 44px;
	padding-right: 44px;
}
header .section1 ul.topNav li .search .searchBtn {
	position: absolute;
	right: 0;
	height: 44px;
	width: 44px;
	top: 0;
	background: none;
	outline: none;
	border: 0;
	color: #5ea271;
	font-size: 20px;
}

header .section1 ul.topNav li a .badge {
	position: absolute;
	top: -10px;
	font-family: "Lexend", sans-serif;
	height: 20px;
	width: 20px;
	line-height: 20px;
	left: 40px;
	padding: 0;
	text-align: center;
	background: #feb264;
	border-radius: 100%;
}

header .section1 .dropdown-toggle::after {
	display: none;
}
.dropdown-menu {
	border-radius: 0;
}

.dropdown-menu .dropdown-item {
	text-decoration: none;
	padding: 6px 15px;
}
.dropdown-item:hover,
.dropdown-item:focus .dropdown-item.active,
.dropdown-item:active {
	background: #5ea271;
	color: #fff !important;
	text-decoration: none;
}

header .section2 {
	background: #fff !important;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd !important;
}

header .section2 .navbar-nav > li > a {
	font:
		400 17px/46px "Lexend",
		sans-serif;
	color: #111;
	margin: 0 30px;
	height: 48px;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	background: none !important;
	position: relative;
}

header .section2 .navbar-nav > li:nth-child(1) > a {
	margin-left: 0;
}

header .section2 .navbar-nav > li > a:hover,
header .section2 .navbar-nav > li > a:focus {
	text-decoration: none;
}

header .section2 .navbar-nav > li > a:after {
	width: 0;
	height: 3px;
	background-color: #feb264;
	position: absolute;
	left: 0;
	bottom: -21px;
	content: "";
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}

header .section2 .navbar-nav > li:hover > a:after {
	width: 100%;
}
header .section2 .navbar-nav > li.active > a:after {
	width: 100%;
}

header .section2 .navbar-nav > li.dropdown i {
	font-size: 13px;
	vertical-align: middle;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	position: absolute;
	top: 6px;
	right: -18px;
	color: #777;
}
header .section2 .navbar-nav > li.dropdown:hover i {
	transform: rotate(180deg);
}

.site-header {
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	background: #fff;
	transition: transform 0.75s;
	box-shadow: none;
}

.hiddeNavBar {
	transform: translateY(-200%);
}
.contentSpace {
	padding: 50px;
}

.navbar-nav {
	float: none;
	display: flex;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.3s;
	justify-content: center;
	align-items: center;
}

header .section2 .navbar-nav > li > ul.dropdown-menu {
	left: 10px;
	background: #fff;
	width: 280px;
	padding: 0;
	border-radius: 0;
	top: 54px;
}

header .section2 .navbar-nav > li > ul.dropdown-menu > li {
	position: relative;
}

header .section2 .navbar-nav > li > ul.dropdown-menu > li > a {
	display: block;
	padding: 10px 15px;
	clear: both;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #111;
	border-bottom: 1px solid #eee !important;
}

header .section2 .navbar-nav > li > ul.dropdown-menu > li > a:focus,
header .section2 .navbar-nav > li > ul.dropdown-menu > li:hover > a {
	background: #5ea271;
	text-decoration: none;
	color: #fff;
}

header .section2 .navbar-nav > li > ul.dropdown-menu > li > a > i {
	transform: rotate(0deg) !important;
	top: 14px !important;
	right: 10px;
	color: #555;
}

header .section2 .navbar-nav > li > ul.dropdown-menu > li > ul.subDropDown {
	left: 278px;
	background: #fff;
	width: 280px;
	position: absolute;
	padding: 0;
	display: none;
	top: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	border: 1px solid rgba(0, 0, 0, 0.15);
}

header .section2 .navbar-nav > li > ul.dropdown-menu > li > ul.subDropDown > li {
	list-style: none;
}
header .section2 .navbar-nav > li > ul.dropdown-menu > li > ul.subDropDown > li > a {
	display: block;
	padding: 10px 15px;
	clear: both;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #111;
	border-bottom: 1px solid #eee !important;
	text-decoration: none;
}

header .section2 .navbar-nav > li > ul.dropdown-menu > li > ul.subDropDown > li > a:focus,
header .section2 .navbar-nav > li > ul.dropdown-menu > li > ul.subDropDown > li > a:hover {
	background: #f5f5f5;
}

header .section2 .navbar-nav > li.dropdown:hover .dropdown-menu {
	display: block;
}

header .section2 .navbar-nav > li > ul.dropdown-menu > li:hover > ul.subDropDown {
	display: block;
}

header .section2 .search {
	width: 400px;
	position: relative;
}
header .section2 .search .form-control {
	height: 44px;
	padding-right: 44px;
	border-radius: 30px;
	background: #f5f5f5;
	font-size: 16px;
}
header .section2 .search .form-control {
	height: 44px;
	padding-right: 44px;
	border-radius: 30px;
	background: #f5f5f5;
}
header .section2 .search .searchBtn {
	position: absolute;
	right: 0;
	height: 40px;
	width: 40px;
	top: 2px;
	right: 2px;
	background: #5ea271;
	outline: none;
	border: 0;
	color: #fff;
	font-size: 20px;
	border-radius: 100%;
}
header .section2 .search .form-control:focus {
	border-color: #5ea271;
}

.headerSpacer {
	height: 192px;
}

/*header clasess ends*/

/*search bar */

.serchBar {
	background: #111 url(../images/bg1.jpg) no-repeat center top;
	padding: 110px 0 100px 0;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
	background-size: contain;
}
.serchBar h2,
.serchBar p {
	color: #fff;
	font-size: 32px;
	line-height: 40px;
}
.serchBar p {
	font-size: 24px;
	line-height: 28px;
	margin-top: 5px;
	font-weight: 300;
}

.serchBar .searchBox {
	padding: 0 15%;
	margin-top: 20px;
}
.serchBar .searchBox .inner {
	position: relative;
}
.serchBar .searchBox .inner .form-control {
	height: 58px;
	padding: 10px 20px;
	border: 0;
	font-size: 17px;
}
.serchBar .searchBox .inner .btn-info {
	position: absolute;
	right: 0;
	line-height: 58px;
	height: 58px;
	top: 0;
	font-weight: 600;
	padding: 0 55px;
}
.serchBar .searchBox .inner .autoLocation {
	position: absolute;
	right: 190px;
	top: 13px;
	border-radius: 30px;
	color: #111;
	font-weight: 500;
	font-size: 12px;
	background: #dddddd;
	padding: 0 15px;
	line-height: 32px;
	display: inline-block;
	outline: none !important;
}
.serchBar .searchBox .inner .autoLocation i {
	font-size: 20px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -2px;
}

.serchBarInside {
	padding: 70px 0 60px;
	background: #111 url(../images/bg1.jpg) no-repeat center -40px;
	background-attachment: fixed;
	background-size: contain;
}

/* search bar ends */

/* city */

.cityCon {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0 0;
	padding: 0;
}
.cityCon li {
	list-style: none;
	text-align: center;
	padding: 15px;
}
.cityCon li a {
	background: #fff;
	border-radius: 16px;
	border: 1px solid #ddd;
	display: block;
	padding: 25px 30px;
	text-decoration: none;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.3s;
}
.cityCon li a figure {
	width: 90px;
	height: auto;
}
.cityCon li a figure img {
	width: 100%;
	display: block;
}
.cityCon li a h4 {
	margin-top: 10px;
	font-weight: 500;
}

.cityCon li a:hover {
	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.2);
	border-color: #5ea271;
	transform: scale(1.05);
}
/* city end */

/* slider */

.sliderCon {
	overflow: hidden;
	max-height: auto;
	margin-top: 40px;
}

.sliderCon .carousel-caption {
	position: absolute;
	right: 0;
	bottom: inherit;
	left: 0;
	top: 50%;
	transform: translate(0, -57%);
	padding-left: 80px;
	padding-top: 0;
	padding-bottom: 0;
	color: #000;
	text-align: left;
}

.sliderCon .carousel-caption p {
	color: #666;
	font-size: 17px;
	line-height: 26px;
	margin-top: 20px;
}

.sliderCon .carousel-caption .btn-warning {
	margin-top: 35px;
}

.sliderCon .carousel-control-next,
.sliderCon .carousel-control-prev {
	width: 40px;
}
.sliderCon .carousel-control-next span,
.sliderCon .carousel-control-prev span {
	color: #000;
	font-size: 30px;
	opacity: 0.25;
}
.sliderCon:hover .carousel-control-next span,
.sliderCon:hover .carousel-control-prev span {
	opacity: 0.7;
}
.sliderCon .carousel-control-next {
	right: -40px;
}
.sliderCon .carousel-control-prev {
	left: -40px;
}

/* slider end */

/*search form*/
.searchFormCon {
	margin-top: -50px;
	position: relative;
	z-index: 9;
}
.searchFormCon .formBox {
	background: #fff;
	border-radius: 20px;
	padding: 22px 20px;
	box-shadow: 0 3px 52px 0 rgba(0, 72, 99, 0.12);
}
.searchFormCon .formBox form {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.searchFormCon .formBox .cols {
	width: 22%;
	margin: 5px;
}
.searchFormCon .formBox .cols:last-child {
	width: 115px;
}

@media only screen and (max-width: 767px) {
	.searchFormCon {
		margin-top: 50px;
	}

	.searchFormCon .formBox {
		padding: 12px 20px;
	}

	.searchFormCon .formBox form {
		width: 100%;
		display: inherit;
	}

	.searchFormCon .formBox .cols {
		width: 100% !important;
		margin: 10px 0;
	}
	.searchFormCon .formBox .cols .btn-info {
		display: block;
		width: 100%;
	}
}
/*search form end*/

/*products*/
.productsCon {
	padding: 40px 0;
}

.featuredProducts {
	background: #fff;
}

.productsCon .list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.productsCon .list li {
	padding: 15px;
	width: auto;
}

.hotProducts .list li {
	width: auto;
}

.productsCon .list li .box {
	margin: 0;
	min-height: 220px;
	background: #fff;
	border: 1px solid #ddd;
}
.productsCon .list li .box:hover {
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
}

.productsCon .list li .box figure {
	width: 100%;
	min-height: 160px;
	max-height: 240px;
	overflow: hidden;
}

.productsCon .list li .box figure a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}

.productsCon .list li .box .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
}
.productsCon .list li .box img {
	max-width: 100%;
	height: auto;
	display: block;
}
.productsCon .list li .box figcaption {
	text-align: left;
	padding: 20px;
	max-height: 246px;
}
.productsCon .list li .box figcaption .title {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
}

.productsCon .list li .box figcaption .dimension-and-itemCode {
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	margin: 25px 0 0 0;
}

.productsCon .list li .box figcaption .price {
	font-size: 16px;
	color: #111;
	font-weight: 600;
	margin-top: 20px;
}

.productsCon .list li .box figcaption .price small {
	font-weight: 400;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	vertical-align: middle;
}

.productsCon .list li .box figcaption .btn-success {
	margin: 10px 0 20px 0;
}

.reviewsCon {
	padding: 30px 0 10px 0;
	border-top: 2px solid #ddd;
	margin-bottom: 40px;
}
.reviewsCon h3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	display: inline-block;
}

.reviewsCon .totalRatings {
	background: #ffa41d;
	height: 26px;
	margin-left: 10px;
	line-height: 28px;
	color: #fff;
	border-radius: 30px;
	padding: 0 12px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
}
.reviewsCon .titleCon .btn-danger {
	float: right;
}
.reviewsCon .titleCon {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.reviewsCon .reviewBox {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}

.reviewsCon .reviewBox .cName {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	color: #111;
}
.reviewsCon .reviewBox .cName small {
	font-weight: 400;
	opacity: 0.7;
	vertical-align: top;
}

.ratings.high {
	background: #ffa41d;
}
.ratings.low {
	background: #ffa41d;
}

.ratings {
	height: 24px;
	margin-right: 3px;
	font-size: 12px;
	line-height: 24px;
	color: #fff !important;
	border-radius: 30px;
	padding: 0 8px;
	text-decoration: none;
}

.ratings:hover {
	text-decoration: none;
}

.tooltip.bottom .tooltip-arrow {
	top: 1px;
}
.tooltip-inner {
	max-width: 150px;
	padding: 8px 10px;
	color: #fff;
	text-align: center;
	background-color: #111;
	border-radius: 8px;
	line-height: 15px;
}

.productsCon .list li .box figcaption .size {
	text-align: center;
	font-size: 14px;
	margin: 0 0 10px 0;
}
.owl-prev,
.owl-next {
	overflow: hidden;
	height: 45px;
	width: 45px;
	text-align: center;
	font-size: 30px;
	color: #000;
	opacity: 0.5;
}

.productsCon .owl-prev {
	left: -70px;
}
.productsCon .owl-next {
	right: -70px;
}

.hotProducts .owl-prev {
	left: -35px;
}
.hotProducts .owl-next {
	right: -35px;
}

.newProducts {
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.productsCon .listOuter {
		margin: 25px 0 0 0;
		width: 100%;
		padding: 0 40px;
		position: relative;
	}

	.productsCon .btn-link {
		margin-right: 0;
	}
	.productsCon .text-right {
		text-align: center;
	}
}
/*products end*/

/*category products*/
.pByCatCon {
	background: #f3f9fe;
	padding: 60px 0;
}
.pByCatCon .listOuter {
	margin: 40px 0 0 0;
	width: 100%;
	position: relative;
}
.pByCatCon ul li .box {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.pByCatCon ul li .box .img img {
	width: 100%;
	height: auto;
	display: block;
}
.pByCatCon .list li {
	padding: 0;
}
.pByCatCon ul li .box figcaption {
	position: absolute;
	z-index: 9;
	bottom: 0;
	text-align: center;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
	padding: 50px 20px 15px;
}
.pByCatCon ul li .box figcaption .title {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.pByCatCon .prev {
	width: 23.37px;
	height: 40px;
	background: url(../images/prev1.png) no-repeat;
	display: block;
}
.pByCatCon .next {
	width: 23.37px;
	height: 40px;
	background: url(../images/next1.png) no-repeat;
	display: block;
}
.pByCatCon .owl-prev {
	left: 10px;
}
.pByCatCon .owl-next {
	right: 10px;
}
.pByCatCon .btn-info {
	margin-top: 40px;
}
/*category products ends*/

/* cat product */

.catCon {
	background: #fff;
	padding: 0;
}

.catCon .inner {
	padding: 0 20px;
}
.catCon .inner ul li {
	list-style: none;
}
.catCon .box figure {
	width: 100%;
	min-height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}

.catCon .box figure img {
	width: 100%;
}

.catCon .owl-next {
	right: -50px;
	top: 50%;
	color: #000;
	font-size: 30px;
	opacity: 0.3;
	text-align: center;
}

.catCon .owl-prev {
	left: -50px;
	top: 50%;
	color: #000;
	font-size: 30px;
	opacity: 0.3;
	text-align: center;
}

.middleContainer {
	padding: 40px 0;
}
.middleContainer .inner {
	padding: 0;
	margin-top: 30px;
}
.catList {
	margin: 0 -20px;
}
.catList li {
	width: 33%;
	padding: 15px;
	float: left;
}
.catCon .box figure {
	margin: 0;
}

/*customer review*/

.cutomerReview {
	background: #f5f5f5;
	padding: 60px 0;
	margin-top: 20px;
}

.cutomerReview .listOuter {
	margin-top: 50px;
}

.cutomerReview ul li {
	list-style: none;
}
.cutomerReview p {
	margin: 0;
}

.cutomerReview .inner {
	padding: 0 60px;
}

.cutomerReview .box {
	text-align: left;
	position: relative;
}

.cutomerReview .box figure .avatarPic {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	overflow: hidden;
	background: #f5f5f5;
	display: inline-block;
	margin-right: 10px;
	float: left;
}
.cutomerReview .box figure .avatarPic img {
	width: 100%;
	height: auto;
}
.cutomerReview .box .clientName {
	font-size: 20px;
	text-align: right;
	color: #111;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 40px;
}
.cutomerReview .box .clientName small {
	display: block !important;
	font-size: 14px;
	color: #666;
	font-weight: 400;
}

.cutomerReview .owl-prev {
	left: -30px;
}
.cutomerReview .owl-next {
	right: -30px;
}
.cutomerReview figcaption {
	padding: 0 12%;
}

.cutomerReview .owl-prev,
.cutomerReview .owl-next {
	top: 30%;
}
.cutomerReview figcaption p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}

.cutomerReview figcaption p i {
	color: #ccc;
	font-size: 40px;
	display: inline;
	vertical-align: middle;
	margin: 4px;
}

.cutomerReviewInside {
	background: #f5f5f5;
	padding: 50px 0;
	margin-top: 20px;
}

.cutomerReviewInside figcaption {
	padding: 0 60px;
}

/*customer review end*/

/*newsletter*/

.newsletterCon {
	background: #5ea271;
}

.newsletterCon .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 50px;
}

.newsletterCon .cols h3 {
	text-align: left;
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	color: #fff;
}

.newsletterCon .cols p {
	text-align: left;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}

.newsletterCon .cols:nth-child(2),
.newsletterCon .cols:nth-child(3) {
	width: 30%;
}
.newsletterCon .form-control {
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #fff;
	border-radius: 30px;
	color: #fff;
	padding: 5px 20px;
	height: 54px;
	line-height: 54px;
}

.newsletterCon .btn-success {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	font-weight: 500;
	border: 2px solid #fff;
}
.newsletterCon .form-control:focus {
	background: rgba(255, 255, 255, 0);
	box-shadow: 0px 4px 10px -8px rgba(0, 0, 0, 0.5);
	border: 1px solid #fff;
}

.newsletterCon .form-control::placeholder {
	color: #fff;
	opacity: 1; /* Firefox */
}

.newsletterCon .form-control::-ms-input-placeholder {
	/* Edge 12 -18 */
	color: #fff;
}

/*newsletter end*/

/*bottom benefits list*/
.benefitList {
	padding: 35px 0 35px;
}

.benefitListInsidePages {
	background: #f5f5f5;
}

.benefitList ul.bottomNav {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.benefitList ul.bottomNav li {
	list-style: none;
	padding: 0 50px;
	border-left: 1px solid #ddd;
}
.benefitList ul.bottomNav li a {
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	line-height: 26px;
	position: relative;
	padding-left: 40px;
	display: block;
	color: #111;
}
.benefitList ul.bottomNav li a:hover {
	color: #5ea271;
}

.benefitList ul.bottomNav li a small {
	display: block;
	font-size: 16px;
	color: #777;
	font-weight: 400;
	line-height: 12px;
}
.benefitList ul.bottomNav li:nth-child(5) {
	padding-right: 0;
}
.benefitList ul.bottomNav li:nth-child(1) {
	padding-left: 0;
	border: 0;
}
.benefitList ul.bottomNav li a:before {
	position: absolute;
	content: "\e905";
	font-family: "icomoon";
	left: 0;
	top: 4px;
	font-size: 28px;
	font-weight: 400;
	color: #5ea271;
}
.benefitList ul.bottomNav li:nth-child(2) a::before {
	content: "\e90b";
	left: -5px;
	top: 5px;
	font-size: 32px;
}
.benefitList ul.bottomNav li:nth-child(3) a::before {
	content: "\e909";
	left: -8px;
	top: 5px;
	font-size: 38px;
}
.benefitList ul.bottomNav li:nth-child(4) a::before {
	content: "\e90a";
	left: 0;
	top: 5px;
	font-size: 28px;
}

.benefitList ul.bottomNav li a .badge {
	position: absolute;
	top: -5px;
	left: 10px;
	padding: 3px 5px;
	background: #5ea271;
	border-radius: 100%;
}

/*bottom benefits list end*/

/*footer*/

.footer {
	background: #fff;
	padding: 50px 0 0 0;
	margin-top: 0;
	position: relative;
}

.footer .reviewImg {
	margin-top: 30px;
}
.footer .reviewImg a {
	margin-right: 10px;
}

.sitemap {
	float: left;
	width: 70%;
	padding-right: 30px;
	border-right: 1px solid #ddd;
}
.sitemap .col-sm-3 {
	width: 22%;
	min-height: 180px;
}

.sitemap .col-sm-3:nth-child(3) {
	border-right: 1px solid #ddd;
	width: 20%;
}

.footer h4 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #111;
	position: relative;
	z-index: 2;
}

.sitemap ul.links li {
	list-style: none;
}

.sitemap ul.links li a {
	display: block;
	color: #666;
	margin-top: 3px;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
}
.sitemap .links a:hover {
	text-decoration: underline;
}
.fRight {
	color: #666;
	width: 28%;
	padding-left: 30px;
	font-size: 1rem;
	float: right;
}
.fRight a {
	color: #666;
}

.footer .contact {
	width: 34%;
	padding: 0 0 0 6%;
}
.footer .contact p {
	font-size: 13px;
	color: #666;
	line-height: 20px;
}
.footer .contact a {
	color: #666;
	font-weight: 500;
}

.social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	line-height: 40px;
	text-align: center;
	color: #5ea271;
	font-size: 18px;
	margin-right: 3px;
	background: #fff;
	text-decoration: none;
	border: 1px solid #5ea271;
}

.social a:hover,
.social a:focus {
	background: #5ea271;
	color: #fff;
}

.copyrightText {
	padding: 30px 0;
	text-align: center;
	font-size: 13px;
	color: #666;
	border-top: 1px solid #ddd;
	margin-top: 50px;
}
.copyrightText2 {
	font-size: 13px;
	color: #666;
	margin: 0;
}
.copyrightText2 strong,
.copyrightText2 a {
	color: #111;
	font-weight: 600;
}

@media only screen and (max-width: 1279px) {
	.sitemap {
		float: left;
		width: 55%;
	}
}

@media only screen and (max-width: 991px) {
	.sitemap {
		float: left;
		width: 100%;
	}
	.sitemap .third {
		width: 20%;
		margin-top: 30px;
	}

	.fRight {
		border-left: 0;
		padding: 30px 0 0 0;
		border-top: 1px solid #333;
		width: 100%;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 599px) {
	.sitemap {
		float: left;
		width: 100%;
	}
	.sitemap .first,
	.sitemap .second,
	.sitemap .third {
		width: 100%;
	}
	.sitemap .second,
	.sitemap .third {
		margin-top: 30px;
	}

	.sitemap .third {
		margin-top: 0;
	}

	.fRight {
		border-left: 0;
		padding: 30px 0 0 0;
		border-top: 1px solid #333;
		width: 100%;
		margin-top: 30px;
	}
}

.breadcrumb_con {
	overflow: hidden;
	background: #f5f5f5;
	padding: 10px 0 8px;
}
.breadcrumb {
	display: flex;
	width: auto;
	background: none;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #777;
}

.breadcrumb li a {
	font-weight: 400;
	text-decoration: underline;
	color: #111;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb > li + li:before {
	color: #777;
	font-size: 14px;
	margin: 0 2px;
	content: "\f105";
	position: static;
	font-family: "FontAwesome";
}
.middleGray {
	background: #f9f9f9;
}
.cmsBox {
	border: 1px solid #eee;
	border-top: 0;
	border-bottom: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
	background: #ffffff;
	padding: 30px 0;
	min-height: 300px;
}
.cmsBox h1 {
	font-size: 30px;
	color: #111;
	line-height: 34px;
	border-bottom: 1px solid #eee;
	padding: 0 30px 10px 30px;
}
.cmsArea {
	padding: 20px 40px 20px 40px;
}
.cmsArea h2 {
	font-size: 24px;
	line-height: 28px;
	color: #111;
	position: relative;
}
.cmsArea h2:after {
	position: static;
	margin-top: 10px;
	display: block;
	content: "";
	width: 50px;
	height: 1px;
	background: #2680eb;
}
.cmsArea h3 {
	font-size: 25px;
	line-height: 28px;
	color: #333333;
	margin: 0;
}
.cmsArea p {
	color: #020202;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
}
.cmsArea .centerTxt {
	font-size: 18px;
	margin: 0;
	line-height: 30px;
	padding: 15px 4%;
}
.cmsArea hr {
	border-color: #eee;
	margin: 30px 0;
}
.cmsArea .btn-link {
	color: #269abc;
}
.cmsArea ul {
	margin: 20px 0 0 30px;
}
.cmsArea ul li {
	font-size: 15px;
	line-height: 24px;
	list-style: none;
	color: #020202;
	position: relative;
	padding: 0 0 0 18px;
}
.cmsArea ul li:before {
	content: "\f061";
	font-family: "FontAwesome";
	width: 10px;
	height: 10px;
	top: -2px;
	left: 0;
	position: absolute;
	font-size: 12px;
	color: #2680eb;
}
.cmsArea ol {
	margin: 20px 0 0 80px;
}
.cmsArea ol li {
	color: #020202;
	font-size: 15px;
	line-height: 24px;
	list-style: decimal;
	position: relative;
	padding: 0 0 0 18px;
}
.cmsArea .cmsImg {
	float: right;
	margin: 10px 0 20px 20px;
}

@media screen and (max-width: 599px) {
	.cmsArea p {
		text-align: left !important;
	}
	.cmsArea ul {
		margin-left: 0;
	}
	.cmsArea ol {
		margin-left: 30px;
	}
}
.contactTxt p {
	font-size: 22px;
	text-align: center;
	line-height: 34px;
	font-weight: 300;
	margin: 20px 0;
}

/*inner pages clasess*/

/*login register*/

.loginCon .checkbox-inline,
.radio-inline {
	padding-left: 0;
}
.loginBg {
	background: #fff;
}
.loginCon .hintText {
	font-size: 11px;
	line-height: 16px !important;
	margin: 5px 0 15px 28px;
	display: block;
	font-weight: 300;
}

.loginCon .bottomTxt {
	font-size: 15px;
	margin-top: 25px;
	color: #111;
	font-weight: 400;
}
.loginCon .bottomTxt a {
	color: #5ea271;
	text-decoration: underline;
}
.loginCon .bottomTxt a:hover {
	text-decoration: none;
}
.loginCon .loginBox {
	background: #fff;
	width: 600px;
	overflow: hidden;
	min-height: 100px;
	box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.05);
	margin: auto;
	margin-top: 30px;
	border-radius: 0;
	border: 1px solid #ccc;
}
.loginCon .loginBox .tab {
	border-bottom: 1px solid #deeaf3;
}
.loginCon .loginBox .tab a {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	color: #777;
	font-weight: 400;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	background: #f5f5f5;
}
.loginCon .loginBox h3 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #111;
	display: block;
	margin: 40px 0 20px 0;
}
.loginCon .loginBox .tab a.active {
	background: #fff;
	color: #5ea271;
	font-weight: 600;
	border-bottom: 2px solid #5ea271;
}
.loginCon .loginBox .form_con {
	padding: 35px 50px 50px;
}
.loginCon .loginBox .form_con .row {
	margin-top: 5px;
	margin-left: -5px;
	margin-right: -5px;
}
.loginCon .loginBox .form_con .row .cols,
.loginCon .loginBox .form_con .row .col-md-12 {
	padding: 0 5px;
}
.loginCon .loginBox .form_con .row .form-group {
	margin: 5px 0;
}
.loginCon .loginBox .form_con h5 {
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
.loginCon .loginBox .price1 label {
	font-size: 75px;
	font-weight: 600;
	margin: 30px 0 0;
	line-height: 70px;
}
.loginCon .loginBox .price1 label span {
	font-size: 50px;
	font-weight: 300;
	color: #999999;
}
.loginCon .forgot-password {
	margin-top: 10px;
	text-align: right;
}
.loginCon .form-group {
	margin: 10px 0;
}
.loginCon .form-check-label {
	font-weight: 400;
	color: #777;
}

.loginCon .loginBox .form_con .btn {
	display: block;
	width: 100%;
}

.loginCon .or {
	display: block;
	border-top: 2px dotted #eee;
	margin: 40px 0;
	position: relative;
}
.loginCon .or:after {
	position: absolute;
	content: "or";
	width: 35px;
	height: 35px;
	background: #ffffff;
	left: 50%;
	top: -18px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border: 2px dotted #eee;
	border-radius: 100%;
	text-align: center;
	padding: 7px 0;
	font-weight: 500;
	color: #aaa;
	font-size: 14px;
}
.loginCon .radioBtns {
	margin: 15px 0 10px;
}
.loginCon .radioBtns label {
	width: 50%;
	float: left;
}
.loginCon .radioBtns label .btnInfo {
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #38c2d9;
	color: #38c2d9;
	height: 50px;
	padding: 15px 15px;
	display: block;
	cursor: pointer;
}

.form label {
	font-weight: 500;
	font-size: 15px;
}
.loginCon .radioBtns label .btnInfo h4 {
	font-size: 14px;
}
.loginCon .radioBtns label .selectStyleRadio {
	display: none;
}
.loginCon .cCheckPoint label {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}
.loginCon .cCheckPoint label .form-check-input {
	margin-top: 5px;
}
.loginCon .cCheckPoint .form-check {
	margin: 20px 0 25px;
}
.loginCon .radioBtns label:nth-child(1) .btnInfo {
	border-radius: 5px 0 0 5px;
	border-right: 1px solid #38c2d9;
}
.loginCon .radioBtns label:nth-child(2) .btnInfo {
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #38c2d9;
}
.loginCon .radioBtns label .selectStyleRadio:checked + .btnInfo {
	background: #38c2d9;
	color: #ffffff;
}
.socialMediaLogin {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 20px -5px 0 -5px;
}
.socialMediaLogin a {
	width: 50%;
	height: 50px;
	line-height: 48px;
	border-radius: 8px;
	display: inline-block;
	background: #fff;
	text-align: center;
	color: #38c2d9;
	font-size: 16px;
	margin: 5px;
	padding: 0;
	font-weight: 600;
	text-decoration: none;
	-webkit-box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.socialMediaLogin .facebook {
	color: #39569c;
	border: 1px solid #39569c;
}
.socialMediaLogin .facebook:hover {
	background: #39569c;
	color: #ffffff;
}
.socialMediaLogin .twitter {
	color: #5bc0de;
}
.socialMediaLogin .twitter:hover {
	background: #5bc0de;
	color: #ffffff;
}
.socialMediaLogin .google {
	color: #de5246;
	border: 1px solid #de5246;
}
.socialMediaLogin .google:hover {
	background: #de5246;
	color: #ffffff;
}
.verifyMessage {
	font-size: 15px;
	padding: 10px;
	line-height: 22px;
}

@media only screen and (max-width: 599px) {
	.loginCon .loginBox {
		width: 100%;
	}
	.loginCon .loginBox .form_con {
		padding: 20px 30px 30px;
	}
	.loginCon .facebookBtn {
		font-size: 14px;
	}
	.loginCon .facebookBtn:after {
		width: 50px;
	}
}

@media only screen and (max-width: 599px) {
	.loginCon .facebookBtn {
		padding-left: 60px;
	}
	.loginCon .facebookBtn:after {
		width: 45px;
	}
}
/*login register end*/

/*category and sub category clasess*/

ul.cs_con {
	margin: 15px 0 0 0;
	padding: 0 15px;
}
ul.cs_con li {
	width: 33.333333%;
	float: left;
	list-style: none;
	margin: 25px 0;
}
ul.cs_con li .inner {
	background: #fff;
	width: 300px;
	margin: auto;
}
ul.cs_con li .inner figure {
	width: 320px;
	display: block;
	overflow: hidden;
	height: 216px;
	border-radius: 10px;
}

ul.cs_con li .inner figure img {
	width: 100%;
	display: block;
	height: auto;
}

ul.cs_con li .inner figcaption {
	padding: 15px 10px 0 10px;
}

ul.cs_con li .inner figcaption h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: #111;
	margin: 0;
}
ul.cs_con li .inner figcaption .shop_now {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	color: #00bbff;
	margin: 5px 0 0 0;
}
ul.cs_con li .inner:hover figcaption .shop_now {
	text-decoration: underline;
}
.productList {
	background: #fff;
	padding: 0;
}
.productList .list {
	padding: 0;
	margin-top: 5px;
	margin-left: -15px;
	margin-right: -15px;
}
.productList .list li {
	width: 25%;
	float: left;
	padding: 15px;
	max-height: 478.8px;
}

@media only screen and (max-width: 1151px) {
	ul.cs_con li {
		width: 50%;
	}
	ul.cs_con {
		padding: 0;
	}
}
@media only screen and (max-width: 991px) {
	.productList ul li {
		width: 50%;
	}
}

@media only screen and (max-width: 599px) {
	.productList ul li {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	ul.cs_con li {
		width: 100%;
	}

	ul.cs_con li .inner {
		background: #fff;
		width: 300px;
		margin: auto;
	}

	ul.cs_con li .inner figure {
		width: 300px;
		display: block;
		overflow: hidden;
		height: auto;
		border-radius: 10px;
	}
}

/*category and subcategory end*/

/*product detail*/

.pDetailCon {
	padding: 0;
}
.pDetailCon .cols {
	width: 35%;
	float: left;
}

.dtl_images {
	margin: 0 0 0 5px;
	position: relative;
	width: 400px;
	min-height: 250px;
	margin-top: 40px;
}
.pDetailCon .dtl_contents {
	width: 59%;
	margin-top: 40px;
	position: relative;
	margin-left: 3%;
}

.dtl_contents .wishlist {
	position: absolute;
	right: 0;
	top: 7px;
	width: 44px;
	height: 40px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #5ea271;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding: 9px 0;
	color: #5ea271;
	text-decoration: none;
}
.dtl_contents .wishlist:hover {
	background: #5ea271;
	color: #fff;
}

.dtl_contents h3 {
	line-height: 28px;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.dtl_contents .table p {
	margin: 0;
}
.dtl_contents .price {
	font-size: 18px;
	color: #111;
	margin-top: 15px;
}
.dtl_contents .price .right {
	float: right;
}

.dtl_contents .price .line-through {
	text-decoration: line-through;
	color: #777;
}
.pSize {
	width: fit-content;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	margin-top: 5px;
}
.pSize input[type="radio"] {
	display: none;
}
.pSize label {
	padding: 0 10px;
	width: auto;
	height: 36px;
	line-height: 36px;
	border-radius: 0;
	text-align: center;
	border: 1px solid #ddd;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s;
	margin-right: 8px;
}

.qtyButn {
	background: #fff;
	outline: 0;
	border: 1px solid #ccc;
	width: 40px;
	height: 40px;
	vertical-align: top;
}

.pSize label:hover {
	background: #5ea271;
	color: #fff;
}
.pSize input:checked + label {
	background: #5ea271;
	color: #fff;
}

.dtl_contents .btnCon {
	margin-top: 20px;
}
.dtl_contents .brandName {
	background: #111;
	padding: 10px;
	border-radius: 3px;
	width: 120px;
	height: auto;
	margin-bottom: 15px;
}
.dtl_contents .brandName img {
	width: 100%;
	display: block;
}

.dtl_contents .brandName2 {
	width: 80px;
	height: auto;
	margin-bottom: 15px;
}
.dtl_contents .brandName2 img {
	width: 100%;
	display: block;
}

.dtl_contents .pCode {
	color: #111;
	font-size: 14px;
	font-weight: 500;
}
.dtl_contents .stock.green {
	color: #2dbc10;
	font-weight: 500;
}
.dtl_contents .stock.red {
	color: #ec1e1e;
	font-weight: 500;
}

.dtl_contents strong {
	color: #111;
}
.dtl_contents .form {
	margin-top: 10px;
}
.dtl_contents .form-control {
	height: 36px;
}
.dtl_contents .form-group {
	margin-bottom: 5px;
}
.dtl_contents .form .btn-default {
	border: 1px solid #ccc;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 10px;
}

.dtl_contents .productColor label {
	width: auto;
	height: auto;
}

.dtl_contents .share {
	float: left;
	margin-top: 4px;
}
.dtl_contents .right .btn-default {
	background: #111;
	color: #fff;
}

.dtl_inr_box1 {
	float: left;
	width: 61%;
}
.dtl_inr_box2 {
	float: right;
	width: 22%;
	background: #f3f9fe;
	text-align: center;
}
.dtl_inr_box2 .form-control {
	display: inline-block;
	margin-top: 3px;
	vertical-align: middle;
}
.bottonAction {
	margin-top: 20px;
}
.bottonAction p {
	width: 33.333333%;
	float: left;
}

.dtl_color a {
	width: 28px;
	height: 28px;
	border: #f8f8f8 solid 3px;
	display: inline-block;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.6);
	border-radius: 20px;
	margin: 0 3px 0 0;
}
.dtl_color a.act {
	border: #fff solid 3px;
	box-shadow: 0 0 3px 3px rgba(255, 26, 0, 1);
}
.dtl_seller {
	float: right;
	width: 20%;
}
.dtl_left {
	width: 73%;
	float: left;
	margin: 25px 0 0 0;
}
.dtl_right {
	width: 25%;
	float: right;
	margin: 25px 0 0 0;
	border: #ddd solid 1px;
	border-width: 1px 0 0 1px;
	padding: 15px 0 0 1.5%;
}
.ds_thm {
	overflow: hidden;
	width: 100px;
	height: 100px;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid #eee;
}

.ds_thm img {
	width: 100%;
	height: auto;
	display: block;
}
.myulx li {
	margin: 10px 5px 0;
	padding-bottom: 5px;
	overflow: hidden;
}

.myulx {
	padding: 0;
	padding-left: 30px;
}
.myulx li img {
	display: block;
}
ul.p_discrip {
	margin: 25px 0 0 15px;
}
ul.p_discrip li {
	color: #777;
	list-style: none;
	background: url(../images/right_icon.jpg) left 5px no-repeat;
	padding-left: 20px;
	margin-left: 0;
}

.leftRight .left {
	width: 60%;
	float: left;
}
.leftRight .availability {
	width: 40%;
	padding-left: 20px;
	float: right;
	margin-top: 20px;
}
.leftRight .availability .inner {
	width: 100%;
	padding: 20px;
	background: #f5f5f5;
	border-radius: 10px;
}
.leftRight .availability .inner h4 {
	font-weight: 600;
	text-align: center;
}

.priceRadio {
	background: #fff;
	border-radius: 8px;
	padding: 24px 5px;
	border: 1px solid #ddd;
}
.priceRadio input[type="radio"] {
	margin-top: 3px;
}

.priceRadio .checkbox-inline,
.priceRadio .radio-inline {
	padding-left: 0;
	font-size: 14px;
	font-weight: 500;
	margin-left: 15px;
}

@media only screen and (max-width: 1279px) {
	.pDetailCon .dtl_contents {
		width: 47%;
		float: right;
	}
}

@media only screen and (max-width: 1151px) {
	.pDetailCon .dtl_contents {
		width: 45%;
		float: right;
	}

	.dtl_inr_box2 {
		padding: 12px 10px;
	}
}

@media only screen and (max-width: 991px) {
	.pDetailCon .dtl_contents {
		width: 100%;
		margin-top: 30px;
	}
	.pDetailCon .cols{
		float: none;
		width: 80%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 599px) {
	blue .dtl_inr_box1 {
		float: left;
		width: 100%;
	}

	.dtl_inr_box2 {
		width: 100%;
		margin-top: 10px;
	}
	.bottonAction {
		text-align: center;
	}
	.bottonAction p {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width: 450px) {
	.container-fluid{
		padding: 0 20px;
	}
}


/*product detail end*/

/*cms area*/
.cms_area {
	padding: 40px 0;
}
.cms_area2 {
	padding: 0 !important;
}
.cms_area h1 {
	color: #5ea271;
	font-size: 24px;
	line-height: 32px;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
	padding-bottom: 10px;
}

.cms_area h3 {
	font:
		700 18px/20px "Lexend",
		sans-serif;
}
.cms_area img {
	margin: 0 0 25px 0;
}
.cms_area ul,
.cms_area ol {
	font:
		400 15px/22px "Lexend",
		sans-serif;
	margin: 30px 0 30px 0px;
	list-style: inside;
}
/*cms area ends*/

/*cart*/

.cart-right b {
	color: #111;
}

.mylsttb {
	padding: 25px;
	border-bottom: 1px solid #ddd;
}
.thm_cont {
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	display: block;
}
.thm_cont img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}
.thm_cont_s {
	width: 72px;
	height: 72px;
	text-align: center;
	border: 1px solid #ddd;
	overflow: hidden;
}
.cod_input {
	width: 70%;
}
.cont_4 strong {
	display: none;
}

.cont_4 b {
	color: #111;
}

.cont_4 .sec1 {
	width: 10%;
	float: left;
	text-align: left;
}
.cont_4 .sec2 {
	width: 60%;
	float: left;
	text-align: left;
}
.cont_4 .sec3 {
	width: 15%;
	float: left;
	text-align: center;
}
.cont_4 .sec4 {
	width: 15%;
	float: left;
	text-align: center;
}
.cart_text {
	text-align: right;
	padding: 15px 10px 0 0;
}
.cart_btns b {
	margin-left: 3px;
}
.ship_type {
	float: left;
	margin: 20px 0 0 0;
}
.invoice_logo {
	float: right;
	margin: 0 10px 0 0;
}
.inv_box2 {
	min-height: 200px;
}
/*cart ends*/

/*payment*/
.selectPayment {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	padding: 20px 15px 20px 15px;
	background: #f5f5f5;
}
.selectPayment .cols {
	width: 50%;
	border-right: 1px solid #ddd;
	padding: 0 20px;
}
.selectPayment .cols input[type="checkbox"],
input[type="radio"] {
	line-height: normal;
	display: inline-block;
}

.selectPayment .cols:nth-child(3) {
	border: 0;
}

.reviewAddress {
	border: 1px solid #ddd;
	padding: 20px 30px 25px 30px;
}

/*payment end*/

/*invoice*/
.bg-success {
	background: #e8fbed !important;
	border: 1px solid #5ea271 !important;
}
/*invoice end*/

/*my account*/
.myAccount {
	margin-bottom: 70px;
}

.myAccount2 {
	margin-bottom: 40px;
}
.myAccount .sectionOne {
	background: #fff;
	padding: 30px;
	border: 1px solid #ddd;
	margin-top: 40px;
}

.myAccount .sectionOneStore {
	padding: 22px 30px 25px 30px;
}
.myAccount .sectionOneStore p {
	line-height: 20px;
}
.myAccount .sectionOneStore p strong {
	margin: 0 0 10px 0;
	display: block;
}

.reviesStars {
	margin-top: 10px;
}
.reviesStars .rating i {
	margin: 2px;
	font-size: 18px;
}
.reviesStars .rating {
	margin: 0;
}

.myAccount .sectionOne .left {
	float: left;
	width: 70%;
}
.myAccount .sectionOne .right {
	float: right;
	text-align: right;
}

.myAccount .sectionOne .right .btn-info {
	padding: 0 30px;
}

.myAccount .sectionOne .wallet {
	display: block;
	color: #777;
	text-decoration: none;
	text-align: left;
	position: relative;
	padding-left: 60px;
	line-height: 20px;
	float: left;
	margin-top: 10px;
	margin-right: 30px;
}
.myAccount .sectionOne .wallet strong {
	color: #181618;
	display: block;
	font-size: 24px;
}
.myAccount .sectionOne .wallet:before {
	background: url(../images/wallet.svg) no-repeat;
	width: 48px;
	height: 38px;
	content: "";
	position: absolute;
	left: 0;
}
.wallet2 {
	display: block;
	color: #777;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	margin-top: 50px;
}
.wallet2 strong {
	color: #181618;
	display: block;
	font-size: 40px;
}
.myAccount .sectionOne .user {
	margin-top: 7px;
}
.myAccount .sectionOne .user strong {
	display: block;
	line-height: 20px;
}
.my_acount_nav {
	background: #f2f2f2;
	padding: 30px;
	margin-top: 30px;
}
.my_acount_nav a {
	line-height: 18px;
	padding: 15px 15px;
	display: block;
	background: #fff;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 16px;
	color: #111;
	margin: 7px 0;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}
.my_acount_nav a:hover,
.my_acount_nav a.active {
	background: #5ea271;
	color: #fff;
}
.acc_box {
	padding: 30px;
	background: #fff;
	margin: 30px 0 0 0;
	min-height: 335px;
	border: 1px solid #ddd;
}
.acc_box_inner {
	border: 1px solid #ddd;
	background: #fff;
	padding: 20px 20px;
	margin: 15px 0;
}
.cont_4_oh {
}
.cont_4_oh strong {
	display: none;
	font-weight: normal;
}
.cont_4_oh .sec1 {
	width: 10%;
	float: left;
	text-align: left;
}
.cont_4_oh .sec2 {
	width: 45%;
	float: left;
	text-align: left;
}
.cont_4_oh .sec3 {
	width: 35%;
	float: left;
	text-align: center;
}
.cont_4_oh .sec4 {
	width: 10%;
	float: left;
	text-align: center;
}

.cont_4_oh .sec5 {
	width: 80%;
	float: left;
}

.cont_4_oh .sec6 {
	width: 10%;
	float: right;
	text-align: center;
}

.cont_4_oh b {
	color: #303c3c;
}

.cont_4_address_new {
}
.cont_4_address_new strong {
	display: none;
	font-weight: normal;
}
.cont_4_address_new .sec1 {
	width: 10%;
	float: left;
	text-align: left;
}
.cont_4_address_new .sec2 {
	width: 75%;
	float: left;
	text-align: left;
}
.cont_4_address_new .sec3 {
	width: 15%;
	float: left;
	text-align: center;
}

.searchOrder {
	width: 220px;
	float: right;
	margin-bottom: 10px;
	position: relative;
}
.searchOrder .form-control {
	height: 40px;
	padding-right: 50px;
}
.searchOrder .serchBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	background: none;
	outline: 0;
	border: 0;
	color: #111;
}

/*my account*/

/*pagging*/
.paging_container {
	padding: 8px 10px;

	border-radius: 3px;
	text-align: center;
}
.paging_container_x {
	background: none;
}
.paging_container .one {
	float: left;
}
.paging_container .two {
	float: none;
	margin: 2px 0 0 0;
}
.paging a,
.paging a:visited {
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	font:
		bold 12px/16px "Lexend",
		sans-serif;
	background: #f5f5f5;
	margin: 0px 2px;
	color: #666;
	border: 1px solid #eee;
	text-decoration: none;
}
.paging a:hover,
.paging a.act {
	color: #fff;
	background: #5ea271;
	border: 1px solid #5ea271;
}
.paging .sort_by {
	float: right;
	margin: 0 0 0 5px;
}
/*pagging*/

/*testimonoial*/
.t_container .ts_con {
	background: #fff;
	padding: 25px 40px;
	margin: 30px 0 0 0;
	position: relative;
}
.t_container .ts_con2 {
	background: #fff;
	padding: 25px 40px;
	margin: 30px 0 0 0;
	position: relative;
	border-radius: 16px;
	border: 1px solid #ddd !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.t_container .ts_con2:hover {
	box-shadow: 0px 5px 15px -2px rgba(0, 0, 0, 0.2);
}
.t_container .tsCollon {
	margin-top: 40px;
}
.t_container .tsCollon .ts_colon {
	float: left;
	width: 80px;
	height: 50px;
	background: url(../images/ts_colon.png) no-repeat left center;
}

.t_container .ts_con .text_con article {
	font-size: 15px;
	line-height: 22px;
	color: #777;
}
.t_container .ts_con2 .text_con article {
	font-size: 16px;
	line-height: 26px;
}

.t_container .ts_con2 .ratings {
	margin-top: 5px;
}
.t_container .ts_con2 .ratings i {
	margin-right: 3px;
}

.t_container .ts_con .text_con .c_name {
	font-size: 18px;
	font-weight: 700;
	color: #111;
	line-height: 24px;
}
.t_container .ts_con .text_con .c_name span {
	font-weight: 400;
	font-size: 14px;
}

.t_container .carousel-indicators {
	left: 0;
	margin: 0;
	bottom: -30px !important;
	width: auto;
}
.t_container .carousel-indicators li {
	background-color: #e1dedc;
	border: 1px solid #c5c1bf;
	width: 13px;
	height: 13px;
}
.t_container .carousel-indicators .active {
	background-color: #dcbd48;
	border: 1px solid #dcbd48;
	width: 13px;
	height: 13px;
}

.t_container_storeReview {
	border: 1px solid #ddd;
	padding: 30px;
	border-radius: 26px;
	margin-top: 40px;
}
.t_container_storeReview .ts_con {
	box-shadow: none !important;
	border-radius: 0;
	padding: 0;
	border: 0 !important;
	border-bottom: 1px solid #ddd !important;
	padding-bottom: 20px;
	margin: 20px 0;
}
.t_container_storeReview .tsCollon {
	margin-top: 25px;
}

.t_container_storeReview .titleInfo {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.t_container_storeReview .left {
	float: left;
}
.t_container_storeReview .left h1 {
	border: 0;
	padding: 0;
	margin: 0;
}
.t_container_storeReview .reviesStars {
	margin-top: 5px;
}
.t_container_storeReview .titleInfo .btn-info {
	float: right;
	margin-top: 5px;
}

.ownerProfile {
	text-align: center;
	padding: 25px;
}

.ownerProfile .flexCon {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.ownerProfile .flexCon .cols.left {
	width: 30%;
}
.ownerProfile .flexCon .cols.right {
	width: 70%;
}

.ownerProfile .flexCon .cols.left .card {
	background: #fff;
	border-radius: 30px 0 0 30px;
	padding: 20px;
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #eee;
}

.ownerProfile .flexCon .cols.right .innerBox {
	background: #fff;
	border-radius: 0 30px 30px 30px;
	padding: 20px;
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.1);
	min-height: 600px;
}

.ownerProfile .flexCon .cols.right .innerBox table {
	text-align: left;
	font-size: 13px;
	line-height: 20px;
}

.ownerProfile .flexCon .cols.right .innerBox table tr th {
	color: #999;
	background: #f5f5f5;
	text-transform: uppercase;
	font-size: 12px;
}
.ownerProfile .flexCon .cols.right .innerBox table tr td strong {
	color: #111;
	font-weight: 500;
}

.ownerProfile .profilePic {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	overflow: hidden;
	display: block;
	margin: auto;
	border: 3px solid #fff;
}
.ownerProfile .profilePic img {
	width: 100%;
}
.ownerProfile figcaption {
	padding: 20px 0;
}
.ownerProfile figcaption h3 {
	font-weight: 700;
	margin-bottom: 15px;
}
.ownerProfile figcaption p strong {
	color: #111;
}
.ownerProfile figcaption p {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

/*testimonoial*/

/*faq*/

.faqCon {
	padding: 40x 0;
}
.faq-content {
	padding: 0;
	margin: 10px 0 0 0;
}
.faq-content .card {
	min-height: auto;
	padding: 0;
	border-radius: 0;
}

.faq-content .card {
	min-height: auto;
	padding: 0;
	border-radius: 0;
	color: #666 !important;
}

.faq-content .card:hover {
	transform: translate(0);
}
.faq-content .card > .card-header {
	background-color: #fff;
	border-color: none !important;
	border: none !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
	border-radius: 16px;
}
.faq-content .more-less {
	float: right;
	margin-top: 2px;
	color: #5ea271;
	font-size: 20px;
}
.faq-content .card {
	border-color: #ddd;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 10px;
	text-decoration: none;
}
.faq-content .card-body {
	padding: 20px 20px 20px 20px !important;
	border: none !important;
}
.faq-content .card-header {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px;
	border-radius: 0px;
}
a.card-link {
	text-decoration: none;
	display: block;
	background: #fff;
	font-size: 18px;
	line-height: 28px;
	padding: 15px;
	color: #111;
	font-weight: 600;
	border-radius: 0;
}
a.card-link i {
	font-size: 14px;
}
.faq-content .card:hover {
	border-bottom: 2px solid #5ea271;
}
.faq-content .card-body ul {
	margin-top: 30px;
	margin-left: 30px;
}

@media screen and (max-width: 767px) {
	.faq-content {
		padding: 20px;
	}
	a.card-link {
		font-size: 16px;
		line-height: 20px;
		padding: 13px 15px 15px 15px;
	}
	.faq-content .card-body ul {
		margin-left: 30px;
	}
}


/* Osnovni stilovi za izbornik */
#menu,
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu>li {
	position: relative;
}

#menu>li>a {
	display: block;
	padding: 10px 18px;
	color: #fff;
	background: #5ea271;
	text-decoration: none;
	transition: background 0.2s;
	border-bottom: 1px solid #fff;
}

#menu>li>a:hover,
#menu>li>a.active {
	background: #509664;
}

#menu ul {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: max-height;
}

#menu ul li a {
	color: #333;
	background: #e9e9e9;
	padding: 10px 28px;
	border-bottom: 1px solid #d0d0d0;
	display: block;
	text-decoration: none;
	transition: background 0.2s;
}

#menu ul li a:hover {
	background: #d2e8d7;
	color: #5ea271;
}

/* Ukloni bullete */
#menu li,
#menu ul li {
	list-style: none;
}

/* Prikaz otvorenog podizbornika */
#menu li.open>ul {
	display: block;
	max-height: 1000px;
	/* dovoljno veliko za sve podkategorije */
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Galerija proizvoda ispod opisa */
.product-gallery-below-desc {
	margin: 40px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #e0e0e0;
}

.product-gallery-below-desc h4 {
	margin-bottom: 18px;
	font-size: 1.2em;
	color: #5ea271;
}

.gallery-container {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 10px;
}
.gallery-img {
	display: block;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	transition: box-shadow 0.2s;
	background: #fff;
	width: 185px;
	height: 150px;
	box-sizing: border-box;
}
.gallery-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.2s;
}
.gallery-img:hover {
	box-shadow: 0 2px 12px rgba(94, 162, 113, 0.18);
}
.gallery-img:hover img {
	transform: scale(1.04);
}


/**
 * Fancybox
 * 
 */
:root {
	--f-spinner-width: 36px;
	--f-spinner-height: 36px;
	--f-spinner-color-1: rgba(0, 0, 0, 0.1);
	--f-spinner-color-2: rgba(17, 24, 28, 0.8);
	--f-spinner-stroke: 2.75
}

.f-spinner {
	margin: auto;
	padding: 0;
	width: var(--f-spinner-width);
	height: var(--f-spinner-height)
}

.f-spinner svg {
	width: 100%;
	height: 100%;
	vertical-align: top;
	animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
	stroke-width: var(--f-spinner-stroke);
	fill: none
}

.f-spinner svg *:first-child {
	stroke: var(--f-spinner-color-1)
}

.f-spinner svg *:last-child {
	stroke: var(--f-spinner-color-2);
	animation: f-spinner-dash 2s ease-in-out infinite
}

@keyframes f-spinner-rotate {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes f-spinner-dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35
	}

	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124
	}
}

.f-throwOutUp {
	animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp
}

.f-throwOutDown {
	animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
	to {
		transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
		opacity: 0
	}
}

@keyframes f-throwOutDown {
	to {
		transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
		opacity: 0
	}
}

.f-zoomInUp {
	animation: var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp
}

.f-zoomOutDown {
	animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown
}

@keyframes f-zoomInUp {
	from {
		transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0
	}

	to {
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-zoomOutDown {
	to {
		transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0
	}
}

.f-fadeIn {
	animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
	z-index: 2
}

.f-fadeOut {
	animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
	z-index: 1
}

@keyframes f-fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes f-fadeOut {
	100% {
		opacity: 0
	}
}

.f-fadeFastIn {
	animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
	z-index: 2
}

.f-fadeFastOut {
	animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
	z-index: 2
}

@keyframes f-fadeFastIn {
	0% {
		opacity: .75
	}

	100% {
		opacity: 1
	}
}

@keyframes f-fadeFastOut {
	100% {
		opacity: 0
	}
}

.f-fadeSlowIn {
	animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
	z-index: 2
}

.f-fadeSlowOut {
	animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
	z-index: 1
}

@keyframes f-fadeSlowIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes f-fadeSlowOut {
	100% {
		opacity: 0
	}
}

.f-crossfadeIn {
	animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
	z-index: 2
}

.f-crossfadeOut {
	animation: calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;
	z-index: 1
}

@keyframes f-crossfadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes f-crossfadeOut {
	100% {
		opacity: 0
	}
}

.f-slideIn.from-next {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext
}

.f-slideIn.from-prev {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev
}

.f-slideOut.to-next {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev
}

@keyframes f-slideInPrev {
	0% {
		transform: translateX(100%)
	}

	100% {
		transform: translate3d(0, 0, 0)
	}
}

@keyframes f-slideInNext {
	0% {
		transform: translateX(-100%)
	}

	100% {
		transform: translate3d(0, 0, 0)
	}
}

@keyframes f-slideOutNext {
	100% {
		transform: translateX(-100%)
	}
}

@keyframes f-slideOutPrev {
	100% {
		transform: translateX(100%)
	}
}

.f-classicIn.from-next {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
	z-index: 2
}

.f-classicIn.from-prev {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
	z-index: 2
}

.f-classicOut.to-next {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
	z-index: 1
}

.f-classicOut.to-prev {
	animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
	z-index: 1
}

@keyframes f-classicInNext {
	0% {
		transform: translateX(-75px);
		opacity: 0
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-classicInPrev {
	0% {
		transform: translateX(75px);
		opacity: 0
	}

	100% {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes f-classicOutNext {
	100% {
		transform: translateX(-75px);
		opacity: 0
	}
}

@keyframes f-classicOutPrev {
	100% {
		transform: translateX(75px);
		opacity: 0
	}
}

:root {
	--f-button-width: 40px;
	--f-button-height: 40px;
	--f-button-border: 0;
	--f-button-border-radius: 0;
	--f-button-color: #374151;
	--f-button-bg: #f8f8f8;
	--f-button-hover-bg: #e0e0e0;
	--f-button-active-bg: #d0d0d0;
	--f-button-shadow: none;
	--f-button-transition: all 0.15s ease;
	--f-button-transform: none;
	--f-button-svg-width: 20px;
	--f-button-svg-height: 20px;
	--f-button-svg-stroke-width: 1.5;
	--f-button-svg-fill: none;
	--f-button-svg-filter: none;
	--f-button-svg-disabled-opacity: 0.65
}

.f-button {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: content-box;
	position: relative;
	margin: 0;
	padding: 0;
	width: var(--f-button-width);
	height: var(--f-button-height);
	border: var(--f-button-border);
	border-radius: var(--f-button-border-radius);
	color: var(--f-button-color);
	background: var(--f-button-bg);
	box-shadow: var(--f-button-shadow);
	pointer-events: all;
	cursor: pointer;
	transition: var(--f-button-transition)
}

@media(hover: hover) {
	.f-button:hover:not([disabled]) {
		color: var(--f-button-hover-color);
		background-color: var(--f-button-hover-bg)
	}
}

.f-button:active:not([disabled]) {
	background-color: var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible) {
	outline: none
}

.f-button:focus-visible {
	outline: none;
	box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg {
	width: var(--f-button-svg-width);
	height: var(--f-button-svg-height);
	fill: var(--f-button-svg-fill);
	stroke: currentColor;
	stroke-width: var(--f-button-svg-stroke-width);
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: opacity .15s ease;
	transform: var(--f-button-transform);
	filter: var(--f-button-svg-filter);
	pointer-events: none
}

.f-button[disabled] {
	cursor: default
}

.f-button[disabled] svg {
	opacity: var(--f-button-svg-disabled-opacity)
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
	position: absolute;
	z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
	top: 50%;
	transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
	left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
	right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
	left: auto;
	right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
	right: auto;
	left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
	top: auto;
	left: 50%;
	transform: translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
	top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
	bottom: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
	transform: rotate(90deg)
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
	pointer-events: none
}

html.with-fancybox {
	width: auto;
	overflow: visible;
	scroll-behavior: auto
}

html.with-fancybox body {
	touch-action: none
}

html.with-fancybox body.hide-scrollbar {
	width: auto;
	margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
	overflow: hidden !important;
	overscroll-behavior-y: none
}

.fancybox__container {
	--fancybox-color: #dbdbdb;
	--fancybox-hover-color: #fff;
	--fancybox-bg: rgba(24, 24, 27, 0.98);
	--fancybox-slide-gap: 10px;
	--f-spinner-width: 50px;
	--f-spinner-height: 50px;
	--f-spinner-color-1: rgba(255, 255, 255, 0.1);
	--f-spinner-color-2: #bbb;
	--f-spinner-stroke: 3.65;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #f8f8f8;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: visible;
	z-index: var(--fancybox-zIndex, 1050);
	outline: none;
	transform-origin: top left;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overscroll-behavior-y: contain
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
	box-sizing: inherit
}

.fancybox__container::backdrop {
	background-color: rgba(0, 0, 0, 0)
}

.fancybox__backdrop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: var(--fancybox-bg);
	opacity: var(--fancybox-opacity, 1);
	will-change: opacity
}

.fancybox__carousel {
	position: relative;
	box-sizing: border-box;
	flex: 1;
	min-height: 0;
	z-index: 10;
	overflow-y: visible;
	overflow-x: clip
}

.fancybox__viewport {
	width: 100%;
	height: 100%
}

.fancybox__viewport.is-draggable {
	cursor: move;
	cursor: grab
}

.fancybox__viewport.is-dragging {
	cursor: move;
	cursor: grabbing
}

.fancybox__track {
	display: flex;
	margin: 0 auto;
	height: 100%
}

.fancybox__slide {
	flex: 0 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 var(--fancybox-slide-gap) 0 0;
	padding: 4px;
	overflow: auto;
	overscroll-behavior: contain;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
	padding-top: 40px
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
	overflow: hidden
}

.fancybox__slide.has-image {
	overflow: hidden
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
	overflow: visible
}

.fancybox__slide::before,
.fancybox__slide::after {
	content: "";
	flex: 0 0 0;
	margin: auto
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
	display: block
}

.fancybox__content {
	align-self: center;
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 0;
	padding: 2rem;
	max-width: 100%;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	cursor: default;
	border-radius: 0;
	z-index: 20
}

.is-loading .fancybox__content {
	opacity: 0
}

.is-draggable .fancybox__content {
	cursor: move;
	cursor: grab
}

.can-zoom_in .fancybox__content {
	cursor: zoom-in
}

.can-zoom_out .fancybox__content {
	cursor: zoom-out
}

.is-dragging .fancybox__content {
	cursor: move;
	cursor: grabbing
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
	cursor: auto
}

.fancybox__slide.has-image>.fancybox__content {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	min-height: 1px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	transition: none;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
	width: 100%;
	height: auto;
	max-height: 100%
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
	will-change: transform, width, height
}

.fancybox-image {
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
	user-select: none;
	filter: blur(0px)
}

.fancybox__caption {
	align-self: center;
	max-width: 100%;
	flex-shrink: 0;
	margin: 0;
	padding: 14px 0 4px 0;
	overflow-wrap: anywhere;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	opacity: var(--fancybox-opacity, 1);
	cursor: auto;
	visibility: visible
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
	opacity: 0;
	visibility: hidden
}

.is-compact .fancybox__caption {
	padding-bottom: 0
}

.f-button.is-close-btn {
	--f-button-svg-stroke-width: 2;
	position: absolute;
	top: 0;
	right: 8px;
	z-index: 40
}

.fancybox__content>.f-button.is-close-btn {
	--f-button-width: 34px;
	--f-button-height: 34px;
	--f-button-border-radius: 4px;
	--f-button-color: var(--fancybox-color, #fff);
	--f-button-hover-color: var(--fancybox-color, #fff);
	--f-button-bg: transparent;
	--f-button-hover-bg: transparent;
	--f-button-active-bg: transparent;
	--f-button-svg-width: 22px;
	--f-button-svg-height: 22px;
	position: absolute;
	top: -38px;
	right: 0;
	opacity: .75
}

.is-loading .fancybox__content>.f-button.is-close-btn {
	visibility: hidden
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
	visibility: hidden
}

.fancybox__content>.f-button.is-close-btn:hover {
	opacity: 1
}

.fancybox__footer {
	padding: 0;
	margin: 0;
	position: relative
}

.fancybox__footer .fancybox__caption {
	width: 100%;
	padding: 24px;
	opacity: var(--fancybox-opacity, 1);
	transition: all .25s ease
}

.is-compact .fancybox__footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	background: rgba(24, 24, 27, .5)
}

.is-compact .fancybox__footer .fancybox__caption {
	padding: 12px
}

.is-compact .fancybox__content>.f-button.is-close-btn {
	--f-button-border-radius: 50%;
	--f-button-color: #fff;
	--f-button-hover-color: #fff;
	--f-button-outline-color: #000;
	--f-button-bg: rgba(0, 0, 0, 0.6);
	--f-button-active-bg: rgba(0, 0, 0, 0.6);
	--f-button-hover-bg: rgba(0, 0, 0, 0.6);
	--f-button-svg-width: 18px;
	--f-button-svg-height: 18px;
	--f-button-svg-filter: none;
	top: 5px;
	right: 5px
}

.fancybox__nav {
	--f-button-width: 50px;
	--f-button-height: 50px;
	--f-button-border: 0;
	--f-button-border-radius: 50%;
	--f-button-color: var(--fancybox-color);
	--f-button-hover-color: var(--fancybox-hover-color);
	--f-button-bg: transparent;
	--f-button-hover-bg: rgba(24, 24, 27, 0.3);
	--f-button-active-bg: rgba(24, 24, 27, 0.5);
	--f-button-shadow: none;
	--f-button-transition: all 0.15s ease;
	--f-button-transform: none;
	--f-button-svg-width: 26px;
	--f-button-svg-height: 26px;
	--f-button-svg-stroke-width: 2.5;
	--f-button-svg-fill: none;
	--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
	--f-button-svg-disabled-opacity: 0.65;
	--f-button-next-pos: 1rem;
	--f-button-prev-pos: 1rem;
	opacity: var(--fancybox-opacity, 1)
}

.fancybox__nav .f-button:before {
	position: absolute;
	content: "";
	top: -30px;
	right: -20px;
	left: -20px;
	bottom: -30px;
	z-index: 1
}

.is-idle .fancybox__nav {
	animation: .15s ease-out both f-fadeOut
}

.is-idle.is-compact .fancybox__footer {
	pointer-events: none;
	animation: .15s ease-out both f-fadeOut
}

.fancybox__slide>.f-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
	z-index: 30;
	cursor: pointer
}

.fancybox-protected {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	user-select: none
}

.fancybox-ghost {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
	z-index: 40;
	user-select: none;
	pointer-events: none
}

.fancybox-focus-guard {
	outline: none;
	opacity: 0;
	position: fixed;
	pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
	opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {
	animation: var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
	animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {
	animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
	animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
	max-width: 100%;
	flex-shrink: 1;
	min-height: 1px;
	overflow: visible
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
	width: calc(100% - 120px);
	height: 90%
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
	width: 100%;
	height: 100%
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, .9);
	color: #fff
}

.has-map .fancybox__content {
	background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0)
}

.fancybox-placeholder {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.f-carousel__thumbs {
	--f-thumb-width: 96px;
	--f-thumb-height: 72px;
	--f-thumb-outline: 0;
	--f-thumb-outline-color: #5eb0ef;
	--f-thumb-opacity: 1;
	--f-thumb-hover-opacity: 1;
	--f-thumb-selected-opacity: 1;
	--f-thumb-border-radius: 2px;
	--f-thumb-offset: 0px;
	--f-button-next-pos: 0;
	--f-button-prev-pos: 0
}

.f-carousel__thumbs.is-classic {
	--f-thumb-gap: 8px;
	--f-thumb-opacity: 0.5;
	--f-thumb-hover-opacity: 1;
	--f-thumb-selected-opacity: 1
}

.f-carousel__thumbs.is-modern {
	--f-thumb-gap: 4px;
	--f-thumb-extra-gap: 16px;
	--f-thumb-clip-width: 46px
}

.f-thumbs {
	position: relative;
	flex: 0 0 auto;
	margin: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	user-select: none;
	perspective: 1000px;
	transform: translateZ(0)
}

.f-thumbs .f-spinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background-image: linear-gradient(#ebeff2, #e2e8f0);
	z-index: -1
}

.f-thumbs .f-spinner svg {
	display: none
}

.f-thumbs.is-vertical {
	height: 100%
}

.f-thumbs__viewport {
	width: 100%;
	height: auto;
	overflow: hidden;
	transform: translate3d(0, 0, 0)
}

.f-thumbs__track {
	display: flex
}

.f-thumbs__slide {
	position: relative;
	flex: 0 0 auto;
	box-sizing: content-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	width: var(--f-thumb-width);
	height: var(--f-thumb-height);
	overflow: visible;
	cursor: pointer
}

.f-thumbs__slide.is-loading img {
	opacity: 0
}

.is-classic .f-thumbs__viewport {
	height: 100%
}

.is-modern .f-thumbs__track {
	width: max-content
}

.is-modern .f-thumbs__track::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc((var(--f-thumb-clip-width, 0))*-0.5);
	width: calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));
	cursor: pointer
}

.is-modern .f-thumbs__slide {
	width: var(--f-thumb-clip-width);
	transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
	transition: none;
	pointer-events: none
}

.is-modern.is-resting .f-thumbs__slide {
	transition: transform .33s ease
}

.is-modern.is-resting .f-thumbs__slide__button {
	transition: clip-path .33s ease
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
	filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))
}

.f-thumbs__slide__button {
	appearance: none;
	width: var(--f-thumb-width);
	height: 100%;
	margin: 0 -100% 0 -100%;
	padding: 0;
	border: 0;
	position: relative;
	border-radius: var(--f-thumb-border-radius);
	overflow: hidden;
	background: rgba(0, 0, 0, 0);
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	touch-action: manipulation;
	opacity: var(--f-thumb-opacity);
	transition: opacity .2s ease
}

.f-thumbs__slide__button:hover {
	opacity: var(--f-thumb-hover-opacity)
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
	outline: none
}

.f-thumbs__slide__button:focus-visible {
	outline: none;
	opacity: var(--f-thumb-selected-opacity)
}

.is-modern .f-thumbs__slide__button {
	--clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
	clip-path: var(--clip-path)
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
	opacity: var(--f-thumb-selected-opacity)
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	bottom: 0;
	border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
	border-radius: var(--f-thumb-border-radius);
	animation: f-fadeIn .2s ease-out;
	z-index: 10
}

.f-thumbs__slide__img {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: var(--f-thumb-offset);
	box-sizing: border-box;
	pointer-events: none;
	object-fit: cover;
	border-radius: var(--f-thumb-border-radius)
}

.f-thumbs.is-horizontal .f-thumbs__track {
	padding: 8px 0 12px 0
}

.f-thumbs.is-horizontal .f-thumbs__slide {
	margin: 0 var(--f-thumb-gap) 0 0
}

.f-thumbs.is-vertical .f-thumbs__track {
	flex-wrap: wrap;
	padding: 0 8px
}

.f-thumbs.is-vertical .f-thumbs__slide {
	margin: 0 0 var(--f-thumb-gap) 0
}

.fancybox__thumbs {
	--f-thumb-width: 96px;
	--f-thumb-height: 72px;
	--f-thumb-border-radius: 2px;
	--f-thumb-outline: 2px;
	--f-thumb-outline-color: #ededed;
	position: relative;
	opacity: var(--fancybox-opacity, 1);
	transition: max-height .35s cubic-bezier(0.23, 1, 0.32, 1)
}

.fancybox__thumbs.is-classic {
	--f-thumb-gap: 8px;
	--f-thumb-opacity: 0.5;
	--f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-classic .f-spinner {
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
}

.fancybox__thumbs.is-modern {
	--f-thumb-gap: 4px;
	--f-thumb-extra-gap: 16px;
	--f-thumb-clip-width: 46px;
	--f-thumb-opacity: 1;
	--f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-modern .f-spinner {
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))
}

.fancybox__thumbs.is-horizontal {
	padding: 0 var(--f-thumb-gap)
}

.fancybox__thumbs.is-vertical {
	padding: var(--f-thumb-gap) 0
}

.is-compact .fancybox__thumbs {
	--f-thumb-width: 64px;
	--f-thumb-clip-width: 32px;
	--f-thumb-height: 48px;
	--f-thumb-extra-gap: 10px
}

.fancybox__thumbs.is-masked {
	max-height: 0px !important
}

.is-closing .fancybox__thumbs {
	transition: none !important
}

.fancybox__toolbar {
	--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
	--f-button-width: 46px;
	--f-button-height: 46px;
	--f-button-color: var(--fancybox-color);
	--f-button-hover-color: var(--fancybox-hover-color);
	--f-button-bg: rgba(24, 24, 27, 0.65);
	--f-button-hover-bg: rgba(70, 70, 73, 0.65);
	--f-button-active-bg: rgba(90, 90, 93, 0.65);
	--f-button-border-radius: 0;
	--f-button-svg-width: 24px;
	--f-button-svg-height: 24px;
	--f-button-svg-stroke-width: 1.5;
	--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
	--f-button-svg-fill: none;
	--f-button-svg-disabled-opacity: 0.65;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
	color: var(--fancybox-color, currentColor);
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
	pointer-events: none;
	z-index: 20
}

.fancybox__toolbar :focus-visible {
	z-index: 1
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.is-idle .fancybox__toolbar {
	pointer-events: none;
	animation: .15s ease-out both f-fadeOut
}

.fancybox__toolbar__column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
	flex-grow: 1;
	flex-basis: 0
}

.fancybox__toolbar__column.is-right {
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap
}

.fancybox__infobar {
	padding: 0 5px;
	line-height: var(--f-button-height);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
	cursor: default;
	user-select: none
}

.fancybox__infobar span {
	padding: 0 5px
}

.fancybox__infobar:not(:first-child):not(:last-child) {
	background: var(--f-button-bg)
}

[data-fancybox-toggle-slideshow] {
	position: relative
}

[data-fancybox-toggle-slideshow] .f-progress {
	height: 100%;
	opacity: .3
}

[data-fancybox-toggle-slideshow] svg g:first-child {
	display: flex
}

[data-fancybox-toggle-slideshow] svg g:last-child {
	display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
	display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
	display: flex
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
	display: flex
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
	display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
	display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
	display: flex
}

.f-progress {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
	z-index: 30;
	user-select: none;
	pointer-events: none}
/*faq end*/

/*comman responsive*/

.qtyMobile {
	display: none;
}


/*FIX ZA VISINU HEADERA*/
#page-top > section:first-of-type {
	margin-top: 20px;
}
@media only screen and (min-width: 836px) and (max-width: 1212px) {
	#page-top>section:first-of-type {
			margin-top: 66px;
		}
}
@media only screen and (min-width: 703px) and (max-width: 835px) {
	#page-top>section:first-of-type {
		margin-top: 86px;
	}
}
@media only screen and (min-width: 632px) and (max-width: 702px) {
	#page-top>section:first-of-type {
		margin-top: 163px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 631px) {
	#page-top>section:first-of-type {
		margin-top: 209px;
	}
}
@media only screen and (min-width: 544px) and (max-width: 575px) {
	#page-top>section:first-of-type {
		margin-top: 347px;
	}
}
@media only screen and (min-width: 510px) and (max-width: 543px) {
	#page-top>section:first-of-type {
		margin-top: 369px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 509px) {
	#page-top>section:first-of-type {
		margin-top: 413px;
	}
}
/*FIX ZA VISINU HEADERA*/


@media only screen and (max-width: 1200px){
	.benefitList ul.bottomNav li a{
		font-size: 14px;
	}
	.productList .list li{
		width: 33%;
	}

}
@media only screen and (max-width: 910px) {
	.productList .list li {
			width: 50%;
		}
}
@media only screen and (max-width: 460px) {
	.productList .list li {
		width: 100%;
	}
}
@media only screen and (max-width: 990px) {
	.benefitList ul.bottomNav{
		display: grid;
		grid-template-columns: repeat(2, 3fr);
	}
	.benefitList ul.bottomNav li,
	.benefitList ul.bottomNav li:nth-child(1){
		width: 100%;
		padding: 0;
		border-left: none;
		padding-left: 50px;
	}
	.benefitList ul.bottomNav li a {
		font-size: 20px;
	}
	header .section2 .search{
		width: 100%;
	}
	.navbar-expand-sm .navbar-nav{
		flex-wrap: wrap;
	}
	.navbar-nav>li{
		min-width: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.sopping_con {
		padding: 15px 0;
	}
	.S_hide,
	.mylsttb .sec1 {
		display: none;
	}
	.cont_4 .sec2 {
		width: 80%;
	}
	.cont_4 .sec4 {
		display: none;
	}
	.cont_4 .sec3 {
		float: right;
	}
	.selectPayment {
		display: initial;
	}
	.selectPayment .cols {
		width: 100%;
	}
	.qtyMobile {
		display: inline-block;
	}
	.mylsttb {
		padding: 10px 0;
	}
	.cont_4_oh .sec1 {
		display: none;
	}

	.cont_4_address_new .sec1 {
		display: none;
	}

	.p25 {
		padding: 15px;
	}
	.cont_4_address_new .sec2 {
		width: 100%;
	}

	.thm_cont {
		margin-bottom: 35px;
	}
	.cms_area{
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		display: block;
	}
	table.profile{
		min-width: 700px;
		width: max-content;
	}
	.HeadShop{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.HeadShop dt{
		width: 100%;
	}

		/*//////// CART CHECKOUT STEPS ///////*/
	
		.HeadShop dt {
			width: 100%;
			display: table;
		}
	
		.ListTop {
			display: none !important;
		}
	
		.checkout_process dl.ListBottomLighter,
		.checkout_process dl.ListBottomDarker {
			margin: 0 0 40px;
			padding: 0 0 40px;
			background: #fff;
		}
	
		.checkout_process dl.ListBottomLighter dd:before,
		.checkout_process dl.ListBottomDarker dd:before {
			font-size: 12px;
			color: #2d2d2d;
			font-weight: 600;
			margin: 0;
			padding: 12px 20px;
			background: #f0f0f0;
			border-right: 1px solid #d7d7d7;
			width: 100%;
			position: absolute;
			left: 0;
			top: -39px;
			box-sizing: border-box;
		}
	
		.checkout_process dl.ListBottomLighter dd:nth-of-type(1):before,
		.checkout_process dl.ListBottomDarker dd:nth-of-type(1):before {
			content: "R.br.";
		}
	
		.checkout_process dl.ListBottomLighter dd:nth-of-type(2):before,
		.checkout_process dl.ListBottomDarker dd:nth-of-type(2):before {
			content: "Artikl";
		}
	
		.checkout_process dl.ListBottomLighter dd:nth-of-type(3):before,
		.checkout_process dl.ListBottomDarker dd:nth-of-type(3):before {
			content: "Jed. mj.";
		}
	
		.checkout_process dl.ListBottomLighter dd:nth-of-type(4):before,
		.checkout_process dl.ListBottomDarker dd:nth-of-type(4):before {
			content: "Cijena";
		}
	
		.checkout_process dl.ListBottomLighter dd:nth-of-type(5):before,
		.checkout_process dl.ListBottomDarker dd:nth-of-type(5):before {
			content: "Kol";
		}
	
		.checkout_process dl.ListBottomLighter dd:nth-of-type(6):before,
		.checkout_process dl.ListBottomDarker dd:nth-of-type(6):before {
			content: "Iznos";
		}
	
		.checkout_process dl.ListBottomLighter dd,
		.checkout_process dl.ListBottomDarker dd {
			width: 100% !important;
			display: table;
			text-align: left !important;
			position: relative;
			margin-top: 39px;
		}
	
		.artikl-img {
			display: table;
			padding: 0 20px;
			margin: 0 0 10px;
		}
	
		.artikl-img img {
			max-height: 100%;
		}
	
		.artikl-info {
			width: 100%;
			display: table;
		}
	
		.cart_quantity input {
			width: 100%;
		}
	
		.cart_quantity a {
			width: 25%;
		}
	
		.PDVList dd {
			padding: 15px 10px;
		}
	
		#back_to_shop {
			width: 47.5%;
			float: left !important;
			margin: 0 !important;
		}
	
		#back_to_shop a {
			width: 100%;
			margin: 0;
			font-size: 14px !important;
		}
	
		#back_to_shop a:hover {
			font-size: 14px !important;
		}
	
		.prevStep {
			width: 47.5%;
			float: left !important;
			margin: 0 !important;
			font-size: 14px !important;
		}
	
		.prevStep:hover {
			font-size: 14px !important;
		}
	
		.nextStep {
			width: 47.5%;
			float: right !important;
			margin: 0 !important;
			font-size: 14px !important;
		}
	
		.nextStep:hover {
			font-size: 14px !important;
		}
	
		.confirmStep {
			width: 47.5%;
			float: right !important;
			margin: 0 !important;
			font-size: 14px !important;
		}
	
		.confirmStep:hover {
			font-size: 14px !important;
		}
	
		#order_form .middle_order_form_left_column,
		#order_form .middle_order_form_right_column,
		.MiddleOrderForm .middle_order_form_left_column,
		.MiddleOrderForm .middle_order_form_right_column {
			width: 47.5%;
			/*
		float: none;
		display: table;
		*/
		}
	
		#order_form .middle_order_form_right_column,
		.MiddleOrderForm .middle_order_form_right_column {
			/*float: none;*/
		}
	
		.LeftLogin,
		.RightRegister,
		.MiddleOrderForm {
			width: 100%;
			float: none;
			display: table;
			padding: 15px;
		}
	
		.shop_receipt_customer_info_left_column,
		.shop_receipt_customer_info_right_column {
			width: 50% !important;
			/*
		float: none !important;
		display: table !important;
		margin-bottom: 40px !important;
		*/
		}
	
		.shop_receipt_customer_info_right_column {
			border: none !important;
		}
	
		.shop_receipt_customer_info dl dt {
			width: 38% !important;
		}
	
		.shop_receipt_customer_info dl dd {
			width: 60% !important;
		}
	
		.basic_site_inner_content .main_container .shop_receipt_content {
			width: 304px;
			display: block;
			overflow: scroll;
		}
	
		.ListTopConfirm {
			display: none !important;
		}
	
		#complete_order dl.ListBottomconfirmLighter,
		#complete_order dl.ListBottomconfirmDarker {
			margin: 0 0 40px;
			padding: 0 0 40px;
			background: #fff;
		}
	
		#complete_order dl.ListBottomconfirmLighter dd:before,
		#complete_order dl.ListBottomconfirmDarker dd:before {
			font-size: 12px;
			color: #2d2d2d;
			font-weight: 600;
			margin: 0;
			padding: 12px 20px;
			background: #f0f0f0;
			border-right: 1px solid #d7d7d7;
			width: 100%;
			position: absolute;
			left: 0;
			top: -39px;
			box-sizing: border-box;
		}
	
		#complete_order dl.ListBottomconfirmLighter dd:nth-of-type(1):before,
		#complete_order dl.ListBottomconfirmDarker dd:nth-of-type(1):before {
			content: "R.br.";
		}
	
		#complete_order dl.ListBottomconfirmLighter dd:nth-of-type(2):before,
		#complete_order dl.ListBottomconfirmDarker dd:nth-of-type(2):before {
			content: "Naziv proizvoda";
		}
	
		#complete_order dl.ListBottomconfirmLighter dd:nth-of-type(3):before,
		#complete_order dl.ListBottomconfirmDarker dd:nth-of-type(3):before {
			content: "Jed. mj.";
		}
	
		#complete_order dl.ListBottomconfirmLighter dd:nth-of-type(4):before,
		#complete_order dl.ListBottomconfirmDarker dd:nth-of-type(4):before {
			content: "Cijena";
		}
	
		#complete_order dl.ListBottomconfirmLighter dd:nth-of-type(5):before,
		#complete_order dl.ListBottomconfirmDarker dd:nth-of-type(5):before {
			content: "Kol";
		}
	
		#complete_order dl.ListBottomconfirmLighter dd:nth-of-type(6):before,
		#complete_order dl.ListBottomconfirmDarker dd:nth-of-type(6):before {
			content: "Ukupni iznos";
		}
	
		#complete_order dl.ListBottomconfirmLighter dd,
		#complete_order dl.ListBottomconfirmDarker dd {
			width: 100% !important;
			display: table;
			text-align: left !important;
			position: relative;
			margin-top: 39px;
		}
	
		form[name="check_coupon"] input {
			width: 180px !important;
			max-width: 180px !important;
		}
	
		.IznosBottomLast {
			padding-left: 20px;
			padding-right: 20px;
		}
	
		.ButtonBox {
			width: 95%;
		}
	
		.LoginRegisterMain fieldset label {
			font-size: 13px;
			padding: 0 0 5px 5px !important;
		}
	
		form#complete_order .consent_data dd {
			width: 90% !important;
		}
	
		#complete_order dl.consent_data dd p {
			font-size: 14px;
		}







}

@media only screen and (max-width: 575px) {
	header .section2 .navbar-nav>li>a {
		margin: 0;
	}
}
@media only screen and (max-width: 619px) {
	.action_buttons_content{
		display: flex;
    	flex-wrap: wrap;
    	gap: 10px;
    	justify-content: center;
	}
}

@media only screen and (max-width: 599px) {
	
	.sopping_con {
		padding: 15px 0;
	}
	.S_hide,
	.mylsttb .sec1 {
		display: none;
	}
	.cont_4 .sec2 {
		width: 100%;
	}
	.cont_4 .sec4 {
		display: none;
	}
	.cont_4 .sec3 {
		float: left;
		margin-top: 20px;
	}
	.footer .row{
		flex-direction: column;
	}
	.footer .row >div{
		width: 100%;
		padding: 0;
	}
	.sitemap .col-sm-3{
		min-height: auto;
		margin: 10px 0;
	}

	.sitemap .col-sm-3:nth-child(3){
		border-right: none;
	}
}

.checkInline {
	margin-right: 15px;
	display: block;
	margin-top: 10px;
}
.checkInline input[type="checkbox"] {
	margin-top: 4px !important;
}
.checkInline label {
	margin-left: 3px;
}

.voucherPupBox {
	padding: 50px 30px;
	color: #fff;
	text-align: center;
}
.voucherPupBox h1,
.voucherPupBox h4,
.voucherPupBox p {
	color: #fff;
}
.voucherPupBox h1 {
	font-size: 66px;
	line-height: 76px;
}
.voucherPupBox h4 {
	font-size: 22px;
	line-height: 32px;
}
.voucherPupBox p {
	font-size: 18px;
}
.voucherPupBox .form {
	padding: 0 15%;
}

.contactCon {
	padding: 50px 0 70px;
}
.contactCon .secondaryTxt {
	margin-top: 10px;
}
.contactCon .left {
	width: 50%;
	float: left;
	padding: 0 20px;
}
.contactCon .right {
	width: 50%;
	float: right;
	padding: 0 20px;
}
.contactCon .inner {
	border: 1px solid #ddd;
	border-radius: 0;
	padding: 40px;
	margin: 30px 0 0 0;
	min-height: 475px;
}
.contactCon .inner p {
	margin: 0;
}
.contactCon .inner h3 {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 5px 0;
}
.contactCon .inner p a {
	font-weight: 500;
	display: inline-block;
	margin-top: 5px;
}

.contactCon .contactInfo p {
	line-height: 20px;
	margin: 40px 0;
	position: relative;
	padding-left: 60px;
}
.contactCon .contactInfo p a {
	font-weight: 600;
	font-size: 18px;
}
.contactCon .contactInfo p::before {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	content: "\e913";
	font-family: "icomoon";
	text-align: center;
	color: #5ea271;
	font-size: 24px;
	border: 2px solid #5ea271;
	padding: 13px 0;
	left: 0;
	font-weight: 600;
}

.contactCon .contactInfo p:nth-child(2):before {
	content: "\e915";
}
.contactCon .contactInfo p:nth-child(3):before {
	content: "\e928";
}

/*form */
.form-horizontal {
	margin: 0 0 60px 0;
}
.form-horizontal .control-label {
	text-align: right;
	margin: 15px 0px;
}

.form-horizontal .form-group {
	margin: 20px 0;
}

/*form end*/

.contactCon>article:nth-child(3){
	display: none;
}

.cms_area iframe{
	width: 100%;
	height: 600px;
	margin: 30px auto;
}
header .forme,
header .forme{
	display: none;
}
 #signin,
 #signup {
	display: block;
}