@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------*/
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: black;
	font-size: 12px;
	line-height: 1.428571429;
	width: 100%;
	/* background: #f6f5f1; */
	background: #fff;
}
.common-home {
	background: #fff;
}
*:focus{
	outline: none !important;
}
h1, h3, h5, h6 {
	color: #202226;
	line-height: 1.35;
	font-family: 'Oswald', sans-serif;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a, .panel-title {
    color: #1a4760 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    
}
h2, h4 {
	color: #1a4760;
	line-height: 1.35;
	/*font-family: 'Oswald', sans-serif;*/
	font-family: sans-serif;
	
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #202226;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #78a206;
}
body ::-webkit-scrollbar-track
{
	 
	background-color: #fff;
}

body ::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
	background-color: #fff;
}

body ::-webkit-scrollbar-thumb
{
	background-color: rgba(0,0,0,0.07);	
	background-image: rgba(0,0,0,0.07);	
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
input[type=text] {
	min-width: 50px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
img{
	max-width: 100%; 
	height: auto;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.flip{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
}

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

/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #78a206;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #78a206;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #78a206;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #78a206;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #78a206;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #78a206;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #78a206;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #78a206;
}
.tooltip-inner{
	background: #78a206;
}
.alert{
	text-align: center;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
	border: none;
}
/* transition */
a:hover,.banner-3 a:hover::before,
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover,
.product-layout:hover  .action-links,
.static-policy .col:hover .text-content h2, .static-policy .col:hover .col-img .hover,
.layout1:hover .btn-wishlist, .layout1:hover .btn-compare,
.banner-2 a:hover::before, .product-image:hover .img-r,
.banner-1 > div:hover img{
	-webkit-transition: ease-in-out all .3s;
	-moz-transition: ease-in-out all .3s;
	transition: ease-in-out all .3s;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	color: #fff;
	background-color: #78a206;
	border-color: #78a206;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm, #button-credit-advance,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border: none;
	background: #1a4760;
	padding: 0px 30px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	line-height: 50px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#button-voucher, #button-credit-advance,
#button-coupon{
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
	border-radius: 20px;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 9999;
}
/* owl carousel */
.owl-container {
	margin: 0 -15px;
}
.owl-container .owl-item {
	padding: 0 15px;
}
.owl-carousel.owl-theme:hover .owl-nav div {
  opacity: 1;
}
.owl-carousel.owl-theme  .owl-dot:hover span {
	background: #78a206;
}
.owl-carousel.owl-theme  .owl-dot.active span {
  background: #78a206;
  width: 28px;
  border-radius: 10px;
}
.owl-carousel.owl-theme  .owl-dot {
	display:inline-block;
	vertical-align:top;
}
.owl-carousel.owl-theme  .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  margin: 5px;
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav {
	margin: 0;
}
.owl-carousel.owl-theme .owl-nav div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 46px;
  border: 2px solid #e1e1e1;
  text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
  /* background: transparent; */
  /* background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef; */
	background:linear-gradient(to bottom, #feda71 5%, #febb4a 100%);
	/* background: linear-gradient(top, #feda71 0%,#febb4a 100%); */
	border: 1px solid #f5b74e;
    border-color: #f5b74e #e5a73e #d6982f;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;  
    transition: all 0.3s linear;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav div:before {
	font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    font-size: 27px;
    width: 100%;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev {
  left: -55px;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev:before {
  content: "\f100";
}
.owl-carousel.owl-theme .owl-nav div.owl-next {
  right: -55px;
}
.owl-carousel.owl-theme .owl-nav div.owl-next:before {
  content: "\f101";
}
.owl-carousel.owl-theme .owl-nav div:hover {
	background: #f6f5f1;
	color: #444;
	box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
	border-color: #fff;
}
/*--------------*/

/* newsletter popup */
.b-close{
	display: block;
}
.newletter-popup{
	background: #fff;
	top: 50% !important;
	
	position: fixed !important;
	padding: 0;
	text-align: center;
	-moz-transform:  translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}
#boxes .newletter-title h2{
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 15px;
}
.newletter-popup #dialog {
	padding: 50px 20px;
}
#boxes .box-content label{
	font-weight: 400;
	max-width: 90%;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 65%;
	margin: 20px 0;
	padding:0 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-top: -1px;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	
	text-align: center;
	background: #333;
	border-radius: 0;
	cursor: pointer;
	float: right;
	padding: 5px 10px;
	color: #fff;
	margin-top: -49px;
	margin-right: -19px;
}
#popup2:hover {
	background:#78a206;
}
/* newsllter */
.newletter-subscribe-container {
	text-align: center;
}
.newletter-subscribe-container .container-inner {
}
.newletter-subscribe-container .container-inner img.icon-newletter {
	position: absolute;
	bottom:4px;
	left:-110px;
}
#dialog-normal .newletter-title {margin-bottom: 43px;}
#dialog-normal .newletter-title h3 {
	font-size: 24px;
	text-transform: capitalize;
	margin: 0 0 13px 0;
	color: #1a4760;
}
#dialog-normal .newletter-title h3 span {
	color: #78a206;
	font-weight: 500;
}

#dialog-normal .newletter-title label{
	font-size: 12px;
	color: #696969;
	display: block;
	line-height: 24px;
	=: 0
	max-width: 600px;
	max-width: 85%;
	margin: auto;
}

#dialog-normal .newleter-content{
    position: relative;
}
#subscribe-normal {
	margin-bottom: 0;
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	max-width: 600px;
}

#subscribe_email-normal{
	display: inline-block;
	padding: 15px 25px;
	padding-right: 135px;
	line-height: 30px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #e1e1e1;
	box-shadow: 0 1px 0 0 #fff;
	color: #7b7b7b;
	font-size: 12px;
	background: #e9e8e2;
	width: 100%;
	font-weight: 400;
	position: relative;
	z-index: 1;
}
#subscribe-normal .btn:hover{
	color: #333;
}
#subscribe-normal .btn {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 50px;
	text-transform: uppercase;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
	padding: 0 35px;
	background: #78a206;
	color: #fff;
	border-radius: 25px;
	font-family: 'Oswald', sans-serif;
}

#notification-normal{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
}
#notification-normal div{
	color: #FFF;
}
#notification-normal div.warning{
	color: red;
	text-align: center;
}
/* Header */
/* header-here */
/* cms block */
.banner-static {
  text-align: center;
  clear: both;
  /* overflow: hidden; */
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999999 !important;
}

.sticky + .content {
  padding-top: 102px;
}

