body {
	background: #fff;
    color: #444444;
	font-family: 'Rubik', sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 24px;
}
/* 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;*/
	color: inherit;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
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;
}

.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;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

#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;
}
.row-danger
{
border: 1px red solid;
}

.incart-box {
    font-size: 10px;
    line-height: 14px;
    background-image: url(../images/incart-icon.png);
    background-color: #6aba4d;
    background-position: 3px center;
    background-repeat: no-repeat;
    color: #fff;
    padding-left: 20px;
    text-transform: uppercase;
    position: absolute;
   
    z-index: 7;
    padding-right: 5px;
    left: -16px;
    padding-top: 2px;
	margin-top: -30px;
   
}
#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;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 0px;
	width: 100%;
	position: initial;
}
#search .input-lg {
	height: 46px;
	line-height: 20px;
	padding: 0 10px!important;
	width:70%;
	border: 0px; 
	box-shadow: none;
	font-size: 15px;
    color: #444444;
}
#search .input-lg::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #444444;
}
#search .input-lg::-moz-placeholder { /* Firefox 19+ */
  color: #444444;
}
#search .input-lg:-ms-input-placeholder { /* IE 10+ */
  color: #444444;
}
#search .input-lg:-moz-placeholder { /* Firefox 18- */
  color: #444444;
}

#search.input-group SELECT {
	width: 30%;
	border:0px; 
	box-shadow: none;
	font-size: 15px;
    color: #444444;
	height: 46px;
    background: #fff;
}
#search.input-group SELECT:before {
    content: "";
    width: 1px;
    height: 26px;
    background: #eeeeee;
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
}
#search .btn-lg {
	/*font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;*/
	background: #70b853;
    width: 135px;
    height: 50px;
    position: absolute;
    right: -2px;
    top: -2px;
    color: #fff;
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#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 .dropdown-menu {
	background: #70b853;
    z-index: 1001;
    color: #FFF;
    width: 250px;
    padding: 10px;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu li {
	width: 100%;	
}

.hide-blok {
    background: #f9f9f9;
    padding: 9px 0;
}
.hide-blok .cancel-btn {
    position: absolute;
    right: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    top: 6px;
    border: none;
    background: url(../image/cross.png) 0 0 no-repeat;
    cursor: pointer;
}
.hide-blok .list-item {
	margin:0;
}
.hide-blok .list-item li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
	line-height:20px;
    padding:0 16px;
	position:relative;
	color:#444444;
}
.hide-blok .list-item li a {
	display:block;
	color:#444444;
}
.hide-blok .list-item li a:hover {
	color:#70b853;
}
.hide-blok .list-item li:after {
	content:"";
	width:1px;
	height:16px;
	position:absolute;
	right:0px;
	top:2px;
	background:#dedede;
	display:block;
}
.hide-blok .list-item li:last-child:after {
	display:none;
}



@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;
}
.calculator .form-group .input-group {
    width: 100%;
    
}
@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: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}*/
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	font-size: 15px;
}
.alert i {
	font-size: 15px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.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);
}
.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;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.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;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.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 {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.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;
}
@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;
}
.site-header .header-one {
    padding: 29px 0;
	position:relative;
}
.site-header .header-one .main-links {
    margin: 0;
}
.site-header .header-one .main-links li {
    font-size: 14px;
    line-height: 27px;
    float: left;
    text-transform: uppercase;
    color: #444444;
    font-weight: 500;
    margin-right: 17px;
    margin-top: 0;
}
.positionStat { position:static; }
.site-header .header-one .main-links li:last-child {
	margin-right:0px;
}
.site-header .header-one .main-links li.hasChild {
	position:relative;
}
.site-header .header-one .main-links li.hasChild > a:after {
	    font-family: 'FontAwesome';
    content: "\f078";
    margin-left: 5px;
    font-size: 8px;
    vertical-align: top;
}
.site-header .header-one .main-links li.hasChild > ul {
	position:absolute;
	border: 1px solid rgba(0,0,0,.15);
    border-top: 2px solid #62ab00;
	z-index: 999;
	left: 0;
	background: #fff;
	top:27px;
	display:none;
	padding: 20px;
}
.site-header .header-one .main-links li.hasChild.brandsDrp {
	position:static;
}
@media (min-width: 1200px) {
	.site-header .header-one .main-links li.hasChild:hover > ul,
    .site-header .header-one .main-links li.hasChild > ul.open {
		display: flex;
		flex-wrap: wrap;
	}
}
.site-header .header-one .main-links li.hasChild.countryDrp > ul {
	width: 180px;
}
.site-header .header-one .main-links li.hasChild.countryDrp > ul li {
    display: inline-block;
    width: auto;
}
.site-header .header-one .main-links li.hasChild.countryDrp > ul li a 			{ padding-left:0; }
.site-header .header-one .main-links li.hasChild.countryDrp > ul li a:before 	{ display:none; }
.site-header .header-one .main-links li.hasChild.brandsDrp > ul {
    left: 15px;
    top: 58px;
	max-height: 320px;
    overflow: auto;
}

.site-header .header-one .main-links li.hasChild > ul li {
	float: none;
    margin: 0;
   width:100%;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
}
.site-header .header-one .main-links li.hasChild.brandsDrp > ul li {
	 width: 20%;
}
.site-header .header-one .main-links li.hasChild > ul li a {
	padding: 3px 10px;
    display: block;
    color: #626262;
    position: relative;
    padding-left: 20px;
}
.site-header .header-one .main-links li.hasChild > ul li a:hover {
	color:#70b853;
	text-decoration:underline;
}
.site-header .header-one .main-links li.hasChild > ul li a:before {
	font-family: 'FontAwesome';
    content: "\f101";
    margin-right: 5px;
    position: absolute;
    left: 5px;
}
.site-header .header-one .main-links li a {
    display: block;
	color: #444444;
}
.site-header .header-one .main-links li.active a, .site-header .header-one .main-links li a:hover {
    color: #e14546;
}

@media (min-width: 768px) {
	.site-header .header-one .main-links li.hasChild.brandsDrp > ul { width: 720px; }
}
@media (min-width: 992px) {
	.site-header .header-one .main-links li.hasChild.brandsDrp > ul { width: 940px; }
}
@media (min-width: 1200px) {
	.site-header .header-one .main-links li.hasChild.brandsDrp > ul { width: 1140px; }
}



