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



	Theme Name: GROCERY THEME

	Author: CODING INSPECT

	Version: 3.0.2.0



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


/* Common Css */

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

h1,
h2,
h4,
h6 {
	color: #242424;
}


/* default font size */

.fa {
	font-size: 14px;
}

a:focus,
a:hover {
	text-decoration: none;
}

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

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #e1e1e1;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

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

.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}


/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

.mb-0 {
	margin-bottom: 0;
}

.mt-0 {
	margin-top: 0;
}

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

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

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

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

.p-0 {
	padding: 0;
}

.m-0 {
	margin: 0;
}

.fw-600 {
	font-weight: 600;
}

a,
a:hover {
	color: #3a7f3b;
}

.br-0 {
	border-radius: 0!important;
}

h3 {
	font-family: 'Grand Hotel', cursive;
	font-size: 30px;
	color: #2f2f2f;
}

h5 {
	font-weight: 600;
	color: #000;
}

section {
	padding: 35px 0;
}

.pd-30 {
	padding: 30px 0;
}

.btn-shopnow {
	text-shadow: none;
    background-color: transparent;
    border: 2px solid transparent;
    background-image: none;
    border-color: #5f5f5f;
    border-radius: 0;
    border-radius: 0px;
    text-transform: uppercase;
    color: #2f2f2f;
    font-weight: 600;
}

.btn-shopnow:hover,
.btn-shopnow:active,
.btn-shopnow.active,
.btn-shopnow.disabled,
.btn-shopnow[disabled] {
	background-color: #53b155;
	background-position: 0 -15px;
	color: #ffffff;
	border-color: #53b155;
}

.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active,
.btn-default.focus,
.btn-default.active.focus,
.btn-default:active:hover,
.btn-default.disabled,
.btn-default[disabled] {
	background-color: #E7F5E4;
	padding: 10px 40px;
	border-radius: 25px;
	color: #000;
	border-color: #E7F5E4;
	outline: none;
	border-radius: 4px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.focus,
.btn-primary.active.focus,
.btn-primary:active:hover,
.btn-primary.disabled,
.btn-primary.disabled:hover .btn-primary[disabled],
.btn-primary:visited {
	background-color: #53b155;
	background-image: none;
	padding: 8px 35px;
	border-radius: 25px;
	border-radius: 4px;
	color: #fff;
	border-color: #53b155;
	outline: none;
}

.category-thumb .btn-shopnow,
.btn-primary,


.btn-primary:hover {
	color: #fff;
	background-color: #3b863d !important;
	border-color: transparent !important;
}

.alert-success {
	position: absolute;
	top: 80px;
	right: 10px;
	z-index: 99;
	background: #53b155;
	border-radius: 0;
	color: #fff;
	border: none;
}

.alert-success a,
.alert-success button {
	color: #fff;
}

.input-group-btn .btn-primary,
.input-group-btn .btn-default,
.input-group-btn .btn-default:focus,
.input-group-btn .btn-default.focus,
.input-group-btn .btn-default:active,
.input-group-btn .btn-default:hover {
	background-color: #53b155;
	color: #fff;
	padding: 6px 12px;
	border-radius: 0;
	border-color: #53b155;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#product-compare .btn-danger {
	border-radius: 25px;
	padding: 10px 40px;
}


/******** Header Start ********/

header {
	padding: 20px 0;
}

.header-links {
	float: right;
}

header .header-links li {
	position: relative;
}

header .header-links li a,
#cart a {
	font-size: 13px;
	color: #717171;
	font-weight: 500;
	padding: 0px 0px;
	display: block;
	text-decoration: none;
	position: relative;
	    line-height: 13px;
}

header .header-links>li {
	border-right: 1px solid #ddd;
	padding:  0px;
}

header .header-links li:last-child {
	border-right: none;
}

header #form-language .btn,
header #form-currency .btn {
	padding: 0px 0px;
	font-size: 13px;
	color: #717171;
	text-shadow: none;
	font-weight: 500;
	line-height: 13px;
}

header #form-language .btn-group .dropdown-menu li .btn,
header #form-currency .btn-group .dropdown-menu li .btn {
	padding: 5px 10px;
	text-align: left;
	border: none;
	outline: none;
}

header .btn-link:focus,
header .btn-link:hover {
	text-decoration: none;
}

.header-links .dropdown-menu li a:hover,
header #form-currency .dropdown-menu .btn:hover,
header #form-language .dropdown-menu .btn:hover {
	color: #FFFFFF;
	background-color: #53b155;
	background-image: none;
}

.dropdown-menu {
	border-radius: 0;

}

#desktop-menu .dropdown-menu {
    min-width: 200px;
}

/* Search Style */

#search {
	width: 230px;
	float: none;
	margin-right: 10px;
	margin-top: 0px;
	margin: auto;
}

#search .form-control {
	border-radius: 50px 0 0 50px;
	box-shadow: none;
	border-color: #eee;
	font-style: italic;
	border-right: none;
}


/* #search .left-btn{

	display:none;

} */

#search .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #eee;
}

.btn-search,
.btn-search:focus {
	background-color: #fff;
	border-radius: 0 50px 50px 0;
	border: 1px solid #eee;
	border-left: none;
	outline: none;
}