.banner-static .owl-pagination {
	position:absolute;
	left:0;
	right:0;
	margin: auto;
	bottom: 2%;
}
.banner-static .image a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}
.banner-static .image a:hover img {
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.banner-static .image a:hover .text .link {
  background: #fff;
  color: #333333;
}
.banner-static .image a img {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.banner-static .image a .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-static .image a .text .text1,
.banner-static .image a .text .text2,
.banner-static .image a .text .text3 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.banner-static .image a:hover .text .text1 {
  -webkit-animation: fadeInUp 400ms ease-in-out;
  -moz-animation: fadeInUp 400ms ease-in-out;
  -ms-animation: fadeInUp 400ms ease-in-out;
  animation: fadeInUp 400ms ease-in-out;
}
.banner-static .image a:hover .text .text2 {
  -webkit-animation: fadeInUp 600ms ease-in-out;
  -moz-animation: fadeInUp 600ms ease-in-out;
  -ms-animation: fadeInUp 600ms ease-in-out;
  animation: fadeInUp 600ms ease-in-out;
}
.banner-static .image a:hover .text .text3 {
  -webkit-animation: fadeInUp 800ms ease-in-out;
  -moz-animation: fadeInUp 800ms ease-in-out;
  -ms-animation: fadeInUp 800ms ease-in-out;
  animation: fadeInUp 800ms ease-in-out;
}
.static-menu-bottom {
  padding: 30px 30px 5px 30px;
}
.static-sidebar {
	margin-top: 60px;
	margin-bottom: 30px;
}
.static-top-nature2 {
	margin-top: 30px;
}
@media(max-width: 480px){
    .static-top-nature2 .image {
    	/*margin-top: 30px;*/
    	/*height:133px;*/
    	height:100%;
    	width: 100%;
    	overflow: hidden;
    	vertical-align:middle;
    	padding: 0px 0;
    }
    .static-top-nature2 .col{
        margin-bottom:10px;
    }
    .item-inner .images-container .img{
        height:300px;
    }
}
.static-top-nature2 .image a {
	border-radius: 15px;
}
.static1-full {
	background: #ffffff url(../image/bg_static1.jpg) center no-repeat;
	padding: 190px 0;
}
.static-middle-nature2 {
  
}
.static-middle-nature2 .home-banner {
}
.static-middle-nature2 .home-banner  .iner-box .text {max-width: 600px;}
.static-middle-nature2 .home-banner  .iner-box .text h5 {
  color: #444444;
  font-weight: 300;
  font-size: 24px;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
}
.static-middle-nature2 .home-banner  .iner-box .text h5 span {
  color: #9db165;
  padding-left: 10px;
}
.static-middle-nature2 .home-banner  .iner-box .text h1 {
  margin: 0;
  font-size: 72px;
  font-family: 'Playfair Display', serif;
  color: #2c2c2c;
  font-weight: bold;
  line-height: 1;
}
.static-middle-nature2 .home-banner  .iner-box .text h2 {
  font-size: 24px;
  color: #9db165;
  margin: 0px;
  position: relative;
  text-transform: uppercase;
  padding-left: 55px;
  margin-top: 25px;
  padding-top: 7px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.static-middle-nature2 .home-banner  .iner-box .text h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff url(../image/before_h2.png) center no-repeat;
  height: 47px;
  width: 41px;
}
.static-middle-nature2 .home-banner  .iner-box .text p {
  margin: 0;
  font-size: 12px;
  color: #696969;
  display: block;
  margin-top: 18px;
  line-height: 24px;
}
.static-middle-nature2 .home-banner  .iner-box .text .shop {
  margin-top: 60px;
}
.static-middle-nature2 .home-banner  .iner-box .text .shop a {
  border: 2px solid #2c2c2c;
  color: #2c2c2c;
  font-size: 12px;
  border-radius: 30px;
  padding: 0 25px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Oswald,sans-serif;
}
.static-middle-nature2 .home-banner  .iner-box .text .shop a:hover {
  border-color: #78a206;
  background: #78a206;
  color: #fff;
}

/* Products */ 

.owl-item.active .item {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}
.item .item-inner {
	position: relative;
	/* z-index: 10; */
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0 0 30px;
	border: 1px solid #e7e7e7;
	border-radius: 20px;
	box-shadow: 1px 1px 0 0 #ffffff inset, 1px 1px 0 0 #ffffff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.item .item-inner:hover {
	border-color: #fff;
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #ffffff;
}
body:not(.common-home) .label-product {
	display: none;
}
.label_new,.label_sale {
	color: #fff;
	background:#78a206;
	line-height: 22px;
	padding: 0 11px;
	border-radius: 2px;
	font-weight: 400;
	text-align: center;
	position: absolute;
	top: 36px;
	left: 10px;
	text-transform: uppercase;
	font-size: 10px;
	z-index: 3;
}
.label_sale {
	background: #f26522;
	top: 10px;
}

.item-inner .images-container {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.item-inner .images-container .product-image {
	position:relative;
	display: block;
}
.item-inner .images-container img {
	margin: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;

}
.item-inner .images-container .img-r {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	opacity:0;
	visibility:hidden;
	z-index: 1;
}
.item-inner:hover .images-container .img-r {
	opacity:1;
	visibility: visible;
}

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

.item-inner .action-links button {
	width: 47px;
	height: 47px;
	margin: 3px;
	border: 1px solid #ececeb;
	line-height: 45px;
	font-size: 0;
	background: #fff;
	color: #2c2c2c;
	padding: 0;
	border-radius: 100%;
}

.item-inner .action-links button:before {
	content: "\e67e";
    font-family: 'Stroke-Gap-Icons';
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-weight: normal;
	font-size: 18px;
}
.item-inner .action-links button.btn-compare:before {
	content: "\e6a9";
}
.item-inner .action-links button.btn-quickview:before {
	content: "\e6a4"
}
button.btn-quickview span,button.btn-compare span,button.btn-wishlist span{ display:none;}

.item-inner .action-links button:hover {
	background: #78a206;
	color: #fff;
	border-color: #78a206;
}
.item-inner  button.btn-cart {
	line-height: 39px;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #ececeb;
	background: #fff;
	color: #2c2c2c;
	padding: 0 25px;
	border-radius: 20px;
}
.item-inner  button.btn-cart:hover {
	color: #fff;
	background:#78a206;
	border-color: #78a206;
}
.item-inner .caption {
	padding: 0 10px;
	background: transparent;
	text-align: center;
	position: relative;
}
.item-inner .product-des {line-height: 24px;padding-bottom: 10px;}
.product-name {
	/*margin-bottom: 35px;*/
	display: block;
	margin-top: 10px;
}
.product-name a {
	color: #202226;
	padding: 0;
	display: block;
	text-transform: capitalize;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	height:40px;
}
.product-name a:hover {
	color: #78a206;
}
.ratings {
	display:block;
}
.ratings a {
	margin-left: 15px;
	text-transform: capitalize;
	color: #adadad;
	font-size: 12px;
	line-height: 13px;
	display: inline-block;
	vertical-align: top;
}
.ratings a:hover {
	color: #78a206;
}
.ratings a.review-count:after {
	content: "|";
	margin-left: 15px;
}
.ratings .rating-box {
	display: inline-block;
	vertical-align:top;
}
.rating-box div[class^='rating']{
	background: url('../image/rating0.png') no-repeat;
	font-size: 0;
	height: 13px;
	width: 77px;
}
.rating-box div.rating1{
	background-image: url('../image/rating1.png');
}
.rating-box div.rating2{
	background-image: url('../image/rating2.png');
}
.rating-box div.rating3{
	background-image: url('../image/rating3.png');
}
.rating-box div.rating4{
	background-image: url('../image/rating4.png');
}
.rating-box div.rating5{
	background-image: url('../image/rating5.png');
}
.price-box p {
	display: inline-block;
	vertical-align:top;
	margin-bottom: 0;
}
.price-box .price-tax {
	display: none;
}
/*.price-box .price {*/
/*	color: #78a206;*/
	/*color:#3b3b3b;*/
/*	font-size: 20px;*/
/*	font-weight: bold;*/
/*	font-family: 'Open Sans',Verdana,Tahoma,Arial,Helvetica,sans-serif;*/
/*	line-height:48px;*/
/*}*/
.price-box .price {
	color: #3C8031;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Nunito Sans', 'sans-serif';
	line-height:20px;
}
.price-box p.special-price .price{
	color: #3C8031;
}
.price-box p.old-price {
	margin-left: 5px;
	padding-top: 1px;
}
.price-box p.old-price .price {
	color: #666;
	text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      text-decoration-color: red;
      -webkit-text-decoration-color: red;
	font-size: 14px;
}
.item-inner .caption .price-box {
	display: block;
}
.item-inner .caption .ratings {margin-top: 6px;margin-bottom: 3px;}
.item-inner .caption .action-links {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.item-inner .caption .price-box label {
	margin:0;
	font-size: 13px;
	color: #363f4d;
	display: none;
}
.item-inner .caption .manufacture-product {
	display: none;
}

.item-inner .caption .available {
	display: none;
}
/* module title*/
.module-title {
	position: relative;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 10px;
}
.module-title:before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url(../image/line.png) left center no-repeat;
    height: 7px;
    left: 0;
    width: 35%;
    margin-top: -3.5px;
}
.module-title:after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: url(../image/line.png) right center no-repeat;
    height: 7px;
    right: 0;
    width: 35%;
    margin-top: -3.5px;
}
.module-title h2 {
	position: relative;
	display: inline-block;
	text-transform: none;
	font-size: 30px;
	font-weight: 500;
	margin: 0;
}
.module-title h2 span {
	color: #a9a9a9;
	font-weight: 200;
}
.module-title h2:before {
	content: "";
	display: block;
	background: url(../image/bg_title_2.png) center no-repeat;
	height: 165px;
	width: 194px;
	margin: 0 auto;
	margin-bottom: -23px;
}
.module-description p {
	line-height: 24px;
	font-size: 12px;
	max-width: 720px;
	margin: auto;
	color: #696969;
}
/*-------------*/

/*product-customize*/
.module-customize1 .product-customize {
	padding: 60px 0;
}
.module-customize1 .product-customize .row {
	display: table;
}
.module-customize1 .product-customize .row .col {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.module-customize1 .product-customize .item-inner .caption {
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
	padding: 35px 15px 45px 15px;
}
.module-customize1 .product-customize .product-name a {
	font-size: 28px;
	font-weight: 700;
}
.module-customize1 .product-customize .product-name {
	margin-bottom: 3px;
}
.module-customize1 .product-customize .manufacture-product {
	color: #999;
	text-transform: capitalize;
	font-size: 22px;
	font-style: italic;
}
.module-customize1 .product-customize .manufacture-product a {
	font-style: normal;''
}
.module-customize1 .product-customize .product-des {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	padding-top: 8px;
}
.module-customize1 .product-customize .read-more {
	color: #78a206;
	text-transform: capitalize;
	text-decoration: underline;
	display: block;
	margin-top: 17px;
}
.module-customize1 .product-customize .read-more:hover {
	color: #202226;
}
.module-customize1 .product-customize .price-box .price {
	font-size: 28px;
}
.module-customize1 .product-customize .price-box p.old-price .price {
	font-size: 24px;
}
.module-customize1 .product-customize .price-box p.old-price {
	padding-top: 3px;
}
.module-customize1 .product-customize .item-inner .caption .ratings {
	margin-top: 7px;
}
.module-customize1 .product-customize .item-inner .caption .action-links {
	display: block;
	margin-top: 20px;
}
.module-customize1 .product-customize .item-inner .action-links button.btn-cart {
	float: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	background: #78a206;
	padding: 0 22px;
	color: #fff;
}
.module-customize1 .product-customize .item-inner .action-links button.btn-cart:before {
	display: none;
}
.module-customize1 .product-customize .item-inner .action-links button.btn-cart:hover {
	background: #202226;
}

/*grid-style*/
.grid-style:not(:first-child) {
	/* margin-top: 30px; */
}
.grid-style .item-inner:hover .images-container .product-image {
	/*opacity: 0.2;*/
	opacity: 1;
}
.grid-style .item-inner .action-links {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	top: 55%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.grid-style .item-inner:hover .action-links {
	opacity: 1;
	top: 50%;
}
.grid-style .item-inner .box-hover {
	position: absolute;
	/*bottom: 10px;*/
	top:0px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.grid-style .item-inner:hover .box-hover {
	bottom: 0;
	opacity: 1;
}
.grid-style .item-inner .caption .price-box {
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.grid-style .item-inner:hover .caption .price-box {
	opacity: 0;
}
/*list-style*/

.list-style .item .item-inner {
	padding: 8px;
	margin-bottom: 5px;
	background: #f6f5f1;
}
.list-style .item .item-inner:hover {
	box-shadow: 4px 6px 20px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #ffffff;
}
.list-style .item .item-inner .images-container {
    float: left;
    width: 34.375%;
}

.list-style .item .item-inner .caption {
    padding: 8px 8px 8px 20px;
    text-align: left;
    width: 65.625%;
    float: left;
    position: static;
}
.list-style .box-hover {
	position: absolute;
	right: 25px;
	bottom: 15px;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.list-style .item-inner:hover .box-hover {
	opacity: 1;
}
.list-style .product-name {
	margin-bottom: 25px;
}
.list-style .item-inner .caption .ratings {
}
.list-style .box-hover button.btn-cart {
	font-size: 0;
	width: 44px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #ebebeb;
	background: #fff;
	border-radius: 100%;
	padding: 0;
	color: #2b2b2b;
}
.list-style .box-hover button.btn-cart:before {
    content: "\e680";
    font-family: Stroke-Gap-Icons;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.list-style .box-hover button.btn-cart:hover {
	color: #fff;
	background: #78a206;
	border-color: #78a206;
}
.list-style .action-links {
	margin-top: 5px;
}
.list-style .action-links {
	opacity: 0;
}
.list-style .item-inner:hover .action-links {
	opacity: 1;
}
.list-module .module-title {
	text-align: left;
	margin-top: 86px;
}
.list-module .module-title h2 {
	font-size: 24px;
}
.list-module .module-title h2:before,.list-module .module-title:before,.list-module .module-title:after {
	display: none;
}
.products-full {
	background: url(../image/bg_product.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 225px;
}
.list-module .owl-stage-outer {
	padding-bottom: 10px;
}
/* module-style1 */

.module-style1 .item .item-inner {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.module-style1 .item {
	padding-top: 10px;
}
.module-style1 .item .item-inner:hover {
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
}
.module-style1 .box-hover {
	position: absolute;
	background: #fff;
	left: 0;
	opacity: 0;
	visibility: hidden;
	right: 0;
	top: 80%;
	z-index: 5;
	margin-top: -5px;
	padding-top: 8px;
	padding-bottom: 17px;
	box-shadow: 0px 3px 7px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.1);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
.module-style1 .item-inner:hover .box-hover {
	opacity: 1;
    visibility: visible;
    top: 100%;
}
.module-style1 .owl-carousel .owl-stage-outer {
	margin-bottom: -60px;
	padding-bottom: 60px;
	position: relative;
}
.module-style1.active .owl-carousel .owl-stage-outer {
	z-index: 5;
}
/* module-style2*/
.module-style2 {

}
.module-style2 .module-title {
	text-align: left;
	border-bottom: 1px solid #78a206;
	margin-bottom: 30px;
}
.module-style2 .module-title h2 {
	font-size: 24px;
	padding-bottom: 12px;
}
.module-style2 .module-title h2:before,.module-style2 .module-title h2:after {
	display: none;
}

/* module-style3 */

/* module-nav2 */
.module-nav2  .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  right: 16px;
  top: -47px;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	opacity: 1;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	margin: 0;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border-width: 1px;
	font-weight: normal;
	background: transparent;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div.owl-prev {
	margin-right: 8px;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div:hover {
	color: #78a206;	
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div:before {
	font-size: 12px;
}


/*--module-footer--*/
.module-footer {

}
.module-footer .module-title {
	margin-top: 0;
	margin-bottom: 25px;
	text-align: left;
}
.module-footer .module-title h2 {
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	padding-bottom: 0;
}
.module-footer .module-title h2:after,.module-footer .module-title h2:before {
	display: none;
}
.module-footer .list-style .item .item-inner {
	padding: 0;
	background: transparent;
}
.module-footer .list-style .item .item-inner .images-container {
	width: 29.63%;
	float: left;
}
.module-footer .list-style .item .item-inner .caption {
	padding-left: 20px;
}
.module-footer .list-style:not(:first-child) {
	margin-top: 20px;
}
.module-footer  .product-name a {
	color: #fff;
}
.module-footer  .product-name a:hover {
	color: #78a206;
}
.module-footer .price-box .price {
	color: #fff;
}
/* slider-group */
.slider-group {margin-top: 20px;}

/* tabs-category-slider */
.tabproducts-full {
	/*background: url(../image/bg_category.jpg) center no-repeat;*/
	background-size: cover;
	/*margin-top: 60px;*/
	margin-top: 0;
	/*padding-bottom: 90px;*/
}
.tabs-category-slider {

}
.tabs-category-slider .module-title {
	margin-bottom: 0;
}
.tabs-category-slider .tabs-categorys {
	z-index: 1;
	display: block;
	margin: auto;
	vertical-align: top;
	position: relative;
	padding: 20px 0;
	margin-top: -57px;
	margin-bottom: 30px;
}
.tabs-category-slider .tabs-categorys li {
	margin-right: 12px;
	display: inline-block;
	vertical-align: top;
}
.tabs-category-slider .tabs-categorys li:nth-child(3),
.tabs-category-slider .tabs-categorys li:nth-child(4) {
	float: right;
	margin: 0;
	margin-left: 12px;
}
.tabs-category-slider .tabs-categorys li a {
	/*font-size: 12px;*/
 /*   color: #FFFF00;*/
 /*   text-transform: none;*/
 /*   font-weight: 500;*/
 /*   cursor: pointer;*/
 /*   position: relative;*/
 /*   line-height: 24px;*/
 /*   padding: 7px 25px;*/
 /*   display: block;*/
 /*   border: 1px solid #e1e1e1;*/
 /*   border-radius: 20px;*/
 /*   background-color:#3BB9FF;*/
    box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}

.tabs-category-slider .tabs-categorys li:last-child {
	margin:0;
}
.tabs-category-slider .tabs-categorys li a:hover{
	/*color: #2c2c2c;*/
	/*background: #fff;*/
	/*border-color: #fff;*/
	/*box-shadow: 5px 6px 20px 0px rgba(0, 0, 0, 0.1);*/
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	background-color:#019ad2;
	
}

.tabs-category-slider .tabs-categorys li.active a{
    color: #2c2c2c;
    font-weight:300;
	background: #fff;
	border-color: #fff;
	box-shadow: 5px 6px 20px 0px rgba(0, 0, 0, 0.1);
    position:relative;
	top:1px;
}

/* product-tabs-container-slider */
.product-tabs-container-slider .module-title h2 {
	display: none;
}
.product-tabs-container-slider .tabs-categorys {
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 17px;
}
.product-tabs-container-slider .tabs-categorys li {
	margin-right: 35px;
	float: left;
}
.product-tabs-container-slider .tabs-categorys li a {
	font-size: 14px;
	color: #bbbbbb;
	line-height: 26px;
	
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	
}
.product-tabs-container-slider .tabs-categorys li:last-child {
	margin:0;
}
.product-tabs-container-slider .tabs-categorys li a:hover,.product-tabs-container-slider .tabs-categorys li.active a{
	color: #333333;
}
/* bestseller-products-slider */
.bestseller-products-slider {

}


/* related-products */
.related-products {

}

/* featured-categories-container */
.featured-categories-container {
}
.featured-categories-title {
	margin-bottom: 37px;
	margin-top: 38px;
	position: relative;
    display: block;
    text-align: center;
}
.featured-categories-title h2 {
	display: none;
}
.featured-categories-title:before {
	 content: "";
	 display: block;
	 margin: 0 auto;
	 margin-bottom: 10px;
	 background: url(../image/bkg_farmfood.png) center no-repeat;
	 height: 114px;
	 top: 0;
}
.fcategory-content {
	text-align: center;
	border: 1px solid #f0f0f0;
	padding: 43px 0 40px 0;
	border-radius: 20px;
	margin-top: 15px;
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.fcategory-content:hover {
	background: #f6f5f1;
	border-color: #fff;
	box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #ffffff;
}
.fcategory-content .image {
	display:block;
	margin-bottom: 21px;
	padding-bottom: 35px;
	position: relative;
}
.fcategory-content .image:after {
	content: "";
    position: absolute;
    width: 114px;
    height: 1px;
    background: url(../image/bg_line.png) center;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.featured-categories-container .content-thumb .name {margin: 0;margin-bottom: 14px;}
.featured-categories-container .content-thumb .name a {
	font-size: 18px;
	color: #6c8e01;
	display: block;
	text-transform: capitalize;
	font-weight: 500;
}
.featured-categories-container .content-thumb .name a:hover {
	text-decoration: underline;
}
.featured-categories-container .content-thumb .total-items {
	font-size: 12px;
	color: #78a206;
	margin-bottom: 0;
}
.sub-featured-categories li a {
	display: block;
	font-size: 13px;
	color: #7a7a7a;
	line-height: 24px;
}
.sub-featured-categories li a:hover {
	color: #78a206;
	padding-left: 7px;
}
.featured-categories-container .view-more {
	line-height: 29px;
	padding: 0 20px;
	color: #fff;
	text-transform: capitalize;
	background: #363f4d;
	border-radius: 3px;
	display:inline-block;
	vertical-align: top;
	margin-top: 19px;
}
.featured-categories-container .view-more:hover {
	background: #78a206;
}
/* CountDown */
.occountdown_module .module-title{
}
.occountdown_module .item-inner .images-container img {
	z-index: -2;
	position: relative;
}
.occountdown_module .item-inner .images-container .img-r {
	z-index: -1;
	position: absolute;
}
.occountdown_module .product-name {
	margin-bottom: 55px;
}
.occountdown_module .item-inner .caption {
	margin-top: 30px;
}
.occountdown_module .item .item-inner {
	padding-bottom: 60px;
}

.occountdown_module .item-inner .images-container .product-image {
	opacity: 1 !important;
}

.occountdown_module .item .item-inner:hover {
	opacity: 1;
}
.text-hurryup {
	display: none;
}
.occountdown_module .text-hurryup {
	font-size: 15px;
	color: #666666;
	position: relative;
	margin-top: 35px;
}
.occountdown_module .text-hurryup:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #eeeeee;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}
.occountdown_module .text-hurryup p {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	background: #fff;
	margin: 0;
	z-index: 2;
	position: relative;
}
.occountdown_module .text-hurryup strong {
	display: block;
	color: #202226;
	font-size: 18px;
	margin-bottom: 2px;
}

.is-countdown {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 3;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.countdown-row {
	display: inline-block;
	vertical-align: top;
}
.countdown-section {
	float: left;
	margin-right: 18px;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	font-family: 'Oswald', sans-serif;
}
.countdown-section:last-child {
	margin-right:0;
}
.countdown-amount {
	font-size: 30px;
	color: #232323;
	position: relative;
	font-weight: 500;
}

.countdown-period {
	font-size: 14px;
	color: #939393;
	font-weight: 200;
	margin-left: 3px;
}
/* testimonial */
/* testimonial */
.testimonial-container {
	margin-top: 65px;
	padding-bottom: 20px;
}
.testimonial-container .module-title {display: none;}
.testimonial-content{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.testimonial-box {
	position: relative;
	padding-top: 80px;
	max-width: 82%;
	margin: auto;
}
/*.testimonial-box:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	width: 62px;*/
/*	height: 49px;*/
/*	background: url(../image/icon_testimor.png);*/
/*	top: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	margin: auto;*/
		
/*}*/
.testimonial-box a {
	color: #696969;
}
.testimonial-author {
	font-size: 14px;
	font-weight: 600;
	color: #2c2c2c;
	margin-top: 12px;
	display: block;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	opacity: 0;
}
.current .testimonial-author{
	opacity: 1;
}
.testimonial-container ul.thumb {
	text-align: center;
	max-width: 400px;
	margin: auto;
}
.testimonial-container ul.thumb li {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.testimonial-container ul.thumb li img {
	opacity: 0.4;
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.testimonial-container ul.thumb .current li img {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.testimonial-container ul.thumb li:hover img {
	opacity: 1;
}
.row-testimonials {
	padding: 20px;
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
	text-align: center;
}
/* corporate */
.ma-corporate-about {
  text-align: center;
  margin-top: 50px;
  overflow: hidden;
  
}
.ma-corporate-about .container-inner {
	border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #fff;
}
.ma-corporate-about .inner {
	padding: 20px 0;
	border-bottom: 1px solid #e1e1e1;
  	border-top: 1px solid #fff;
}
.ma-corporate-about .col {
	background: url(../image/line_right.png) right center no-repeat;	
}
.ma-corporate-about .col:last-child {
	background: none;
}
.ma-corporate-about .block-wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 77px;
  background: url(../image/icon/free-delivery.png) left center no-repeat;
}
.ma-corporate-about .block-wrapper.wrapper2 {
	background: url(../image/icon/customer-satisfaction.png) left center no-repeat;
	padding-left: 67px;
}
.ma-corporate-about .block-wrapper.wrapper3 {
	background: url(../image/icon/next-day-delivery.png) left center no-repeat;
	padding-left: 70px;
}
.ma-corporate-about .block-wrapper .text-des {
  display: block;
  position: relative;
  max-width: 225px;
}
.ma-corporate-about .block-wrapper .text-des h3 {
  font-weight: 500;
  color: #1a4760;
  text-transform: capitalize;
  margin: 0;
  font-size: 18px;
  display: block;
  margin-bottom: 7px;
  font-family: 'Poppins', sans-serif;
}
.ma-corporate-about .block-wrapper .text-des p {
  display: block;
  margin: 0;
  line-height: 24px;
  color: #000;
}
/* End Corporate */
.menu-recent {
}
.menu-recent .module-title {
	margin-bottom: 43px;
}

.menu-recent .row_items .articles-inner:not(:first-child) {
	margin-top:20px;
}
.menu-recent .articles-image {
	position: relative;
}
.menu-recent .aritcles-content {text-align: center;
/*border: 1px solid #e8e8e8;*/
border-top: 0;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;overflow: hidden;padding: 30px 15px;}
.menu-recent .aritcles-content .content-inner {
}
.menu-recent .articles-image a {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	position: relative;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.menu-recent .articles-image a img {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.menu-recent .articles-image a:hover img {
	-moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.articles-name {
	display: block;
	font-size: 18px;
	text-transform: none;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	margin-bottom: 10px;
	color: #202226;
	font-family: 'Oswald', sans-serif;
}
.articles-date {
	font-size: 12px;
	text-transform: capitalize;
	color: #9d9d9d;
	margin-bottom: 25px;
}
.articles-date .artice-day {
}
.articles-date .author-name span {
	color: #78a206;
}
.articles-intro p {
	line-height: 24px;
	font-size: 12px;
	padding: 0;
	font-weight: 400;
	margin: 0;
	color: #696969;
}
.menu-recent .read-more {
	color: #2c2c2c;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin-top: 29px;
	margin-bottom: 5px;
	padding: 0 30px;
	line-height: 39px;
	border: 2px solid #e1e1e1;
	font-family: 'Oswald', sans-serif;
	border-radius: 20px;
}
.menu-recent .read-more:hover {
	color: #fff;
	background: #78a206;
	border-color: #78a206;
}
.blog-blog .intro-content img,.blog-article .article-description img {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.blog-blog .article-list,.blog-article .article-container{
	clear: both;
	overflow: hidden;
	margin-bottom: 15px;
}
.article-description p,.intro-content p {
	line-height: 24px;
}
/*----instagram_block_home----*/
#instagram_block_home {
	position: relative;
}
#instagram_block_home .title_block {
	
}
#instagram_block_home .title_block h3 {
	
margin-bottom: 36px;
}
#instagram_block_home a.fancybox {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	max-width: 100%;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	border-radius: 4px;
}
#instagram_block_home a.fancybox:last-child {
	margin: 0;
}
#instagram_block_home a.fancybox img {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#instagram_block_home a.fancybox:hover img {
	-moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
/* brand */
.brand-slider img {
	display:inline-block;
	vertical-align:top;
	opacity: 0.6;
}
.brand-slider img:hover {opacity:1;}
.brand-slider {
	padding: 46px 0;
	text-align: center;
}
/* Social */
.follow {text-align: center;margin-top: 45px;margin-bottom: 45px;}
ul.link-follow {
  display: inline-block;
  vertical-align: top;
}
ul.link-follow li {
  float: left;
  margin-right: 18px;
  margin-top: 5px;
}
ul.link-follow li:last-child {
  margin-right: 0;
}
ul.link-follow li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #b6b6b6;
  background: transparent;
  border-radius: 100%;
  font-size: 0;
  line-height: 40px;
  padding: 0;
  width: 42px;
  height: 42px;
  border: 1px solid #e1e1e1;
  text-align: center;
  box-shadow: 0 1px 0 0 #fff;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
ul.link-follow li a:before {
  font-size: 14px;
}
ul.link-follow li a span {
  display: none;
}
ul.link-follow li a:hover {
  border-color: #fff;
  color: #2c2c2c;
  box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
}
/* footer */
/* footer */
.common-home footer {
	
}
footer{
	/*background: #f6f5f1 url(https://eastfishonline.com/catalog/view/theme/fish-store/image/bkg_footer.jpg) top center no-repeat;*/
	background-size: cover;
	margin-top: 60px;
	/*padding-top: 170px;*/
}
.footer-logo{
    width:100%;
    margin-bottom:5px;
}

/*.foot-add{*/
/*    display: inline-flex;*/
/*    padding:5px;*/
/*    background-color:#fff;*/
/*    color:#000;*/
/*}*/
/*.footer-logo img{*/
/*    width:100%;*/
/*    height:auto;*/
/*    text-align:left;*/
/*}*/
.main-footer {
	background: #f2f7fa;
	background-size: cover;
	/*margin-top: 60px;*/
	/*padding-top: 170px;*/
	color:#000;
}

.main-footer p{
    /*display: inline-flex;*/
    /*padding:5px;*/
    /*background-color:#fff;*/
    color:#000;
    font-size:14px;
}
.footer-top {
	padding: 52px 0 60px 0;
}
footer .col-footer{
	margin-bottom: 40px;
}
.col1 .footer-title {
	display: none;
}
.footer-title h3{
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	margin-bottom: 24px;
	margin-top: 10px;
	/*display: inline-flex;*/
 /*   padding:5px;*/
 /*   background-color:#fff;*/
 /*   color:#000;*/
}

.footer-content {
	line-height: 24px;
	font-size: 12px;
	color: #696969;
	font-weight: 400;
}
.footer-content .des {
	/*margin-top: 32px;*/
	margin-bottom: 20px;
}
.footer-contact {
}
.footer-contact li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 7px;
}
.footer-contact li:last-child {
	margin-bottom: 0;
}
.footer-contact li:before {
  content: "\e6ab";
  font-family:'Stroke-Gap-Icons';
  font-size: 16px;
  color: #78a206;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.footer-contact .phone:before {
  content: "\e640";
}
.footer-contact .email:before {
  content: "\e6b7";
  font-size: 14px;
}
.footer-payment {
	display:block;
	margin-top: 33px;
}
.footer-payment label {
	color:#57626f;
	margin-bottom: 10px;
	display: block;
}
footer .list-unstyled.text-content li a:hover{
	color: #78a206;
	padding-left: 7px;
}
footer .list-unstyled.text-content li a{
    /*color: #696969;*/
    display: block;
    font-weight: 400;
    padding: 4.5px 0;
    /*display: inline-flex;*/
    /*padding:5px;*/
    /*background-color:#fff;*/
    color:#000;
}
.footer-middle {
	background:#232f3e;
}
.footer-middle .container-inner {
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.05);
}
.tag-static{
	
}
.tag-static li a:first-child{
	padding: 0 15px;
	font-weight: 400;
	color: #fff;
	background:#37475a;
	border-radius: 2px;
	margin-right: 8px;
}
.tag-static li a:first-child:after,.tag-static li a:last-child:after {
	display:none;
}
.tag-static li a {
	line-height: 32px;
	text-transform: capitalize;
	color: #5b697b;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.tag-static li a:after {
	content:"/";
	display: inline-block;
	vertical-align: top;
	margin:0 9px;
	color: #5b697b;
}
.tag-static li a:hover {
	color: #fff;
}

.tag-static li {
	display: block;
	margin-bottom: 8px;
}
.tag-static li:last-child {
	margin-bottom:0;
}
.footer-bottom {
	text-align: center;
}
.footer-bottom .container-inner {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 25px 0;
}

.footer-bottom .footer-copyright {
	/*color: #818181;*/
	font-size: 12px;
	/*background: none;*/
	text-transform: capitalize;
	font-weight: 400;
	padding: 10px 0;
	float: left;
	display: inline-flex;
    padding:5px;
    background-color:#fff;
    color:#000;
}
.footer-bottom .footer-copyright a {
	color: #78a206;
}
.footer-bottom .footer-copyright a:hover {
	text-decoration: underline;
}
.footer-bottom .payment {
	float: right;
	padding: 5px 0;
}

#back-top i{
	font-size: 18px;
}
#back-top:hover{
	background: #78a206;
}
#back-top{
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: rgba(35, 47, 62, 0.7);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	color: #fff;
	display: none;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	box-shadow: 0px 0px 1px 1px rgba(255,255,255,.1);
}
/* breadcrumb */
/*.common-home .breadcrumbs {*/
/*	display: none;*/
/*}*/
/*.breadcrumbs {*/
/*	position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    text-align: center;*/
/*    top: 50%;*/
/*    -moz-transform: translateY(-50%);*/
/*    -webkit-transform: translateY(-50%);*/
/*    -o-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*}*/
/*.breadcrumb{*/
/*	margin: 10px 0;*/
/*	background: none;*/
/*	padding: 0;*/
/*	text-transform: capitalize;*/
/*}*/
/*.breadcrumb li:before {*/
/*	margin: 0 3px;*/
/*}*/
/*.breadcrumb li a:hover,*/
/*.breadcrumb li:last-child a{*/
/*	color: #78a206;*/
/*}*/
/*.breadcrumb li a{*/
/*	color: #292929;*/
/*	font-size: 12px;*/
/*}*/

/*.breadcrumb-area {*/
/*    padding: 10px 0;*/
/*    margin-top: 5px;*/
/*}*/
/*.bg-gray {*/
/*    background: #F8F8F8;*/
/*}*/

.breadcrumb-area {
  padding: 10px 0;
  margin-top: 5px;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
}
.breadcrumb-item {
  display: inline-block;
  font-size: 14px;
}
.breadcrumb-list li a {
  color: #333;
}
.breadcrumb-list li a:hover {
  color: #EB3E32;
}
.breadcrumb-list li.active {
  color: #EB3E32;
}

/*----------*/
.category-module .li a.active,
.category-module .li a:hover{
	color: #78a206
}
.category-module .li{
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
}
.category-module .li a{
	text-transform: capitalize;
	display: block;
	line-height: 30px;
}
.category-module > .ul{
	margin: 0;
	padding: 0 20px;
	border: 2px solid #78a206;
	border-top: 0;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.category-module .list-child{
	padding-left: 30px;
}
.category-module{
	margin-bottom: 55px;
}
.category-module h3{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	background: #78a206;
	font-weight: 900;
	width: 100%;
	padding: 15px 20px;
	margin: 0;
	line-height: 30px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
/* toolbar */
.text-refine {
	margin-top:0; 
}
.category-image {
	margin-bottom: 20px;
}
.category-image img {
	border: none;
}
#compare-total ,.list-cate{
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.list-cate li {
	padding: 5px 0;
}
.toolbar-products {
	padding: 7px 15px;
	border: 1px solid #e1e1e1;
	margin-bottom: 35px;
	border-radius: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	box-shadow: inset 0 0 0 1px #ffffff;
}
.toolbar-products.toolbar-bottom {
	margin-bottom:0;
	margin-top: 20px;
	border: 0;
	border-top: 1px solid #e1e1e1;
	box-shadow: inset 0 1px 0 0 #ffffff;
}
.toolbar-products .modes {
	display:inline-block;
	vertical-align: top;
	padding: 7.5px 0;
}
.toolbar-products .toolbar-amount {
	line-height: 30px;
	padding: 0;
	font-size: 12px;
	color: #7b7b7b;
	display: inline-block;
	vertical-align: top;
	padding: 7.5px 0;
}

.modes button {
	width: 30px;
	height: 30px;
	color: #fff;
	padding: 0;
	margin-right: 2px;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	border: none;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
#grid-view {
	background: url(../image/bkg_grid.png) center no-repeat;
}
#grid-view.selected,#grid-view:hover {
	background: url(../image/bkg_grid_hover.png) center no-repeat;
}
#list-view {
	background: url(../image/bkg_list.png) center no-repeat;
	margin: 0;
}
#list-view.selected,#list-view:hover {
	background: url(../image/bkg_list_hover.png) center no-repeat;
}
.toolbar-products .sorter {
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .limiter {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .sorter label,.toolbar-products .limiter label {
	display:inline-block;
	vertical-align: top;
	line-height: 35px;
	margin: 0 15px 0 0;
	color: #3e3e3e;
	font-size: 12px;
}
.toolbar-products .sorter select, .toolbar-products .limiter select {
	padding: 0 10px;
	height: 35px;
	min-width: 95px;
	font-size: 12px;
	color: #898888;
	display: inline-block;
	vertical-align: top;
	background: transparent;
	border-radius: 20px;
	width: auto;
	border: 1px solid #e1e1e1;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.toolbar-products .pages {
	display:inline-block;
	vertical-align: top;
	padding: 5px 0;
}
.toolbar-products .pages ul {
	margin: 0;
	border-radius:0;
}
.toolbar-products .pages ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.toolbar-products .pages ul li a {
	color: #949494;
	font-size: 12px;
	font-weight: 500;
	padding: 0;
	width: 35px;
	border-radius: 100%;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #e2e2e2;
	background: transparent;
	box-shadow: inset 0 0 0 1px #fff;
	font-family: 'Oswald', sans-serif;
}
.toolbar-products .pages ul li span {
	color: #fff;
	background: #78a206;
	font-size: 12px;
	border: 1px solid #fff;
	padding: 0;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	line-height: 33px;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
}
.toolbar-products .pages ul li.active span,.toolbar-products .pages ul li:hover a {
	border-color: #fff;
	background: #fff;
	color: #2c2c2c;
    box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
}
/* category */
.category-img {
	display: block;
	margin-bottom: 20px;
	border-radius: 3px;
	overflow: hidden;
}
.category-img img {
	border: none;
}
.custom-products {
	border-right: 0;
	border-bottom: 0;
	display: inline-block;
	vertical-align:top;
	width: 100%;
}
.custom-products .product-grid {
	margin-bottom: 0;
	margin-top: 0;
}
.custom-products .item .item-inner {
	margin-top: 0;
}

.category-info .box-image {
	position: relative;
	text-align: center;
}
.category-name {
	/*text-transform: uppercase;*/
	font-weight: 500;
	font-size: 36px;
	color: #1a4760;
	margin-bottom: 8px;
	margin-top: 0;
	font-family: 'Montserrat', sans-serif;
}
.category-name.ifthumb {
	position: absolute;
	color: #fff;
	
	left: 0;
	right: 0;
	margin:auto;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-grid .product-des {
	display: none;
}
.product-grid .item {
}
.product-list {margin-bottom: 30px;padding: 0 15px;}
.product-list .item-inner {
	padding: 30px;
}
.product-list .col-image, .product-list .col-des {
	padding: 0;
}
.product-list .item-inner .images-container {
	padding: 1px;
}
.product-list .caption {
	text-align: left;
	padding: 0;
	padding-left: 30px;
}
.product-list .product-name {
	margin-bottom: 25px;
}

.product-list .item-inner .caption .price-box {
	margin-top: 20px;
}

.product-list .product-des {
	line-height: 24px;
	padding: 17px 0;
	margin-bottom: 15px;
	margin-top: 25px;
	border-top: 1px solid #e1e1e1;
	box-shadow: inset 0 1px 0 0 #fff;
}
.product-list .item-inner button.btn-cart {
	background: #78a206;
	color: #fff;
	border-color: #78a206;
}
.product-list .item-inner button.btn-cart:hover {
	background: #fff;
	color: #78a206; 
}
.product-list .item-inner .action-links {
	position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 3;
    text-align: center;
    top: 55%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.product-list .item-inner:hover .action-links {
	top: 50%;
	opacity: 1;
}
.product-list .item-inner:hover .images-container .product-image {
	/*opacity: 0.2;*/
	opacity: 1;
}
/* product detail */
.product-quickview .product-info-main .button-cart {
	min-width: auto;
}
.product-quickview .zoomContainer .zoomLens {
	display: none !important;
}
.product-quickview .thumbnails {
	pointer-events: none;
}
.thumbnails {
	padding: 1px;
	border: 1px solid #e7e7e7;
	border-radius: 20px;
	box-shadow: 1px 1px 0 0 #ffffff inset, 1px 1px 0 0 #ffffff;
}
.thumbnails img,.thumbnails .thumbnail {
	border-radius: 20px;
	background: transparent;
}
.thumbnail, .img-thumbnail {
	-webkit-box-shadow:none;
	box-shadow: none;
	padding:0;
	border-radius:0;
	border: none;
	margin: 0;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #ddd;
}
.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #78a206 !important;
}
.image-additional-container {margin-top: 20px;}
.image-additional-container .thumbnail{
	
margin: 0;
	
border: 1px solid #e7e7e7;
	
border-radius: 15px;
	
box-shadow: 1px 1px 0 0 #ffffff inset, 1px 1px 0 0 #ffffff;
	
background: transparent;
	
padding: 1px;
}
.image-additional-container .thumbnail img {
	 border-radius: 15px;
}
.image-additional-container .thumbnail:hover,.image-additional-container .thumbnail.current-additional {
	border-color: #78a206;
}
.owl-style3 .owl-carousel.owl-theme .owl-nav div {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: -18px;
}
.owl-style3 .owl-carousel.owl-theme .owl-nav div.owl-prev {
	opacity: 1;
}
.owl-style3 .owl-carousel.owl-theme .owl-nav div.owl-next {
	opacity: 1;
}
#product-product .column-main {
}
.product-info-main .product-name {
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 0 27px 0;
	font-family: 'Poppins', sans-serif;
}
.product-info-main .price-box {
	display:block;
	margin-top: 22px;
}
.product-info-main .price-box .price {/* font-size: 24px; */}
.product-info-main .price-box p.old-price .price {
}
.product-info-main .price-box p.old-price {
}
.product-info-main .ratings {
}
.product-info-main .short-des {
	line-height: 24px;
	padding: 30px 0;
	padding-bottom: 20px;
	margin-top: 13px;
	color: black;
	border-top: 1px solid #e1e1e1;
	box-shadow: inset 0 1px 0 0 #fff;
	font-size:1.2em;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    height: 30px;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    width: 30px;
    font-size: 14px;
    border-radius: 100%;
    padding: 0;
    color: #b4b4b4;
    float: left;
    background: #fff;
    border: 1px solid #e3e3e2;
}
 #minus2:hover, #plus2:hover,
#minus:hover, #plus:hover {
	background: #78a206;
	border-color: #78a206;
	color: #fff;
}
#input-quantity2,
#input-quantity {
    width: 42px;
    min-width: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #353535;
}
.product-info-main .form-group {
	display:inline-block;
	vertical-align: top;
	width: 100%;
}
label[for='input-quantity']{
	float: left;
	line-height: 42px;
	margin-right: 30px;
	margin-bottom: 0;
	color: #353535;
	font-size: 14px;
	font-weight: 400;
}
.product-info-main .button-cart{
	font-size: 12px;
	line-height: 42px;
	padding: 0 25px;
	background: #78a206;
	float: left;
	margin-top: 12.5px;
	font-weight: 500;
	border-radius: 20px;
	margin-right: 15px;
}
.product-info-main .button-cart:hover {
	background: #202226;
}
.product-info-main button.btn-wishlist {margin-right: 15px;}
.product-info-main button.btn-wishlist,.product-info-main button.btn-compare {
	float: left;
	margin-top: 10px;
	width: 47px;
	height: 47px;
	border: 1px solid #ececeb;
	background: #fff;
	font-size: 0;
	text-transform: capitalize;
	color: #2c2c2c;
	border-radius: 100%;
	line-height: 45px;
	padding: 0;
}
.product-info-main button.btn-wishlist:hover,.product-info-main button.btn-compare:hover {
	background: #78a206;
	border-color: #78a206;
	color: #fff;
}
.product-info-main button.btn-wishlist:before,.product-info-main button.btn-compare:before {
	content: "\e67e";
	font-family:'Stroke-Gap-Icons';
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 9px;
	font-size: 18px;
}
.product-info-main button.btn-compare:before {
	content: "\e6a9";
}

#product2.has-option,
#product.has-option{
	max-height: 300px;
	overflow: auto;
	border: 1px solid #e1e1e1;
	padding: 20px;
}
#product + div{
	margin: 20px 0;
}
.quantity-box {
	float: left;
	margin-right: 15px;
	border: 1px solid #e7e7e7;
	border-radius: 25px;
	padding: 5px;
	box-shadow: 1px 1px 0 0 #ffffff inset, 1px 1px 0 0 #ffffff;
}
.product-info-main label[for='input-quantity'], .product-info-main .quantity-box {
	margin-top: 12.5px;
}
.product-info-main .box-options {
	margin-top: 5px;
	padding: 15px 0;
}
.product-info-main ul.list-unstyled {
	 
}
.product-info-main ul.list-unstyled li {
	display: block;
	line-height: 24px;
}
.product-info-main ul.list-unstyled li span,.product-info-main ul.list-unstyled li a {
	color: #93c241;
}
.product-info-main ul.list-unstyled li a:hover {
	text-decoration: underline;
}

.product-info-detailed {
	margin-top: 60px;
}
.product-info-detailed .nav-tabs {
	margin-bottom: 0;
	border-bottom: 0;
	text-align: center;
}
.product-info-detailed .nav-tabs li {
	margin-bottom: 0;
	position: relative;
	padding: 0 20px;
	float: none;
	display: inline-block;
	vertical-align: top;
	
}

.product-info-detailed .nav-tabs li:last-child {
	margin-right:0;
}

.product-info-detailed .nav-tabs li a {
	font-size: 24px;
	color: #bebebe !important;
	text-transform: capitalize;
	font-weight: 500;
	border-radius: 0;
	border: none !important;
	padding: 15px 0;
	margin: 0;
	background: none !important;
	position: relative;
	font-family: 'Oswald', sans-serif;
}


.product-info-detailed .nav-tabs li a:hover,.product-info-detailed .nav-tabs li.active a {
	background: none;
	color: #484848 !important;
}
.product-info-detailed .tab-content {
	line-height: 30px;
	padding: 30px 25px;
	background: transparent;
	color: #898989;
	font-size: 12px;
}
#tab-description p {
	margin:0;
}
.bootstrap-datetimepicker-widget a[data-action]{
	padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
	background: none !important;
}
.bootstrap-datetimepicker-widget td span{
	height: 40px !important;
	line-height: 40px !important;
	margin: 0px !important;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	margin: 0;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
#map-canvas{
	min-height: 400px;
	margin: 20px 0;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}



#content{
	min-height: 300px;
}

#cart .dropdown-menu {
    margin: 0;
    padding: 10px 30px 0 30px !important;
    width: 350px;
    right: 0;
    list-style: none none;
    border: 0;
    background: #fff;
    margin-top: 11px;
    box-sizing: border-box;
    border-radius: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
}
#cart .dropdown-menu:after,#cart .dropdown-menu:before {
	border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
#cart .dropdown-menu:before {
	border: 7px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99;
	right: 26px;
	top: -12px;
	opacity: 0;
}
#cart .dropdown-menu:after {
	border: 8px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 98;
	right: 10px;
	top: -15px;
}
#cart .info-item >a {
	font-size: 14px;
	font-weight: 500;
	color: #232323;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
#cart .info-item >a:hover {
	color: #78a206;
}
#cart .cart-close {
	position: absolute;
	top: 20px;
	right: 0;
	font-weight: 400;
}
#cart .cart-empty{
	padding-bottom: 25px;
	padding-top: 15px; 
}
#cart .dropdown-menu p{
	margin: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
	border: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	display: block;
}
#cart .table > tbody > tr > td{
	border: none;
	padding: 0;
	color: #3e3d43;
	font-size: 14px;
	font-family: Helvetica, Arial,sans-serif;
	font-weight: 600;
	/*font-weight: 500;*/
	/*text-transform: uppercase;*/
}
#cart .cart-close button{
	background: none;
	color: #bababa;
	background: #fff;
	border-radius: 100%;
	border: 0;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 15px;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#cart .cart-close button:hover {
	color: #78a206;
	border-color: #78a206;
}
#cart .cart-close button i { line-height: inherit;}
#cart .cart-quantity{
	color: #969696;
	line-height: 20px;
	display: block;
	padding: 5px 0;
	font-size: 12px;
}
#cart .cart-price {
	font-size: 16px;
	font-weight: 600;
	color: #960018;
	padding-top: 2px;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
}
#cart .cart-name {
	color: #363f4d;
	font-size: 14px;
	line-height: 18px;
	display: block;
}
#cart .cart-name:hover {
	color: #78a206;
}
#cart .dropdown-menu .cart-button{margin: 0 -30px;padding: 30px;background: #292929;}
#cart p.cart-button a:last-child{margin-right: 0;}
#cart p.cart-button a{
	background: #202226;
	color: #fff;
	line-height: 43px;
	border: 2px solid #fff;
	text-align: center;
	padding: 0 30px;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 15px;
	border-radius: 25px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	font-family: 'Oswald', sans-serif;
}
#cart p.cart-button a strong {
	font-weight: 400;
}
#cart p.cart-button a:hover{
	color: #fff;
	background: #78a206;
	border-color: #78a206;
}
#cart p.cart-button a:hover i{
	color: #fff;
}
#cart p.cart-button a i{
	padding-left: 5px;
	font-size: 10px;
	display: none;
}
#cart .dropdown-menu .info-item{
	padding-left: 10px;
	padding-right: 15px;
}
#cart .dropdown-menu .has-scroll{
	max-height: 270px;
	overflow: auto;
	padding: 0 30px;
	margin: 0 -30px;
}
#cart .dropdown-menu .has-scroll img {
	border-radius: 10px;
}

