
body {
	font-family: 'Roboto', sans-serif /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: #333333 /*{body-font-colour}*/;
	background-image:none /*{body-background-image}*/;
	background-color: #ffffff /*{body-background-colour}*/;
}

a {
	color: #333333 /*{link-text-colour}*/;
}
a:hover,
a:focus {
	color: #333333 /*{link-text-hover-colour}*/;
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Roboto', sans-serif /*{headers-font-family}*/;
	color: #333 /*{headers-colour}*/;
}

.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
	color: white /*{carousel-text-colour}*/;
}

h1,
.h1 {
	font-size: 36px /*{header-1-font-size}*/;
}
@media only screen and (max-width: 767px) { 
	h1,.h1 {
	font-size: 24px /*{header-1-font-size}*/;
	}
}
h2,
.h2 {
	font-size: 30px /*{header-2-font-size}*/;
}
@media only screen and (max-width: 767px) { 
	h2,.h2 {
	font-size: 24px /*{header-1-font-size}*/;
	}
}
h3,
.h3 {
	font-size: 24px /*{header-3-font-size}*/;
}
@media only screen and (max-width: 767px) { 
	h3,.h3 {
	font-size: 18px /*{header-1-font-size}*/;
	}
}
h4,
.h4 {
	font-size: 18px /*{header-4-font-size}*/;
}
@media only screen and (max-width: 767px) { 
	h4,.h4 {
	font-size: 14px /*{header-1-font-size}*/;
	}
}
h5,
.h5 {
	font-size: 14px /*{header-5-font-size}*/;
}

@media only screen and (max-width: 767px) { 
	h5,.h5 {
	font-size: 12px /*{header-1-font-size}*/;
	}
}
.btn-default {
	color: #333333 /*{btn-default-text-colour}*/;
	background-color: #ffffff /*{btn-default-bg-colour}*/;
	border-color: #cccccc /*{btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333 /*{btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{btn-default-bg-colour-hover}*/;
	border-color: #adadad /*{btn-default-border-colour-hover}*/;
}


.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff /*{btn-default-disabled-bg-colour}*/;
	border-color: #cccccc /*{btn-default-disabled-border-colour}*/;
}


.btn-primary {
	color: #FFFFFF /*{btn-primary-text-colour}*/;
	background-color: #428bca /*{btn-primary-bg-colour}*/;
	border-color: #357ebd /*{btn-primary-border-colour}*/;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff /*{btn-primary-text-colour-hover}*/;
	background-color: #3276b1 /*{btn-primary-bg-colour-hover}*/;
	border-color: #285e8e /*{btn-primary-border-colour-hover}*/;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #798d11 /*{btn-primary-disabled-bg-colour}*/;
	border-color: #a0b91c /*{btn-primary-disabled-border-colour}*/;
}

.btn-warning {
	color: #ffffff  /*{btn-warning-text-colour}*/;
	background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
	border-color: #eea236 /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff /*{btn-warning-text-colour-hover}*/;
	background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
	border-color: #d58512 /*{btn-warning-border-colour-hover}*/;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #428bca /*{btn-warning-disabled-bg-colour}*/;
	border-color: #357ebd /*{btn-warning-disabled-border-colour}*/;
}

.btn-danger {
	color: #ffffff /*{btn-danger-text-colour}*/;
	background-color: #d9534f /*{btn-danger-bg-colour}*/;
	border-color: #d43f3a /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff /*{btn-danger-text-colour-hover}*/;
	background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
	border-color: #ac2925 /*{btn-danger-border-colour-hover}*/;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f /*{btn-danger-disabled-bg-colour}*/;
	border-color: #d43f3a /*{btn-danger-disabled-border-colour}*/;
}

.btn-success {
	color: #ffffff /*{btn-success-text-colour}*/;
	background-color: #5cb85c /*{btn-success-bg-colour}*/;
	border-color: #4cae4c /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff /*{btn-success-text-colour-hover}*/;
	background-color: #47a447 /*{btn-success-bg-colour-hover}*/;
	border-color: #398439 /*{btn-success-border-colour-hover}*/;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c /*{btn-success-disabled-bg-colour}*/;
	border-color: #4cae4c /*{btn-success-disabled-border-colour}*/;
}

.btn-info {
	color: #ffffff /*{btn-info-text-colour}*/;
	background-color: #5bc0de /*{btn-info-bg-colour}*/;
	border-color: #46b8da /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff /*{btn-info-text-colour-hover}*/;
	background-color: #39b3d7 /*{btn-info-bg-colour-hover}*/;
	border-color: #269abc /*{btn-info-border-colour-hover}*/;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de /*{btn-info-disabled-bg-colour}*/;
	border-color: #46b8da /*{btn-info-disabled-border-colour}*/;
}

.breadcrumb {
	background-color: #f5f5f5 /*{breadcrumb-background-colour}*/;
}

.breadcrumb > li + li:before {
	color: #cccccc /*{breadcrumb-text-colour}*/;
}

.breadcrumb > .active {
	color: #999999 /*{breadcrumb-active-link-colour}*/;
}

.pagination > li > a,
.pagination > li > span {
	color: #428bca /*{pagination-text-colour}*/;
	background-color: #ffffff /*{pagination-bg-colour}*/;
	border-color: #dddddd /*{pagination-border-colour}*/;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496 /*{pagination-text-colour-hover}*/;
	background-color: #eeeeee /*{pagination-bg-colour-hover}*/;
	border-color: #dddddd /*{pagination-border-colour-hover}*/;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff /*{pagination-text-colour-active}*/;
	background-color: #428bca /*{pagination-bg-colour-active}*/;
	border-color: #428bca /*{pagination-border-colour-active}*/;
}

.label-default {
	background-color: #999999 /*{label-default-bg}*/;
}
.label-default[href]:hover,
.label-default[href]:focus {
	background-color: #808080 /*{label-default-bg-hover}*/;
}
.label-primary {
	background-color: #428bca /*{label-primary-bg}*/;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
	background-color: #3071a9 /*{label-primary-bg-hover}*/;
}
.label-success {
	background-color: #5cb85c /*{label-success-bg}*/;
}
.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #449d44 /*{label-success-bg-hover}*/;
}
.label-info {
	background-color: #5bc0de /*{label-info-bg}*/;
}
.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #31b0d5 /*{label-info-bg-hover}*/;
}
.label-warning {
	background-color: #f0ad4e /*{label-warning-bg}*/;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #ec971f /*{label-warning-bg-hover}*/;
}
.label-danger {
	background-color: #d9534f /*{label-danger-bg}*/;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #c9302c /*{label-danger-bg-hover}*/;
}

.well {
	background-color: #f5f5f5 /*{well-bg}*/;
	border-color:#e3e3e3 /*{well-border-colour}*/;
}

.panel-default {
	border-color: #dddddd /*{panel-border-colour}*/;
}
.panel-default > .panel-heading {
	color: #333333 /*{panel-header-text-colour}*/;
	background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
	border-color: #dddddd /*{panel-header-border-colour}*/;
}

.panel-title {
	color: #333333 /*{panel-header-text-colour}*/;
}
.panel-title .accordion-toggle {
	position: relative;
}
.panel-title .accordion-toggle:before,.panel-title .accordion-toggle:after,.panel-title .collapsed:before,.panel-title .collapsed:after {
	display: none;
}
@media only screen and (max-width:767px) {
	.panel-title .accordion-toggle:before {
		position:absolute;
		left: 3%;
		top: 4px;
		font-family: FontAwesome;
		content: "\f106";
		display: block;
	}
	.panel-title .accordion-toggle:after {
		position:absolute;
		right:3%;
		top: 4px;
		font-family: FontAwesome;
		content: "\f106";
		display: block;
	}
	.panel-title .collapsed:before {
		position:absolute;
		left: 3%;
		top: 4px;
		font-family: FontAwesome;
		content: "\f107";
		display: block;
	}
	.panel-title .collapsed:after {
		position:absolute;
		right: 3%;
		top: 4px;
		font-family: FontAwesome;
		content: "\f107";
		display: block;
	}
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #dddddd /*{panel-border-colour}*/;
}