/* Wishlist Style */

#wishlist-total {
	position: absolute;
	top: 0;
	right: 1px;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color: #53b155;
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
}


/* Cart Style */

#cart {
	float: right;
	margin-top: 10px;
}

#cart a {
	/*color:#9C9E9B;*/
	display: block;
	padding: 0px 0;
}

#cart #cart-total {
	position: absolute;
	top: 0;
	right: 1px;
	width: 15px;
	height: 15px;
	color: #fff;
	background-color: #53b155;
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
}

#cart .dropdown-menu {
	min-width: 300px;
	padding: 0;
	border-radius: 0;
}

#cart .dropdown-menu li>.table tr {
	border-bottom: 1px solid #ddd;
}

#cart .dropdown-menu li>.table tr td {
	padding: 30px 10px;
	position: relative;
	line-height: 20px;
	color: #000;
	border: none;
}

#cart .dropdown-menu li>.table {
	border-bottom: 1px solid #ddd;
}

#cart .dropdown-menu .cart-total-table tr td {
	padding: 8px 15px;
	text-transform: uppercase;
	color: #000;
	border: none;
}

#cart .dropdown-menu a {
	color: #2f2f2f;
	font-weight: 500;
}

#cart .dropdown-menu .cart-buttons {
	padding: 0 20px;
	margin-bottom: 15px;
}

#cart .dropdown-menu .cart-buttons a {
	border: 1px solid #2f2f2f;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 13px;
}

.empty-cart {
	padding: 30px;
}

.empty-cart p {
	color: #53b155;
	font-weight: 600;
	font-size: 15px;
}

.btn-black,
.btn-black:hover,
.btn-black:active,
.btn-black:focus,
.btn-black.active {
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	border-color: #000;
	position: absolute;
	top: 10px;
	right: 20px;
	width: 20px;
	height: 20px;
	padding: 0;
}

.btn-black i {
	font-size: 10px;
}


/* Menu */

.navbar {
	background-color: #F8F8F8;
	margin-bottom: 0;
	min-height: 40px;
	border: none;
}

#desktop-menu .nav>li {
	padding: 0 17px;
}

#desktop-menu .nav>li>a {
	border-bottom: 1px solid transparent;
	font-size: 14px;
	color: #000;
	padding: 10px 0;
	background: transparent;
}

.navbar .navbar-nav li a {
	color: #4C5660;
	text-transform: uppercase;
	font-weight: 700;
}

#desktop-menu .dropdown-menu {
	padding-bottom: 0;
}

#desktop-menu .nav>li>a:hover,
#desktop-menu .nav>li.open>a,
#desktop-menu .nav>li.active>a {
	background-color: transparent;
	color: #53b155;
}

#desktop-menu .nav>li>a:after {
    content: "";
    background: #53b155;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100%;
    right: 0;
    margin: 0 auto;
    border-radius: 2px;
    opacity: 0;
}

#desktop-menu .nav>li>a:hover:after,
#desktop-menu .nav>li.open>a:after,
#desktop-menu .nav>li.active>a:after {
	opacity: 1;
}

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

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

#desktop-menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 6px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#desktop-menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background-color: #53b155;
	background-image: none;
}

#desktop-menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#desktop-menu .see-all:hover,
#desktop-menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #53b155;
	background-repeat: repeat-x;
}

#category {
	float: left;
	padding: 10px 15px;
}

.navbar-toggle {
	margin-top: 0;
	margin-bottom: 0;
}

#menu {
	position: fixed;
	left: -15.625em;
	/*left or right and the width of your navigation panel*/
	width: 15.625em;
	/*should match the above value*/
}


/* The Mobile menu */

.sidebar {
	height: 100%;
	/* 100% Full-height */
	width: 0;
	/* 0 width - change this with JavaScript */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Stay on top */
	top: 0;
	left: 0;
	background-color: #111;
	/* Black*/
	overflow-x: hidden;
	/* Disable horizontal scroll */
	padding-top: 0;
	/* Place content 60px from the top */
	transition: 0.5s;
	/* 0.5 second transition effect to slide in the sidebar */
	width: 250px;
	left: -274px;
}


/* The sidebar links */

.sidebar li>a {
	padding: 8px 15px;
	text-decoration: none;
	color: #fff;
	display: block;
	transition: 0.3s;
	font-size: 13px;
}

.see-all {
	padding: 8px 15px !important;
	text-decoration: none;
	color: #fff;
	display: block;
	transition: 0.3s;
	font-size: 13px;
	font-weight: 500;
}

.sidebar li .dropdown-inner li a {
	padding: 4px 15px;
}

.sidebar .dropdown-menu {
	padding-top: 0px;
}

.sidebar li.dropdown a {
	position: relative;
}

.sidebar li.dropdown a.dropdown-toggle:before {
	position: absolute;
	right: 15px;
	top: 13px;
	content: "\f067";
	font: normal normal normal 10px/1 FontAwesome;
}

.sidebar li.dropdown.open a.dropdown-toggle:before {
	content: "\f068";
}