#cart .dropdown-menu tr td strong{
	color: #232323;
	font-weight: 500;
	float: left;
	padding: 2px 0;
	font-size: 12px;
	text-transform: uppercase;
}
#cart .dropdown-menu tr td:last-child{
	color: #960018;
	font-weight: 600;
	font-size: 15px;
}
.fluid-width > .container{
	width: auto;
	padding: 0 75px;
}
.fluid-width2 {
	background: #fff;
	margin-top: 60px;
}
/* responsive */

@media(max-width: 1599px){
	.fluid-width > .container{
		width: auto;
		padding: 0 30px;
	}
}
@media(max-width: 1349px){
	.owl-carousel.owl-theme .owl-nav div.owl-prev {
	  left: 0;
	}
	.owl-carousel.owl-theme .owl-nav div.owl-next {
	  right: 0;
	}
}
@media(max-width: 1199px){
	.static-middle-nature2 .home-banner  .iner-box .text h1 {
		font-size: 55px;
	}
	.products-full {
		padding-bottom: 130px;
	}
	.static1-full {
		padding: 130px 0;
	}
	.countdown-amount {
		font-size: 26px;
	}
}

@media(min-width: 992px){
	.occountdown_module .first .item .item-inner,.occountdown_module .last .item .item-inner  {
		opacity: 0.5;
		border: 1px solid #e7e7e7;
		box-shadow: 1px 1px 0 0 #ffffff inset, 1px 1px 0 0 #ffffff;
	}
	.occountdown_module .first .item .item-inner:hover,.occountdown_module .last .item .item-inner:hover  {
		opacity: 1;
		border-color: #fff;
		box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #ffffff;
	}

	.occountdown_module .item .item-inner {
		border-color: #fff;
		box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #ffffff;
	}
	.occountdown_module .first .is-countdown,.occountdown_module .last .is-countdown {
		opacity: 0;
		bottom :-10px;
	}
	.occountdown_module .first .item-inner:hover .is-countdown,.occountdown_module .last .item-inner:hover .is-countdown {
		opacity: 1;
		bottom :0;
	}
}

