body {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
@media only screen  
and (max-width:991px) {
	h1 {
		font-size: 32px;
	}
}
@media only screen  
and (max-width:768px) {
	h3 {
		font-size: 20px;
	}
}
/* 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: 23px;
}
.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:992px) { 
	/* 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;
}
.btn,
.form-control,
.dropdown-menu,
.panel,
.panel-heading,
.n-wrapper-form-control select, input, .navbar {
	border-radius: 0;
}
*:focus {
    box-shadow: none;
    outline: 0;
}
@media screen and (max-width: 1199px) {
	.container {
		width: 100%;
	}
}
div#main-content {
    min-height: 700px;
}
/* header */
.wrapper-header {
    background: black;
}
@media screen and (min-width: 1199px) {
	.header-top-position {
		top: -156px;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		transition: all 1s ease;
	}
	.sticky {
		background: black;
		position: fixed!important;
		width: 100%!important;
		z-index: 1000!important;
		top: 0px;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		transition: all 1s ease;
	}
	.sticky .top-bar-text {
		display: none!important;
	}
	.sticky .wrapper-logo img {
		max-width: 82%!important;
	}
	.header-search input {
		background: black;
		border: 1px solid #505050;
	}
}
.fixed-social-holder {
	display: none;
}
#n_home .fixed-social-holder {
	display: block;
	position: absolute;
	right: 5px;
    top: 100px;
	z-index: 99;
}
.fixed-social-holder ul {
    margin-left: 0px;
    width: 50px;
    text-align: center;
}
.fixed-social-holder ul li {
	margin-bottom: 12px;
	border: 2px solid #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.fixed-social-holder a {
	color: #fff;
}
.fixed-social-holder ul li:hover {
	border: 2px solid #d0b793;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition:  all 0.6s;
	-o-transition: all 0.6s;
	transition:  all 0.6s;
}
.fixed-social-holder ul li:hover > a {
	color: #d0b793;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition:  all 0.6s;
	-o-transition: all 0.6s;
	transition:  all 0.6s;
}
.fixed-social-holder a .fa {
	font-size: 22px;
}
.wrapper-header > .row:first-child {
	display: block;
}
.wrapper-logo {
    padding: 0px;
    padding-top: 20px;
	    padding-bottom: 10px;
}
.wrapper-logo img {
	max-width: 100%;
}
.navigation-wrapper {
	background: none;
	border: none;
	padding-top: 0px;
	min-height: inherit;
    margin-bottom: 0px;
}
.main-menu-holder > li {
	padding-bottom: 10px;
}
.main-menu-holder > li > a {
    font-weight: 400;
    color: #fff!important;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 2s;
    transition: all 2s;
    letter-spacing: 1px;
    font-family: montserrat;
	padding-top: 10px;
}
.main-menu-holder > li > a:hover {
	color: #158bec!important;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
.main-menu-holder > li > .dropdown-menu {
	padding: 30px;
    border-top: 3px solid #46aadb;
    background-color: rgb(0, 40, 74);
    min-width: 240px;
    padding-top: 15px;
}
.main-menu-holder > li > .dropdown-menu > li {
	text-transform: uppercase;
}
.main-menu-holder > li > .dropdown-menu > li a {
	color: #1eb3ff;
	padding: 3px 0px!important;
}
.main-menu-holder > li > .dropdown-menu > li a:hover {
	background: none;
	color: #a4a4a4;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
.main-menu-holder > li > .dropdown-menu > li > a {
	margin-bottom: 10px;
	margin-top: 10px;
}
.main-menu-holder > li > .dropdown-menu > li:last-child > a {
	margin-bottom: 0px;
}
.main-menu-holder {
    width: auto!important;
}
.top-bar-text {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: montserrat;
    color: #2a97d2;
    text-align: center;
    background: #191919;
    padding: 3px;
	width: 100%;
    display: inline-block;
}
/*  mega menu */
.main-menu-holder {
	position: relative;
	width: 100%;
}
.mega-menu {
	position: initial!important;
}
.mega-menu > ul {
	width: 100%;
    padding: 30px;
    border-top: 3px solid #ceb791;
	background-color: rgba(34,34,34,0.92);
}
.mega-menu > ul > li {
	float: left;
	width: 31%;
    margin-right: 2.3%;
	text-transform: uppercase;
}
.mega-menu > ul > li > a {
	color:  #ceb791;
	padding: 3px 0px!important;
}
.mega-menu > ul > li > a:hover {
	background: none;
	color: #a4a4a4;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
.mega-menu > ul > li > ul {
    display: block;
    position: relative;
    left: 0;
    width: auto;
	border: none;
    box-shadow: none;
    margin-top: 0px;
	background: none;
}
.mega-menu ul li > ul > li {
	width: 100%;
	text-transform: none;
}
.mega-menu ul li > ul > li a {
	padding: 3px 0px!important;
	color: #a4a4a4!important;
}
.mega-menu ul li > ul > li a:hover {
	color: #fff!important;
	background: none;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
.mega-menu .menu-advert {
	position: relative;
    margin-top: 10px;
    width: 100%;
}
/* header icons - search / user / cart */
.icon-header-wrapper {
    padding-top: 20px;
	width: auto;
	padding-left: 0;
    padding-right: 15px;
}
.icon-header-wrapper .icon-header:last-child {
	margin-right: 0px;
}
.icon-header-holder {
	float: left;
	padding: 0px 10px;
	position: relative;
	text-align: left;
	padding-bottom: 14px;
}
.header-search {
    width: 270px;
    padding: 0;
    overflow: hidden;
    margin: 0;
	position: absolute;
    right: 0px;
	top: -4px;
	-webkit-transition: width 0.6s; /* Safari */
    transition: width 0.6s;
}
.search-holder:hover .header-search {
    width: 270px;
    top: -4px;
	-webkit-transition: width 0.6s; /* Safari */
    transition: width 0.6s;
}
.search-holder .search-button {
	padding: 0px;
	border: none;
	z-index: 9;
    position: relative;
}
.search-holder .search-button {
	background: none;
	color: inherit;
	opacity: 1;
}
.header-search .input-group {
	display: block;
}
.header-search .search-input:focus {
	border-color: #ccc;
}
.header-search .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-weight: 300;
}
.header-search .search-input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-weight: 300;
}
.header-search .search-input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-weight: 300;
}
.header-search .search-input:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-weight: 300;
}
.header-search .form-control {
    color: #d7d7d7;
}
.user-holder {
	padding-bottom: 14px;
}
.user-holder .account-menu-holder {
	display: block;
    border-top: 3px solid #1e77d5;
	opacity: 0;
	height: 0px;
	overflow-y: hidden;
	top: 150px;
    padding: 0;
    margin: 0;
    line-height: 0;
    border: none;
	background-color: rgba(34,34,34,0.92);
	right: -100%;
}
.user-holder:hover .account-menu-holder {
	zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
	height: auto;
	top: 100%;
    border-top: 3px solid #1e77d5;
    padding: 30px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition:  all 0.6s;
	-o-transition: all 0.6s;
	transition:  all 0.6s;
}
.account-menu-holder li a {
	padding: 3px 0px;
	color: #a4a4a4!important;
}
.account-menu-holder li a:hover, .account-menu-holder li a:focus, .account-menu-holder li a:active, .account-menu-holder li a:visited {
	background: none;
	color: #fff!important;
} 
.account-menu-holder li:first-child a {
	padding-top: 0px;
}
.account-menu-holder li:last-child a {
	padding-bottom: 0px;
}
.cart-dropdown-holder .right .title {
	height: auto;
}
.cart-dropdown-holder #cartcontents > .small {
	color: #fff;
}
.cart-holder .cart-dropdown-holder {
	display: block;
    border-top: 3px solid #1e77d5;
	opacity: 0;
	height: 0px;
	overflow-y: hidden;
	top: 150px;
    padding: 0;
    margin: 0;
    /* line-height: 0; */
    border: none;
	background-color: rgba(34,34,34,0.92);
	right: -100%;
}
.cart-holder:hover .cart-dropdown-holder {
	zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
	height: auto;
	top: 100%;
	right: 0px;
    border-top: 3px solid #319edc;
    padding: 30px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition:  all 0.6s;
	-o-transition: all 0.6s;
	transition:  all 0.6s;
}
.cart-dropdown-holder li a {
	padding: 3px 0px;
	color: #a4a4a4!important;
}
.cart-dropdown-holder li a:hover, .cart-dropdown-holder li a:focus, .cart-dropdown-holder li a:active, .cart-dropdown-holder li a:visited {
	background: none;
	color: #fff!important;
} 
.cart-dropdown-holder #neto-dropdown .left img {
	height: auto;
}
.cart-dropdown-holder li:first-child a {
	padding-top: 0px;
}
.cart-dropdown-holder li:last-child a {
	padding-bottom: 0px;
}
.items-number {
    position: absolute;
    top: -6px;
    left: -4px;
    background-color: #319edc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.cart-dropdown-holder .thumb_cart {
	color: #fff;
}
.cart-dropdown-holder .thumb_cart .right .title a {
	line-height: 14px;
}
.cart-dropdown-holder .thumb_cart .right .price {
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    line-height: 17px;
    display: block;
}
.cart-holder.open .cart-dropdown-holder {
	line-height: 16px;
}
.cart-dropdown-holder .thumb_cart ul li > .right > a:hover {
	background-color: rgba(251,251,251,0.8);
	border-radius: 50%;
}
@media screen and (max-width: 1199px) {
	.main-menu-holder > li > a {
		font-size: 13px;
	}
}
@media (max-width: 1023px) {
	.menu-line-holder .navbar-collapse {
		border: none;
		box-shadow: none;
		position: absolute;
		z-index: 100000;
		width: 100%;
		top: 75px;
		background-color: rgba(34,34,34,0.92);
		left: -2000px;
		right: initial;
		-webkit-transition: all 0.8s;
		transition: all 0.8s;
	}
	.menu-line-holder {
		width: 100%;
		padding: 0px;
	}
	.menu-line-holder .navbar-header {
		width: 100%;
	}
	.menu-line-holder .navbar-collapse.fly-in {
		left: 0;
		right: initial;
		-webkit-transition: all 0.8s;
		transition: all 0.8s;
	}
	.main-menu-holder .fly-in {
		display: block!important;
	}
	.wrapper-logo {
		margin: 0 auto;
		display: block;
		float: none;
		min-width: 210px;

	}
	.icon-header-wrapper {
		display: none;
	}
	.main-menu-holder {
		float: none!important;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.main-menu-holder > li {
		padding-bottom: 0px;
		width: 100%;
		border-bottom: 1px solid #5f5b54;
		position: relative!important;
	}
	.main-menu-holder > li:last-child {
		border-bottom: none;
	}
	.main-menu-holder > li > a {
		font-size: 14px;
	}
	.main-menu-holder li a {
		color: #ceb791!important;
	}
	.main-menu-holder li .caret {
		display: none;
	}
	.next-level-expander {
		display: block;
		width: 60px;
		position: absolute;
		right: 0px;
		height: 100%;
		bottom: 0px;
		padding: 10px 0px;
		padding-top: 6px;
		text-align: center;
		z-index: 999;
	}
	.next-level-expander .fa {
		font-size: 30px;
		color: #ceb791;
	}
	.next-level-wrapper {
		height: auto;
		max-height: 0px;
		overflow: hidden;
		display: block;
		position: relative;
		padding: 0!important;
		margin: 0;
		border-top: none!important;
	}
	.next-level-wrapper-expanded {
		max-height: 2000px;
		-webkit-transition:  max-height 2s ease-out; /* Safari */
		transition:  max-height 2s ease-out;
		padding-bottom: 0px!important;
		padding-top: 0px!important;
		border-top: none!important;
		width: 100%;
	}
	.next-level-wrapper > li:first-child { 
		border-top: 1px solid transparent!important;
	}
	.next-level-wrapper-expanded > li:first-child { 
		border-top: 1px solid #4e4d4d!important;
	}
	.main-menu-holder > li > .dropdown-menu > li a {
		padding: 3px 15px!important;
	}
	.next-level-wrapper a {
		font-size: 13px;
	}
	.mega-menu > ul > li {
		float: left;
		width: 100%;
		margin-right: 0;
		text-transform: uppercase;
	}
	.mega-menu .menu-advert {
		display: none;
	}
	.next-level-wrapper-expanded > li:last-child a {
		margin-bottom: 10px!important;
	}
	.third-level-wrapper {
		padding-top: 0px!important;
		background-color: rgba(0,0,0,0.3)!important;
		width: 100%!important;
	}
	.third-level-wrapper > li:first-child {
		padding-top: 10px;
	}
	.third-level-wrapper > li:last-child {
		padding-bottom: 10px;
		margin-bottom: 0px!important;
	}
	.next-level-expander .fa-angle-up:before {
		content: "\f106"!important;
	}
	#n_home .fixed-social-holder, .fixed-social-holder {
		display: none;
	}
	.navigation-list .icon {
		color: #218bd6;
	}
	.navigation-list li a {
		color: #ffffff;
		font-size: 12px;
		text-transform: uppercase;
	}
}