.save {
	color: #D9534F /*{sale-colour}*/;
}
.productsave {
	color: #D9534F /*{sale-colour}*/;
}

.navbar-default {
	background-color: #f8f8f8 /*{navbar-default-bg-colour}*/;
	border-color: #e7e7e7 /*{navbar-default-border-colour}*/;
}

.navbar-default .navbar-brand {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e /*{navbar-default-text-colour-hover}*/;
}
.navbar-default .navbar-text {
	color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-nav > li > a {
	color: #777777 /*{navbar-default-link-colour}*/;
}

.navigation-list li a {
	color: #777777 /*{navbar-default-link-colour}*/;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #A0B91C /*{navbar-default-link-colour-hover}*/;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555555 /*{navbar-default-link-colour-active}*/;
	background-color: #e7e7e7 /*{navbar-default-link-bg-active}*/;
}

.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: #333 /*{navbar-default-link-colour}*/;
	border-bottom-color: #333 /*{navbar-default-link-colour}*/;
}

.nav .caret {
	border-top-color: #428bca /*{navbar-default-link-colour}*/;
	border-bottom-color: #428bca /*{navbar-default-link-colour}*/;
}

.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
	border-top-color: #333 /*{navbar-default-link-colour}*/;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #333333  /*{navbar-default-link-colour-hover}*/;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7 /*{navbar-default-bg-colour}*/;
	color: #333333 /*{navbar-default-link-colour-hover}*/;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}

.dropdown-menu {
	background-color: #ffffff /*{dropdown-menu-bg}*/;
	border-color: #cccccc /*{dropdown-menu-border-colour}*/;
}

.dropdown-menu .divider {
	background-color: #e5e5e5 /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
	color: #333333 /*{dropdown-menu-link-colour}*/;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626 /*{dropdown-menu-link-colour-hover}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff /*{dropdown-menu-link-colour-active}*/;
	background-color: #428bca /*{dropdown-menu-link-bg-active}*/;
}
.logo {
	max-width:100%;
}

/* START CUSTOM CSS */
/* Global Paddings */
	.padding-tb-big{ 
		padding-top: 100px;
		padding-bottom: 100px;	
	}
	.padding-tb-med{ 
		padding-top: 50px;
		padding-bottom: 50px;	
	}
	.padding-tb-small{ 
		padding-top: 20px;
		padding-bottom: 20px;	
	}
	.padding-tb-tin{ 
		padding-top: 10px;
		padding-bottom: 10px;	
	}
	.padding-t-big{ 
		padding-top: 100px;	
	}
	.padding-t-med{ 
		padding-top: 50px;	
	}
	.padding-t-small{ 
		padding-top: 20px;	
	}	
	.padding-t-tin{ 
		padding-top: 10px;	
	}	
    .padding-t-xs {
        padding-top: 4px;
    }
	.padding-b-big{ 
		padding-bottom: 100px;	
	}
	.padding-b-med{ 
		padding-bottom: 50px;	
	}
	.padding-b-small{ 
		padding-bottom: 20px;	
	}
	.padding-b-tin{ 
		padding-bottom: 10px;	
	}
	
	.padding-tb-none,
	.padding-tb-none .vc_col-sm-12 { 
		padding-left: 0px!important;
		padding-right: 0px!important;	
	}
    .padding-r-none {
        padding-right: 0px;
    }
    .margin-b-none {
        margin-bottom: 0px;
    }
	.full-width .site-content .entry-content, .full-width .vc_col-sm-12 { 
		padding-left: 0px!important;
		padding-right: 0px!important;	
	}

/* Side Paddings ( left, right ) */	
	.padding-side-big{ 
		padding-left: 20%;
		padding-right: 20%;	
	}
	.padding-side-med{ 
		padding-left: 10%;
		padding-right: 10%;		
	}
	.padding-side-small{ 
		padding-left: 5%;
		padding-right: 5%;	
	}
	.padding-side-tin{ 
		padding-left: 2%;
		padding-right: 2%;	
	}
    .padding-t-responsive {
        padding-top:110px;
    }
