@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Viga&display=swap');

body {
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* 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: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 19px;
    padding: 7px 0px;
    font-weight: bold;
    color: #69bf62;
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.form-control:focus {
    border-color: #FFF!important;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.information-contact {
    background: #f4f5f5;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.exttop {
    background: #69bf62;
    padding: 5px 0px;
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
}
.exttop p { 
    margin: 0px;
    padding: 0px;
}
.exttop a {  
    color: #FFFFFF;
    text-decoration: none;
}
.exttop a:hover {  
    color: #1e5d19;
    text-decoration: none;
}
header {
    background: #f4f5f5;
    padding: 13px 0px;
}
#zip {
    text-align: right;
    background: URL(../image/zip.jpg) no-repeat 97% -4px;
    padding: 0px 43px 0px 0px;
}
ul.topmenu {
    margin:0px;
    padding:28px 0px 0px 0px;
    list-style-type: none;
}
ul.topmenu li {
    color: #264653;
    font-size: 16px;
    font-weight: 400;
    float: left;
    margin: 0px 7% 0px 0px;
}
ul.topmenu li a {
    color: #264653;
    font-weight: 400;
    text-decoration: none;
}
ul.topmenu li a.active {
    font-weight: 600;
}
ul.topmenu li a:hover {
    color: #49a324;
}