ul {
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.site-header .header-one .acount-links {
    margin: 0;
    float: right;
}
.site-header .header-one .acount-links li {
    padding-right: 9px;
    margin-right: 9px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-top: 7px;
    position: relative;
}
.site-header .header-one .acount-links li a {
    display: block;
}
.site-header .header-one .acount-links li img {
    margin-right: 7px;
    display: inline-block;
    vertical-align: baseline;
}
.site-header .header-one .acount-links li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.site-header .header-one .acount-links li.header-account-name {
	padding-right:15px;
}
.site-header .header-one .acount-links li.header-account-name:after {
	font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    line-height: 18px;
    width: 15px;
    text-align: center;
    cursor: pointer;
}
.site-header .header-one .acount-links li.header-account-name ul {
	position: absolute;
    top: 31px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-top: 2px solid #62ab00;
    padding: 5px 0 10px;
    z-index: 999;
	display:none;
}
.site-header .header-one .acount-links li.header-account-name ul:before {
	content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #62ab00;
    position: absolute;
    top: -8px;
    right: 3px;
}
.site-header .header-one .acount-links li.header-account-name ul li {
	text-align: right;
    float: none;
    padding-right: 15px;
    font-size: 13px;
}
.site-header .header-one .acount-links li.header-account-name ul li img {
	display:none;
}
.site-header .header-one .acount-links li a:hover {
    color: #70b853;
}
.category-accordian {
    position: relative;
}
.category-accordian .catagory-btn {
    border: 2px solid #eeeeee;
    display: block;
    color: #444444;
    font-size: 15px;
    line-height: 27px;
    padding: 10px;
    text-align: center;
    position: relative;
    border-radius: 5px;
}
.category-accordian .catagory-btn:before {
    content: "";
    width: 15px;
    height: 11px;
    display: block;
    left: 10px;
    top: 18px;
    position: absolute;
    background: url(../image/menu.png) no-repeat 0 0;
}
.category-accordian .catagory-btn:after {
    content: "";
    width: 17px;
    height: 4px;
    display: block;
    right: 10px;
    top: 21px;
    position: absolute;
    background: url(../image/caret.png) no-repeat 0 0;
}
.category-accordian .panel-collapse {
    position: absolute;
    top: 86px;
    width: 100%;
}
.category-accordian .panel-collapse .panel-body {
    background: #fff;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    z-index: 9;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.category-accordian .panel-collapse .panel-body:before {
    position: absolute;
    content: "";
    border-bottom: 10px solid #eeeeee;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: 10;
    margin-left: -10px;
}
.category-accordian .panel-collapse .panel-body ul {
    margin: 0;
}
.category-accordian .panel-collapse .panel-body li {
    font-size: 15px;
    line-height: 21px;
    border-bottom: 1px solid #dddddd;
    color: #444444;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.category-accordian .panel-collapse .panel-body > ul > li {
    padding-right: 35px;
    padding-left: 25px;
    border-bottom: none;
}
.category-accordian .panel-collapse .panel-body > ul > li > a {
    border-bottom: 1px solid #dddddd;
}
.category-accordian .panel-collapse .panel-body li.has-children {
	position:relative;
    cursor: pointer;
}
.category-accordian .panel-collapse .panel-body li.has-children > a {
    margin-right: 0;
}
.category-accordian .panel-collapse .panel-body li.has-children:after {
	font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 11px;
    line-height: 22px;
}
.category-accordian .panel-collapse .panel-body li.has-children ul {
	position: absolute;
    left: 100%;
    background: #fff;
    border: 2px solid #eeeeee;
    border-radius: 0 5px 5px 0;
    z-index: 9;
    top: 0;
    width: 600px;
    padding: 20px;
    display: block;
    column-count: 2;
    border-left: none;
    margin-left: 0;
	display:none;
}
.category-accordian .panel-collapse .panel-body li a {
    display: block;
    padding: 10px 0;
}
.category-accordian .panel-collapse .panel-body li:last-child {
    border-bottom: none;
}
.category-accordian .panel-collapse .panel-body li a:hover {
    color: #70b853;
}
.search-panel {
    border: 2px solid #eeeeee;
    border-radius: 5px;
    height: 50px;
    position: relative;
    padding-right: 0px;
    width: 100%;
    display: block;
}
.search-panel .input-wrap {
    width: 100%;
    float: left;
    position: relative;
	padding-right: 135px;
}
.search-panel .input-wrap:before {
    content: "";
    width: 1px;
    height: 26px;
    background: #eeeeee;
    display: block;
    position: absolute;
    left: 53%;
    top: 11px;
    z-index: 4;
}
@media (min-width: 1800px) {
	.search-panel .input-wrap:before { left:57%; }
}
.search-panel .search-input {
    width: 100%;
    height: 47px;
    background: #fff;
    border: none;
    padding: 0 12px;
    font-size: 15px;
    color: #444444;
    display: block;
}
.search-panel .select-outer {
    width: 30%;
    height: 47px;
    background: #fff;
    border: none;
    padding: 0 12px;
    font-size: 15px;
    color: #444444;
    float: left;
    position: relative;
}
.search-panel .select-outer select {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    border: none;
    height: 47px;
}
.search-panel .select-outer span.select {
    background: url(../image/select-arrow.png) right center no-repeat;
    font-size: 15px;
    line-height: 47px;
    color: #444444;
    display: block;
    cursor: pointer;
    padding-right: 10px;
}
.search-panel input[type="submit"] {
    background: #70b853;
    width: 135px;
    height: 51px;
    position: absolute;
    right: -2px;
    top: -2px;
    color: #fff;
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
}
#search .input-group-btn {
	position: unset;
}
.site-header .cart-area {
    float: right;
    margin: 0;
    margin-top: 12px;
}
.site-header .cart-area li {
    float: left;
    margin-right: 25px;
}
.site-header .cart-area li:last-child {
    margin-right: 0px;
}
.site-header .cart-area li.wishlist-btn a, .site-header .cart-area li.cart-btn a {
    display: block;
    color: #444444;
    font-size: 14px;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 3px;
    padding-left: 38px;
    position: relative;
}
.site-header .cart-area li.wishlist-btn a:before, .site-header .cart-area li.cart-btn a:before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0px;
    top: 0;
}
.site-header .cart-area li.wishlist-btn a:before {
    background-image: url(../image/wish-heart.png);
}
.site-header .cart-area li.cart-btn a:before {
    background-image: url(../image/bag.png);
}
.site-header .cart-area li.cart-amount span {
    color: #444444;
    font-size: 15px;
    display: block;
    font-weight: 500;
}
.site-header .cart-area li.cart-amount {
    font-size: 13px;
    line-height: 18px;
    color: #676767;
}
.banner-section {
	margin:28px 0 0;
}
.banner-section .bannerImg {
	margin-bottom:11px;
}
.banner-section .bannerImg img {
	max-width:100%;
	display:block;
}
.hand-picked-section {
	margin:35px 0 0;
	background:#f8f8f8;
	padding-bottom:56px;
	position:relative;
}
.hand-picked-section:after {
	content:"";
	width:30px;
	height:8px;
	background:#6fb752;
	border-radius:4px;
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:26px;
}
.hand-picked-section .top {
	padding-top:20px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:22px;
}
.hand-picked-section .top h2 {
	color:#090909;
	font-size:30px;
	line-height:1.4;
	font-weight:300;
	letter-spacing:-0.25px;
	margin:0 0 22px;
}
.hand-picked-section .top h2 strong {
	font-weight:500;
}
.hand-picked-section .top h4 {
	color:#737373;
	font-size:18px;
	line-height:1.25;
	letter-spacing:-0.25px;
	margin:0;
}
.hand-picked-section .top h4:after {
	content:"";
	background:#6fb752;
	width:45px;
	height:2px;
	display:block;
	margin:10px auto 0;
}
.hand-picked-section .special-products {
	background:#fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
.productBoxGrid {
	position:relative;
	margin-top:35px;
	margin-bottom:35px;
	font-size:13px;
}
.productBoxGrid:after {
	content:"";
	background:#ebebeb;
	width:1px;
	top:0;
	bottom:0;
	right:0;
	display:block;
	position:absolute;
}
.productBoxGrid:nth-child(4n+4):after {
	display:none;
}
.gridSm .productBoxGrid:nth-child(4n+4):after {
	display:block;
}
.gridSm .productBoxGrid:nth-child(6n+6):after {
	display:none;
}
.productBoxGrid .productwrap {
	position:relative;
	padding-top:15px;
}
.productBoxGrid .wishlist-icon {
	position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
	color:#444444;
	outline: 0!important;
    outline-offset: 0!important;
	text-decoration: none!important;
	border: 0px!important;
}
.productBoxGrid .wishlist-icon:focus, .productBoxGrid .wishlist-icon:visited {
	outline: 0!important;
	outline-offset: 0!important;
	text-decoration: none!important;
	border: 0px!important;
}
.productBoxGrid .wishlist-icon:before {
	content: "\f08a";
	font-family: FontAwesome;
}
.productBoxGrid .wishlist-icon.active {
	color:#70b853;
}
.productBoxGrid .wishlist-icon.active:before {
	content: "\f004";
}

.productBoxGrid .wishlist-icon-added {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
	outline: 0!important;
    outline-offset: 0!important;
	text-decoration: none!important;
	border: 0px!important;
}


.productBoxGrid .wishlist-icon-added:focus, .productBoxGrid .wishlist-icon:visited {
	outline: 0!important;
	outline-offset: 0!important;
	text-decoration: none!important;
	border: 0px!important;
}
.productBoxGrid .wishlist-icon-added:before {
	content: "\f004";
    font-family: FontAwesome;
    color: #6aba4d;
    font-size: 13px;
    line-height: 22px;
    display: block;
}
.productBoxGrid .wishlist-icon-added.active {
	color:red;
}
.productBoxGrid .wishlist-icon-added.active:before {
	content: "\f004";
}

.new-product-badge {
	font-size: 10px;
    line-height: 14px;
    background-color: #6aba4d;
    background-position: 3px center;
    background-repeat: no-repeat;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
    position: absolute;
    z-index: 7;
    padding-right: 10px;
    right: -15px;
    padding-top: 2px;
    top: 30px;
}
.best-seller-badge {
	font-size: 10px;
    line-height: 14px;
    background-color: #6aba4d;
    background-position: 3px center;
    background-repeat: no-repeat;
    color: #fff;
    padding-left: 10px;
    text-transform: uppercase;
    position: absolute;
    z-index: 7;
    padding-right: 10px;
    right: -15px;
    padding-top: 2px;
    top: 50px;
}

.productBoxGrid .country-code {
	position: absolute;
    right: 0;
    top: 0;
	color:#626060;
	font-size:18px;
	line-height:21px;
	text-transform:uppercase;
}
.productBoxGrid .productwrap-btm {
	border-top:1px solid #ebebeb;
	padding:8px 20px 0;
}
.productBoxGrid figure {
	display:block;
	margin:0 auto;
	width:80%;
}
.productBoxGrid figure img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.productBoxGrid h2 {
	color:#626060;
	font-size:18px;
	line-height:1.5;
	padding:10px 0;
	letter-spacing:-0.25px;	
}
.productBoxGrid .product-info {
	font-size:17px;
	line-height:1.3;
	color:#b3b2b2;
	letter-spacing:-0.25px;
}
.productBoxGrid .product-price {
	color:#70b853;
	font-size:22px;
	line-height:1.5;
	padding:10px 0;
	font-weight:500;
	letter-spacing:-0.25px;
}

.productBoxGrid .product-price span.old_price {
    text-decoration: line-through;
}
.productBoxGrid .product-price .promo_price {
    color: #fb3131;
    margin-left: 10px;
}

.productBoxGrid .product-price.final {
	font-weight:700;
	color:#3b8b1b;
}
.productBoxGrid .product-option {
	margin-bottom:20px;
}
.productBoxGrid .logregmsg {
	padding-top:15px;
}
.productBoxGrid .product-option .select-outer {
	border:1px solid #ebebeb;
	border-radius:5px;
	height:52px;
	display:block;
	position:relative;
}
.productBoxGrid .product-option .select-outer span.select {
	color:#444444;
	font-size:22px;
	line-height:50px;
	display:block;
	letter-spacing:-0.25px;
	background:url(../img/select-caret.png) 95% center no-repeat;
}
.productBoxGrid .product-option .select-outer select {
	position:absolute;
	left:0;
	width:100%;
	top:0;
	height:100%;
	font-size:20px;
	border: 0px;
	border-radius: 5px;
	text-align: center;
	text-align-last:center;
    background: #fff;
}
.productBoxGrid .product-qty {
	border:1px solid #ebebeb;
	border-radius:5px;
	height:52px;
	display:block;
	position:relative;
	padding:0 75px;
}
.productBoxGrid .product-qty .qty {
	width:100%;
	height:50px;
	border:none;
	color:#444444;
	font-size:22px;
	text-align:center;
}
.productBoxGrid .product-qty BUTTON {
	width:29px;
	height:29px;
	border:none;
	border-radius:15px;
	background:#ededed;
	color:#333e48;
	font-size:18px;
	font-weight:300;
	cursor:pointer;
	position:absolute;
	top:10px;
	outline: 0;
}
.productBoxGrid .product-qty BUTTON.qtyminus {
	right:8px;
}
.productBoxGrid .product-qty BUTTON.qtyplus {
	right:45px;
}
.productBoxGrid a.add-cart {
	font-size:19px;
	color:#70b853;
	border:2px solid #70b853;
	border-radius:5em;
	line-height:28px;
	padding:10px;
	display:block;
}
.productBoxGrid a.add-cart:hover {
	background:#70b853;
	color:#fff;
}
.owl-wrapper-outer {
    border: 0px!important;
    border-radius: 0px!important;
    box-shadow: none!important;
}
.gridSm .productBoxGrid .wishlist-icon, .gridSm .productBoxGrid .country-code, .gridSm .productBoxGrid h2 {
    font-size: 13px;
	min-height: 97px;
}
.gridSm .productBoxGrid .productwrap-btm {
    padding-left: 10px;
    padding-right: 10px;
}
.gridSm .productBoxGrid .product-info {
    font-size: 11px;
}
.gridSm .productBoxGrid .product-price {
    font-size: 15px;
}
.gridSm .productBoxGrid .product-option {
    margin-bottom: 12px;
}
.gridSm .productBoxGrid .product-option .select-outer {
    height: 35px;
}
.gridSm .productBoxGrid .product-option .select-outer select {
    font-size: 13px;
	text-align: center;
	text-align-last:center;
}
.gridSm .productBoxGrid .product-qty {
    padding: 0 45px;
    height: 35px;
}
.form-control { 
	padding: 0px!important;
	border: 0px!important;
	    border-radius: 5px!important;
		box-shadow: none!important;
 }
 .productBoxGrid .product-qty BUTTON {
    width: 29px!important;
    height: 29px!important;
    border: none!important;
    border-radius: 15px!important;
    background: #ededed!important;
    color: #333e48!important;
    font-size: 18px!important;
    font-weight: 300!important;
    cursor: pointer!important;
    position: absolute!important;
    top: 10px!important;
}
 .gridSm .productBoxGrid .product-qty BUTTON {
    width: 20px!important;
    height: 20px!important;
    font-size: 15px!important;
    top: 6px!important;
}
.gridSm .productBoxGrid .product-qty BUTTON.qtyminus {
    right: 3px;
}
.gridSm .productBoxGrid .product-qty BUTTON.qtyplus {
    right: 26px;
}
.productBoxGrid .product-qty .qty {
    width: 100%;
    height: 50px;
    border: none;
    color: #444444;
    font-size: 22px;
    text-align: center;
}
.gridSm .productBoxGrid .product-qty .qty {
    height: 33px;
    font-size: 15px;
}
.productBoxGrid button.add-cart {
    font-size: 19px;
    color: #70b853;
    border: 2px solid #70b853;
    border-radius: 5em;
    line-height: 28px;
    padding: 10px;
    display: block;
	background: #fff;
	outline: 0;
	margin: 0px auto 0px;
	float: none;
	width: 90%;
}
.gridSm .productBoxGrid button.add-cart {
    font-size: 13px;
    line-height: 18px;
    padding: 5px;
}
.productBoxGrid button.add-cart:hover {
    background: #70b853;
    color: #fff;
}
.productBoxGrid button.add-cart.remove-cart {
    margin-top: 10px;
    background: #f76868;
    color: #fff;
    border-color: #f76868;
}
.productBoxGrid button.add-cart.out-of-stock {
    color: #fb3131;
    border: 2px solid #fb3131;
    /*cursor: not-allowed;*/
}
.productBoxGrid button.add-cart.out-of-stock:hover {
    background: #fb3131;
    color: #fff;
}

.productBoxGrid button.add-cart.stock-danger-lebel {
    color: #f3b60a;
    border: 2px solid #f3b60a;
}
.productBoxGrid button.add-cart.stock-danger-lebel:hover {
    background: #f3b60a;
    color: #fff;
}

.featured-product-section {
	padding:30px 0 65px;
}
.featured-product-section h2 {
	font-size:24px;
	line-height:1.25;
	color:#090909;
	font-weight:400;
	letter-spacing:-0.25px;
	border-bottom: 1px solid #ebebeb;
	margin:0 0 15px;
	padding-bottom:10px;
}

.featured-product-section .slick-arrow {
	width:8px;
	height:14px;
	background-image:url(../image/slider-arrow.png);
	border:none;
	background-color:transparent;
	text-indent:-9999rem;
	position:absolute;
	top:-40px;
	right:0;
	padding:0;
}
.featured-product-section .slick-arrow.slick-next {
	background-position:-8px 0;
	right:0;
}
.featured-product-section .slick-arrow.slick-prev {
	right:26px;
}
.featured-product-section .slick-arrow.slick-disabled {
	opacity:0.5;
}
.featured-product-section .slick-slide,
.featured-product-section .slick-slide:focus {
	outline:none;
}
.featured-product-section .slick-slide a {
	display:block;
	padding:5px;
	text-align:center;
}
.featured-product-section .slick-slide h4 {
	color:#444444;
	font-size:15px;
	line-height:1.5;
	margin:0;
	font-weight:500;
	letter-spacing:-0.25px;
}
.featured-product-section .slick-slide img {
	display:block;
	max-width:100%;
	margin:0 auto 15px;
}
.offer-section {
	background:#6fb752;
	padding:8px 0;
	text-align:center;
}
.offer-section .txt {
	font-size:26px;
	line-height:32px;
	color:#e6edf5;
	font-weight:300;
}
.offer-section .txt a {
	color:inherit;
	font-weight:700;
}
.top-brands-section {
	padding: 30px 0 65px;
}
.top-brands-section h2 {
    font-size: 24px;
    line-height: 1.25;
    color: #090909;
    font-weight: 400;
    letter-spacing: -0.25px;
    margin: 0 0 25px;
    padding-bottom: 10px;
}
.top-brands-section .brands-list {
	padding: 28px 88px;
    border: 2px solid #ebebeb;
    border-radius: 6px;
	position:relative;
}
.top-brands-section .brands-list .slick-arrow {
	width:12px;
	height:22px;
	text-indent:-99999rem;
	background-image:url(../img/brand-arrow.png);
	background-color:transparent;
	display:block;
	border:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top:-11px;
}
.top-brands-section .brands-list .slick-arrow.slick-disabled {
	opacity:0.25;
}
.top-brands-section .brands-list .slick-arrow.slick-prev {
	left:36px;
}
.top-brands-section .brands-list .slick-arrow.slick-next {
	right:36px;
	background-position:-12px 0;
}
.top-brands-section .brands-list .item img {
	display:block;
	max-width:100%;
	filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .8s ease-in-out;
    opacity: 0.6;
}
.top-brands-section .brands-list .item:hover img {
	filter: none;
	opacity: 1;
}
.top-brands-section .brands-list .item div {
	padding:5px;
}
.newsletter-section {
	padding:35px 0;
	background:#f9f9f9;
}
.newsletter-section .sign-up {
	background:url(../image/paper-plane.png) 0 center no-repeat;
	margin-right:50px;
	padding-left:60px;
	float:left;
}
.newsletter-section .sign-up h3 {
	color:#1f1f1f;
	font-size:21px;
	font-weight:500;
	margin:0;
	line-height:32px;
	letter-spacing:-0.25px;
}
.newsletter-section .sign-up p {
	font-size:15px;
	color:#626262;
	line-height:20px;
	margin:0;
	letter-spacing:-0.25px;
}
.newsletter-section .newsletter-form {
	float:right;
}
.newsletter-section .newsletter-form .newsletterFrm-wrap {
	width:550px;
	height:52px;
	position:relative;
	background:#fff;
	padding:0;
	float:left;
	margin-right:20px;
}
.newsletter-section .newsletter-form .newsletterFrm-wrap input[type="email"] {
	width:100%;
	height:52px;
	background:#fff;
	border:2px solid #e7e7e7;
	border-radius:5px;
	padding:0 151px 0 20px;
	color:#939393;
	font-size:15px;
}
.newsletter-section .newsletter-form .newsletterFrm-wrap input[type="email"]:focus {
	border-color:#70b853;
}
.newsletter-section .newsletter-form .newsletterFrm-wrap input[type="submit"] {
	width:136px;
	height:52px;
	background:#70b853;
	border-radius:0px 5px 5px 0;
	border:none;
	color:#fff;
	font-size:15px;
	font-weight:500;
	position:absolute;
	right:0;
	top:0;
}
.newsletter-section .newsletter-form .link {
	color:#626262;
	font-size:15px;
	text-decoration:underline;
	line-height:22px;
	margin:15px 0 0;
	display:inline-block;
}
.newsletter-section .share-icon {
	float:right;
	margin-top:16px;
}
.newsletter-section .share-icon ul {
	margin:0;
	padding:0;
}
.newsletter-section .share-icon ul li {
	float:left;
	margin-left:35px;
}
.newsletter-section .share-icon ul li:first-child {
	margin-left:0px;
}
.newsletter-section .share-icon ul li img {
	display:block;
}
.site-footer { background-color:#f9f9f9; border-top:1px solid #bebebe; }
.site-footer .footer-one {
	padding:37px 0;
}
.footer-one .contact-details {
	padding-left:62px;
	background:url(../image/headph.png) 0 0 no-repeat;
}
.contact-details h4 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
	color:#1f1f1f;
	letter-spacing:-0.5px;
    margin-bottom: 20px;
}
.contact-details h2 {
    font-size: 22px;
    font-weight: 500;
    color: #1f1f1f;
	letter-spacing:-0.5px;
    margin-bottom: 20px;
}
.contact-block address {
    font-size: 15px;
    color: #626262;
	line-height:18px;
	letter-spacing:-0.5px;
}
.contact-details a.find-google {
	background:url(../image/location.png) 0 2px no-repeat;
	font-size:15px;
	line-height:19px;
	padding-left:21px;
}
.contact-details a.find-google:hover {
	    color: #70b853;
}

.payment-block {
	padding-left:62px;
	background:url(../image/payment-icon.png) 0 0 no-repeat;
}
.payment-block h4 {
	font-size: 15px;
    color: #1f1f1f;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 25px;
	letter-spacing:-0.5px;
}
.payment-block img { display:block; max-width:100%; margin-bottom:10px; }
.payment-block p {	
	font-size:12px;
	line-height:18px;
	color:#626262;
}

.quick-link-block h3,
.my-acc-section h3 {
    font-size: 15px;
    color: #1f1f1f;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 25px;
	letter-spacing:-0.5px;
}
.quick-link-block ul li,
.my-acc-section ul li {
	font-size:15px;
	line-height:20px;
	margin:0 0 14px;
	color:#626262;
	letter-spacing:-0.5px;
}
.quick-link-block ul li a:hover,
.my-acc-section ul li a:hover {
	color:#70b853
}

.my-acc-section {
	position:relative;
}
.my-acc-section:before {
	content:"";
	width:1px;
	top:-4px;
	bottom:-5px;
	left:-30px;
	background:#bebebe;
	display:block;
	position:absolute;
}

.copyright-section {
    background: #222222;
    padding: 25px 0;
}
.align-right {
	text-align:right;
}
.copyright-section p {
    color: #bababa;
    font-size: 14px;
	line-height:19px;
    margin-bottom: 0;
}
.copyright-section  i {
    color: #fd4b4b;
	font-size:12px;
	margin:0 4px;
}
.copyright-section p a:hover {
	color:#fff;
}
.login-section {
	padding:87px 0 60px;
}
.login-section .login-block {
	padding-right:60px;
	position:relative;
}
.login-section .login-block.registerBlock {
	padding-right:0;
	padding-left:60px;
}
.login-block h3 {
   color: #090909;
    font-size: 24px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
	line-height:32px;
    margin-bottom: 20px;
	letter-spacing:-0.25px;
}
.login-block p {
    color: #444444;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 20px;
	letter-spacing:-0.25px;
}
.login-block form label {
	font-weight:500;
	font-size:16px;
	line-height:24px;
	color:#626060;
	margin-bottom:5px;
	display:block;
	letter-spacing:-0.25px;
}
.login-block form .form-control {
	height:45px;
	border:1px solid #ebebeb!important;
	padding:0 23px!important;
	box-shadow:none!important;
	font-size:15px!important;
	color:#626060!important;
}
.login-block form .input-group-block {
	margin-bottom:22px;
}
.login-block form .input-group-block.remember-sec {
	margin-bottom:35px;
}
.login-block form .input-group-block .remember-me {
	font-size:13px;
	color:#444444;
	line-height:17px;
	float:left;
	display:block;
	padding-left:27px;
	position:relative;
	font-weight:400;
	margin:0;
}
.login-block form .input-group-block .remember-me span:before {
	font-family: FontAwesome;
    content: "\f096";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
	color:#cacaca;
}
.login-block form .input-group-block .remember-me input {
	width:17px;
	height:17px;
	border-radius:2px;
	border:1px solid #cacaca;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.login-block form .input-group-block .remember-me input:checked + span:before {
	content: "\f046";
	color:#3a8c14;
}
.login-block .forgot-pass-btn {
	font-size:13px;
	color:#444444;
	line-height:17px;
	float:right;
	padding-top: 15px;
    margin-top: 24px;
}
.login-block input[type="submit"], .registerBlock a {
	height:49px;
	border-radius:25px;
	border:2px solid #3a8c14;
	background:#70b853;
	padding:0px 80px 0px;
	color:#fff;
	font-size:15px;
	margin: 10px 0px 0px;
	
}
.registerBlock a {
	line-height: 45px;
	text-decoration: none;
	display: table;
}
.login-block input[type="submit"]:hover, .registerBlock a:hover {
	background:#fff;
	color:#3a8c14;
	border:2px solid #3a8c14;
}

.login-block .terms-block {
    margin-top: 35px;
}
.login-block .terms-block h3 {
	border:none;
	font-size:18px;
	color:#444444;
	line-height:24px;
	margin:0 0 18px;
	padding:0;
	font-weight:500;
}

.terms-block ul li {	
    margin-bottom: 12px;
    font-weight: 300;
	display:block;
    font-size: 16px;
	line-height:24px;
	position:relative;
	padding-left:30px;
	background:url(../image/green-tick.png) 0 7px no-repeat;
}
.login-section .login-block .block-sep {
    display: block;
    position: absolute;
    right: -15px;
    background-color: #dddddd;
    width: 1px;
	top:0;
	bottom:0;
}
.login-section .login-block .block-sep:before {
	content:"or";
	border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
	width:49px;
	height:49px;
	line-height:49px;
	color:#7a7a7a;
	font-size:14px;
	text-align:center;
	display:block;
	font-style:italic;
	position:absolute;
	top:50%;
	margin-top:-24px;
	margin-left:-25px;
}
a:focus {
    color: inherit!important;
    text-decoration: none!important;
}
.productlisting-outer {
    margin: 33px 0 0;
    padding: 45px 0 0;
    border-top: 1px solid #ebebeb;
}
.productlisting-outer .listingtop-area {
    position: relative;
    padding-bottom: 9px;
}
.productlisting-outer .listingtop-area:before {
	content:"";
	left:15px;
	right:15px;
	background:#ebebeb;
	height:1px;
	display:block;
	bottom:0px;
	position:absolute;
}
.productlisting-outer .listingtop-area .listing-breadcrumb ul {
	margin:6px 0;
}
.productlisting-outer .listingtop-area .listing-breadcrumb li {
	color: #444444;
    font-size: 24px;
    font-weight: 500;
	display:inline-block;
	line-height:33px;
	padding-right:20px;
	margin-right:6px;
	position:relative;
}
.productlisting-outer .listingtop-area .listing-breadcrumb li:after {
	content: ">";
    position: absolute;
    right: 0;
    top: 2px;
	font-size:18px;
}
.productlisting-outer .listingtop-area .listing-breadcrumb li:last-child {
	padding-right:0;
	margin-right:0;
}
.productlisting-outer .listingtop-area .listing-breadcrumb li:last-child:after {
	display:none;
}
.productlisting-outer .listingtop-area .listing-breadcrumb li a:hover {
	color:#70b853;
}

.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap {
	float:right;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .view-opt,
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .filtering,
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .pagination {
	float:left;
	margin-right:25px;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .pagination {
	margin-right:0;
	margin-top:0px;
	margin-bottom:0px;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .view-opt {
	    width: 66px;
    margin-top: 12px;
    margin-right: 5px;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .view-opt a {
	width:18px;
	height:0;
	padding-top:15px;
	overflow:hidden;
	display:block;
	background-image:url(../image/view-opt.png);
	margin-right:16px;
	opacity:0.5;
	float:left;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .view-opt a.last {
	margin-right:0px;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .view-opt a.active {
	opacity:1;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .view-opt a.grid-sm {
	background-position:0 0;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .view-opt a.grid {
	background-position:-18px 0;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .view-opt a.list-lg {
	background-position:-36px 0;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .view-opt a.list {
	background-position:-54px 0;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .view-opt a.list-sm {
	background-position:72px 0;
}
.show-page {
	float: left;
    margin-right: 25px;
	width: 128px;
}
.show-page label {
	color:#444444;
	font-size:15px;
	line-height:21px;
	margin:0px 35px 0 0;
	font-weight:400;
	display:inline-block;
	border: 0px;
	background: none;
	border-radius: 0px;
}
.show-page .select-outer {
	width: 65px;
    height: 40px;
    display: inline-block;
    position: relative;
    height: 40px;
    border: none;
	border-radius: 4px;
}
.show-page .select-outer select {
	left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    font-size: 15px;
    text-align-last: center;
    font-weight: bold;
    text-shadow: none;
}
.show-page .select-outer span.select {
	color: #444444;
    font-size: 15px;
    line-height: 45px;
    display: block;
    font-weight: 500;
	background: url(../image/select-arrow.png) right center no-repeat;
	padding-right:10px;
}
.page-result-block {
    margin: 20px 0 50px;
}
.result-output {
    color: #444444;
    font-size: 15px;
    line-height: 21px;
    margin: 12px 10px 0 0;
    font-weight: 400;
    display: inline-block;
}
#cart .btn-inverse {
	text-shadow: none!important;
    background-color: #FFF!important;
    background-image: none!important;
    background-repeat: none!important;
    border-color: none!important;
	border:0px!important;
	box-shadow: none!important;
	padding:0px!important;
	color:#000!important;
}
.logregmsg a {
	color: #70b853
}
.logregmsg a:hover {
	color: #000;	
}
a:hover {
	color: #70b853;	
}
.view-opt BUTTON#list-view {
    box-shadow: none!important;
    width: 16px!important;
    height: 18px!important;
    padding-top: 15px!important;
    overflow: hidden!important;
    display: block!important;
    background-image: url(../image/view-opt.png)!important;
    margin-right: 16px!important;
    opacity: 1!important;
    float: left!important;
   background-position: -36px 0!important;
    background-color: #FFF!important;
    text-shadow: none!important;
    text-indent: -9999px!important;
    border: 0px!important;
	    border-radius: 0px!important;
    padding: 0px!important;
}
.view-opt BUTTON#grid-view {
    box-shadow: none!important;
    width: 18px!important;
    height: 18px!important;
    padding-top: 15px!important;
    overflow: hidden!important;
    display: block!important;
    background-image: url(../image/view-opt.png)!important;
    margin-right: 16px!important;
    opacity: 1!important;
    float: left!important;
       background-position: 0 0!important;
    background-color: #FFF!important;
    text-shadow: none!important;
    text-indent: -9999px!important;
    border: 0px!important;
	    border-radius: 0px!important;
    padding: 0px!important;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .filtering .select-outer {
    width: 140px;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    position: relative;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .filtering .select-outer select {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
	font-size: 14px;
	text-align-last: center;
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .filtering {
	margin-right: 0px;	
}
.productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .filtering.gapright {
    margin-right: 25px;
}
SELECT, a, INPUT, BUTTON { outline: none!important; }
.cmspage-outer {
	margin:20px 0 0;
	border-top:1px solid #ebebeb;
	padding:30px 0 50px;
}
.nav-breadcrumb {
	margin:0 0 30px;
}
.nav-breadcrumb li {
	display:inline-block;
	color:#444444;
	font-size:15px;
	line-height:37px;
	padding-right:22px;
	margin-right:18px;
	font-weight:300;
	background:url(../image/breadcrumb-sep.png) right center no-repeat;
}

.nav-breadcrumb li a {
	display:block;
}
.nav-breadcrumb li a:hover {
	color: #70b853;
}
.nav-breadcrumb li:last-child {
	padding-right:0px;
	margin-right:0px;
	background:none;
}
.nav-breadcrumb li:last-child a {
	background:#f5f5f5;
	padding:0 17px;
	border-radius:4px;
}
.nav-breadcrumb li:last-child a:hover {
	background:#70b853;
	color:#fff;
}

.cms-maincontent h1 {
	text-align:center;
	color:#090909;
	font-size:44px;
	line-height:1.45;
	letter-spacing:-0.25px;
	font-weight:500;
	margin:0 0 40px;
}
.cms-maincontent h1 span {
	color:#9f9f9f;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	display:block;
}
.cms-maincontent h2 {
	color:#090909;
	font-size:24px;
	line-height:30px;
	border-bottom:1px solid #ebebeb;
	display:block;
	margin:0 0 24px;
	padding:20px 0 12px;
}
.cms-maincontent p {
	color:#555353;
	font-size:16px;
	line-height: 30px;
    margin: 0 0 29px;
	font-weight:300;
	letter-spacing:-0.25px;
}
.cms-maincontent ul {
    margin: 0 0 29px;
    list-style: none;
}
.cms-maincontent ul li {
    color:#555353;
	font-size:16px;
	line-height: 30px;
	font-weight:300;
	letter-spacing:-0.25px;
}
.cms-maincontent p span.points-lbl { display: inline-block; width: 50px;}
.cms-maincontent p a.login-highlight {
	color:#70b853;
	text-decoration:underline;
}
.cms-maincontent ol { counter-reset: item;     margin: 0px 0px 29px 0px;
    padding: 0px; }
.cms-maincontent ol li { 
	display: block;
	color:#555353;
	font-size:16px;
	line-height:29px;
	font-weight:300;
	letter-spacing:-0.25px;
 }
.cms-maincontent ol li:before { content: counters(item, ".") " "; counter-increment: item; min-width:50px; display:inline-block; }
.cms-maincontent table{
    width: 100%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0 0 30px;
}
.cms-maincontent th,
.cms-maincontent td {padding: 7px 12px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;color: #555353;font-size: 14px;line-height: 24px;}
.cms-maincontent th {
    font-weight: 500;
}
.cms-maincontent td {}
.cms-maincontent tr:nth-child(2n+1) {
    background: #f2f2f2;
}
.bm-category-info { display:none; }
.bm .post-thumb .post-thumb-heading .author, .bm .post-thumb .post-thumb-heading .date-published {
   
    font-size: 13px!important;
}
.bm .fa {
    font-size: 15px!important;
}
.bm .category-title, .bm .bm-categories .item-cateogry .title, .bm .bm-post-info .category li a, .bm .post-thumb .post-thumb-heading .category li a {
    font-size: 15px!important;
}
.bm a {
    color: #70b853!important;
}
.bm a:hover {
    color: #555353!important;
	text-decoration: none;
}
.bm .post-thumb .post-thumb-heading .title {
    text-align: left!important;
    margin: 0px!important;
    margin-top: 10px!important;
    padding: 0px!important;
    font-size: 22px!important;
}
.bm .post-thumb .post-thumb-heading .title a {
	color: #555353!important;
	text-decoration: none;
}
.bm .post-thumb .post-thumb-heading .title a:hover {
	color: #70b853!important;
}
.bm .post-thumb .post-thumb-body .short-description {
    font-size: 14px!important;
    line-height: 18px!important;
    font-weight: 300!important;
    color: #919191!important;
    margin-bottom: 20px!important;
}
.bm .post-thumb .post-thumb-footer .read-more {
    color: #70b853!important;
	font-size: 14px!important;
}
.bm .post-thumb .post-thumb-heading {
    padding-bottom: 7px!important;
    margin-top: 5px;
}
.bm .bm-post-info .btn-edit, .bm .bm-post-info .category {
    display: none!important;
}
.bm .bm-post-content .post-nav, .bm .bm-post-content .bm-author, .bm .bm-post-content .form-review {
    display: none;
}
@media (min-width: 1800px) {
.container {
    min-width: 1740px;
}
.hide-blok .list-item li {
		padding:0 32px;
		font-size:15px;
	}
	.newsletter-section .newsletter-form {
		float:left;
	}
}

@media(min-width:768px) {
	.menuToggle { display:none; }
	.site-header .header-one .main-links { display:block !important; }
}


/* ---- My Account Page ---- */

.cms-maincontent label {
	text-align: left !important;
    font-size: 14px;
    line-height: 19px;
    padding-top: 15px !important;
}
.cms-maincontent input.form-control,
.cms-maincontent select.form-control {
	height: 49px;
    border: 2px solid #e7e7e7 !important;
    padding: 0 20px !important;
    box-shadow: none !important;
    font-size: 15px;
    color: #626060;
	border-radius: 5px !important;
}
.cms-maincontent textarea.form-control { 
	height: 150px;
    border: 2px solid #e7e7e7 !important;
    padding: 10px 20px !important;
    box-shadow: none !important;
    font-size: 15px;
    color: #626060;
	border-radius: 5px !important;
	resize:none;
}
.cms-maincontent .input-group .input-group-btn {
	left:-3px;
}
.cms-maincontent .btn {
	height: 49px;
	line-height:45px;
	display:inline-block;
    border-radius: 25px;
    padding: 0 40px;    
    font-size: 15px;
    box-shadow: none;
}
.cms-maincontent .btn.btn-primary {
	border: 2px solid #3a8c14;
    background: #70b853;
	color: #fff;
	text-shadow:none;
}
.cms-maincontent .btn.btn-primary:hover {
	color: #3a8c14;
	background:#fff;
}
.cms-maincontent .btn.btn-default {
	border: 2px solid #7a7a7a;
    background: #ddd;
	color:#222;
	text-shadow:none;
}
.cms-maincontent .btn.btn-default:hover {
	background: #fff;
}

.cms-maincontent #column-right .list-group {
	background: #fff;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    z-index: 9;
    position: relative;
    padding: 0;
}
.cms-maincontent #column-right .list-group a {
	font-size: 15px;
    line-height: 22px;
    border: none;
    border-bottom: 1px solid #dddddd;
    color: #444444;
    display: block;
    padding: 10px 0;
    margin: 0 15px;
    border-radius: 0;
}
.cms-maincontent #column-right .list-group a:last-child {
	border-bottom: none;
}
.cms-maincontent #column-right .list-group a:hover,
.cms-maincontent #column-right .list-group a.active:hover,
.cms-maincontent #column-right .list-group a:focus {
	color:#70b853;
	background:transparent;
}



.cms-maincontent .table-bordered { border:none; }
.cms-maincontent .table-bordered td {
		border:none;
}
.cms-maincontent .table-bordered thead td {
	background: #70b853;
	color:#fff;
}
.cms-maincontent .table-bordered tbody td {
		vertical-align:middle;
		font-size:15px;
}
.cms-maincontent .table-bordered tbody tr.row-danger { border: none; }
.cms-maincontent .table-bordered tbody tr.row-danger td {
	background: rgba(255,0,0,0.25) !important;
}
.cms-maincontent .table-bordered tbody tr:nth-child(2n+1) td {
	background: #fbfbfb;
}
.cms-maincontent .table-bordered tbody tr:nth-child(2n+2) td {
	background: #f7f7f7;
}
.cms-maincontent .table-bordered tbody td .input-group input {
	border: 1px solid #777 !important;
    border-radius: 0px !important;
    padding: 0 10px !important;
    height: 40px;
    font-size: 15px;
    text-align: center;
}
tr.category td {
    background-color: #090909!important;
    color: #FFF;
    
}
.cms-maincontent .table-bordered tbody td .input-group .input-group-btn button {
	width: 32px;
    height: 40px;
    margin: 0 0 0 -1px;
    border: none;
    vertical-align: top;
    padding: 0;
    border-radius: 0px;
    box-shadow: none;
    background: no-repeat;
    text-shadow: none;
    color: #222;
}
.cms-maincontent .table-bordered tbody td .input-group .input-group-btn button .fa {
	font-size:15px;
}


.cms-maincontent .panel-group .panel {
	border: none;
    box-shadow: none;
}
.cms-maincontent .panel-default>.panel-heading {
	border: 2px solid #70b853;
    background: #fff;
    border-radius: 30px;
    padding: 8px 30px;
}
.cms-maincontent .panel-default>.panel-heading .panel-title {
	font-size: 16px;
    line-height: 27px;
}
.cms-maincontent .panel-default>.panel-heading .panel-title > a,
.cms-maincontent .panel-default>.panel-heading .panel-title > a:focus,
.cms-maincontent .panel-default>.panel-heading .panel-title > a:hover {
	color: #70b853;
	display: block;
}
.cms-maincontent .panel-default>.panel-heading .panel-title > a i { float:right; }
.cms-maincontent .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;	
}

.cms-maincontent .table-bordered.cart-table tbody td small {
	display: block;
    color: #777;
}
.cms-maincontent .table-bordered.cart-table tbody td:nth-child(2) strong {
	font-weight:normal;
}


.checkout_page #payment-existing,
.checkout_page #shipping-existing {
	margin-top:15px;
}
.checkout_page .form-horizontal .radio label input[type="radio"] {
	margin:2px 0 0 -20px;
}
.checkout_page #collapse-shipping-method p,
.checkout_page #collapse-payment-method p {
	color: #626262;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px;
    font-weight: 400;
}
.checkout_page #collapse-shipping-method p strong,
.checkout_page #collapse-payment-method p strong {
	font-size: 15px;
    color: #1f1f1f;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 25px;
}
.checkout_page #collapse-shipping-method .radio,
.checkout_page #collapse-payment-method .radio {
	margin: -12px 0 35px;
}
.checkout_page #collapse-shipping-method .radio label,
.checkout_page #collapse-payment-method .radio label {
	padding-top: 0 !important;
}
.checkout_page #collapse-shipping-method .radio input#schedule_date {
	width: 200px;
    height: 40px;
    border: 1px solid;
    margin-left: 10px;
    padding: 7px 10px;
    border-radius: 5px;
    margin-top: 8px;
}
.checkout_page #collapse-shipping-method .radio label input[type="radio"],
.checkout_page #collapse-payment-method .radio label input[type="radio"]  {
	margin:2px 0 0 -20px;
}
.checkout_page #collapse-shipping-method textarea,
.checkout_page #collapse-payment-method textarea {
	width: 100%;
    height: 160px;
    background: #fff;
    border: 2px solid #e7e7e7 !important;
    border-radius: 0 !important;
    padding: 20px !important;
    color: #939393;
    font-size: 15px;
    resize: none;
}
.checkout_page #collapse-payment-method .buttons {
	font-size: 15px;
}
.checkout_page #collapse-payment-method .buttons b {
	font-weight:500;
}
.checkout_page #collapse-payment-method .buttons input[type="checkbox"] {
	float: left;
    margin: 17px 0 0 -20px;
}
.checkout_page #collapse-checkout-confirm tfoot {
	font-size: 18px;
}
.checkout_page #collapse-checkout-confirm tfoot strong {
	font-weight:500;
}
.checkout_page #collapse-checkout-confirm .table tbody small, 
.checkout_page #collapse-checkout-confirm .table tbody br { display:none; }