@media only screen and (max-width:994px) {
    .padding-t-responsive {
        padding-top:200px;
    }
}
@media only screen  
and (max-width:768px) { 
	/* Global Paddings */
	.padding-tb-big{ 
		padding-top: 30px;
		padding-bottom: 30px;	
	}
	.padding-tb-med{ 
		padding-top: 20px;
		padding-bottom: 20px;	
	}
	.padding-tb-small{ 
		padding-top: 10px;
		padding-bottom: 10px;	
	}		
	.padding-t-big{ 
		padding-top: 30px;	
	}
	.padding-t-med{ 
		padding-top: 20px;	
	}
	.padding-t-small{ 
		padding-top: 10px;	
	}	
	.padding-b-big{ 
		padding-bottom: 30px;	
	}
	.padding-b-med{ 
		padding-bottom: 20px;	
	}
	.padding-b-small{ 
		padding-bottom: 10px;	
	}
    .padding-t-responsive {
        padding-top:220px;
    }
	/* End of Global Paddings */
	/* Side Paddings ( left, right ) */	
	.padding-side-big{ 
		padding-left: 0%;
		padding-right: 0%;	
	}
	.padding-side-med{ 
		padding-left: 0%;
		padding-right: 0%;		
	}
	.padding-side-small{ 
		padding-left: 0%;
		padding-right: 0%;	
	}	
	.padding-side-tin{ 
		padding-left: 0%;
		padding-right: 0%;	
	}
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.padding-0 {
    padding-left: 0;
    padding-right: 0;
}
.pos-relative {
	position: relative;
}
.primary-color {
	color: #a0b91c;
}
.clearfix {
	clear: both;
}
input[placeholder], [placeholder], *[placeholder] {
	font-weight:400;
}

/*HEADER*/
@media only screen and (min-width: 1400px) {
	header .container {
	width:1400px;
	}
}
@media only screen and (max-width: 1399px) {
	header .container {
	width:100%;
	}
}
.top-cart-wrapper .btn {
    border-radius: 0px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #A0B91C;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}
.header-search .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}
.buying-options .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}
.top-header-wrapper {
	background-color: #eeeced;
	position:relative;
}
.top-header-wrapper  .list-social{
	margin-top: 0px;
    font-size:14px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 990px) {
	.top-header-wrapper  .list-social{
	display:none;
	}
	.top-account-wrapper {
		position:absolute;
		top: 0px;
		right:0px;
	}
}
@media only screen and (max-width: 767px) {
	.top-account-wrapper {
		display:none;
	}
}
.list-inline > li {
    padding-left: 2px;
    padding-right: 2px;
}
.list-social li .fa{
	font-size:18px;
	color: #000;
}
/* 
.list-social li:last-child{
	font-size:14px;
	color: #b4c75d;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	margin-left: 20px;
}
*/
.list-social li .phone-num-top {
	color: #3e4553;
	font-weight:400;
}
.list-social li .fa-phone {
	margin-right:4px;
	margin-left: 4px;
}
.secondary-color {
	color: #b4c75d;
}
.text-t-upper {
	text-transform: uppercase;
}
.top-header-paragraph {
	padding-top: 13px;
	font-weight: 400;
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.top-header-paragraph {
	padding-top: 2px;
	font-weight: 400;
	font-size: 12px;
	margin-bottom:0;
	}
}
.top-header-paragraph i.fa.fa-truck {
    margin-right: 10px;
    font-size: 20px;
}
.visible-inline-lg {
    color: #000;
}
#header-cart span {
	color:#000;
}
.top-account {
    list-style-type: none;
    padding-top: 4px;
    float: right;
    margin-bottom: 0px;
    padding-bottom: 0px;
	margin-left: 0px;
    padding-left: 0px;
}
.top-account li{
	float: right;
}
.top-account li .dropdown-menu li{
	float: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius:0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: none;
    background-clip: padding-box;
}
.top-account li .dropdown-menu{
	top: 99%;
}
.top-account li .dropdown-menu li a{
	top: 99%;
}
.top-cart-wrapper .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.top-cart-wrapper .btn-checkout {
    color: #fff;
    background-color: #000;
    border-radius: 0px;
    padding: 2px 8px;
    margin-top: 3px;
    padding-right: 15px;
}
.top-cart-wrapper .btn-checkout .fa {
    color: #fff;
    padding: 2px 8px;
    margin-top: 2px;
    margin-right: 2px;
    font-size: 16px;
}
#header-cart {
    margin-top: 0px;
}
li.lv1-li.navbar-right.dropdown.dropdown-hover {
    padding-top: 0px;
	margin-right: 6px;
	line-height:33px;
}
li.lv1-li.navbar-right.dropdown.dropdown-hover a{
    padding-top: 7px;
	padding-bottom: 10px;
	margin-right: 0px;
}
.logo {
    margin-top: 17px;
}
.slogan-holder {
	display: block;
	font-style: italic;
	margin-top: 8px;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 0px;
}
.thumb_cart .btn.checkout {
	color: #fff;
    background-color: #000;
    border-radius: 0!important;
    border: none;
	display: none;
}
.thumb_cart .btn.viewcart {
    background: #000;
    color: #fff;
    border-radius: 0!important;
}
@media only screen and (min-width: 768px) {
	.slogan-holder {
	display: none;
	font-style: italic;
	}
}
.header-search {
    margin-top: 26px;
}
@media only screen and (max-width: 768px) {
	.header-search {
    margin-top: 2px;
	}
}
.header-search .ajax_search{
	border: 1px solid #ccc;
}
.header-search .ajax_search:focus{
    border: 1px solid #A0B91C;
}
.wrapper-header {
	position:relative;
}
.nMobileNav {
	padding-top: 0px;
}
.nMobileNav .fa {
	font-size:16px;
}
.nMobileNav li {
	float: right;
	width: 17%;
    text-align: center;
}
.nMobileNav li:first-child {
	float: left;
	width: 16%;
    text-align: center;
}
@media (max-width: 767px) {
.visible-xs {
    display: block !important;
}
}
@media only screen and (max-width: 767px) {
	.wrapper-logo {
		width: 50%;
		position: absolute;
		padding:0;
		left: 16%;
		top: 12px;
	}
	.wrapper-logo a img {
		margin:0;
		padding:0;
	}
	.navbar {
		min-height:auto;
	}
}
@media only screen and (max-width: 767px) {
	.row-padded {
		padding-bottom:26px;
	}
}
@media only screen and (max-width: 425px) {
	.row-padded {
		padding-bottom:20px;
	}
}
@media only screen and (max-width: 767px) {
	.header-search {
		position: absolute;
		top: 96px;
		visibility: hidden;
		opacity: 0;
		transition: visibility 1s, opacity 0.3s linear;
	}
	.header-search-visible {
		visibility: visible;
		opacity: 1;
		transition: visibility 1s, opacity 0.3s linear;
		z-index: 99999;
	}
}
@media only screen and (max-width: 425px) {
	.header-search {
		top: 74px;
	}
}
.small-banners-holder-category {
	width:100%;
	/* 23052016*/
    /* position: absolute; */
    top: 0;
}
.big-banners-category {
	margin-bottom: 210px;
}
@media only screen and (max-width: 991px) {
	.big-banners-category {
		margin-bottom: 150px;
	}
}
@media only screen and (max-width: 767px) {
	.big-banners-category {
		margin-bottom: 12px;
	}
}
#n_category .reduce-img-size .carousel-inner > .item > img, #n_category .reduce-img-size .carousel-inner > .item > a > img {
    width: 110%;
	max-width: 106%;
}
@media only screen and (max-width: 767px) {
	.small-banners-holder-category {
		position:relative;
		top: 0px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom:12px;
	}
	#n_category .sort_container {
		padding-top: 12px;
	}
	#n_category .reduce-img-size .carousel-inner > .item > img, #n_category .reduce-img-size .carousel-inner > .item > a > img {
    width: 110%;
	max-width: 106%;
	}
}
@media only screen and (max-width: 767px) {
	.container-mob-full {
		width: 100%;
		padding: 0;
	}
	.small-banner-3 {
		margin-top: 0px;
		padding: 3px;
		padding-bottom: 0!important;
	}
	.big-left-banner {
		display: none;
	}
}
.top-sellers-home {
	padding-top: 35px;
}
@media only screen and (max-width: 767px) {
	.top-sellers-home {
		padding-top: 0px;
	}
}
/* 
@media only screen and (max-width: 1200px) {
	.top-sellers-home {
	padding-top: 240px;
	}
}
@media only screen and (max-width: 992px) {
	.top-sellers-home {
	padding-top: 190px;
	}
}
@media only screen and (max-width: 769px) {
	.top-sellers-home {
	padding-top: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.big-banners-holder .big-left-banner {
		display: none;
	}
}
*/
@media only screen and (min-width: 766px) and (max-width: 767px){
	.big-right-banner {
		width:100%!important;
	}
}
#n_home #main-content{
	width:100%;
}
#main-content .container-big {
	width:1400px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 0px;
}
@media only screen and (max-width: 1399px) {
	#main-content .container-big {
	width:100%;
	}
}
.phone-num-mobile-wrapper {
	text-align: center;
    padding-bottom: 2px;
    padding-top: 2px;
}
.phone-num-mobile-wrapper p {
	padding-bottom: 0px;
	margin-bottom:0;
}
.phone-num-mobile-wrapper h3 {
	color: #b4c75d;
    padding-bottom: 0px;
    line-height: 1em;
    margin-bottom: 0px;
	font-size: 18px;
}
.phone-num-mobile-wrapper h3 i.fa.fa-phone {
    margin-right: 10px;
	color:#3e4553;
}
.phone-num-mobile-wrapper .phone-num-mob {
	color: #3e4553;
}
@media only screen and (min-width: 769px) {
	.phone-num-mobile-wrapper {
		display: none;
	}
}
.small-banner-1, .small-banner-2, .small-banner-3 {
	margin-top: 3px;
	padding:3px
}
#n_category .small-banner-3 {
	margin-top: 0px;
	padding:3px;
}
/* sidebar */
#left-sidebar {
	padding-top:29px;
}
@media only screen and (max-width: 767px) {
	#left-sidebar {
	padding-top:0px;
	}
}
.list-group > li + .filter > a:before {
    content: '\0020';
    font-family: FontAwesome;
}
#left-sidebar .list-group h4 {
    color: #A0B91C;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    display: block;
}

.list-group  h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
	margin-bottom: 0px;
}
.list-group .lv1 {
    padding: 10px 15px;
    border-bottom: 1px solid #484545;
}
@media only screen and (min-width: 768px) {
	.list-group .lv1 {
    padding: 10px 15px;
    border-bottom: 1px solid #D8D8D8;
	}
}
.list-group .lv1:last-child {
	border-bottom: none;
	margin-bottom: 16px;
}
.list-group .list-group-item {
	margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
	.categorynamewrap .list-group-item,	#n_category .list-group-item {
	border: none;
	}
	.list-group-item:first-child {
	border: none;
    padding: 0;
    margin: 0;
	}
}
.list-group .lv1 a{
	width:100%;
	display: inline-block;
}
.list-group .lv1 a:hover{
	color:#a0b91c;
}
.title a:hover {
	color:#a0b91c;
}
.title-filter-desk {
	padding-top: 16px;
	padding-bottom:16px;
	border: none;
	background-color: #F5F5F5;
}
/* sidebar blog list*/
.right-sidebar {
	margin-top:170px;
	float: right;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #A0B91C;
    background: #A0B91C!important;
    font-weight: normal;
    color: #A0B91C;
	border-radius:0px;
}
.panel-title .accordion-toggle,.panel-title .accordion-toggle:hover, .panel-title .accordion-toggle:focus. .panel-title .accordion-toggle:active {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  cursor: normal;
  color: #A0B91C;
}
.one-post-wrapper img {
	width: 100%;
}
.comments-wrapper {
	min-height: 30px;
}
@media only screen and (max-width: 767px) {
	.right-sidebar {
	margin-top:0px;
	}
}
.right-sidebar .dropdown-menu {
    position: relative;
    z-index: 1000;
    display: block;
    float: left;
	width: 100%;
    min-width:100%;
	max-width: 264px%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
	border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
}
.right-sidebar .dropdown {
    position: relative;
    display: inline-block;
	min-width: 100%;
    max-width: 100%;
}