/* top */
#top {
	background-color: #ebebeb;
	padding: 15px 0px 15px 0;
	
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
nav#top ul {  
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
nav#top ul li {  
    float: left;
    margin: 0px 40px 0px 0px;
}
nav#top ul li:last-Child {  
    display: none;
}
nav#top ul li a {  
    color: #264653;
    text-decoration: none;
    background: URL(../image/all.png) no-repeat 0 0;
    padding: 0px 0px 0px 30px;
    font-size: 15px;
    height: 23px;
    display: block;
}
nav#top ul li:nth-Child(2) a {  
    background: URL(../image/meat.png) no-repeat 0 0;
}
nav#top ul li:nth-Child(3) a {  
    background: URL(../image/dairy.png) no-repeat 0 0;
}
nav#top ul li:nth-Child(4) a {  
    background: URL(../image/frozen.png) no-repeat 0 0;
}
nav#top ul li:nth-Child(5) a {  
    background: URL(../image/deli.png) no-repeat 0 0;
}
nav#top ul li:nth-Child(6) a {  
    background: URL(../image/seasonal.png) no-repeat 0 0;
}
nav#top ul li:nth-Child(7) a {  
    background: URL(../image/bakery.png) no-repeat 0 0;
}
nav#top ul li:nth-Child(8) a {  
    background: URL(../image/cupboard.png) no-repeat 0 0;
}
nav#top ul li:nth-Child(9) a {  
    background: URL(../image/drinks.png) no-repeat 0 0;
}
nav#top ul li a:hover {  
    color: #2fa002;
    text-decoration: none;
}
#bannerarea {
    background: #FFF;
    padding: 50px 0px 70px;
}
#slideshow0 {
    width: 832px;
    height:414px;
    float: left;
    /* display: block; */
    margin: 0px 30px 0px 0px!important;
}
 #slideshow1 {
    width: 840px;
    height:414px;
    float: left;
    /* display: block; */
    margin: 0px 30px 0px 0px!important;
}
#slideshow2 {
    width: 270px;
    float: right;
    height: 413px;
}
#slideshow3 {
    width: 276px;
    float: right;
    height: 419px;
}
.homecontentarea {
    background: #f4f5f5;
    padding: 50px 0px 20px 0px;
    display: block;
    clear: both;
}
.homecontentarea + .homecontentarea {
    padding: 0px 0px 20px 0px;
}
.homecontentarea h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 0px 0px 14px;
    margin: 0px;
}
.cmspages {
    background: #f4f5f5;
}
/* logo */
#logo {
	margin: 0px 0 0px 0;
}
/* search */
#search {
	margin-top: 25px;
}
#search .input-lg {
	height: 40px;
    line-height: 20px;
    padding: 0 7px 0px 17px;
    border-radius: 100px 0px 0px 100px;
}
#search .btn-lg {
	    font-size: 15px;
    line-height: 18px;
    padding: 7px 23px 13px 19px;
    text-shadow: 0;
    color: #FFF;
    background: #69bf62;
    border-radius: 0px 100px 100px 0px;
}
header .myaccount {
    background: #FFF URL(../image/myaccount.png) no-repeat 12px 11px;
    padding: 15px;
    border-radius: 100px;
    float: left;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    float: right;
    margin: 25px 0px 0px 0px;
}
/* cart */
#cart {
	margin-bottom: 0px;
    float: right;
    width: auto;
    margin: 25px 0px 0px 16px;
}
#cart > .btn {
    /* font-size: 12px; */
    /* line-height: 18px; */
    /* color: #FFF; */
    background: #FFF URL(../image/basket.png) no-repeat 10px 10px;
    border: 0px;
    width: auto;
    padding: 15px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: relative;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart-total {
        background: #69bf62;
    font-size: 11px;
    padding: 5px 8px 5px;
    border-radius: 100px;
    line-height: 11px;
    position: absolute;
    top: -5px;
    right: -11px;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
.inner-nav {
    background-color: #f4f5f5;
    margin-bottom: 1px;
    padding-bottom: 1px;
}
.inner-nav .breadcrumb {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	/*! background-color: #303030; */
	/*! border-top: 1px solid #ddd; */
	color: #264653;
	    background: #FFF;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #264653;
}
footer a:hover {
	color: #264653;
}
footer h5 {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	font-weight: bold;
	 color: #05172c; 
	margin: 0;
}
/* alert */
.alert {
	    padding: 8px 14px 8px 14px;
    margin: 30px 0px 0px 0px;
    font-size: 15px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 15px 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
    position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb li { 
    color: #000;
}
.breadcrumb li a { 
    color: #000;
    font-size: 16px;
    padding: 0px 15px 0px 0px;
}
/*.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.catheading {
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 30px 0px;
}
.pagination {
    margin: 0px 0px 50px 0px!important;
}
.pagination span {
    float: right;
    background: #ffffff;
    border: #d2d2d2 1px solid;
    border-radius: 100px;
    padding: 6px 12px;
    font-size: 15px;
    
}
.contact-banner {
    background-image: url(../image/contactbanner.jpg);
    min-height: 418px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}
.best-seller {
    padding: 0px;
}
.contact-box {
  
    margin-top: -250px;
    margin-bottom: 45px;
}
.contact-box .boxo {
    border-radius: 15px;
    box-shadow: 0px 0px 10px #ddd;
    background-color: #fff;
        width: 100%;
    float: left;
}
.contactleft {
    padding: 38px 60px 38px 62px;
}
.contact-box h2 {
    color: #05172c;
    font-size: 40px;
    position: relative;
    display: inline-block;
    margin: 20px 0px;
    padding-bottom: 10px;
    font-weight: bold;
}
.contact-box h2:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 1%;
    border-bottom: 3px solid #69bf62;
}
.para p {
    font-size: 16px;
    color: #77808a;
    margin-bottom: 2px;
}
.para ul {
        display: inline-flex;
    list-style-type: none;
    margin: 20px 0px 25px 0px;
    padding: 0px;
}
.para ul li .fa {
    color: #264653;
    font-size: 22px;
    margin-right: 16px;
}
.para .row {
    align-items: center;
    justify-content: center;
}
.para .row .col-sm-10 {
    padding: 5px 0px 0px 0px;
}
.para .row .fa-map-marker {
    padding: 14px 18px;
}
.para .row .fa-headphones {
    padding: 14px 14px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.para .row .fa {
    color: #69bf62;
    font-size: 26px;
    box-shadow: 0px 0px 5px #b0b0b0;
    border-radius: 50%;
}
.para .row h5 {
    font-size: 16px;
    color: #05172c;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    line-height: 21px;
}
.para .row h5 a {
    color: #05172c;
}
.catproducts {
    background: #f4f5f5;
}
.login_reg_page {
    background: #f4f5f5;
}
header.loginpage {
    padding: 40px 0px!important;
    background:#FFFFFF!important;
    text-align: center!important;
}
.loginbox {
    border: 0px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    background: #FFF;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 20px -4px rgb(207 207 207);
    -moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);
    box-shadow: 0px 0px 20px -4px rgb(207 207 207);
    padding: 50px 40px 25px 40px;
    text-align: center;
    width: 900px;
    margin: 40px auto;
    padding: 50px 200px 0px;
}
.loginform h2 {
    font-size: 32px;
    font-weight: 600;
    padding: 0px 0px 14px 0px;
    margin: 0px;
}
#listo {
    padding: 34px 0px 85px;
}
.listings .title1 h3 {
        font-size: 30px;
    color: #05172c;
    font-weight: 600;
    margin: 0px 0px 25px 0px;
}
/*.listings .title1 h3:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 1%;
    border-bottom: 3px solid #e4e148;
}*/
.listings .one-boxo p {
    font-size: 16px;
    color: #264653;
    line-height: 24px;
        padding: 0px 0px 15px 0px;
}
.one-boxo {
    clear: both;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.pro-lft-filterbox{background-color: #fff; border-radius: 15px; padding-bottom: 25px; margin-bottom: 40px;}
.pro-lft-filterbox .title{     background-color: #69bf62;
    color: #fff;
    text-align: left;
    font-size: 24px;
    padding: 16px 10px 16px 27px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0px;}
.pro-lft-filterbox .category-div{padding: 10px 25px;}
.pro-lft-filterbox .category-title h2{font-size: 22px !important;position: relative; padding-bottom: 12px; margin-bottom: 20px; }
.pro-lft-filterbox .category-title h2:before{content: "";position: absolute;width: 30%;height: 1px;bottom: 0;left: 1%;border-bottom: 3px solid #fc4b4e;}
.pro-lft-filterbox .category-div table h5{ font-size: 16px; color: #264653; margin: 0;}
.pro-lft-filterbox .category-div table td{padding: 10px 0;}
.pro-lft-filterbox .category-div table td img{margin-right: 8px;}
.pro-lft-filterbox .pricerange-div{padding: 20px 12px;}
.pro-lft-filterbox .pricerange-div .pricerange-title h2{font-size: 22px !important;position: relative; padding-bottom: 12px; margin-bottom: 20px; }
.pro-lft-filterbox .pricerange-div .pricerange-title h2:before{content: "";position: absolute;width: 30%;height: 1px;bottom: 0;left: 1%;border-bottom: 3px solid #e4e148;}
.pro-lft-filterbox .pricerange-div .pricerange-price{ color: #264653; font-size: 16px; padding: 30px 0 10px;}
.pro-lft-filterbox .pricetag-div{padding: 20px 12px;}
.pro-lft-filterbox .pricetag-div .pricetag-title h2{font-size: 22px !important;position: relative; padding-bottom: 12px; margin-bottom: 20px;}
.pro-lft-filterbox .pricetag-div .pricetag-title h2:before{content: "";position: absolute;width: 30%;height: 1px;bottom: 0;left: 1%;border-bottom: 3px solid #69bf62;}
.pro-lft-filterbox .pricetag-div .pricetag-buttomdiv span{ font-size: 14px; border: 1px solid #3333; padding:7px 20px; border-radius: 25px; line-height: 45px;}
.pro-lft-filterbox .filterbtn-div{padding: 20px;}
.pro-lft-filterbox .filterbtn-div button.filterapply{ background-color: #69bf62; border: none; width: 100%; text-align: center; color: #fff; font-size: 16px; padding: 15px; border-radius: 45px;}
.pro-lft-filterbox .filterbtn-div .filterbtn-apply{margin-bottom: 20px;}
.pro-lft-filterbox .filterbtn-div button.clearall{background-color: #fff; border: 1px solid #333; width: 100%; text-align: center; color: #264653; font-size: 16px; padding: 15px; border-radius: 45px;}
.pro-lft-filterbox .filterbtn-div button.clearall:after{ content: "X"; padding-left: 25px; padding-right: -25px;}
/* product list */
.product-thumb {
    border: 0px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    background: #FFF;
    border-radius: 12px;
	-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);
    -moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);
    box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);
    padding: 50px 40px 25px 40px;
    text-align: center;
}
.viewall {
    background: #6cbe51;
    border: 0px;
    color: #FFF;
    margin: 0px auto;
    text-align: center;
    font-size: 18px;
    padding: 10px 27px;
    border-radius: 50px;
    font-weight: 600;
    float: right;
    margin: 10px 0px 0px 0px;
}
.viewall:hover {
    background:#418f28;
    color: #FFF;
    text-decoration: none;
}
.deliveryinfo {
    background: #f4f5f5;
    padding: 15px 0px;
    text-align: center;
}
.deliveryinfo_block {
    background: #f4f5f5;
    padding: 35px 0px;
    text-align: center;
}
.deliveryinfo_content {
    background: #eceded URL(../image/circle.jpg) no-repeat top right;
    padding: 100px 0px;
    text-align: center;
}
.deliveryinfo_content h3 {
    font-size: 52px;
    margin: 0px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}
.deliveryinfo_content p {
    font-size: 22px;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    line-height: 30px;
}
.callph {
    font-size: 26px;
    color: #000;
    background: #FFF URL(../image/call.png) no-repeat 38px 22px;
    padding: 30px 47px 30px 87px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
}
.callph:hover {
    color: #69bf62;
}
.homeBlogSection {
    padding: 72px 0px;
    clear: both;
}
.homeBlogSection h3 {     
    margin: 0px;
    padding: 0px 0px 60px 0px;
    text-align: center;
    font-family: 'Viga', sans-serif;
font-size: 34px;
font-weight: 400;
color: #05172c !important;
}
.blogcat {
    float: left;
    font-size: 18px;
    color: #000;
    margin: 0px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
    border-bottom: #69bf62 3px solid;
}
.form-group LABEL {
    float: left!important;
   /* width: 60px!important;*/
    padding: 5px 0px 0px!important;
    font-size: 15px!important;
}
.buttons1 p { 
     font-size: 15px!important;
}
.form-group LABEL.radio-inline {
    display: inline-block!important;
        margin-left: 7px!important;
}
.loginform .form-group LABEL {
        float: none!important;
    padding: 16px 0px 6px 22px!important;
    font-size: 18px!important;
    text-align: left!important;
    display: block;
    font-weight: 600;
}
.loginform .form-group INPUT[type="text"], .loginform .form-group INPUT[type="password"], .loginform .form-group INPUT[type="email"], .loginform .form-group INPUT[type="tel"], .loginform .form-group SELECT {
    background: #FFF!important;
    border: 2px solid rgb(246, 247, 247)!important;
    box-shadow: none!important;
    padding: 10px 25px!important;
    height: 58px!important;
    border-radius: 18px!important;
    cursor: auto!important;
    font-size: 20px!important;
    width: 100%!important;
}
.loginform .form-group .col-sm-12 p {
    text-align: left;
    padding: 4px 0px 0px 15px;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}
a.forgotpass {
    font-size: 18px!important;
    text-align: right!important;
    color: #000;
    text-decoration: none;
    padding: 5px 0px 0px 0px;
    display: block;
}
.grntbn {
    background: #69bf62!important;
    box-shadow: none!important;
    border: 0px!important;
    font-size: 25px!important;
    padding: 13px 70px!important;
    border-radius: 13px!important;
}
.logar {
    padding-bottom: 25px;
}
.regform {
    border-top: #9aa9af 1px solid;
    padding: 25px 0px 80px 0px;
}
.regform h2 {
        font-size: 32px;
    font-weight: 600;
    padding: 0px 0px 14px 0px;
    margin: 0px;
}
.regform p {
        font-size: 18px;
    padding: 0px 0px 14px 0px;
    margin: 0px;
}
.form-group SELECT {
    float: left!important;
    width: 200px!important;
    font-size: 15px!important;
    border-radius: 100px!important;
    padding: 3px 10px!important;
}
.blck {
    border: 0px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    background: #FFF;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 20px -4px rgb(207 207 207);
    -moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);
    box-shadow: 0px 0px 20px -4px rgb(207 207 207);
    padding: 20px 20px 20px 20px;
    text-align: left;
}
.blck figure {
    width: 22%;
    float: left;
    text-align: center;
    border-right: #dddddd 1px solid;
    padding: 10px 0px 10px 0px;
}
.blck .del_cont {
    width: 78%;
    float: left;
    text-align: left;
    padding: 5px 10px 0px 15px;
}
.blck .del_cont h4 {
    font-size: 23px;
    color: #264653;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: 600;
}
.blck .del_cont p {
    font-size: 14px;
    color: #264653;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.wishlist-icon {
    position: absolute;
    left: 32px;
    top: 15px;
    font-size: 22px;
    color: #444444;
    outline: 0!important;
    outline-offset: 0!important;
    text-decoration: none!important;
    border: 0px!important;
}
.wishlist-icon {
    font-size: 13px;
    min-height: 97px;
}
.wishlist-icon:before {
    content: "\f08a";
    font-family: FontAwesome;
}
.badges {
    position: absolute;
    left: 57px;
    top: 16px;
    text-transform: uppercase;
    font-size: 11px;
}
.badges .hotpro {
    color:#ff1e22;
    border: #ff1e22 1px solid;
    border-radius: 4px;
    padding: 1px 4px;
    line-height:  12px;
    float: left;
    margin: 0px 5px 0px 0px;
    width: 36px;
}
.badges .salepro {
    color:#ff1e22;
    border: #ff1e22 1px solid;
    border-radius: 4px;
    padding: 1px 4px;
    line-height:12px;
    float: left;
    margin: 0px 5px 0px 0px;
    width: 36px;
}
.badges .newpro {
    color:#69bf62;
    border: #69bf62 1px solid;
    border-radius: 4px;
    padding: 1px 4px;
    line-height:12px;
    float: left;
    margin: 0px 5px 0px 0px;
    width: 36px;
}
.badges .bestpro {
    color:#5351a3;
    border: #5351a3 1px solid;
    border-radius: 4px;
    padding: 1px 4px;
    line-height:12px;
    float: left;
    margin: 0px 5px 0px 0px;
    width: 36px;
}
.country-code {
    position: absolute;
    right: 33px;
    top: 10px;
    color: #626060;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
}
.prodetail-link {
    position: absolute;
    left: 35px;
    font-size: 14px;
    color: #6cbe51;
    top: 240px;
}
.prodetail-link .fa { 
    font-size:16px;   
}
.brand-icon {
    position: absolute;
    right: 30px;
    font-size: 14px;
    color: #6cbe51;
    top: 236px;
}
.brand-icon img {
    width: 22px;
}
.shelflife {
   font-size: 12px;
    color: #000;
    border: #000 1px solid;
    line-height: 12px;
    padding: 1px 4px;
    border-radius: 3px;
    width: 60px;
    TEXT-ALIGN: CENTER;
    position: absolute;
    top: 240px;
    left: 112px;
}

.product-thumb .image {
	text-align: center;
	min-height: 200px;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	    font-weight: bold;
    text-align: center;
    font-size: 13px;
    padding: 20px 0px 0px 0px;
    min-height: 60px;
}
.product-thumb .caption {
	padding: 0 20px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
       font-weight: 400;
    color: #6cbe51;
    font-size: 20px;
    text-align: center;
    line-height: 27px;
    min-height: 60px;
}
.product-thumb .price-new {
	    font-weight: 400;
    color: #6cbe51;
    font-size: 20px;
}
.product-thumb .price-old {
	    color: #FF0000;
    text-decoration: line-through;
    font-size: 16px;
}
.product-thumb .discountpercent {
	    color: #FF0000;    font-size: 16px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
.tocart {
        background: #6cbe51;
    border: 0px;
    color: #FFF;
    margin: 0px auto;
    text-align: center;
    font-size: 15px;
    padding: 6px 14px;
    border-radius: 50px;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*---------Custom css start-----------*/

.eapps-instagram-feed-title {  display: none!important.;  }
a.eapps-link {  display: none!important; }

.homeBlogSection .blog-layout .blogcat{display: block; width: 100%; border-bottom: none; margin-top: 20px; margin-bottom: 10px;}
.homeBlogSection .blog-layout .blogcat a{border-bottom: #69bf62 3px solid; color: #05172c; font-size: 15px; padding-bottom: 5px; padding-right: 18px;font-family: 'PT Sans', sans-serif; letter-spacing: 0.015em;}
.homeBlogSection .blog-layout .datePublished{font-size: 13px; font-weight: 700; color: #264653;font-family: 'PT Sans', sans-serif; letter-spacing: 0.015em;}
.homeBlogSection .blog-layout .datePublished span{font-weight: 400;}
.homeBlogSection .blog-layout h4{/*min-height: 50px;*/}
.homeBlogSection .blog-layout h4 a{font-family: 'Viga', sans-serif; color: #05172c; font-size: 20px; letter-spacing: 0.015em; line-height: 27px;}
.homeBlogSection .blog-layout .caption p{font-family: 'PT Sans', sans-serif; color: #264653; font-size: 15px; line-height: 20px; margin: 15px 0 25px 0;}
.homeBlogSection .blog-layout .caption a.read-more{ float: left !important;font-family: 'Viga', sans-serif; color: #05172c; border: 1px solid #05172c; border-radius: 30px; padding: 10px 45px; font-weight: 400;text-transform: capitalize;}
.homeBlogSection .blog-layout{margin-bottom: 60px;}


.product-thumb .price-old {    position: relative;    display: inline-block; text-decoration: none;}
.product-thumb .price-old::before {    content: '';    width: 100%;    position: absolute;    right: 0;    top: 50%;}
.product-thumb .price-old::before {    border-bottom: 1px solid red;    -webkit-transform: skewY(-10deg);    transform: skewY(-10deg);}

.partnersblock{background-color: #f4f5f5; padding: 4% 0;}
.partnersblock .owl-carousel, .partnersblock .owl-carousel .item, .partnersblock .owl-carousel .owl-item{background-color: transparent !important;;}
.partnersblock .owl-wrapper-outer{border: none !important;}
.partnersblock .owl-carousel .owl-wrapper-outer{box-shadow: none;}
.partnersblock .owl-carousel .owl-controls{display: none !important;}
.partnersblock .owl-carousel .owl-wrapper-outer img{filter: grayscale(100%) !important;}
.common-home .instafeed .eui-widget-title{display: none !important;}
/*.common-home .instafeed .eapps-instagram-feed-title-container{padding-top: 5%;}*/
.common-home .instafeed #eapps-instagram-feed-1 a.eapps-link{display: none !important;}

footer .col-lg-3 .para img{width: 200px; margin-bottom: 15px;}
footer p{font-size: 16px;}
footer .col-lg-3:first-child ul{padding-left: 0; margin: 15px 0 15px 0;}
footer .col-lg-3:first-child ul li{ list-style-type: none!important; width: auto;display: inline-block;}
footer .col-lg-3:first-child ul li i{font-size: 17px; border: 1px solid #0e1f33 !important; border-radius: 50%; width: 25px; height: 25px; text-align: center; padding-top: 3px; margin: 5px 5px;}

footer .col-lg-3 .listo ul{padding-left: 18px !important;}
footer .col-lg-3 .listo ul li::marker {  color: #69bf62;  font-size: 2em;}
footer .col-lg-3 .listo ul li a{font-size: 16px;}
footer .col-lg-3 .listo ul li{margin-bottom: 8px;}

footer .col-lg-3 .listo-bullet ul{padding-left: 3px !important;}
footer .col-lg-3 .listo-bullet ul li { list-style-type: none!important;}
footer .col-lg-3 .listo-bullet ul li a{font-size: 16px;}
footer .col-lg-3 .listo-bullet ul li{margin-bottom: 8px;}
footer .col-lg-3 h3{ color: #05172c; font-weight: 500; font-family: 'Viga', sans-serif; margin-bottom: 20px; letter-spacing: 0.015em;}
footer .row:first-child .col-lg-3 .para .row{margin-bottom: 25px;}
footer .row:first-child .col-lg-3 .para .row .col-sm-9{padding-left: 7px; padding-top: 5px;}
footer .row:first-child .col-lg-3 .para .row .col-sm-3 i{font-size: 25px;color: #69bf62;}

.product-layout .timers{ position: absolute; margin-left: -32px; color: #264653;}
.product-layout .timers .days{ text-transform: lowercase; font-size: 10px; line-height: 15px; margin-bottom: 10px;-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); border-radius: 8px; padding: 3px 8px;}
.product-layout .timers .days span{ border-bottom: 1px solid #69bf62; font-weight: 600; }
.product-layout .timers .days span:last-child{ border-bottom: none;}
.product-layout .timers .hours{ text-transform: lowercase; font-size: 10px; line-height: 15px; margin-bottom: 10px;-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); border-radius: 8px; padding: 3px 8px;}
.product-layout .timers .hours span{ border-bottom: 1px solid #69bf62; font-weight: 600; }
.product-layout .timers .hours span:last-child{ border-bottom: none;}
.product-layout .timers .mins{ text-transform: lowercase; font-size: 10px; line-height: 15px; margin-bottom: 10px;-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); border-radius: 8px; padding: 3px 8px;}
.product-layout .timers .mins span{ border-bottom: 1px solid #69bf62; font-weight: 600; }
.product-layout .timers .mins span:last-child{ border-bottom: none;}
.product-layout .timers .secs{ text-transform: lowercase; font-size: 10px; line-height: 15px; margin-bottom: 10px;-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); border-radius: 8px; padding: 3px 8px;}
.product-layout .timers .secs span{ border-bottom: 1px solid #69bf62; font-weight: 600; }
.product-layout .timers .secs span:last-child{ border-bottom: none;}

ul.topmenu li{line-height: 30px; padding: 0 2px;}
ul.topmenu li.dropdown ul.submenu{display: none;}
ul.topmenu li.dropdown ul.submenu li{display: block; width: 100%; margin:8px; line-height: 17px; }
ul.topmenu li.dropdown:hover ul.submenu{display: block !important;position: absolute; background-color: #fff; padding: 29px 1px 1px 1px;  margin-top: -30px; margin-left: -19px; z-index: 100;/*box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;*/ box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2),0 1px 10px 0 rgba(0,0,0,0.1) !important;border-top-right-radius: 15px; border-bottom-right-radius: 15px;}
ul.topmenu li.dropdown:hover a{z-index: 1000; position: relative; border-bottom: 1px solid #69bf62;}
header .col-sm-4{padding: 0;}
ul.topmenu li.dropdown a::before {
  content: url(img/arrow-img.png); font-weight: 700; font-family: 'Roboto';
  position: absolute;
  
  right: -18px; top: 4px;
}
ul.topmenu li.dropdown:hover a::before{top: -1px; right: -20px;}
ul.topmenu li.dropdown:hover ul.submenu li a{display: block; border-bottom:none;}
ul.topmenu li.dropdown:hover ul.submenu li a:before{display: none;}
ul.topmenu li:nth-child(3) ul.submenu{width: 110px;}
ul.topmenu li:nth-child(3) ul.submenu li{display: block; width: 30px;position: relative;}





.single-product .single-product-thumb .timers{ position: absolute; margin-left: 32px; color: #264653; text-align: center; padding-top: 85px;}
.single-product .single-product-thumb .timers .days span.topspan{ text-transform: lowercase; font-size: 19px; line-height: 24px; margin-bottom: 10px; color: #264653; font-weight: 600;}
.single-product .single-product-thumb .timers .days span.botmspan{font-weight: 400; font-size: 13px; color: #6b737c;}
.single-product .single-product-thumb .timers .days span.botmspan:before{content: ""; background-color: #69bf62; width: 13px; height: 2px;display: inline-block;position: absolute;margin-left: 6px;}
.single-product .single-product-thumb .timers .days{margin-bottom: 32px;-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); border-radius: 10px; padding: 4px 12px;}
.single-product .single-product-thumb .timers .hours span.topspan{ text-transform: lowercase; font-size: 19px; line-height: 24px; margin-bottom: 10px; color: #264653; font-weight: 600;}
.single-product .single-product-thumb .timers .hours span.botmspan{font-weight: 400; font-size: 13px; color: #6b737c;}
.single-product .single-product-thumb .timers .hours span.botmspan:before{content: ""; background-color: #69bf62; width: 13px; height: 2px;display: inline-block;position: absolute;margin-left: 9px;}
.single-product .single-product-thumb .timers .hours{margin-bottom: 32px;-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); border-radius: 10px; padding: 4px 12px;}
.single-product .single-product-thumb .timers .mins span.topspan{ text-transform: lowercase; font-size: 19px; line-height: 24px; margin-bottom: 10px; color: #264653; font-weight: 600;}
.single-product .single-product-thumb .timers .mins span.botmspan{font-weight: 400; font-size: 13px; color: #6b737c;}
.single-product .single-product-thumb .timers .mins span.botmspan:before{content: ""; background-color: #69bf62; width: 13px; height: 2px;display: inline-block;position: absolute;margin-left: 6px;}
.single-product .single-product-thumb .timers .mins{margin-bottom: 32px;-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); border-radius: 10px; padding: 4px 12px;}
.single-product .single-product-thumb .timers .secs span.topspan{ text-transform: lowercase; font-size: 19px; line-height: 24px; margin-bottom: 10px; color: #264653; font-weight: 600;}
.single-product .single-product-thumb .timers .secs span.botmspan{font-weight: 400; font-size: 13px; color: #6b737c;}
.single-product .single-product-thumb .timers .secs span.botmspan:before{content: ""; background-color: #69bf62; width: 13px; height: 2px;display: inline-block;position: absolute;margin-left: 6px;}
.single-product .single-product-thumb .timers .secs{margin-bottom: 32px;-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); border-radius: 10px; padding: 4px 12px;}
.single-product .single-product-thumb .brand-icon{bottom: 35px !important; top: unset;}
.single-product .single-product-thumb .prodetail-link{top: unset; bottom: 35px;}
.single-product .single-product-thumb .lastdayshow{border: 2px solid #77808a; color: #77808a; text-align: center; width: 120px; font-size: 18px; font-weight: 500; border-radius: 5px; padding: 5px 2px; bottom: 35px; position: absolute; left: 240px; background-color: #fff;}





.single-product .product-title-day{font-family: 'Viga'; font-size: 24px; line-height: 32px; color: #05172c; letter-spacing: 0.011em; margin-bottom: 8px; padding-top: 5px;}
.single-product h1{ margin-top:0;font-family: 'Viga'; font-size: 24px; line-height: 32px; color: #05172c; letter-spacing: 0.011em; font-weight: 400; margin-bottom: 39px;}
.single-product .pricesingl-off{color: #ea1d25; font-size: 28px; line-height: 36px; font-weight: 600;text-decoration: line-through; margin-right: 15px;}
.single-product .pricesingl{color: #6cbe51; font-size: 28px; line-height: 36px; font-weight: 600;}
.single-product .form-group label, .single-product input#input-quantity, .single-product .nav.nav-tabs, .single-product .tab-content{display: none;}
.single-product .form-group .btn-primary{ background-color: #6cbe51 !important;background-image: linear-gradient(to bottom, #6cbe51, #6cbe51);border: none;font-size: 23px;font-weight: 400;font-family: 'Viga'; padding: 12px; border-radius: 35px; width: 283px; text-shadow: none;}
.productcategorycls, .producttagcls{color: #264653; font-size: 16px; margin-bottom: 15px;}
.productcategorycls a, .producttagcls a{color: #264653 !important; font-size: 16px; margin-bottom: 15px; font-weight: 600; padding-left: 10px;}
.producttagcls{border-bottom: 1px solid #3333; padding-bottom: 15px; margin-bottom: 30px;}
.single-product-description .des-title{font-family: 'Viga'; font-size: 24px; line-height: 32px; color: #05172c; letter-spacing: 0.011em;}
.single-product-description .des-title:after{content: ""; height: 3px; background-color: #6cbe51; width: 120px;display: block;position: static; margin-top: 5px; }
.single-product-description .des-cont{color: #264653; font-size: 16px; line-height: 22px;}
.des-bottom-img img{margin-top: 35px; border-radius: 18px;}

.single-product ul.thumbnails a.thumbnail{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);padding: 50px 40px 25px 40px; border-radius: 15px;}
.single-product ul.thumbnails a.thumbnail:hover{border-color: #3333;}

.single-product-description{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);padding: 50px 40px 25px 40px; padding: 1px 20px 20px 20px; border-radius: 15px;background-color: #fff;}

.hot-offer-product .homecontentarea h3, .related-product .homecontentarea h3{font-family: 'Viga'; font-size: 24px; line-height: 32px; color: #05172c; letter-spacing: 0.011em;}
.hot-offer-product .homecontentarea h3:after, .related-product .homecontentarea h3:after{content: ""; height: 3px; background-color: #6cbe51; width: 120px;display: block;position: static; margin-top: 5px; margin-bottom: 15px; }
.homecontentarea .lastdayshow{border: 1px solid #77808a; color: #77808a; text-align: center; width: 60px; font-size: 10px; font-weight: 500; border-radius: 5px; padding: 1px 1px; top: 235px; left:120px; position: absolute;  background-color: #fff;}
.hot-offer-product .homecontentarea h4, .related-product .homecontentarea h4{font-weight: 400;}
.hot-offer-product .homecontentarea .price, .related-product .homecontentarea .price{min-height: 30px;}















.cart-top-img-row{margin-bottom: 40px;}
.cartimgshadowbox img{width: 100%;border-radius: 17px;}
.cartimgshadowbox{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); border-radius: 17px;}
.cartpagediv .breadcrumb{/*background: transparent;*/}
.checkout-cart{background: #f4f5f5;}
.cartpagediv .cart-productlist{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 2px 40px 30px 40px;}
.cartpagediv .cart-productlist .cartpagetitle{font-family: 'Viga'; font-size: 24px; line-height: 32px; color: #05172c; letter-spacing: 0.011em;}
.cartpagediv .cart-productlist .cartpagetitle:after{content: ""; height: 3px; background-color: #6cbe51; width: 120px;display: block;position: static; margin-top: 5px; margin-bottom: 25px; }
.cartpagediv table.table.table-bordered.cart-productlist-tbl{border: 0 !important;}
.cartpagediv table.table.table-bordered.cart-productlist-tbl td{border-left: none; border-right: none; padding: 15px 0;}
.cartpagediv table.table.table-bordered.cart-productlist-tbl tr:first-child td{border-top: none;}
.cartpagediv table.table.table-bordered.cart-productlist-tbl tr td:first-child img{border: none; width: 100px;}

.cartpagediv table.table.table-bordered.cart-productlist-tbl tr td button.minus{background-color: #f6f7f7; border: none; padding: 13px 20px 13px 30px; margin: 0; border-top-left-radius: 25px; border-bottom-left-radius: 25px;}
.cartpagediv table.table.table-bordered.cart-productlist-tbl tr td input.qty{margin: 0 0 0 -5px; background-color: #f6f7f7; border: none; padding: 13px 10px; width: 70px;}
.cartpagediv table.table.table-bordered.cart-productlist-tbl tr td button.plus{background-color: #fff; border: none; padding: 13px 18px; margin: 0 0 0 -35px; border-radius: 50%; z-index: 1000;box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2),0 6px 10px 0 rgba(0,0,0,0.19) !important;}
.cartpagediv table.table.table-bordered.cart-productlist-tbl tr td .input-group.btn-block{margin-bottom: 0px; padding-top: 15px;}

.cartpagediv table.table.table-bordered.cart-productlist-tbl .cart-pro-title{ margin-top:0;font-family: 'Viga'; font-size: 24px; line-height: 32px; color: #05172c; letter-spacing: 0.011em; font-weight: 400; margin-bottom: 8px;}
.cartpagediv table.table.table-bordered.cart-productlist-tbl .cart-pro-title a{color:#05172c; }
.cartpagediv table.table.table-bordered.cart-productlist-tbl .prodict-single-pricediv .pricesingl-off{color: #ea1d25; font-size: 28px; line-height: 36px; font-weight: 600;text-decoration: line-through; margin-right: 15px;}
.cartpagediv table.table.table-bordered.cart-productlist-tbl .prodict-single-pricediv .pricesingl{color: #6cbe51; font-size: 28px; line-height: 36px; font-weight: 600;}
.cartpagediv table.table.table-bordered.cart-productlist-tbl .prodict-single-pricediv{padding-bottom: 8px;}
.cartpagediv table.table.table-bordered.cart-productlist-tbl tr td:nth-child(4){color:#05172c; font-size:24px; font-weight: 500;}
.cartpagediv table.table.table-bordered.cart-productlist-tbl .lastdayshow{border: 1px solid #77808a; color: #77808a; text-align: center; width: 60px; font-size: 10px; font-weight: 500; border-radius: 5px; padding: 1px 1px;  background-color: #fff; margin-bottom: 5px;}
.cartpagediv table.table.table-bordered.cart-productlist-tbl .cart-pro-deletebtn{color: red;text-shadow: none !important;background-color: #fff;background-image: none;background-repeat: repeat-x;border-color: #fff;border: 0;box-shadow: none; }
.cartpagediv table.table.table-bordered.cart-productlist-tbl .cart-pro-deletebtn i{font-size: 25px; }
.cartpagediv table.table.table-bordered.cart-productlist-tbl tr:last-child td{border-bottom: none;}
.row.cart-tbl-bttm-row .col-lg-6.one p{margin-bottom: 1px;}
.row.cart-tbl-bttm-row .col-lg-6.two .cart-tbl-bttm-rght{color: #264653;font-family: 'Viga'; font-size: 16px;}

.row.cart-tbl-bttm-row .col-lg-6.two .cart-tbl-bttm-rght img{margin-left: 5px;}

.row.cart-tbl-last-row{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 30px 20px; margin: 45px 0px 0  0;}
.row.cart-tbl-last-row .col-lg-4.one{border-right: 1px solid #3333;}
.row.cart-tbl-last-row .col-lg-4.three{border-left: 1px solid #3333;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content1 h3{color: #05172c; font-size: 16px;font-family: 'Viga';margin-bottom: 13px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content1 h2{color: #05172c; font-size: 32px;font-family: 'Viga'; margin-top: 5px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content1 h4{color: #264653; font-size: 16px; font-weight: 600;border-bottom: 1px solid #3333; padding-bottom: 19px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content1 p.ship-p{color: #05172c; font-size: 16px;font-family: 'Viga';}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content1 p.ship-p2{color: #77808a;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content1 table.cart-total-tbl td{border-bottom: 1px solid #3333; padding-bottom: 10px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content1 textarea{width: 100%; border-radius: 15px; border: 1px solid #3333; padding: 10px; font-size: 16px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content1{padding-right: 8px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content2{padding-left: 8px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content2 h2{color: #05172c; font-size: 24px;font-family: 'Viga'; margin-top: 15px; font-weight: 400;border-bottom: 1px solid #3333; padding-bottom: 19px; margin-bottom: 25px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content3 h2{color: #05172c; font-size: 24px;font-family: 'Viga'; margin-top: 15px; font-weight: 400; padding-bottom: 9px; margin-bottom: 0px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content3 p{color: #77808a; font-size: 16px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content3 #toggle-on{background-color: #6cbe51; color: #6cbe51; border-color: #6cbe51;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content3 .btn.btn-primary{background-color: #6cbe51; color: #fff;background-image: linear-gradient(to bottom, #6cbe51, #6cbe51);background-repeat: repeat-x; font-size: 18px;border-color: #6cbe51 #6cbe51 #6cbe51;font-family: 'Viga'; width: 100%; padding: 15px 3px; border-radius: 35px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content3 .onoff-btn-div{margin-bottom: 88px;}

.customer-product .homecontentarea h3{font-family: 'Viga'; font-size: 24px; line-height: 32px; color: #05172c; letter-spacing: 0.011em;}
.customer-product .homecontentarea h3:after{content: ""; height: 3px; background-color: #6cbe51; width: 230px;display: block;position: static; margin-top: 5px; margin-bottom: 35px; }
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content2 .orginal-price span:first-child{color: #05172c; font-size: 16px;font-family: 'Viga';}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content2 .blance-price span:first-child{color: #05172c; font-size: 16px;font-family: 'Viga';}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content2 .save-price span:first-child{color: #05172c; font-size: 16px;font-family: 'Viga';}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content2 .orginal-price span:last-child{color: #ea1d25; font-size: 24px;font-family: 'Viga'; float: right;text-decoration: line-through;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content2 .blance-price span:last-child{color: #6cbe51; font-size: 24px;font-family: 'Viga'; float: right;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content2 .save-price span:last-child{color: #6cbe51; font-size: 24px;font-family: 'Viga'; float: right;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content2 .orginal-price{margin-bottom: 35px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content2 .blance-price{padding-bottom: 56px;border-bottom: 1px solid #3333; margin-bottom: 20px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content2{padding-right: 7px}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content3{padding-left: 7px;}
.row.cart-tbl-last-row .col-lg-4 .cart-tbl-last-content3 .onoff-txt{color: #05172c; font-size: 16px;font-family: 'Viga';}









.checkout-checkout{background: #f4f5f5;}
.checkout-row{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 30px 20px; margin: 15px 0 35px 0;}
.checkout-row .two .checkout-right-box{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 30px 20px; margin: 95px 0 35px 0;}
.checkout-row .two .checkout-right-box h1{color: #05172c;font-size: 24px;font-family: 'Viga';}
.checkout-row .two .checkout-right-box table .check-order1 td:first-child{color: #05172c;font-size: 16px;font-family: 'Viga'; padding-bottom: 15px;}
.checkout-row .two .checkout-right-box table .check-order1 td:last-child{color: #ea1d25; font-size: 16px;font-family: 'Viga'; text-decoration: line-through;padding-bottom: 15px;}

.checkout-row .two .checkout-right-box table .check-order2 td:first-child{color: #05172c;font-size: 16px;font-family: 'Viga'; padding-bottom: 15px;}
.checkout-row .two .checkout-right-box table .check-order2 td:last-child{color: #6cbe51; font-size: 16px;font-family: 'Viga'; padding-bottom: 15px;}

.checkout-row .two .checkout-right-box table .check-order3 td:first-child{color: #05172c;font-size: 16px;font-family: 'Viga'; padding-bottom: 75px;}
.checkout-row .two .checkout-right-box table .check-order3 td:last-child{color: #6cbe51; font-size: 16px;font-family: 'Viga'; padding-bottom: 75px;}

.checkout-row .two .checkout-right-box table .check-order4 td:first-child{color: #05172c;font-size: 24px;font-family: 'Viga'; padding-bottom: 20px;}
.checkout-row .two .checkout-right-box table .check-order4 td:last-child{color: #6cbe51; font-size: 24px;font-family: 'Viga'; padding-bottom: 20px;}
.checkout-row .two .checkout-right-box table .check-order5 .order{ background-color: #fff; box-shadow: none; border: 1px solid #6cbe51; font-size: 16px;font-family: 'Viga'; color: #6cbe51; padding: 13px 5px; width: 100%; border-radius: 35px; margin-bottom: 10px;}
.checkout-row .two .checkout-right-box table .check-order6 td{color: #77808a; padding: 0 10px;}

.checkout-row #accordion .panel-default{ border: none;}
.checkout-row #accordion .panel-default > .panel-heading{background-color: transparent; border: none !important;}
.checkout-row #accordion .panel{box-shadow: none;}
.checkout-row #accordion .panel-body{border: none;-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 5px 30px 30px 30px; margin: 20px 0;}
.checkout-row #accordion .panel-default .panel-title{}
.checkout-row #accordion .panel-default .panel-title{font-family: 'Viga'; font-size: 24px; line-height: 32px; color: #05172c; letter-spacing: 0.011em;}
.checkout-row #accordion .panel-default .panel-title:after{content: ""; height: 3px; background-color: #6cbe51; width: 220px;display: block;position: static; margin-top: 5px; margin-bottom: 15px; }
.checkout-row #accordion .panel-default .panel-title a i{display: none;}




.checkout-row input.form-control{background: #FFF !important;border: 2px solid rgb(246, 247, 247) !important;box-shadow: none !important;padding: 10px 25px !important;height: 58px !important;border-radius: 18px !important;cursor: auto !important;font-size: 20px !important;width: 100% !important;}
.checkout-row input.btn.btn-primary{background: #69bf62 !important;box-shadow: none !important;border: 0px !important;font-size: 25px !important;padding: 13px 70px !important;border-radius: 13px !important;}
.checkout-row label{float: none !important;padding: 16px 0px 6px 22px !important;font-size: 18px !important;text-align: left !important;display: block;font-weight: 600; width: 100%;}
.checkout-row #accordion p{font-size: 18px; line-height: 26px;}
.checkout-row #accordion .panel-body a{font-size: 18px !important; line-height: 26px; color: #69bf62;}
.checkout-row #accordion .panel-default .panel-title{text-decoration: none !important;}
.checkout-row #accordion .panel-default legend{color: #05172c;}
.checkout-row #accordion .panel-default select{background: #FFF !important;border: 2px solid rgb(246, 247, 247) !important;box-shadow: none !important;padding: 10px 25px !important;height: 58px !important;border-radius: 18px !important;cursor: auto !important;font-size: 20px !important;width: 100% !important;}
.checkout-row textarea{background: #FFF !important;border: 2px solid rgb(246, 247, 247) !important;box-shadow: none !important;padding: 10px 25px !important;height: 8em !important;border-radius: 18px !important;cursor: auto !important;font-size: 20px !important;width: 100% !important;}
.checkout-row #accordion .panel-default .table-responsive{padding-top: 20px;}


.checkout-cart #content .btn.btn-primary{background: #69bf62 !important;box-shadow: none !important;border: 0px !important;font-size: 25px !important;padding: 13px 70px !important;border-radius: 13px !important; width: 100%; max-width: 100%;color: #fff !important; font-weight: 400;}




.account-newsletter, .account-return, .account-order, .account-wishlist, .account-address, .account-password, .account-edit, .account-account, .account-address-edit, .account-address-add{background: #f4f5f5;}
.account-account #content h2, .account-edit #content h1, .account-address #content h2, .account-password #content h1, .account-wishlist #content h2, .account-order #content h1, .account-return #content h1, .account-address-edit #content h2, .account-address-add #content h2{font-family: 'Viga'; font-size: 24px; line-height: 32px; color: #05172c; letter-spacing: 0.011em;}
.account-account #content h2:after, .account-edit #content h1:after, .account-address #content h2:after, .account-password #content h1:after, .account-wishlist #content h2:after, .account-order #content h1:after, .account-return #content h1:after, .account-address-edit #content h2:after, .account-address-add #content h2:after{content: ""; height: 3px; background-color: #6cbe51; width: 220px;display: block;position: static; margin-top: 5px; margin-bottom: 15px; }
.account-account #content ul.list-unstyled li a{color: #70808a; font-size: 16px; line-height: 24px;}
.account-edit #content{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 20px 20px 20px 20px; margin: 15px 15px 35px 15px;}
.account-edit aside .list-group{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 30px 20px; margin: 15px 0 35px 0;}
.account-edit #content input.form-control{background: #FFF !important;border: 2px solid rgb(246, 247, 247) !important;box-shadow: none !important;padding: 10px 25px !important;height: 58px !important;border-radius: 18px !important;cursor: auto !important;font-size: 20px !important;width: 100% !important; }
.account-edit #content input.btn.btn-primary, .account-edit #content a.btn.btn-default{background: #69bf62 !important;box-shadow: none !important;border: 0px !important;font-size: 25px !important;padding: 13px 70px !important;border-radius: 13px !important; width: 100%; max-width: 100%;color: #fff !important; font-weight: 400;}
.account-edit #content label{float: none !important;padding: 16px 0px 6px 22px !important;font-size: 18px !important;text-align: left !important;display: block;font-weight: 600; width: 100%;}
.account-edit #content .col-sm-10{width: 100%; max-width: 100%;}

.account-password #content{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 20px 20px 20px 20px; margin: 15px 15px 35px 15px;}
.account-password aside .list-group{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 30px 20px; margin: 15px 0 35px 0;}
.account-password #content input.form-control{background: #FFF !important;border: 2px solid rgb(246, 247, 247) !important;box-shadow: none !important;padding: 10px 25px !important;height: 58px !important;border-radius: 18px !important;cursor: auto !important;font-size: 20px !important;width: 100% !important; }
.account-password #content input.btn.btn-primary, .account-password #content a.btn.btn-default{background: #69bf62 !important;box-shadow: none !important;border: 0px !important;font-size: 25px !important;padding: 13px 70px !important;border-radius: 13px !important; width: 100%; max-width: 100%;color: #fff !important; font-weight: 400;}
.account-password #content label{float: none !important;padding: 16px 0px 6px 22px !important;font-size: 18px !important;text-align: left !important;display: block;font-weight: 600; width: 100%;}
.account-password #content .col-sm-10{width: 100%; max-width: 100%;}

.account-address #content{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 20px 20px 20px 20px; margin: 15px 15px 35px 15px;}
.account-address aside .list-group{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 30px 20px; margin: 15px 0 35px 0;}
.account-address #content input.form-control{background: #FFF !important;border: 2px solid rgb(246, 247, 247) !important;box-shadow: none !important;padding: 10px 25px !important;height: 58px !important;border-radius: 18px !important;cursor: auto !important;font-size: 20px !important;width: 100% !important; }
.account-address #content input.btn.btn-primary{background: #69bf62 !important;box-shadow: none !important;border: 0px !important;font-size: 25px !important;padding: 13px 70px !important;border-radius: 13px !important; width: 100%; max-width: 100%;color: #fff !important; font-weight: 400;}
.account-address label{float: none !important;padding: 16px 0px 6px 22px !important;font-size: 18px !important;text-align: left !important;display: block;font-weight: 600; width: 100%;}
.account-address #content .col-sm-10{width: 100%; max-width: 100%;}
.account-address #content .btn{background: #69bf62 !important;box-shadow: none !important;border: 0px !important;font-size: 25px !important;padding: 13px 70px !important;border-radius: 13px !important; color: #fff !important; font-weight: 400;}
.account-address #content td{font-size: 16px; line-height: 24px;}

.account-wishlist #content, .account-order #content, .account-return #content, .account-newsletter #content{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 20px 20px 20px 20px; margin: 15px 15px 35px 15px;}
.account-wishlist aside .list-group, .account-order aside .list-group, .account-return aside .list-group, .account-newsletter aside .list-group{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 30px 20px; margin: 15px 0 35px 0;}
.account-wishlist #content p, .account-order #content p, .account-return #content p, .account-newsletter #content p{font-size: 16px; line-height: 24px;}
.account-wishlist #content .btn, .account-order #content .btn, .account-return #content .btn, .account-newsletter #content .btn{background: #69bf62 !important;box-shadow: none !important;border: 0px !important;font-size: 25px !important;padding: 13px 70px !important;border-radius: 13px !important; color: #fff !important; font-weight: 400;}



.account-newsletter #content input.form-control{background: #FFF !important;border: 2px solid rgb(246, 247, 247) !important;box-shadow: none !important;padding: 10px 25px !important;height: 58px !important;border-radius: 18px !important;cursor: auto !important;font-size: 20px !important;width: 100% !important;}
.account-newsletter #content label{float: none !important;padding: 16px 0px 6px 22px !important;font-size: 18px !important;text-align: left !important;display: block;font-weight: 600; width: 100%;}




.account-address-edit #content, .account-address-add #content{-webkit-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1); box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);  border-radius: 15px; background-color: #fff; padding: 20px 20px 20px 20px; margin: 15px 15px 35px 15px;}
.account-address-edit #content input.form-control, .account-address-edit #content select, .account-address-add #content input.form-control, .account-address-add #content select{background: #FFF !important;border: 2px solid rgb(246, 247, 247) !important;box-shadow: none !important;padding: 10px 25px !important;height: 58px !important;border-radius: 18px !important;cursor: auto !important;font-size: 20px !important;width: 100% !important; }
.account-address-edit #content .btn, .account-address-add #content .btn{background: #69bf62 !important;box-shadow: none !important;border: 0px !important;font-size: 25px !important;padding: 13px 70px !important;border-radius: 13px !important; width: 100%; max-width: 100%;color: #fff !important; font-weight: 400;}
.account-address-edit label, .account-address-add label{float: none !important;padding: 16px 0px 6px 22px !important;font-size: 18px !important;text-align: left !important;display: block;font-weight: 600; width: 100%;}
.account-address-edit #content .col-sm-10, .account-address-add #content .col-sm-10{width: 100%; max-width: 100%;}










.product-all_products .one .category-div ul{padding: 0;}
.product-all_products .one .category-div ul li{list-style-type: none; display: block; width: 100%; padding-left: 35px;margin-bottom: 10px;}
.product-all_products .one .category-div ul li input[type="checkbox"] { visibility: hidden;  float: left;}
.product-all_products .one .category-div ul li label{ width: 100%; cursor: pointer;}
.product-all_products .one .category-div ul li h5{float: left; margin: 0; color: #264653; font-size: 18px; font-weight: 700;}

.product-all_products .one .category-div ul li:nth-child(1) {  background: URL(../image/meat.png) no-repeat 0 0; }
.product-all_products .one .category-div ul li:nth-child(2) {  background: URL(../image/dairy.png) no-repeat 0 0; }
.product-all_products .one .category-div ul li:nth-child(3) {  background: URL(../image/frozen.png) no-repeat 0 0; }
.product-all_products .one .category-div ul li:nth-child(4) {  background: URL(../image/deli.png) no-repeat 0 0; }
.product-all_products .one .category-div ul li:nth-child(5) {  background: URL(../image/seasonal.png) no-repeat 0 0; }
.product-all_products .one .category-div ul li:nth-child(6) {  background: URL(../image/bakery.png) no-repeat 0 0; }
.product-all_products .one .category-div ul li:nth-child(7) {  background: URL(../image/cupboard.png) no-repeat 0 0; }
.product-all_products .one .category-div ul li:nth-child(8) {  background: URL(../image/drinks.png) no-repeat 0 0; }

.product-all_products .one .pricetag-buttomdiv label{ width: 30%;cursor: pointer; color: rgba(255, 255, 255, 0); margin: 5px 0;  }
.product-all_products .one .pricetag-buttomdiv label input[type="checkbox"] { visibility: hidden;  float: left;}
.product-all_products .one .pricetag-buttomdiv label:nth-child(1) {  background: URL(img/flug-img-1.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(2) {  background: URL(img/flug-img-2.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(3) {  background: URL(img/flug-img-3.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(4) {  background: URL(img/flug-img-4.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(5) {  background: URL(img/flug-img-5.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(6) {  background: URL(img/flug-img-6.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(7) {  background: URL(img/flug-img-7.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(8) {  background: URL(img/flug-img-8.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(9) {  background: URL(img/flug-img-9.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(10) {  background: URL(img/flug-img-10.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(11) {  background: URL(img/flug-img-11.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(12) {  background: URL(img/flug-img-12.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(13) {  background: URL(img/flug-img-13.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(14) {  background: URL(img/flug-img-14.jpg) no-repeat 0 0; }
.product-all_products .one .pricetag-buttomdiv label:nth-child(15) {  background: URL(img/flug-img-15.jpg) no-repeat 0 0; }

.product-all_products .one .pricetag-buttomdiv label img{display: none;}








.about-bnr-section img{width: 100%;}
.about-section-one{border: 0px solid #ddd;background: #FFF;border-radius: 12px;-webkit-box-shadow: 0px 0px 20px -4px rgb(207 207 207);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);box-shadow: 0px 0px 20px -4px rgb(207 207 207);padding: 30px 30px; margin-top: -150px; z-index:1000; position:relative;}
.about-section-one .col-lg-4 img{width: 100%; border-radius: 20px;}


.about-page-title .cartpagetitle{font-family: 'Viga'; font-size: 28px; line-height: 36px; color: #05172c; letter-spacing: 0.011em; margin-top: 0;}
.about-page-title .cartpagetitle:after{content: ""; height: 3px; background-color: #6cbe51; width:80px;display: block;position: static; margin-top: 5px; margin-bottom: 35px; }

.about-section-brand .cartpagetitle{font-family: 'Viga'; font-size: 28px; line-height: 36px; color: #05172c; letter-spacing: 0.011em; margin-top: 0;}
.about-section-brand .cartpagetitle:after{content: ""; height: 3px; background-color: #6cbe51; width:80px;display: block;position: static; margin-top: 5px; margin-bottom: 35px; }


.about-section-one .about-page-content{padding-top: 35px; color: #264653; font-size: 16px; line-height: 25px;}

table.about-brand-tbl td{padding: 22px 15px;}
table.about-brand-tbl td img{width: auto;}

.about-section-brand{border: 0px solid #ddd;background: #FFF;border-radius: 12px;-webkit-box-shadow: 0px 0px 20px -4px rgb(207 207 207);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);box-shadow: 0px 0px 20px -4px rgb(207 207 207);padding: 30px 30px; margin-bottom: 8%; }

.logotitle{color: #264653; font-size: 16px; line-height: 26px; font-weight: 700; margin-top: 20px;}




.information-contact .listings .title1 h3{font-family: 'Viga'; font-size: 24px; line-height: 32px; color: #05172c; letter-spacing: 0.011em; margin-top: 0;}
.information-contact .listings .title1 h3:after{content: ""; height: 3px; background-color: #6cbe51; width:80px;display: block;position: static; margin-top: 5px; margin-bottom: 35px; }
.information-contact .listings .row .col-lg-6:first-child .title1 h3:after{background-color: #e4e148;}
.information-contact .listings .row .col-lg-6:last-child .title1 h3:after{background-color: #fc4b4e;}






.suport-header-section h1{ color: #264653; font-size: 56px; line-height: 1em; font-weight: 600;font-family: 'Viga'; letter-spacing: 0.011em; margin-bottom: 45px;}
.suport-header-section h3{color: #264653; font-size: 40px; line-height: 1em; font-weight: 600;font-family: 'Viga'; letter-spacing: 0.011em;}
.suport-header-section .input-group{width: 400px; margin: auto;}
.suport-header-section{margin-bottom: 35px;}
.suport-section{border: 0px solid #ddd;background: #FFF;border-radius: 12px;-webkit-box-shadow: 0px 0px 20px -4px rgb(207 207 207);-moz-box-shadow: 0px 0px 20px -4px rgba(207,207,207,1);box-shadow: 0px 0px 20px -4px rgb(207 207 207);padding: 30px 30px; margin-bottom: 3%;}
.suport-section .col-lg-3{margin-top: 15px; margin-bottom: 15px;}
.suport-section .suport-icon-title{color: #05172c; font-size: 24px; line-height: 32px;font-family: 'Viga'; margin: 15px 0}


.faq-title-row h1{color: #264653; font-size: 56px; line-height: 1em; font-weight: 600;font-family: 'Viga'; letter-spacing: 0.011em; margin-bottom: 25px;}
.faq-part h3{color: #05172c; font-size: 22px; line-height: 30px; font-weight: 400;font-family: 'Viga'; }
.faq-part .faq-content{ color: #05172c;    font-size: 17px;    line-height: 25px;}
.faq-part{margin-bottom: 25px;}
.faq-section { margin: 0px 0px 40px 0px; }

.bigfont-content{color: #05172c;    font-size: 17px;    line-height: 25px;}
.gap-bottom-5{padding-bottom:5%;}









.newslist.post-layout.post-grid ul.category li a{ font-weight: 600; border-bottom: #69bf62 3px solid; color: #05172c;font-size: 15px;  padding-bottom: 5px; padding-right: 18px;font-family: 'PT Sans', sans-serif; letter-spacing: 0.015em; margin-right: 15px;}
.newslist.post-layout.post-grid ul.category li{margin-bottom: 10px;}
.newslist.post-layout.post-grid .author-row .author{font-size: 13px !important; font-weight: 700 !important; color: #264653 !important;font-family: 'PT Sans', sans-serif !important; letter-spacing: 0.015em !important;}
.newslist.post-layout.post-grid .author-row .date-published{font-size: 13px !important; font-weight: 400 !important; color: #264653 !important;font-family: 'PT Sans', sans-serif !important; letter-spacing: 0.015em !important;}
.newslist.post-layout.post-grid .author-row{margin-bottom: 18px;}
.newslist.post-layout.post-grid h3.title a{font-family: 'Viga', sans-serif !important; color: #05172c !important; font-size: 20px !important; letter-spacing: 0.015em !important; line-height: 27px; font-weight: 400;}
.newslist.post-layout.post-grid .short-description{font-family: 'PT Sans', sans-serif !important; color: #264653 !important; font-size: 15px !important; line-height: 20px !important; margin: 5px 0 25px 0;}
.newslist.post-layout.post-grid .post-thumb-footer a{float: left !important;font-family: 'Viga', sans-serif; color: #05172c; border: 1px solid #05172c; border-radius: 30px; padding: 10px 45px; font-weight: 400;text-transform: capitalize;}
.extension-d_blog_module-category{background: #f4f5f5 !important;}




.extension-d_blog_module-post{background: #f4f5f5 !important;}
.extension-d_blog_module-post article.bm ul.category li a{font-weight: 600; border-bottom: #69bf62 3px solid; color: #05172c;font-size: 15px;  padding-bottom: 5px; padding-right: 18px;font-family: 'PT Sans', sans-serif; letter-spacing: 0.015em; margin-right: 15px;}
.extension-d_blog_module-post article.bm ul.category li{margin-bottom: 10px;}
.extension-d_blog_module-post article.bm ul.category li:after{display: none !important;}
.extension-d_blog_module-post article.bm .title-divider{display: none;}
.extension-d_blog_module-post article.bm h1.title{font-family: 'Viga', sans-serif !important; color: #05172c !important; font-size: 32px; letter-spacing: 0.015em; line-height: 37px; font-weight: 400;}
.extension-d_blog_module-post article.bm .title-information{display: none;}
.extension-d_blog_module-post article.bm .content .tag, .extension-d_blog_module-post article.bm .content .bm-author, .extension-d_blog_module-post article.bm .content .form-review{display: none;}
.extension-d_blog_module-post article.bm .content .description{font-family: 'PT Sans', sans-serif !important; color: #264653 !important; font-size: 15px !important; line-height: 24px !important;}
.extension-d_blog_module-post article.bm .content{margin: 20px 0;}
.extension-d_blog_module-post article.bm .content .post-nav{display: none;}


.bm .pagination > li > a, .bm .pagination > li > span{ border:none !important;}
.bm .pagination li a{ background: transparent !important; color: #77808a !important;font-size: 12px;}
.bm .pagination > li.active > a, .bm .pagination > li.active > span, .bm .pagination > li > a:hover{background-color: #6cbe51 !important; border-radius: 50% !important; padding: 5px 10px !important;font-size: 12px !important; color: #fff !important;}
.bm .pagination{border: 1px solid #3333; padding: 3px 20px !important; border-radius: 35px !important;}
.bm .pagination > li{margin: 0 2px;}
.bm .bm-pagination .col-sm-6.text-right{color: #264653; font-size: 16px;font-family: 'PT Sans', sans-serif !important; padding-top: 12px;}
.bm .pagination > li.active > span{margin: 0 2px;}