.sidebar h4 {
	color: #fff;
	margin: 0;
	padding: 10px;
	background: #53b155;
	text-transform: uppercase;
	font-size: 14px;
}

.sidebar .navbar-nav {
	margin: 0;
}

.sidebar .dropdown-inner {
	padding-left: 10px;
}

.sidebar .nav .open>a,
.sidebar .nav .open>a:focus,
.sidebar .nav .open>a:hover,
.sidebar .nav>li>a:focus,
.sidebar .nav>li>a:hover {
	background: transparent;
	color: #53b155;
	border-color: #53b155;
}

.see-all {
	padding-left: 10px;
}


/* Position and style the close button (top right corner) */

.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 36px;
	padding: 6px 12px;
	color: #fff;
}


/******** Header End ********/


/******** Slider START ********/

.ci_img {
	background-position: bottom center;
	background-size: cover;
}

.swiper-viewport {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
	background-color: transparent!important;
}

.swiper-content {
	position: relative;
	top: 0;
	z-index: 1;
	margin: 0 auto;
	padding: 70px 0px 250px;
}

.swiper-heading {
	text-transform: uppercase;
	color: #2f2f2f;
	font-weight: 800;
	font-size: 40px;
	color: #333;
}

.swiper-text {
	font-family: 'Grand Hotel', cursive;
	font-size: 40px;
	color: #575757;
}

.swiper-bottom-text {
	text-transform: uppercase;
	font-size: 20px;
}


/******** Slider END ********/

/******** Popular Categories START ********/

.icon-border {
	/*width: 4%;

    border-bottom: 1px solid #ddd;

    display: inline-block;

    margin-bottom: 18px;*/
}

.heading h3 {
	margin-bottom: 15px;
	margin-top: 0px;
}

span.heading-icon {
	position: relative;
}

span.heading-icon:before,
span.heading-icon:after {
	width: 43px;
	background: #e6e6e6;
	display: inline-block;
	content: '';
	position: absolute;
	left: -50px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	height: 1px;
}

span.heading-icon:after {
	left: auto;
	right: -50px;
}

.heading-icon {
	display: inline-block;
}

.heading-icon img {
	width: 28px;
}

.category-thumb {
	background-color: #fff1b5;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    box-shadow: 5px 5px 7px 0px #f2f2ff;
    margin-bottom: 15px;
}

.category-thumb h5 a {
	position: relative;
	z-index: 1;
	color: #000;
}

.category-border {
	position: absolute;
	opacity: 0;
	transition: color 0.25s;
	border: 1px solid #fff;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border-radius: 5px;
	z-index: -2;
	transition: all .4s ease;
}

.category-thumb:hover .category-border {
	opacity: 1;
	z-index: 1;
	transition: all .4s ease;
}

.category-thumb .btn-shopnow {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.owl-carousel {
	margin: 0;
}

#product_categories.owl-carousel .owl-item:nth-child(2n+1) .category-thumb {
	background-color: #ffe4e1;
}

#product_categories.owl-carousel .owl-item:nth-child(3n+1) .category-thumb {
	background-color: #EBF9E8;
}

#product_categories.owl-carousel .owl-item:nth-child(4) .category-thumb {
	background-color: #F5EDE2;
}

.owl-carousel {
	background-color: transparent;
}

.owl-wrapper-outer {
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.owl-carousel:hover .owl-nav div {
	opacity: 1;
}

.popular_categories {
	position: relative;
}

#product_categories.owl-carousel {
	margin: 0;
}

#product_categories.owl-carousel .owl-nav .owl-next {
	background-color: #59c35b;
	color: #ffffff;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: -70px;
	text-align: center;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
	outline: none;
	opacity: 0;
}

#product_categories.owl-carousel .owl-nav button span {
	font-size: 28px;
}

#product_categories.owl-carousel .owl-nav .owl-prev {
	background-color: #59c35b;
	color: #ffffff;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: -70px;
	text-align: center;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
	outline: none;
	opacity: 0;
}

.popular_categories:hover .owl-nav .owl-prev,
.popular_categories:hover .owl-nav .owl-next {
	opacity: 1 !important;
}
.ci_main_banners a{
	display: inline-block;
}


/******** Popular Categories END ********/


/******** HTML Content START ********/