#modal-agree .modal-title {
	display:none;
}
#modal-agree .modal-header {
	border: none;
    padding: 15px;
}
#modal-agree .modal-body {
	padding-top:0px;
}
#modal-agree .modal-body h2 {
    color: #090909;
    font-size: 24px;
    line-height: 30px;
    border-bottom: 1px solid #ebebeb;
    display: block;
    margin: 0 0 24px;
    padding: 12px 0;
}
#modal-agree .modal-body p {
    color: #555353;
    font-size: 16px;
    line-height: 29px;
    margin: 0 0 29px;
    font-weight: 300;
    letter-spacing: -0.25px;
}
#modal-agree .modal-body ol {
    counter-reset: item;
    margin: 0px 0px 29px 0px;
    padding: 0px;
}
#modal-agree .modal-body ol li {
    display: block;
    color: #555353;
    font-size: 16px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: -0.25px;
}
#modal-agree .modal-body ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    min-width: 50px;
    display: inline-block;
}

.wishlist_table tbody td small {
	display: block;
    color: #777;
}
.wishlist_table tbody td.actionTd .btn,
.table tbody td.actionTd .btn {
	padding: 0;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #242424;
}
.wishlist_table tbody td.actionTd .btn i,
.table tbody td.actionTd .btn i {
	font-size:14px;
}
.wishlist_table tbody td.actionTd .btn.btn-primary:hover,
.table tbody td.actionTd .btn.btn-primary:hover {
	color: #3a8c14;
}
.wishlist_table tbody td.actionTd .btn.btn-danger:hover,
.table tbody td.actionTd .btn.btn-danger:hover {
	    color: #fd5c5c;
		text-shadow: none;
}

