body {
  font-family: "Rubik", sans-serif;
	font-size: 16px;
	/*background-color: #F0F2E4;*/
  /* overflow-x: hidden; */
}

html, body {
    height: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance:textfield; /* Firefox */
}
header {
	background-color: #005E25;
}
.flag-icon,.flag-icon-background{background-repeat:no-repeat;background-size:contain;background-position:50%}.flag-icon{position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:"\00a0"}.flag-icon.flag-icon-squared{width:1em}
.flag-icon-hn.flag-icon-squared{background-image:url(../flags/1x1/hn.svg)}.flag-icon-hr{background-image:url(../flags/4x3/hr.svg)}
.flag-icon-ga.flag-icon-squared{background-image:url(../flags/1x1/ga.svg)}.flag-icon-gb{background-image:url(../flags/4x3/gb.svg)}
.flag-icon-sh.flag-icon-squared{background-image:url(../flags/1x1/sh.svg)}.flag-icon-de{background-image:url(../flags/4x3/de.svg)}
.flag-icon-is.flag-icon-squared{background-image:url(../flags/1x1/is.svg)}.flag-icon-it{background-image:url(../flags/4x3/it.svg)}
.flag-icon-si{background-image:url(../flags/4x3/si.svg)}
.space5 { margin-top:5px; }
.space7 { margin-top:7px; }
.space10 { margin-top:10px; }
.space15 { margin-top:15px; }
.space17 { margin-top:17px; }
.space20 { margin-top:20px; }
.space30 { margin-top:30px; }
.space50 { margin-top:50px; }

.opacity {
        opacity: 0.7;  /* Opacity for Modern Browsers */
        filter: alpha(opacity=70);  /* Opacity for IE8 and lower */
        zoom: 1;  /* Fix for IE7 */
    }

a, a:hover, a:focus {
	color: #F00;
}

h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	text-decoration: none;
	display: inline-block;
	color: #333333;
}
h3 {
	color: #676767;
	margin-top: 13px;
}
hr {
    border-bottom: 1px solid #ccc;
}
.alert h4 {
	font-weight: 700;
	margin-top: 10px;
	font-size: 20px;
	line-height: 26px;
}
	#wrap {
  min-height: 100%;
	height: auto !important;
  /* Negative indent footer by its height */
  margin: 0 auto 0px;
  /* Pad bottom by footer height */
  padding: 0px;
}
#notifications {
	top: 0;
	cursor: pointer;
	margin-top: 22px;
	margin-right: 15px;
	max-width: 300px;
	position: fixed;
	right: 0;
	z-index: 9999;
	color: #333;
	background-color: #FFEE00;
}
#notifications .alert{
	margin-bottom: 0!important;
}
.main {
	background-color: #F0F2E4;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.main h2 {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.main h3 {
	font-size: 18px;
	min-height: 40px;
}
.main .price {
	font-size: 25px;
	display: inline-block;
	color: #DF4C4C;
	margin-bottom: 25px;
}
.info h2 {
	font-size: 22px;
	font-weight: 700;
	text-align: right;
}
.boxw {
	background-color: #fff;
	padding: 20px;
	}
.red {
	color: #DF4C4C;
	}
.big {
	font-size: 33px;
	}
.inline-block {
	display: inline-block !important;
	}
.addbasket {
	background-color: #005E25;
	border: 0px none;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.addbasket:hover {
	background-color: #DA4747;
	background-image: none;
	color: #FFF;
	text-decoration: none;
	border: 0px none;
}
a.link_red {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
}
a.link_red:hover {
	text-decoration: underline;
}
.borderless td {
    border: none !important;
}
.navbar {
	margin-bottom: 15px;
}
.navbar-custom a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
}
.navbar-text{
	color: #fff;
	padding: 10px;
	margin: 0px;
	}
.navbar-top li{
	padding: 0px;
	color: #fff;
	}
.navbar-custom .nav li a {
	padding-top: 10px;
	padding-bottom: 9px;	/*transition: background 0.3s ease-in-out 0s;*/

}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	background-color: rgba(255, 255, 255, 0.2);
	outline: 0 none;


}
.navbar-brand {
	float: left;
	height: auto;
	width: 434px;
	padding-top: 5px;
}
.navbar-brand-footer {
	height: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	float: left;
}
.godina30 {
	width: 124px;
}
.nogmo {
	width: 105px;
}
/* .topnavbar .nav li a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #BBD558;
} */
.search {
	box-shadow: none;
	color: #000;
	transition: all 0.3s ease 0s;
	width: 100%;
	height: 40px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	padding-top: 10px;
	background-color: #EDF8F8;
	border: 1px solid #F7F7F7;
	border-radius: 4px;
	opacity: 0.75;
}
.search:focus {
	box-shadow: none;
	color: #000;
	font-weight: 300;
	transition: all 0.3s ease 0s;
	border: 1px solid #80C8C6;

}
.search input {

	color: #FFF;
}
.btn-trazi {
    cursor: pointer;
	display: block;
	height: 35px;
	position: absolute;
	right: 33px;
	top: 4px;
	width: 35px;
	border-radius: 0;
	background-color: transparent;
	color: #000;
	font-weight: 700;
	font-size: 20px;
    z-index: 99;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
	font-size: 17px;
}
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color: #bbd558;
	background-image: none;
	color: #FFF;
}
.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

#carousel-example-generic {
	margin-bottom: 0px !important;
}