@media (max-width: 768px) {
	.wrapper-logo img {
		max-width: 67%;
	}
	.mobile-search-holder-opened {
		display: block;
		position: absolute;
		bottom: -40px;
		left: 0px;
		width: 100%;
		border: 4px solid #36a0d8;
		float: left;
		z-index: 999;
	}
	.fa-bars {
		color: #2395e5;
	}
	.navigation-list li a {
		color: #ffffff;
		font-size: 12px;
		text-transform: uppercase;
	}
}

.mobile-menu-holder {
	display: block;
}
.next-level-expander {
	display: block;
}
.mobile-search-holder {
	display: none;
}
.mobile-search-holder-opened {
	display: block;
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 100%;
    border: 3px solid #d2b897;
    float: left;
    z-index: 999;
}
.mobile-search-holder-opened .search-input-mobile {
	width: 100%;
}
.mobile-search-holder-opened .search-input {
	width: 100%;
}
.mobile-search-holder-opened .search-button {
    position: absolute;
    right: 0px;
    z-index: 999;
	top: 0px;
}
.mobile-search-holder-opened .search-input:focus {
    border-color: #d2b897;
}
@media screen and (min-width: 1024px) {
	.mobile-menu-holder {
		display: none;
	}
	.next-level-expander {
		display: none;
	}
	.mobile-search-holder {
		display: none;
	}
	.navbar-collapse {
		padding-right: 0px;
	}
}
/*  carousel-swipe */
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* slider */
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
    bottom: 30%;
}
.carousel-caption h3 {
	color: #ffffff;
    font-size: 50px;
}
.carousel-caption h2 {
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 54px;
    border: none;
    font-weight: 600;
}
.carousel-caption p .btn-caption {
	font-family: 'Montserrat', sans-serif;
    background-color: rgb(0, 91, 188);
    text-transform: uppercase;
    font-size: 15px;
    padding: 22px 50px;
    border: none;
}
.carousel-control.right, .carousel-control.left {
	background: none;
}
.big-slider-wrapper .carousel-control img {
	top: 50%;
    position: absolute;
    margin-top: -30px;
}
.big-slider-wrapper .left.carousel-control img {
    left: 70px;
}
.big-slider-wrapper .right.carousel-control img {
    right: 70px;
}
.small-banners-wrapper .left-wrapper {
	padding-right: 5px;
}
.small-banners-wrapper .left-wrapper .carousel-caption {
	left: inherit;
    right: inherit;
    background: #06201ec4;
    width: 70%;
    left: 15%;
    padding: 30px 10px;
}
.small-banners-wrapper .carousel-caption h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    border: none;
    font-weight: 600;
}
.small-banners-wrapper .left-wrapper .carousel-caption h3 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #424242;
    text-shadow: none;
    font-size: 20px;
    margin-bottom: 0px;
}
.small-banners-wrapper .left-wrapper .carousel-caption h2 {
	color: #fff;
    text-shadow: none;
}
.small-banners-wrapper .left-wrapper p {
	padding-top: 10px;
}
.small-banners-wrapper .left-wrapper p .btn-caption {
	background: none;
    color: #ffffff;
    text-transform: none;
    font-size: 21px;
    padding: 9px 30px;
    font-weight: 300;
    border: 1px solid #ffffff91;
}
.small-banners-wrapper .right-wrapper {
	
}
.small-banners-wrapper .right-wrapper .top-banner {
	margin-bottom: 20px;
}
.small-banners-wrapper .right-wrapper .top-banner .carousel-caption {
	right: inherit;
    left: 20%;
    bottom: 0%;
    top: inherit;
    width: 60%;
}
.small-banners-wrapper .right-wrapper .top-banner .carousel-caption h3 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #5f6c75;
    text-shadow: none;
    font-size: 20px;
    margin-bottom: 0px;
}
.small-banners-wrapper .right-wrapper .top-banner .carousel-caption h2 {
	color: #fff;
    text-shadow: none;
    background: #16222ec2;
    padding: 10px;
}
.small-banners-wrapper .right-wrapper .top-banner .carousel-caption p {
	padding-top: 16px; 
	border-top: 1px solid #5f6c75;
}
.small-banners-wrapper .right-wrapper .top-banner .carousel-caption p .btn-caption {
	background: none;
    color: #ffffff;
    text-transform: none;
    font-size: 21px;
    padding: 0px;
    font-weight: 300;
}
.small-banners-wrapper .right-wrapper .bottom-banner {
	
}
.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption {
	left: inherit;
    right: 0px;
    bottom: 3%;
    width: 100%;
    text-align: center;
}
.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    text-shadow: none;
}
.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption h2 {
	color: #cfb78e;
    font-size: 18px;
    padding: 0;
    text-shadow: none;
    text-transform: none;
}
.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption p {
	
}
.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption .btn-caption {
	
}
.small-banners-wrapper .carousel-inner .item > a img {
    opacity: 1;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.small-banners-wrapper .carousel-inner .item:hover > a img {
    opacity: 0.97;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
	transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
	.big-slider-wrapper .carousel-caption {
		left: 10%;
		right: 10%;
		padding-bottom: 30px;
		bottom: 15%;
	}
	.big-slider-wrapper .carousel-caption h3 {
		font-size: 70px;
	}
	.big-slider-wrapper .carousel-caption h2 {
		font-size: 34px;
	}
	.big-slider-wrapper .carousel-caption p {
		
	}
	.big-slider-wrapper .carousel-caption p .btn-caption {
		font-size: 14px;
		padding: 20px 45px;
	}
}
@media screen and (max-width: 1023px) {
	.carousel-caption h2,.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption h3 {
		font-size: 32px;
	}
	.small-banners-wrapper .right-wrapper .top-banner .carousel-caption h3, .small-banners-wrapper .left-wrapper .carousel-caption h3, .small-banners-wrapper .left-wrapper p .btn-caption, .small-banners-wrapper .right-wrapper .top-banner .carousel-caption p .btn-caption {
		font-size: 18px;
	}
	.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption {
		margin-bottom: -67px;
		bottom: 50%;
	}
	.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption h2 {
		margin-bottom: 0px;
	}
}
@media only screen  
and (max-width:992px) {
	.big-slider-wrapper .home-banner-item {
		width: auto;
		height: 520px!important;
		max-width: inherit!important;
		transform: translateX(-13%);
	}
	.small-banners-wrapper .right-wrapper .top-banner {
		margin-bottom: 10px;
	}
	.small-banners-wrapper .right-wrapper {
		padding-left: 6px;
	}
	.big-slider-wrapper .left.carousel-control img {
		left: 20px;
	}
	.big-slider-wrapper .right.carousel-control img {
		right: 20px;
	}
}
@media only screen  
and (max-width:767px) {
	.big-slider-wrapper .home-banner-item {
		width: auto;
		height: 446px!important;
		max-width: inherit!important;
		transform: translateX(-17%);
	}
	.big-slider-wrapper .carousel-caption h3 {
		font-size: 60px;
	}
	.big-slider-wrapper .carousel-caption h2 {
		font-size: 28px;
	}
	.big-slider-wrapper .carousel-caption p .btn-caption {
		font-size: 12px;
		padding: 14px 35px;
	}
	.small-banners-wrapper .left-wrapper {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.small-banners-wrapper .right-wrapper {
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.banners-wrapper .right-wrapper .bottom-banner .carousel-caption h3 {
		font-size: 28px;
	}
	.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption h2 {
		font-size: 16px;
	}
	.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption {
		margin-bottom: -54px;
	}
}
@media only screen  
and (max-width:580px) {
	.big-slider-wrapper .home-banner-item {
		width: auto;
		height: 360px!important;
		max-width: inherit!important;
		transform: translateX(-28%);
	}
	.big-slider-wrapper .carousel-caption p .btn-caption {
		font-size: 12px;
		padding: 14px 35px;
	}
	.big-slider-wrapper .left.carousel-control img {
		left: 10px;
	}
	.big-slider-wrapper .right.carousel-control img {
		right: 10px;
	}
	.big-slider-wrapper .carousel-caption h3 {
		font-size: 38px;
	}
	.big-slider-wrapper .carousel-caption h2 {
		font-size: 18px;
	}
	.big-slider-wrapper .carousel-caption p .btn-caption {
		font-size: 10px;
		padding: 10px 10px;
	}
}
@media only screen  
and (max-width:425px) {
	.carousel-caption h2, .small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption h3 {
		font-size: 22px;
	}
	.small-banners-wrapper .right-wrapper .bottom-banner .carousel-caption h2 {
		font-size: 15px;
	}
}

/* home page small carosel */
#homepage-content h2 {
    color: #209bd9;
}
.nactivity {
	z-index: 999999;
}
.custom-carousel-holder h2 {
	text-align: center;
    font-size: 38px;
    padding: 10px 0px;
    margin-bottom: 20px;
}
.custom-carousel-holder .one-slide-small {
	text-align: center;    
	position: relative;
}
.custom-carousel-holder .one-slide-small a img {
	padding: 0px;
    margin: 0px auto;
    width: auto;
    opacity: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    height: 250px;
}
.custom-carousel-holder .one-slide-small:hover a img {
	opacity: 0.97;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
	transform: scale(1.1);
}
.swiper-button-next {
    background: none;
    right: -35px;
    left: auto;
}
.swiper-button-prev { 
	background: none;
    right: auto;
    left: -35px;
}
.swiper-button-next, .swiper-button-prev {
    width: auto;
    height: auto;
    border: 1px solid #828282;
    padding: 4px;
    opacity: 0!important;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    background-color: #fff!important;
    top: 50%;
}
#n_product .swiper-button-next, #n_product .swiper-button-prev {
	top: 42%
}
.swiper-container:hover + .swiper-button-next, .swiper-container:hover ~ .swiper-button-prev, .swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: 0.8!important;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	margin-top: -10px;
}
.swiper-container:hover + .swiper-button-next, .swiper-button-next:hover {
	right: 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;	
}
.swiper-container:hover ~ .swiper-button-prev, .swiper-button-prev:hover {
	left: 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.swiper-button-next img, .swiper-button-prev img {
    max-width: 24px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	pointer-events: inherit;
}
.additional-info {
	background-color: #fff;
	z-index: 999;
	padding-top: 8px;
	float: left;
    width: 100%;
}
.additional-info h3 {
	padding-top: 0px;
    font-size: 15px;
    text-align: left;
    font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 2px;
}
.additional-info h3 a {
	color: #000;
}
.additional-info h3 a:hover {
	text-decoration: none;
}
.additional-info .price {
	font-weight: 600;
	text-align: left;
	font-size: 16px;
	float: left;
    margin-left: 50px;
}
.thumb-price-holder {
	float: left;
    width: 30%;
	padding-right: 10px;
}
.thumb-price-holder .price {
	margin-left: 0px;
    margin-bottom: 0px;
	padding-top: 14px;
	position: 14px;
}
.label-above-price {
    position: absolute;
    top: 0px;
    font-size: 12px;
}
.thumb-addtocart-btn-holder {
	float: left;
    width: 70%;
}
.thumb-addtocart-btn-holder .addtocart {
    font-size: 14px;
    padding: 10px 0px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.thumb-addtocart-btn-holder .addtocart-btn, .thumb-addtocart-btn-holder .addtocart-btn:hover {
	background-color: #000;
    border: 1px solid #000;
}
.instock-label {
    float: right;
    margin-right: 30px;
    color: #0fb90f;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.out-off-stock {
    color: #ff6000;
}
#n_product .extra-wrapper h3 a {
	padding-top: 0px;
    font-size: 13px!important;
    text-align: left;
    font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 2px;
}
.expansion-pack-true-wrapper {
    float: left;
    width: 100%;
}
.expansion-pack-true-wrapper p {
    float: left;
    margin-left: 10px;
}
.expansion-pack-true-wrapper .expansion-pack-true {
    border: 1px solid #52b2de;
    border-radius: 20px;
    padding: 2px 23px;
    font-size: 12px;
    color: #41a4db;
}
#n_product .extra-wrapper .item-info-wrapper h3 {
    min-height: 68px!important;
}
.thumb-icons-holder .buying-options {
    float: left;
}
.thumb-icons-holder {
	overflow: hidden;
	max-width: 0px;
    width: 100%;
    z-index: 99999;
    position: absolute;
    height:auto;
	bottom: 37px;
	padding: 8px 0px;
	max-height: 0;
	opacity: 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	background: white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.06);
}
.discount-wrapper {
    height: 25px;
}
.discount-wrapper p {
	background-color: #46aadb;
    color: #fff;
    margin-bottom: 0px;
}
.list-view-wrapper .discount-wrapper {
	height: auto;
    float: left;
    padding-left: 15px;
}
.list-view-wrapper .discount-wrapper p {
	padding: 4px 10px;
}
.discount-wrapper-itempage {
	margin-top: 10px;
}
.discount-wrapper-itempage p {
    padding: 4px 10px;
    background-color: #46aadb;
    width: auto;
    display: inline-block;
    color: #fff;
    border-radius: 13px;
}
.one-slide-holder {
	position: relative;
}
.one-slide-holder > a {
	overflow: hidden;
	display: block;
}
.custom-carousel-holder {
	position: relative;
	overflow: hidden;
}
.custom-carousel-holder .one-slide-small a:hover + .thumb-icons-holder, .thumb-icons-holder:hover {
	height: auto;
	max-width: 500px;
	max-height: 200px;
	bottom: 37px;
	opacity: 1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.thumbs-icons-background {
	background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
}
.thumb-icons-holder button {
    float: left;
    background: none;
    width: auto;
    border: none;
    border-right: 1px solid #ccc;
    margin: 10px 0px;
}
.thumb-icons-holder button:hover {
    color: #2897d0!important;
    background-color: white!important;
	border-right: 1px solid #ccc;
}
.thumb-icons-holder .product-wishlist {
    border-right: 0!important;
}
.clarity-icon-effect {
    float: left;
    background: none;
    width: auto;
    border: none;
    border-right: 1px solid #ccc;
    margin: 10px 0px;
	width: 42px;
    height: 33px;
}
.thumb-icons-holder .btn-quick-view {
    margin-top: 0px;
}
.clarity-icon-effect.disabled, .clarity-icon-effect:active {
	background-color: #000!important;
}
.clarity-icon-effect:hover {
	background: none;
	opacity: 0.9;
	border-right: 1px solid #ccc;
}
.clarity-icon-effect img {
	opacity: 1;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.clarity-icon-effect img:hover, .clarity-icon-effect a img:hover {
	opacity: 0.9;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
	transform: scale(1.1);
}
.clarity-icon-effect .wishlist-icon, .clarity-icon-effect .btn-quick-view {
    box-shadow: none;
    background: none;
    border: none;
	padding: 0px;
}
@media screen and (max-width: 1023px) {
	.thumb-icons-holder {
		opacity: 1;
		position: relative;
		max-width: 300px;
		width: auto;
		max-height: 300px;
		height: auto;
		bottom: 0px;
	}
	.thumbs-icons-background {
		padding-left: 0px;
		padding-right: 0px;
	}
	.clarity-icon-effect {
		padding: 6px 9px;
	}
	.swiper-button-next, .swiper-button-prev {
		background: #fff!important;
		border: none;
		opacity: 1!important;
	}
	.swiper-button-next {
		right: 0px;
	}
	.swiper-button-prev {
		left: 0px;
	}
	.more-products-wrapper .swiper-button-next, .more-products-wrapper .swiper-button-prev {
		top: 35%;
	}
	.home-page-carousel .swiper-button-next, .home-page-carousel .swiper-button-prev {
		top: 44%;
	}
	.swiper-button-next img, .swiper-button-prev img {
		max-width: 24px;
	}
}
@media screen and (max-width: 767px) { 
	.clarity-icon-effect {
		padding: 6px 8px;
	}
	.custom-carousel-holder h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 375px) { 
	.swiper-button-next img, .swiper-button-prev img {
		max-width: 12px;
	}
	.swiper-button-next, .swiper-button-prev {
		font-size:12px;
	}
	.more-products-wrapper .swiper-button-next, .more-products-wrapper .swiper-button-prev {
		top: 30%;
	}
}

/*  outro small banner */
.outro-small-banner {
	background:url(../img/shipping_banner.jpg) no-repeat scroll;
	color: #fff;
	overflow: hidden;
	padding: 35px 50px;
}
.one-outro {
	position: relative;
}
.image-holder {
	height: 54px;
	width: 65px;
	position: absolute;
	left: 0px;
	overflow: hidden;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
}
.one-outro-holder1 {
	padding-left: 90px;
}
.one-outro-holder1 .image-holder {
	background:url(../img/icon.png) no-repeat scroll 5px 7px;
}
.one-outro-holder2 {
	padding-left: 90px;
}
.one-outro-holder2 .image-holder {
	background:url(../img/icon.png) no-repeat scroll 5px -120px;
}
.one-outro-holder3 {
	padding-left: 90px;
}
.one-outro-holder3 .image-holder {
	background:url(../img/icon.png) no-repeat scroll  5px -246px;
}
.one-outro-holder1:hover > .image-holder {
	background-position:5px -55px;
}
.one-outro-holder2:hover > .image-holder {
	background-position:5px -182px;
}
.one-outro-holder3:hover > .image-holder {
	background-position:5px -318px;
}
.one-outro .subtitle1 {
	font-size: 20px;
	line-height: 32px;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	letter-spacing: 1px;
	font-weight: 600;
}
.one-outro .subtitle2 {
	font-size: 14px;
	line-height: 22px;
}
.one-outro:hover .subtitle1{
	color: #b9a06f;
	cursor: pointer;
}
@media screen and (max-width: 992px) {
	.outro-small-banner {
		background-size: cover;
	}
	.one-outro .subtitle1 {
		font-size: 16px;
	}
	.one-outro .subtitle2 {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	.one-outro-holder1, .one-outro-holder2, .one-outro-holder3 {
		padding-left: 0px;
	}
	.one-outro {
		width: 33.33%;
		float: left;
		text-align: center;
	}
	.one-outro .image-holder {
		position: relative;
		margin: 0 auto;
	}
}
@media screen and (max-width: 500px) {
	.one-outro-holder1, .one-outro-holder2, .one-outro-holder3 {
		padding-left: 90px;
	}
	.one-outro {
		width: 100%;
		text-align: right;
		margin-bottom: 20px;
		padding-bottom: 20px;
		padding-right: 0px;
		border-bottom: 2px solid rgba(185,160,111,0.2);
	}
	.one-outro .image-holder {
		position: absolute;
		margin: inherit;
	}
	.one-outro-holder1, .one-outro-holder2, .one-outro-holder3 {
		padding-left: 70px;
	}
}
/* testimonials section */
.testimonials {
	margin-top: 80px;
	padding: 80px 0px;
	background-image: url(../img/bg-para.jpg);
	height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials h2 {
	text-align: center;
    font-size: 38px;
    padding: 10px 0px;
    margin-bottom: 20px;
	color: #fff;
}
.testimonials-holder {
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.author-signature {
	margin-bottom: 30px;
	margin-top: 20px;
    font-size: 16px;
}
.testimonial-text p {
	font-style: italic;
}
.testimonials-holder .testimonials-on-page a.left {
	left: -27%;
}
.testimonials-holder .testimonials-on-page a.right {
	right: -27%;
}
.rating-wrapper img {
	max-width: 120px;
    height: auto!important;
}
@media screen and (max-width: 767px) {
	.testimonials {
		margin-top: 50px;
	}
	.testimonials-holder .testimonials-on-page a.left {
		left: -10%;
	}
	.testimonials-holder .testimonials-on-page a.right {
		right: -10%;
	}
	.testimonials h2 {
		font-size: 28px;
	}
}	
@media screen and (max-width: 375px) {
	.testimonials h2 {
		font-size: 24px;
	}
}

/* latest-news-section */
.latest-news-section h2 {
	text-align: center;
    font-size: 38px;
    padding: 10px 0px;
    margin-bottom: 20px;
}
.blog-image-holder {
	position: relative;
	margin-bottom: 12px;
	background-color: #000;
    overflow: hidden;
}
.blog-image-holder img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.blog-image-holder:hover img {
	opacity: 0.6;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
	transform: scale(1.1);
	cursor: pointer;
}
.post-date-holder {
	position: absolute;
	background-color: #b9a06f;
	color: #fff;
	font-size: 14px;
	top: 10px;
	left: 0px;
	display: inline-block;
	padding: 6px 12px;
	z-index: 9;
}
.one-home-blog h4 {
	font-size: 16px;
}
.one-home-blog h4 a {
	color: #000;
}
.one-home-blog h4 a {
	text-decoration: none;
}
.one-home-blog .blog-description {
	color: #5d5d5d;
	font-weight: 300;
	line-height: 1.4em;
}
.link-icon {
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: opacity 0.6s; /* Safari */
    transition: opacity 0.6s;
}
.blog-image-holder:hover .link-icon {
	opacity: 1;
	-webkit-transition: opacity 0.6s; /* Safari */
    transition: opacity 0.6s;
}
.link-icon a {
	width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 10px;
    padding-top: 8px;
    color: #fff;
}
.read-more-link {
	
}
.read-more-link a {
	color: #5d5d5d;
}
.read-more-link a:hover {
	color: #b9a06f;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.latest-news-section h2 {
		font-size: 28px;
	}
}
/* top brand section */
.logos-carousel-holder .swiper-button-next, .logos-carousel-holder .swiper-button-prev {
	margin-top: 0px;
	background-color: #fff;
}
.one-logo-wrapper img {
	max-width: 100%
}
/* category page */

.breadcrumb {
    background: none;
    margin-bottom: 30px;
    padding: 8px 0px;
}
.breadcrumb li a {
	color: #000;
}
.breadcrumb li a:hover {
	text-decoration: none;
	color: #d0b793;
}
.breadcrumb > li + li:before {
    padding-right: 0px;
}
.category-banner {
	max-width: 100%;
	width: 100%;
}
.line-thru {
    overflow: hidden;
    text-align: center;
}
.page-header {
	border-bottom: none;
	margin-bottom: 0px;
}
.ui-slider-horizontal .ui-slider-handle {
    color: red!important;
    background: dimgrey!important;
}
.line-thru:before,
.line-thru:after {
    background-color: #ccc;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.line-thru:before {
    right: 1.5em;
    margin-left: -50%;
}
.line-thru:after {
    left: 1.5em;
    margin-right: -50%;
}
.sort_container {
    margin-bottom: 20px;
}
.category-thumbs-holder .thumbnail {
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
}
.one-item-wrapper {
	text-align: center;    
	position: relative;
	margin-bottom: 54px;
}
.thumbnail-image-holder {
    display: inline-block!important;
    height: 260px;
    width: 100%;
    position: relative;
}
#n_product .extra-wrapper .thumbnail-image-holder {
    display: inline-block!important;
    height: 130px;
    width: 100%;
    position: relative;
}
.one-item-wrapper .thumbnail-image-holder img {
	padding: 0px;
    opacity: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.one-item-wrapper:hover a img {
	opacity: 0.97;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
	transform: scale(1.1);
}
.one-item-holder {
	position: relative;
    border-bottom: 1px solid #ece9e9;
    padding-bottom: 10px;
}
.bagdes-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: left;
	z-index: 10;
}
.bagdes-wrapper .single-badge {
    line-height: 1em;
    padding: 5px 9px;
    font-size: 11px;
    margin-bottom: 2px;
    background-color: #319edc;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    width: 45%;
    float: left;
    width: auto;
    margin-right: 1%;
}
p.single-badge.expansion-pack {
    background: #e5c461;
}
p.single-badge.special-order-badge {
    background: #ff4c6c;
}
.bagdes-wrapper .au-designed-badge {
    background: #2d2a6d!important;
}
.bagdes-list-view {
	position: absolute;
	left: 0px;
	top: 0px;
}
.bagdes-list-view .single-badge {
	line-height: 1em;
    padding: 3px 5px;
    font-size: 12px;
    margin-bottom: 2px;
    background-color: red;
    color: #fff;
    text-align: left;
}
.one-item-holder > a {
	overflow: hidden;
	display: block;
}
.one-item-wrapper a:hover + .thumb-icons-holder, .thumb-icons-holder:hover {
	height: auto;
	max-width: 500px;
	max-height: 200px;
	bottom: 37px;
	opacity: 1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.sort_container .viewby .list-fa-holder {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    font-size: 24px;
	padding: 0px 6px;
	color: #848484;
}
.sort_container .viewby .list-fa-holder:hover {
	color: #404040;
}
.sort_container .viewby .list-fa-holder.active {
	color: #404040;
}
@media (max-width: 991px) {
	.category-wrapper {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.wrapper-thumbnail {
		float: left;
	}
}
.pagination {
	border-radius: 0px;
}
.pagination li a {
	border-radius: 0px!important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #d0b793;
    border-color: #d0b793;
    cursor: default;
}
.pagination > li > a, .pagination > li > span {
    color: #d0b793;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #d0b793;
    border-color: #d0b793;
}
/* list view - category page */
.list-view-wrapper .thumb-holder {
    border: none;
}
.list-view-wrapper .thumb-image-wrapper {
	overflow: hidden;
}
.list-view-wrapper .thumb-image-wrapper a img {
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.list-view-wrapper .thumb-image-wrapper a img:hover {
	transform: scale(1.1);
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.list-view-wrapper .thumb-desc-wrapper h3 {
	font-size: 18px;
}
.list-view-wrapper .thumb-desc-wrapper a {
	color: #4c4c4c;
}
.list-view-wrapper .thumb-desc-wrapper a:hover, .list-view-wrapper .thumb-desc-wrapper a:active, .list-view-wrapper .thumb-desc-wrapper a:focus {
	text-decoration: none;
	color: #000;
}
.list-view-wrapper .thumb-price-wrapper {
	padding-top: 10px;
	color: #000;
}
.list-view-wrapper .thumb-price-wrapper .price {
	font-size: 16px;
    font-weight: 400;
}
.list-view-wrapper .thumb-price-wrapper .price-holder {
	font-size: 24px;
    font-weight: 600;
}
.list-view-wrapper .thumb-btns-wrapper {
	background: none;
    border: none;
}
.list-view-wrapper .thumb-btns-wrapper .btn-action {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    min-width: 200px;
    padding: 6px 0px;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.list-view-wrapper .thumb-btns-wrapper .btn-action:hover {
	background-color: #0c0c0c;
	border: 1px solid #0c0c0c;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.list-view-wrapper .thumb-btns-wrapper .btn-action img {
	margin-bottom: 5px;
	margin-right: 10px;
}
.list-view-wrapper form.buying-options {
    display: inline-block;
	float: left;
}
.list-view-wrapper .wishlist-wrapper {
	float: left;
	margin-left: 20px;
    padding-top: 7px;
}
.list-view-wrapper .wishlist-wrapper .wishlist-btn {
	padding: 0px;
}
/* sidebar */
.custom-panel {
	border: none;
	box-shadow: none;
}
.custom-panel .panel-heading-thumbnails .panel-title a:hover {
	text-decoration: none;
}
.custom-panel #filters .list-group-item {
	border: none;
}
.custom-panel #filters .list-group-item h4 {
	margin-top: 20px;
}
.sidebar-banner-wrapper img {
	max-width: 100%;
}
.submit-filter-btn {
    padding: 5px 10px;
    background-color: #1a98ca;
    color: #fff;
    font-size: 14px;
    border: none;
}
.submit-filter-btn:hover {
	background-color: #147ca5;
	color: #fff;
}
.clear-filter-btn {
    padding: 5px 10px;
    background-color: #ffffff;
    color: #616161;
    font-size: 14px;
}
.clear-filter-btn:hover {
	background-color: #eeeeee;
	color: #616161;
}
.ui-widget-header {
    background: #e6e6e6 !important;
}
.ui-widget-content {
    border: 1px solid #ffffff!important;
    background: #ffffff!important;
    color: #222222;
    border-radius: 0px!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #fff!important;
    background: #a4a4a4!important;
    border-radius: 0;
}
.custom-filter-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.filter-expander h4 {
	position: relative;
	padding-right: 10px;
}
.custom-filter-list {
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.6s; /* Safari */
	transition: all 0.6s;
}
.custom-filter-list-expanded {
	max-height: 7000px;
	-webkit-transition: all 0.6s; /* Safari */
	transition: all 0.6s;
}
.filter-expander .fa {
	position: absolute;
    right: 5px;
    font-size: 20px;
    top: 0px;
    line-height: 15px;
}
.filter-expander .fa-angle-up:before {
	content: "\f106"!important;
}
.cat-filter a {
	text-transform: capitalize;
}
@media (min-width: 992px) {
	.custom-panel #filters {
		height: auto !important;
		display: block;
	}
}
@media (max-width: 991px) {
	.sidebar-wrapper {
		width: 100%;
	}
	.custom-panel .panel-title {
		text-align: center;
		position: relative;
	}
	.custom-panel .panel-title .accordion-toggle:before {
		font-family: fontAwesome;
		content: "\f107";
		position: absolute;
		left: 10px;
	}
	.custom-panel .panel-title .accordion-toggle:after {
		font-family: fontAwesome;
		content: "\f107";
		position: absolute;
		right: 10px;
	}
	.custom-panel .panel-title .accordion-extend:before {
		font-family: fontAwesome;
		content: "\f106";
		position: absolute;
		left: 10px;
	}
	.custom-panel .panel-title .accordion-extend:after {
		font-family: fontAwesome;
		content: "\f106";
		position: absolute;
		right: 10px;
	}
}
.filter-colour {
    display: inline-block;
    padding: 10px 1px 0 8px;
}
.list-group > li + .filter.filter-colour > a:before {
    content: '';
}
.list-group > li + .filter.filter-colour > a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    box-shadow: 1px 1px 2px #D6D6D6;
}
.filter-remove > a {
    border: 2px solid #AFAFAF;
}
/* product page */
#n_product .single-badge {
    font-size: 14px;
    border-radius: 25px;
    padding: 10px 27px;
    border: 1px solid white;
	margin-right: inherit;
}
#n_product h1 {
    margin-top: 0;
    font-size: 26px;
    color: #000000;
}
.wrapper-product-title .small {
	padding-top: 5px;
	display: block;
}
.wrapper-product-title .small .fa {
	font-size: 16px;
}
.text-rated {
	margin-left: 10px;
}
.product-social-wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
.product-social-wrapper .share-button, .product-social-wrapper .open > .dropdown-toggle.btn-default {
	background: none;
	border: none;
	box-shadow: none;
}
.product-social-wrapper .share-button:hover, .product-social-wrapper .share-button:active, .product-social-wrapper .share-button:focus {
	background: none;
	box-shadow: none;
}
.product-social-wrapper .share-button .fa {
	font-size: 22px;
    margin: 0px 1px;
    color: #000;
}
.product-social-wrapper .share-button .fa:hover {
	color: #d0b793;
}
.productpricetext {
	font-size: 32px;
    font-weight: 600;
}
.wrapper-pricing .label {
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: auto;
    clear: right;
    display: inline-block;
    width: auto;
    margin-top: 5px;
	font-size: 12px;
}
.wrapper-pricing .label-success {
    background-color: #a6c756;
}
.addtocart-btn-holder .addtocart-btn {
	background-color: #000;
	border: 1px solid #000;
	font-size: 14px;
	padding: 13px 0px;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.btn-warning {
    color: #fff;
    background-color: #ff4c6c!important;
    border-color: #ff4c6c!important;
}
.btn-warning:hover {
    color: #fff;
    background-color: #de435e;
    border-color: #de435e;
}
.wishlist-btn {
	font-size: 14px;
	padding: 13px 0px;
	border: none;
}
.wishlist-btn:hover {
	background: none
}
.product-info-wrapper hr {
    border-top: 1px solid #f8f3f3;
}
.additional-product-info {
	float: left;
    width: 100%;
    margin-top: 16px;
    font-weight: 600;
}
.additional-product-info p {
	margin-bottom: 6px;
}
/* size variations product page */
.size-block ._itmspec_selected {
    padding: 0;
}
.size-block {
    display: inline-block;
    margin-right: 10px;
    padding: 11px;
    border: 1px solid #BDBDBD;
}
@media screen and (min-width: 1100px) {
	.afterpay-product-page {
		position: absolute;
		right: 0;
		top: 0;
		width: 241px;
	}
}
/* / size variations product page */
/* color variations product page */
.nSwatchProduct {
    height:40px; width:40px; display:block;
}
.nColourSwatch._itmspec_lnk {
    display:inline-block;
    margin-right:5px;
}
.nColourSwatch._itmspec_lnk._itmspec_selected {
    padding:4px;
}
.nColourSwatch._itmspec_lnk._itmspec_selected::before {
    display:block;
    height:40px;
    width:40px;
    text-align: center;
    color:#333;
    position:absolute;
    content: "\f00c";
    font:normal normal normal 26px/1 FontAwesome;
    line-height: 40px;
    z-index: 10;
}
.nColourSwatch._itmspec_lnk._itmspec_selected .nSwatchProduct {
    opacity: .5;
}
.nColourSwatch ._itmspec_listitm {
    margin:0;
}
.specifics-wrapper .specific {
    padding-top: 4px;
    padding-bottom: 10px;
}
.specifics-wrapper .thumbnail {
	border-radius: 0px;
	padding: 0;
    border: none;
	color: #000;
}
.specifics-wrapper .thumbnail:hover, .specifics-wrapper .thumbnail:focus, .specifics-wrapper .thumbnail.active {
	border-color: #d0b793;
}
.specifics-wrapper .nSwatchProduct {
    height: 25px;
    width: 25px;
    display: block;
}
.specifics-wrapper .nColourSwatch ._itmspec_listitm {
	opacity: 1;
}
.specifics-wrapper .nColourSwatch ._itmspec_listitm:hover {
    opacity: 0.85;
}
.specifics-wrapper .nColourSwatch._itmspec_lnk._itmspec_selected {
	padding: 0px;
}
.specifics-wrapper .nColourSwatch._itmspec_lnk._itmspec_selected .nSwatchProduct {
    opacity: 1;
}
.specifics-wrapper .nColourSwatch._itmspec_lnk._itmspec_selected::before {
    display: block;
    height: auto;
    width: auto;
    text-align: center;
    color: #333;
    position: absolute;
    content: "\f00c";
    font: normal normal normal 26px/1 FontAwesome;
    line-height: inherit;
    z-index: 10;
    right: -4px;
    top: -8px;
    font-size: 16px;
}
/* / color variations product page */
/* Kitting products */
.component .kitting-holder {
	border-left: none;
	border-right: none;
}
.kitting-holder .panel-body {
	padding: 0px;
}
.wrapper-components-thumbnail .caption .title {
    font-size: 14px;
    height: auto;
    margin-bottom: 12px;
}
.wrapper-components-thumbnail .caption .price {
    font-size: 16px;
    height: 21px;
    font-weight: 600;
    color: #000;
	margin-bottom: 10px;
}
.wrapper-components-thumbnail .input-group {
	position: relative;
}
.wrapper-components-thumbnail .input-group-addon {
	border-radius: 0px;
    background: none;
    font-size: 12px;
    font-weight: 600;
	border: 1px solid #e2d3bc;
	border-right: none;
}
.wrapper-components-thumbnail .component-config-input {
	background-color: #fff;
    color: #000;
	border: 1px solid #e2d3bc;
}
/* / kitting products */
.addtocart-btn-holder .addtocart-btn:hover {
	background-color: #0c0c0c;
	border: 1px solid #0c0c0c;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.addtocart-btn-holder .addtocart-btn img {
    margin-top: -4px;
    margin-right: 5px;
}
.calculate-button {
    background-color: #319edc;
    border: 1px solid #319edc;
}
.calculate-button:hover {
	background-color: #a28e71;
	border: 1px solid #a28e71;
}
.product-images-wrapper {
	overflow: hidden;
}
.product-info-wrapper .tab-content {
    padding-top: 10px;
}
.tabs-wrapper {
	padding-top: 20px;
}
.tabs-wrapper, .short-desc-wrapper {
	width: 100%;
	float: left;
}
.tabs-wrapper .nav-tabs {
    border-bottom: 1px solid #e1e1e1;
}
.tabs-wrapper .nav-tabs > li > a {
	border-radius: 0px;
	background-color: #ececec;
    color: #000;
	border-bottom: none;
}
.tabs-wrapper .nav-tabs > li {
	margin-bottom: -1px;
}
.tabs-wrapper .nav-tabs > li > a:hover {
	color: #ffffff;
    background-color: #319edc;
    border: 1px solid #319edc;
}
.tabs-wrapper .nav-tabs > li.active > a, .tabs-wrapper .nav-tabs > li.active > a:hover, .tabs-wrapper .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #319edc;
    border: 1px solid #319edc;
}
#reviews .review-author-holder p {
	font-size: 12px;
    font-weight: 400;
    background-color: #d0b793;
    padding: 2px 5px;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px;
}
#reviews .review-text {
	font-size: 14px;
	font-style: italic;
}
.more-products-wrapper > h3 {
	margin-bottom: 20px;
	margin-top: 40px;
}
.main-image #main-image {
    width: 100%;
}
.bagdes-wrapper-item-page {
    position: absolute;
    left: 50%;
    top: 15px;
    width: auto;
    display: table;
    float: none;
    margin: 0 auto;
    transform: translateX(-50%);
}
.bagdes-wrapper-item-page .single-badge {

}
.extra-options > .table {
	margin: 0px;
}
.shipping-input-holder {
	margin-top: 0px;
}
.calculate-shipping {
	box-shadow: none;
    border: none;
}
.calculate-shipping .panel-heading {
	position: relative;
	background: none;
	display: inline-block;
	padding-right: 50px;
	border: none;
}
.calculate-shipping .panel-heading > a {
	color: #000;
}
.calculate-shipping .panel-heading > a:hover {
	text-decoration: none;
}
.calculate-shipping .panel-heading .panel-title .fa {
	margin-left: 16px;
}
.calculate-shipping .panel-heading .calc-shipping-expander {
	position: absolute;
	width: 40px;
	height: 100%;
	right: 0px;
    top: 0px;
    text-align: center;
    padding-top: 5px;
}
.calculate-shipping .panel-heading .calc-shipping-expander:hover {
	cursor: pointer;
}
.calculate-shipping .panel-heading .calc-shipping-expander .fa {
	color: #333;
    font-size: 26px;
	margin-left: 16px;
}
.calculate-shipping .panel-heading .calc-shipping-expander .fa-angle-up:before { 
	content: "\f106"!important;
	font-family: fontAwesome;
}
/*
.calculate-shipping .panel-body {
	height: 0px;
	max-height: 0px;
	opacity: 1;
	-webkit-transition: all 0.6s; 
    transition: all 0.6s;
	overflow: hidden;
    padding: 0;
}
.calculate-shipping .panel-body-expanded {
	height: auto;
	max-height: 500px;
	opacity: 1;
	-webkit-transition: all 0.6s; 
    transition: all 0.6s;
	padding: 15px;
    border-bottom: 1px solid #ddd;
}
*/
@media screen and (max-width: 1100px) {
	.shipping-input-holder {
		margin-top: 5px;
		width: 50%;
	}
}
@media screen and (max-width: 991px) {	
	.addtocart-btn-holder, .wishlist-holder {
		margin-top: 0px!important;
		padding-left: 0px;
	}
	.addtocart-btn-holder.kitting-addtocart-holder {
		padding-left: 15px;
	}
}
@media screen and (max-width: 767px) {
	.product-images-wrapper .swiper-slide img {
		width: 100%;
	}
	.wrapper-product-title {
		margin-top: 20px;
	}
	.addtocart-btn-holder .addtocart-btn {
		padding: 13px 25px;
	}
	.kitting-addtocart-holder {
		text-align: center;
	}
	.kitting-addtocart-holder .addtocart-btn {
		display: inline-block;
		width: auto;
		margin: 0 auto;
		float: none;
	}
}
@media screen and (max-width: 440px) {
	.tabs-wrapper .nav-tabs > li > a, .tabs-wrapper .nav-tabs > li.active > a, .tabs-wrapper .nav-tabs > li.active > a:hover, .tabs-wrapper .nav-tabs > li.active > a:focus {
		font-size: 12px;
		padding: 8px 5px;
	}
	.tabs-wrapper .nav-tabs > li > a > .fa {
		font-size: 10px;
	}
}