.html_content {
	padding: 30px;
	border-radius: 7px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

.html_content p {
	font-weight: 500;
	font-style: italic;
}

.html_content .btn {
	background-color: transparent;
    padding: 10px 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2f2f2f;
    border-radius: 25px;
    margin-left: -30px;
    position: relative;
    z-index: 1;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 8px;
}

.html_content .btn:before {
	content: "";
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: -121px;
    height: 47px;
    width: 100%;
    right: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 1;
    -webkit-transition: .5s ease-out .5s;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    box-shadow: 5px 9px 23px 7px #61616126;
}
.btn-primary i{
	padding-right: 4px;
}

.html_content:hover .btn:before {
	left: -5px;
}


/******** HTML Content END ********/


/******** All in one tab START ********/

.allinone .nav-tabs {
	border-bottom: 0;
	text-align: center;
}

.allinone .nav-tabs .ci_tab {
	float: none;
	display: inline-block;
}

.allinone .nav-tabs .ci_tab a {
	color: #2f2f2f;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	font-size: 14px;
	padding: 10px;
	padding-top: 30px;
}

.allinone .nav-tabs .ci_tab a:after {
	content: "";
	background: #53b155;
	position: absolute;
	bottom: 3px;
	left: 0;
	height: 2px;
	width: 50%;
	right: 0;
	margin: 0 auto;
	border-radius: 2px;
	opacity: 0;
}

.allinone .nav-tabs .ci_tab.active a,
.allinone .nav-tabs .ci_tab a:hover,
.allinone .nav-tabs .ci_tab.active a:hover {
	background-color: transparent;
	color: #53b155;
	border: none;
	position: relative;
}

.allinone .nav-tabs .ci_tab.active a:after,
.allinone .nav-tabs .ci_tab a:hover:after {
	opacity: 1;
}

.product-thumb {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 5px 11px 23px -13px #e5e5e5;
	margin: 15px 0;
}

.product-thumb h5 {
	font-weight: 600;
	padding: 10px;
	background-color: #E6F4E5;
	margin: 0;
	line-height: 22px;
}


/*.product-thumb h5 a{

	color:#000;

}*/

.product-thumb p {
	color: #2f2f2f;
	line-height: 22px;
}

.allinone .owl-carousel .owl-nav .owl-next,
.allinone .owl-carousel .owl-nav .owl-prev {
	background-color: #53b155;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 15px;
	text-align: center;
	outline: none;
	position: absolute;
	top: 50%;
}

.allinone .owl-carousel .owl-nav .owl-next {
	right: -10px;
}

.allinone .owl-carousel .owl-nav .owl-prev {
	left: -10px;
}

.allinone .owl-carousel .owl-nav button span {
	font-size: 25px;
	font-weight: 800;
}


/* .allinone .btn-primary{

	margin-bottom:-15px;

} */

.main_tab {
	text-align: center;
	position: absolute;
	top: 1px;
	left: 0;
	right: 0;
}

.main_tab .ci_optags {
	font-size: 10px;
	background: #5ca719;
	display: inline-block;
	width: auto;
	margin: auto;
	border-radius: 4px;
	padding: 0 7px;
	color: #fff;
	position: relative;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-iteration-count: infinite;
	/* animation-name: fadeInUp; */
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

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

.main_tab .ci_optags:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4.5px 0 4.5px;
	border-color: #5ca719 transparent transparent transparent;
	bottom: -6px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.ci_new_image {
	position: absolute;
	top: 0;
	-ms-transform: scale(0.0, 0.0);
	/* IE 9 */
	transform: scale(0.0, 0.0);
	/* Standard syntax */
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
}

.ciproduct_carousel .single_product {
	overflow: hidden;
}

.ciproduct_carousel .product-layout .product-thumb .image {
	background-color: #fff;
}

.product-thumb .image img {
	transition: all 0.5s ease-in-out;
	/* padding: 6px; */
}

.product-thumb .ci_new_image {
	border-radius: 500px;
}

.product-thumb:hover .ci_new_image {
	z-index: 2;
	-ms-transform: scale(1, 1);
	/* IE 9 */
	transform: scale(1, 1);
	/* Standard syntax */
	border-radius: 0;
}

.ciproduct_carousel .product-thumb .image .image_btns {
	z-index: 999;
	position: absolute;
	top: 35px;
	bottom: 0;
	margin: auto;
	height: 35px;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
}

.ciproduct_carousel .product-thumb:hover .image .image_btns {
	transition: all .5s ease-in-out;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.ciproduct_carousel .product-thumb .p-desc {
	padding-top: 10px;
}

.ciproduct_carousel .product-thumb .caption {
	padding: 0;
	min-height: 236px;
	padding-bottom: 0;
	/* overflow: hidden; */
	text-align: center;
	padding-bottom: 29px !important;
}

.ciproduct_carousel .description_padding {
	padding: 0 23px;
}

.ciproduct_carousel .product-thumb .addcart_button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.ciproduct_carousel .product-thumb .image .btn_ci_default {
	margin: 0 20px;
	display: block;
	margin-bottom: 12px;
	display: inline-block;
	margin: 0 2px;
	background: #fff;
	border: 1px solid #53b155;
	text-shadow: none;
	color: #53b155;
	border-radius: 40px;
	height: 35px;
	width: 35px;
	padding: 0;
	line-height: 33px;
	transition: all 0.2s ease-in-out;
}

.ciproduct_carousel .product-thumb .image .btn_ci_default:hover {
	background: #53b155;
	color: #fff;
}

.ciproduct_carousel .product-thumb .image .btn_ci_default:disabled {
	background: #bebebe !important;
}


/******** All in one tab END ********/


/******** Latest Products START ********/

.latest_banner img {
	border-radius: 20px;
	box-shadow: 5px 11px 23px -13px #2f2f2f;
	border-radius: 20px;
	opacity: 0.6;
}

.viewmore {
	display: block;
	padding: 10px 0;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
}

.latest-product-thumb {
	margin-bottom: 20px;
	display: inline-block;
	min-height: 140px;
	width: 100%;
}

.latest-product-thumb .image {
	position: relative;
}

.latest-product-thumb .image {
	width: 60%;
    display: inline-block;
    background-color: #F9F9F9;
    border-radius: 6px;
    border: 1px solid #eee;
    float: left;
    box-shadow: 5px 11px 23px 7px #e5e5e53d;
    overflow: hidden;
}

.latest-product-thumb .caption {
	width: 40%;
	display: inline-block;
	padding: 0px 10px;
	padding-left: 15px;
}

.latest-product-thumb .caption h5 {
	margin-bottom: 15px;
}

.latest-product-thumb .caption h5 a {
	color: #242424;
	position: relative;
	display: block;
	line-height: 21px;
	font-weight: 500;
}

.latest-product-thumb .caption h5 a::after {
	content: "";
	background: #eee;
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 1px;
	width: 40%;
}

.product-label {
	background-color: #53b155;
	color: #fff;
	padding: 4px 16px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 2px;
	display: inline-block;
}

.old-price {
	color: #5C5C5C;
	text-decoration: line-through;
}

.latest-product-thumb .price span {
	font-size: 14px;
	font-weight: 500;
}

.latest_banner {
	position: relative;
	color: #fff;
	min-height: 335px;
}

.latest_banner_content {
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 25px 30px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 20px;
}

.latest_banner {
	border-radius: 20px;
	padding-top: 175px;
	min-height: auto;
}

.latest_banner_content h3 {
	color: #fff;
	font-size: 24px;
}

.latest_banner_content p {
	font-style: italic;
}

.product-thumb-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 1;
	text-align: center;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.latest-product-thumb .viewbtn {
	background-color: #fff;
	color: #53b155;
	border-color: #53b155;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #53b155;
	display: inline-block;
	margin: 0 auto;
	line-height: 28px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.latest-product-thumb .viewbtn:hover {
	background-color: #53b155;
	color: #fff;
}

.latest-product-thumb .image:hover .product-thumb-hover {
	opacity: 1;
}

.carousel-latest-products.owl-carousel .owl-nav .owl-next {
	background-color: #59c35b;
	color: #ffffff;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: -70px;
	text-align: center;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
	outline: none;
	opacity: 0;
}

.carousel-latest-products.owl-carousel .owl-nav button span {
	font-size: 28px;
}

.carousel-latest-products.owl-carousel .owl-nav .owl-prev {
	background-color: #59c35b;
	color: #ffffff;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	line-height: 20px;
	position: absolute;
	right: 50px;
	top: -70px;
	text-align: center;
	box-shadow: 0 1px 7px rgba(0, 0, 0, .2);
	outline: none;
	opacity: 0;
}

.ci_latest_product:hover .owl-nav .owl-prev,
.ci_latest_product:hover .owl-nav .owl-next {
	opacity: 1;
}


/******** Latest Products END ********/


/******** Offer Banner START ********/

.offer_banner {
	padding: 40px;
}

.offer_banner p {
	font-size: 14px;
	font-style: italic;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 25px;
}


/******** Offer Banner END ********/


/******** Special Offers START ********/

.special-offers .owl-carousel .owl-item .product-thumb {
	background-color: #F6F0D6;
}

.special-offers .owl-carousel .owl-item:nth-child(2n) .product-thumb {
	background-color: #EBF9E8;
}

.special-offers .product-thumb h5 {
	background-color: #F9F9F9;
}

.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
	top: 55%;
}


/******** Special Offers END ********/

/******** Info Blocks START ********/

.info-blocks {
	background-color: #E7F5E4;
	margin: 0px 0;
	padding: 6px;
}

#column-right .info-blocks,
#column-left .info-blocks {
	margin: 0;
}

.info-block {
	display: inline-block;
	padding: 20px 0;
	width: 100%;
}

.info-heading {
	background-color: #fff;
	max-width: 320px;
	margin: 0 auto;
	font-size: 16px;
	color: #000;
	padding: 5px 12px;
	border: 1px solid #ddd;
	border-radius: 25px;
	font-weight: 600;
	margin-top: -24px;
	line-height: 26px;
}

.info-block .icon {
	float: left;
	width: 20%;
}

.info-block .info-description {
	float: left;
	padding: 0 10px;
}

.info-block .info-description strong {
	color: #000;
	font-size: 14px;
}

#column-right .info-block .icon,
#column-left .info-block .icon {
	float: none;
	width: auto;
}

#column-right .info-block .info-description,
#column-left .info-block .info-description {
	float: none;
	text-align: center;
}