/* single post */
.blog-img-wrapper {
    padding-top: 22px;
}
.blog-img-wrapper img {
	width: 100%;
}
.comments-blog-wrapper h3{
	font-size:16px;
}
.comments-blog-wrapper blockquote h4{
	font-size: 16px;
}
.post-by-wrapper strong {
	font-size: 12px;
}
.post-by-wrapper span {
	font-size: 14px;
}
.comment-text {
	font-size: 14px; 
}
.leave-comment-wrapper h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
.leave-comment-wrapper form label {
	margin-bottom:0px;
}
/* customer */
#n_customer .page-header {
	margin-top: 20px;
}
/*big left banner*/
.big-left-banner {
	padding-left:3px;
	padding-right:7px;
}
.big-left-banner .carousel-caption {
	font-size: 40px;
    margin-bottom: 21px;
    padding: 20px;
	left: 10%;
    text-align: left;
	width:70%;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
.big-left-banner .carousel-caption h3, .small-banner-3 .carousel-caption h3{
	font-size:35px;
	margin-bottom: 21px;
	text-transform: uppercase;
    text-align: left;
}
@media only screen and (max-width: 992px) {
	#n_category .big-left-banner .carousel-caption h3{
	font-size:28px;
	}
}
.big-left-banner .carousel-caption p {
    margin:0px;
}
.big-left-banner .carousel-caption .btn{
	padding: 8px 28px;
    border: 1px solid #949494;
    background: rgba(0, 0, 0, 0.5);
}
.big-left-banner .carousel-caption .btn:hover{
	border:1px solid #fff;
}
.big-left-banner .carousel-caption .btn a{
	color:#fff;
	font-size: 20px;
}
@media only screen and (max-width: 992px) { 
	.big-left-banner .carousel-caption .btn a{
	color:#fff;
	font-size:14px;
	}
}
.big-left-banner .carousel-caption .btn a:hover{
	cursor: pointer;
}
/* big right banner */
.big-right-banner {
	padding-left:0;
	padding-right:3px;
}
.big-right-banner .carousel-caption {
    position: absolute;
    right:10%;
    top: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
	width:70%;
	text-align:left;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 5);
}
.big-right-banner .carousel-caption h3{
	font-size:35px;
	margin-bottom: 21px;
	text-transform: uppercase;
    text-align: right;
}
@media only screen and (max-width: 992px) {
	.big-right-banner .carousel-caption h3{
	font-size:30px;
	}
	#n_category .big-right-banner .carousel-caption h3{
	font-size:26px;
	}
}
.big-right-banner .carousel-caption p{
	font-size:18px;
	color: #000;
}
@media only screen and (max-width: 992px) {
	.big-right-banner .carousel-caption p{
	font-size:14px;
	}
}
.big-right-banner .carousel-caption .btn-wrapper-carousel{
	text-align:right;
    margin-top: 26px;
}
@media only screen and (max-width: 992px) {
	.big-right-banner .carousel-caption .btn-wrapper-carousel{
	text-align:center;
    margin-top: 16px;
	padding-right: 42px;
	}
}
@media only screen and (max-width: 769px) {
	.big-right-banner .carousel-caption .btn-wrapper-carousel{
	text-align:right;
    margin-top: 16px;
	padding-right: 0px;
	}
}
.big-right-banner .carousel-caption .btn-wrapper-carousel .btn {
	padding: 8px 28px;
    border: 1px solid #949494;
    background: rgba(0, 0, 0, 0.5);
}
.big-right-banner .carousel-caption .btn-wrapper-carousel .btn a{
	font-size: 18px;
	color:#fff;
}
@media only screen and (max-width: 992px) { 
	.big-right-banner .carousel-caption .btn-wrapper-carousel .btn a{
	font-size: 14px;
	color:#fff;
	}
}
.big-right-banner .carousel-caption .btn:hover{
	border:1px solid #fff;
}
.big-right-banner .carousel-caption .btn a{
	color:#fff;
	font-size: 20px;
}
.big-right-banner .carousel-caption .btn a:hover{
	cursor: pointer;
}

/* small banner 2*/
.small-banner-2 .carousel-caption{
	position: absolute;
    left: inherit;
    right: inherit;
    bottom: 55px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    text-shadow: none;
	width: 100%;
}
.small-banner-2 .carousel-caption .btn-wrapper-carousel .btn {
	padding: 8px 28px;
    border: 1px solid #949494;
    background: rgba(0, 0, 0, 0.5);
}
.small-banner-2 .carousel-caption .btn-wrapper-carousel .btn a{
	font-size: 18px;
	color:#000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.small-banner-2 .carousel-caption{
    bottom: 21%;
	}
	.small-banner-2 .carousel-caption .btn-wrapper-carousel .btn {
	padding: 8px 28px;
    border: 1px solid #949494;
    background: rgba(0, 0, 0, 0.5);
	}
	.small-banner-2 .carousel-caption .btn-wrapper-carousel .btn a{
	font-size: 14px;
	}
}
@media only screen and (max-width: 992px) {
	.small-banner-2 .carousel-caption{
    bottom: 10%;
	}
	.small-banner-2 .carousel-caption .btn-wrapper-carousel .btn {
	padding: 8px 28px;
    border: 1px solid #949494;
    background: rgba(0, 0, 0, 0.5);
	}
	.small-banner-2 .carousel-caption .btn-wrapper-carousel .btn a{
	font-size: 14px;
	}
}
@media only screen and (max-width: 769px) {
	.small-banner-2 .carousel-caption{
    bottom: 36%;
	width: 100%;
	}
}
/* small banner 3*/
.small-banner-3 .carousel-caption{
	position: absolute;
    left: inherit;
    right: inherit;
    top: 50%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom:0px;
    color: #000;
    text-align: center;
    text-shadow: none;
	width: 100%;
	margin-top: -22px;
}
.small-banner-3 .carousel-caption .btn-wrapper-carousel .btn {
	padding: 8px 28px;
    border: 1px solid #949494;
    background: rgba(0, 0, 0, 0.5);
}
.small-banner-3 .carousel-caption .btn-wrapper-carousel .btn a{
	font-size: 18px;
	color:#fff;
}
@media only screen and (max-width:500px) {
	.small-banner-3 .carousel-caption .btn-wrapper-carousel .btn a{
	font-size: 14px;
	color:#fff;
	}
	.small-banner-3 .carousel-caption .btn-wrapper-carousel .btn {
	padding: 4px 16px;
	}
	.small-banner-3 .carousel-caption h3 {
	font-size: 16px;
	}
}
.small-banner-3 .carousel-caption .btn:hover{
	border:1px solid #fff;
}
.small-banner-3 .carousel-caption .btn-wrapper-carousel .btn a:hover{
	cursor:pointer;
}
#n_category .small-banner-3 .carousel-caption h3,#n_home .small-banner-3 .carousel-caption h3{
	font-size:22px;
	margin-bottom: 21px;
	text-transform: uppercase;
    text-align: left;
	width: 80%;
	padding: 0 20px;
}
@media only screen and (max-width: 768px) {
	#n_category .small-banner-3 .carousel-caption h3,#n_home .small-banner-3 .carousel-caption h3{
	font-size:14px;
	margin-bottom: 10px;
	}
}
#n_category .small-banner-3 .carousel-caption, #n_home .small-banner-3 .carousel-caption {
    position: absolute;
    left: 0%;
    top: 50%;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
@media only screen and (max-width: 768px) {
	#n_category .small-banner-3 .carousel-caption,#n_home .small-banner-3 .carousel-caption {
    position: absolute;
    left: 4%;
	}
}
@media only screen and (max-width: 350px) {
	#n_category .small-banner-3 .carousel-caption h3, #n_home .small-banner-3 .carousel-caption h3{
	font-size:13px;
	margin-bottom: 8px;
	}
	.small-banner-3 .carousel-caption .btn-wrapper-carousel .btn {
		padding: 2px 9px;
	}
}