.product-list.product-layout > .productwrap  {
	padding: 15px 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    text-align: left;
	
}
.product-list.product-layout > .productwrap .wishlist-icon {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 15px;
    color: #444444;
    outline: 0!important;
    outline-offset: 0!important;
    text-decoration: none!important;
    border: 0px!important;
}
.product-list.product-layout > .productwrap .wishlist-icon:before {
    content: "\f08a";
    font-family: FontAwesome;
}
.product-list.product-layout > .productwrap figure {
	width: 150px;
    float: left;
    margin: 0 55px 0 15px;
}
.product-list.product-layout > .productwrap .country-code {
	position: absolute;
    left: 162px;
    top: 15px;
    color: #626060;
    font-size: 13px;
    line-height: 21px;
}
.product-list.product-layout > .productwrap h2 {
	color: #626060;
    font-size: 18px;
    line-height: 1.25;
    margin: 20px 0 12px;
    font-weight: 500;
}
.product-list.product-layout > .productwrap .productwrap-btm {
	margin-left: 220px;
    display: flex;
	align-items: center;
}
.product-list.product-layout > .productwrap .productwrap-btm .product-info {
	line-height: 1.5;
    color: #b3b2b2;
    font-size: 13px;
}
.product-list.product-layout > .productwrap .productwrap-btm .logregmsg {
	margin-left: auto;
    line-height: 1.5;
    color: #444444;
    font-size: 13px;
}
.product-list.product-layout > .productwrap .productwrap-btm .product-price {
	color: #70b853;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 20px;
    font-weight: 500;
    letter-spacing: -0.25px;
}
.product-list.product-layout > .productwrap .productwrap-btm .product-price.final {
	font-weight: 700;
    color: #3b8b1b;
}
.product-list.product-layout > .productwrap .productwrap-btm .product-option {
	width:140px;
	margin:0 20px;
}
.product-list.product-layout > .productwrap .productwrap-btm .product-option .select-outer {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    height: 35px;
    display: block;
    position: relative;
}
.product-list.product-layout > .productwrap .productwrap-btm .product-option .select-outer select {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    font-size: 13px;
    text-align: center;
    text-align-last: center;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}
