a, a:hover, a:visited, a:focus, a:active {
	color: #000;
}
a:hover {
	text-decoration: none;
}
body {
	font-family: 'Montserrat', sans-serif;
}
.prim-color {
	color: #19abd4;
}
.prim-color-bg {
	background-color: #19abd4;
}
select.form-control,
input.form-control,
textarea.form-control {
	border-color: #eae7e3;
    border-width: 3px;
    border-radius: 3px;
	color: #19abd4;
}
select.form-control,
input.form-control {
	height: 36px;
}
select.form-control {
	background-image: url(../images/dropdown-arrow.png);
	-webkit-appearance: none;
    -moz-appearance: none;
	background-repeat: no-repeat;
    background-position: 95% 12px;
}
.btn-success {
    background-color: #19abd4;
    border-color: #19abd4;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #299dbd;
    border-color: #299dbd;
}
#neto-dropdown .checkout,
.npopup-checkout {
    position: relative;
    padding-left: 38px;
}
#neto-dropdown .checkout:before,
.npopup-checkout:before {
    font-size: 23px;
    font-family: FontAwesome;
    content: "\f023";
    color: #fff;
    position: absolute;
    left: 14px;
    top: 0;
}
/* 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-thin{ 
	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-thin{ 
	padding-top: 10px;	
}
.padding-b-big{ 
	padding-bottom: 100px;	
}
.padding-b-med{ 
	padding-bottom: 50px;	
}
.padding-b-small{ 
	padding-bottom: 20px;	
}
.padding-b-thin{ 
	padding-bottom: 10px;	
}
@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-0 {
	padding:0px!important;
}
/* Pagination */
.pagination > li > a, 
.pagination > li > span {
    color: #4c4842;
    background-color: transparent;
    border: none;
    font-weight: 400;
    font-size: 18px;
}
.pagination > li > a > i {
	font-size: 20px;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    color: #19abd4;
    background-color: transparent;
    border-color: transparent;
}
/* HEADER */
.wrapper-header {
	background-image: url(../images/prim-bg.jpg);
}
.left-section-wrapper {
    padding-top: 20px;
}
.phone-wrapper p {
	font-size: 20px;
	font-weight: 600;
	color: #424242;
}
.phone-wrapper .fa-phone {
    background-color: #424242;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 6px;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
	margin-right: 10px;
}
.slogan-wrapper {
    padding-top: 22px;
}
.slogan-wrapper p {
	font-family: ;
	font-size: ;
	color: #424242;
}
.account-wrapper {
	float: right;
	padding-right: 0px;
}
.account-wrapper .nav .dropdown > a {
	padding-top: 20px;
}
.account-wrapper .nav .dropdown > a:hover {
	background: none;
}
.account-wrapper .nav .dropdown > a .fa {
	font-size: 22px;
    margin-right: 5px;
}
.account-wrapper .nav .dropdown > a span {
	color: #19abd4;
	text-transform: uppercase;
}
.cart-wrapper {
	text-align: right;
    width: auto;
    float: right;
}
.cart-wrapper .custom-icon {
	max-height: 24px;
}
.cart-wrapper #header-cart {
	margin-top: 11px;
	padding-bottom: 15px;
}
.cart-wrapper #header-cart > .btn {
	background: none;
	border-radius: 0px;
	border: none;
	position: relative;
}
.cart-wrapper #header-cart > .btn:hover {
	background: none;
	border: none;
}
.cart-wrapper #header-cart > .btn .qty-cart {
	position: absolute;
    border-radius: 50%;
    background-color: #19abd4;
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 2px;
    color: #fff;
    top: 2px;
    right: -3px;
    font-size: 12px;
    font-weight: 600;
}
.cart-wrapper #header-cart .dropdown-menu {
	margin: 0px;
}
.header-search {
	margin-top: 10px;
}
.header-search .input-group {
    background-color: rgba(78,72,69,0.12);
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #fff;
}
.header-search .form-control {
	background: none;
	border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	color: #000;
}
.header-search .submit-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 23px;
    padding: 0px;
}
.header-search .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.header-search .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.header-search .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.header-search .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.wrapper-menu {
	background-color: #19abd4;
}
.wrapper-menu .navbar {
	margin-bottom: 0px;
}
.wrapper-menu .main-menu-wrapper {
	background: none;
    border: none;
}
.wrapper-menu .main-menu-wrapper .main-menu-list {
	padding: 0px;
}
.main-menu-list > li > a {
	color: #fff!important;
	font-weight: 600;
    font-size: 16px;
	text-transform: uppercase;
}
.main-menu-list > li > a:hover {
	color: #fff!important;
	opacity: 0.9;
}
.info-boxes-wrapper {
	padding: 8px 0px;
}
.bottom-shadow img {
	width: 100%;
}
.info-boxes-wrapper .info-box img {
	margin-right: 12px;
}
.slogan-wrapper-mob {
	display: none;
}
.mobile-search-wrapper {
	display: none;
}
.main-menu-wrapper .list-social {
	float: right;
}
.main-menu-wrapper .list-social li {
	padding-left: 1px;
    padding-right: 1px;
}
.main-menu-wrapper .list-social li a {
	border-radius: 50%;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
    color: #19abd4;
    padding-top: 2px;
    border: 2px solid #fff;
}
.main-menu-wrapper .list-social li a:hover {
	color: #fff;
    background-color: #19abd4;
}