.nav-pills {
background-color: #008300;
	display: block;
	min-height: 40px;

}
.nav-pills > li:first-child  {
  margin-left: -15px;
}
.nav-pills > li {
  display: block;
}
.nav-pills > li > a {
    color: #ffffff;
	text-shadow: none;
	padding-bottom: 10px;
    padding-top: 10px;
}
.nav > li > a:hover {
	color: #FFF;
	border-radius:0;
	background-color: #BBD558;
	background-image: none;
}
footer {
	font-size: 14px;
	padding: 0px;
	position: relative;
	background-color: #2a2a2a;
	bottom: 0px;
	color: #ffffff;
	/* margin-top: 15px; */
}
footer a {
	color: #D8D8D8;
	text-decoration: none;
}
footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#cookiesdisplay {
	background-color: #000;
	position: fixed;
	z-index: 99999;
	min-height: 80px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	transition: all 1s ease 0s;
	width: 100%;
}
#cookiesdisplay p{
	color: #CCC; font-size: 14px; line-height: 20px; margin: 10px 235px 10px 100px; padding: 10px 0; position: relative; text-align: left;
}
#cookieAgreee{
	border: 2px solid #000;
	border-radius: 4px;
	color: #FFF !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	padding: 10px 20px;
	position: absolute;
	right: -140px;
	top: 10px;
	background-color: #008a00;
}
#cookieAgreee:hover {
	color: #008a00 !important;
	background-color: #FFF;
	text-decoration: none;
}
.footerblack {
	background-color: #000;
	padding: 15px;
	margin-top: 30px;
}
.footer-pozadina {
	position:absolute;
	background-image: url(../images/footer-img.jpg);
	height: 485px;
	width: 100%;
	top: -485px;
	z-index:-1;
	background-position: center;
}
label.error1 {
	font-weight:normal;
	color:#F00 !important;
	text-align:center;
	font-size: 1.4em;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
}
form.cmxform label.error1 { display: none; }
.breadcrumb {
	background-color: #F0F2E4;
	color: #656565;
}
.breadcrumb a{
	color: #656565;
	text-decoration: underline;
}
.breadcrumb a:hover{
	text-decoration: none;
}
.thumb-img8 {
	width:100%;
	height:auto;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-block;
    text-align: center;
    position: relative;
}
.thumb8 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
position: relative;
}
.thumb-img5 {
	width:100%;
	max-height:75px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline-block;
}
.thumb5 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img3 {
	width:100%;
	max-height:175px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
}
.thumb-img4 {
	width:100%;
	height:168px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline-block;
}
.thumb3 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img2 {
	width:100%;
	height:160px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 15px;
	display: inline-block;
	float: left;
}
.thumb2 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img1 {
	width:155px;
	height:90px;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 18px;
	display: inline-block;
	float: left;
	margin-left: 9px;
}
.thumb1 {
	width:155px;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img0 {
	width:100%;
	height:450px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
.thumb0 {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-img6 {
	width:100%;
	height:355px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
.thumb-img-gal {
	width:100%;
	height:125px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}
.thumbgal {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.thumb-left {
	width:100%;
	padding:0px;
	overflow: hidden;
	margin-right: 0px;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 0px;
	height: 150px;
}
.thumbleft {
	width:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
}
.product {
	display: table;
	height: 440px;
	text-align: left;
	transition: all 0.5s ease 0s;
	border: 0px none #DDDDDD;
	margin-bottom: 20px;
	border-radius: 0px;
	position: relative;
	background-color: #fff;
	padding: 10px;
	font-size: 15px;
	font-weight: normal;
	color: #777777;
}
.product:hover {
	background: none repeat scroll 0 0 #fff;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border: 0px none #CCC;
	box-shadow: 0px 0px 19px #999;
}
.product:hover a img {
    transform: scale(1.1) rotate(-0.5deg);
}

.product h4 a{
	color: #454545;
	font-weight: bold;
}
.product-related-header {
	background-image: none;
	color: #676767;
	padding: 10px;
	margin-bottom: 10px;
  background-color: #acd474;
  font-weight: 500;
}
.tittle {
	margin-top: 50px;
	margin-bottom: 20px;
}
.tittle h4 a {
	font-size: 24px;
	color: #005E25;
	padding: 15px;
	font-weight: 700;
}
.lang a:first-child {
	margin-left: 35px;
}

#languageButton:hover .dropdown-menu {
    display: block;
}

.cijena{
	color: #DF4C4C;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

.kosarica{
	bottom: 10px;
position: absolute;
width: 92%;
}
.basket-icon {
	font-size: 20px;
	color: #FFF;
	background-color: #2871AE;
	position:absolute;
	right:0;
	bottom:0;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.basket-icon:hover {
	background-image: none;
	background-color: #BBD558;
	color: #FFF;
}
.basket {
	background-image: none;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
}
.basket:hover {
	background-color: #BBD558;
	background-image: none;
	color: #FFF;
	text-decoration: none;
}
.basket2 {
	background-color: #FFEE00;
	color: #000 !important;
}
.basket2:hover {
	color: #fff !important;
	background-color: #008300!important;
}
.gallery {
	display: block;
	height: 220px;
	text-align: center;
	transition: all 0.5s ease 0s;
	margin-bottom: 20px;
}
.gallery a {
    color: #2871ad;
}
.gallery:hover {
	box-shadow: 0px 0px 10px #999;
}
.gallery:hover a img {
    transform: scale(1.1) rotate(0deg);
}
.gallery .label{
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #E06D5E;
	border-radius: 0px;
	margin-top: 0px;
	position: absolute;
	display: inline-block;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.label-default{
	background-color: #DF4C4C;
	letter-spacing: 0.05em;
	background-image: none;
	border-radius:0px;
}
.description {
	min-height: 107px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
.promotion {
	border-radius: 4px;
	top: 0px;
	height: 38px;
	left: 0px;
	position: absolute;
	width: auto;
	z-index: 10;
}
.discount {
    /* background: none repeat scroll 0 0 rgba(255, 0, 0, 0.8) !important; */
    background-color: #acd474;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    /* float: left; */
    font-size: 22px;
    font-weight: 300;
    height: 100%;
    padding: 3px 8px;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); */
    margin-left: 50px;
}
.discount2 {
	background: none repeat scroll 0 0 rgba(255, 0, 0, 0.8) !important;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	height: 100%;
	padding: 3px 8px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.home {
	background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 50%);
	display: block;
	text-align: center;
	transition: all 0.5s ease 0s;
	margin-bottom: 20px;
	padding: 20px;
	overflow: hidden;
	position: relative;
	border-radius:0px;
	color: #a94442;
	font-size: 17px;
}
.home h3 a {
	color: #a94442;
	font-weight: 700;
}
.home .btn-custom {
    background-color: #008a00;
    background-image: none;
	display: block;
	bottom: 0;
    position: absolute;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
}
.home .cijena{
	color: #FFF;
	bottom:0;
	position:absolute;
	padding: 10px;
	font-size: 20px;
	left:0;
}
.home .promotion {
	border-radius: 4px;
	top: 0px;
	height: 38px;
	left: 0px;
	position: absolute;
	width: auto;
	z-index: 10;
}
.menu-wrapper-left {
		width: 250px;
	}
.panel-default > .panel-heading {
	background-color: #333333;
	background-image: none;
	color: #FFF;
	border-radius: 0px;
}
	.panel-title > a {color: #FFF;}

	.panel-title > a:hover{
	color: #FFF;
	text-decoration: underline;
}
.panel-body {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 15px;
	font-weight: normal;
}
.panel-body h4 {
	margin-top: 0px;
	font-weight: bold;
}
.panel-body h4 a {
	color: #494949;
}
.carousel-control {
    line-height: 20px;
    width: 30px !important;
}
.slide .carousel-control.right, .slide .carousel-control.left {
    background-image: none;
}
.slide h1 a {
	color: #000;
	font-size: 38px;
	text-shadow: none;
}
.slide .carousel-caption {
    background-color: rgba(255, 255, 255, 0.5);
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgba(255,255,255,.9);
	font-size: 20px;
}
.carousel a img {
    max-width: 100% !important;
}
.big_img {
	max-width: 400px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.socicon {
	color: #4C6CB4;
	font-size: 20px;
}
.socialIcon {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.socialIcon a {
    background: none repeat scroll 0 0 #cccccc;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    margin-right: 10px;
    padding: 6px 3px;
    text-align: center;
    transition: all 0.15s ease-in-out 0s;
    width: 35px;
}
.socialIcon a:hover {
	color: #fff;
	background-color: #008A00;
}
.socialIcon .plus a {
    padding: 0px;
}
.tabs-group{
	display: block;
}
.nav-tabs > li > a {
	background-color: #333;
	color: #FFF;
}
.tab-content > .active {
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px; */
}
.priceold {
	font-size: 20px;
	color: #999;
	text-decoration: line-through;
	margin-right: 30px;
	display: inline;
}
.price {
	font-size: 25px;
	display: inline;
	color: #F60;
}
.price-euro { font-weight: normal!important; font-size: 14px; color: grey!important; margin-left: 5px; }
.btn-custom {
	background-color: #008300;
	background: linear-gradient(to bottom, #005E25, #008300);
	color: #FFF;
	font-size:15px;
	margin-bottom: 0px;
	border-radius: 0px;
	padding-bottom: 5px;
}
.btn-custom:hover {
	background-color: #005E25;
	background-image: none;
	color: #FFF !important;
}
.btn-custom1 {
	background-color: #fff;
	color: #008A00;
	font-size:16px;
	font-weight: 700;
	margin-top: 4px;
	border-radius: 0px;
	padding: 8px 20px;
	border: 1px solid #008A00;
}
.btn-custom1:hover {
	background-color: #008A00;
	background-image: none;
	color: #FFF !important;
}
/* .btn-custom2 {
	background-color: #008300;
	color: #fff;
	font-size:15px;
	font-weight: 700;
	margin-top: 5px;
	border-radius: 0px;
	padding: 8px 8px;
	border: 1px solid #008A00;
	box-shadow: 0 0 5px #333;
	width: 100%;
}
.btn-custom2:hover {
	background-color: #008A00;
	background-image: none;
	color: #FFF !important;
} */
.btn-custom3 {
	background-color: #fff;
	border: 1px solid #005E25;
	color: #005E25;
	font-size:15px;
	margin-bottom: 0px;
	border-radius: 0px;
	padding-bottom: 5px;
}
.btn-custom3:hover {
	background-color: #005E25;
	background-image: none;
	color: #FFF !important;
}
.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 15px;
	text-decoration: none;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	display: inline;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
  z-index: 9999;
}

		.back-to-top:hover {
	background-color: rgba(135, 135, 135, 0.50);
	color: #000;
	text-decoration: none;
		}
.pagination > li > a,
.pagination > li > span {
	color: #666;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #333;
	border-color: #666;
}
label.error1 {
	font-weight:normal;
	color:#F00 !important;
	text-align:center;
	font-size: 1.4em;
	display: block;
	margin-top: -10px;
	margin-bottom: 10px;
}
label.error1 { display: none; }


.search-box2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
}

.search-box2 .search-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-box2 .search-container img {
	margin-bottom: 50px;
  width: 400px;
}


.search-box2 .search-container #closeButton2 {
  position: absolute;
  top: 0;
  right: 0;
  color: #191514;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-box2 .search-container #closeButton2:hover {
  color: #ed1c24;
}

.search-box2 .search-container #closeButton2 i {
  font-size: 38px;
}

.search-box2 .search-container .z-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.search-box2 .search-container .z-search-form .z-input {
  height: 48px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.75);
  border: 0;
  padding: 0 20px;
  border: 1px solid #004D00;
}

.search-box2 .search-container .z-search-form .SearchSubmitButton {
  margin-top: 40px;
  background: linear-gradient(to bottom, #008300,#005E25);
  border-radius: 10px;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 8px 20px;
  border: 0;
}

.search-box2.visible {
  opacity: 1;
}

.search-box2.show {
  display: block;
}

/* .nav-wizard > li:not(:last-child) > a:after {
  z-index: 1;
}

.nav-wizard > li:not(:first-child) > a:before {
  border-top: 22px inset transparent;
  border-bottom: 22px inset transparent;
  border-left: 20px solid #ffffff;
} */


@media (max-width: 767px) {
header {
    height: 52px;
}
footer {
	height: auto;
}
h1 {
    font-size: 30px;
}
.boxw {
    padding: 15px;
}
.nav-wizard > li {
    margin-bottom: 5px!important;
}
.slide h1 a {
    font-size: 30px;
}
.main .price {
    font-size: 17px;
}
.nav-pills {
    min-height: auto;
}
.lang a:first-child {
  margin-left: 0;
}
.lang {
  display: flex;
  justify-content: center;
}
.lang a {
  margin: 5px 10px;
}
.mobilebox {
  background-color: #008300;
  color: #fff;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 4px;
  padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}
.mobilebox a {
  color: #fff;
  display: block;
}
.mobilebox a:hover {
  color: #000;
  text-decoration:none;
}
.mobilebox .col-lg-1, .mobilebox .col-lg-10, .mobilebox .col-lg-11, .mobilebox .col-lg-12, .mobilebox .col-lg-2, .mobilebox .col-lg-3, .mobilebox .col-lg-4, .mobilebox .col-lg-5, .mobilebox .col-lg-6, .mobilebox .col-lg-7, .mobilebox .col-lg-8, .mobilebox .col-lg-9, .mobilebox .col-md-1, .mobilebox .col-md-10, .mobilebox .col-md-11, .mobilebox .col-md-12, .mobilebox .col-md-2, .mobilebox .col-md-3, .mobilebox .col-md-4, .mobilebox .col-md-5, .mobilebox .col-md-6, .mobilebox .col-md-7, .mobilebox .col-md-8, .mobilebox .col-md-9, .mobilebox .col-sm-1, .mobilebox .col-sm-10, .mobilebox .col-sm-11, .mobilebox .col-sm-12, .mobilebox .col-sm-2, .mobilebox .col-sm-3, .mobilebox .col-sm-4, .mobilebox .col-sm-5, .mobilebox .col-sm-6, .mobilebox .col-sm-7, .mobilebox .col-sm-8, .mobilebox .col-sm-9, .mobilebox .col-xs-1, .mobilebox .col-xs-10, .mobilebox .col-xs-11, .mobilebox .col-xs-12, .mobilebox .col-xs-2, .mobilebox .col-xs-3, .mobilebox .col-xs-4, .mobilebox .col-xs-5, .mobilebox .col-xs-6, .mobilebox .col-xs-7, .mobilebox .col-xs-8, .mobilebox .col-xs-9 {
	padding-right: 0;
padding-left: 0;
	background-color: #008300;
	text-align: center;
	color: #fff;
}
.search-box2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
}

.search-box2 .search-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-box2 .search-container img {
	margin-bottom: 35px;
  	width: 95%;
}

.search-box2 .search-container #closeButton2 {
  position: absolute;
  top: 0;
  right: 0;
  color: #191514;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-box2 .search-container #closeButton2:hover {
  color: #ed1c24;
}

.search-box2 .search-container #closeButton2 i {
  font-size: 38px;
}

.search-box2 .search-container .z-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  width: 100%;
}

.search-box2 .search-container .z-search-form .z-input {
  height: 48px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.75);
  border: 0;
  padding: 0 20px;
  border: 1px solid #004D00;
}

.search-box2 .search-container .z-search-form .SearchSubmitButton {
  margin-top: 40px;
  background: linear-gradient(to bottom, #008300,#005E25);
border-radius: 10px;
color: #FFF;
font-size: 24px;
font-weight: 400;
margin-bottom: 0px;
padding: 8px 20px;
border: 0;
}

.search-box2.visible {
  opacity: 1;
}

.search-box2.show {
  display: block;
}
.kosarica {
    bottom: 0;
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.portfolio_078a_wrapper {
    max-height: auto!important;
    min-height: auto!important;
    height: auto!important;
    padding: 10px!important;
}
.katalog {
	visibility: visible;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	float: right;
margin-left: 35px;
}
.search {
width: 100%;
}
  .visible-xs {
    display: block !important;
  }
  .navbar-brand {
	font-size: 28px;
	float: none;
height: auto;
width: 100%;
padding: 0;
}
.big_img {
    max-width: 100%;
}
.jackbox {
    margin-right: 0!important;
}
.navbar-right{
	float: right;
}
.nav > li {
	float: none;
	}

.navbar-top{
	display: inline-block;
	}
  .navbar-default {
		position: absolute;
	}
	.nav-pills > li:first-child {
    margin-left: 0px;
}
	.navbar-custom .nav li a {
   background-color: #333;
   display:block;
}
	.navbar-custom .nav li a {
	transition: background 0.3s ease-in-out 0s;
	padding: 10px;
	float: none;
}
.nav-pills > li {
	display: block !important;
	float:none;
}
	#slidingbar-area {
		display: none;
	}
	#topbar {
		display: none;
	}
	.navbar-default {
		top: 0 !important;
		height: auto !important;
		float: none !important;
	}
	.navbar-collapse .nav {
		float: none !important;
	}
	.navbar-default .navbar-nav li > a, .navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
		border-top-color: #E1E1E1 !important;
		border-top-width: 1px !important;
		border-top-style: solid !important;
		line-height: 20px !important;
		height: auto !important;
		margin: 0;
	}
	.navbar-default .navbar-nav li > a:hover, .navbar-default .navbar-nav li > a:focus {
		background-color: #007AFF !important;
		color: #FFFFFF !important;
	}
	.navbar-nav, .dropdown-menu {
		margin-top: -1px !important;
		padding-top: 0;
		margin-bottom: 0 !important;
	}
	.navbar-toggle {
		background: #333;
		border: medium none;
		border-radius: 0;
		margin-top: 6px;
		padding: 10px;
	}
	.navbar-toggle .icon-bar {
		background-color: #FFFFFF !important;
	}
	.navbar-default .navbar-nav .menu-search > a:hover, .navbar-default .navbar-nav .menu-search > a:focus {
		background: none !important;
		color: #007AFF !important;
	}
	.search-box {
		top: 3px;
		right: 3px;
		bottom: auto;
		margin: 0 !important;
		border: none !important;
		box-shadow: none;
		background: none;
	}
	.search-box .arrow {
		display: none;
	}
	.search-box .popover-content {
   		padding: 0 !important;
	}

	.grid-container {
		display: block;
	}

	/* Tabs Left*/
	.tabs-left .nav-tabs li.active a, .tabs-left .nav-tabs li.active a:hover, .tabs-left .nav-tabs li.active a:focus {
		border-right-color: #dddddd;
	}
	.tabs-left .nav-tabs {
		float: none;
	}
	.tabs-left .tab-content {
		border-top: none;
	}
	.main h3 {
    font-size: 20px;
    min-height: auto;
}
.alert h4 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 22px;
}
	.home {
    height: auto;
}
	.thumb-img5 {
    max-height: none;
    height: auto;
}
  .thumb-img0 {
	height:auto !important;
	min-height: 250px;
}
.thumb-img6 {
	height:auto !important;
}
.product {
	height: auto !important;
}
.menu-wrapper-left {
			width: 100%;
}
#cookiesdisplay p{
color: #CCC;
font-size: 15px;
line-height: 18px;
position: relative;
text-align: left;
display: block;
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 20px;
padding-top: 10px;
padding-right: 0;
padding-bottom: 10px;
padding-left: 0;
}
#cookieAgreee{
padding: 10px 20px;
right: 0px;
top: 0px;
clear:both;
display: inline-block;
position: relative;
}

}
@media (min-width: 768px) and (max-width: 991px) {
header {
	height: 165px;
}
footer {
	height: auto;
}
.lang a:first-child {
  margin-left: 0;
}
.lang {
  display: flex;
  justify-content: center;
}
.lang a {
  margin: 5px 20px;
}
  .visible-sm {
    display: block !important;
  }
  .godina30 {
      margin-bottom: 15px;
  }
  .mobilebox {
    background-color: #008300;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 4px;
    margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  }
  .mobilebox a {
    color: #fff;
    display: block;
  }
  .mobilebox a:hover {
    color: #000;
    text-decoration:none;
  }
  .mobilebox .col-lg-1, .mobilebox .col-lg-10, .mobilebox .col-lg-11, .mobilebox .col-lg-12, .mobilebox .col-lg-2, .mobilebox .col-lg-3, .mobilebox .col-lg-4, .mobilebox .col-lg-5, .mobilebox .col-lg-6, .mobilebox .col-lg-7, .mobilebox .col-lg-8, .mobilebox .col-lg-9, .mobilebox .col-md-1, .mobilebox .col-md-10, .mobilebox .col-md-11, .mobilebox .col-md-12, .mobilebox .col-md-2, .mobilebox .col-md-3, .mobilebox .col-md-4, .mobilebox .col-md-5, .mobilebox .col-md-6, .mobilebox .col-md-7, .mobilebox .col-md-8, .mobilebox .col-md-9, .mobilebox .col-sm-1, .mobilebox .col-sm-10, .mobilebox .col-sm-11, .mobilebox .col-sm-12, .mobilebox .col-sm-2, .mobilebox .col-sm-3, .mobilebox .col-sm-4, .mobilebox .col-sm-5, .mobilebox .col-sm-6, .mobilebox .col-sm-7, .mobilebox .col-sm-8, .mobilebox .col-sm-9, .mobilebox .col-xs-1, .mobilebox .col-xs-10, .mobilebox .col-xs-11, .mobilebox .col-xs-12, .mobilebox .col-xs-2, .mobilebox .col-xs-3, .mobilebox .col-xs-4, .mobilebox .col-xs-5, .mobilebox .col-xs-6, .mobilebox .col-xs-7, .mobilebox .col-xs-8, .mobilebox .col-xs-9 {
  	padding-right: 0;
  	padding-left: 0;
  	background-color: #008300;
  	text-align: center;
  	color: #fff;
  }
  .search-box2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: none;
  }

  .search-box2 .search-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .search-box2 .search-container img {
    margin-bottom: 35px;
  }

  .search-box2 .search-container #closeButton2 {
    position: absolute;
    top: 0;
    right: 0;
    color: #191514;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .search-box2 .search-container #closeButton2:hover {
    color: #ed1c24;
  }

  .search-box2 .search-container #closeButton2 i {
    font-size: 38px;
  }

  .search-box2 .search-container .z-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  		  width: 100%;
  }

  .search-box2 .search-container .z-search-form .z-input {
    height: 48px;
    width: 100%;
    -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.75);
    border: 0;
    padding: 0 20px;
    border: 1px solid #004D00;
  }

  .search-box2 .search-container .z-search-form .SearchSubmitButton {
    margin-top: 40px;
    background: linear-gradient(to bottom, #008300,#005E25);
  border-radius: 10px;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0px;
  padding: 8px 20px;
  border: 0;
  }

  .search-box2.visible {
    opacity: 1;
  }

  .search-box2.show {
    display: block;
  }
    .navbar-brand {
	font-size: 32px;
}
.alert h4 {
    font-size: 16px;
    line-height: 22px;
}
.big_img {
    max-width: 350px;
}
.thumb-img0 {
  height:auto !important;
}
.thumb-img5 {
    max-height: 100px;
    margin-bottom: 0;
    display: block;
}
.thumb-img6 {
	height:auto !important;
}
.product {
	height: 420px !important;
}
.menu-wrapper-left {
			width: 100%;
		}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
      .navbar-brand {
	font-size: 32px;
}
.thumb-img0 {
  height:auto !important;
}

}

.nav-pills > li + li {
	margin-left: 0px;
}
.no-gmo{
	margin-top: 14px;
}



/* NEW CSS */
/*-----------------------------------------------------------------------------------
    Template Name: Pronia - Plant Store Bootstrap 5 Template
    Version: 1.0
-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Template default CSS
    02. Animation
    03. Header
    04. Slider
    05. Navigation
    06. Offcanvas
    07. Shipping
    08. Newsletter
    09. Product
    10. Banner
    11. Footer
    12. Blog
    13. Testimonial
    14. Brand
    15. About
    16. Shop
    17. Sidebar
    18. Contact
    19. FAQ
    20. Modal
    21. Breadcrumb
    22. My Account
    23. Login Register
    24. Cart
    25. Compare
    26. Wishlist
    27. Checkout
    28. 404

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/*-- Common Style --*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  color: #525252;
}

a {
  color: #525252;
  text-decoration: underline;
}
a:hover {
  color: #abd373;
}

a,
button,
.btn,
img,
input {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
button:focus,
.btn:focus,
input:focus,
select:focus,
textarea:focus,
.swiper-slide:focus,
.swiper-button-next:focus,
.swiper-button-prev:focus  {
  border: 0;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.white{
  color: #fff;
}
.footer-area{
  background-color: #005E25;
}
.slide-top{
  background-color: #F8EEE5;
  height: 400px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}
.stickers {
  display: flex;
  align-items: center;
}

.slide-inner.style-1 .inner-img {
  max-width: 750px!important;

}
.sticker-veliki {
  width: 125px;
  padding-right: 20px;
  margin-right: 40px
}
.pb-60{
  padding-bottom: 60px!important;
}
.pt-50{
  padding-top: 50px;
}
/* Osnovni stil za topnavbar */
.topnavbar {
    background-color: transparent; /* Transparentna pozadina */
    padding: 10px 0; /* Dodajte prostor između navigacije i ostalog sadržaja */
}

/* Stil za meni */
.wsmenu02 {
    display: flex;
    justify-content: flex-start; /* Poravnajte stavke ulijevo */
    align-items: center;
    list-style: none; /* Uklonite oznake stavki */
    margin: 0;
    padding: 0;
}

/* Stil za stavke menija */
.wsmenu02-list li {
    display: inline-block; /* Stavke horizontalno */
    margin-right: 15px; /* Razmak između stavki */
}

/* Stil za linkove */
.wsmenu02-list li a {
    color: #fff; /* Bijela boja teksta */
    text-decoration: none; /* Uklonite podcrtavanje */
    font-size: 16px; /* Veličina fonta */

    transition: color 0.3s ease; /* Glatka promjena boje prilikom hovera */
}

/* Hover efekt za linkove */
.wsmenu02-list li a:hover {
    color: #525252; /* Siva boja teksta prilikom hovera */
}