#column-right .info-block,
#column-left .info-block {
	padding: 10px 0;
}


/******** Info Blocks END ********/


/******** Carousel START ********/

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #eee;
	box-shadow: none;
}

.swiper-pagination-bullet-active {
	background: #53b155;
}


/******** Carousel END ********/


/******** Breadcrumb START ********/

.breadcrumb-wrapper {
	background-color: #2f2f2f;
	min-height: 125px;
	margin-bottom: 40px;
	background-size: cover;
}

.breadcrumb-wrapper h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 25px;
	padding: 4px 0px;
}

.breadcrumb {
	background: none;
}

.breadcrumb li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.breadcrumb-inner {
	display: inline-block;
	width: 100%;
	padding: 45px 0;
	vertical-align: middle;
}


/******** Breadcrumb END ********/


/******** Category Accordian START ********/

.category-accordian {
	border: 1px solid #ddd;
}

.category-accordian h5 {
	text-transform: uppercase;
	color: #999;
	padding: 10px;
}

.category-accordian a {
	display: block;
	padding: 10px;
	color: #2f2f2f;
	font-weight: 600;
	cursor: pointer;
}

.category-accordian .category-accordian-list-item:after {
	content: '\02795';
	font-size: 10px;
	color: #2f2f2f;
	float: right;
	margin-left: 5px;
	font-weight: 300;
}