.product-list.product-layout > .productwrap .productwrap-btm .product-qty {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 0 45px;
    height: 35px;
    display: block;
    position: relative;
	width:160px;
}
.product-list.product-layout > .productwrap .productwrap-btm .product-qty BUTTON {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 15px;
    background: #ededed;
    color: #333e48;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    position: absolute;
    top: 6px;
    outline: 0;
}
.product-list.product-layout > .productwrap .productwrap-btm .product-qty BUTTON.qtyminus {
    right: 3px;
}
.product-list.product-layout > .productwrap .productwrap-btm .product-qty BUTTON.qtyplus {
    right: 26px;
}
.product-list.product-layout > .productwrap .productwrap-btm .product-qty .qty {
    width: 100%;
    height: 33px;
    border: none;
    color: #444444;
    font-size: 15px;
    text-align: center;
}
.product-list.product-layout > .productwrap .productwrap-btm button.add-cart {
    font-size: 13px;
    line-height: 18px;
    padding: 5px;
    color: #70b853;
    border: 2px solid #70b853;
    border-radius: 5em;
    display: block;
    background: #fff;
    outline: 0;
    margin-left:auto;
    float: none;
    width: 132px;
}
.product-list.product-layout > .productwrap .productwrap-btm button.add-cart:hover {
    background: #70b853;
    color: #fff;
}