.sizes-wrapper .specific ._itmspec_listitm {
	width: 25px;
	height: 25px;
	background-color: #fff;
    border: 1px solid #000;
	text-align: center;
}
.sizes-wrapper .specific ._itmspec_listitm:hover {
	background-color: #000;
	border: 1px solid #000;
}
.sizes-wrapper .specific ._itmspec_listitm span {
	line-height: 24px;
}
.sizes-wrapper .specific ._itmspec_listitm:hover > span {
	color: #fff;
}
/* info pages */
.banner-info-page img {
	width: 100%;
}
/* cart page */
.btn-success {
    color: #fff;
    background-color: #005bbc;
    border-color: #005bbc;
}
.btn-success:hover {
    color: #fff;
    background-color: #1e74d0;
    border-color: #1e74d0;
}
.table-cart-wrapper {
	
}
.table-cart-wrapper .item {
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
}
.table-cart-wrapper .quantity-label-cart {
	text-align: right;
    font-weight: 600;
}
.table-cart-wrapper .price-label-cart {
	font-weight: 600;
}
.table-cart-wrapper .item .image {
	
}
.table-cart-wrapper .item .image a img {
	max-width: 80%;
}
.table-cart-wrapper .item .description-info a {
	color: #000;
}
.table-cart-wrapper .item .description-info a:hover {
	text-decoration: none;
	color: #080808;
}
.table-cart-wrapper .item .description-info a .cart-item-name {
	color: #000;
	font-size: 18px;
}
.table-cart-wrapper .item .qty-price-del-wrap {
	
}
.qty-price-del-wrap .quantity {
	
}
.qty-price-del-wrap .cart-item-price {
	padding-top: 8px;
}
.qty-price-del-wrap .edit {
	padding-top: 2px;
}
.qty-price-del-wrap .edit .remove-button {
	color: #e24c52;
    font-size: 20px; 
}
.checkout-btn-holder {
	
}
.checkout-btn-holder .checkout-btn {
	background-color: #000;
    border-color: #000;
}
.checkout-btn-holder .checkout-btn img {
	margin-right: 5px;
    margin-bottom: 4px;
}
.update-btn-holder .update-btn {
	background-color: #d0b793;
	border: 1px solid #d0b793;
}
@media screen and (max-width: 991px) {
	.checkout-btn-holder .checkout-btn {
		display: inline-block;
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	.table-cart-wrapper .item .image a img {
		max-width: 100%;
	}
	.table-cart-wrapper .item .qty-price-del-wrap {
		float: left!important;
	}
}
@media screen and (max-width: 480px) {
	.paypal-btn-holder {
		width: 100%;
		text-align: center!important;
		margin-bottom: 20px;
	}
	.checkout-btn-holder {
		width: 100%;
		text-align: center!important;
	}
	.checkout-btn-holder .checkout-btn {
		width: 235px;
	}
	#n_checkout .page-header {
		text-align: center;
	}
}
/* footer */
.wrapper-footer {
	background-color: #000;
}
.top-footer-box {
	padding: 30px 20px;
    color: #a4a4a4;
	margin-bottom: 50px;
}
.top-footer-box .text-holder p {
	margin-bottom: 0px;
}
.logo-footer-holder img {
	max-width: 100%;
}
.footer-newsletter-wrapper p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.footer-newsletter-wrapper form {
    display: table;
    width: auto;
    margin: 0 auto;
    margin-top: 10px;
}
.footer-newsletter-wrapper input {
    border: 1px solid #ffffff5e;
    background: transparent;
	height: 41px;
}
.footer-newsletter-wrapper input[type="submit"] {
    background: #005bbc;
    color: white;
    border: none;
    padding: 10px 30px;
}
.footer-newsletter-wrapper .form-group {
    float: left;
    margin-right: 15px;
}
.social-footer-holder ul li a {
	color: #a4a4a4;
	font-size: 20px;
}
.social-footer-holder ul li a:hover {
	color: #d0b793;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition:  all 0.6s;
	-o-transition: all 0.6s;
	transition:  all 0.6s;
}
.social-footer-holder ul li {
	padding-left: 8px;
	padding-right: 8px;
}
.social-footer-holder ul {
	margin-left: 0px;
}
.wrapper-footer h4 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 20px;
}
.footer-menu-wrapper ul {
	margin-left: 0px;
}
.footer-menu-wrapper ul li {
	
}
.footer-menu-wrapper ul li a {
	border-radius: 0;
	color: #a4a4a4;
	font-size: 14px;
	padding: 5px 15px;
}
.footer-menu-wrapper ul li a:hover, .footer-menu-wrapper ul li a:focus, .footer-menu-wrapper ul li a:active {
	background: none;
	color: #fff;
}
.logo-footer-holder {
    padding-top: 12px;
}
.social-footer-holder {
    padding-top: 10px;
}
.clarity-button {
    background-color: #d0b793;
    color: #fff;
	text-transform: uppercase;
	border: 1px solid #d0b793;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition:  all 0.6s;
	-o-transition: all 0.6s;
	transition:  all 0.6s;
}
.clarity-button:hover {
	color: #d0b793;
    background-color: #222;
    text-transform: uppercase;
    border: 1px solid #d0b793;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition:  all 0.6s;
	-o-transition: all 0.6s;
	transition:  all 0.6s;
}
.address-footer .address-list li {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #444;
	padding-left: 40px;
}
.address-footer .address-list li:first-child {
	margin-top: 8px;
}
.address-footer .address-list li:last-child {
	border-bottom: none;
}
.address-footer .address-list li .fa {
	color: #309dd6;
	position: absolute;
	left: 0px;
	top: 2px;
}
.address-footer .address-list li span {
	color: #a4a4a4;
}
.wrapper-footer hr {
	border-top: 1px solid #a4a4a4;
}
.footer-bottom a, .footer-bottom .small {
	color: #a4a4a4;
}
.form-control:focus {
	border-color: #d0b793;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(185,160,111,0.75), 0 0 8px rgba(185,160,111,0.75);
    box-shadow: inset 0 1px 1px rgba(185,160,111,0.75), 0 0 8px rgba(185,160,111,0.75);
}