/* navigation */ 
.navbar-default {
    background: none;
    border: none;
}
.navbar {
	margin-bottom: 6px;
}
@media only screen and (max-width:768px) {
	.navbar {
		padding-top: 0px;
		margin-bottom: 0px;
		min-height: 0;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:active	{
		color: #000;
	}
}
.navbar-nav {
    float: none;
    text-align: center;
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
    float: none;
	}
}
.navbar-nav > li {
    float: none;
    display: inline-block;
}
@media only screen and (max-width: 767px) {
	.navbar-nav > li {
    float:none;
	display: block;
	text-align: left;
	border-bottom: 1px solid #CECECE;
	}
	.navbar-nav > li:last-child {
    float:none;
	display: block;
	text-align: left;
	border-bottom: none;
	}
}
.navbar-nav li:before {
	/* content: "/"; */
	top: 14px;
    left: 98%;
    position: absolute;
    font-size: 18px;
}
.dropdown-menu li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
    margin-bottom: 8px;
	padding-left: 10px;
    padding-right: 10px;
}
.dropdown-menu li:last-child {
	border-bottom: none;
	padding-bottom: 8px;
    margin-bottom: 0px;
	padding-bottom:0px;
}
.dropdown li:before {
	content: "";
}
.navbar-nav li:last-child:before {
	display:none;
} 
@media only screen and (max-width: 767px) {
	.navbar-nav li:before {
	display:none;
	}
}
.navbar-default .navbar-nav > li > a {
    color: #000;
	text-transform: uppercase;
	font-size: 18px;
	padding: 15px 22px;
	font-weight: 300;
	position:relative;
}

@media only screen and (max-width: 992px){
	.navbar-default .navbar-nav > li > a {
    color: #000;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px 16px;
	}
}
@media only screen and (max-width:768px){
	.navbar-default .navbar-nav li a {
    padding-right: 48px;
	}
}
.navigation-list li a {
    color: #000 /*{navbar-default-link-colour}*/;
}
#homepage-content {
	padding-left:15px;
	padding-right:15px;
}
h3.subtitle-ts {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
	padding-bottom:10px;
	border-bottom: 1px solid #E4E4E4;
}
#n_home .thumbnail .caption h3 {
    font-size: 15px;
    line-height: 1.2;
    height: auto;
    overflow: hidden;
    text-align: center;
	min-height:36px;
}
#n_product .thumbnail .caption h3 {
    font-size: 15px;
    line-height: 1.2;
    height: auto;
    overflow: hidden;
    text-align: center;
}
#n_product .thumbnail .caption {
	min-height:95px;
}
#n_product .extra-options table {
    display: none;
}
@media only screen and (max-width: 767px) {
	.thumbnail .caption {
	min-height:113px;
	}
}
.thumbnail .caption h3 a{
	color:#000;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.thumbnail .caption h3 a{
	font-size: 12px;
	}
}
.thumbnail {
    border:none;
}
.caption .price {
    font-size: 16px;
    height: 21px;
	text-align: center;
	color: #a0b91c;
}
.top-sellers-home .buying-options {
	display: none;
}
/* Contact Form slide-in */

.fixed-contact-us {
    position: fixed;
    right: -380px;
    top: 25%;
    background-color: rgba(251,251,251,0.93);
    color: #fff;
    padding: 12px 30px;
    padding-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 99999;
    font-weight: 200;
    -webkit-transition: right 1s;
    transition: right 1s;
    width: 380px;
}
.contact-us-button {
    background-color: #a0b91c;
    position: absolute;
    top: 65px;
    padding: 10px 32px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    left: -132px;
}
.contact-us-button .fa {
	margin-left:23px;
}
.slidein-content {
	position:relative;
}
.slidein-content  h5 {
	text-align: center;
	font-size: 18px;
}
.slidein-content p {
	color: #333;
	text-transform: none;
	font-weight: 500;
}
.submit-wrapper-slidein {
	float:left;
	margin-left:auto;
	margin-right: auto;
}
.submit-wrapper-slidein {
	text-align:center;
}
.submit-wrapper-slidein  .btn-default {
	width:50%;
}
.fixed-contact-us.expanded {
    right: 0px;
	 -webkit-transition: width 2s, height 4s; /* Safari */
    transition: right 1s;
}
@media only screen and (max-width: 767px) {
.contact-us-button {
	display: none;
}
.fixed-contact-us { 
display:none;
}
}
/* product wrapper home page */
@media only screen and (max-width: 767px) { 
.wrapper-thumbnail {
    float: left;
    margin: auto;
	}
}
.wrapper-thumbnail .thumbnail {
	position: relative;
	z-index:999;
}
.label {
    border-radius: 0px;
}
/* item page */
/*item page header */
#n_product .container-fluid {
	background-color: #f5f5f5;
}
#main-content .breadcrumb {
	padding-top: 30px;
	background:none;
}
@media only screen and (max-width: 767px) {  
	#main-content .breadcrumb {
	padding-top: 30px;
	background:none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	.breadcrumb {
		display:none;
	}
}
.left-padding-product {
	padding-left: 60px;
}
@media only screen and (max-width: 767px) { 
	.left-padding-product {
	padding-left: 15px;
	}
}
.wrapper-product-title h1 {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 0px;
}
.wrapper-product-title .btn,.wrapper-product-title .btn:focus,.wrapper-product-title .btn:active,.wrapper-product-title .btn:hover{
	border: none;
	background: none;
}
.wrapper-product-title .dropdown .fa {
	font-size: 18px;
	margin-right: 12px;
}
.wrapper-product-title .fa {
	color: #a0b91c
}
.productpricetext {
	font-size: 34px;
    font-weight: 400;
    margin-top: 28px;
    color: #000;
}
@media only screen and (max-width: 767px) { 
	.productpricetext {
		font-size: 24px;
	}
	.main-image a > .zoom {
		pointer-events: none;
	}
}
.currency-converter {
	width: 148px;
}
.currency-converter .convert-button {
	background: none;
    padding: 0px;
    border: none;
    text-align: left;
	position:relative;
}
.currency-converter .convert-button:focus {
	outline: 0;
}
.currency-converter .convert-button:before {
	right: 0px;
	position:absolute;
	content: "\f078";
	font: normal normal normal 14px/1 FontAwesome;
}
.open .convert-button:before {
	right: 0px;
	position:absolute;
	content: "\f077";
	font: normal normal normal 14px/1 FontAwesome;
}
#n_product .qty {
    height: 40px;
    text-align: center;
    font-size: 16px;
}
.btn-success {
    color: #ffffff;
    background-color: #A0B91C;
	text-transform: uppercase;
	border: none;
}
.btn-success:hover,.btn-success:focus,.btn-success:active {
    background-color: #A0B91C;
	/* border: none; */
}
.addtocart .icon-white {
	margin-right: 16px;
}
.product-wishlist .add {
	text-transform: uppercase;
}
.product-wishlist .add .fa {
	margin-right: 6px;
}
.product-info-wrapper {
	border-bottom:2px solid #e6e6e6;
	border-top:2px solid #e6e6e6;
}
.product-info-wrapper ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0px;
}
.product-info-wrapper ul li {
	margin-bottom: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
	position:relative;
	padding-left: 44px;
}
.product-info-wrapper ul li:last-child {
	margin-bottom: 0px;
    color: #000;
    font-weight: 600;
	padding-left: 44px;
}
.product-info-wrapper ul li img{
	position: absolute;
	left: 0px;
}
.description-wrapper h2 {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
}
.subtitle-product {
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
}
#n_product .form-inline {
	display: none;
}
@media only screen and (max-width: 767px) { 
	.zoomImg {
		display:none!important;
	}
}
.qty-product-wrapper {
	position: relative;
}
.qty-product-wrapper p:first-child {
	position: absolute;
    top: -20px;
    left: 15px;
    color: #a0b91c;
    font-weight: 800;
}