.pagination {
	margin:0;
}
.pagination>li{
	display: inline-block;
    font-size: 15px;
    line-height: 21px;
    margin: 0 2px;
}
.pagination>li a {
	padding: 12px 10px;
    text-align: center;
    color: #444444;
    display: block;
    border-radius: 4px;
    border: none;
    margin: 0;
}
.pagination>li a:hover {
	background:transparent;
	color: #444444;
}
.pagination>li.active span {
	min-width: 45px;
    background: #6fb752;
    color: #fff;
    font-weight: 500;
    border: none;
    padding: 12px 10px;
    text-align: center;
    display: block;
    border-radius: 4px;
}
.pagination>li.active span:hover {
	background: #6fb752;
}
.pagination>li.next-nav a {
	width: 31px;
    height: 0px;
	padding:0;
    padding-top: 7px;
    background: url(../img/long-arrow.png) 0 0 no-repeat;
    display: inline-block;
    margin-top: 19px;
    overflow: hidden;
}

.listingwrap .row #content p { color: #555353;
    font-size: 16px;
    line-height: 29px;
    margin: 30px 15px 29px;
    font-weight: 300;
    letter-spacing: -0.25px; }
	.faq-top .faq-top-blk:nth-child(2n+1) {
    clear: left;
}

@media (max-width: 991px) {

	#search .input-lg,
	#search.input-group SELECT { width:50%; }
	.search-panel .input-wrap:before { left:36%; }

}
@media (max-width: 767px) {
	
	
}

@media (max-width: 1199px) {
	.hide-blok .list-item li {
    font-size: 13px;
    padding: 0 8px;
    font-weight: 400;
}
.site-header .header-one .acount-links {
    float: left;
}
.site-header .header-one .main-links li.hasChild.countryDrp > ul {
    left: auto;
    right: 0;
}
.newsletter-section .sign-up {
    margin-right: 20px;
}
.newsletter-section .newsletter-form .newsletterFrm-wrap {
    width: 410px;
}

}
@media (max-width: 991px) {
	.hide-blok .list-item li {
    font-size: 13px;
    padding: 0 8px;
    font-weight: 400;
}
.site-header .header-one .main-links li {
    margin-right: 11px;
}
	.login-section .login-block {
		padding-right: 30px;
	}
	
	.login-section .login-block.registerBlock {
		padding-left: 30px;
	}
	.site-footer .quick-link-block, .site-footer .my-acc-section {
		margin-top: 15px;
	}
	.newsletter-section .sign-up {
    float: none;
    margin: 0 0 20px;
}
.newsletter-section .newsletter-form .newsletterFrm-wrap {
    width: 590px;
}
}
@media (max-width: 767px) {
	.hide-blok .list-item li {
    display: block;
    line-height: 1.5;
    padding: 4px 10px;
}
.hide-blok .list-item li:after { display:none; }
	.login-section .login-block .block-sep {
		width: 100%;
		height: 1px;
		position: relative;
		margin: 50px 0;
		right: 0;
		top: auto;
	}
	.login-section .login-block .block-sep:before {
		top: 0;
		left: 50%;
	}
	.login-section .login-block.registerBlock {
		padding-left: 0px;
	}
	
.site-header .header-one .main-links {
    display: none;
    margin-bottom: 15px;
}

.site-header .header-one .main-links li.hasChild.brandsDrp {
	position:relative;
}
.site-header .header-one .main-links li.hasChild.brandsDrp > ul,
.site-header .header-one .main-links li.hasChild.countryDrp > ul {
    left: 0;
    top: 27px;
    right: 0;
    width: auto;
}
.site-header .header-one .main-links li.hasChild.brandsDrp > ul li,
.site-header .header-one .main-links li.hasChild.countryDrp > ul li {
	display: inline-flex;
	width:49%;
}
.search-panel .input-wrap:before { display:none; }
	.search-panel {
		padding-right: 0;
		height: auto;
		margin-top:15px;
	}
	.search-panel .input-wrap {
		float: none;
    	padding-right: 0;
	}
	#search .input-lg,
	#search.input-group SELECT { width:100%; float:none; }
	#search.input-group SELECT {
		border-top: 2px solid #eeeeee !important;
		border-radius: 0 !important;
		padding: 0 7px !important;
	}
	#search .btn-lg {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		border-radius: 0 0 5px 5px;
		margin-left: 0;
	}
	#search .input-group-btn {
		width: 100%;
    	display: block;
	}
	
	.site-header .logo {
		display: block;
		margin: 0 0 15px;
		max-width: 220px;
		float: left;
	}
	.menuToggle {
		float: right;
		font-size: 19px;
		height: 32px;
		width: 34px;
		line-height: 32px;
		padding: 1px 0 0;
		background: no-repeat;
		border: 2px solid #eeeeee;
		color: #444;
		border-radius: 4px;
		margin: 6px 0 0;
		cursor: pointer;
	}
	.site-header .header-one .acount-links, 
	.site-header .header-one .acount-links li {
		float: none;
	}
	
	.site-header .header-one .main-links li { float:none; margin-right:0px; }
.copyright-section p {
    text-align: center;
    margin: 5px 0;
}
.newsletter-section .newsletter-form {
    float: none;
}
.newsletter-section .newsletter-form .newsletterFrm-wrap {
    width: 100%;
    height: auto;
    margin: 0;
    background: transparent;
    float: none;
}
.newsletter-section .newsletter-form .newsletterFrm-wrap input[type="submit"] {
    position: relative;
    width: 100%;
    border-radius: 5px;
    height: 42px;
    margin: 10px 0 0;
}
.newsletter-section .newsletter-form .link {
    display: table;
    margin: 15px auto 0;
}
.newsletter-section .share-icon {
    float: none;
    margin-top: 16px;
    text-align: center;
}
.newsletter-section .share-icon ul li {
    float: none;
    display: inline-block;
    margin: 5px;
}
.productBoxGrid {
    font-size: 13px;
    max-width: 360px;
    margin: 35px auto;
}
.productBoxGrid:after {
    width: 100%;
    top: auto;
    bottom: -20px;
    right: 0;
    left: 0;
    height: 1px;
}
.category-accordian .panel-collapse {
	top: 66px;
}	
}

.addcartwishlist,
.removecartwishlist {	
    background: transparent;
    text-shadow: none;    
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 2px;
    line-height: 32px;
}
.addcartwishlist i,
.removecartwishlist i {
	font-size:16px;
}
.addcartwishlist,
.addcartwishlist:hover,
.addcartwishlist:focus {
	border: 2px solid #70b853;
	color: #70b853;
	box-shadow:none;
}
.removecartwishlist,
.removecartwishlist:focus,
.removecartwishlist:hover {
	border: 2px solid #bd362f;
	color:#bd362f;
	box-shadow:none;
}
.addcartwishlist:hover,
.addcartwishlist:focus,
.removecartwishlist:focus,
.removecartwishlist:hover {
	background:transparent;
}


@media (max-width: 991px) {

	.product-list.product-layout > .productwrap .productwrap-btm {
		flex-wrap: wrap;
    	align-items: flex-start;
	}
	
	.product-list.product-layout > .productwrap .productwrap-btm .product-qty,
	.product-list.product-layout > .productwrap .productwrap-btm button.add-cart,
	.product-list.product-layout > .productwrap .productwrap-btm .product-price.final,
	.product-list.product-layout > .productwrap .productwrap-btm .addcartwishlist, 
	.product-list.product-layout > .productwrap .productwrap-btm .removecartwishlist {
		margin-top:15px;
	}
	 {
		margin-top:15px;
	}

}


@media (max-width: 767px) {
	.product-list.product-layout > .productwrap figure {
		width: 228px;
		float: none;
		margin: 0 auto;
	}
	.product-list.product-layout > .productwrap .country-code {
		left: auto;
		right:0px;
	}
	.product-list.product-layout > .productwrap h2 { text-align:center; }
	.product-list.product-layout > .productwrap .productwrap-btm {
		display: block;
		text-align: center;
    	margin: 0;
	}
	.product-list.product-layout > .productwrap .productwrap-btm .product-option {
		margin:15px auto;
	}
	.product-list.product-layout > .productwrap .productwrap-btm .product-qty { margin:0 auto; }
	.product-list.product-layout > .productwrap .productwrap-btm button.add-cart {
		margin: 15px auto 0;
	}
}

@media (max-width: 991px) {
	.category-accordian .panel-collapse .panel-body li.has-children:after {
		transform: rotate(90deg);
	}
	.category-accordian .panel-collapse .panel-body li.has-children.open:after {
		transform: rotate(-90deg);
	}
	.category-accordian .panel-collapse .panel-body li.has-children ul {
		position: relative;
		left: 0;
		background: #fff;
		border: none;
		border-radius: 0;
		z-index: 9;
		top: 0;
		width: auto;
		padding: 0;
		display: block;
		column-count: 1;
		border-left: none;
		margin-left: 0;
		display: none;
		margin-right: 0;
	}
}


.cms-maincontent .input-group.date .input-group-btn {
	left: -40px;
}
.cms-maincontent .input-group.date .input-group-btn .btn.btn-default {
	border: none;
    background: transparent;
    padding: 0 10px;
    font-size: 14px;
}
.cms-maincontent .input-group.date .input-group-btn .btn.btn-default i {
	font-size: 18px;
}


@media screen and (max-width: 1799px) and (min-width: 1350px) {

.container {
	width:1330px;
}
.category-accordian .panel-collapse .panel-body li {
	font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.01em;
	
}
    .category-accordian .panel-collapse .panel-body > ul > li {
        padding-left: 10px;
        padding-right: 10px;
    }
.category-accordian .panel-collapse .panel-body li a {
	padding:8px 0;
}
.category-accordian .panel-collapse {
	top:86px;
}

.category-accordian .panel-collapse .panel-body { padding-left:0px; padding-right:0px; }
    .category-accordian .panel-collapse .panel-body li.has-children ul { margin-left: 0px; }

}

@media screen and (max-width: 1349px) and (min-width: 1200px) {

	.category-accordian .panel-collapse .panel-body li 		{ font-size:13px; line-height:15px; }
	.category-accordian .panel-collapse .panel-body li a 	{ padding:7px 0; }
    

}