@media(max-width: 480px){

    header {
		min-height: 200px;
	}
	.breadcrumbs {
		top: 80%;
	}
}

@media(min-width:481px) and (max-width: 991px){
    	header {
		min-height: 300px;
	}
	.breadcrumbs {
		top: 60%;
	}
}

@media(max-width: 991px){
	.col-order {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.col-order #content {
	    -ms-flex-order: 1;
	    -webkit-order: 1;
	    order: 1;
	    float: none;
	    
	}
	.col-order #column-left {
		-ms-flex-order: 2;
	    -webkit-order: 2;
	    order: 2;
	    float: none;
	    
	}
	#column-left,#column-right {
		margin-top: 30px;
	}

	.logo-container {
		float: left;
		padding-left: 30px;
		max-width: 50%;
		margin: 30px 0;
		position: static;
	}
	header .box-left {
		right: auto;
	}
	
	#search .search-content {
		right: -100px;
		
	}
	.common-home .header-inner {
	position: relative;
	background: #3BB9FF;
	
	}
	.header-inner {
		padding: 0 15px;
	}
	.hoz-menu,.box-cart {
		position: relative;
		z-index: 2;
		padding: 0;
		margin-bottom: 30px;
		-moz-transform:  translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.box-cart {
		display: inline-block;
		vertical-align: top;
		z-index: 1;
	}
	header .box-right {
		right: 0;
	}
	.tabproducts-full {
		margin-top: 50px;
		padding-bottom: 50px;
	}
	
	.static-middle-nature2 .home-banner .iner-box .text {
		max-width: 70%;
	}
	.list-module .module-title {
		margin-top: 46px;
	}
	.products-full {
		padding-top: 40px;
		padding-bottom: 90px;
	}
	.testimonial-container {
		margin-top: 60px;
	}
	footer {
		
		margin-top: 0;
	}
	.tabs-category-slider .tabs-categorys {
		margin-top: 0;
	}
	.static-middle-nature2 .home-banner  .iner-box .text h5 {
		font-size: 20px;
	}
	.static-middle-nature2 .home-banner  .iner-box .text h1 {
		font-size: 40px;
	}
	.static-middle-nature2 .home-banner  .iner-box .text .shop {
		margin-top: 20px;
	}
	.footer-bottom .payment {
		float: none;
		margin-top:	10px;
		display: block;
		text-align: center;
		
	}
	.footer-bottom .footer-copyright {
		float: none;
		display: block;
		text-align: center;
		max-width: none;
		line-height: 1.2;
	}
	#search-by-category .search-container #text-search {
		padding-left: 15px;
	}
	
	
	.newletter-popup,
	.b-modal{
		display: none !important;
	}
	.zoomContainer,
	.vermagemenu-container,
	#search-by-category .search-container .categories-container{
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	
	
}
@media(min-width: 768px) {
	.toolbar-products .modes {
		float: left;
		margin-right: 20px;
	}
	.toolbar-products .sorter,.toolbar-products .limiter ,.toolbar-products .pages {
		float: right;
	}
	
	.toolbar-products .toolbar-amount {
		float: left;
	}
	
}
@media(max-width: 767px){
	
	.link-compare {
		text-align: center;
	}
	header .box-setting {
		margin: 0;
	}
	#search input {
		width: 300px;
		padding-right: 50px;
	}
	
	#search .input-group-btn button span{
		display: none;
	}
	#search .input-group-btn button {
		padding: 0;
		width: 45px;
		height: 45px;
	}

	#search .input-group-btn button:before {
		font-family: 'Stroke-Gap-Icons';
		content: "\e6a4";
		font-size: 16px;
	}
	#search .input-group-btn {
		top: 1px;
		right: 1px;
	}
	
	
	.product-info-main .product-name {
		margin-top: 30px;
	}

}
@media(max-width: 640px){ 
	.tt_tabsproduct_module .tabs-categorys {
		text-align: center;
	}
	.tabs-category-slider .tabs-categorys li {
		margin: 5px !important;
		float: none !important;
	}
	.countdown-amount {
		font-size: 20px;
	}
	.countdown-section {
		margin-right: 10px;
	}
}
@media(max-width: 567px){ 
	.product-info-detailed .nav-tabs li {
		float: none;
		margin: 0;
		display: block;
		border-bottom: 1px solid #ebebeb;
	}
	.product-info-detailed .nav-tabs li:last-child {
		border-bottom:0;
	}
	.product-info-detailed .nav-tabs li:not(:first-child):before {
		display: none;
	}
	.featured-categories-title:before {
		background-size: 100%;
	}
	.countdown-section {
		margin-right: 2px;
	}
}