/* header responsive design */
@media screen and (max-width: 1200px) {
	.container {
		width: 100%!important;
	}
	.main-menu-wrapper .list-social {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.nMobileNav {
		display: block!important;
		margin-bottom: 0;
	}
	.main-menu-wrapper {
		width: 100%;
	}
	.navbar-header {
		width: 100%;
		padding: 6px 0px;
	}
	.navbar-nav .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
		display: block;
	}
	.cart-wrapper, .account-wrapper {
		display: none;
	}
	.navbar-collapse {
		border-top: none;
		margin: 0px -15px;
	}
	.navigation-list li a {
		color: #fff;
	}
	.header-search {
		display: none;
	}
	.left-section-wrapper {
		display: none;
	}
	.wrapper-logo {
		width: 100%;
		text-align: center;
	}
	.slogan-wrapper-mob {
		display: block;
		text-align: center;
	}
	.slogan-wrapper-mob a {
		display: block;
	}
	.info-boxes-wrapper {
		padding: 20px 0px;
	}
	.mobile-search-wrapper {
		max-height: 0px;
		height: auto;
		-webkit-transition: max-height 0.6s;
		transition: max-height 0.6s;
		display: block;
		overflow: hidden;
	}
	.mobile-search-wrapper-expanded {
		max-height: 52px;
		height: auto;
		-webkit-transition: max-height 0.6s;
		transition: max-height 0.6s;
	}
	.mobile-search-wrapper {
		float: left;
		background-image: url(../images/prim-bg.jpg);
		background-size: auto 100%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.mobile-search-wrapper .input-group .form-control {
		height: 50px;
		border-radius: 0;
		background: none;
		border: none;
	}
	.mobile-search-wrapper .input-group-btn .submit-button {
		height: 50px;
		border-radius: 0;
		background: none;
		padding: 6px 25px;
		border: none;
		border-left: 1px solid #ccc;
	}
	.mobile-search-wrapper .input-group-btn .submit-button .fa {
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.info-boxes-wrapper {
		padding: 10px 0px;
	}
	.info-box {
		font-size: 11px;
		position: relative;
		text-align: left!important;
		padding-left: 50px;
	}
	.info-boxes-wrapper .info-box img {
		margin-right: 12px;
		width: 20px;
		float: left;
		position: absolute;
		left: 14px;
		top: -2px;
	}
}
@media screen and (max-width: 767px) {
	.header-top {
		padding-bottom: 10px;
	}
	.logo {
		max-width: 80%;
	}
	.slogan-wrapper-mob {
		display: none;
	}
	.info-box {
		width: 33.3%;
		float: left;
		font-size: 10px;
		padding: 5px;
		padding-left: 46px;
	}
	.info-boxes-wrapper .info-box img {
		top: 2px;
	}
}
@media screen and (max-width: 630px) {
	.info-boxes-wrapper .info-box img {
		top: 8px;
	}
}
@media screen and (max-width: 425px) {
	.info-box {
		font-size: 9px;
		border-right: 1px solid #d0d0d0;
		padding-left: 38px;
	}
	.info-box:last-child {
		border-right: none;
	}
	.info-boxes-wrapper .info-box img {
		left: 10px;
		top: 7px;
	}
}
@media screen and (max-width: 358px) {
	.info-boxes-wrapper .info-box img {
		top: 12px;
	}
}

/*  mega menu */
.mega-menu {
	position: inherit!important;
}
.mega-menu > .dropdown-menu {
	width: 100%!important;
}
.mega-menu > .dropdown-menu {
    padding: 0 20px;
    padding-top: 10px;
	height: 674px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.mega-menu > .dropdown-menu > li {
	width: 12.6%;
    margin-right: 0.8%;
    margin-left: 0.8%;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #d8d8d8;
	text-align: center;
	overflow: hidden;
}
.mega-menu > .dropdown-menu > li a {
	display: inline-block;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    white-space: normal;
    vertical-align: middle;
    line-height: normal;
}
.mega-menu > .dropdown-menu > li a:hover, .mega-menu > .dropdown-menu > li a:focus  {
	background: none;
}
.mega-menu > .dropdown-menu > li a:hover {
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
	transform: scale(0.95);
	-ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
}
.mega-menu > .dropdown-menu > li a img {
	
}
.mega-menu > .dropdown-menu > li a span {
	display: none;
}
.mega-menu.brand-menu > .dropdown-menu > li:last-child a span {
	display: block;
}
.column-count-menu {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
	height: auto!important;
    overflow-y: auto!important;
	padding-bottom: 10px!important;
}
.top-category-wrapper {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	display: inline-block;
}
.top-category-wrapper li a {
	font-weight: 300;
	line-height: 1.8em;
}
.top-category-wrapper li a:hover {
	color: #19abd4;
}
.anchor-level1 {
    font-weight: 700!important;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
}
.second-level-col {
    list-style: none;
    padding: 0;
}
.visible-name > .dropdown-menu {
    height: auto!important;
    overflow-y: auto!important;
	padding-bottom: 10px!important;
	padding-top: 30px;
}
.visible-name > .dropdown-menu > li a {
	padding: 0px;
}
.visible-name > .dropdown-menu > li a span {
	display: block!important;
	font-size: 16px;
    font-weight: 700;
}
.visible-name > .dropdown-menu > li a img {
	width: 100%!important;
	margin-bottom: 25px;
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.visible-name > .dropdown-menu > li a:hover img {
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.visible-name > .dropdown-menu > li a:hover span {
	color: #19abd4;
}
.visible-name > .dropdown-menu > li {
	width: 15%;
	overflow: hidden;
}
.visible-name > .dropdown-menu > li a:hover {
	-webkit-transition: all 0.6s;
    transition: all 0.6s;
	transform: none;
	-ms-transform: none;
    -webkit-transform: none;
}
.menu-expander {
	display: none;
}
/*  mega-menu responsive design */
@media screen and (max-width: 1023px) {
	.wrapper-menu {
		padding: 0;
	}
	.wrapper-menu .main-menu-wrapper .main-menu-list {
		background-color: #fff;
		padding: 8px 15px;
		border-bottom: 1px solid #ccc;
		margin: 0px -15px;
	}
	.main-menu-list > li > a {
		color: #19abd4!important;
	}
	.dropdown > a .caret {
		display: none;
	}
	.navbar-nav > li {
		float: none;
	}
	.column-count-menu {
		-webkit-column-count: inherit;
		-moz-column-count: inherit;
		column-count: inherit;
	}
	.top-category-wrapper {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		margin-bottom: 4px;
		padding-bottom: 4px;
	}
	.top-category-wrapper > li {
		position: relative;
	}
	.top-category-wrapper > li > a {
		padding-right: 40px;
	}
	.top-category-wrapper li .menu-expander {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 40px;
		text-align: center;
		height: 25px;
		display: block;
	}
	.top-category-wrapper li .menu-expander .fa {
		font-size: 20px;
	}
	.top-category-wrapper li .menu-expander .fa-angle-up:before {
		content: "\f106"!important;
	}
	.second-level-col {
		overflow: hidden;
		max-height: 0;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}
	.second-level-col-expanded {
		height: auto;
		max-height: 2000px;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
		padding: 6px 0px;
	}
	.visible-name > .dropdown-menu {
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.visible-name > .dropdown-menu > li {
		text-align: left;
		margin: 0;
		width: 100%;
	}
	.visible-name > .dropdown-menu > li a img {
		display: none;
	}
	.visible-name > .dropdown-menu > li a span {
		color: #000;
		font-size: 14px;
	}
	/* .brand-menu {
		display: none!important;
	} */
	.mega-menu > .dropdown-menu > li {
		width: 100%;
		text-align: initial;
		margin: 0;
	}
	.mega-menu > .dropdown-menu > li a img {
		display: none;
	}
	.mega-menu > .dropdown-menu > li a span {
		display: block;
		color: #000;
		font-size: 14px;
		font-weight: 700;
	}
	.brand-menu > .dropdown-menu > li a {
		padding: 0px;
	}
}
@media screen and (max-width: 767px) {
	.top-category-wrapper li a {
		line-height: 2.2em;
	}
	.main-menu-list {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* Home page */
#n_home .bottom-shadow {
	display: none;
}
.slider-wrapper {
    padding-left: 0px;
    padding-right: 12px;
}
.main-banner-wrapper {
    padding-right: 0px;
    padding-left: 6px;
}
.slider-wrapper .carousel-caption {
	background-image: url(../images/badge-bg.png);
    width: 318px;
    height: 318px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: inherit;
    right: 10%;
    bottom: inherit;
    top: 50%;
    transform: translateY(-159px);
	-ms-transform:translateY(-159px);
    -webkit-transform:translateY(-159px);
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.slider-wrapper .carousel-caption h3 {
    width: 100%;
    font-size: 27px;
    text-shadow: none;
    color: #f39ac2;
}
.slider-wrapper .carousel-caption p {
	width: 100%;
    font-size: 45px;
    text-shadow: none;
    color: #19abd4;
    font-family: 'Baloo Paaji', cursive;
    line-height: 40px;
}
.slider-wrapper .carousel-caption p.call-to-action {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #424242;
}
.main-banner-wrapper .carousel-caption {
	bottom: inherit;
    top: 50%;
    font-family: 'Baloo Paaji', cursive;
    left: 15%;
    right: 15%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-banner-wrapper .carousel-caption h3 {
	font-size: 48px;
}
.main-banner-wrapper .carousel-caption p {
	font-size: 80px;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.main-banner-wrapper .carousel-caption p:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.main-banner-wrapper .carousel-caption p .btn {
	background: none;
    border-radius: 0px;
    border: 2px solid #fff;
    padding: 14px 64px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.brand-holder {
	padding: 0px 80px;
	position: relative;
	background-image: url(../images/prim-bg.jpg);
	margin-top: 15px;
}
.brand-wrapper {
	padding: 26px 0px;
}
.swiper-button-next, .swiper-button-prev {
	background: none;
}
.swiper-button-next {
	text-align: left;
}
.swiper-button-prev {
	text-align: right;
}
.swiper-button-next .fa, .swiper-button-prev .fa {
	font-size: 50px;
}
.brand-wrapper .swiper-slide {
	padding: 0px 40px;
}
.brand-wrapper .swiper-slide {
    filter: hue-rotate(188deg) sepia(50%) grayscale(70%);
	-webkit-filter: hue-rotate(188deg) sepia(50%) grayscale(70%);
	-moz-filter: hue-rotate(188deg) sepia(50%) grayscale(70%);
	-o-filter: hue-rotate(188deg) sepia(50%) grayscale(70%);
	-ms-filter: hue-rotate(188deg) sepia(50%) grayscale(70%);
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
	opacity: 0.5;
}
.brand-wrapper .swiper-slide:hover {
    filter: inherit;
	-webkit-filter: inherit;
	-moz-filter: inherit;
	-o-filter: inherit;
	-ms-filter: inherit;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
	opacity: 1;
}
/* slider & main banner responsive design */
@media screen and (max-width: 1665px) {
	.main-banner-wrapper .carousel-caption h3 {
		font-size: 32px;
	}
	.main-banner-wrapper .carousel-caption p {
		font-size: 50px;
	}
	.main-banner-wrapper .carousel-caption p .btn {
		font-size: 18px;
	}
}
@media screen and (max-width: 1280px) {
	.slider-wrapper .carousel-caption {
		width: 232px;
		height: 232px;
		transform: translateY(-116px);
		-ms-transform: translateY(-116px);
		-webkit-transform: translateY(-116px);
	}
	.slider-wrapper .carousel-caption h3 {
		top: 32%;
		font-size: 24px;
	}
	.slider-wrapper .carousel-caption p {
		top: 56%;
		font-size: 50px;
	}
	.brand-wrapper .swiper-slide {
		padding: 0px 20px;
	}
}
@media screen and (max-width: 1200px) {
	.main-banner-wrapper .carousel-caption {
		left: 8%;
		right: 8%;
	}
	.main-banner-wrapper .carousel-caption h3 {
		font-size: 32px;
	}
	.main-banner-wrapper .carousel-caption p {
		font-size: 42px;
	}
	.main-banner-wrapper .carousel-caption p .btn {
		font-size: 16px;
	}
	.brand-wrapper .swiper-slide {
		padding: 0px 15px;
	}
}
@media screen and (max-width: 1023px) {
	.brand-wrapper .swiper-slide {
		filter: inherit;
		-webkit-filter: inherit;
		-moz-filter: inherit;
		-o-filter: inherit;
		-ms-filter: inherit;
		-webkit-transition: all 0.6s; /* Safari */
		transition: all 0.6s;
		opacity: 1;
	}
}
@media screen and (max-width: 991px) {
	.slider-wrapper a > img {
		max-width: 127%!important;
		width: 127%;
		transform: translateX(-20%);
		-ms-transform: translateX(-20%);
		-webkit-transform: translateX(-20%);
	}
	.slider-wrapper .carousel-caption {
		right: 5%;
	}
	.main-banner-wrapper a img {
		max-width: 127%!important;
		width: 127%;
	}
	.main-banner-wrapper .carousel-caption h3 {
		font-size: 24px;
	}
	.main-banner-wrapper .carousel-caption p {
		font-size: 42px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.main-banner-wrapper .carousel-caption p .btn {
		padding: 8px 34px;
	}
	.brand-wrapper .swiper-slide {
		padding: 0px 5px;
	}
}
@media screen and (max-width: 767px) {
	.slider-wrapper a > img {
		max-width: 135%!important;
		width: 135%;
		transform: translateX(-25%);
		-ms-transform: translateX(-25%);
		-webkit-transform: translateX(-25%);
	}
	.slider-wrapper {
		padding-right: 0px;
		margin-bottom: 10px;
	}
	.main-banner-wrapper {
		padding-left: 0px;
		overflow: hidden;
	}
	.main-banner-wrapper a img {
		max-width: 100%!important;
	}
	.main-banner-wrapper .carousel-caption {
		top: 10%;
		-ms-transform: translateY(-16%);
		-webkit-transform: translateY(-16%);
		transform: translateY(-16%);
	}
	.brand-wrapper .swiper-slide {
		padding: 0px 10px;
	}
}
@media screen and (max-width: 525px) { 
	.main-banner-wrapper .carousel-caption {
		top: 18%;
	}
	.slider-wrapper .carousel-caption {
		width: 180px;
		height: 180px;
		-ms-transform: translateY(-90px);
		-webkit-transform: translateY(-90px);
		transform: translateY(-90px);
	}
	.slider-wrapper .carousel-caption h3 {
		top: 29%;
		font-size: 24px;
	}
	.slider-wrapper .carousel-caption p {
		top: 60%;
		font-size: 40px;
	}
}
@media screen and (max-width: 480px) { 
	.brand-wrapper .swiper-slide {
		padding: 0px 5px;
	}
}
@media screen and (max-width: 320px) { 
	.slider-wrapper .carousel-caption {
		width: 148px;
		height: 148px;
		transform: translateY(-74px);
		-ms-transform:translateY(-74px);
		-webkit-transform:translateY(-74px);
	}
	.slider-wrapper .carousel-caption {
		right: 7%;
	}
	.slider-wrapper .carousel-caption h3 {
		top: 25%;
		font-size: 22px;
	}
	.slider-wrapper .carousel-caption p {
		top: 65%;
		font-size: 34px;
	}
}
/* home page - dynamic content */
.carousel-caption {
    text-shadow: none;
}
.text-wrapper h2 {
	font-size: 52px!important;
	color: #626362!important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 46px;
}
.text-wrapper p {
	color: #828282;
    line-height: 1.8em;
}
@media screen and (max-width: 1023px) {
	.text-wrapper h2 {
		font-size: 40px!important;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.text-wrapper h2 {
		margin-top: 20px;
		font-size: 30px!important;
	}
}
@media screen and (max-width: 768px) {
	.text-wrapper h2 {
		margin-top: 20px;
		font-size: 26px!important;
	}
}
/* middle banners */
.mid-banners-wrapper {
    padding: 0 14px;
}
.left-mid-banner {
    padding-left: 0px;
    padding-right: 7px;
}
.right-mid-banner {
    padding-right: 0px;
    padding-left: 7px;
}
.left-mid-banner .carousel-caption {
	background-image: url(../images/mid-left-badge.png);
    width: 318px;
    height: 318px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: inherit;
    right: 10%;
    bottom: inherit;
    top: 50%;
    transform: translateY(-115px);
	-ms-transform:translateY(-115px);
    -webkit-transform:translateY(-115px);
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.left-mid-banner .carousel-caption h3 {
	width: 100%;
    font-size: 66px;
    text-shadow: none;
    color: #fff;
    font-family: 'Baloo Paaji', cursive;
    line-height: 50px;
}
.left-mid-banner .carousel-caption p {
    width: 100%;
    font-size: 26px;
    text-shadow: none;
    color: #fff;
}
.left-mid-banner .carousel-caption p:last-child {
	top: 68%;
    line-height: 1em;
}
.left-mid-banner .carousel-caption p:last-child .btn {
	background: none;
    border: none;
    color: #f39dc3;
    font-size: 70px;
    font-family: 'Baloo Paaji', cursive;
    line-height: 1em;
    padding: 0;
}
.right-mid-banner .carousel-caption {
	background-image: url(../images/mid-right-badge.png);
    width: 318px;
    height: 318px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: inherit;
    right: 10%;
    bottom: inherit;
    top: 50%;
    transform: translateY(-159px);
	-ms-transform:translateY(-159px);
    -webkit-transform:translateY(-159px);
    text-align: center;
}
.right-mid-banner .carousel-caption h3 {
	position: absolute;
    top: 28%;
    width: 100%;
    font-size: 57px;
    text-shadow: none;
    color: #d7be98;
    font-family: 'Baloo Paaji', cursive;
}
.right-mid-banner .carousel-caption p {
	position: absolute;
    top: 57%;
    width: 100%;
    font-size: 100px;
    text-shadow: none;
    color: #3f3526;
    transform: translateY(-47px);
	-ms-transform:translateY(-47px);
    -webkit-transform:translateY(-47px);
    font-family: 'Baloo Paaji', cursive;
    line-height: 1em;
}
/*  middle banners responsive design */
@media screen and (max-width: 1440px) {
	.left-mid-banner .carousel-caption {
		width: 260px;
		height: 260px;
		transform: translateY(-130px);
		-ms-transform: translateY(-130px);
		-webkit-transform: translateY(-130px);
	}
	.left-mid-banner .carousel-caption h3 {
		font-size: 40px;
	}
	.left-mid-banner .carousel-caption p {
		font-size: 20px;
	}
	.left-mid-banner .carousel-caption p:last-child .btn {
		font-size: 58px;
	}
	.right-mid-banner .carousel-caption {
		width: 260px;
		height: 260px;
		transform: translateY(-130px);
		-ms-transform: translateY(-130px);
		-webkit-transform: translateY(-130px);
	}
	.right-mid-banner .carousel-caption h3 {
		font-size: 48px;
	}
	.right-mid-banner .carousel-caption p {
		top: 60%;
		font-size: 87px;
	}
}
@media screen and (max-width: 1023px) {
	.left-mid-banner .carousel-caption {
		width: 200px;
		height: 200px;
		transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-webkit-transform: translateY(-100px);
	}
	.left-mid-banner .carousel-caption h3 {
		font-size: 34px;
		top: 28%;
	}
	.left-mid-banner .carousel-caption p {
		font-size: 18px;
		top: 62%;
	}
	.left-mid-banner .carousel-caption p:last-child {
		top: 75%;
	}
	.left-mid-banner .carousel-caption p:last-child .btn {
		font-size: 46px;
	}
	.right-mid-banner .carousel-caption {
		width: 200px;
		height: 200px;
		transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-webkit-transform: translateY(-100px);
	}
	.right-mid-banner .carousel-caption h3 {
		font-size: 42px;
		top: 26%;;
	}
	.right-mid-banner .carousel-caption p {
		top: 66%;
		font-size: 75px;
	}
}
@media screen and (max-width: 767px) {
	.left-mid-banner {
		width: 100%;
		padding-left: 7px;
		padding-right: 7px;
		margin-bottom: 14px;
	}
	.right-mid-banner {
		width: 100%;
		padding-left: 7px;
		padding-right: 7px;
	}
}
@media screen and (max-width: 425px) {
	.left-mid-banner .carousel-caption {
		width: 160px;
		height: 160px;
		transform: translateY(-80px);
		-ms-transform: translateY(-80px);
		-webkit-transform: translateY(-80px);
		right: 5%;
	}
	.left-mid-banner .carousel-caption h3 {
		font-size: 26px;
		top: 28%;
	}
	.left-mid-banner .carousel-caption p {
		font-size: 14px;
		top: 69%;
	}
	.left-mid-banner .carousel-caption p:last-child {
		top: 81%;
	}
	.left-mid-banner .carousel-caption p:last-child .btn {
		font-size: 36px;
	}
	.right-mid-banner .carousel-caption {
		width: 160px;
		height: 160px;
		transform: translateY(-80px);
		-ms-transform: translateY(-80px);
		-webkit-transform: translateY(-80px);
		right: 5%;
	}
	.right-mid-banner .carousel-caption h3 {
		font-size: 34px;
		top: 26%;
	}
	.right-mid-banner .carousel-caption p {
		top: 70%;
		font-size: 62px;
	}
}
/* small banners */
.small-banners-wrapper {
	padding-top: 14px;
}
.small-banner1 {
    padding-left: 0px;
    padding-right: 11px;
}
.small-banner2 {
    padding-left: 4px;
    padding-right: 7px;
}
.small-banner3 {
    padding-left: 7px;
    padding-right: 4px;
}
.small-banner4 {
    padding-left: 11px;
    padding-right: 0px;
}
.small-banner2 .carousel-caption {
	padding: 0px;
    top: 16%;
    bottom: inherit;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}
.small-banner2 .carousel-caption h3 {
	font-family: 'Baloo Paaji', cursive;
    font-size: 90px;
    line-height: 1em;
    margin: 0px;
}
.small-banner2 .carousel-caption p {
	font-family: 'Baloo Paaji', cursive;
    font-size: 90px;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    height: auto;
    letter-spacing: -5px;
    margin-bottom: 30px;
    margin-top: -20px;
}
.small-banner2 .carousel-caption p:last-child {
	font-family: 'Montserrat', sans-serif;
    letter-spacing: normal;
    line-height: 1em;
    font-size: inherit;
}
.small-banner2 .carousel-caption .call-to-action span {
	display: inline-block;
    border: 1px solid #fff;
    padding: 5px 10px;
}
.small-banner2 .carousel-caption p:last-child .btn {
	background: none;
    border-radius: 0px;
    border: 2px solid #fff;
    font-size: 26px;
    padding: 16px 40px;
}
.small-banner4 .carousel-caption {
	top: 50%;
    bottom: inherit;
    left: 0;
    right: 0;
    transform: translateY(-50%);
	-ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.small-banner4 .carousel-caption h3 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 100px;
    margin: 0;
    line-height: 90px;
}
.small-banner4 .carousel-caption p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 50px;
    color: #d9e8af;
	margin-bottom: 0px;
}
/* small banners responsive design */
@media screen and (max-width: 1650px) {
	.small-banner2 .carousel-caption {
		top: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.small-banner2 .carousel-caption p:last-child {
		margin-bottom: 0px;
	}
	.small-banner2 .carousel-caption h3 {
		font-family: 'Baloo Paaji', cursive;
		font-size: 60px;
		line-height: 1em;
		margin: 0px;
	}
	.small-banner2 .carousel-caption p {
		font-size: 60px;
		line-height: 1em;
		margin-bottom: 0;
		margin-top: 0;
	}
	.small-banner2 .carousel-caption p:last-child {
		margin-bottom: 0px;
		margin-top: 8px;
	}
	.small-banner2 .carousel-caption p:last-child .btn {
		background: none;
		border-radius: 0px;
		border: 2px solid #fff;
		font-size: 20px;
		padding: 10px 32px;
	}
	.small-banner4 .carousel-caption {
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.small-banner4 .carousel-caption h3 {
		font-size: 78px;
		line-height: 78px;
	}
	.small-banner4 .carousel-caption p {
		font-size: 38px;
	}
}
@media screen and (max-width: 1200px) {
	.small-banner2 .carousel-caption h3 {
		font-size: 50px;
	}
	.small-banner2 .carousel-caption p {
		font-size: 50px;
	}
	.small-banner2 .carousel-caption p:last-child .btn {
		font-size: 16px;
		padding: 8px 30px;
	}
	.small-banner4 .carousel-caption h3 {
		font-size: 68px;
		line-height: 69px;
	}
	.small-banner4 .carousel-caption p {
		font-size: 32px;
	}
}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 991px) {
	.small-banner2 .carousel-caption h3 {
		font-size: 38px;
	}
	.small-banner2 .carousel-caption p {
		font-size: 38px;
	}
	.small-banner2 .carousel-caption p:last-child .btn {
		font-size: 14px;
		padding: 6px 26px;
	}
	.small-banner4 .carousel-caption h3 {
		font-size: 54px;
		line-height: 54px;
	}
	.small-banner4 .carousel-caption p {
		font-size: 26px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 767px) {
	.small-banner1 {
		padding-left: 0px;
		padding-right: 7px;
		width: 50%;
	}
	.small-banner2 {
		padding-left: 7px;
		padding-right: 0px;
		width: 50%;
	}
	.small-banner3 {
		padding-left: 0px;
		padding-right: 7px;
		width: 50%;
		margin-top: 14px;
	}
	.small-banner4 {
		padding-left: 7px;
		padding-right: 0px;
		margin-top: 14px;
		width: 50%;
	}
	.small-banner2 .carousel-caption h3 {
		font-size: 66px;
	}
	.small-banner2 .carousel-caption p {
		font-size: 66px;
	}
	.small-banner2 .carousel-caption p:last-child {
		margin-bottom: 0px;
		margin-top: 12px;
	}
	.small-banner2 .carousel-caption p:last-child .btn {
		font-size: 16px;
		padding: 10px 32px;
	}
	.small-banner4 .carousel-caption h3 {
		font-size: 80px;
		line-height: 80px;
	}
	.small-banner4 .carousel-caption p {
		font-size: 38px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 600px) {
	.small-banner2 .carousel-caption h3 {
		font-size: 40px;
	}
	.small-banner2 .carousel-caption p {
		font-size: 40px;
	}
	.small-banner2 .carousel-caption p:last-child {
		margin-bottom: 0px;
		margin-top: 4px;
	}
	.small-banner2 .carousel-caption p:last-child .btn {
		font-size: 14px;
		padding: 8px 20px;
	}
	.small-banner4 .carousel-caption h3 {
		font-size: 60px;
		line-height: 60px;
	}
	.small-banner4 .carousel-caption p {
		font-size: 30px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 425px) {
	.small-banner2 .carousel-caption h3 {
		font-size: 32px;
	}
	.small-banner2 .carousel-caption p {
		font-size: 32px;
		letter-spacing: -2px;
	}
	.small-banner2 .carousel-caption p:last-child {
		margin-bottom: 0px;
		margin-top: 4px;
	}
	.small-banner2 .carousel-caption p:last-child .btn {
		font-size: 14px;
		padding: 5px 14px;
	}
	.small-banner4 .carousel-caption h3 {
		font-size: 40px;
		line-height: 40px;
	}
	.small-banner4 .carousel-caption p {
		font-size: 20px;
		margin-bottom: 0px;
	}
}
.thumbnails-container {
	background: #f3f3f3; /* Old browsers */
	background-image: url(../images/top-gradient.jpg),url(../images/bottom-gradient.jpg);
	background-repeat: no-repeat;
    background-position: top center,bottom center;
    background-size: 100% auto;
    padding-bottom: 30px;
}
/* top sellers section */
.top-sellers-wrapper {
	float: left;
	width: 100%;
}
.top-sellers-wrapper h2 {
	color: #50b3d8;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 40px;
}
.top-sellers-wrapper h2 img {
	margin-top: -10px;
	opacity: 0.65;
}
.thumbnail {
	border: none;
    background-color: #fff;
	margin-bottom: 10px;
}
.thumbnail .caption {
    text-align: center;
}
.thumbnail h3 a {
	color: #616161;
	font-size: 14px;
}
.caption .price {
    font-size: 21px;
    height: auto;
    font-weight: 700;
    color: #19abd4;
}
@media screen and (max-width: 1024px) {
	.top-sellers-wrapper h2 {
		font-size: 30px;
	}
	.top-sellers-wrapper h2 img {
		width: 35px;
		margin-top: -9px;
	}
}
@media screen and (max-width: 768px) {
	.top-sellers-wrapper h2 {
		font-size: 24px;
	}
	.top-sellers-wrapper h2 img {
		width: 30px;
		margin-top: -9px;
	}
}
/* PRODUCTS - THUMBs*/
.ts-thumb-holder {
	font-family: "Baloo Paaji", cursive;
    position: relative;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: none;
	margin-top: 5px;
}
.ts-thumb-holder .caption {
	text-align: center;
	width: 85%;
    margin: 0 auto;
}
.ts-thumb-holder .caption h3 {
	display: inline-block;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    margin: 0;
    line-height: 21px;
    min-height: 71px;
    margin-top: 0px;
    height: auto;
	font-family: 'Montserrat', sans-serif;
	color: #4c4842;
	font-size: 14px;
}
.ts-thumb-holder .caption h3 a {
	color: #4c4842;
}
.ts-thumb-holder .caption h3 a:hover {
	text-decoration: none;
}
.ts-thumb-holder .caption .thumb-price-wrapper {
	text-align: center;
}
.ts-thumb-holder .thumb-price-wrapper .price {
	padding-top: 10px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.ts-thumb-holder .thumb-price-wrapper .price span {
	color: #19abd4;
    font-size: 18px;
}
.ts-thumb-holder .btns-wrapper {
	position: absolute;
    width: 100%;
    z-index: 9999;
    bottom: 168px;
	left: 0;
	max-height: 0px;
	height: auto;
	overflow: hidden;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	text-align: center;
}
.ts-thumb-holder .form-inline {
	display: inline-block;
}
.ts-thumb-holder:hover .btns-wrapper {
	max-height: 50px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.ts-thumb-holder .btns-wrapper .btn {
	background-color: #FFFFFF;
    border-radius: 50%;
    color: #19abd4;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 10px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	display: inline-block;
    width: auto;
    margin: 0 auto;
    border: 2px solid #19abd4;
	max-height: 0px;
	width: 43px;
    height: 43px;
}
.fa.fa-spinner {
	z-index: 9999999;
}
.ts-thumb-holder:hover .btns-wrapper .btn {
	max-height: 50px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.ts-thumb-holder .btns-wrapper .btn.notify_popup {
	background: #f1033f;
    color: #fff;
    border-color: #fff;
    padding: 10px 4px;
    font-size: 9px;
}
.ts-thumb-holder .btns-wrapper .btn.notify_popup .out-of-stock {
    display: block;
    height: 100%;
    white-space: initial;
    line-height: 10px;
}
.ts-thumb-holder:hover .btns-wrapper .btn .fa-list {
    margin-top: 2px;
}
.ts-thumb-holder:hover .btns-wrapper .btn:hover {
	border: 2px solid #fff;
	color: #fff;
	background-color: #19abd4;
}
.ts-thumb-holder .btns-wrapper .btn .fa {
	font-size: 18px;
}
.ts-thumb-holder .review-wrap {
	min-height: 20px;
	margin-bottom: 5px;
}
.ts-thumb-holder .review-wrap, .ts-thumb-holder .review-wrap .text-muted {
	color: #19abd4;
}
.ts-thumb-holder:hover .review-wrap, .ts-thumb-holder:hover .review-wrap .text-muted {
	color: #fff;
}
.ts-thumb-holder:hover .product-meta {
	background-color: #19abd4;
}
.ts-thumb-holder .product-meta {
	position: relative;
}
.ts-thumb-holder .product-meta:before {
    background-color: #ffffff;
    border-top-left-radius: 268px 70px;
    border-top-right-radius: 268px 70px;
    top: -35px;
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;
	opacity: 0;
}
.ts-thumb-holder:hover .product-meta:before {
    background-color: #19abd4;
	opacity: 1;
}
.ts-thumb-holder:hover .caption h3 {
	color: #fff;
}
.ts-thumb-holder:hover .thumb-price-wrapper .price span {
	color: #fff;
}
.ts-thumb-holder:hover .caption {
	border-color: #fff;
}
.product-wishlist-holder {
	z-index: 9999;
	display: inline-block;
}
.ts-thumb-holder:hover .btns-wrapper .product-wishlist-holder {
	max-height: 50px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.product-wishlist-holder .wishlist-icon {
    width: auto;
    display: inline-block;
    border-radius: 50%;
	padding: 10px 10px;
    border: 2px solid #19abd4;
}
.product-wishlist-holder .wishlist-icon span {
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	display: block;
	margin-top: 2px;
}
.product-wishlist-holder .wishlist-icon span .fa-heart {
	font-size: 22px;
	color: #19abd4;
}
.ts-thumb-holder:hover .btns-wrapper .product-wishlist-holder .wishlist-icon:hover {
	background-color: #19abd4;
	border-color: #fff;
}
.ts-thumb-holder:hover .btns-wrapper .product-wishlist-holder .wishlist-icon:hover span .fa-heart {
	color: #fff;
	border-color: #fff;
}
/* .ts-thumb-holder span.product-label.ribbon {
    position: absolute;
    top: 0;
    right: 0;
	color: #fff;
    background: #8cbe4e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
} */
.savings-container {
	top: 4px;
}
.ts-thumb-holder, .label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400!important;
    font-size: 10px;
    padding: 6px 10px;
}
.label-warning {
    background-color: #f5499f;
}
.btns-wrapper .btn-quick-view {
    background-color: #fff;
    box-shadow: none;
    border: 2px solid #19abd4;
    border-radius: 50%;
    width: 43px;
    height: 43px;
}
.btns-wrapper .btn-quick-view .fa-eye {
    font-size: 18px;
    color: #19abd4;
}
.btns-wrapper .btn-quick-view:hover {
	background-color: #19abd4;
	border-color: #fff;
}
.btns-wrapper .btn-quick-view:hover .fa-eye {
	color: #fff;
	border-color: #fff;
}
.wrapper-thumbnail {
	float: left;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
@media screen and (max-width: 1023px) {
	.ts-thumb-holder .btns-wrapper {
		position: relative;
		bottom: inherit;
		max-height: 100px;
		height: auto;
		text-align: center;
		padding: 16px 0px;
	}
	.ts-thumb-holder .btns-wrapper .btn {
		max-height: 100px;
	}
	.product-wishlist-holder {
		margin-left: 18px;
	}
	.ts-thumb-holder:hover .btns-wrapper {
		max-height: 75px;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
	}
	.btns-wrapper .btn-quick-view { 
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.one-thumb {
		float: left;
	}
	.ts-thumb-holder .caption {
		padding: 0;
		width: 100%;
		margin-top: 5px;
	}
	.ts-thumb-holder .caption h3 {
		height: 4em;
		font-weight: bold;
		font-size: 14px;
		line-height: 15px;
		min-height: auto;
	}
	.ts-thumb-holder, .label {
		font-size: 8px;
		padding: 6px 8px;
	}
}
@media screen and (max-width: 500px) {
	.one-thumb { 
		width: 100%;
	}
	.ts-thumb-holder .caption h3 {
		font-size: 13px;
	}
}
@media screen and (max-width: 375px) {
	.ts-thumb-holder .caption h3 {
		font-weight: 400;
		font-size: 11px;
		line-height: 15px;
		min-height: auto;
	}
	.ts-thumb-holder, .label {
		font-size: 8px;
		padding: 6px 4px;
	}
}
/* instagram section - home page */
.instagram-wrapper {
	float: left;
}
.instagram-wrapper h2 {
    color: #50b3d8;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 40px;
}
.instagram-wrapper h2 .fa {
    background-color: #4c4842;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    width: 55px;
    margin-right: 10px;
}
#instafeed a {
	display: inline-block;
	width: 12.5%;
}
#instafeed a img {
	width: 100%;
    border: 1px solid #d0d0d0;
    border-left: none;
    border-top: none;
}
@media screen and (max-width: 1024px) {
	.instagram-wrapper h2 {
		font-size: 30px;
	}
	.instagram-wrapper h2 .fa {
		width: 50px;
	}
}
@media screen and (max-width: 768px) {
	.instagram-wrapper h2 {
		font-size: 24px;
	}
	.instagram-wrapper h2 .fa {
		width: 46px;
	}
}
@media screen and (max-width: 580px) {
	.instagram-wrapper h2 {
		font-size: 16px;
	}
	.instagram-wrapper h2 .fa {
		width: 44px;
		font-size: 22px;
	}
}
/* suscribe section */
.subscribe-wrapper {
	
}
.subscribe-wrapper h2 {
	font-size: 39px;
	font-weight: 700;
	text-align: center;
    margin-bottom: 24px;
}
.subscribe-wrapper p {
	text-align: center;
}
.subscribe-wrapper form {
    width: 410px;
    margin: 0 auto;
    margin-top: 60px;
}
.subscribe-wrapper form .custom-input {
	height: 54px;
	border-radius: 14px;
}
.subscribe-wrapper form .custom-btn {
	height: 54px;
	padding: 6px 45px;
	border-radius: 14px;
	background-color: #6ebbdc;
	color: #fff;
	font-weight: 700;
	border: 1px solid #6ebbdc;
	font-size: 18px;
}
.subscribe-wrapper form .custom-btn:hover {
	border: 1px solid #6ebbdc;
}
.subscribe-wrapper form .custom-input:focus {
    border-color: #6ebbdc;
    outline: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
@media screen and (max-width: 767px) {
	.subscribe-wrapper h2 { 
		font-size: 28px;
	}
	.subscribe-wrapper form {
		width: 368px;
		margin-bottom: 20px;
	}
	.subscribe-wrapper form .custom-btn {
		padding: 6px 24px;
		font-size: 16px;
	}
}
@media screen and (max-width: 425px) {
	.subscribe-wrapper h2 { 
		font-size: 22px;
	}
	.subscribe-wrapper form {
		width: 280px;
		margin-top: 34px;
		margin-bottom: 20px;
	}
	.subscribe-wrapper form .custom-btn {
		padding: 6px 14px;
		font-size: 15px;
	}
}
/* CATEGORY PAGE */
.subcategories {
	text-align: center;
}
.subcategories .subcategory-icon-wrapper {
	float: none;
    display: inline-block;
	width: 12%;
	padding: 0 5px; 
}
.subcategories .subcategory-icon-wrapper .img-holder {
	overflow: hidden;
}
.subcategories .subcategory-icon-wrapper .img-holder img {
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	margin: 0 auto;
}
.subcategories .subcategory-icon-wrapper .img-holder img:hover {
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.subcategory-icon-wrapper p {
	font-size: 13px;
}
.subcategory-icon-wrapper p a {
	color: #000;
}
.subcategory-icon-wrapper p a:hover {
	color: #d4bd9e;
}
.category-header {
	background-image: url(../images/cat-title-line.png);
	text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 14px;
	border: none;
	margin-top: 24px;
	font-size: 26px;
    font-weight: bold;
}
.n-responsive-content.cat-description {
	width: 80%;
    margin-left: 10%;
}
.n-responsive-content.cat-description p,
.n-responsive-content.cat-description span,
.n-responsive-content.cat-description strong {
	font-weight: 300!important;
	font-size: 14px!important;
	color: rgb(51, 51, 51)!important;
}
.sort_container {
    margin-top: 30px;
}
/* category page responsive design */
@media screen and (max-width: 991px) {
	.subcategories .subcategory-icon-wrapper {
		width: 16%;
	}
	.n-responsive-content.cat-description {
		width: 96%;
		margin-left: 2%;
	}
}
@media screen and (max-width: 767px) {
	.category-header {
		background: none;
	}
	.subcategory-icon-wrapper p {
		font-size: 11px;
		font-weight: 300;
	}
}
@media screen and (max-width: 550px) {
	.subcategories .subcategory-icon-wrapper {
		width: 25%;
	}
}
@media screen and (max-width: 425px) {
	.subcategories .subcategory-icon-wrapper {
		width: 33.333%;
	}
}
/*  FOOTER */
.wrapper-footer {
	background-image: url(../images/prim-bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.footer-menu-wrapper {
	width: 62%;
}
.one-footer-menu {
	
}
.one-footer-menu h4 {
	color: #4c4842;
	font-weight: 700;
	font-size: 18px;
    margin-bottom: 18px;
	text-transform: uppercase;
}
.one-footer-menu ul {
	
}
.one-footer-menu li {
	
}
.one-footer-menu  li a {
	color: #4c4842;
	padding: 4px 15px;
	font-weight: 300;
}
.one-footer-menu  li a:hover {
	color: #19abd4;
	background: none;
}
.footer-right-section {
	width: 38%;
}
.footer-social-wrapper h4, .payment-opt-wrapper h4 {
	color: #4c4842;
	font-weight: 700;
	font-size: 18px;
    margin-bottom: 18px;
	text-transform: uppercase;
}
.payment-opt-wrapper p img {
	max-width: 100%;
} 
.payment-opt-wrapper .one-payment-icon {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-social-wrapper .list-social {
	margin-bottom: 0;
}
.footer-social-wrapper .list-social li {
	padding-left: 3px;
    padding-right: 3px;
}
.footer-social-wrapper li a {
	border-radius: 50%;
    background-color: #6ebbdc;
    width: 35px;
    height: 35px;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding-top: 2px;
	border: 1px solid #6ebbdc;
}
.footer-social-wrapper li a:hover {
	color: #6ebbdc;
    background-color: #fff;
}
.atam-wrapper img {
    width: 70%;
	margin-top: 10px;
}
#eWAYBlock img {
	width: 60%;
}
.payment-opt-wrapper img {
	max-width: 70%;
}
.copyright-info address {
	margin-bottom: 0px;
}
.designed-by {
    margin-top: 15px;
    font-size: 12px;
    color: #4c4842;
}
@media screen and (max-width: 991px) {
	.wrapper-footer {
		background-image: url(../images/footer-bg-mobile.jpg);
		background-size: 100% 100%;
		padding-top: 50px;
	}
	.footer-menu-wrapper {
		width: 100%;
		text-align: center;
	}
	.footer-right-section {
		width: 100%;
		margin-top: 42px;
		text-align: center;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.one-footer-menu {
		margin-bottom: 32px;
	}
	.one-footer-menu h4 {
		margin-bottom: 10px;
	}
	.footer-right-section {
		margin-top: 15px;
	}
	.payment-opt-wrapper {
		margin-top: 40px;
	}
	.footer-social-wrapper {
		padding-left: 0;
		padding-right: 0px;
	}
}
/* Brands page */
.brands-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.brands-box .brand-name {
    margin-top: 5px;
	height: 38px;
    overflow: hidden;
}
/* Breadcrumb */
.breadcrumb {
	background: none;
}
.breadcrumb span {
    font-size: 12px;
    color: #87827a;
}
.breadcrumb li:last-child span {
	color: #19abd4;
}
/* Product page */
.product-upper-section {
	background: #fff;
}
.product-content-right #_jstl__header,
.product-content-right>form,
.product-content-right #_jstl__buying_options {
	background: #f4f4f4;
}
.product-content-right #_jstl__header {
	padding: 30px 30px 0 30px;
}
.product-content-right #_jstl__buying_options {
	padding: 0 30px 30px 30px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.wrapper-product-title .product-title {
	font-size: 30px;
    font-weight: bold;
}
.rating-box {
	font-size: 22px;
	color: #4c4842;
}
._itmspec_listopt {
    padding-left: 30px;
	padding-right: 30px;
}
#_jstl__header .brand-image {
	mix-blend-mode: multiply;
}
.variation-wrapper {
	background: #f4f4f4;
	padding-top: 25px;
}
.wrapper-pricing {
    margin-bottom: 20px;
}
.productpricetext {
    color: #19abd4;
}
.buying-options .qty {
	border-color: #eae7e3;
    border-width: 3px;
    border-radius: 3px;
	color: #000;
	height: 47px;
}
.buying-options .qty::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    cursor:pointer;
    display:block;
    width:8px;
    text-align:center;
    position:relative;
}
.buying-options .qty:hover::-webkit-inner-spin-button { 
    background: #eee url('../images/input-number-arrows.png?1') no-repeat 50% 50%;  
    width: 15px;
    height: 22px;
    position: relative;
    right: 4px;
}
.buying-options .addtocart,
.buying-options .notifyme {
    background: #8cc13f;
    color: #fff;
    text-transform: lowercase;
    border-radius: 22px;
	font-size: 16px;
	padding: 12px 18px;
}
.buying-options a.wishlist_toggle {
    display: inline-block;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    float: left;
    margin-left: 7px;
    margin-top: 10px;
    color: #df70a8;
    font-weight: 600;
    font-size: 12px;
}
a.wishlist_toggle img {
	vertical-align: top;
	width: 30px;
	margin-right: 5px;
}
.sharebox a {
    font-size: 20px;
    margin-left: 15px;
}
.collapsable-details .panel-heading {
    position: relative;
	padding-left: 0;
}
.collapsable-details .panel-heading>a>i {
    position: absolute;
    right: 35px;
    top: 15px;
    color: #000;
}
.productdetails p:first-child {
    margin-bottom: 10px;
    font-size: initial;
    font-weight: initial;
    line-height: initial;
}
.productdetails p,
.productdetails span,
.productdetails strong,
.productdetails li {
	font-size: 14px!important;
}
.productdetails img {
	max-width: 100%;
	height: auto!important;
}
#accordion .panel-title {
	font-size: 18px;
}
#accordion .panel-body iframe {
	width: 100%;
}
.related-title {
	margin: 50px 0 35px 0;
}
@media (max-width: 992px) {
	.wrapper-product-title .product-title {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.rating-box {
		font-size: 16px;
	}
}
/* Npopup quick view style */
/* #n_category .npopup {
	width: 800px !important;
}
#n_category .npopup .modal-header {
	padding: 0;
	border-bottom: 0;
}
#n_category .npopup .extra-options .table,
#n_category .npopup .sharebox,
#n_category .npopup .product-image-small,
#n_category .npopup .collapsable-details {
	display: none;
} */
/* Cart page */
#n_checkout #main-content {
    min-height: 675px;
}
#n_checkout .item {
    padding: 5px 0;
}
#n_checkout .item-heading {
    padding-bottom: 6px;
    border-top: 1px solid #dddddd;
    padding-top: 6px;
}
#n_checkout .item, 
#n_checkout .item-heading {
    border-bottom: 1px solid #dddddd;
}
.qty-price-del-wrap {
    padding-top: 15px;
}
.quantity-label-cart {
    text-align: right;
    padding: 0px!important;
    font-weight: 500;
}
.price-label-cart {
    font-weight: 500;
}
#n_checkout .description-info {
    padding-top: 10px;
}
#n_checkout .description-info h4 {
    font-size: 15px;
    color: #333;
}
#n_checkout .description-info .details {
    color: #332F21;
    font-size: 13px;
    font-style: italic;
}
#n_checkout .cart-qty {
    width: 60%;
    margin-left: 20%;
    text-align: center;
}
.cart-item-price h4 {
    margin-top: 5px;
    font-size: 17px;
}
#n_checkout .remove-button {
    font-size: 18px;
    color: #cc0068;
}
#upsellcartform {
	float: left;
	width: 100%;
}
.extra-options-container {
	border-bottom: 1px solid #ddd;
}
.extra-options-container:last-child {
	border: 0;
}
@media (max-width: 992px) {
	#n_checkout .qty-price-del-wrap {
		padding-top: 35px;
	}
	._cpy_thirdparty_btn {
		margin-bottom: 15px;
		display: block;
	}
}
@media (max-width: 767px) {
	#n_checkout .image .img-responsive {
		margin: 0 auto;
		width: 42%;
	}
	#n_checkout .description-info h4 {
		text-align: center;
	}
	.cart-item-buttons .btn {
		padding: 12px;
	}
}