@media (max-width: 1199px) {

	.category-accordian .panel-collapse .panel-body li 		{ font-size:13px; line-height:15px; }
	.category-accordian .panel-collapse .panel-body li a 	{ padding:8px 0; }

}

.productDetail_wrap {
	padding:20px 0;
}
.productDetail_wrap .thumbnails > li {
	position:relative;
}

.productDetail_wrap .thumbnail {
	border:none;
}
.productDetail_wrap .country-code {
	position: absolute;
    right: 0;
    z-index: 99;
}
.productDetail_wrap .wishlist-wrp {
	position: absolute;
    left: 0;
    z-index: 98;
}
.productDetail_wrap .wishlist-wrp button,
.productDetail_wrap .wishlist-wrp button:active,
.productDetail_wrap .wishlist-wrp button:hover {
	padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
.productDetail_wrap .wishlist-wrp .wishlist-icon:before {
    content: "\f08a";
    font-family: FontAwesome;
    color: #444444;
    font-size: 16px;
    line-height: 22px;
    display: block;
}
.productDetail_wrap .wishlist-wrp .wishlist-icon-added:before {
    content: "\f004";
    font-family: FontAwesome;
    color: #6aba4d;
    font-size: 16px;
    line-height: 22px;
    display: block;
}

.productDetail_wrap h1 {
	color: #090909;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: -0.25px;
    font-weight: 500;
    margin: 0 0 20px;
}
.productDetail_wrap .product-info {
	line-height: 1.3;
    color: #b3b2b2;
    letter-spacing: -0.25px;
    font-size: 18px;
    margin-bottom: 15px;
}
.productDetail_wrap .product-price {
	color: #70b853;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.productDetail_wrap .product-price .old_price {
    text-decoration: line-through;
}
.productDetail_wrap .product-price .promo_price {
    color: #fb3131;
    margin-left: 10px;
}

.productDetail_wrap .product-price.final {
	    font-weight: 700;
    color: #3b8b1b;
	margin-bottom:20px;
}
.productDetail_wrap .incart-box {
	background:#6aba4d;
	position: relative;
    display: table;
    left: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 18px;
    padding: 3px 10px 1px 25px;
    margin: 8px 0 0;
    float: right;
	position:relative;
}
.productDetail_wrap .incart-box:before {
	content: "\f07a";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    left: 5px;
}

.productDetail_wrap #product select {
	border: 1px solid #ebebeb !important;
    height: 42px;
    width: 100%;
    max-width: 180px;
    color: #444444;
    font-size: 16px;
    padding: 0 15px !important;
}
.productDetail_wrap .product-qty {
	border: 1px solid #ebebeb;
    border-radius: 5px;
    height: 42px;
    display: block;
    position: relative;
    padding: 0 75px 0 10px;
    max-width: 180px;
}
.productDetail_wrap .product-qty input {
	width: 100%;
    height: 40px;
    border: none;
    color: #444444;
    font-size: 18px;
    text-align: center;
}
.productDetail_wrap .product-qty BUTTON {
	width: 29px;
    height: 29px;
    border: none;
    border-radius: 15px;
    background: #ededed;
    color: #333e48;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
    position: absolute;
    top: 5px;
    outline: 0;
}
.productDetail_wrap .product-qty BUTTON.qtyminus {
	right:8px;
}
.productDetail_wrap .product-qty BUTTON.qtyplus {
	right:45px;
}
.productDetail_wrap button.add-cart {
	font-size: 19px;
    color: #70b853;
    border: 2px solid #70b853;
    border-radius: 5em;
    line-height: 28px;
    padding: 10px;
    display: block;
    background: transparent;
    width: auto;
    padding: 0 40px;
    height: 52px;
    text-shadow: none;
    box-shadow: none;
}
.productDetail_wrap button.add-cart:hover {
	background:#70b853;
	color:#fff;
}

.productDetail_wrap button.add-cart.out-of-stock {
    border-color: #fb3131;
    color: #fb3131;
    cursor: not-allowed;
}
.productDetail_wrap button.add-cart.out-of-stock:hover {
    color: #fff;
    background: #fb3131;
}
.productDetail_wrap button.add-cart.stock-danger-lebel {
    border-color: #f3b60a;
    color: #f3b60a;
}
.productDetail_wrap button.add-cart.stock-danger-lebel:hover {
    color: #fff;
    background: #f3b60a;
}


.prodetail-link {
	position: absolute;
    left: 0;
    font-size: 11px;
    color: #444444;
}
.prodetail-link i { font-size:16px; }

.productDetail_wrap #tab-description p {
	color: #555353;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 25px;
    font-weight: 400;
    letter-spacing: -0.25px;
}
.checkout-success .cms-maincontent p a {
	color: #70b853;
	text-decoration:underline;
}

.bootstrap-datetimepicker-widget td.disabled, 
.bootstrap-datetimepicker-widget td.disabled:hover {
	opacity: 0.25;
}

.pickdt-sel {
	padding-left: 20px;
    padding-top: 0px;
    margin: 0;
}
.pickdt-sel p {
	float: left;
	margin: 17px 0 0 !important;
}
.pickdt-sel .pickdt-wrp {
	float: left;
    display: table;
}
.pickdt-sel p.sm-info {
	float: none;
	clear: both;
	margin: 0 !important;
	font-size: 13px !important;
	color: #555 !important;
	padding-top: 7px;
}
.pickdt-sel .pickdt-wrp .input-group-btn { top:5px; }

span.confirmOrdeinfo  {
	font-size: 0.85em;
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
}
span.confirmOrdeinfo.proitno,
span.confirmOrdeinfo.probcno {
	display:block;
}

.checkout_page #collapse-shipping-method h4,
.checkout_page #collapse-payment-method h4 {
	font-size: 17px;
    font-weight: 500;
    color: #1f1f1f;
    letter-spacing: -0.5px;
    margin: 6px 0 24px;
}

.checkout_page #collapse-payment-method .deferred_msg p {
	color: #595959;
    font-size: 13px;
    letter-spacing: .5px;
    margin: -15px 0 20px;
    max-width: 580px;
    padding-left: 20px;
}

.in-correct
{
	border: #FF0000 solid 1px !important;
}
.cms-maincontent .table-bordered tbody td .input-group input.in-correct
{
	border: #FF0000 solid 1px !important;
}

@media (min-width: 1200px) {
    
    
    
}

.faq-accordion .panel {
    border-bottom: 1px solid #ebebeb !important;
    margin: 0 !important;
}
.faq-accordion .panel .panel-heading {
    border: 0px;
    padding: 25px 0;
}
.faq-accordion .panel .panel-heading .panel-title {
    font-size: 24px;
    line-height: 30px;
}
.faq-accordion .panel .panel-heading .panel-title a {
    display: block;
    padding-right: 30px;
    position: relative;
}
.faq-accordion .panel .panel-heading .panel-title a:before {
	font-size: 24px;
	position: absolute;
	right: 0;
}
.faq-accordion .panel .panel-heading .panel-title a[aria-expanded="false"]:before {
    content: "+";
}
.faq-accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
    content: "-";
}
.faq-accordion .panel .panel-body {
    border: 0px !important;
    padding: 0 25px;
}
.faq-accordion .panel .panel-body p {
    
}

@media (min-width: 768px) {
    
    .site-header .header-one .acount-links li.header-account-name {
        max-width: 150px;
    }
    .site-header .header-one .acount-links li.header-account-name > a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    
    
}
@media (min-width: 1200px) {
    .site-header .header-one .acount-links li.header-account-name {
        max-width: 125px;
    }
}
@media (min-width: 1350px)  {
    .site-header .header-one .acount-links li.header-account-name {
        max-width: 170px;
    }
}

@media (min-width:1200px) and (max-width:1349px){
    
    .show-page,
    .productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .filtering.gapright {
        margin-right: 15px;
    }
    
}
@media (min-width:992px) and (max-width:1199px){
    
    .show-page,
    .productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .filtering.gapright {
        margin-right: 10px;
    }
    
}
@media (min-width:768px) and (max-width:991px){
    
    .cms-maincontent .btn {
        padding: 0 20px;
        font-size: 13px;
    }
    .site-header .header-one .main-links li.hasChild.brandsDrp > ul li {
        width: 33.33%;
    }
}

@media (max-width: 1199px) {
    .site-header .header-one .main-links li.hasChild > ul.open {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (min-width:768px) and (max-width:991px){
    
    .banner-section #banner_list_vertical0 {
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
        flex: 1 1 auto;
    }
    .banner-section .banner-small.bannerImg {
        padding: 10px;
    }
    
    
}
@media (max-width: 767px) {
    .banner-section #banner_list_vertical0 {
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
        flex: 1 1 auto;
    }
    .banner-section .banner-small.bannerImg {
        padding: 10px;
    }
    body.checkout-cart .cms-maincontent .buttons .pull-left {
        width: 70%;
    }
    body.checkout-cart .cms-maincontent .buttons .pull-left .btn {
        height: 40px;
        line-height: 36px;
        padding: 0 23px;
        font-size: 13px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    body.checkout-cart .cms-maincontent .buttons .pull-left  .btn.btn-default {
        font-size: 13px;
    }
    .site-header .header-one .acount-links li.header-account-name { padding-right: 30px; }
    .site-header .header-one .acount-links li.header-account-name > a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .footer-one .contact-details {
        margin-bottom: 20px;
    }
}
@media (max-width: 600px) {
    
    .checkout_page #collapse-payment-method .buttons input[type="checkbox"] {
        float: none;
        margin: 0px 0 0 7px;
        display: inline-block;
        vertical-align: middle;
    }
    .checkout_page #collapse-payment-method .buttons .btn {
        display: table;
        margin-top: 10px;
    }
    
}
@media (max-width: 540px) {
    .banner-section #banner_list_vertical0 { 
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }
    .banner-section .banner-small.bannerImg {
        padding: 10px 0;
        width: 100%;
        max-width: 434px;
    }
    
    body.checkout-cart .cms-maincontent .buttons .pull-left,
    body.checkout-cart .cms-maincontent .buttons .pull-right{
        width: 70%;
        float: none !important;
        margin: 0 auto;
    }
    body.checkout-cart .cms-maincontent .buttons .pull-left .btn,
    body.checkout-cart .cms-maincontent .buttons .pull-right .btn{
        width: 100%;
    }
}
@media (max-width: 500px) {
    
    .productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap {
        float: left;
        width: 100%;
    }
    .productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .filtering.gapright {
        margin-right: 0;
        float: right;
        padding-top: 0px;
        clear: none;
    }
    .productlisting-outer .listingtop-area .listing-rgt .listing-rgt-wrap .filtering {
        float: none;
        clear: both;
        padding-top: 11px;
    }
    .show-page label {
        padding-left: 0px;
    }
    
}