.payment-icon-wrapper .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
    overflow: hidden;
}
.payment-icon-wrapper .list-inline > li .payment-icon-container {
	overflow: hidden;
	height: auto;
    background: none;
}
.payment-icon-wrapper .list-inline > li .payment-icon-container img {
	max-width: 100%;
}
@media screen and (max-width: 991px) {
	.social-footer-holder ul li {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 767px) {
	.social-footer-holder ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.logo-footer-holder {
		padding-top: 0px;
		margin-bottom: 12px;
	}
	.top-footer-box .text-holder p {
		margin-bottom: 5px;
	}
	.top-footer-box {
		margin-bottom: 0px;
	}
	.wrapper-footer h4 {
		color: #fff;
		font-size: 26px;
		margin-bottom: 4px;
		margin-top: 34px;
	}
	.address-footer .address-list li {
		padding-left: 0px;
	}
	.address-footer .address-list li .fa {
		position: inherit;
		margin-right: 18px;
	}
	.address-footer .address-list li:last-child {
		border-bottom: none;
	}
	.footer-newsletter-wrapper .form-group {
		float: left;
		margin-right: 15px;
		width: 100%;
	}
	.footer-newsletter-wrapper input {
		border: 1px solid #ffffff5e;
		background: transparent;
		height: 41px;
		width: 100%;
	}
}
/* quick view popup */
.popup-width {
	width: 800px!important;
}
.popup-width #_jstl__images {
	width: 40%;
	float: left;
}
.popup-width #_jstl__header {
	width: 58%;
	margin-left: 2%;
	float: left;
}
.popup-width #_jstl__buying_options {
    float: right;
    width: 58%;
    margin-left: 2%;
}
.popup-width #_jstl__buying_options .quantity-holder-product {
	width: 25%;
}
.popup-width #_jstl__buying_options .addtocart-btn-holder {
	width: 75%;
}
.popup-width #_jstl__buying_options .wishlist-holder {
	width: auto;
	float: right;
	text-align: right;
}
.popup-width .thumb-images {
	padding: 0px;
}
.popup-width .wrapper-product-title h1 {
	margin: 0px;
	font-size: 24px;
	line-height: 1.1em;
}
.popup-width .productpricetext {
    font-size: 24px;
}
.popup-width .shipping-input-holder {
    margin-top: 0px;
    width: 50%;
    margin-bottom: 10px;
}
.popup-width .tabs-wrapper, .popup-width .short-desc-wrapper {
    width: 198%;
    float: left;
    transform: translateX(-50%);
}
.popup-width .calculate-shipping .panel-heading > #calc-shipping {
	min-height: 58px;
    display: block;
}
.popup-width .calculate-shipping .panel-heading > #collapsed {
	min-height: 58px;
    display: block;
}
.popup-width .calculate-shipping .panel-heading > a {
	min-height: 0px!;
}
.popup-width #reviews h4 {
	font-size: 16px;
}
.popup-width .variation-form-product {
	width: 48%;
	margin-left: 2%;
	float: left;
}
.productdetails {
    margin-top: 0px;
}
.productdetails p:first-child {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
}
/* isotope */
.grid-item {
	width: 25%;
	border: 1px solid #fff;
	background-color: #000;
}
.grid-item img {
	opacity: 0.7;
	width: 100%;
}
.effect-wrapper {
	position: relative;
	overflow: hidden;
}
.caption-holder {
	position: absolute;
	top: 35%;
	left: 0%;
	width: 100%;
}
.social-holder {
	position: absolute;
	bottom: 0px;
	width: 100%;
	max-height: 0px;
    overflow: hidden;
	-webkit-transition: all 0.8s; /* Safari */
    transition: all 0.8s;
	opacity: 0;
	padding-top: 26px;
}
.social-custom-menu {
    list-style: none;
    padding: 0px;
	text-align: center;
    display: inline-block;
    width: 100%;
}
.title-holder {
	text-align: center;
}
.title-holder a {
	color: #fff;
}
.title-holder a h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.title-holder a h6 {
	font-weight: 300;
    margin: 0px;
}
.title-holder a:hover {
	text-decoration: none;
}
.social-holder .social-custom-menu li {
	display: inline-block;
	margin: 0px 10px;
}
.social-holder .social-custom-menu li a {
	color: #fff;
	font-size: 20px;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.social-holder .social-custom-menu li a:hover {
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.date-holder {
	top: 0px;
    left: 0;
    position: absolute;
    padding: 4px;
    background-color: #000;
}
.date-holder p {
	margin: 0px;
	color: #fff;
	font-size: 11px;
}
.grid-item .effect-wrapper > a img {
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.grid-item .effect-wrapper:hover > a img {
    opacity: 0.2;
	-webkit-transition: all 0.8s; /* Safari */
    transition: all 0.8s;
	transform: scale(1.1);
}
.grid-item .effect-wrapper:hover > .social-holder {
	max-height: 200px;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.8s; /* Safari */
    transition: all 0.8s;
	opacity: 1;
}
.social-holder .social-custom-menu li:nth-child(1) a i {
  color: #fff;
}
.social-holder .social-custom-menu li:nth-child(1) a:hover i {
  color: #3b5998;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}

.social-holder .social-custom-menu li:nth-child(2) a i {
  color: #fff;#
}

.social-holder .social-custom-menu li:nth-child(2) a:hover i {
	color: #1da1f2;
  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate;
}

.social-holder .social-custom-menu li:nth-child(3) a i {
  color: #fff;
}

.social-holder .social-custom-menu li:nth-child(3) a:hover i {
	color: #ce1e1f;
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}

.social-holder .social-custom-menu li:nth-child(4) a i {
  color: #fff;
}

.social-holder .social-custom-menu li:nth-child(4) a:hover i {
	color: #db4437;
  -webkit-animation: neon4 1.5s ease-in-out infinite alternate;
  -moz-animation: neon4 1.5s ease-in-out infinite alternate;
  animation: neon4 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #3b5998, 0 0 70px #3b5998, 0 0 80px #3b5998, 0 0 100px #3b5998, 0 0 150px #3b5998;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #3b5998, 0 0 35px #3b5998, 0 0 40px #3b5998, 0 0 50px #3b5998, 0 0 75px #3b5998;
  }
}

@-webkit-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #1da1f2, 0 0 70px #1da1f2, 0 0 80px #1da1f2, 0 0 100px #1da1f2, 0 0 150px #1da1f2;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #1da1f2, 0 0 35px #1da1f2, 0 0 40px #1da1f2, 0 0 50px #1da1f2, 0 0 75px #1da1f2;
  }
}

@-webkit-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ce1e1f, 0 0 70px #ce1e1f, 0 0 80px #ce1e1f, 0 0 100px #ce1e1f, 0 0 150px #ce1e1f;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ce1e1f, 0 0 35px #ce1e1f, 0 0 40px #ce1e1f, 0 0 50px #ce1e1f, 0 0 75px #ce1e1f;
  }
}