/* hamper layout start */
#n_product .panel-heading {
	background: none;
	border-bottom:none;
}
#n_product .panel-heading .hamper{
	text-align: center;	
	position: relative;
}
#n_product .panel-heading .hamper  a{
     background-image: url('../images/arrow-up.png'),url('../images/arrow-up.png');
	 background-position: left center, right center;
	 background-repeat: no-repeat;
}
#n_product .panel-heading .hamper  .collapsed{
     background-image: url('../images/arrow-down.png'),url('../images/arrow-down.png');
	 background-position: left center, right center;
	 background-repeat: no-repeat;
}
#n_product .panel-heading .hamper a{
    color: #333;
	font-size:24px;
}
#n_product .panel-heading .hamper .fa-gift:before {
    content: "\f06b";
	color: #A0B91C;
	margin-right: 12px;
    font-size: 35px;
}
#n_product .prodheadcollapse {
    margin-top: 16px;
    margin-bottom: 24px;
    padding: 10px;
    color: #A0B91C;
    font-size: 19px;
    background-color: #F3F2F2;
}
.hampercontent-image {
	padding:0;
}
.hampercontent-image img{
	width: 100%;
} 
.hampercontent-desc h3 {
	font-size: 16px;
    font-weight: 400;
    color: #000;
}
.hampercontent-desc p{
	color: #4E4E4E;
}

/* hamper layout end */

/* voucher text layout */
.voucher-text-wrapper h2 {
	font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}
.voucher-text-wrapper h3 {
	font-size: 22px;
    font-weight: 300;
    color: #000;
}
.voucher-text-wrapper h4 {
	font-size: 18px;
    color: #A0B91C;
}
.voucher-text-wrapper p{
    font-weight: 300;
}
/* Categories Page */
#n_content .container-fluid {
	background-color: #f5f5f5;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-box-shadow:0px;
    box-shadow:0px;
}
.panel-default > .panel-heading {
    background-color: #A0B91C;
    border-color: #dddddd;
	border-radius: 0px;
}
.panel-heading .panel-title {
	color: #fff;
}
#n_content h1 {
	text-transform: uppercase;
	font-weight: 300;
}
@media only screen and (max-width:767px) {
	#n_content h1 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	}
}
.category-thumbnail {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 8px;
}
.category-thumbnail h3 {
	text-align: center;
    position: relative;
    background-color: rgba(0,0,0,0.86);
    margin: 0px;
    padding: 12px 8px;
    font-size: 16px;
    width: 100%;
    display: block;
    margin-top: -68px;
    z-index: 10;
	min-height:68px;
	display: table;
}
@media only screen and (max-width:992px) {
	.category-thumbnail h3 {
	min-height:68px;
    margin-top: 0px;
	display: table;
	}
}
@media only screen and (max-width:768px) {
	.category-thumbnail h3 {
	min-height:68px;
    margin-top: 0px;
	display: table;
	}
}
.category-thumbnail h3 a {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width:992px) {
	.category-thumbnail h3 a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	}
}
@media only screen and (max-width:768px) {
	.category-thumbnail h3 a {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	}
}
.category-thumbnail .wrapper-category-image a img{
  width: 100%;
}
.free-shipping-cont {
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (max-width:768px) {
	.free-shipping-cont {
		width: 65%;
	}
	.free-shipping-cont img {
		width: 100%;
	}
}
/* Single Category */
#n_category .container-fluid {
	background-color: #f5f5f5;
}
#n_category .big-left-banner {
	padding: 3px;
}
#n_category .big-right-banner {
	padding: 3px;
}
.description-category {
	display: block;
}
@media only screen and (max-width:767px) {
	.description-category {
		text-align: justify;
	}
}
/* 23052016
@media only screen and (max-width:1199px) {
	.sort_container {
	padding-top:560px;
	}
}
@media only screen and (max-width:991px) {
	.sort_container {
	padding-top:430px;
	}
}
*/
.empty-cat-wrapper {
	margin-top: 20px;
}
.sort_container {
	margin-top:20px;
}
.category1st-tier {
	padding-top:12px;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border-top: none;
	border-bottom: 1px solid #dddddd;
	border-left:none;
	border-right:none;
    border-radius: 0px;
    -webkit-box-shadow:0px;
    box-shadow:0px;
}
@media only screen and (max-width:767px) { 
	.panel {
	border-bottom:none;
	}
}
.panel-default > .panel-heading {
    background-color: #F5F5F5;
    border-color: #dddddd;
	border-radius: 0px;
	position: relative;
}
.arrow-up-down {
	display:none;
}
.arrow-up {
	content: "f077";
	font-family: 'FontAwesome'
}
.arrow-down {
	content: "f078";
	font-family: 'FontAwesome'
}
@media only screen and (max-width:767px) {
	.arrow-up-down {
		display:block;
		position: absolute;
		top:10px;
		right:12px;
	}
}
.panel-heading .panel-title, .panel-heading .panel-title a{
	color: #A0B91C;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
    display: block;
}
.panel-heading .panel-title a:hover {
	cursor: pointer;
}
.panel-heading .panel-title  {
	position:relative;
}
.panel-heading .panel-title .chevron-wrapper:before {
	display: block;
	position:absolute;
	right:0px;
	top:0px;
	font-family: FontAwesome;
	content:"\f078";
	width: 20px;
	height: 20px;
}
@media only screen and (min-width:768px) {
	.panel-heading .panel-title .chevron-wrapper:before {
		display: none;
	}
}
.panel-heading .panel-title .chevron-wrapper-up:before {
	display: block;
	position:absolute;
	right:0px;
	top:0px;
	font-family: FontAwesome;
	content:"\f077";
	width: 20px;
	height: 20px;
}
@media only screen and (min-width:769px) {
	.panel-heading .panel-title .chevron-wrapper-up:before {
		display: none;
	}
}
/*.panel-title .accordion-toggle:before {
	position:absolute;
	font-family: FontAwesome;
	content:"\f078";
	right: 0px;
	top:0px;
}
*/
@media only screen and (max-width: 767px) {
	.panel-heading {
		background-color: #fff;
		border-color: #dddddd;
		border-radius: 0px;
		position: relative;
		text-align: center;
		letter-spacing: 2px;
	}
	.panel-default > .panel-heading {
		background-color: #fff;
	}
	#left-sidebar .panel-title a{
		font-size: 20px;
		color: #333;
	}
	.lv1 {
		background-color: #000;
		text-align: center;
	}
	.lv1 a {
		color: #fff;
		text-transform: uppercase;
	}
}

@media only screen and (max-width: 370px) {
	#left-sidebar .panel-title a{
		font-size: 16px;
		color: #333;
	}
}
#n_category .page-header {
	text-transform: uppercase;
	font-weight: 400;
	font-size:20px;
	text-align: center;
	letter-spacing: 3px;
	padding-top: 12px;
	/* 23052016*/
	position: absolute;
    top: -57px;
	width:100%;
}
#n_category .tier2-category {
	position: relative;
    padding-bottom: 6px;
    margin-bottom: 0;
}
#n_category .search-results-title {
	position: relative;
	top:0px;
}
@media only screen and (max-width: 1300px) {
	#n_category .tier2-category {
		text-align: right;
	}
}