body.checkout-checkout .pickdt-sel .input-group.datec {
    margin-left: 10px;
    margin-top: 7px;
    position: relative;
}
body.checkout-checkout .checkout_page #collapse-shipping-method .radio .input-group.datec input#schedule_date {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}
body.checkout-checkout .checkout_page #collapse-shipping-method .radio .input-group.datec .input-group-btn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
body.checkout-checkout .checkout_page #collapse-shipping-method .radio .input-group.datec .input-group-btn .btn.btn-default {
    height: 40px;
    width: 100%;
}
body.checkout-checkout .checkout_page #collapse-shipping-method .radio .input-group.datec .input-group-btn .btn.btn-default i {
    float: right;
}
.alert {
    position: fixed;
    width: 360px;
    left: 50%;
    top: 50%;
    z-index: 1000000;
    padding: 8px 30px 8px 15px;
    font-size: 14px;
    margin: 0;
    margin-left: -175px;
        border-width: 2px;
}
/* .alert:after {
    content: "";
    position: fixed;
    background: rgba(255,255,255,0.6);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: block;
    z-index: -1;
} */
.alert button.close {
    position: absolute;
    right: 8px;
    top: 8px;
}
body.checkout-cart .alert {
    position: relative;
    top: 0;
    left: auto;
    margin: 0;
    width: auto;
    z-index: 7;
}
body.checkout-cart .alert:after {display: none; }

@media (min-width: 1200px) {
    body.information-information-3 .cms-maincontent th:first-child,
    body.information-information-3 .cms-maincontent th:last-child{
            width: 25%;
    }
}

@media screen and (max-width: 1799px) and (min-width: 1350px) {
    .newsletter-section .share-icon {
        clear: right;
    }
}

.payment-form-wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    background: #f9f9f9 !important;
    font-family: 'Rubik', sans-serif;
}
.payment-form-wrapper .text-info {
    font-size: 15px;
    color: #626262;
    line-height: 20px;
    margin: 0;
    letter-spacing: -0.25px;
    font-weight: normal;
}
.payment-form-wrapper fieldset {
    background: #70b853 !important;
}
.payment-form-wrapper #payment-form fieldset legend {
    color: #fff !important;
    font-family: 'Rubik', sans-serif;
    font-size: 13px !important;
}
.payment-form-wrapper #payment-form .container-stripe {
    padding: 14px;
    box-sizing: border-box !important;
}
.payment-form-wrapper #payment-form button{
    background: #70b853;
    font-family: 'Rubik', sans-serif;
}

/* ---- 08-08-2019 ---- */

.bm .blog_categories ul,
.blog_categories ul{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.bm .blog_categories ul li,
.blog_categories ul li {
    font-size: 15px;
    color: #626262;
    line-height: 18px;
    letter-spacing: -0.5px;
}
.bm .blog_categories ul li a,
.blog_categories ul li a {
    color: #626262 !important;
    display: block;
    padding: 10px 25px;
    border-width: 1px 1px 3px 1px;
    border-color: #ebebeb #ebebeb #6bba4d #ebebeb;
    border-style: solid;
}
.bm .blog_categories ul li a:hover,
.blog_categories ul li a:hover,
.bm .blog_categories ul li.active a,
.blog_categories ul li.active a{ 
    border-color: #6bba4d;
    background: #6bba4d;
    color: #fff !important;
}

.bm .hand-picked-section h2 {
    border-bottom: none;
    padding-bottom: 0;
}
.bm .gridSm .productBoxGrid h2 {
    font-weight: normal;
}

.bm img {
    max-width: 100%;
}
.bm .productBoxGrid figure {
    margin: 0 auto;
}
.bm .related_blog_post h2 {
    color: #090909;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: -0.25px;
    margin: 35px 0 0;
    text-align: center;
    border: none;
    padding: 20px 0 0;
    border-top: 1px solid #ebebeb;
}

.cms-maincontent .input-group .form-control.calculatorFinal {
	height: 49px;
    border: 2px solid #e7e7e7 !important;
    border-right: none !important;
    padding: 0 20px !important;
    box-shadow: none !important;
    font-size: 15px;
    color: #626060;
    border-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    line-height: 45px;
}
.cms-maincontent .input-group .form-control#proffit_money {
	height: 49px;
    border: 2px solid #e7e7e7 !important;
    border-right: 2px solid #e7e7e7 !important;
    padding: 0 20px !important;
    box-shadow: none !important;
    font-size: 15px;
    color: #626060;
    border-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    line-height: 45px;
}

.homeBlogSection {
	border-top: 2px solid #ebebeb;
    padding: 25px 0;
	margin: 40px 0px 0px 0px;
}
.homeBlogSection h3 {
	font-size: 24px;
    line-height: 1.25;
    color: #090909;
    font-weight: 400;
    letter-spacing: -0.25px;
    margin: 0 0 15px;
    padding-bottom: 10px;
}
.homeBlogSection .product-thumb {
	border: none;
}
.homeBlogSection .caption {
	
}
.homeBlogSection .caption span.datePublished {
	color: #919191;
    font-size: 13px;
    font-weight: 300;
}
.homeBlogSection .caption span.datePublished i {
	font-size: 13px;
}
.homeBlogSection .caption h4 {
	color: #666;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
.homeBlogSection .caption p {
	font-size: 14px;
    line-height: 18px;
    color: #919191;
}
.homeBlogSection .caption .read-more {
	color: #70B854;
    font-size: 14px;
    line-height: 1.5;
    font-style: italic;
}
.productwrap .brand-icon {
	 position: absolute;
    right: 0;
    margin: -20px 0px 0px 0px;
}
.productwrap .brand-icon img {
	width: 50px;
    height: 50px;
}

.splProSlider .slick-dots {
	display: flex !important;
	flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0;
    height: 8px;
}
.splProSlider .slick-dots li {
	margin: 5px 5px 0;
	height: 8px;
}
.splProSlider .slick-dots li button {
	width: 30px;
    height: 8px;
    background: #fff;
    border-radius: 4px;
    border: none;
    text-indent: -9999em;
}
.splProSlider .slick-dots li.slick-active button {
	background: #6fb752;
}
.hand-picked-section:after { display: none; }


.total-you-saved {
	background-image: url(../img/saved-icon.jpg);
    background-repeat: no-repeat;
    background-position: 37px center;
    padding: 5px 0 5px 169px;
    border-left: 12px solid #70b854;
    font-size: 53px;
    line-height: 64px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 138px;
    margin-bottom: 16px;
} 
.total-you-saved .style_1 {
	color: #70b853;
}
.total-you-saved .style_2 {
	font-size: 30px;
    margin-left: 12px;
}
.total-you-saved .style_3 {
	font-size: 56px;
    color: #70b853;
    margin-left: 20px;
}

.cms-maincontent .styleModify .btn {
	border-radius: 5px;
}
.cms-maincontent .styleModify .btn i {
	font-size: 17px;
    margin-right: 5px;
}
.cms-maincontent .cart-coupon .panel-default {
	border: none;
}
.cms-maincontent .cart-coupon .panel-default>.panel-heading+.panel-collapse>.panel-body {
	padding: 0;
}
.cms-maincontent .cart-coupon .panel-default>.panel-heading {
	display: none;
}
.cms-maincontent .cart-coupon .panel-default>.panel-collapse.collapse {
	display: block;
}
.cms-maincontent .cart-coupon .panel-default .panel-body .control-label {
	display: none;
}
.cms-maincontent .cart-coupon .panel-default .panel-body input.form-control {

}
.cms-maincontent .cart-coupon .panel-default .panel-body .input-group-btn {
	left: 0;
    padding-left: 10px;
}
.cms-maincontent .cart-coupon .panel-default .panel-body .input-group-btn:before {
    content: "\f02b";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 28px;
    top: 16px;
    z-index: 99;
    color: #333;
    font-size: 16px;
}
.cms-maincontent .cart-coupon .panel-default .panel-body .btn.btn-primary {
	border-radius: 5px;
    border-color: #7a7a7a;
    background: #ddd;
    color: #222;
}
.cms-maincontent .cart-coupon .panel-default .panel-body .btn.btn-primary:hover {
	background: #fff;
}
.cms-maincontent .cart-coupon .panel-default .panel-body .btn.btn-primary:before {
	content: "\f02b";
	font: normal normal normal 14px/1 FontAwesome;
}

@media (max-width: 767px) {

	.total-you-saved {
		border-left: 6px solid #70b854;
		padding: 5px 0 5px 69px;
		font-size: 27px;
    	line-height: 1.2;
    	background-size: 46px auto;
    	background-position: 10px center;
	}
	.total-you-saved .style_2 {
	    font-size: 24px;
	    margin-left: 0;
	    margin-right: 20px;
	}
	.total-you-saved .style_3 {
	    font-size: 40px;
	    margin-left: 0;
	}
	.cms-maincontent .cart-coupon .panel-default .panel-body .input-group {
		display: block;
	}
	.cms-maincontent .cart-coupon .panel-default .panel-body .input-group-btn {
	    left: 0;
	    padding-left: 0;
	    display: inline-block;
	    margin-left: auto;
	    margin: 10px 0px;
	}
	.cms-maincontent .cart-coupon .panel-default .panel-body .input-group-btn:before {
		left: 18px;
	}

}

h1.green { color: #70b853!important; text-align: center; }
#survey ul { list-style-type: none; margin: 16px auto 0px; padding: 0px; clear: both; text-align: center; }
#survey ul li { display: inline-block; }
#survey ul li a { width: 42px;
    background-color: #ffffff;
    height: 40px;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 6%) 0 2px 4px 0;
    border-color: #cccccc #cccccc #cccccc;
    border-style: solid;
    border-width: 1px 1px 3px; display: block;
    line-height: 40px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;  color: #70B853;}
	
.surv_types { width: 500px;
    margin: 15px auto 30px; height: 100%; overflow: hidden; }
span.bad { float: left;
    width: 50%;
    text-align: left; }
	
span.good { float: right;
    width: 50%;
    text-align: right; }
    
    .regDetials{margin-top: 50px;padding-left: 8em;}
.regDetials h2{color: #70b854;font-size: 32px;font-weight: 400;line-height: 1.2;margin-bottom: 5px;}
.regDetials p{color: #9a9a9a;padding-left: 52px;font-size: 23px;font-weight: 300;line-height: 1.5;margin-bottom: 20px;}
.regDetials li{color: #9a9a9a;padding-left: 52px;font-size: 23px;font-weight: 300;line-height: 1.5;position: relative;padding-left: 52px;}
.regDetials li::after {content: " ";background: url(images/tick-icon.png) no-repeat center center / contain;position: absolute;left: 15px;top: 5px;width: 20px;height: 20px;}
.regNotice{border: 2px solid #70b854;border-radius: 5px;max-width: 400px;margin: 30px auto 0;text-align: center;padding: 18px 15px;}
.regNotice p{padding: 0;color: #9a9a9a;font-weight: 500;margin-bottom: 0;}

.image-area-item img { width: 100%;
    margin: 0px 0px 0px 0px; }
.category-accordian .panel-collapse .panel-body li img {
    height: 22px;
    width: auto;
    margin: 0px 5px 0px 3px;
}
.category-accordian .panel-collapse .panel-body li a {
    display: inline-block;
    border-bottom: none !important;
}


.quick-link-block h3{  padding-left: 28%;}


.payment-block img {
    margin-left: -62px;
}



@media (max-width: 767px) {
	
 
.quick-link-block h3 {
    padding-left: 0;
}
 
	
}