@-webkit-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #db4437, 0 0 70px #db4437, 0 0 80px #db4437, 0 0 100px #db4437, 0 0 150px #db4437;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #db4437, 0 0 35px #db4437, 0 0 40px #db4437, 0 0 50px #db4437, 0 0 75px #db4437;
  }
}
/*glow for mozilla*/

@-moz-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #3b5998, 0 0 70px #3b5998, 0 0 80px #3b5998, 0 0 100px #3b5998, 0 0 150px #3b5998;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #3b5998, 0 0 35px #3b5998, 0 0 40px #3b5998, 0 0 50px #3b5998, 0 0 75px #3b5998;
  }
}

@-moz-keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #1da1f2, 0 0 70px #1da1f2, 0 0 80px #1da1f2, 0 0 100px #1da1f2, 0 0 150px #1da1f2;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #1da1f2, 0 0 35px #1da1f2, 0 0 40px #1da1f2, 0 0 50px #1da1f2, 0 0 75px #1da1f2;
  }
}

@-moz-keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ce1e1f, 0 0 70px #ce1e1f, 0 0 80px #ce1e1f, 0 0 100px #ce1e1f, 0 0 150px #ce1e1f;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ce1e1f, 0 0 35px #ce1e1f, 0 0 40px #ce1e1f, 0 0 50px #ce1e1f, 0 0 75px #ce1e1f;
  }
}