@media only screen and (max-width: 767px) {
	#n_category .tier2-category {
		display: none;
	}
}
#n_category .thumbnail .caption h3 {
    font-size: 15px;
    line-height: 1.2;
    height: 3.5em;
    overflow: hidden;
    text-align: center;
}
#n_category .thumbnail .caption {
	min-height: 95px;
}
@media only screen and (max-width:1024px) {
	#n_category .thumbnail .caption {
    min-height: 113px;
	}
}
@media only screen and (max-width:440px) {
	#n_category .thumbnail .caption {
    min-height: 113px;
	}
}
.addtocart,.addtocart:hover,.addtocart:active, .addtocart:focus {
	background-color: #A0B91C;
}
@media only screen and (max-width:440px) { 
	#n_category  .form-inline .addtocart .icon-white {
		display: none;
	}
}
#pricesearch .btn-default:last-child{
	margin-top: 12px;
}
.mobile-circle {
	display: none;
}
@media only screen and (max-width:767px) { 
	.mobile-circle {
		display: block;
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		border-bottom: none;
		padding-left:0;
		padding-right:0;
		padding-top:12px;
	}
	.mobile-circle .mobile-title {
		width: 215px!important;
		padding: 5px 9px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		text-transform: uppercase!important;
		text-align: center;
		z-index: 9;
		background-color: #fff;
		color: #C3C3C3!important;
		padding-bottom:10px;
	}
	.mobile-circle .mobile-title-line {
		position: absolute;
		top: 24px;
		left: 6%;
		border-bottom: 2px solid #C3C3C3;
		width: 88%;
		z-index: 8;
		padding-left: 10px;
	}
	.mobile-circle .circle-wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
	.mobile-circle .circle-wrapper img{
		width:92%;
	}
}
/* Blog */
.blog-social-wrapper .dropdown .fa {
	color: #a0b91c
}
.blog-social-wrapper .btn,.blog-social-wrapper .btn:focus,.blog-social-wrapper .btn:active,.blog-social-wrapper .btn:hover{
	border: none;
	background: none;
}
.blog-social-wrapper .dropdown .fa {
	font-size: 18px;
	margin-right: 12px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #A0B91C;
    border-color: #A0B91C;
}
/* Cart */
#n_checkout .container-fluid {
	background-color: #f5f5f5;
}
#n_checkout h1 {
	text-transform: uppercase;
	font-weight: 300;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius:0Px;
}
#n_checkout .btn-primary {
    background-color: #637119;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.n-wrapper-form-control select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#n_checkout .btn-block {
	background-color:#A0B91C;
	color: #fff;
	border: 0;
}
#n_checkout #main-content {
	padding-bottom: 60px;
}
/* Customer */
#n_customer .container-fluid {
	background-color: #f5f5f5;
}
#n_customer h1 {
	text-transform: uppercase;
	font-weight: 300;
}
/* Contact Page */
#n_content .contact-page-form{
	margin-top: 30px;
}
#n_content .contact-page-form .form-group {
	position: relative;
}
#n_content .contact-page-form .form-group label{
	margin-bottom:0px;
}
#n_content .contact-page-form .form-group .small{
	position: absolute;
	top: 5px;
    right: 0; 
}
#n_content .contact-page-form .btn {
	width: 200px;
}
/*subscribe page form */ 
.subscribe-form .form-group input {
	width:100%;
}
.subscribe-form .form-group {
	position: relative;
}
.subscribe-form .form-group .text-danger {
	position: absolute;
	right:0px;
	font-weight:400;
	top:10px;
}
.subscribe-form .form-group:last-child {
	width:160px;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
.subscribe-form .form-group .btn{ 
	background-color:#a0b91c;
	color:#fff;
}
/* footer */
.subscription-wrapper {
	background-color: #f4f4f4;
}
.subscription-wrapper h2 {
	color: #000;
	font-size:34px;
	text-transform:uppercase;
	font-weight:600;
}
.green-span {
	color: #a0b91c;
}
.left-part-subtitle {
	border-right: 1px solid #000;
}
@media only screen and (max-width: 992px) {
	.left-part-subtitle {
	border-right:none;
	}
}
.left-part-subtitle h2{
	float: right;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1em;
}
@media only screen and (max-width: 992px) {
	.left-part-subtitle h2{
	float: none;
	text-align: center;
	}
}
.right-part-subtitle {
	padding-top:3px;
}
.right-part-subtitle  .paragraph-top {
	margin-bottom: 2px;
    text-transform: uppercase;
    line-height: 1em;
	letter-spacing: 2px;
}
@media only screen and (max-width: 992px) {
	.right-part-subtitle  .paragraph-top {
	text-align:center;
	}
}
.right-part-subtitle  .paragraph-bottom {
	margin-bottom: 2px;
    line-height: 1em;
    text-transform: uppercase;
	letter-spacing: 2px;
}
@media only screen and (max-width: 992px) {
	.right-part-subtitle  .paragraph-bottom {
	text-align:center;
	}
}
.under-subtitle {
	width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.under-subtitle p {
	font-size: 16px;
    line-height: 1.2em;
    color: #000;
}
@media only screen and (max-width: 767px) {
	.under-subtitle p {
	font-size: 13px;
	font-weight: 300;
	}
}
.account-mobile {
		display: none;
	}
@media only screen and (max-width: 767px) {
	.account-mobile {
		display: block;
	}
}
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    width: 100%;
    color: #000;
	border: 1px solid #999;
}
.form-control {
    border: 1px solid #999;
}
@media only screen and (max-width: 992px) {
	.submit-wrapper {
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
}
@media only screen and (max-width: 450px) {
	.submit-wrapper {
		width: 56%;
	}
}
.payment-wrapper img {
	width:100%;
	border-bottom: 1px solid #1B1B1B;
}
.wrapper-footer {
	background-color:#000;
}
.wrapper-footer  .list-social {
	text-align: right;
}
@media only screen and (max-width: 769px) {
	.wrapper-footer  .list-social {
		position: absolute;
		right: 36px;
		top: -111px;
	}
}
.wrapper-footer  .list-social li .fa {
    font-size: 18px;
    color: #fff;
}
.logo-footer {
	border: 1px solid #fff;
	margin-top: 18px;
	width:auto;
	max-width:80%;
}
.menu-wrapper-footer .nav > li > a {
    color: #AEAEAF;
	padding: 3px 15px;
	text-transform:uppercase;
	font-size:12px;
}
.menu-wrapper-footer .nav > li > a:hover {
    background: none;
}
.footer-mainmenu {
	width: 80%;
	border-bottom: 1px solid #151515;
	float: none;
	margin-left:auto;
	margin-right: auto;
	padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
	.footer-mainmenu {
	display: none;
	}
}
.footer-mainmenu .navbar-nav > li > a {
	padding-top: 17px;
    padding-bottom: 0px;
	color: #AEAEAF;
	text-transform:uppercase;
}
.footer-mainmenu .navbar-nav > li > a:hover{
	background: none;
}
/* Upsell page */
.control-heading {
	background: #f5f5f5;
	color: #A0B91C;
	margin-bottom: 15px;
}
.panel-name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.view-options {
	text-align: right;
}
.view-options i {
    color: #000;
    font-size: 26px;
    float: right;
    margin-left: 8px;
    margin-top: -3px;
}
.cart-child-items {
	padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.child-price {
	text-align: right;
	color: #A0B91C;
    font-weight: bold;
}
.child-checkbox {
	text-align: right;
}
.child-checkbox .check-label {
	position: relative;
	margin-right: 10px;
}
.child-checkbox input[type=checkbox] {
    display: none;
}
.child-checkbox label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #A0B91C;
    margin-bottom: -6px;
}
.child-checkbox input[type=checkbox]:checked + label:before {
    content: "\2716";
    color: #666;
    font-size: 13px;
    text-align: center;
}
.child-checkbox input[type=checkbox]:checked + label.uncheck:before {
    content: "";
    color: #666;
    font-size: 13px;
    text-align: center;
}
.upsell-page-title {
	margin-top: 15px;
}
.upsell-item .product-image {
	width: 39%;
}
#n_checkout .extra-options .option-name {
	font-size: 24px;
	margin-bottom: 8px;
}
#n_checkout .extra-options .option-description {
	font-style: italic;
}
#n_checkout .extra-options textarea {
	border: 3px solid #ececec;
    min-height: 160px;
}
#n_checkout .extra-options .addtocart {
	width: 50%;
    float: right;
	border: 0;
}
#n_checkout .multi-add {
	padding: 12px 24px;
	display: none;
}
#n_checkout .remove-item,
#n_checkout .cart-skus,
#n_checkout .cart-extra,
#n_checkout .hamper-product {
	display: none;
}
#n_checkout .custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}
#n_checkout .free_shipping {
	font-size: 28px;
    margin-top: 17px;
    text-align: center;
	background-color: #000;
    padding: 4px;
    color: #fff;
}
#n_checkout .call-us {
	margin-top: 17px;
    font-size: 26px;
    text-align: right;
    color: #A0B91C;
}
#n_checkout .call-us span {
	color: #000;
}
@media only screen and (max-width: 1050px) {
	.upsell-item .product-image {
		width: 66%;
	}
}
@media only screen and (max-width: 768px) {
	.upsell-item .product-image {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	#n_checkout .free_shipping {
		font-size: 28px;
		margin-top: 35px;
		text-align: center;
		background-color: #000;
		padding: 16px;
		color: #fff;
		position: relative;
		top: 28px;
	}
	#n_checkout .call-us {
	margin-top: 40px;
    font-size: 26px;
    text-align: center;
    color: #A0B91C;
	}
}