@media(max-width: 479px){
	.static-middle-nature2 .home-banner .iner-box .text {
		max-width: none;
	}
	.countdown-amount {
		font-size: 24px;
	}
	.countdown-section {
		margin-right: 10px;
	}
	.product-list .caption {
		padding-left: 0;
	}
	header .btn-group .dropdown-menu {
		right: -30px;
	}
	#search input {
		width: 250px;
	}
	#search .search-content {
		right: -50px;
	}
	#cart .dropdown-menu {
		width: 280px;
		padding: 10px 20px 0 20px !important;
	}
	#cart .dropdown-menu .has-scroll {
		margin: 0 -20px;
		padding: 0 20px;
	}
	#cart .dropdown-menu .cart-button {
		margin: 0 -20px;
		padding: 20px;
	}
	#cart p.cart-button a {
		margin-right: 5px;
		padding: 0 25px;
	}
}
/*Fix products-grid */
@media (min-width: 1200px){
	.custom-products .product-grid.three-items:nth-child(3n+1),
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1)
	{  clear: left;} 

}
@media (max-width: 1199px) and (min-width: 992px){
	.custom-products .product-grid.three-items:nth-child(3n+1), 
	.custom-products .product-grid.four-items:nth-child(4n+1),
	.custom-products .product-grid.two-items:nth-child(2n+1)
	{clear: left;}

}