@-moz-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #db4437, 0 0 70px #db4437, 0 0 80px #db4437, 0 0 100px #db4437, 0 0 150px #db4437;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #db4437, 0 0 35px #db4437, 0 0 40px #db4437, 0 0 50px #db4437, 0 0 75px #db4437;
  }
}
/*glow*/

@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #3b5998, 0 0 70px #3b5998, 0 0 80px #3b5998, 0 0 100px #3b5998, 0 0 150px #3b5998;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #3b5998, 0 0 35px #3b5998, 0 0 40px #3b5998, 0 0 50px #3b5998, 0 0 75px #3b5998;
  }
}

@keyframes neon2 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #1da1f2, 0 0 70px #1da1f2, 0 0 80px #1da1f2, 0 0 100px #1da1f2, 0 0 150px #1da1f2;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #1da1f2, 0 0 35px #1da1f2, 0 0 40px #1da1f2, 0 0 50px #1da1f2, 0 0 75px #1da1f2;
  }
}

@keyframes neon3 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ce1e1f, 0 0 70px #ce1e1f, 0 0 80px #ce1e1f, 0 0 100px #ce1e1f, 0 0 150px #ce1e1f;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ce1e1f, 0 0 35px #ce1e1f, 0 0 40px #ce1e1f, 0 0 50px #ce1e1f, 0 0 75px #ce1e1f;
  }
}

@keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #db4437, 0 0 70px #db4437, 0 0 80px #db4437, 0 0 100px #db4437, 0 0 150px #db4437;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #db4437, 0 0 35px #db4437, 0 0 40px #db4437, 0 0 50px #db4437, 0 0 75px #db4437;
  }
}
/* one blog page */
.blog-content-wrapper {
	float: right;
}
.blog-content-wrapper .page-header {
	margin-bottom: 0px;
}
.blog-content-wrapper .text-muted {
	font-size: 12px;
}
.blog-sidebar-holder {
	padding-top: 20px;
}
.sidebar-post-thumb {
	background-color: #000;
	border: 1px solid #fff;
	width: 45%;
}
.sidebar-post-thumb .post-title-holder {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    margin-top: -24px;
	padding: 0px 5px;
}
.sidebar-post-thumb .sidebar-img-holder img {
	width: 100%;
    opacity: 0.6;
}
.sidebar-post-thumb .post-title-holder a {
	color: #fff;
}
.sidebar-post-thumb .post-title-holder a:hover {
	text-decoration: none;
}
.sidebar-post-thumb .social-holder a:hover {
	
}
.sidebar-post-thumb .post-title-holder a h4 {
	font-size: 14px;
}
.sidebar-post-thumb .post-title-holder a h6 {
	font-weight: 300;
}
.sidebar-post-thumb .social-holder .social-custom-menu {

}
.sidebar-post-thumb .social-holder .social-custom-menu li {
	
}
.sidebar-post-thumb .social-holder .social-custom-menu li a{
	
}
.sidebar-post-thumb .social-holder .social-custom-menu li a:hover {
	
}
.sidebar-post-thumb .sidebar-date-holder {
	position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    left: 5px;
}
.sidebar-post-thumb .sidebar-date-holder .text-muted {
	color: #fff;
	font-size: 10px;
}
.img-wrapper-post {
	position: relative;
}
.img-wrapper-post img {
	max-width: 100%;
	width: 100%;
}
.content-wrapper-post {
	text-align: justify;
}
.social-post {
	padding: 0px;
	list-style: none;
	text-align: center;
	margin-bottom: 0px;
}
.social-post li {
	display: inline-block;
    margin: 0 18px;
}
.social-post li:last-child {
	margin-right: 0px;
}
.social-post li a {
	color: #fff;
	font-size: 30px;
}
.social-post li a:hover {
	text-decoration: none;
}
.blog-sidebar-wrapper .sidebar-post-thumb {
	overflow: hidden;
}
.blog-sidebar-wrapper .sidebar-post-thumb > a img {
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.blog-sidebar-wrapper .sidebar-post-thumb:hover > a img {
    opacity: 0.2;
	-webkit-transition: all 0.8s; /* Safari */
    transition: all 0.8s;
	transform: scale(1.1);
}
.social-post-wrapper {
	position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,.6);
    padding: 10px 0px;
	left: 15px;
    right: 15px;
}
.social-post-wrapper .social-post li:nth-child(1) a:hover i {
  color: #3b5998;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}
.social-post-wrapper .social-post li:nth-child(2) a:hover i {
  color: #1da1f2;
  -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
  -moz-animation: neon2 1.5s ease-in-out infinite alternate;
  animation: neon2 1.5s ease-in-out infinite alternate;
}
.social-post-wrapper .social-post li:nth-child(3) a:hover i {
  color: #ce1e1f;
  -webkit-animation: neon3 1.5s ease-in-out infinite alternate;
  -moz-animation: neon3 1.5s ease-in-out infinite alternate;
  animation: neon3 1.5s ease-in-out infinite alternate;
}
.social-post-wrapper .social-post li:nth-child(4) a:hover i {
  color: #db4437;
  -webkit-animation: neon4 1.5s ease-in-out infinite alternate;
  -moz-animation: neon4 1.5s ease-in-out infinite alternate;
  animation: neon4 1.5s ease-in-out infinite alternate;
}
.blog-content-wrapper .btn-success, .blog-content-wrapper .btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.blog-content-wrapper .form-group label {
	margin-bottom: 1px;
}
.blog-sidebar-holder h3 .left-arrow, .blog-sidebar-holder h3 .right-arrow, .mouse-click {
	display: none;
} 
/*RESPONSIVE*/
@media screen and (max-width: 1023px) {
	.grid-item {
		width: 33.33%;
	}
	.blog-sidebar-holder {
		width: 100%;
		float: right;
	}
	.blog-content-wrapper {
		width: 100%;
	}
	.content-wrapper-post {
		width: 70%;
	}
	.img-wrapper-post {
		width: 30%;
	}
	.sidebar-post-thumb {
		width: 33.33%;
	}
	.blog-sidebar-holder > h3 {
		text-align: center;
	}
	.blog-sidebar-holder h3 .left-arrow, .blog-sidebar-holder h3 .right-arrow {
		display: inline-block;
		margin: 0 30px;
	} 
	.blog-sidebar-wrapper {
		max-height: 0px!important; 
		overflow: hidden!important;
		-webkit-transition: all 0.6s; /* Safari */
		transition: all 0.6s;
	}
	.blog-sidebar-wrapper-expand {
		max-height: 10000px!important; 
		-webkit-transition: all 0.6s; /* Safari */
		transition: all 0.6s;
	}
	.blog-sidebar-holder h3 {
		position: relative;
		height: 70px;
		z-index: 99999;
	}
	.blog-sidebar-holder h3 .fa-angle-up:before {
		font-family: fontAwesome;
		content: "\f106"!important;
	}
	.social-post li {
		margin: 0 10px;
	}
	.social-post li a {
		font-size: 20px;
	}
	.mouse-click {
		display: block;
		position: absolute;
		top: 45px;
		left: 50%;
		margin-left: -40px;
	}
	/* Pulse */
	@-webkit-keyframes hvr-pulse {
	  25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	  }

	  75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	  }
	}

	@keyframes hvr-pulse {
	  25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	  }

	  75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	  }
	}
	.mouse-click {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  -webkit-animation-name: hvr-pulse;
	  animation-name: hvr-pulse;
	  -webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	}
}
@media screen and (max-width: 767px) {
	.grid-item {
		width: 50%;
	}
	.content-wrapper-post {
		width: 60%;
	}
	.img-wrapper-post {
		width: 40%;
	}
}
@media screen and (max-width: 600px) {
	.content-wrapper-post {
		width: 100%;
	}
	.img-wrapper-post {
		width: 100%;
	}
	.sidebar-post-thumb {
		width: 50%;
	}
}
@media screen and (max-width: 425px) {
	.title-holder a h4 {
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 2px;
	}
	.title-holder a h6 {
		margin: 0px;
		margin-top: 5px;
		font-weight: 300;
	}
	.sidebar-post-thumb .sidebar-date-holder .text-muted {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 375px) {
	.sidebar-post-thumb {
		width: 100%;
	}
}
/* contact-page */
.contact-info-wrapper ul {
	padding-left: 0px;
	margin: 0px;
	margin-top: 20px;
	list-style: none;
}
.contact-info-wrapper ul li {
	padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
    position: relative;
    padding-left: 40px;
}
.contact-info-wrapper ul li .fa {
	margin-right: 0px;
    font-size: 22px;
    color: #636363;
    position: absolute;
    left: 0px;
}
#map {
    height: 350px;
}
.map-wrapper {
	width: 100%;
	float: left;
}
@media (max-width: 768px) {
	.contact-info-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/* MULTI ADD TO CART */
.add-extra {
	font-size: 16px;
}

/* crosssells - item page */
.box4check-label {
	background-image: url(../img/checked-no.jpg);
	height: 29px;
	width: 34px;
	z-index: 9999;
	margin: 0px!important;
}
.box4checked-label {
	background-image: url(../img/checked.jpg);
}
.cart-child-items {
    text-align: center;
    overflow: hidden;
}
.cart-child-items a {
	color: #000;
}
.cart-child-items img {
    display: block;
    max-width: 100%;
	margin-bottom: 10px;
	margin-left: auto;
    margin-right: auto;
}
.hide {
	display: none;
}
.abs-positioning {
	position: absolute;
    top: -113px;
    left: 16.66667%;
    padding-left: 15px;
    padding-right: 15px;
	width: 62%;
}
.abs-positioning .multi-add {
	border: none;
    color: #fff;
    font-size: 18px;
    width: 100%;
    padding: 10px 10px;
    padding-bottom: 11px;
}
.abs-positioning .multi-add:focus {
	border: none;
}
.additional-info h3, .item-info-wrapper h3 {
	padding-top: 0px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 6px;
    min-height: 60px;
}
.item-info-wrapper h3 {
	text-align: center;
}
.item-info-wrapper h3 a {
	color: #000;
}
.aditional-items-wrapper {
	margin-left: -5px;
	margin-right: -5px;
}
.single-aditional-item {
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}
.single-aditional-item .item-info-wrapper h3 {
	font-size: 14px;
}
@media (max-width: 1100px) {
	.single-aditional-item {
		width: 33.3333%;
	}
}
@media (max-width: 992px) {
	.abs-positioning {
		top: -103px;
		left: 21.5%;
	}
}
@media (max-width: 575px) {
	.single-aditional-item {
		width: 50%;
	}
}
@media (max-width: 425px) {
	.abs-positioning {
		left: 20.4%;
	}
	.additional-info h3, .item-info-wrapper h3 {
		min-height: 64px;
	}
}

/* Web pages style */
.contact-us-form .text-danger {
    display: inline;
}
#n_content .page-header {
    padding-top: 0px!important;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contact-us-form .btn-default {
    background: #005bbc;
    color: white;
    border: none;
    padding: 12px 40px;
}
#n_content .custom-table-style img {
    max-width: inherit!important;
	height: auto;
}
#n_content .custom-table-style {
    background-color: transparent;
    border: 1px solid #dcdbdb;
	width: 100%!important;
}
#n_content .custom-table-style td, #n_content .custom-table-style th {
    padding: 16px;
}
.designers-list, .artists-list  {
	margin-left: 10px;
}