.category-accordian .category-accordian-list-item.active {
	background-color: #f8f8f8;
}

.category-accordian .category-accordian-list-item.active:after {
	content: "\2796";
	/* Unicode character for "minus" sign (-) */
}

.category-accordian .category-accordian-list-item.active.collapsed:after {
	content: '\02795';
}


/******** Category Accordian END ********/


/******** Category Page START ********/

.category-description {
	font-style: italic;
}

#input-sort,
#input-limit {
	border-radius: 4px;
	border: 2px solid #E2E6E9;
	box-shadow: none;
	height: 35px;
}

.list-grid-buttons .btn {
	background-color: #fff;
	border: 2px solid #E2E6E9;
	box-shadow: none;
}

.list-grid-buttons .btn.active,
.list-grid-buttons .btn:hover {
	background-color:#53b155;
	border: 2px solid #53b155;
	color:#fff !important;
}

.product-layout .product-thumb {
	/*box-shadow:none;*/
}

.product-layout .product-thumb .image {
	background-color: #f9f9f9;
	position: relative;
	border-radius: 5px;
}

.product-list .product-thumb .image {
	background-color: #fff;
	border-radius: 0;
}

.product-grid .product-thumb .caption {
	padding: 10px;
	min-height: 110px;
}

.product-list .product-thumb .caption {
	min-height: 170px;
}

.product-layout .product-thumb .caption a {
	color: #2f2f2f;
}

.product-layout .product-thumb .caption a:hover {
	color: #53b155;
}

.product-layout .product-thumb .rating span {
	font-size: 7px;
}

.fresh-label {
	position: absolute;
	background-color: #53b155;
	padding: 4px 10px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	top: 10px;
	left: 10px;
	z-index: 3;
}

.product-grid .product-thumb .hover-btns {
	position: absolute;
	bottom: 10px;
	text-align: center;
	opacity: 0;
	z-index: 3;
	left: 0;
	right: 0;
	transition: all 0.5s ease-in-out;
}

.product-grid .product-thumb .hover-btns .button-group {
	    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 7px 10px;
    display: inline-block;
}
.product-grid .product-thumb .hover-btns .button-group button {
	padding-left: 8px;
	padding-right: 8px;
}
.product-grid .product-thumb:hover .hover-btns {
	opacity: 1;
}

.product-grid .product-thumb .button-group button {
	background: none;
	border: none;
	outline: none;
}

.price {
	font-size: 14px;
	font-weight: 500;
}

.product-grid .product-thumb .image {
	float: none;
}

.product-list .product-thumb {
	background-color: #f9f9f9;
	padding: 10px;
	display: inline-block;
	width: 100%;
}

.product-grid .product-description {
	display: none;
}

.product-list .rating {
	float: right;
}

.product-grid .list-price,
.product-list .grid-price,
.product-list .hover-btns,
.product-grid .list-btns {
	display: none;
}

.product-list .list-price,
.product-grid .grid-price {
	display: block;
}

.product-list .btn-list {
	padding: 6px 9px;
	background: none;
	box-shadow: none;
	border: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 0 3px;
}


/******** Category Page END ********/


/******** Pagination START ********/

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination li a:hover {
	background-color: #53b155;
	border: 2px solid #53b155;
	color: #fff;
}

.pagination>li>a,
.pagination>li>span {
	border: 2px solid #ddd;
	margin: 0 3px;
	color: #2f2f2f;
}


/******** Pagination END ********/


/******** Sidebar product START ********/

.product-listing>h5,
#column-left .product-listing .heading,
#column-right .product-listing .heading {
	display: none;
}

#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

#column-left .product-listing h5,
#column-right .product-listing h5 {
	display: block;
}

#column-left .product-listing,
#column-right .product-listing {
	border: 1px solid #f1f1f1;
	margin: 20px 0;
}

#column-left .product-listing>h5,
#column-right .product-listing>h5 {
	text-transform: uppercase;
	color: #999;
	padding: 10px;
}

#column-left .product-listing .product-thumb,
#column-right .product-listing .product-thumb {
	margin: 0;
	margin-bottom: 0;
	display: inline-block;
	padding: 10px;
	border-top: 1px solid #f1f1f1;
	border-radius: 0px;
}

#column-left .product-listing .hover-btns,
#column-right .product-listing .hover-btns,
#column-left .product-listing .product-thumb .fresh-label,
#column-right .product-listing .product-thumb .fresh-label {
	display: none;
}