/* add to cart popup */
.npopup-checkout {
	padding-left: 30px;
	position: relative;
	display: none;
}
.npopup-checkout:before {
	font-family: FontAwesome;
	position: absolute;
	left: 12px;
	top:5px;
	content: "\f023";
}
.successaddmessage .footer .left {
    width: 100%;
}
.npopup-view {
	float: right;
}
/* cart page */
#n_checkout .btn-light {
	background-color: #fff;
	color: #A0B91C;
	border-color: #cccccc;
}
#n_checkout .btn-light-9b {
	background-color: #fff;
	color: #A0B91C;
	border-color: #999999;
}
#n_checkout .btn-grey {
	background-color: #a5a5a5;
	color: #fff;
	border-color: #a5a5a5;
}
#n_checkout .btn-red {
	background-color: #ce6969;
	color: #fff;
	border-color: #ce6969;
}
@media only screen and (max-width: 767px) {
	.cartTable tbody tr td {
		vertical-align: middle;
		width: 60px;
	}
	.cartTable tbody tr td h4{
		font-size: 13px;
	}
}
/* Checkout */ 
@media only screen and (max-width: 767px) {
	#n_checkout .wrapper-logo {
		width: 50%;
		position: absolute;
		padding:0;
		left: 15%;
		top: 12px;
	}
}
/*  Mega menu */
.custom-megamenu > li {
	position: inherit;
}
@media (max-width: 768px) {
	.custom-megamenu > li {
	position: relative;
	}
}
@media (min-width: 768px) {
	.mega-menu {
		width: 400px;
		left: 50%;
		margin-left: -200px;
	}
}
@media (min-width: 992px) {
	.mega-menu {
		width: 780px;
		left: 50%;
		margin-left: -390px;
	}
}
@media (min-width: 1200px) {
	.mega-menu {
		width: 860px;
		left: 50%;
		margin-left: -430px;
	}
}
.wrap-expander {
	display: block;
	width: 40px;
	position: absolute;
    top: 15px;
    right: 0;
}
@media (min-width: 769px) {
	.wrap-expander {
		display: none;
	}
}
@media (max-width: 767px) {
	.wrap-expander {
		position: absolute;
		right: 0px;
		top: 3px;
		padding:10px;
		text-align: center;
	}
	.wrap-expander .fa, .sub-wrap-expander .fa{
		font-size: 22px;
	}
}
ul.dropdown-menu.mega-menu {
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 25px;
}
.custom-megamenu {
	top: 5px;
}
.custom-megamenu li a{
	position:relative;
}
.custom-megamenu li a:hover{
	color:#A0B91C;
}
@media (max-width: 767px) {
	.custom-megamenu li a{
	width: 80%;
	}
}
.custom-megamenu li a:before {
	content: "/";
	top: 14px;
    left: 98%;
    position: absolute;
    font-size: 18px;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.custom-megamenu li a:before {
		display: none;
	}
	ul.dropdown-menu.mega-menu {
		padding: 10px;
		padding-top: 5px;
		padding-bottom: 0px;
		display: none;
	}
	ul.dropdown-menu.mega-menu-expand {
		padding: 10px;
		padding-top: 10px;
		padding-bottom: 0px;
		display: block;
	}
	.custom-megamenu > li {
		float: none;
		display: block;
		text-align: left;
		border-bottom: none;
	}
	.custom-megamenu > li > a {
		color: #000;
		text-transform: uppercase;
		font-size: 16px;
		padding: 15px 16px;
	}
}
.custom-megamenu li:last-child a:before {
	display: none;
}
.mega-menu .col-md-3 .second-level{
	font-weight: 600;
	padding-top: 15px;
}
.mega-menu-expanded .col-md-3:first-child li{
	padding-top:0px;
}
.second-level a{
	color: #000;
}
.mega-menu .col-md-3 li ul li{
	font-weight: 400;
}
ul.sub-sub-menu {
    padding-left: 0px;
	padding-top: 12px;
	display:block;
}
ul.sub-sub-menu {
    padding-left: 0px;
	padding-top: 12px;
	display:block;
}
@media only screen and (max-width: 767px) {
	ul.sub-sub-menu {
    padding-left: 0px;
	padding-top: 12px;
	display:none;
	}
}
ul.sub-sub-menu  li{
    padding-left: 0px;
	list-style: none;
}
ul.sub-sub-menu  li a{
    color: #3C3C3C;
}
.mega-menu .col-md-3:nth-of-type(4n+5) {
    clear: left;
}
.mega-menu-expanded {
	display: block!important;
}
.fa-angle-up:before {
	content:"\f106"!important;
	font-family: 'FontAwesome';
}
@media only screen and (min-width: 993px) {
	.sub-wrap-expander {
		display:none;
	}
}
.sub-wrap-expander {
    position: absolute;
    right: 16px;
    top: 18px;
}
.mega-menu-expanded .col-xs-12:first-child .sub-wrap-expander{
	top:0px;
}
.sub-sub-menu-expanded {
	display: block!important;
}
/*  2ND CHILD MEGA MENU*/
@media (min-width: 768px) {
	.custom-megamenu .item-1 .mega-menu {
		width: 400px;
		left: 50%;
		margin-left: -200px;
	}
	.custom-megamenu .item-1 .mega-menu .col-md-3 {
	float: right;
	width:50%;
	}
	.custom-megamenu .item-1 .mega-menu .col-md-3:first-child{
		float: left;
		width:50%;
	}
	.custom-megamenu .item-1 .mega-menu .col-md-3:nth-of-type(4n+5) {
		clear: none;
	}
}
/*  3RD CHILD MEGA MENU*/
@media (min-width: 1200px) {
	.custom-megamenu .item-2 {
		position: relative;
	}
	.custom-megamenu .item-2 .mega-menu {
		width: 216px;
		left: 0%;
		margin: 0;
	}
	.custom-megamenu .item-2 .mega-menu .col-md-3 {
		float: right;
		width:100%;
	}
	.custom-megamenu .item-2 .mega-menu .col-md-3:nth-of-type(4n+5) {
		clear: none;
	}
}

/* expand text */
.press-expand {
    background: url('../images/expand.jpg');
    background-size: contain;
    width: 136px;
	margin-left: -25px;
	left: 50%;
    margin-bottom: 20px;
    height: 20px;
	bottom:5px;
}
.press-collapse {
    background: url('../images/collapse1.jpg');
    background-size: contain;
    width: 136px;
	margin-left: -68px;
	left: 50%;
    margin-bottom: 20px;
    height: 20px;
	bottom:5px;
	display: block;
}
.press-expand:hover{
	cursor: pointer;
}
.desc-cont2 {
	display: none;
}
.desc-content-expanded {
	display: inline;
}
.click-me {
    text-align: center;
}
.click-me:before {
	content: "View more " " \f107";
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	font-family:'Roboto', sans-serif, 'FontAwesome';
	font-size: 14px; 
	background-color: #A0B91C;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 20px;

}
.click-me-less:before {
	content: "View less " " \f106";
	margin-left: auto;
	margin-right: auto;
	font-family:'Roboto', sans-serif, 'FontAwesome';
	font-size: 14px; 
	width: 160px;
	background-color: #A0B91C;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 20px;
}
.gift-card-edit-wrapper {
	position: absolute;
    left: 0;
}
@media (max-width: 991px) {
	.gift-card-edit-wrapper {
		position:relative;
		margin-bottom: 16px;
	}
}
p#counter {
    padding-top: 6px;
}
.extra-options .option-description {
	display: block;
}
.extra-options .mobile-show {
		display: none;
	}
@media (max-width: 767px) {
	.extra-options .option-description {
		display: none;
	}
	.extra-options .mobile-show {
		display: block;
	}
}