.img-full {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.single-product-img .img-full {
  height: 500px;
  object-fit: cover;
}






::-moz-selection {
  background-color: #abd373;
  color: #ffffff;
}

::selection {
  background-color: #abd373;
  color: #ffffff;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0;
}
.social-link ul li a {
  font-size: 14px;
  display: block;
}

/* ---Custom Container--- */
@media (min-width: 1400px) {
  .container {
    --bs-gutter-x: 15px;
    max-width: 1200px;
  }
  .container .row {
    --bs-gutter-x: 30px;
  }
}

/* ---Section Space--- */
.section-space-top-100 {
  padding-top: 100px;
}
.section-space-top-35 {
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .section-space-top-100 {
    padding-top: 80px;
  }

}
@media (max-width: 991px) {
  .section-space-top-100 {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-space-top-100 {
    padding-top: 0px;
  }

  .slide-top {
    height: 700px;
  }
  
}
.section-space-top-95 {
  padding-top: 95px;
}
@media (max-width: 1199px) {
  .section-space-top-95 {
    padding-top: 75px;
  }
}
@media (max-width: 991px) {
  .section-space-top-95 {
    padding-top: 55px;
  }
  .slide-content .title {
  font-size: 28px!important;
  line-height: 65px!important;
 }
}
@media (max-width: 767px) {
  .section-space-top-95 {
    padding-top: 45px;
  }
}
.section-space-top-90 {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .section-space-top-90 {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .section-space-top-90 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-space-top-90 {
    padding-top: 40px;
  }
}
.section-space-top-85 {
  padding-top: 85px;
}
@media (max-width: 1199px) {
  .section-space-top-85 {
    padding-top: 65px;
  }
}
@media (max-width: 991px) {
  .section-space-top-85 {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .section-space-top-85 {
    padding-top: 35px;
  }
}
.section-space-top-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .section-space-top-80 {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .section-space-top-80 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-space-top-80 {
    padding-top: 30px;
  }
}
.section-space-top-75 {
  padding-top: 75px;
}
@media (max-width: 1199px) {
  .section-space-top-75 {
    padding-top: 55px;
  }
}
@media (max-width: 991px) {
  .section-space-top-75 {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .section-space-top-75 {
    padding-top: 25px;
  }
}
.section-space-y-axis-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .section-space-y-axis-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-space-y-axis-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-space-y-axis-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-space-y-axis-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 1199px) {
  .section-space-y-axis-95 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 991px) {
  .section-space-y-axis-95 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .section-space-y-axis-95 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.section-space-y-axis-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .section-space-y-axis-90 {
    padding-top: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .section-space-y-axis-90 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-space-y-axis-90 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-space-bottom-100 {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .section-space-bottom-100 {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-space-bottom-100 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-space-bottom-100 {
    padding-bottom: 50px;
  }
}
.section-space-bottom-95 {
  padding-bottom: 95px;
}
@media (max-width: 1199px) {
  .section-space-bottom-95 {
    padding-bottom: 75px;
  }
}
@media (max-width: 991px) {
  .section-space-bottom-95 {
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .section-space-bottom-95 {
    padding-bottom: 45px;
  }
}
.section-space-bottom-90 {
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .section-space-bottom-90 {
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .section-space-bottom-90 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-space-bottom-90 {
    padding-bottom: 40px;
  }
}

/* --End Here-- */
/* ---Custom Gutter Space--- */
@media (min-width: 1400px) {
  .g-min-30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
}
@media (max-width: 1400px) {
.slide-content .title {
font-size: 31px!important;
line-height: 94px;
 }
}
/* -X axis- */
.g-x-15 {
  --bs-gutter-x: 15px;
}
.g-x-30 {
  --bs-gutter-x: 30px;
}

/* -Y Axis- */
.g-y-20 {
  --bs-gutter-y: 20px;
}
.g-y-30 {
  --bs-gutter-y: 30px;
}

/* --------------------------------------
    Additional Space for specific section
----------------------------------------- */
.slider-area{

}
.pt-55 {
  padding-top: 55px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-30 {
  padding-top: 30px;
}

.pb-60 {
  padding-bottom: 60px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.me-30 {
  margin-right: 30px;
}
@media (min-width: 992px) {
  .me-lg-30 {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .me-md-30 {
    margin-right: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

/* -End Here- */
/* ---Data Background Image--- */
[data-bg-image]:not(.bg-pattern) {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* ---Text Color--- */
.text-white * {
  color: #ffffff;
}

.text-pronia-primary * {
  color: #abd373;
}

.text-pronia-secondary * {
  color: #525252;
}

.text-black * {
  color: black;
}

/* ---Background Color--- */
.bg-white-smoke {
  background-color: #f4f4f4;
}

.bg-pronia-primary {
  background-color: #abd373;
  padding: 0;
}

/* ---Section Title--- */
.section-title {
  text-transform: uppercase;
  position: relative;
  color: #393939;
  font-size: 36px;
  line-height: 27px;
  padding-left: 90px;
  padding-right: 90px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .testimonial-area {
    padding-top: 0;
  }
  .shipping-area {
    margin: 0 0 50px 0;
  }

}
.section-title:before, .section-title:after {
  background-color: #abd373;
  width: 70px;
  height: 2px;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
}
@media (max-width: 767px) {
  .section-title:before, .section-title:after {
    content: none;
  }

}
.section-title:after {
  left: auto;
  right: 0;
}
.section-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.section-desc {
  text-align: center;
  line-height: 31px;
  color: black;
  margin-bottom: 55px;
  max-width: 580px;
}

/* ---Background Image--- */
.background-img {
  position: relative;
}
.background-img .inner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* ---Preloader--- */
.preloader-active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
}
.preloader-active .preloader-area-wrap {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
}
.preloader-active .preloader-area-wrap .spinner div {
  background-color: #abd373;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.preloader-active .preloader-area-wrap .spinner div.bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.preloader-active .preloader-area-wrap .spinner div.bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
.preloader-area-wrap {
  display: none;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.open_tm_preloader {
  position: fixed;
  background-color: transparent;
  z-index: 9999;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.open_tm_preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.open_tm_preloader.loaded:before, .open_tm_preloader.loaded:after {
  width: 0%;
}
.open_tm_preloader:before, .open_tm_preloader:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.open_tm_preloader:before {
  top: 0;
  left: 0;
}
.open_tm_preloader:after {
  bottom: 0;
  right: 0;
}

/* ---Countdown--- */
.countdown-wrap.with-dark-border .countdown__item {
  border-color: #787878;
}
.countdown-wrap.with-dark-border .countdown__item * {
  color: #464646;
}
.countdown-wrap.with-dark-border .countdown__time:before {
  content: url("../images/shape/2.png");
}
.countdown-wrap.with-secondary-border .countdown__item {
  border-color: #505050;
}
.countdown-wrap.with-secondary-border .countdown__item * {
  color: #505050;
}
.countdown-wrap.with-secondary-border .countdown__time:before {
  content: url("../images/shape/2.png");
}

.countdown__item {
  display: inline-block;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  width: 65px;
}

@media (max-width: 479px) {
  [class*=countdown__item]:last-child {
    margin-top: 15px;
  }
}

.countdown__text {
  text-transform: capitalize;
  color: #404040;
  padding-top: 5px;
  margin-top: 10px;
  font-size: 13px;
  display: block;
}

.countdown__time {
  position: relative;
  color: #242424;
  font-size: 18px;
  font-weight: 500;
}
.countdown__time:before {
  content: url("../images/shape/1.png");
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ---Tab Content & Pane Fix--- */
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* ---Social Link--- */
.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-link .title {
  font-size: 16px;
  display: block;
}
.social-link  {
  display: inline-block;
}
.social-link a {
  font-size: 25px;
  display: inline-block;
}
.social-link.with-border  a {
  border: 1px solid #abd373;
  color: #abd373;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.social-link.with-border  a:hover {
  background-color: #abd373;
  border-color: #abd373;
}
.social-link.with-border a:hover i {
  color: #ffffff;
}

/* ---Custom Button--- */
.btn-custom-size {
  padding: 0;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 23.5px;
  color: #ffffff;
}
.btn-custom-size.sm-size {
  width: 135px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}
.btn-custom-size.lg-size {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.btn-custom-size.xl-size {
  width: 210px;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
}
.btn-pronia-primary {
  background-color: #abd373;
  border-color: #abd373;
  color: #ffffff;
}
.btn-pronia-primary:hover {
  background-color: #525252;
  border-color: #525252;
  color: #ffffff;
}
.btn-pronia-secondary {
  background-color: #525252;
  border-color: #525252;
  color: #ffffff;
}
.btn-pronia-secondary:hover {
  background-color: #abd373;
  border-color: #abd373;
  color: #ffffff;
}
.btn-white {
  background-color: #ffffff;
  color: #abd373;
}
.btn-white:hover {
  background-color: #abd373;
  border-color: #abd373;
  color: #ffffff;
}
.btn-white-hover {
  color: #ffffff;
}
.btn-white-hover:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-error {
  background-color: #abd373;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  padding: 0;
  width: 208px;
  height: 63px;
  line-height: 63px;
}
.btn-error i {
  margin-left: 10px;
  font-size: 20px;
}
.btn-error:hover {
  background-color: #525252;
  color: #ffffff;
}

/* ---Button Position--- */
.button-position-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ---Section Border--- */
.section-border-top {
  border-top: 1px solid #e9e9e9;
}
.section-border-bottom {
  border-bottom: 1px solid #e9e9e9;
}
.section-border-y-axis {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

/* ---Pagination--- */
.pagination-area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pagination .page-item:not(:last-child) {
  padding-right: 10px;
}
.pagination .page-item.active .page-link {
  background-color: transparent;
  border-color: #abd373;
  color: #abd373;
}
.pagination .page-link {
  border: 1px solid #dee2e6;
  color: #d5d5d5;
  text-align: center;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.pagination .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .page-link span {
  font-size: 12px;
}
.pagination .page-link:hover {
  background-color: #abd373;
  border-color: #abd373;
  color: #ffffff;
}
.footer-bottom{
  font-size: 14px;
}
.social-link.with-border ul li:nth-child(2) {
  margin-left: 25px;
}

/* ---Image Zoom Effect--- */
.img-zoom-effect {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.img-zoom-effect img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.img-zoom-effect:hover img {
  -webkit-transform: scale(1.06) rotate(1deg);
      -ms-transform: scale(1.06) rotate(1deg);
          transform: scale(1.06) rotate(1deg);
}
.img-hover-effect {
  position: relative;
}
.img-hover-effect:before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
}
.img-hover-effect:after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
}
.img-hover-effect:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}
.img-hover-effect:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms ease-in;
  -o-transition: all 900ms ease-in;
  transition: all 900ms ease-in;
}

/* ---Blockquote--- */
blockquote {
  background-color: #abd373;
  border-radius: 15px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 50px;
}
blockquote:before {
  content: url("../images/blog/blockquote/quotation.png");
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
blockquote p {
  color: #ffffff;
  font-style: italic;
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 479px) {
  blockquote p {
    font-size: 18px;
    line-height: 1.5;
  }
}

/* ---Global Overlay--- */
.global-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: hidden;
}
.global-overlay.overlay-open {
  visibility: visible;
  cursor: pointer;
}

/* ---Range Slider--- */
.price-filter .irs-min, .price-filter .irs-max {
  display: none;
}
.price-filter .irs--flat .irs-bar,
.price-filter .irs--flat .irs-line {
  height: 4px;
}
.price-filter .irs--flat .irs-from,
.price-filter .irs--flat .irs-to,
.price-filter .irs--flat .irs-single {
  top: -5px;
  background-color: #abd373;
}
.price-filter .irs--flat .irs-from:before,
.price-filter .irs--flat .irs-to:before,
.price-filter .irs--flat .irs-single:before {
  border-top-color: #abd373;
}
.price-filter .irs--flat .irs-bar {
  background-color: #abd373;
}
.price-filter .irs--flat .irs-handle {
  border: 3px solid #abd373;
  background-color: #f9f9f9;
  border-radius: 100%;
  cursor: pointer;
  top: 18px;
  width: 18px;
  height: 18px;
}
.price-filter .irs--flat .irs-handle i {
  display: none;
}

/* ---Swiper Slider Border Issues--- */
.swiper-container.border-issue {
  padding-bottom: 15px;
  margin-bottom: -15px;
}

/* ---Quantity--- */
.quantity .cart-plus-minus {
  position: relative;
  width: 76px;
  text-align: left;
}

.cart-area .quantity .cart-plus-minus {
  width: 125px;
}
.cart-area .quantity .cart-plus-minus .cart-plus-minus-box {
  background-color: #505050;
  border: 1px solid #505050;
  color: #ffffff;
  text-align: center;
  /* width: 75px; */
  height: 50px;
  border-radius: 5px;
  width: 125px;
}

.single-product-area .quantity .cart-plus-minus .cart-plus-minus-box {
  background-color: #505050;
  border: 1px solid #505050;
  color: #ffffff;
  text-align: center;
  width: 125px;
  height: 50px;
  border-radius: 5px;
}
.quantity .cart-plus-minus .qtybutton {
  cursor: pointer;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 10px;
  color: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
}

.cart-area .quantity .cart-plus-minus .qtybutton.dec {
  /* left: 15px; */
  left: 0;
  height: 100%;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0 0 5px;
  background-color: #505050;
  transition: background-color 0.3s ease;
}

.single-product-area .quantity .cart-plus-minus .qtybutton.dec {
  left: 0;
  height: 100%;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0 0 5px;
  background-color: #505050;
  transition: background-color 0.3s ease;
}

.cart-area .quantity .cart-plus-minus .qtybutton.inc {
  /* left: auto;
  right: 15px; */
  right: 0;
  height: 100%;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 5px 5px 0;
  background-color: #505050;
  transition: background-color 0.3s ease;
}

.single-product-area .quantity .cart-plus-minus .qtybutton.inc {
  right: 0;
  height: 100%;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 5px 5px 0;
  background-color: #505050;
  transition: background-color 0.3s ease;
}

.quantity .cart-plus-minus .qtybutton.dec:hover,
.quantity .cart-plus-minus .qtybutton.inc:hover {
  transition: background-color 0.3s ease;
  background-color: #383838;
}

/* ---Price Box--- */
.price-box {
  display: flex;
  flex-direction: column;
}
.price-box span {
  font-size: 20px;
}
.price-box span.new-price {
  color: #7c9a54;
  display: flex;
  justify-content: space-between;
}
.price-box span.old-price {
  margin-left: 0px;
  color: #8d8f92;
  text-decoration: line-through;
  font-size: 16px !important;
}
.product-add-action ul li a i {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-add-action ul li a i:hover {
  background-color: #abd373;
  color: #ffffff;
}

/* ---Rating Box--- */
.rating-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.rating-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rating-box ul li:not(:last-child) {
  padding-right: 10px;
}
.rating-box ul li i {
  color: #ffe24d;
  cursor: pointer;
}
.rating-box ul li i:focus {
  outline: none;
}
.rating-box .title {
  margin-left: 15px;
}

/*-- Scroll To Top --*/
.scroll-to-top {
  background-color: black;
  border-radius: 4px;
  color: #ffffff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeOutDown 1s normal;
          animation: fadeOutDown 1s normal;
}
.scroll-to-top:hover {
  background-color: #abd373;
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInUp 1s normal;
          animation: fadeInUp 1s normal;
}
.scroll-to-top i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #ffffff;
  display: inline-block;
}

/*----------------------------------------*/
/*  02. Animation
/*----------------------------------------*/
.swiper-slide .slide-inner .slide-content {
  opacity: 0;
}
.swiper-slide.swiper-slide-active .slide-inner .slide-content {
  opacity: 1;
}

/* ---Slider Animation--- */
.animation-style-01.swiper-slide-active .slide-content .offer {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .slide-content .offer {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}
.animation-style-01.swiper-slide-active .slide-content .title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .slide-content .title {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  @media (max-width: 991px) {
  .slide-inner.style-1 .inner-img {
    max-width: 100% !important;
    margin: 0 auto;
  }
  .slide-inner.style-1 {
  padding-top: 100px!important;
  padding-bottom: 40px;
  min-height: auto;
}
}
}
.animation-style-01.swiper-slide-active .slide-content .short-desc {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .slide-content .short-desc {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}
.animation-style-01.swiper-slide-active .slide-content .btn-wrap {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .slide-content .btn-wrap {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}
.animation-style-01.swiper-slide-active .inner-img {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (max-width: 991px) {
  .animation-style-01.swiper-slide-active .inner-img {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.animation-style-02.swiper-slide-active .slide-content .title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02.swiper-slide-active .slide-content .short-desc {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02.swiper-slide-active .slide-content .btn-wrap {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* ---Wave Button--- */
@-webkit-keyframes wave-button {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes wave-button {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.wave-btn {
  margin: auto;
  display: block;
  position: relative;
  width: 250px;
  height: 250px;
}
.wave-btn > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wave-btn > .icon i {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  color: #abd373;
  font-size: 55px;
}
.wave-btn span {
  background: #abd373;
  position: absolute;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}
.wave-btn span:nth-child(1) {
  background: #abd373;
  -webkit-animation: wave-button 2s infinite 0.1s linear backwards;
          animation: wave-button 2s infinite 0.1s linear backwards;
}
.wave-btn span:nth-child(2) {
  background: #abd373;
  -webkit-animation: wave-button 3s infinite 0.5s linear backwards;
          animation: wave-button 3s infinite 0.5s linear backwards;
}
.wave-btn span:nth-child(3) {
  background: #abd373;
  -webkit-animation: wave-button 4s infinite 1s linear backwards;
          animation: wave-button 4s infinite 1s linear backwards;
}

/*----------------------------------------*/
/*  03. Header
/*----------------------------------------*/
/* ---Header Top--- */
.dropdown .btn-link {
  outline: 0;
  border: 0;
  text-decoration: none;
  color: #fff;
}
.dropdown .btn-link:focus {
  text-decoration: none;
}
.dropdown-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown-wrap > li .ht-btn {
  text-transform: uppercase;
  line-height: 47.5px;
  color: #fefefe;
  font-size: 14px;
  padding: 0;
  padding: 10px;
}
.dropdown-wrap > li .ht-btn:after {
  font-family: 'Font Awesome 5 Pro';
  border: 0;
  content: "\f107";
  font-size: 10px;
}
.dropdown-wrap > li:not(:last-child) {
  margin-right: 115px;
}
.dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  left: auto !important;
  right: 0 !important;
  visibility: hidden;
  border: 0;
  opacity: 0;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 3rem;
  padding: 0;
  top: 15px;
}
.dropdown-menu.show {
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  top: 100% !important;
  visibility: visible;
  opacity: 1;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  background-color: #abd373;
  color: #ffffff;
}
.dropdown-menu li a {
  font-size: 14px;
  padding: 0.25rem 2rem;
  padding: 5px 15px;
}
.dropdown-left .dropdown-menu {
  left: 0 !important;
  right: auto;
}

.header-top {
  color: transparent!important;
}
.header-top-left .pronia-offer {
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 14px;
}
.header-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* ---Header Middle--- */
.header-middle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}



/* ---Header Contact--- */
.header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contact a {
  font-size: 18px;
}
.header-contact a:hover {
  color: #abd373;
}
.header-contact i {
  background-color: #abd373;
  border-radius: 10px;
  color: #ffffff;
  width: 44px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  margin-right: 15px;
  font-size: 25px;
}
.header-middle {
  background-color: #005E25!important;
  }
/* ---Header Bottom--- */
.header-bottom {
 /*  border-top: 1px solid #dee2e6; */
  background-color: #fff;
  border-bottom: 1px solid #acd474;
}
.header-bottom .main-nav > ul > li > a {
  color: #4c4c4c;
  text-decoration: none!important;
}
.header-bottom .main-nav > ul > li > a:hover {
  text-decoration: none;
}

/* ---Main Header--- */
.main-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /* display: inline-block; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: space-between;

}
.main-nav > ul > li {
  display: inline-block;
  /* max-width: 210px; */
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.main-nav > ul > li:not(:last-child) {
  padding-right: 35px;
}
@media (max-width: 1199px) {
  .main-nav > ul > li:not(:last-child) {
    padding-right: 25px;
  }
}
.main-nav > ul > li a {
  color: #4c4c4c;
  text-decoration: none!important;
}
.main-nav > ul > li > a {
  line-height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  /* text-transform: uppercase; */
  position: relative;
	color: #fff;
}
/* .main-nav > ul > li > a:before {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #abd373;
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
} */
.header-bottom .main-nav > ul > li:before {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #abd373;
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
}

.header-bottom .main-nav > ul > li {
  position: relative;
  padding: 15px 0 !important;
  display: flex;
  align-items: center;
}

.header-bottom .main-nav > ul > li:hover:before {
  width: 100%;
}

.main-nav > ul > li:hover > a {
  color: #015e25;
  text-decoration: none!important;
}
/* .main-nav > ul > li:hover > a:before {
  width: 100%;
} */
.main-nav > ul > li:hover > .drop-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.main-nav > ul > li > .drop-menu > li:hover > .drop-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.main-nav > ul > li > .drop-menu > li:hover > .drop-menu > li:hover > .drop-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.animation-style-01.swiper-slide-active .slide-content .btn-wrap {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* ---Drop Menu--- */
.drop-holder {
  position: relative;
}
.drop-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 250px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  z-index: 3;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  margin-top: 1px;
}

#mobileMenu .drop-menu {
  position: relative;
  background-color: #333333;
  box-shadow: none; 
  height: 0px;
  padding: 0;
  visibility: visible;
  transition: height 0.3s ease, transform 0.3s ease;
}
#mobileMenu .drop-holder.show .drop-menu {
  /* opacity: 1;
  transform: scaleY(1);
  padding: 25px 0 25px 30px;
  height: calc-size(auto, size); */
  transition: height 0.3s ease, transform 0.3s ease;
}

.drop-holder span {
  display: inline-block !important;
  margin-left: 10px;  
}

.drop-holder span i {
  font-size: 14px !important;
}

#mobileMenu .drop-holder .fa-angle-right {
  transition: all 0.3s ease;
}

#mobileMenu .drop-holder.show .fa-angle-right {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}



.drop-menu > li:not(:last-child) {
  padding-bottom: 10px;
}
.drop-menu > li:hover > a {
  padding-left: 5px;
  color: #abd373;
}
.drop-menu > li > .drop-menu {
  top: 0;
  left: 100%;
}
.drop-menu > li > .drop-menu > li > .drop-menu {
  top: 100%;
  left: auto;
  right: calc(100% + 30px);
}
@media (min-width: 1400px) {
  .drop-menu > li > .drop-menu > li > .drop-menu {
    top: 0;
    left: 100%;
  }
}




/* ---Sub Dropdown--- */
.sub-dropdown.drop-menu {
  top: 30px;
  left: auto;
  right: 100%;
}
.sub-dropdown-holder:hover .sub-dropdown.drop-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.sub-dropdown-holder:hover > a {
  color: #abd373;
}

/* ---Megamenu--- */
.megamenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 830px;
  padding: 0;
  padding: 40px;
}
.megamenu .title {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 18px;
  color: #383838;
  font-weight: 500;
  display: block;
}
.megamenu.drop-menu {
  left: auto;
  right: 0;
}
.megamenu.drop-menu > li {
  padding-bottom: 0;
}
.megamenu li:hover > a {
  padding-left: 5px;
  color: #abd373;
}
.megamenu > li {
  width: 33.3333333333%;
}
.megamenu > li:not(:last-child) {
  border-right: 1px solid #e7e7e7;
  padding-right: 30px;
  margin-right: 30px;
}
.megamenu > li > ul li:not(:last-child) {
  padding-bottom: 20px;
}
.megamenu > li > ul li a {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}

/* ---Header Right--- */
.header-right > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* margin-right: -55px; */
  margin-right: 0;
  justify-content: space-evenly;
  gap: 10px;
}
.header-right > ul > li {
  position: relative;
  cursor: pointer;
}
.header-right > ul > li:not(:last-child) {
  padding-right: 20px;
}
.header-right > ul > li > a i {
  font-size: 23px;
  vertical-align: middle;
}
.header-right > ul > li > a i:before {
  font-weight: 500;
}
.header-right > ul > li.minicart-wrap {
  padding-right: 13px;
}
.header-right > ul > li .minicart-btn .quantity {
  background-color: #abd373;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: -5px;
  right: 2px;
}
.header-right > ul .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 10px;
  padding: 10px;
}
.header-right > ul .btn i {
  font-size: 24px;
  color: #525252;
}
.header-right > ul .btn:after {
  border: 0;
}

.header-right > ul > li > a i {
  font-size: 23px;
  vertical-align: middle;
  color: #fff;
}
.header-right > ul .btn i {
  font-size: 24px;
  color: #fff;
}

.payment-method a,
.payment-method button {
  height: 280px;
}

.payment-method h2 {
  margin-top: 15px;
}

/* ---Header Logo--- */
.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky .header-logo {
  width: 300px;
  padding: 5px 0;
}
/* Osnovni stil za gumb */
.btn-custom2 {
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  box-shadow: none;
  padding: 10px 15px;
  width: auto;
}

/* Hover efekt */
.btn-custom2:hover {
  border: 1px solid transparent; /* Transparentni rub */
  text-decoration: none; /* Ukloni podcrtavanje */
  transition: all 0.3s ease; /* Glatka tranzicija za sve promjene */
  color: #525252;
  /* background-color: #008A00; */
}

.btn-custom2:focus {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-custom2:hover:focus {
  border: 1px solid transparent; /* Transparentni rub */
  text-decoration: none; /* Ukloni podcrtavanje */
  transition: all 0.3s ease; /* Glatka tranzicija za sve promjene */
  color: #525252;
}

.wsmenu02-list li a:hover {
  color: #525252;
  background-color: transparent;
}

@media (max-width: 479px) {
  .header-logo {
    width: 219px;
    margin-left: -8px;
  }
}

/* ---Header Sticky--- */
.header-sticky {
  display: none;
}

.sticky {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #005E25;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}
.sticky .header-logo-wrap {
  top: 0;
  height: 100%;
}
.sticky .main-nav > ul > li > a:hover {
  text-decoration: none;
  color: #abd373;
}



/*----------------------------------------*/
/*  04. Slider
/*----------------------------------------*/
/* ---Main Slider--- */
.slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-inner.style-1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;


}

.slide-inner .order-1 {
  padding: 0;
}

.slide-inner .inner-img {
  margin: 0 0 !important;
}

.slide-inner .inner-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .slide-inner.style-1 {
    padding-top: 30px;
    padding-bottom: 40px;
    min-height: auto;
    padding: 0 !important;
  }
  .payment-method a, .payment-method button {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .slide-inner.style-1 .inner-img {
    max-width: 65%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .slide-inner.style-1 .slide-content {
    text-align: center;
    margin-top: 30px;
  }
  .header-sticky {
    display: block;
      background-color: #005E25 !important;
    }
}
.slide-inner.style-2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .slide-inner.style-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .py-30 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-sticky {
  display: block;
    background-color: #005E25 !important;
  }
  .header-right ul li a {
    margin-right: 0px !important;
  }

  .header-right > ul > li:not(:last-child) {
    padding-right: 5px!important;
  }
  .search-btn {
    padding-right: 7px;
  }
  .header-right{
    margin-right: 0px !important;
  }
}
.slide-inner.style-2 .slide-img {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .slide-inner.style-2 .slide-img {
    width: 100%;
  }
}
.slide-inner.style-2 .slide-content {
  padding-right: 85px;
}
@media (max-width: 1199px) {
  .slide-inner.style-2 .slide-content {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .sticker-veliki {
  width: 100px;
  padding-right: 20px;
  height: auto;
}
}
@media (max-width: 767px) {
  .slide-inner.style-2 .slide-content {
    text-align: center;
    padding-top: 25px;
    width: 100%;
  }
}
.slide-inner.style-2 .slide-content .title {
  position: relative;
  margin-left: -8px;
  margin-bottom: 35px;
  padding-bottom: 25px;
}
@media (max-width: 1199px) {
  .slide-inner.style-2 .slide-content .title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.slide-inner.style-2 .slide-content .title:before {
  background-color: #abd373;
  width: 100px;
  height: 3px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 8px;
}
@media (max-width: 767px) {
  .slide-inner.style-2 .slide-content .title:before {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 1199px) {
  .slide-inner.style-2 .slide-content .short-desc {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .slide-inner.style-2 .slide-content .btn-wrap {
    margin-bottom: 0;
  }
}
.slide-content .offer {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 47px;
  line-height: 65px;
  display: block;
}
@media (max-width: 991px) {
  .slide-content .offer {
    font-size: 30px;
    line-height: 1.3;
  }
}
.slide-content .title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .slide-content .title {
    font-size: 45px;
    margin-bottom: 0;
  }
}
.slide-content .short-desc {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .slide-content .short-desc {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .slide-content .short-desc {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .slide-content .btn-wrap {
    margin-bottom: 20px;
  }
}
.slide-content .btn-custom-size {
  border-radius: 32.5px;
}
@media (max-width: 991px) {
  .slide-content .btn-custom-size {
    width: 145px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
.slide-button-wrap {
  position: absolute;
  bottom: 0;
  left: calc(50% + 50px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .slide-button-wrap {
    position: relative;
    left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: none;
  }
}
.slide-button-prev i, .slide-button-next i {
  font-size: 48px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slide-button-prev i:hover, .slide-button-next i:hover {
  background-color: #94c74c;
}
.slide-button-prev i {
  background-color: #303030;
}
.slide-button-next {
  position: relative;
  left: 2px;
}
.slide-button-next i {
  background-color: #abd373;
}
.slide-pagination {
  background-color: #ffffff;
  border-radius: 100%;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-left: -50px;
}
.slide-pagination-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.slide-count {
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slide-count span.data-count {
  background-color: #ffffff;
  width: 75px;
  height: 100px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 50px 50px 0;
}
.slide-count span.data-count:before {
  content: attr(data-count);
}
.slide-count span.forward-slash {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*----------------------------------------*/
/*  05. Navigation
/*----------------------------------------*/
/* ---Swiper Arrow--- */
.swiper-button-next, .swiper-button-prev {
  background-color: #525252;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #abd373;
  color: #ffffff;
}
.swiper-arrow:hover .swiper-button-next, .swiper-arrow:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}
.swiper-arrow-sm-size .swiper-button-next, .swiper-arrow-sm-size .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.swiper-arrow-sm-size .swiper-button-next:after, .swiper-arrow-sm-size .swiper-button-prev:after {
  font-size: 12px;
}
.swiper-arrow.with-radius .swiper-button-next, .swiper-arrow.with-radius .swiper-button-prev {
  color: #abd373;
  border-radius: 100%;
}
.swiper-arrow.with-radius .swiper-button-next:hover, .swiper-arrow.with-radius .swiper-button-prev:hover {
  background-color: #abd373;
  border-color: #abd373;
  color: #ffffff;
}

/* ---With Background--- */
.with-bg_white .swiper-button-next, .with-bg_white .swiper-button-prev {
  background-color: #ffffff;
  border: 0;
  color: inherit;
}
@media (max-width: 767px) {
  .with-bg_white .swiper-button-next, .with-bg_white .swiper-button-prev {
    display: none;
  }
}
.with-bg_white .swiper-button-next:hover, .with-bg_white .swiper-button-prev:hover {
  background-color: #abd373;
  color: #ffffff;
}

/* testimonial buttons */
.testimonial-button-next, .testimonial-button-prev {
  background-color: #fff;
  color: #525252;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  position: absolute;
  top: 52%;
  z-index: 9;
}

.testimonial-button-prev .far.fa-angle-left, .testimonial-button-next .far.fa-angle-right {
  font-size: 35px;
  position: absolute;
  top: 7px;
}

.testimonial-button-prev .far.fa-angle-left {
  left: 17px;
}

.testimonial-button-next .far.fa-angle-right {
  right: 17px;
}

.testimonial-button-next {
  right: 25px;
}

.testimonial-button-prev {
  left: 25px;
}

.testimonial-button-next:after, .testimonial-button-prev:after {
  font-size: 16px;
}
.testimonial-button-next:hover, .testimonial-button-prev:hover {
  background-color: #abd373;
  color: #ffffff;
}
.testimonial-arrow:hover .testimonial-button-next, .testimonial-arrow:hover .testimonial-button-prev {
  opacity: 1;
  visibility: visible;
}
.testimonial-arrow-sm-size .testimonial-button-next, .testimonial-arrow-sm-size .testimonial-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.testimonial-arrow-sm-size .testimonial-button-next:after, .testimonial-arrow-sm-size .testimonial-button-prev:after {
  font-size: 12px;
}
.testimonial-arrow.with-radius .testimonial-button-next, .testimonial-arrow.with-radius .testimonial-button-prev {
  color: #abd373;
  border-radius: 100%;
}
.testimonial-arrow.with-radius .testimonial-button-next:hover, .testimonial-arrow.with-radius .testimonial-button-prev:hover {
  background-color: #abd373;
  border-color: #abd373;
  color: #ffffff;
}


/* ---With Background--- */
.with-bg_white .testimonial-button-next, .with-bg_white .testimonial-button-prev {
  background-color: #ffffff;
  border: 0;
  color: inherit;
}
@media (max-width: 767px) {
  .testimonial-button-next, .testimonial-button-prev {    
    width: 40px;
    height: 40px;   
  }
  .testimonial-button-prev .far.fa-angle-left, .testimonial-button-next .far.fa-angle-right {
    font-size: 25px;
  }
  .testimonial-button-next {
    right: -3px;
  }
  
  .testimonial-button-prev {
    left: -3px;
  }
  .testimonial-button-prev .far.fa-angle-left {
    left: 14px;
  }
  
  .testimonial-button-next .far.fa-angle-right {
    right: 14px;
  }

  .with-bg_white .testimonial-button-next, .with-bg_white .testimonial-button-prev {
    display: none;
  }
}
.with-bg_white .testimonial-button-next:hover, .with-bg_white .testimonial-button-prev:hover {
  background-color: #abd373;
  color: #ffffff;
}


/* product slider buttons */
.product-button-next, .product-button-prev {
  background-color: #fff;
  color: #525252;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  position: absolute;
  top: 53%;
  z-index: 9;
}

.product-button-prev .far.fa-angle-left, .product-button-next .far.fa-angle-right {
  font-size: 35px;
  position: absolute;
  top: 7px;
}

.product-button-prev .far.fa-angle-left {
  left: 17px;
}

.product-button-next .far.fa-angle-right {
  right: 17px;
}

.product-button-next {
  right: -50px;
}

.product-button-prev {
  left: -50px;
}

.product-button-next:after, .product-button-prev:after {
  font-size: 16px;
}
.product-button-next:hover, .product-button-prev:hover {
  background-color: #abd373;
  color: #ffffff;
}
.product-arrow:hover .product-button-next, .product-arrow:hover .product-button-prev {
  opacity: 1;
  visibility: visible;
}
.product-arrow-sm-size .product-button-next, .product-arrow-sm-size .product-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.product-arrow-sm-size .product-button-next:after, .product-arrow-sm-size .product-button-prev:after {
  font-size: 12px;
}
.product-arrow.with-radius .product-button-next, .product-arrow.with-radius .product-button-prev {
  color: #abd373;
  border-radius: 100%;
}
.product-arrow.with-radius .product-button-next:hover, .product-arrow.with-radius .product-button-prev:hover {
  background-color: #abd373;
  border-color: #abd373;
  color: #ffffff;
}


/* ---With Background--- */
.with-bg_white .product-button-next, .with-bg_white .product-button-prev {
  background-color: #ffffff;
  border: 0;
  color: inherit;
}
@media (max-width: 767px) {
  .product-button-next, .product-button-prev {    
    width: 40px;
    height: 40px;   
  }
  .product-button-prev .far.fa-angle-left, .product-button-next .far.fa-angle-right {
    font-size: 25px;
  }
  .product-button-next {
    right: -3px;
  }
  
  .product-button-prev {
    left: -3px;
  }
  .product-button-prev .far.fa-angle-left {
    left: 14px;
  }
  
  .product-button-next .far.fa-angle-right {
    right: 14px;
  }

  .with-bg_white .product-button-next, .with-bg_white .product-button-prev {
    display: none;
  }
}
.with-bg_white .product-button-next:hover, .with-bg_white .product-button-prev:hover {
  background-color: #abd373;
  color: #ffffff;
}


@media (min-width: 768px) and (max-width: 991px) {
  .product-button-next {
    right: -20px;
  }
  
  .product-button-prev {
    left: -20px;
  }
  .product-button-next,  
  .product-button-prev {
    top: 45%;
  }  
}

@media (min-width: 992px) and (max-width: 1199px) {
  .shipping-item {
    min-height: 160px;
  }
  .product-button-next {
    right: -20px;
  }

  .product-button-prev {
    left: -20px;
  }
  
}








.thumbs-arrow-holder {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 479px) {
  .thumbs-arrow-holder {
    padding: 10px 30px;
  }
}
.thumbs-button-prev, .thumbs-button-next {
  background-color: #525252;
  border-color: #525252;
  border-radius: 0;
  text-align: center;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transform: all 0.3s ease 0s;
      -ms-transform: all 0.3s ease 0s;
          transform: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  /* left: -30px; */
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.thumbs-button-prev:hover, .thumbs-button-next:hover {
  background-color: #abd373;
  border-color: #abd373;
  color: #ffffff;
}
.thumbs-button-prev:focus, .thumbs-button-next:focus {
  outline: 0;
}
.thumbs-button-prev i, .thumbs-button-next i {
  font-size: 30px;
  display: block;
}
.thumbs-button-next {
  left: auto;
  /* right: -30px; */
  right: 0;
}

/* ---Swiper Pagination--- */
.swiper-pagination {
  bottom: 20px !important;
}
.swiper-pagination-bullet {
  border: 1px solid transparent;
  background-color: transparent;
  width: 18px;
  height: 18px;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.swiper-pagination-bullet:before {
  background-color: #abd373;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.swiper-pagination-bullet-active {
  border-color: #abd373;
}
.swiper-pagination.without-absolute {
  position: relative;
  padding-top: 60px;
  bottom: 0 !important;
}

/*----------------------------------------*/
/*  06. Offcanvas
/*----------------------------------------*/
.offcanvas-menu_area h3 {
  color: #fff;
  padding: 0 25px;
  margin-bottom: 25px;
}

.mobile-menu_wrapper .offcanvas-body,
.offcanvas-minicart_wrapper .offcanvas-body,
.offcanvas-search_wrapper .offcanvas-body {
  background-color: #333333;
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: visible;
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 0;
}
@media (max-width: 479px) {
  .mobile-menu_wrapper .offcanvas-body,
.offcanvas-minicart_wrapper .offcanvas-body,
.offcanvas-search_wrapper .offcanvas-body {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-contact a {
    font-size: 14px;
  }
}
.mobile-menu_wrapper .offcanvas-body .inner-body,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body,
.offcanvas-search_wrapper .offcanvas-body .inner-body {
  padding: 20px 0;
 /*  padding: 0; */
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-top,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 25px 15px;
  height: auto;
  border-bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  justify-content: space-between;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close {
  font-size: 24px;
  color: #ffffff;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li {
  height: 100%;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li > a span,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li > a span,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li > a span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li {
  position: relative;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child),
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child),
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child) {
  padding-bottom: 15px;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li > .menu-expand,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li > .menu-expand,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li > .menu-expand {
  position: absolute;
  right: 0;
  top: 2px;
  width: 50px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a {
  color: #ffffff;
  font-size: 16px;
  /* text-transform: uppercase; */
  display: block;
  padding: 0 30px;
  text-decoration: none!important;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i {
  font-size: 24px;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu {
  background-color: rgba(255, 255, 255, 0.05);
  overflow-y: auto;
  padding: 25px 0;
  margin: 20px 0 10px;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a {
  color: #abd373;
}
/* .mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a > span > i:before,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a > span > i:before,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a > span > i:before {
  content: "\e682";
} */
.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a {
  color: #abd373;
}
/* .mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a > span > i:before,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a > span > i:before,
.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a > span > i:before {
  content: "\e682";
} */
.mobile-menu_wrapper .offcanvas-body .inner-body .header-contact,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .header-contact,
.offcanvas-search_wrapper .offcanvas-body .inner-body .header-contact {
  padding-left: 30px;
  padding-right: 30px;
}
.mobile-menu_wrapper .offcanvas-body .inner-body .header-contact a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .header-contact a,
.offcanvas-search_wrapper .offcanvas-body .inner-body .header-contact a {
  color: #ffffff;
}
.mobile-menu_wrapper.open .offcanvas-body,
.offcanvas-minicart_wrapper.open .offcanvas-body,
.offcanvas-search_wrapper.open .offcanvas-body {
  visibility: visible;
  left: 0;
  opacity: 1;
  z-index: 999;
}

.offcanvas-minicart_wrapper .offcanvas-body {
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 55px 60px 0;
  width: 450px;
  left: auto;
  right: -660px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.drop-holder .drop-menu > li:hover > a {
  color: #7c9a54 !important;
}
.cart-product-total {
  text-align: right;
}
@media (max-width: 479px) {
  .offcanvas-minicart_wrapper .offcanvas-body {
    padding: 55px 20px 0;
    width: 100%;
  }
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-heading .button-close {
  font-size: 32px;
  line-height: 1;
  color: #383838;
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-heading .button-close:hover {
  color: #abd373;
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-heading .button-close i:before {
  font-weight: 600;
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list {
  max-height: 595px;
  position: relative;
  overflow: auto;
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product a.product-item_remove i {
  position: absolute;
  font-size: 20px;
  top: auto;
  right: 15px;
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product .product-item_img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-flex-basis: 70px;
      -ms-flex-preferred-size: 70px;
          flex-basis: 70px;
  max-width: 70px;
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product .product-item_content {
  -webkit-flex-basis: calc(100% - 70px);
      -ms-flex-preferred-size: calc(100% - 70px);
          flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 20px;
  padding-right: 10px;
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product .product-item_content a.product-item_title {
  line-height: 1.4;
  font-size: 16px;
  width: 90%;
  display: block;
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product .product-item_content .product-item_quantity {
  display: block;
  padding-top: 10px;
  font-size: 13px;
  line-height: 24.7px;
}
.offcanvas-minicart_wrapper .offcanvas-body .minicart-item_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 30px;
}
.offcanvas-minicart_wrapper .offcanvas-body .group-btn_wrap {
  padding-bottom: 60px;
}
.offcanvas-minicart_wrapper .offcanvas-body .group-btn_wrap .btn:hover {
  background-color: #abd373;
  border-color: #abd373;
  color: #ffffff;
}
.offcanvas-minicart_wrapper.open .offcanvas-body {
  left: auto;
  right: 0;
}

/* ---Offcanvas Search Area--- */
.modal {
  z-index: 99999;
}
.modal-bg-dark {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-bg-dark .btn-close {
  background-image: url("../images/close-white.svg");
}
.modal-header {
  border-bottom: 0;
}
.modal-header .btn-close {
  opacity: 1;
}
.modal-header .btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-header .btn-close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modal-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-search span.searchbox-info {
  margin-bottom: 30px;
  font-size: 20px;
  display: block;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-align: center;
}
.modal-search .hm-searchbox {
  position: relative;
  width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .modal-search .hm-searchbox {
    width: calc(100% - 25px);
  }
}
.modal-search .hm-searchbox input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  height: 100px;
  line-height: 100px;
  width: 100%;
  text-align: center;
  font-size: 30px;
  padding-right: 55px;
  font-weight: 300;
}
.modal-search .hm-searchbox input::-webkit-input-placeholder {
  color: #ffffff;
}
.modal-search .hm-searchbox input::-moz-placeholder {
  color: #ffffff;
}
.modal-search .hm-searchbox input:-ms-input-placeholder {
  color: #ffffff;
}
.modal-search .hm-searchbox input::-ms-input-placeholder {
  color: #ffffff;
}
.modal-search .hm-searchbox input::placeholder {
  color: #ffffff;
}
.modal-search .hm-searchbox .search-btn {
  position: absolute;
  font-size: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
}
.modal-search .hm-searchbox .search-btn i {
  vertical-align: middle;
}

.modal.show {
  opacity: 1;
}

/* ---Offcanvas User Info--- */
.offcanvas-user-info {
  text-align: center;
  padding-bottom: 25px;
}
.offcanvas-user-info .dropdown-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}
.offcanvas-user-info .dropdown-wrap > li > a {
  color: #ffffff;
}
.offcanvas-user-info .dropdown-wrap > li > a i {
  vertical-align: middle;
}
.offcanvas-contact {
  padding-bottom: 10px;
}

/* ---Mailchimp--- */
.mailchimp-success {
  color: green;
}
.mailchimp-error {
  color: red;
}

/*----------------------------------------*/
/*  11. Footer
/*----------------------------------------*/

.footer-widget-item .social-link ul li a {
  border-color: #fff;
  color: #fff;
  border-radius: 0;
}
.footer-widget-logo {
  padding-bottom: 35px;
  padding-top: 18px;
  padding: 25px;
}
.footer-widget-title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
.footer-widget-desc {
  margin-bottom: 35px;
  line-height: 27px;
  color: #fff;
}
.footer-widget-list-item > li:not(:last-child) {
  padding-bottom: 5px;
  color: #fff;
}
.footer-widget-list-item > li i {
  margin-right: 20px;
  color: #fff;
}
.footer-widget-list-item > li a {
  color: #fff;
}
.footer-widget-list-item > li a:hover {
  color: #abd373;
}
.footer-contact-info .footer-widget-title {
  margin-bottom: 5px;
}
.footer-contact-info .number {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
}
.footer-contact-info .number:hover {
  color: #abd373;
}
.footer-contact-info .address ul li {
  margin-bottom: 30px;
  color: #fff;
}

.footer-imgs-1 {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.footer-imgs-1 img {
  width: 100px;
  height: auto;
}

/* ---Copyright--- */
.copyright {
  border-top: 1px solid #a7cca2;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.copyright * {
  color: #8dba87;
}

/*----------------------------------------*/
/*  07. Shipping
/*----------------------------------------*/
.shipping-item {
  border: 1px dashed #abd373;
  border-radius: 5px;
  padding: 25px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
}
@media (max-width: 991px) {
  .shipping-item {
    padding: 25px;
  }
}
.shipping-img {
  width: 60px;
}
.shipping-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.shipping-content .title {
  color: #1f2226;
  font-size: 20px;
}
.shipping-content .short-desc {
  color: #3e3e3f;
}
.shipping-style-2 .shipping-item {
  background-image: url("../images/shipping/shape/1.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 240px;
  position: relative;
}
.shipping-style-2 .shipping-img {
  position: absolute;
  top: 30px;
  width: 70px;
}
.shipping-style-2 .shipping-content {
  background-color: #ffffff;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 20px;
  padding-left: 0;
  width: 100%;
}

/*----------------------------------------*/
/*  09. Product
/*----------------------------------------*/
.product-item {
  padding: 0;
  overflow: hidden;
  margin-bottom: 35px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 440px;
  max-height: 440px;
}
.product-item:hover {
  box-shadow: 0 0px 17px 5px rgba(0, 0, 0, 0.15);
}
.product-item:hover .product-img img.secondary-img {
  opacity: 1;
}
.product-item:hover .product-add-action {
  left: 0;
}
.product-img {
  position: relative;
}
.product-img img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.product-img img.secondary-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.product-content {
  padding: 10px;
}
.product-content .product-name {
  margin-bottom: 15px;
  color: #303030;
  font-size: 17px;
  display: block; 
  font-weight: 600;
  text-decoration: none!important;
}
.product-content .product-name:hover {
  color: #abd373;
}

.cart-area .product-name {
  text-align: left;
}

.cart-area .product-name .sku {
  font-size: small;
  margin-bottom: 10px;
}

.product-add-action {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 0;
  left: -170px;
}
.product-add-action ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-add-action ul li:not(:last-child) {
  padding-right: 5px;
}
.product-add-action ul li a i {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-add-action ul li a i:hover {
  background-color: #abd373;
  color: #ffffff;
}
.product-tab-nav.tab-style-1 {
  padding-top: 60px;
  padding-bottom: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-tab-area {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
 
  
  .product-item {
    height: auto;
    max-height: none;
  }
  .product-tab-area {
    padding: 50px 10px 0 10px;
    margin-bottom: 0;
  }
  .product-tab-nav.tab-style-1 {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .product-img .primary-img {
    min-height: 350px;
    height: auto;
  }
  .product-img img.secondary-img {
    min-height: 350px;
    height: auto;
  }
  .footer-widget-item {
    margin-left: 25px;
  }

  .product-list-view .product-img .primary-img {
    height: 260px;
    min-height: auto;
  }

  .product-list-view .product-img .secondary-img {
    height: 260px;
    min-height: auto;
  }

  .product-area .product-overlay {
    min-height: 350px;
    height: auto;
  }

  .product-area .product-overlay .overlay-logo {
    min-height: auto;
    height: 50px;
  }

  #table-responsive table, 
  #table-responsive thead, 
  #table-responsive tbody, 
  #table-responsive th, 
  #table-responsive td, 
  #table-responsive tr { 
      display: block; 
  }
  
  #table-responsive thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
  }

  #table-responsive tr { 
      border: 1px solid #ccc; 
  }

  #table-responsive td {
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      padding-left: 50%; 
      white-space: normal;
      text-align:left;
  }

  #table-responsive td:before {
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
      text-align:left;
      font-weight: bold;
  }


  #table-responsive td:before { 
      content: attr(data-title); 
  }


  #table-responsive-cart table, 
  #table-responsive-cart thead, 
  #table-responsive-cart tbody, 
  #table-responsive-cart th, 
  #table-responsive-cart td, 
  #table-responsive-cart tr { 
    display: block; 
  }
  
  #table-responsive-cart thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #table-responsive-cart tr { 
    border: 1px solid #ccc;
  }

  #table-responsive-cart td {
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    /* padding-left: 50%; */
    padding: 10px 10px 10px 40%;
    white-space: normal;
    text-align:left;
  }

  #table-responsive-cart td:before {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 35%; 
      padding-right: 10px; 
      white-space: nowrap;
      text-align:left;
      font-weight: bold;
      font-size: 16px;
  }


  #table-responsive-cart td:before { 
      content: attr(data-title); 
  }

  #table-responsive-cart .product_remove {
    padding: 10px 0;
    text-align: center;
  }

  #table-responsive-cart .product-thumbnail {
    padding-left: 8px;
    text-align: center;
  }


}
@media (max-width: 479px) {
  .product-tab-nav.tab-style-1 {
    margin-bottom: -30px;
  }
}
.product-tab-nav.tab-style-1 li:not(:last-child) {
  padding-right: 25px;
}
@media (max-width: 479px) {
  .product-tab-nav.tab-style-1 li {
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
.product-tab-nav.tab-style-1 li a {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 18px;
  color: #393939;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}
.product-tab-nav.tab-style-1 li a.active {
  border-color: #abd373;
  border-style: dashed;
  color: #abd373;
}
.product-tab-nav.tab-style-1 li a:hover {
  border-color: #abd373;
  border-style: dashed;
  color: #abd373;
}
.product-tab-nav.tab-style-2 {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-tab-nav.tab-style-2 li:not(:last-child) {
  padding-right: 25px;
}
@media (max-width: 479px) {
  .product-tab-nav.tab-style-2 li:first-child a {
    padding-bottom: 10px;
  }
}
.product-tab-nav.tab-style-2 li a {
  padding-bottom: 20px;
  color: #363636;
  font-size: 18px;
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.product-tab-nav.tab-style-2 li a:before {
  background-color: #abd373;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 479px) {
  .product-tab-nav.tab-style-2 li a:before {
    content: none;
  }
}
.product-tab-nav.tab-style-2 li a.active {
  color: #abd373;
}
.product-tab-nav.tab-style-2 li a.active:before {
  width: 100%;
}
.product-tab-nav.tab-style-2 li a:hover {
  color: #abd373;
  background-color: #fff;
}
.product-tab-nav.tab-style-2 li a:hover:before {
  width: 100%;
}
.product-description-body, .product-description-body span {
  font-family: inherit!important;
  font-size: 16px!important;
}
.product-description-body .short-desc {
  color: #000000;
  font-weight: 300;
  line-height: 30px;
}

/* ---Feedback--- */
.feedback-area {
  background-color: #f6f7fb;
  border-radius: 15px;
  margin-top: 100px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
}
.feedback-area .heading {
  margin-bottom: 60px;
  line-height: 24px;
  font-size: 30px;
  color: #222121;
}
@media (max-width: 479px) {
  .feedback-area .heading {
    font-size: 25px;
  }
}
.feedback-area .rating-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479px) {
  .feedback-area .rating-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feedback-area .rating-box ul {
    padding-left: 0;
    padding-top: 10px;
  }
}
.feedback-form .group-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .feedback-form .group-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feedback-form .form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.feedback-form .input-field,
.feedback-form .textarea-field {
  border: 1px solid #dee2e6;
  background-color: #f6f7fb;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 50px;
}
.feedback-form .textarea-field {
  padding: 20px;
  height: 150px;
}

/* ---Single Product--- */
.single-product-area {
  padding-top: 50px;
}

.single-product-area.no-cart {
  /* padding-top: 100px; */
}

@media (max-width: 767px) {
  .single-product-area.no-cart {
    padding-top: 25px;
    padding-top: 0;
  }
}
.single-product-img.with-border {
  border: 1px solid #dee2e6;
}
.single-product-slider {
  border: 1px solid #dee2e6;
  margin-bottom: 20px;
}
.single-product-slider .single-img {
  display: block;
}

.single-product-area.no-cart .single-product-slider {
  border: none;
}
.single-product-content.with-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 115px;
}
.single-product-content > .title {
  color: #303030;
  font-size: 24px;
  font-weight: 700;
}
.single-product-content .price-box {
  padding-bottom: 15px;
}
.single-product-content .price-box span {
  font-size: 25px;
}
.single-product-content .price-box span.new-price {
  color: #abd373;
}
.single-product-content .rating-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
}
@media (max-width: 479px) {
  .single-product-content .rating-box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-product-content .rating-box-wrap .review-status {
    padding-left: 0;
    padding-top: 5px;
  }
}
.single-product-content .rating-box-wrap .review-status {
  padding-left: 20px;
}
@media (max-width: 479px) {
  .single-product-content .rating-box-wrap .review-status {
    padding-left: 0;
  }
}
.single-product-content .rating-box-wrap .review-status span {
  font-size: 14px;
}
.single-product-content .short-desc {
  font-weight: 300;
  color: #000000;
  line-height: 31px;
  margin-bottom: 30px;
}
.single-product-content .quantity-with-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479px) {
  .single-product-content .quantity-with-btn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single-product-content .quantity-with-btn li .cart-plus-minus {
  width: 100%;
}
@media (max-width: 767px) {
  .single-product-content .quantity-with-btn li .cart-plus-minus {
    width: 130px;
  }
}
@media (max-width: 479px) {
  .single-product-content .quantity-with-btn li .cart-plus-minus .cart-plus-minus-box {
    width: 100%;
  }
}
.single-product-content .quantity-with-btn li.add-to-cart .btn {
  border-radius: 5px;
}
.single-product-content .quantity-with-btn li a.custom-circle-btn {
  padding: 0;
}
.single-product-content .quantity-with-btn li a.custom-circle-btn i {
  background-color: #3d3d3d;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-product-content .quantity-with-btn li a.custom-circle-btn:hover i {
  background-color: #abd373;
  color: #ffffff;
}
.single-product-content .quantity-with-btn li:not(:last-child) {
  padding-right: 10px;
}
@media (max-width: 479px) {
  .single-product-content .quantity-with-btn li:not(:last-child) {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .single-product-content .quantity-with-btn li:not(:last-child) {
    padding-right: 0;
  }
}
.single-product-content .service-item {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
@media (max-width: 1199px) {
  .single-product-content .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .single-product-content .service-item {
    padding: 15px;
  }
}
.single-product-content .service-item:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 479px) {
  .single-product-content .service-item:not(:last-child) {
    margin-right: 10px;
  }
}
.single-product-content .service-item-wrap {
  padding-top: 40px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479px) {
  .single-product-content .service-item-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .single-product-content .service-item-wrap li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.single-product-content .service-content {
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .single-product-content .service-content {
    padding-left: 0;
    padding-top: 10px;
  }
}
.single-product-content .product-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
@media (max-width: 479px) {
  .single-product-content .product-category {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.single-product-content .product-category .title {
  margin-right: 10px;
  color: #5f5f5f;
  font-weight: 500;
  font-size: 16px;
}
.single-product-content .product-category ul li {
  display: inline-block;
}
.single-product-content .product-category ul li a {
  color: #9f9e9e;
}
.single-product-content .product-category ul li a:hover {
  color: #abd373;
}

.single-product-content .product-category ul li a i {
  font-size: 30px;
}

.single-product-content .social-link ul li:not(:last-child) {
  padding-right: 15px;
}
.single-product-thumbs .swiper-slide {
  border: 1px solid #dee2e6;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
}
.single-product-thumbs .swiper-slide-active {
  border-color: #abd373;
}
.single-product-thumbs .swiper-slide:hover {
  border-color: #abd373;
}
.single-product-thumbs:hover .thumbs-button-prev, .single-product-thumbs:hover .thumbs-button-next {
  opacity: 1;
  visibility: visible;
}
.single-product-slider:hover .thumbs-button-prev, .single-product-slider:hover .thumbs-button-next {
  opacity: 1;
  visibility: visible;
}
.single-product-thumbs:hover .thumbs-button-prev {
  left: 0;
}
.single-product-thumbs:hover .thumbs-button-next {
  right: 0;
}

/* ---Group quantity--- */
.grouped-qty {
  color: #505050;
  font-size: 14px;
  line-height: 29px;
}
.grouped-qty .in-stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.grouped-qty .in-stock i {
  margin-right: 5px;
}
.grouped-qty li {
  border-bottom: 1px solid #dee2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}
@media (max-width: 479px) {
  .grouped-qty li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.grouped-qty li .product-name {
  font-size: 16px;
}
@media (max-width: 479px) {
  .grouped-qty li .product-info {
    padding-top: 10px;
  }
}
.grouped-qty li .product-info .price-box span {
  font-size: 16px;
}
.grouped-qty li:not(:first-child) {
  padding-top: 15px;
}

/* ---Selector Wrap--- */
.selector-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 479px) {
  .selector-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.selector-wrap.size-option {
  padding-bottom: 30px;
}
.selector-wrap .nice-select:focus, .selector-wrap .nice-select.open {
  border-color: #e8e8e8;
}
.selector-wrap .nice-select:after {
  content: none;
}
.selector-wrap .nice-select:before {
  background-color: #abd373;
  font-family: "FontAwesome";
  font-size: 11px;
  color: #ffffff;
  content: "\f078";
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.selector-title {
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 42px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  width: 150px;
  text-align: center;
}
@media (max-width: 479px) {
  .selector-title {
    width: 100%;
    border-right: 1px solid #e8e8e8;
    border-bottom: 0;
    text-align: left;
    padding-left: 20px;
  }
}

/*----------------------------------------*/
/*  10. Banner
/*----------------------------------------*/
.banner-area {
  margin-bottom: 80px;
}

.banner-item {
  position: relative;
}
.banner-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 479px) {
  .banner-img {
    height: 250px;
  }
  .banner-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.banner-overlay {
  width: 100%;
  height: 280px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.banner-content {
  position: absolute;
  width: 100%;
}
.banner-content .collection {
  color: #fff;
  display: block;
  font-size: 19px;
}
.banner-content .title {
  color: #fff;
  font-size: 33px;
  text-decoration: none!important;
}
@media (max-width: 1199px) {
  .banner-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .banner-content .title {
    font-size: 25px;
  }
}
.banner-content.text-position-left {
  width: calc(100% - 70px);
  top: 50px;
  left: 70px;
}
@media (max-width: 767px) {
  .banner-content.text-position-left {
    top: 25px;
    left: 30px;
    text-align: center;
  }
}
.banner-content.text-position-left .collection {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .banner-content.text-position-left .collection {
    margin-bottom: 0;
  }
}
.banner-content.text-position-left .title {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .banner-content.text-position-left .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner-content.text-position-left .title {
    margin-bottom: 10px;
  }
}
.banner-content.text-position-center {
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.banner-content.text-position-center .collection {
  margin-bottom: 5px;
}
.banner-content.text-position-center .title {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .banner-content .btn-custom-size {
    width: 135px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .banner-content .btn-custom-size {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}
.banner-style-2 .banner-content.text-position-left {
  top: 45px;
  left: 40px;
}
@media (max-width: 991px) {
  .banner-style-2 .banner-content.text-position-left {
    top: 25px;
    left: 30px;
  }
}
.banner-style-2 .banner-content.text-position-left .collection {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .banner-style-2 .banner-content.text-position-left .collection {
    margin-bottom: 0;
  }
}
.banner-style-2 .banner-content.text-position-left .title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .banner-style-2 .banner-content.text-position-left .title {
    margin-bottom: 10px;
    font-size: 30px;
  }

}
.banner-style-2 .banner-content.text-position-center {
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.banner-style-2 .banner-content.text-position-center .collection {
  margin-bottom: 5px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .banner-style-2 .banner-content.text-position-center .collection {
    margin-bottom: 0;
    font-size: 20px;
  }
}
.banner-style-2 .banner-content.text-position-center .title {
  margin-bottom: 25px;
  font-size: 48px;
}
@media (max-width: 991px) {
  .banner-style-2 .banner-content.text-position-center .title {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .banner-style-2 .banner-content .btn-custom-size {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}
.banner-with-counter {
  background-color: #faf8f8;
  margin-top: 200px;
}
.banner-with-counter .banner-boxshadow {
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 10px;
  margin-top: -200px;
}
.banner-with-counter .banner-item {
  height: 500px;
}
.banner-with-counter .banner-item .popup-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.banner-with-counter .counter-area {
  padding-top: 85px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .banner-with-counter .counter-area {
    padding-top: 65px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .banner-with-counter .counter-area {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .banner-with-counter .counter-area {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .banner-with-counter .counter-area {
    text-align: center;
  }
}
.banner-with-counter .counter-title {
  font-style: italic;
  font-size: 36px;
  line-height: 57px;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 575px) {
  .banner-with-counter .counter-title {
    font-size: 28px;
    line-height: 1.6;
  }
}
.banner-with-counter .counter-title span {
  color: #abd373;
}
.banner-with-counter .counter-item {
  padding-left: 70px;
}
@media (max-width: 575px) {
  .banner-with-counter .counter-item {
    padding-left: 0;
  }
}
.banner-with-counter .counter-item .count-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .banner-with-counter .counter-item .count-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner-with-counter .counter-item .count-wrap * {
  color: #abd373;
  font-size: 40px;
}
.banner-with-counter .counter-item .count-wrap .prefix {
  line-height: 1;
}
.banner-with-counter .counter-item .count-title {
  color: #3b3b3b;
  font-weight: 300;
  font-size: 30px;
}
@media (min-width: 768px) {
  .banner-with-counter [class*=col-]:not(:last-child) .counter-item {
    border-right: 1px solid #dcdcdc;
  }
}
.banner-bg-image {
  height: 400px;
}
.banner-bg-image .inner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 100px;
  height: 100%;
}
@media (max-width: 767px) {
  .banner-bg-image .inner-content {
    width: calc(100% - 50px);
    padding-left: 0;
    margin: 0 auto;
  }
}
.banner-bg-image .inner-content .offer {
  color: #abd373;
  margin-bottom: 5px;
  font-size: 30px;
}
@media (max-width: 767px) {
  .banner-bg-image .inner-content .offer {
    font-size: 20px;
  }
}
.banner-bg-image .inner-content .title {
  font-size: 36px;
}
@media (max-width: 767px) {
  .banner-bg-image .inner-content .title {
    font-size: 24px;
  }
}
.banner-bg-image .inner-content .discount {
  margin-bottom: 35px;
  font-size: 48px;
}
@media (max-width: 767px) {
  .banner-bg-image .inner-content .discount {
    font-size: 28px;
  }
}
.banner-bg-image .inner-content .discount span {
  color: #abd373;
}

/*----------------------------------------*/
/*  12. Blog
/*----------------------------------------*/
.blog-content .title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .blog-content .title {
    font-size: 21px;
  }
}
.blog-content .title a {
  color: #525252;
}
.blog-content .title a:hover {
  color: #abd373;
}
.blog-content .short-desc {
  line-height: 30px;
  margin-bottom: 45px;
}
.blog-meta {
  margin-bottom: 20px;
}
.blog-meta * {
  color: #abd373;
}
.blog-meta ul li {
  display: inline-block;
  text-transform: uppercase;
}
.blog-meta ul li:not(:last-child) {
  padding-right: 10px;
}
.blog-meta ul li i {
  vertical-align: text-bottom;
  margin-right: 5px;
  font-size: 18px;
}
.blog-img .img-full {
  height: 100%;
}
.blog-img .inner-btn i {
  border: 2px solid #abd373;
  background-color: #f6f7fb;
  color: #abd373;
  border-radius: 100%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
}
.blog-img .inner-btn-wrap {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.blog-item {
  background-color: #f6f7fb;
  padding: 35px 30px 40px 30px;
  border-radius: 10px;
}
.blog-item-wrap.list-item-wrap .blog-content {
  height: 100%;
}
.blog-item-wrap.list-item-wrap .blog-content .inner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.blog-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .blog-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-list-item .blog-img {
  width: 50%;
}
@media (max-width: 767px) {
  .blog-list-item .blog-img {
    width: 100%;
  }
}
.blog-list-item .blog-content {
  padding-right: 30px;
  width: 50%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media (max-width: 767px) {
  .blog-list-item .blog-content {
    width: 100%;
    padding-right: 0;
    padding-top: 30px;
  }
}
.blog-list-item .ratio {
  width: 50%;
}
@media (max-width: 767px) {
  .blog-list-item .ratio {
    width: 100%;
  }
}
.blog-detail-item {
  background-color: #d8e9d6;
  border-radius: 15px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
}
@media (max-width: 479px) {
  .blog-detail-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-detail-item .short-desc {
  line-height: 20px;
}
.blog-detail-item .blog-img {
  margin-bottom: 50px;
}
.blog-detail-item .blog-content .title {
  margin-bottom: 15px;
  font-size: 25px;
}
.blog-detail-item .blog-meta {
  margin-bottom: 10px;
}
.blog-detail-item .blog-meta ul li {
  font-size: 18px;
}
.blog-detail-item .blog-banner {
  padding-bottom: 50px;
}

/* ---Social With Tags--- */
.social-with-tags {
  background-color: #f6f7fb;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (max-width: 479px) {
  .social-with-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.social-with-tags .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.social-with-tags .tags .title {
  color: #5f5f5f;
  font-weight: 500;
}
.social-with-tags .tags ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
}
.social-with-tags .tags ul li:not(:last-child) {
  margin-right: 5px;
}
.social-with-tags .tags ul li a {
  color: #abd373;
}
.social-with-tags .social-link ul li:not(:last-child) {
  padding-right: 15px;
}
.social-with-tags .social-link ul li i {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #000000;
}
.social-with-tags .social-link ul li i:hover {
  color: #abd373;
}
.social-with-tags .social-link ul li.comment span {
  color: #000000;
  font-weight: 600;
  margin-right: 5px;
}

/* ---Blog Comment--- */
.blog-comment {
  background-color: #f6f7fb;
  border-radius: 15px;
  margin-top: 100px;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  .blog-comment {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-comment .heading {
  margin-bottom: 60px;
  line-height: 24px;
  font-size: 30px;
  color: #222121;
}
@media (max-width: 479px) {
  .blog-comment .heading {
    font-size: 28px;
  }
}
.blog-comment-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479px) {
  .blog-comment-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-comment-item[class*=blog-comment-item]:not(:last-child) {
  padding-bottom: 60px;
}
.blog-comment-item.relpy-item {
  padding-left: 60px;
}
@media (max-width: 479px) {
  .blog-comment-item.relpy-item {
    padding-left: 0;
  }
}
.blog-comment-img {
  width: 120px;
}
.blog-comment-img img {
  width: 100%;
}
.blog-comment-content {
  width: calc(100% - 115px);
  margin-left: 30px;
}
@media (max-width: 479px) {
  .blog-comment-content {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
}
.blog-comment-content .user-meta .date {
  color: #666666;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}
.blog-comment-content .user-name {
  color: #333333;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 5px;
}
.blog-comment-content .user-comment {
  margin-bottom: 20px;
  line-height: 30px;
}
.blog-comment-content .comment-btn {
  background-color: #343434;
  border-radius: 5px;
  width: 100px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  font-size: 14px;
}
.blog-comment-content .comment-btn:hover {
  background-color: #abd373;
}
.blog-comment-content .comment-btn.style-2 {
  background-color: #abd373;
}
.blog-comment-content .comment-btn.style-2:hover {
  background-color: #343434;
}

/*----------------------------------------*/
/*  13. Testimonial
/*----------------------------------------*/
.user-img img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.user-info-wrap {
  padding: 40px;
}

.testimonial-area {
  position: relative;
}

@media (min-width: 576px) {
  .testimonial-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonial-area .custom-space {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 479px) {
  .testimonial-area .custom-space {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.testimonial-bg {
  /* padding-top: 100px; */
  min-height: 0;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 479px) {
  .testimonial-bg {
    /* s */
    padding-left: 15px;
    padding-right: 15px;
  }
}
.testimonial-slider {
  margin: -10px;
  padding: 10px;
}
.testimonial-slider.with-bg {
  margin-top: -180px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
}
@media (max-width: 575px) {
  .testimonial-slider.with-bg {
    margin-top: -150px;
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .testimonial-slider.with-bg {
    margin-top: -85px;
    margin-top: 0;
  }
}
.testimonial-item {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  height: 485px;
  padding: 0;
}
.testimonial-item:hover:before {
  background-color: none;
}
.testimonial-item:before {

  border-bottom-left-radius: 100%;
  background-color:none;
  position: absolute;
  top: 0;
  right: 0;
  width: 125px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  padding-left: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial-item .user-name {
  text-transform: uppercase;
  color: #434343;
  font-size: 16px;
  font-weight: 800;
  /* padding-top: 25px; */
}
.testimonial-item .user-name a {
  text-decoration: none!important;
  }
.testimonial-item .user-occupation {
  color: #434343;
}
.testimonial-item .user-comment {
  color: #434343;
  font-style: italic;
  line-height: 32px;
}

/*----------------------------------------*/
/*  14. Brand
/*----------------------------------------*/
.brand-bg {
  border-radius: 10px;
  padding: 90px;
}
@media (max-width: 767px) {
  .brand-bg {
    padding: 30px;
  }
}
.brand-slider .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.brand-item:hover {
  opacity: 1;
}
.brand-nav {
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 80px;
  padding-right: 80px;
}

/*----------------------------------------*/
/*  20. Modal
/*----------------------------------------*/
.quick-view-modal .modal-dialog {
  max-width: 100%;
  width: 1125px;
}
@media (max-width: 1199px) {
  .quick-view-modal .modal-dialog {
    width: calc(100% - 30px);
    margin: 30px auto;
  }
}
.quick-view-modal .modal-content {
  border: 0;
}
.quick-view-modal .modal-header {
  padding: 1rem 2rem;
}
.quick-view-modal .modal-body {
  padding: 2rem;
}

.modal-img {
  height: 100%;
}
.modal-slider {
  border: 1px solid #dee2e6;
  height: 100%;
}
.modal-thumbs .swiper-slide {
  border: 1px solid #dee2e6;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal-thumbs .swiper-slide:hover {
  opacity: 1;
}



/*----------------------------------------*/
/*  21. Breadcrumb
/*----------------------------------------*/
.breadcrumb-height {
  /* height: 370px; */
  height: 100px;
}
.breadcrumb-heading {
  text-transform: uppercase;
  font-size: 36px;
}
@media (max-width: 479px) {
  .breadcrumb-heading {
    font-size: 24px;
  }
}
.breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.breadcrumb-item ul li {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
}
/* .breadcrumb-item ul li:not(:last-child) a {
  position: relative;
  padding-right: 25px;
  margin-right: 10px;
}
.breadcrumb-item ul li:not(:last-child) a:before {
  background-color: #abd373;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
} */

.fv-plugins-icon {
  right: 10px;
}

.breadcrumb-item ul li a {
  position: relative;
  padding-left: 25px;
  margin-left: 10px;
}
.breadcrumb-item ul li a:before {
  background-color: #abd373;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb-item ul li i {
  font-size: 16px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }
}


.product-grid-view.categories .product-item {
  height: 350px;
}


.product-grid-view.categories .product-img .primary-img {
  height: 260px;
}

/*----------------------------------------*/
/*  16. Shop
/*----------------------------------------*/
.shop-area {
  padding: 0 0;
}
.product-topbar {
  padding-bottom: 50px;
}
.product-topbar > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .product-topbar > ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.product-topbar > ul > li:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .product-topbar > ul > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.product-topbar > ul li a {
  color: #6c6c6c;
}
@media (max-width: 479px) {
  .product-topbar > ul li.product-view-wrap {
    margin-bottom: 0;
  }
}
.product-topbar > ul li.product-view-wrap > ul > li:not(:last-child) {
  margin-right: 15px;
}
.product-topbar > ul li.product-view-wrap > ul li a {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px;
}
.product-topbar > ul li.product-view-wrap > ul li a.active {
  color: #abd373;
}
.product-topbar > ul li.page-count {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px 30px;
}
.product-topbar > ul li.page-count span {
  color: #abd373;
}
.product-topbar > ul li.short .nice-select {
  border-radius: 5px;
}
.product-topbar > ul li.short .nice-select.active, .product-topbar > ul li.short .nice-select.open, .product-topbar > ul li.short .nice-select:focus {
  border-color: #dee2e6;
}
.product-topbar > ul li.short .nice-select .list {
  width: auto;
  left: auto;
  right: 0;
}
.product-list-view {
  margin-bottom: 100px;
}
.product-list-view .product-item {
  border: 1px solid #dee2e6;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-list-view .product-img .primary-img {
  height: 260px;
}
.product-list-view .product-img .secondary-img {
  height: 260px;
}
@media (max-width: 575px) {
  .product-list-view .product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-list-view .product-item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.product-list-view .product-img {
  width: 25%;
}
@media (max-width: 575px) {
  .product-list-view .product-img {
    width: 100%;  
  }
  
}
.product-list-view .product-content {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  border: 0;
  width: 75%;
  text-align: left;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media (max-width: 575px) {
  .product-list-view .product-content {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.product-list-view .product-content .product-name {
  font-size: 20px;
  margin-bottom: 0;
}
.product-list-view .product-content .rating-box {
  padding-bottom: 10px;
}
.product-list-view .product-content .rating-box ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-list-view .product-content .short-desc {
  font-size: 14px;
  line-height: 26px;
}
.product-list-view .product-add-action {
  padding-top: 20px;
  opacity: 1;
  visibility: visible;
  left: 0;
  position: inherit;
  padding-left: 5px;
}
.product-list-view .product-add-action ul li:not(:last-child) {
  padding-right: 10px;
}
.product-list-view .product-add-action ul li a i {
  border: 1px solid #dee2e6;
  border-start-start-radius: 5px;
  border-end-end-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.product-list-view .product-add-action ul li a i:hover {
  border-color: #abd373;
}

/* ---Form Message--- */
.form-message.success {
  color: #abd373;
}
.form-message.error {
  color: red;
}

/*----------------------------------------*/
/*  22. My Account
/*----------------------------------------*/
.account-page-area {
  padding-top: 0;
}
.myaccount-tab-trigger {
  display: block;
}
.myaccount-tab-trigger li {
  display: block;
}
.myaccount-tab-trigger li:first-child {
  margin-top: -1px;
}
.myaccount-tab-trigger li a {
  border: 1px solid #444444;
  display: block;
  background: #2c2c2c;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
}
.myaccount-tab-trigger li a.active {
  background: #abd373;
  border-color: #abd373;
  color: #ffffff;
}
.myaccount-tab-trigger li a.active:hover {
  color: #ffffff;
}
.myaccount-tab-trigger li a:hover {
  color: #abd373;
}
.myaccount-tab-content {
  /* border: 1px solid #dee2e6;
  padding: 30px; */
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.myaccount-dashboard p {
  margin-bottom: 20px;
}
.myaccount-dashboard p:last-child {
  margin-bottom: 0;
}
.myaccount-orders .table {
  margin-bottom: 0;
}
.myaccount-orders .table .account-order-id:hover {
  color: #abd373;
}
.myaccount-orders .table.table-hover tbody tr:hover {
  --bs-table-accent-bg: rgba(0, 0, 0, 0.02);
  color: var(--bs-table-hover-color);
}
.myaccount-orders .table td,
.myaccount-orders .table th {
  vertical-align: middle;
  text-align: center;
}
.myaccount-orders .small-title {
  margin-bottom: 15px;
}

.myaccount-orders th {
  text-transform: uppercase;
}



/* ---My Account Form Style--- */
.myaccount-form,
.myaccount-form-boxed {
  padding: 30px;
  border-radius: 0;
  border: 1px solid #dee2e6;
}
@media (max-width: 479px) {
  .myaccount-form,
.myaccount-form-boxed {
    padding: 0;
    border: 0;
  }
}
.myaccount-form .myaccount-form-inner,
.myaccount-form-boxed .myaccount-form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -20px;
}
@media (max-width: 479px) {
  .myaccount-form .myaccount-form-inner,
.myaccount-form-boxed .myaccount-form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.myaccount-form .myaccount-form-inner .single-input,
.myaccount-form-boxed .myaccount-form-inner .single-input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}
.myaccount-form .myaccount-form-inner .single-input.single-input-half,
.myaccount-form-boxed .myaccount-form-inner .single-input.single-input-half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 15px);
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media (max-width: 479px) {
  .myaccount-form .myaccount-form-inner .single-input.single-input-half,
.myaccount-form-boxed .myaccount-form-inner .single-input.single-input-half {
    max-width: 100%;
  }
}
.myaccount-form .myaccount-form-inner .single-input label,
.myaccount-form-boxed .myaccount-form-inner .single-input label {
  margin-bottom: 8px;
  display: block;
}
.myaccount-form .myaccount-form-inner .single-input input,
.myaccount-form .myaccount-form-inner .single-input select,
.myaccount-form .myaccount-form-inner .single-input textarea,
.myaccount-form-boxed .myaccount-form-inner .single-input input,
.myaccount-form-boxed .myaccount-form-inner .single-input select,
.myaccount-form-boxed .myaccount-form-inner .single-input textarea {
  padding: 0 15px;
  border: 1px solid #dee2e6;
  height: 40px;
  width: 100%;
}
.myaccount-form .myaccount-form-inner .single-input input:first-child,
.myaccount-form-boxed .myaccount-form-inner .single-input input:first-child {
  margin-top: 20px;
}
.myaccount-form .myaccount-form-inner .single-input .checkbox-input,
.myaccount-form-boxed .myaccount-form-inner .single-input .checkbox-input {
  display: inline-block;
}
.myaccount-form .myaccount-form-inner .single-input .checkbox-input label,
.myaccount-form-boxed .myaccount-form-inner .single-input .checkbox-input label {
  display: inline-block;
}
.myaccount-form .myaccount-form-inner a,
.myaccount-form-boxed .myaccount-form-inner a {
  font-size: 13px;
}
.myaccount-form .myaccount-form-inner a:hover,
.myaccount-form-boxed .myaccount-form-inner a:hover {
  color: #abd373;
}

/*----------------------------------------*/
/*  23. Login Register
/*----------------------------------------*/
.login-register-area {
  padding-top: 50px;
}

.nav-wizard {
  margin-top: 50px;
}

.login-form .form-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 ;
}

.login-form {
  -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 30px;
}
.login-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  padding-top: 11px;

  /* text-transform: capitalize; */
}

.form-client-id {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .login-form label {
    padding: 0 0;
    text-align: left;
  }
  .control-input {
    padding: 0;
  }
  .form-client-id {
    padding: 0;
  }
  .nav-wizard {
    margin-top: 35px;
  }
}
.login-form input:not([type="radio"]) {
  width: 100%;
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}
.login-form input[type=checkbox] {
  width: auto;
}
.login-form select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-radius: 0;
  line-height: 14px;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.login-form textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.login-title {
  font-size: 20px;
  line-height: 23px;
  /* text-transform: capitalize; */
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 20px;
}



/* .login-form .fv-plugins-icon {
  top: 35px;
} */

.login-form .check-box {
  float: left;
  margin-right: 70px;
}
.login-form .check-box:last-child {
  margin-right: 0;
}
.login-form .check-box input[type=checkbox] {
  display: none;
}
.login-form .check-box input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.login-form .check-box input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #dee2e6;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-form .check-box input[type=checkbox] + label:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-form .check-box input[type=checkbox]:checked + label:before {
  border: 2px solid #dee2e6;
}
.login-form .check-box input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.forgotton-password_info a {
  font-size: 14px;
}

.message {
  margin-bottom: 50px;
  padding: 0 50px;
}

.form-field {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .login-form .form-btn-wrap {
    justify-content: center;
  }

  /* .login-form {
    padding: 5px;
  }

  .login-title {
    margin: 10px;
  } */
  .message {
    padding: 0 20px;
  }
  .form-field {
    display: block;
  }

  .login-form .control-input {
    padding: 0;
  }

  .fv-plugins-bootstrap .form-group.row .fv-plugins-icon {
    right: 0;
  }
}

/*----------------------------------------*/
/*  24. Cart
/*----------------------------------------*/

.cart-area {
  padding-top: 50px;
}
.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 700;
}
.table-content table td.quantity .cart-plus-minus {
  margin: 0 auto;
}

/* .cart-area .table-content table td.quantity .cart-plus-minus {
  margin: 0;
} */

@media (max-width: 767px) {
  .cart-area .table-content table td:nth-child(3) {
    padding: 45.1px 10px;
  }
}

.coupon-all {
  margin-top: 30px;
}
.coupon-all .coupon {
  float: left;
}
.coupon-all .coupon input {
  background-color: transparent;
  border: 1px solid #dee2e6;
  font-size: 13px;
  border-radius: 0;
  height: 42px;
  width: 120px;
  padding: 0 10px;
}
.coupon-all .coupon input.button,
.coupon-all .coupon2 input.button {
  background-color: #505050;
  border: 0 none;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  height: 42px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}
.coupon-all .coupon input.button:hover,
.coupon-all .coupon2 input.button:hover {
  background-color: #abd373;
}
.coupon-all .coupon.coupon2,
.coupon-all .coupon2.coupon2 {
  float: right;
}
@media (max-width: 479px) {
  .coupon-all .coupon.coupon2,
.coupon-all .coupon2.coupon2 {
    margin-top: 15px;
  }
}

.cart-page-total {
  padding-top: 30px;
  text-align: end;
}
.cart-page-total > h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
  text-align: end;
}
.cart-page-total > ul {
  border: 1px solid #dee2e6;
}
.cart-page-total > ul li {
  list-style: none;
  font-size: 15px;
  padding: 10px 30px;
  border-bottom: 1px solid #dee2e6;
  font-weight: 700;
  text-align: left;
}
.cart-page-total > ul li:last-child {
  border-bottom: 0;
}
.cart-page-total > ul li span {
  float: right;
}
.cart-page-total a {
  background-color: #505050;
  border: 0;
  color: #ffffff;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-page-total a:hover {
  background-color: #abd373;
  color: #ffffff;
}

.cart-page-total button {
  background-color: #505050;
  border: 0;
  color: #ffffff;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-page-total button:hover {
  background-color: #abd373;
  color: #ffffff;
}
.delivery-info {
  text-align: end;
  margin-top: 30px;
}


@media (max-width: 767px) {
  .cart-page-total > h2 {
    text-align: left;
  }
  .delivery-info {
    text-align: left;
  }
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: wrap;
  }
  .cart-page-total > ul li {
    padding: 10px 20px;
  }
}
/*----------------------------------------*/
/*  26. Wishlist
/*----------------------------------------*/
.table-content .table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dee2e6;
}
.table-content table {
  border-color: #dee2e6;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .table-content table thead tr {
    display: none;
  }
}
.table-content table th,
.table-content table td {
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.table-content table th {
  border-top: medium none;
  font-size: 15px;
  text-transform: capitalize;
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}
.table-content table td {
  border-top: medium none;
  padding: 18px 10px;
 /*  vertical-align: middle; */
  font-size: 13px;
}
@media (max-width: 767px) {
  .table-content table td {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .table-content table td:nth-child(3) {
    padding: 32.1px 10px;
    display: block;
    width: 100%;
  }
}
.table-content table td.product_remove {
  font-size: 20px;
}
.table-content table td.product-thumbnail img {
  width: auto;
  width: 100px;
  object-fit: cover;
}
.table-content table td.product-name {
  font-size: 16px;
  text-transform: capitalize;
}
.table-content table td.product-name a {
text-decoration: none;
}
.table-content table td.product-price {
  font-size: 16px;
}
.table-content table td.product-stock-status span.in-stock, .table-content table td.product-stock-status span.out-stock {
  font-size: 12px;
  text-transform: capitalize;
}
.table-content table td.product-stock-status span.out-stock {
  color: #ff0000;
}
.table-content table td.cart_btn a {
  font-size: 14px;
  text-transform: uppercase;
  background: #505050;
  color: #ffffff;
  height: 40px;
  line-height: 43px;
  width: 130px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.table-content table td.cart_btn a:hover {
  background: #abd373;
  color: #ffffff;
}

/*----------------------------------------*/
/*  27. Checkout
/*----------------------------------------*/
.checkout-area {
  padding-top: 50px;
}
.coupon-accordion h3 {
  background-color: #f1f1f1;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 16px 32px 16px 56px;
  position: relative;
  width: auto;
  text-transform: none;
}
.coupon-accordion h3:before {
  content: "\e66e";
  display: inline-block;
  font-family: "Pe-icon-7-stroke";
  left: 24px;
  position: absolute;
  top: 16px;
}
.coupon-accordion span {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: none;
}
.coupon-accordion .coupon-content {
  border: 1px solid #dee2e6;
  margin-bottom: 20px;
  display: none;
  padding: 20px;
}
.coupon-accordion .coupon-content .coupon-info p {
  margin-bottom: 0;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label, .coupon-accordion .coupon-content .coupon-info p.form-row-last label {
  display: block;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label span.required, .coupon-accordion .coupon-content .coupon-info p.form-row-last label span.required {
  color: #ff0000;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first input, .coupon-accordion .coupon-content .coupon-info p.form-row-last input {
  border: 1px solid #dee2e6;
  height: 36px;
  margin: 0 0 14px;
  border-radius: 0;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
  background-color: transparent;
}
.coupon-accordion .coupon-content .coupon-info p.form-row input[type=submit] {
  background-color: #505050;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}
.coupon-accordion .coupon-content .coupon-info p.form-row input[type=checkbox] {
  height: inherit;
  position: relative;
  top: 0;
  width: inherit;
}
.coupon-accordion .coupon-content .coupon-info p.lost-password {
  margin-top: 15px;
}
.coupon-accordion .coupon-content .coupon-info p.lost-password a {
  font-size: 14px;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}
.coupon-checkout-content .coupon-info .checkout-coupon {
  margin-bottom: 0;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=text] {
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-radius: 0;
  height: 36px;
  padding-left: 10px;
  width: 170px;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=submit] {
  background: #505050;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  height: 36px;
  cursor: pointer;
  margin-left: 6px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}

/* .table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
  text-align: center;
} */

.checkout-btn-wrap {
  display: flex;
  justify-content: center;
}

.checkout-btn-wrap button {
  background-color: #505050;
  border: medium none;
  color: #ffffff;
  font-size: 17px;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}

.checkout-btn-wrap button:hover {
  background-color: #abd373;
  color: #ffffff;
}


@media (max-width: 991px) {
  .coupon-checkout-content .coupon-info .checkout-coupon .coupon-inner_btn {
    margin: 28px 0 0;
  }
}
.coupon-checkout-content .coupon-info .checkout-coupon .coupon-inner_btn:hover {
  background-color: #abd373;
}

.checkbox-form h3 {
  border-bottom: 1px solid #dee2e6;
  font-size: 25px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 991px) {
  .checkbox-form h3 {
    font-size: 18px;
  }
}
.checkbox-form .country-select {
  margin-bottom: 25px;
}
.checkbox-form .country-select .myniceselect.nice-select span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 15px;
}
.checkbox-form .checkout-form-list {
  margin-bottom: 30px;
}
.checkbox-form .checkout-form-list input[type=text],
.checkbox-form .checkout-form-list input[type=password],
.checkbox-form .checkout-form-list input[type=email] {
  border: 1px solid #dee2e6;
  background: #ffffff;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 0 0 10px;
}
.checkbox-form .checkout-form-list label {
  margin-bottom: 5px;
}
.checkbox-form .checkout-form-list.create-acc {
  margin-bottom: 15px;
}
.checkbox-form .checkout-form-list.create-acc label {
  display: inline-block;
}
.checkbox-form .country-select label, .checkbox-form.checkout-form-list label {
  margin: 0 0 5px;
  display: block;
}
.checkbox-form .country-select label span.required, .checkbox-form.checkout-form-list label span.required {
  display: inline-block;
  font-size: 24px;
  line-height: 16px;
  position: relative;
  top: 5px;
}

.different-address h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 25px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .different-address h3 label {
    font-size: 15px;
  }
}
.different-address h3 input {
  height: inherit;
  line-height: normal;
  margin: 4px 0 0;
  position: relative;
  top: 0;
  width: auto;
}

.order-notes .checkout-form-list-2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .order-notes .checkout-form-list-2 {
    margin-bottom: 30px;
  }
}
.order-notes textarea {
  background-color: transparent;
  border: 1px solid #dee2e6;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.create-account,
#ship-box-info {
  display: none;
}

.your-order {
  background: #f1f1f1;
  padding: 30px 40px 30px;
}
.your-order h3 {
  border-bottom: 1px solid #dee2e6;
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
}
.checkbox-form {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .your-order h3 {
    font-size: 18px;
  }
  .your-order {
    padding: 0;
    background-color: transparent;
  }
}
.your-order .your-order-table table {
  background: rgba(0, 0, 0, 0);
  border: medium none;
  width: 100%;
}
.your-order .your-order-table table thead {
  background-color: #f1f1f1;
}
.your-order .your-order-table table thead tr th {
  border-top: medium none;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
}
.your-order .your-order-table table thead tr th,
.your-order .your-order-table table thead tr td {
  border-bottom: 1px solid #dee2e6;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
}
.your-order .your-order-table table .cart_item:hover {
  background: #f1f1f1;
}
.your-order .your-order-table table .order-total td {
  border-bottom: medium none;
}
.your-order .your-order-table table .order-total td span {
  font-size: 20px;
}
.your-order .your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}

.order-msg {
  margin: 50px 0;
}

.payment-method {
  margin-top: 20px;
}
.payment-method .payment-accordion .card {
  border: 0;
  border-radius: 0;
  background: #f1f1f1;
}
.payment-method .payment-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f1f1f1;
  border-bottom: 0;
}
.payment-method .payment-accordion .card-body {
  padding: 0;
}
.payment-method .payment-accordion .panel.panel-default {
  margin-bottom: 20px;
}
.payment-method .payment-accordion .panel-title {
  font-size: 18px;
  cursor: pointer;
}

.order-button-payment input {
  background-color: #505050;
  border: medium none;
  color: #ffffff;
  font-size: 17px;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}
.order-button-payment input:hover {
  background-color: #abd373;
  color: #ffffff;
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}


.testimonial-area .product-overlay {
  height: 260px;
}
.product-overlay .overlay-logo {
  height: 50px;
  width: auto;
  filter: brightness(0.55);
}

.product-area .product-overlay,
.shop-area .product-overlay {
  height: 285px;
}

.banner-item .product-overlay {
  height: 280px;
  background-color: rgba(0, 0, 0, 0.55);
}


.single-product-area.no-cart .single-product-img .img-full {
  height: auto;
  max-height: 600px;
  object-fit: contain;
}

.single-product-area.no-cart .single-product-img .img-full {
  object-fit: cover;
  height: 300px;
}

.single-product-area .single-product-img .thumbs-arrow-holder .img-full {
  height: 110px;
}


@media (max-width: 479px) {

  .header-right > ul > li > a i {
  font-size: 17px;
  }
  .header-right > ul > li .minicart-btn .quantity {
  background-color: #abd373;
  border-radius: 100%;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 14px;
  position: absolute;
  top: -5px;
  right: 0;
}
.header-right {
   margin-right: -8px !important;
 }

}
.slide-content .short-desc {
  text-transform: none;
  font-size: 19px;
  line-height: 28px;
  margin-bottom: 50px;
}
.section-title {
  text-transform: uppercase;
  position: relative;
  color: #393939;
  font-size: 36px;
  line-height: 27px;
  padding-left: 90px;
  padding-right: 90px;
  font-weight: 700;
  margin-bottom: 85px;
}
.section-title a {
text-decoration: none!important;
}
.table-order-details > tbody > tr > td {
  text-align: left;
}

.table > tbody > tr > td.text-right {
  text-align: right;
}

.control-label {
  text-align: right;
}

.btn-hover-white:hover {
  color: white;
}
.product-area .swiper-container {
  overflow: visible;
}

@media (max-width: 991px) {

  header {
    height: 180px;
  }

  .shipping-area {
    margin: 0 0 50px 0;
  }

  .header-sticky {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
  }

}



@media (max-width: 767px) {
  .section-title {
    padding: 0;
  }
  .swiper-container {
    overflow: hidden;
  }

  .product-area {
    margin-bottom: 70px;
  }
  .section-title {
    line-height: 40px;
  }
  .single-product-content .service-item {
    flex: 1;
  }
  .single-product-content .service-item-wrap li:not(:last-child) {
    margin-bottom: 0;
  }
  .single-product-content .service-item-wrap li.service-item {
    margin: 0;
  }
  .single-product-content .service-item-wrap {
    gap: 5px;
  }

  .single-product-content .service-item-wrap img {
    width: 40px;    
  }

  header {
    height: 120px;
  }
  .header-sticky {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
  }
  .single-product-img .img-full {
    /* height: auto; */
    max-height: 300px;
  }
  .single-product-slider {
    margin-bottom: 0px;
  }
  .breadcrumb-height {
    height: 80px;
  }

  .single-product-slider .thumbs-button-prev, .single-product-slider .thumbs-button-next {
    opacity: 1;
    visibility: visible;
  }
  .testimonial-item {
    height: auto;
  }

  .banner-overlay {
    height: 250px;
  }

  .section-title {
    margin-bottom: 35px;
  }
  .slide-content .title {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .table-striped td {
    background-image: none;
    color: #676767;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 6px;
  }

  .table-order-items-details h3 {
    font-size: 14px;
  }

  .cart-area {
    padding: 80px 10px;
  }

  #languageButton {
    padding: 0;
  }  

  .header-right > ul .btn {
    padding: 5px;
    font-size: small;
  }

  .product-grid-view.categories .product-item {
    height: auto;
  }

  .shop-area .product-overlay {
    height: 350px;
  }
  .product-grid-view.categories .product-overlay {
    height: 350px;
  }

  .banner-item .product-overlay {
    height: 250px;
  }

}

@media (max-width: 991px) {
  .product-overlay .overlay-logo {
    height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .product-overlay .overlay-logo {
    height: 40px;
  }
}


.mt-60{
  padding-top: 60px;
}

/* Popup overlay */
.popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;

  /* Start hidden and transparent */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
/* Show popup overlay */
.popup-overlay.show-popup {
  opacity: 1;
  pointer-events: auto;
}

/* Popup box */
.popup {
  background: #ffc107;
  padding: 20px;
  border-radius: 8px;
  max-width: 300px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);

  /* Optional: slight scale for better effect */
  transform: scale(0.9);
  transition: transform 0.4s ease;
}
.popup p {
  font-size: 16px;
  padding: 0;
}
.popup-overlay.show-popup .popup {
  transform: scale(1);
}

/* Close button */
.close-btn {
  cursor: pointer;
  font-size: 20px;
  float: right;
  margin-top: -10px;
  margin-right: -10px;
}


/* NEW CSS END */