#column-left .product-listing .product-thumb .image,
#column-right .product-listing .product-thumb .image {
	width: 40%;
	display: inline-block;
	background-color: #F9F9F9;
	float: left;
}

#column-left .product-listing .product-thumb .caption,
#column-right .product-listing .product-thumb .caption {
	width: 60%;
	display: inline-block;
	padding: 0px;
	padding-left: 10px;
	min-height: auto;
}

.product-listing .product-thumb .caption h5 {
	background: none;
	padding: 10px 0;
}

#column-left .product-listing .product-thumb .caption h5,
#column-right .product-listing .product-thumb .caption h5 {
	background: none;
	padding: 0;
	margin-bottom: 10px;
}

#column-left .product-listing .product-thumb .caption .pr-desc,
#column-right .product-listing .product-thumb .caption .pr-desc {
	display: none;
}


/******** Sidebar product END ********/


/******** Sidebar Banner START ********/

.sidebar-banner {
	position: relative;
}

.sidebar-banner img {
	border-radius: 4px;
}

.sidebar-banner .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	border-radius: 4px;
}

.sidebar-banner .overlay h2 {
	color: #fff;
	position: absolute;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
}


/******** Sidebar Banner END ********/


/******** Product Page START ********/

.product-info .rating .fa-stack {
	font-size: 8px;
}

.product-info .rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.product-info .rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.product-info .rating .fa-star+.fa-star-o {
	color: #E69500;
}

.product-info .price {
	margin-top: 20px;
}

.new-price {
	font-size: 25px;
}

.product-info .old-price {
	font-size: 20px;
}

.short-description {
	color: #697186;
	font-weight: 500;
}

.extra-fields li {
	font-size: 14px;
	color: #000;
	padding: 5px 0;
	font-weight: 500;
}

.extra-fields i {
	color: #53b155;
	font-size: 17px;
}

.qty {
	display: inline-block;
	position: relative;
}

.qty #input-quantity {
	margin-left: 36px;
	margin-right: 36px;
}

.cart-group {
	padding: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.qty .form-control {
	text-align: center;
	width: 60px;
	border-radius: 0;
	display: inline-block;
}

.qty .plus {
	cursor: pointer;
	display: inline-block;
	color: #2f2f2f;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #eee;
	font-weight: bold;
	position: absolute;
	top: 2px;
	top: 2px;
	right: 0px;
}

.qty .minus {
	cursor: pointer;
	display: inline-block;
	color: #2f2f2f;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #eee;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	position: absolute;
	top: 2px;
	top: 2px;
	left: 0px;
}

.minus:hover {
	background-color: #53b155;
	color: #fff;
}

.plus:hover {
	background-color: #53b155;
	color: #fff;
}

#button-cart {
	border-radius: 4px;
	padding: 8px 21px;
}

.cart-group-btn {
	background: none;
	box-shadow: none;
	outline: none;
}

.nav-tabs li a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #2f2f2f;
}

.nav-tabs li a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: none;
	border-bottom: 2px solid #53b155;
	background: none;
	color: #53b155;
}


/******** Product Page END ********/


/******** Footer START ********/

.footer {
	margin-top: 30px;
	position: relative;
	background-size: cover;
}

.wave {
	position: absolute;
	top: -1px;
	transform: rotate(180deg);
}

.footer h5 {
	font-family: 'Grand Hotel', cursive;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 25px;
}

footer {
	padding: 40px 0;
	margin-top: 50px;
}

.footer-links li a {
	color: #fff;
	display: block;
	position: relative;
	padding: 4px 15px;
}

.footer-links li a:before {
	content: "";
	position: absolute;
	margin-left: -15px;
	width: 8px;
	height: 1px;
	background: #fff;
	top: 50%;
}

.social-icons li {
	padding-right: 1px;
	padding-left: 1px;
}

.social-icons li a {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #5BB35D;
	color: #fff;
	display: block;
	line-height: 30px;
	border: 1px solid #4E453C;
	margin-bottom: 5px;
}

.social-icons li a:hover {
	background-color: #53b155;
}

.copyright {
	background-color: #0E0E0E;
	position: relative;
	padding: 10px 5px;
}

.go-top {
	width: 150px;
	position: absolute;
	margin: 0 auto;
	top: -51px;
	text-align: center;
	left: 0px;
	right: 0px;
}

.top-arrow {
	background-image: url(../image/go-top.png);
	display: inline-block;
	background-repeat: no-repeat;
	height: 68px;
	background-position: center;
	padding-top: 22px;
	width: 140px;
	cursor: pointer;
}

.top-arrow i {
	font-size: 25px;
	color: #fff;
	font-weight: 600;
}

.footer p {
	color: #B9B9BB;
	width: 100%;
	line-height: 24px;
	margin-bottom: 0px;
}

.copyright {}

.copyright p {
	color: #fff;
}

.copyright ul {
	padding: 0px 0;
}

.copyright ul li img {
	width: 70px;
}


/******** Footer END ********/

.form-control {
	padding: 6px 20px;
}

.sidebar h4,
.sidebar li>a {
	font-family: 'Montserrat', sans-serif !important;
}