@media (max-width: 991px) and (min-width: 481px){
	.custom-products .product-grid:nth-child(2n+1) {clear: left;}

}

@media (max-width: 480px) and (min-width: 0px){
	.custom-products .product-grid:nth-child(1n+1) {clear: left;}
	.custom-products .product-grid{width: 100%;}  

}
/*Fix products-no-slider */
@media (min-width: 768px) {
	.six_items:nth-child(6n+1),
	.four_items:nth-child(4n+1),
	.three_items:nth-child(3n+1),
	.two_items:nth-child(2n+1)
	{  clear: left;} 
}

/*.item-inner .caption .price-box{*/
/*    display:none;*/
/*}*/

/*.banner7, .banner-static, .owl-carousel .owl-stage-outer{*/
/*    box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;*/
/*}*/

@media (max-width: 480px) and (min-width: 0px){

    .lar-display{
        display:none;
    }
    .mob-display{
        display:block;
    }
    .item-inner .images-container{
        width:300px;
        margin:auto;
        padding-top:44px;
    }
}
@media (min-width: 481px) {

    .lar-display{
        display:block;
    }
    .mob-display{
        display:none;
    }
}


/*.owq-option table .owq-popup{*/
/*    height:150px;*/
/*}*/

.opt-img-thumbnail{
    height: 70px;
    border-radius: 15px;
    border: 1px solid burlywood;
}
.owq-option table td{
    font-size:1.2em;
}
.short-desc{
    font-size:1.2em;
    color:#000;
}

.certi-img{
    background: #fff;
	padding-left: 24px;
	padding-bottom: 6px;
	padding-top: 2px;
}

.nav-line-1{
    color: #fff;
    text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 1px;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: inherit;
	font-size: 12px;
    line-height: 14px;
    height: 14px;
    font-weight: 600;
    margin-top: 0;
    float: left;
    clear: both;
    display: inline-block;
    white-space: nowrap;
}

.nav-line-2 a {
    font-size: 16px;
    color: yellow;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 5px;
    float: left;
    clear: both;
    display: inline-block;
    white-space: nowrap;
    padding-top: 15px;
}

.nav-line-2.i{
    color:yellow;
    padding-left:4px;
}
.nav-line-2:hover, .nav-line-2 i:hover {
    color: red !important;
}

.user-i{
    font-size:2em;
    /*color:#003366;*/
    color:#2e86de;
}

.spl-deal-frnt .module-title, .spl-deal-frnt .tabs-categorys{
    display:none;
}

.spl-deal-frnt .item .item-inner{
    margin-top:0;
}

.daily-fresh-deals{
    margin-top:30px;
    box-shadow: 0 -5px 5px -5px #d6d6d6, 0 5px 5px -5px #d6d6d6;
    padding-top:20px;
}


.dis-option{
    color:red;
    text-decoration:line-through;
}


.option-old-price{
    font-size:0.9em;
}

/* BLOG */

.efp-blog{
    background: #f2f2f2;
}
.efp-blog .module-title:before{
    
    display: block;
    position: absolute;
    top: 50%;
    height: 7px;
    left: 0;
    width: 35%;
    margin-top: -3.5px;
}

.container-blog {
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem;
	width: 100%;
}

/* blog styling */

section.hp-section-alt {
    background: #f2f2f2;
}
section.hp-section-alt h2 {
     text-align:center;
    font-size:25px;
    font-family: 'Sedgwick Ave', cursive;
}
.heading-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 2em;
}
.heading-wrapper::after {
    content: '';
    z-index: 1;
    height: 1px;
    width: 100%;
    /*background: #000;*/
    display: block;
    top: 50%;
    position: absolute;
}
.heading-wrapper h2 {
    text-align: center;
    font-weight: 300;
    position: relative;
    display: inline-block;
    /*background: #f2f2f2;*/
    padding: 0 15px;
    z-index: 2;
    /*text-transform: uppercase;*/

}
.heading-wrapper h2.heading {
    color: #000;
    font-size: 2.5rem;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 2.8rem;
}
.heading-wrapper h2.heading-alt {
     text-align:center;
    font-size:45px;
    font-family: 'Dancing Script', cursive;
}
/*.heading-wrapper h2.heading-alt span {*/
/*    color: #ff9e1a;*/
/*    font-style: italic;*/
/*}*/
.heading-wrapper h2.heading-alt b {
    display: block;
    font-weight: 300;
}
.heading-footer {
    position: relative;
    text-align: center;
    margin-bottom: 2em;
}
.heading-footer h4 {
    text-align: center;
    font-weight: 300;
    position: relative;
    display: inline-block;
    background: #f2f2f2;
    padding: 0 15px;
    z-index: 2;

}

.heading-footer h4.heading-foot {
     text-align:center;
    font-size:15px;
    font-family: 'Sedgwick Ave', cursive;
}
.heading-footer h4.heading-foot span {
    color: #ff9e1a;
    font-style: italic;
}
.heading-footer h4.heading-foot b {
    display: block;
    font-weight: 300;
}
.blog--wrapper,
.box--wrapper {
    max-width: 80%;
    margin: 0 auto;
    padding-bottom:30px;
    max-height: 445px;
    overflow: hidden;
}
.blog--wrapper .blog--item,
.box--wrapper .blog--item,
.blog--wrapper .box--item,
.box--wrapper .box--item {
    margin: 0 auto 2em auto;
}
.blog--wrapper .blog--item a {
    text-decoration: none;
    color: #000;
}
.blog--wrapper .blog--item img,
.box--wrapper .blog--item img,
.blog--wrapper .box--item img,
.box--wrapper .box--item img {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #000;
}
.blog--wrapper .blog--item .box--title,
.box--wrapper .blog--item .box--title,
.blog--wrapper .box--item .box--title,
.box--wrapper .box--item .box--title {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    font-size: 18px;
}

.blog--wrapper .blog--item .box--price,
.box--wrapper .blog--item .box--price,
.blog--wrapper .box--item .box--price,
.box--wrapper .box--item .box--price {
    display: inline-block;
    font-size: 32px;
    vertical-align: top;
    float: right;
    color: #ff9e1a;
}

.blog--wrapper .blog--item .date,
.box--wrapper .blog--item .date {
    font-weight: 400;
    text-transform: uppercase;
    color: #ff9e1a;
    font-size: 0.85em;
}

.blog-title {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 1.4em;
    font-family: lato;
}
.box--wrapper .blog--item a {
    color: #ff9e1a;
}

@media only screen and (min-width: 48em) {
    .col-sm-4 {
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
	box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
        flex-basis: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    }
    
}

.btn-read-more {
	border-top: 2px solid #000;
	display: block;
	position: relative;
	color: #ff9e1a;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 700;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.btn-read-more a {
	color: #ff9e1a;
}
.btn-read-more::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 30px 0 30px;
	border-color: #000000 transparent transparent transparent;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