section.ci_main_banners {
	padding: 25px 20px;
	padding-bottom: 50px;
}

.allinone {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.owl-carousel.owl-hidden {
  opacity: 1;
}

.rating {
	margin-bottom: 10px;
}

.fa.fa-stack {
	color: #ffc800;
}

.list-inline {
	margin-left: 0;
}

#ciQuickViewModal .fixed_view .btn {
	padding: 7px 13px;
}

.percantage_off_on_category_page {
	margin-bottom: 25px;
}

.categorie_page .categories_image {
	width: 12%;
}

.categorie_page .categories_description {
	width: 88%;
	padding-left: 15px;
}

.categorie_page .categories_image img {
	width: 100%;
}

.categorie_page .some_description {
	margin-top: 15px;
}

.primary-color {
	color: #3a7f3b !important;
}

.categorie_page .product-layout .product-thumb .caption a,
.related_products .product-layout .product-thumb .caption a {
	font-size: 14px;
	font-weight: 500;
}

.categorie_page .product-layout .product-thumb {
	box-shadow: none;
}

.categorie_page .right_categoryes .product-layout .product-thumb,
.related_products .product-layout .product-thumb {
	box-shadow: none;
	background: #ffffff;
	border: 1px solid #f3f3f3;
}

.categorie_page .right_categoryes .product-layout .product-thumb .caption,
.related_products .product-layout .product-thumb .caption {
	padding: 10px;
	min-height: 110px;
	background: #f7f7f7;
}

.categorie_page .product-layout .product-thumb .image a {
	display: block;
	position: relative;
}

.thumbnail {
	border: 1px solid #f3f3f3;
}

.related_products {
	margin-top: 25px;
}

.mfp-figure:after {
	box-shadow: 1px 0px 35px rgb(134 134 134 / 60%) !important;
}

.mfp-bg {
	background: #0000007a;
}

.ci_product_page #button-cart {
	padding: 8px 30px;
	margin-left: 10px;
}

#cart table a {
	padding: 0px 0;
}

header .fa.fa-angle-down {
	position: relative;
}

header .fa-angle-down:before {
    content: "\f107";
    position: absolute;
    top: -11px;
    right: -10px;
}
#desktop-menu .nav li.dropdown>a:before {
    content: "\f107";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: -13px;
    top: 0px;
    bottom: 0px;
    height: 14px;
    margin: auto;
}
.allinone,
.offer_banner,
.footer {
	background-attachment: fixed;
}

#mySidebar {
	left: -274px;
}

.sidebar_shadow.show_sidebar #mySidebar {
	left: -0px;
}
.well {
    background-color: #daffda;
    border: 0px solid #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default>.panel-heading {
    background-color: #daffda;
    border-color: #daffda;
}
.panel-default {
    border-color: #ebebeb;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebebeb;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ebebeb;
}
.allinone .nav-tabs .ci_tab a:focus, .allinone .nav-tabs .ci_tab a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

#desktop-menu .nav li a.active {
    color: #53b155;
}
#desktop-menu .nav li a.active:after{
    opacity: 1;
}
#desktop-menu .nav li.active.parent_active>a{
   color: #53b155  !important;
}

#menu .nav li.active.parent_active li a.active, #menu .nav li.active.parent_active li a.active:hover {
    background: #3f8cff !important;
    border: 0px !important;
    color: #fff !important;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

#desktop-menu .nav li.dropdown:hover .dropdown-menu {
	display: block;
}
a:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: 0px;
    outline-offset: 0px;
}
.search_bar_icon{
	position: fixed;
    bottom: 0px;
    top: 0px;
    margin: auto;
    z-index: 999;
    right: -50px;
    background: #3e3e3e;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgb(0 0 0 / 27%);
	transition: all 0.3s ease-in-out;
}
.search_bar_icon.search_open{
    right: 20px;
}

.search_bar_icon.click_open{
	background: #3d993f;
}
.open_ci_search{
	position: fixed;
    top: -100px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 9999;
    padding: 10px 10px;
    background: #5fb761f7;
	transition: all 0.3s ease-in-out;
}
.open_ci_search.open_search_panel{
	top:0px;
}
.search_bar_icon .fa-times {
	display: none;
	line-height: 35px;
}
.search_bar_icon.open_close_search .fa-times{
	display: block;
}

.search_bar_icon.open_close_search .fa-search{
	display: none;
}

#ciQuickViewModal .fixed_view .alert-success {
	position: relative !important;
	top: 0px;
	right: 0px;
}
.alert-success a, .alert-success button{
	font-weight: 600;
}
.alert-success {
    background: #53b155fa;
}
.latest-section{
	background-image: linear-gradient(to bottom left,#ffff , #f5f7fa);
}
.category_section{
	background: #f9f9f9;
    background-image: linear-gradient(to bottom left,#efffff , #ffffff);
}

header .header-links li a, #cart a, header #form-language .btn, header #form-currency .btn {
	padding: 3px 17px;
}
header #cart a.cart-ancer, header .header-links li.wish_icon a {
	padding: 3px 10px !important;
	width: 35px;
}
.tab-content>.active {
    display: block;
    opacity: 1;
}