ul.link-follow li .facebook{
    background:#4267B2;
    color: #fff;
}
ul.link-follow li .facebook:hover{
    color: #77A7FF;
}

ul.link-follow li .linkedin{
    background:#1a1a1a;
    color: #fff;
}
ul.link-follow li .linkedin:hover{
    color: #e6e9ec;
}

ul.link-follow li .instagram{
    background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
}
ul.link-follow li .instagram:hover{
    color: #e6e9ec;
}

.footer-member{
    padding-top:10px;
    padding-bottom: 20px;
    color:#000;
}




.testimonial-module-title{
	color: #19465f;
	font-weight: 300;
	font-family: 'Dancing Script', cursive;
	text-align: center;
	font-size: 45px;
}

.testimonial-contain {
	background: #f2f7fa;
	padding-bottom: 80px;
	padding-top: 50px;
}

.test-fa{
	font-size: 50px;
	color: #19465f;
}
.testimonial-name{
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: 600;
}
.testimonial-text{
	color: #123345;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
}

.bulk-payment{
    margin-top:20px;
}

.top-bar {
    justify-content: space-between;
    height: 35px;
}
.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-bar {
    z-index: 1001;
	position: relative;
	width: 100%;
	float: none;
	margin: 0;
}
/*.top-bar > div:first-child {*/
/*	width: 50%;*/
	
/*}*/
.top-menubar {
    height: 100%;
}
.top-bar ul, .dropdown-menu ul, .top-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-menubar > ul {
    position: relative;
}
.j-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-menubar > ul > li {
    height: 100%;
}
.j-menu > li {
    position: relative;
}
.top-menu-2 > ul > .top-menu-item-1 > a {
    text-align: center;
}
.top-menubar .j-menu > li > a {
    flex-direction: row;
    font-size: 12px;
    color: rgba(105, 105, 115, 1);
    font-weight: 700;
    text-transform: uppercase;
	padding: 5px;
	font-family: 'Nunito Sans';
}
.j-menu > li.icon-only > a {
    min-width: 10px;
}
.j-menu > li:first-child > a {
    border-width: 0;
}
.j-menu > li > a {
    padding: 3px 6px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 1px 0 0 0;
    min-width: 30px;
    cursor: pointer;
    -webkit-transition: color 0.1s ease-out, background-color 0.1s ease-out;
    transition: color 0.1s ease-out, background-color 0.1s ease-out;
}
.topbar-container{
	position: relative;
	padding: 0 60px;
}
.topbar-mob-container{
	position: relative;
	padding: 0 11px;
}


@media (min-width:768px) {
  .portfolio-block {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

.portfolio-block {
  padding-bottom: 60px;
  padding-top: 60px;
}

@media (min-width:768px) {
  .portfolio-block .heading {
    margin-bottom: 80px;
  }
}

.portfolio-block .heading {
  margin-bottom: 50px;
  text-align: center;
}

.portfolio-block.projects-cards .card {
  margin-bottom: 30px;
}

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.portfolio-block.projects-cards a:hover {
  text-decoration: none;
}

.portfolio-block.projects-cards a {
  color: #212529;
}

.portfolio-block.projects-cards .card img {
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

.portfolio-block.projects-cards a img {
  transition: .5s ease;
}

@media (min-width:576px) {
  .scale-on-hover:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 10px 10px rgba(0,0,0,.15)!important;
  }
}

.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.portfolio-block.projects-cards .card-body {
  text-align: center;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.portfolio-block.projects-cards h6 {
  font-size: 1.1rem;
  font-weight: 700;
}

.portfolio-block.projects-cards a:hover {
  text-decoration: none;
}

.portfolio-block.projects-cards a {
  color: #212529;
}

.portfolio-block.projects-cards .card-body p {
  font-size: .9em;
}

.card-subtitle, .card-text:last-child {
  margin-bottom: 0;
}

.text-muted {
  color: #6c757d!important;
}

.mobphon-banner{
    background: #fff;
    z-index: 1;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}
#my-header span{
	content: "\f109";
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: top;
	font-size: 27px;
	width: 100%;
}

.articles-image .p-date {
	display: flex;
	z-index: 1;
}
.p-date-image {
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
	/* background: rgba(20, 102, 120, 1); */
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	text-shadow:0px -1px 0px #5b6178;
	box-shadow: 0 0 5px #bdbdbd;
	-moz-box-shadow: 0 0 5px #bdbdbd;
	-webkit-box-shadow: 0 0 5px #bdbdbd;
	-o-box-shadow: 0 0 5px #bdbdbd;
	-ms-box-shadow: 0 0 5px #bdbdbd;
	margin: 5px;
	border-top-left-radius: 15px;
}

.p-date-image {
	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;
	position: absolute;
	padding: 5px 10px;
	pointer-events: none;
	line-height: 1;
	font-size: 16px;
}

.p-date-image i {
	color: rgba(255, 255, 255, 1);
}

.p-date-image i {
	font-size: 10px;
}

.p-date i {
	padding: 0 4px;
	margin: 0;
	font-style: normal;
}

.blog-wrapper.main-blog {
	padding: 20px 20px 17px;
}

.blog-wrapper {
	border: 1px solid #eeeeee;
	padding: 30px 30px 27px;
}

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

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

.blog-wrapper h3 {
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	margin: 15px 0 0;
	font-family: 'Poppins', sans-serif;
	height: 40px;
}	

.meta-box {
	margin: 10px 0;
}

.meta-box li {
	color: #666666;
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	margin-right: 20px;
	text-transform: capitalize;
}

.meta-box li i {
	margin-right: 5px;
}

.blog-meta-bundle {
	border-top: 1px solid #eeeeee;
	line-height: 16px;
	margin: 14px 0 0;
	padding: 15px 0 0;
}
.arti-txt{
	height: 42px;
	overflow: hidden;
}

.mt-95 {
	margin-top: 95px;
}
/*-------------------------------
27. blog-details-page css 
---------------------------------*/

.blog-dtl-header {
	font-size: 24px;
	margin-top: 30px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.blockquote {
	background: #eeeeee none repeat scroll 0 0;
	border-left: 3px solid #eb3e32;
	margin: 30px 0;
	padding: 30px;
}

.blockquote > p {
	font-size: 18px;
	margin: 0;
}

.tags-social {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.pagination li a i.fa-long-arrow-left {
	margin-right: 5px;
}

.pagination li a i.fa-long-arrow-right {
	margin-left: 5px;
}

.comment-img {
	margin-right: 20px;
}

.tags-social li a {
	color: #555555;
	font-size: 14px;
	margin-left: 5px;
	text-transform: capitalize;
}

.tags-social li a:hover {
	color: #EB3E32;
}

.single-comment {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.comment-desc h6 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}

.comment-title span {
	color: #a2a2a2;
	display: inline-block;
	font-size: 14px;
	margin-top: 5px;
}

.comment-reply a {
	color: #303030;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
}

.comment-reply a:hover {
	color: #EB3E32;
}

.comments-area .single-comment:not(:last-child) {
	margin-bottom: 50px;
}

.reply-comment {
	margin-left: 135px;
}

.sidebar-header,
.comment-reply-title {
	margin-bottom: 30px;
	font-size: 24px;
	text-transform: capitalize;
}

.comment-form-comment > label,
.comment-input label {
	color: #333333;
	display: block;
	font-size: 14px;
	margin: 0 0 5px;
}

.comment-form-comment textarea {
	border: 1px solid #e5e5e5;
	font-size: 14px;
	height: 130px;
	padding: 10px;
	width: 100%;
	background: #eee;
}

.comment-input {
	margin: 0 -10px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	float: left;
	padding: 0 10px;
	width: 33.3333%;
}

.comment-input input {
	border: 1px solid #e5e5e5;
	font-size: 14px;
	height: 42px;
	padding: 0 0 0 10px;
	width: 100%;
	background: #eee;
}

.comment-form-submit .comment-submit {
	background: #333333 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	padding: 0 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.comment-form-submit .comment-submit:hover {
	background: #EB3E32;
}

.mb-60 {
	margin: 0 0 60px 0;
}

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


.mb-20 p {
	color:#212529;
	font-size: 14px;
	padding-top:5px;
}

.meta-blog{
	text-align: center;
}

@media(min-width: 481px){
	.head-img-since-1989{
		position: absolute;
		width: 200px;
		left: 75%;
		z-index: 99999;
		margin-top: -16px;
	}
	
}

@media(max-width:480px){
    /* .col-item-4 {
        -webkit-box-flex: 0;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    } */
}

@media(min-width:376px) and (max-width: 480px){
	.head-img-since-1989{
		position: absolute;
		width: 200px;
		left: 48%;
		z-index: 99999;
		margin-top: -16px;
	}
	
}
@media(max-width: 375px){
	.head-img-since-1989{
		position: absolute;
		width: 200px;
		left: 43%;
		z-index: 99999;
		margin-top: -16px;
	}
}

@media (min-width: 481px) {
/* .col-item-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
		display: inline;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    } */
}
@media (max-width: 768px) {
        .carousel-inner .carousel-item > div {
            display: none;
        }
        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
    }
    
    .carousel-inner .carousel-item.active,
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        display: flex;
    }
    /* display 3 */
    
    @media (min-width: 768px) {
        .carousel-inner .carousel-item-right.active,
        .carousel-inner .carousel-item-next {
            transform: translateX(33.333%);
        }
        .carousel-inner .carousel-item-left.active,
        .carousel-inner .carousel-item-prev {
            transform: translateX(-33.333%);
        }
    }
    
    .carousel-inner .carousel-item-right,
    .carousel-inner .carousel-item-left {
        transform: translateX(0);
    }
    
    .btn-shp {
        background-color: red;
        text-transform: uppercase;
        color: #fff;
        font-family: sans-serif;
        font-size: 18px;
        margin-top: 5%;
        margin-bottom: 1%;
    }
    
    .et_pb_section {
        background-image: url(https://www.eastfishonline.com/image/catalog/cmsblock/familyfeast.jpg) !important;
        padding-top: 3%;
        padding-bottom: 1%;
        background-color: #a2a382 !important;
        padding: 54px 0;
        background-position: 50%;
        background-size: 100%;
        background-size: cover;
    }
    
    .et_pb_row {
        padding-bottom: 2%;
        color: #fff;
    }
    
    .sp-crd {
        background-color: transparent;
        border: none;
        color: #fff;
    }
    
    .carousel-item {
        position: relative;
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    
    
    
    .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-clip: border-box;
    }
    
    .card-title {
        font-size: 20px;
        font-family: 'Sedgwick Ave', cursive;
        color: #fff;
        margin-bottom: .75rem;
    }
    
    .w-100 {
        width: 100% !important;
    }
    
    .carousel {
        position: relative;
    }
    
    .w-100 {
        width: 100% !important;
    }
    
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .why-title {
        text-align: center;
        font-size: 45px;
        font-family: 'Dancing Script', cursive;
        color: #fff;
    }
    .feat-prods{
	margin-top: 10px;
}
.feat-prods .module-title{
	content: "";
	display: block;
	position: relative;
	top: ;
	background: url(../image/featured-prods.png) center no-repeat;
	height: auto;
	left: 0;
	width: 100%;
	margin-top: ;
}
.feat-prods .module-title:before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: none;
    height: 7px;
    left: 0;
	width: 100%;
    margin-top: -3.5px;
}
.feat-prods .module-title:after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    background: none;
    height: 7px;
    right: 0;
	width: 100%;
    margin-top: -3.5px;
}

.feat-prods .module-title h2:before {
	content: "";
	display: block;
	background: none;
	height: 62px;
	width: 194px;
	margin: 0 auto;
	margin-bottom: -23px;
}

.feat-prods .module-title h2 {
	position: relative;
	display: inline-block;
	text-transform: none;
	font-size: 45px;
	font-weight: 500;
	margin: 0;
	color: #1a4760;
	font-family: 'Dancing Script', cursive;
}

.carousel-control.right, .carousel-control.left{
	background: none !important;
}

/* Carousel */

@media screen{
  .multi-item-carousel .carousel-inner > .item {
	transition: 500ms ease-in-out left;
	}
	.multi-item-carousel .carousel-inner .active.left {
	left: -33%;
	}
	.multi-item-carousel .carousel-inner .active.right {
	left: 33%;
	}
	.multi-item-carousel .carousel-inner .next {
	left: 33%;
	}
	.multi-item-carousel .carousel-inner .prev {
	left: -33%;
	}
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none!important;
            transform: none!important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}

.multi-item-carousel .carousel-inner > .item{
	/* display: block; */
}
@media only screen and (max-width: 992px) {
	.carousel .carousel-inner .item .col-xs-12:nth-last-child(-n+2) {
	   display: none;
	}
 }


 /*===================================================================================*/
/* Header
/*===================================================================================*/
header{
	/* background:#157ed2; */
	background: #fff;
}

.main-header {
  padding:5px 0px 12px 0px;
}
.main-header .logo-holder {
  margin-top: 10px;
}
.main-header .top-search-holder .contact-row {
  line-height: 20px;
  color: #9b9b9b;
}
.main-header .top-search-holder .contact-row .phone {
  margin: 0 23px 0 0;
  border-right: 1px solid #E2E2E2;
  padding-right: 35px;
}
.main-header .top-search-holder .contact-row .icon {
  font-size: 18px;
  line-height: 23px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.main-header .top-search-holder .search-area {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 8px 0 0;
  /* background:#fff; */
  border-radius:2px;
}
.main-header .top-search-holder .search-area .search-field {
  border: medium none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 13px;
  width: 67%;
}
.main-header .top-search-holder .search-area .categories-filter {
  border-right: 1px solid #E0E0E0;
  text-transform: capitalize;
  display: inline-block;
  line-height: 44px;
  background: #f6f6f6;
  border-radius:3px 0px 0px 3px
}
.main-header .top-search-holder .search-area .categories-filter a {
  padding: 0 10px;
  color: #666;
  font-size: 13px;
}
.main-header .top-search-holder .search-area .categories-filter a .caret {
  margin-left: 15px;
  color: #a0a0a0;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  padding: 12px 17px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li {
  margin-bottom: 10px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a {
  padding: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}
.main-header .top-search-holder .search-area .search-button {
  border-radius: 0px 3px 3px 0px;
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 12px 19px 12px;
  text-align: center;
    background-color: #fdd922;
    border: 1px solid #e0bc27;
}
.main-header .top-search-holder .search-area .search-button:after {
  color: #333;
  content: "\f002";
  font-family: fontawesome;
  font-size: 16px;
  line-height: 9px;
  vertical-align: middle;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
  background: #404040;
}
.top-cart-row {
  padding-top:8px;
  padding-left:0px
}
.top-cart-row .dropdown-cart {
  float: right;
}

.top-cart-row .dropdown-cart img {width:100%}

.top-cart-row .dropdown-cart .lnk-cart {
  padding: 0px;
      /* background: #006cb4; */
	  background: #1a4760;
    border: 1px solid #24609c;
  border-radius: 3px;
  display: inline-block;
  color: #fff;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner {
  position: relative;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
    padding: 12px 12px 13px 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    float: left;
    letter-spacing: 0.5px;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
  float: left;
  padding: 12px;
  border-right: 1px solid rgba(255,255,255,0.2);
  padding: 12px 18px 13px 12px;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
    height: 18px;
    position: absolute;
    left: 34px;
    top: 13px;
    width: 18px;
    background: #fdd922;
    color: #0f6cb2;
    font-size: 11px;
    text-align: center;
    line-height: 19px;;
}
.top-cart-row .dropdown-cart .dropdown-menu {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
  left: auto;
  min-width: 0;
  padding: 24px 22px;
  right: 0;
  width: 230px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
  color: #666666;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  font-weight: 700;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
  padding: 0;
  position: relative;
  font-size: 15px;
  right: 8px;
  top: 8px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
  color: #898989;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  margin-right: 10px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  font-weight: 700;
}
.header-style-1 .header-nav .navbar-default {
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  margin: 0;
  min-height:auto;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse {
  padding: 0;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a {
  color: #fff;
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover{
	background-color:#ffdd35 ;
	color: #1a4760;
}
.navbar-nav {float:none}

.special-menu {float:right}
.special-menu a {color:#ffdd35!important; border:none!important; padding-right:0px!important} 
.special-menu a:hover{ background:none!important; color:#fff!important}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 11px 15px;
  text-transform: uppercase;
  -webkit-transitio: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-weight:normal;
  letter-spacing:0.5px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -10px;
  display: inline;
  padding: 1px 7px;
  color: #fff;
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
  right: 23px;
  line-height: normal;
  letter-spacing:1px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:after {
  border-width: 6px 7px 0 6px;
  right: 18px;
  top: 90%;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transitio: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 100;
  
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:before {
  right: 18px;
  top: 90%;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu {
  background: #f1c40f;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:after {
  border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:before {
  border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu {
  background: #ff7878;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:after {
  border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:before {
  border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-2 {
  /*margin-bottom:10px;*/
}
.header-style-2 .header-nav {
  background: rgba(0, 0, 0, 0) !important;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
  color: #555;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li.open > a {
  color: #fff;
}
.header-style-3 .header-nav {
  background: #202020 !important;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
}
.header-style-3 .header-nav .yamm .dropdown-menu {
  top: 62px;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .dropdown-menu {
  left:auto;
  top: 100% ;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border:none;
  padding:0px
}

.yamm .dropdown-menu .custom-banner a {padding:0px}
.yamm .dropdown-menu .banner-image { margin-bottom:-20px}

.navbar-nav .open a{
    float: none;
	background:#fff!important;
	color:#888!important;
	border-radius:3px 3px 0px 0px;
}

.yamm .dropdown-menu .yamm-content {
  padding: 20px 20px;

}

.yamm .dropdown-menu .yamm-content .col-menu {min-width:150px}

.yamm .dropdown-menu .yamm-content .links li a {
  padding: 4px 0px;
  font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;
	font-size:13px;
	color:#565656;
	
}


.yamm .dropdown-menu h2 {
  font-size: 14px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  font-weight:bold
}
.yamm .dropdown-menu li {
  line-height:normal;
  padding: 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yamm .dropdown-menu li a {
  color: #3D3D3D;
  line-height: normal;
  text-transform: none ;
  display: block;
  padding: 8px 16px;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
  margin-left: 0px;
}
.yamm .dropdown-menu .text {
  font-size: 13px;
  line-height: 20px;
  position: relative;
  bottom: 0px;
  top: 73px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a {
  color: #fff;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
  background: #404040;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class {
  border: none;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default {
  background: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default .nav-bg-class {
  -moz-box-shadow: 0 0 0 3px #F6F6F6 inset;
  -webkit-box-shadow: 0 0 0 3px #F6F6F6 inset;
  box-shadow: 0 0 0 3px #F6F6F6 inset;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li {
  border-bottom: 1px solid #E0E0E0;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li:last-child {
  border-bottom: none;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a {
  line-height: 26px;
  padding: 0px;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:hover,
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:focus {
  margin-left: 0px;
}



.top-bar {
	padding:0px;
	font-size: 12px;
  }
  .top-bar .cnt-account {
	float: right;
	padding: 6px 0px;
  }
  .top-bar .cnt-account ul {
	margin: 0px;
  }
  .top-bar .cnt-account ul > li {
	display: inline-block;
	line-height: 12px;
	padding:3px 12px 3px 7px;
	border-right: 1px solid hsla(0,0%,100%,.2);
  
  }
  .top-bar .cnt-account ul > li:last-child {
	  border:none;
	  padding-right:0px
  
  }
  .top-bar .cnt-account ul > li a {
	/* color:rgba(255,255,255,0.8); */
	color:#1a4760;
	padding: 0px;
	font-weight: 400;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
  }
  .top-bar .cnt-account ul > li a .icon {
	display: block;
	float: left;
	padding-right: 6px;
	font-size: 11px;
  }
  .top-bar .cnt-account ul > li a:hover,
  .top-bar .cnt-account ul > li a:focus {
	text-decoration: none;
  }
  .top-bar .cnt-account .dropdown-menu > li a{
	display: block;
	padding-left: 3px;
	padding-right: 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
  }
  .top-bar .cnt-block {
	float: right;
  }
  .top-bar .cnt-block .list-inline {
	margin: 0px;
  }
  .top-bar .cnt-block .list-inline > li {
	display: inline-block;
	margin-right:10px;
	padding:0px;
  }
  .top-bar .cnt-block .list-inline > li > a {
	padding: 7px 0px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	/* color: #fff; */
	color: #1a4760;

	display: inline-block;
  }
  .top-bar .cnt-block .list-inline > li > a .value {
	color: rgba(255,255,255,0.8);
	margin: 2px 4px 2px 7px;
  }
  .top-bar .cnt-block .list-inline > li > a:hover,
  .top-bar .cnt-block .list-inline > li > a:focus {
	text-decoration: none;
	color: #ffdd35;
  }
  .top-bar .cnt-block .list-inline > li .dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	top: 125%;
	left: 5px;
  }
  
  .top-bar .dropdown-menu>li>a {
	  padding:3px 10px;
	  font-size:13px
  }
  
  .top-bar .cnt-block .list-inline > li .dropdown-menu li a:hover,
  .top-bar .cnt-block .list-inline > li .dropdown-menu li a:focus {
	background: rgba(0, 0, 0, 0);
  }
  .header-style-1 .header-nav {
	background: #1a4760;
  }
.btn-lg{
	background-color: #1a4760;
}
.fa-search{
	color: #fff;
	font-size: 20px;
}
.btn-lg:hover{
	background-color: #ffdd35;
}
.fa-search:hover{
	color: #1a4760;
	font-size: 20px;
}

.top-bar .cnt-block > ul > li .fa{
	font-size: 15px;
}

.navbar-toggle{
	float:left;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#fff;
}
.mob-icons{
	padding: 4%;
}
.mob-cart, .mob-ser{
	color:#fff;
	font-size: 2em;
}

.panel-default > .highlight-credit{
    background-color:#1a4760 !important;
    
}
.highlight-credit-text a{
    color:#fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}
.spacer{
    margin-top:10px;
}

.product-grid .product-thumb .special_percentage{
	background-color: #ff0000;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    margin: 10px;
    padding: 8px;
    position: absolute;
    text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	z-index: 1;
}

.product-list .product-thumb .special_percentage{
	background-color: #ff0000;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    margin: 10px;
    padding: 8px;
    left: 15px;
    position: absolute;
    float: left;
    text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	z-index: 1;
}

.thumbnails .special_percentage{
	background-color: #ff0000;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    padding: 8px;
    top: 10px;
    left: 25px;
    position: absolute;
    text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	z-index: 1;
}

.table-bordered .special_percentage{
	background-color: #ff0000;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    padding: 8px;
    top: 10px;
    left: 25px;
    float: right;
    text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	z-index: 1;
}


/* Instagram Feed */

.insta{
    margin-top:50px;
}

.insta-title{
    text-align:center;
    font-size:45px;
    font-family: 'Dancing Script', cursive;
}



/*# sourceMappingURL=style.css.map */
/* Instafeed */

/*@media only screen and (min-width: 481px) {*/

/*  .feederinsta{*/
/*      max-height: 62.5rem;*/
/*      overflow-y: hidden;*/
/*  }*/
/*}*/

#instafeed {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  /*grid-column-gap: 0.5rem;*/
  /*grid-row-gap: 0.5rem;*/
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 100%;
  margin: auto;
  
}

#instafeed a {
  display: block;
}

#instafeed img {
  display: block;
  width: 100%;
  max-height:298.333px;
  object-fit: cover;
}

.insta-color{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration:none;
}
@media only screen and (max-width: 480px) {

  /*.feederinsta{*/
  /*    max-height: 27.5rem;*/
  /*    overflow-y: scroll;*/
  /*}*/
  
  #instafeed {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 0.35rem;
      grid-row-gap: 0.3rem;
      max-width: 90%;
      margin: auto;
    }
  #instafeed img {
      display: block;
      max-height:109.167px;
      width: 100%;
      object-fit: cover;
    }
}