body {
	font-family: "Poppins", sans-serif;
	position: relative;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
@media screen and (max-width: 1024px) {
	.container {
		width: 100%;
	}
}
/*  layout selector */
.layout-selector-wrapper {
    position: fixed;
    top: 350px;
	width: 300px;
	left: -250px;
	 -webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
	z-index: 999999;
}
.layout-selector-wrapper.fly-in {
    left: 0px;
	-webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.layout-selector-wrapper .button-holder {
	background-color: #fd03fa;
    padding: 10px;
    color: #fff;
    width: 50px;
    float: right;
    text-align: center;
}
.layout-selector-wrapper .button-holder .fa {
	font-size: 30px;
}
.layout-selector-wrapper .button-holder .fa:hover {
	
}
.layout-selector-wrapper .content-holder {
	float: right;
    width: 250px;
    padding: 15px;
    border: 1px solid #fd03fa;
    border-left: none;
    background-color: #fd03fa;
}
.layout-selector-wrapper .content-holder ul {
	padding-left: 0px;
	list-style: none;
}
.layout-selector-wrapper .content-holder ul li {
	margin-bottom: 10px;
}
.layout-selector-wrapper .content-holder ul li a{
	color: #fff;
}
.layout-selector-wrapper .content-holder ul li a:hover {
	text-decoration: none;
}
.layout-selector-wrapper .content-holder h4 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.layout-selector-wrapper .button-holder .fa{
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.color-list {
	text-align: center;
}
.color-list li {
	float: none;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 1px solid #fff;
}
.default-color {
	background-image: url(../img/color-def.jpg);
}
.red-color {
	background-image: url(../img/color-red.jpg);
}
.blue-color {
	background-image: url(../img/color-blue.jpg);
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/* 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;
}
.prim-color {
	color: #fd03fa;
}
.sec-color: {
	color: #fd03fa;
}
/* header */
.wrapper-logo {
    padding-right: 10px;
}
.search-wrapper .input-group {
	width: 100%;
}
.search-wrapper .form-control {
	border-radius: 17px!important;
	background-color: #e0e0e0;
}
.search-wrapper .input-group-btn .btn {
	border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 2px;
	padding: 6px 10px;
	background-color: #999;
	color: #fff;
	z-index: 999;
}
.search-wrapper .form-control:focus {
    border: 1px solid #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	background-color: #fff;
}
.search-wrapper .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999;
}
.search-wrapper .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #999;
}
.search-wrapper .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #999;
}
.search-wrapper .form-control:-moz-placeholder { /* Firefox 18- */
	color: #999;
}
.accountmenu-wrapper {
    margin-top: 20px;
}
.accountmenu-wrapper .navbar-nav > li {
	font-size: 13px;
}
.accountmenu-wrapper .navbar-nav > li > a {
    color: #878787;
    cursor: pointer;
    font-size: 13px;
	font-family: "Baloo Paaji", cursive;
    font-weight: 400;
	padding: 10px 0px;
}
.accountmenu-wrapper .navbar-nav > li > a:hover {
	color: #fd03fa;
}
.accountmenu-wrapper .navbar-nav > li > a .fa-user {
	margin-right: 6px;
} 
.accountmenu-wrapper .navbar-nav > li > a .fa-caret-down {
    margin-left: 6px;
    border: 2px solid #878787;
    border-radius: 50%;
    padding: 0px 3px;
}
.accountmenu-wrapper .navbar-nav > li > a:hover .fa-caret-down {
	border: 2px solid #fd03fa;
}
.accountmenu-wrapper .navbar-nav > li > a:hover {
	background: none;
}
.accountmenu-wrapper .dropdown-menu {
    padding-top: 12px;
}
.accountmenu-wrapper .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    color: #878787;
    cursor: pointer;
    font-size: 13px;
	font-family: "Baloo Paaji", cursive;
    font-weight: 400;
}
.accountmenu-wrapper .dropdown-menu > li > a:hover {
	background: none;
	color: #fd03fa;
}
.fa-shopping-basket:before {
    content: "\f291";
}
.mini-cart-wrapper {
	
}
.mini-cart-wrapper #header-cart {
	
}
.mini-cart-wrapper #header-cart > a {
	color: #878787;
    cursor: pointer;
    font-size: 13px;
    font-family: "Baloo Paaji", cursive;
    font-weight: 400;
    padding: 10px 0px;
}
.mini-cart-wrapper #header-cart > a:hover, .mini-cart-wrapper #header-cart > a:focus, .mini-cart-wrapper #header-cart > a:active {
	text-decoration: none;
	color: #fd03fa;
}
.mini-cart-wrapper #header-cart > a .fa-shopping-basket {
	color: #fd03fa;
    margin-right: 6px;
	font-size: 22px;
}
.mini-cart-wrapper #header-cart > a .fa-caret-down {
	margin-left: 6px;
    border: 2px solid #878787;
    border-radius: 50%;
    padding: 0px 3px;
}
.mini-cart-wrapper #header-cart > a:hover .fa-caret-down {
	border: 2px solid #fd03fa;
}
.mini-cart-wrapper #header-cart.open .fa-caret-down {
	color: #fd03fa;
	border: 2px solid #fd03fa;
}
.mini-cart-wrapper .thumb_cart ul .right a {
    color: #6f6f6f;
    font-size: 11px;
    font-weight: 600;
}
.mini-cart-wrapper .thumb_cart ul .right a:hover {
	text-decoration: none;
}
.wrapper-menu {
	background-color: #000;
}
.wrapper-menu .navbar-custom {
	background: none;
	border: none;
	margin-bottom: 0px;
}
.desk-menu-wrapper {
	padding: 0px;
}
.desk-menu-wrapper .nav > li > a {
	padding: 10px 10px 10px 0px;
    text-transform: uppercase;
    color: #fff!important;
    background-color: transparent !important;
    -webkit-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
    font-weight: 700;
    line-height: 40px;
    font-size: 14px;
}
.desk-menu-wrapper ul > li > a:hover {
	color: #999 !important;
}
.desk-menu-wrapper ul > li > a .fa-home {
	font-size: 20px;
}
.custom-dropdown-menu {
	padding: 10px 20px;
	top: 99%;
}
.custom-dropdown-menu li a {
	color: #fd03fa !important;
	font-weight: 600;
	padding: 3px 10px;
}
.custom-dropdown-menu li a:hover {
	color: #fd03fa!important;
	background: none;
}
/* mega menu */
.desk-menu-wrapper .nav .mega-menu {
	position: inherit;
}
.desk-menu-wrapper .nav .mega-menu > .custom-dropdown-menu {
	width: 100%;
	z-index: 999;
	padding-top: 24px;
}
.desk-menu-wrapper .nav .dropdown-hover > .custom-dropdown-menu {
	padding-top: 24px;
	border-radius: 0px;
}
.desk-menu-wrapper .nav .mega-menu > .custom-dropdown-menu li {
	width: 32.3333%;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    margin: 0px 0.5% 2px 0.5%;
    float: left;
}
.custom-dropdown-menu li {
	width: 100%;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.custom-dropdown-menu-second {
	display: block;
    padding: 3px 0px;
    float: left;
    width: 100%;

}
.custom-dropdown-menu-second > li {
	display: block!important;
    width: 100%!important;
    border-bottom: none!important;
    margin-bottom: 2px!important;
    padding-bottom: 2px!important;
}
.custom-dropdown-menu-second > li a {
	color: #696969!important;
}
.custom-dropdown-menu-second > li a:hover {
	text-decoration: none;
}
/* responsive menu */
.menu-expander {
	display: none;
}
.custom-dropdown-expanded {
	display: none;
}
.sticky-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
}
@media screen and (max-width: 1023px) {
	.dropdown-hover:hover > .dropdown-menu {
		display: none;
	}
	.social-wrapper-fixed {
		display: none;
	}
	.nMobileNav {
		display: block!important;
	}
	.nMobileNav li a {
		color: #fff;
	}
	.navbar-header {
		width: 100%;
		padding-top: 15px;
	}
	.wrapper-menu .navbar-collapse {
		border: none;
		box-shadow: none;
		position: absolute;
		z-index: 100000;
		width: 100%;
		top: 100%;
		left: -2000px;
		right: initial;
		-webkit-transition: all 0.8s;
		transition: all 0.8s;
	}
	.wrapper-menu .navbar-collapse.fly-in {
		left: 0;
		right: initial;
		-webkit-transition: all 0.8s;
		transition: all 0.8s;
		background-color: #fd03fa;
		border-top: 1px solid #c8b3f9;
	}
	.menu-main-holder, .navbar-custom {
		position: inherit;
	}
	.wrapper-menu {
		position: relative;
	}
	.navbar-collapse.fly-in .navbar-nav {
		width: 100%;
		margin: 0px;
	}
	.wrapper-menu .navbar-collapse li {
		width: 100%;
	}
	.wrapper-menu .navbar-collapse li:first-child {
		display: none;
	}
	.navbar-collapse.fly-in .navbar-nav > li {
		width: 100%;
		padding: 0px 30px;
	}
	.navbar-collapse.fly-in .navbar-nav > li a {
		padding: 4px 0px;
	}
	.navbar-collapse.fly-in .navbar-nav > li:last-child a {
		border-bottom: none;
	}
	.nMobileNav li a:focus {
		text-decoration: none;
	}
	.navbar-collapse.fly-in .navbar-nav li a .caret {
		display: none;
	}
	.navbar-collapse.fly-in .navbar-nav li {
		position: relative;
		float: left;
	}
	.menu-expander {
		display: block;
		position: absolute;
		right: 40px;
		top: 10px;
		width: 40px;
		height: 40px;
		text-align: center;
		padding-top: 0px;
	}
	.menu-expander .fa {
		color: #fff;
		font-size: 24px;
	}
	.navbar-nav .dropdown-menu {
		display: none;
	}
	.custom-dropdown-expanded {
		display: block!important;
		position: relative;
		width: 100%;
		background-color: #514077!important;
		float: left!important;
	}
	.custom-dropdown-expanded > li > a {
		border-bottom: none!important;
	}
	.custom-dropdown-menu-second {
		padding-top: 8px;
	}
	.desk-menu-wrapper .nav .dropdown-hover > .custom-dropdown-menu li {
		
	}
	.custom-dropdown-menu li a {
		color: #fff!important;
	}
	.custom-dropdown-menu-second > li a {
		color: #dadada!important;
	}
	.menu-expander .fa-angle-up:before {
		font-family: fontAwesome;
		content: "\f106"!important;
	}
	.accountmenu-wrapper, .mini-cart-wrapper {
		display: none;
	}
	.search-wrapper {
		float: right!important;
	}
	.wrapper-header > .row:first-child {
		display: inherit;
	}
	.wrapper-logo {
		padding-right: 15px;
	}
}
@media screen and (max-width: 767px) {
	.navigation-list li {
		width: 23%;
	}
	.logo {
		max-width: 220px;
	}
	.desk-menu-wrapper .nav .mega-menu > .custom-dropdown-menu li {
		width: 49%;
	}
}
@media screen and (max-width: 525px) {
	.desk-menu-wrapper .nav .mega-menu > .custom-dropdown-menu li {
		width: 100%;
	}
}

/* social fixed */
.social-wrapper-fixed {
	position: fixed;
    right: 0px;
    top: 30%;
    z-index: 9999;
}
.social-wrapper-fixed ul {
	padding: 0px;
    margin: 0px;
    width: 60px;
    text-align: center;
}
.social-wrapper-fixed ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 12px;
}
.social-wrapper-fixed ul li a {
	font-size: 28px;
    line-height: 1em;
    border-radius: 50%;
    background-color: #999;
    width: 46px;
    height: 46px;
    display: block;
    padding-top: 10px;
}
.social-wrapper-fixed ul li a .fa {
	font-size: 24px;
    color: #fff;
}
.social-wrapper-fixed ul li a:hover {
	background-color: #fd03fa;
}

/* slider */
.main-slider-wrapper .carousel-caption {
    left: 8%;
    right: inherit;
    padding-bottom: 30px;
    top: 35%;
    margin-top: -145px;
    bottom: inherit;
	text-align: left;
	width: 22%;
}
.main-slider-wrapper .carousel-caption h3 {
	font-family: 'Baloo Paaji', cursive;
	font-size: 53px;
	color:#fd03fa;
}
.main-slider-wrapper .carousel-caption p {
	color: #000;
    font-weight: 400;
    font-family: 'Pacifico', cursive;
    font-size: 31px;
}
.main-slider-wrapper .carousel-caption .slider-btn-holder .slider-btn {
	font-family: "Poppins", sans-serif;
	background-color: #fd03fa;
    color: #ffffff;
    padding: 18px 36px;
	padding-right: 50px;
    border-radius: 25px;
    font-size: 14px;
    margin: 0 10px;
	border: none;
    text-transform: uppercase;
	position: relative;
}
.main-slider-wrapper .carousel-caption .slider-btn-holder .slider-btn:before {
	position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -14px;
    content: "\f061";
    font-family: fontAwesome;
    font-size: 18px;
}
.main-slider-wrapper .carousel-caption .slider-btn-holder .slider-btn:hover {
	
}
.carousel-control {
	text-shadow: none;
	width: 100px;
}
.carousel-control.left, .carousel-control.right {
	background: none!important;
	opacity: 0;
	 -webkit-transition: opacity 0.6s; /* Safari */
    transition: opacity 0.6s;
}
.main-slider-wrapper:hover .carousel-control {
	opacity: 1;
	 -webkit-transition: opacity 0.6s; /* Safari */
    transition: opacity 0.6s;
}
.carousel-control .fa {
    padding: 10px 12px;
    border-radius: 50%;
    background-color: #fd03fa;
    text-align: center;
	left: 50%;
}
.right.carousel-control .fa {
	left: 0px;
}
.carousel-control .fa:hover {
	background-color: #fd03fa;
}

/*  responsive slider */
@media screen and (max-width: 1440px) {
	.main-slider-wrapper .carousel-caption {
		width: 36%;
	}
}
@media screen and (max-width: 1023px) {
	.main-slider-wrapper .carousel-inner a > img {
		max-width: 144%;
		width: 144%;
		transform: translateX(-13%);
	}
	.main-slider-wrapper .carousel-caption {
		left: 12%;
	}
	.carousel-control.left, .carousel-control.right {
		opacity: 1;
	}
	.main-slider-wrapper .carousel-caption p {
		color: #fd03fa;
		font-weight: 400;
		font-family: 'Pacifico', cursive;
		font-size: 28px;
	}
	.main-slider-wrapper .carousel-caption h3 {
		font-family: 'Baloo Paaji', cursive;
		font-size: 46px;
	}
}
@media screen and (max-width: 767px) {
	.main-slider-wrapper .carousel-inner a > img {
		max-width: 144%;
		width: 144%;
		transform: translateX(-13%);
	}
	.main-slider-wrapper .carousel-caption {
		left: 10%;
		top: 50%;
		width: 84%;
		margin-top: 0px;
		transform: translateY(-50%);
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.main-slider-wrapper .carousel-caption h3 {
		font-size: 34px;
	}
	.main-slider-wrapper .carousel-caption p {
		font-size: 20px;
	}
	.carousel-control.left .fa {
		left: 5px;
	}
	.carousel-control.right .fa {
		right: 5px;
		left: inherit;
	}
}
@media screen and (max-width: 500px) {
	.main-slider-wrapper .carousel-inner a > img {
		max-width: 201%;
		width: 201%;
		transform: translateX(-25%);
	}
	.main-slider-wrapper .carousel-caption {
		left: 12%;
	}
}
/*  BOXED LAYOUT SLIDER START */
.boxed-slider-layout .main-slider-holder {
	padding: 0px;
}
.boxed-slider-layout .one-small-banner {
	/* 
	padding-left: 0px;
	padding-right: 0px;
	*/
	margin-bottom: 6px;
}
.boxed-slider-layout .one-small-banner .carousel-caption {
	text-align: left;
    padding-left: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.boxed-slider-layout .one-small-banner .carousel-caption p {
	color: #fd03fa;
	margin-bottom: 5px;
	font-size: 18px;
    text-shadow: none;
    color: #fd03fa;
    font-weight: 800;
}
.boxed-slider-layout .one-small-banner .carousel-caption h3 {
	margin-bottom: 5px;
}
.boxed-slider-layout .one-small-banner .slider-btn-holder {
	
}
.boxed-slider-layout .second-small-banner {
	
}
.boxed-slider-layout .second-small-banner .carousel-caption { 
	text-align: center;
	padding-top: 24px;
}
.boxed-slider-layout .second-small-banner p {
	color: #fff!important;
}
.boxed-slider-layout .second-small-banner h3 {
	
}
.boxed-slider-layout .one-small-banner .slider-btn-holder .slider-btn {
	
}
/*  BOXED LAYOUT SLIDER END */
/* effect-background - small banners */
.effect-background a::before, .effect-background a::after {
  background-color: transparent;
}
.effect-background {
  overflow: hidden;
  position: relative;
}
.effect-background a::before {
  left: -100%;
}
.effect-background a::before, .effect-background a::after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transform: skew(20deg, 0deg);
  transition: all 0.5s ease 0s;
  width: 70%;
}
.effect-background a::after {
  right: -100%;
}
.effect-background a::before, .effect-background a::after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transform: skew(20deg, 0deg);
  transition: all 0.5s ease 0s;
  width: 70%;
}
.effect-background a {
  display: block;
  overflow: hidden;
  position: relative;
}
.effect-background:hover a::before {
  left: -20%;
}
.effect-background:hover a::after {
  right: -20%;
}
/* end effect-background - small banners */
.home-page-carousel {
	position: relative;
}
.one-small-banner .carousel-caption {
	left: 0px;
    right: 0;
    padding-bottom: 30px;
    top: 0;
    margin-top: 0px;
    bottom: inherit;
}
.one-small-banner .carousel-caption h3 {
	font-family: 'Baloo Paaji', cursive;
    font-size: 30px;
    color: #fd03fa;
    text-shadow: 1px 1px #000;
    margin-bottom: 20px;
}
.one-small-banner .carousel-caption .slider-btn-holder .slider-btn {
	font-family: "Poppins", sans-serif;
    background-color: #fd03fa;
    color: #ffffff;
    padding: 12px 36px;
    padding-right: 50px;
    border-radius: 25px;
    font-size: 14px;
    margin: 0;
    border: none;
    text-transform: uppercase;
    position: relative;
}
.one-small-banner .carousel-caption .slider-btn-holder .slider-btn:before {
	position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -14px;
    content: "\f061";
    font-family: fontAwesome;
    font-size: 18px;
}
@media screen and (max-width: 1023px) {
	.one-small-banner .carousel-caption h3 {
		font-size: 24px;
	}
	.one-small-banner .carousel-caption .slider-btn-holder .slider-btn {
		padding: 10px 36px;
		font-size: 14px;
	}
}
.title-holder {
	width: 50%;
	float: left;
}
.swipper-btn-holder {
	width: 50%;
	float: left;
}
@media screen and (max-width: 500px) {
	.swipper-btn-holder {
		width: 100%;
		text-align: center;
	}
	.title-holder {
		width: 100%;
		text-align: center;
	}
	.new-arrivals-wrapper .swiper-button-next {
		float: right!important:
	}
	.new-arrivals-wrapper .swiper-button-prev {
		float: left!important;
	}
}
.new-arrivals-wrapper h2 {
	font-family: "Baloo Paaji", cursive;
    font-size: 35px;
    color: #434343;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-transform: capitalize;
}
.new-arrivals-wrapper .swiper-button-next, .new-arrivals-wrapper .swiper-button-prev {
	background: none;
    position: relative;
    float: right;
    top: inherit;
    margin-top: 0px;
    margin: 0px 20px;
    text-align: center;
    height: auto;
    line-height: 1em;
	padding: 10px 12px;
    border-radius: 50%;
    background-color: #fd03fa;
	color: #fff;
} 
.new-arrivals-wrapper .swiper-button-next.swiper-button-disabled, .new-arrivals-wrapper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: inherit;
}
.new-arrivals-wrapper .swiper-button-prev {
	padding-right: 22px;
}
.new-arrivals-wrapper .swiper-button-next {
	padding-right: 20px;
    padding-left: 14px;
}
.new-arrivals-wrapper .swiper-button-prev:hover, .new-arrivals-wrapper .swiper-button-next:hover {
	background-color: #999;
}
.new-arrivals-wrapper .one-slide-small .img-responsive {
	margin: 0 auto;
	margin-top: 18px;
}
.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: 1px solid #ebebeb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: none;
	margin-top: 5px;
}
.ts-thumb-holder .caption {
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	width: 85%;
    margin: 0 auto;
}
.ts-thumb-holder .caption h3 {
	display: inline-block;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    margin: 0;
	line-height: 21px;
	min-height: 63px;
    margin-top: 16px;
}
.ts-thumb-holder .caption h3 a {
	color: #434343;
    font-family: "Baloo Paaji", cursive;
}
.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;
}
.thumb-price-wrapper {
	min-height: 70px;
}
.ts-thumb-holder .thumb-price-wrapper .price span {
	color: #fd03fa;
    font-family: "Baloo Paaji", cursive;
    font-size: 18px;
}
.ts-thumb-holder .btns-wrapper {
	position: absolute;
    width: 100%;
    z-index: 9999;
    bottom: 192px;
	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: #fd03fa;
    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: 1px solid #fd03fa;
	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:hover .btns-wrapper .btn:hover {
	border: 1px solid #fd03fa;
	color: #fff;
	background-color: #fd03fa;
}
.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: #fd03fa;
}
.ts-thumb-holder:hover .review-wrap, .ts-thumb-holder:hover .review-wrap .text-muted {
	color: #fff;
}
.ts-thumb-holder:hover .product-meta {
	background-color: #999;
}
.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: #999;
	opacity: 1;
}
.ts-thumb-holder:hover .caption h3 a {
	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 #fd03fa;
}
.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: #fd03fa;
}
.ts-thumb-holder:hover .btns-wrapper .product-wishlist-holder .wishlist-icon:hover {
	background-color: #fd03fa;
}
.ts-thumb-holder:hover .btns-wrapper .product-wishlist-holder .wishlist-icon:hover span .fa-heart {
	color: #fff;
}
.btns-wrapper .btn-quick-view {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #fd03fa;
    border-radius: 50%;
    width: 43px;
    height: 43px;
}
.btns-wrapper .btn-quick-view .fa-eye {
    font-size: 18px;
    color: #fd03fa;
}
.btns-wrapper .btn-quick-view:hover {
	background-color: #fd03fa;
}
.btns-wrapper .btn-quick-view:hover .fa-eye {
	color: #fff
}
@media screen and (max-width: 1023px) {
	.ts-thumb-holder .btns-wrapper {
		position: relative;
		bottom: 30px;
		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;
	}
}
/* add top cart popup */
.nactivity {
	z-index: 99999999;
}
.npopup-body .npopup-continue {
	background-color: #fd03fa;
    border: 1px solid #fd03fa;
    color: #fff;
}
.npopup-body .npopup-view {
	background-color: #fd03fa;
    border: 1px solid #fd03fa;
    color: #fff;
}
.npopup-body .npopup-checkout {
	background-color: #fd03fa;
    border: 1px solid #fd03fa;
    color: #fff;
}
.npopup-body .npopup-continue:hover {
	background-color: #9a84ce;
    border: 1px solid #9a84ce;
}
.npopup-body .npopup-view:hover {
	background-color: #9a84ce;
    border: 1px solid #9a84ce;
}
.npopup-body .npopup-checkout:hover {
	background-color: #d28d06;
    border: 1px solid #d28d06;
    color: #fff;
}

/* homepage swiper */
.single-cat-thumb-slide > a {
	display: block;
}
.single-cat-thumb-slide > a:hover {
	text-decoration: none;
}
.single-cat-thumb-slide .carousel-caption {
	position: relative;
    left: 0;
    right: 0;
    text-shadow: none;
    color: #000;
    padding: 10px 0px;
}
.single-cat-thumb-slide .carousel-caption h3 {
	margin: 0px;
    line-height: 1em;
    font-size: 18px;
}
.hot-deals-main-holder .tabs-wrapper {
	padding-left: 15px;
	padding-right: 15px;
}
.hot-deals-main-holder .title-holder {
	width: 1170px;
    float: none;
    padding-top: 32px;
    padding-bottom: 30px;
	max-width: 100%;
}
.hot-deals-main-holder .title-holder h2 {
    font-family: "Baloo Paaji", cursive;
    font-size: 35px;
    color: #434343;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-transform: capitalize;
}
.hot-deals-main-holder .nav-tabs li {
	font-size: 14px;
}
.hot-deals-main-holder .nav-tabs li.active a {
	background-color: #fd03fa;
}
.hot-deals-main-holder .tab-content > .tab-pane {
   display: block;
}
.hot-deals-main-holder .tab-content > .tab-pane {
	max-height: 0px;
	overflow: hidden;
}
.hot-deals-main-holder .tab-content > .tab-pane.active {
	max-height: 500px;
	overflow: hidden;
}
.hot-deals-main-holder .tab-content > .tab-pane .swiper-button-next, .hot-deals-main-holder .tab-content > .tab-pane .swiper-button-prev {
	background: none;
    position: relative;
    float: right;
    top: inherit;
    margin-top: 0px;
    margin: 0px 20px;
    text-align: center;
    height: auto;
    line-height: 1em;
    padding: 10px 12px;
    border-radius: 50%;
    background-color: #fd03fa;
    color: #fff;
}
.hot-deals-main-holder .tab-content > .tab-pane .swiper-button-next.swiper-button-disabled, .hot-deals-main-holder .tab-content > .tab-pane .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: inherit;
}
.hot-deals-main-holder .tab-content > .tab-pane .swiper-button-prev:hover, .hot-deals-main-holder .tab-content > .tab-pane .swiper-button-next:hover {
    background-color: #999;
}
.hot-deals-main-holder .tab-content > .tab-pane .swiper-button-prev {
    padding-right: 22px;
}
.hot-deals-main-holder .tab-content > .tab-pane .swiper-button-next {
    padding-right: 20px;
    padding-left: 14px;
}
@media only screen and (max-width: 767px) {
	.hot-deals-wrapper {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 20px;
	}
	.hot-deals-main-holder .nav-tabs li a {
		position: relative;
		padding-left: 10px;
		padding-right: 26px;
		line-height: 1em;
	}
}
@media only screen and (max-width: 480px) {
	.swiper-ctrl {
		display: none;
	}
}

/* brands swiper */
.all-brands-btn-wrapper {
	margin-top: 30px;
}
.all-brands-btn-wrapper a {
	display: inline-block;
	color: #fff;
	background-color: #fd03fa;
	font-family: "Baloo Paaji", cursive;
	padding: 15px 25px;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 25px;
}
.brand-item img {
	width: 100%;
}

/* sale info ribbon */
.product-label.ribbon {
    height: 75px;
    overflow: hidden;
    position: absolute;
    left: -5px;
    text-align: right;
    top: -5px;
    width: 75px;
    z-index: 1;
}
.product-label.ribbon span {
    background: transparent linear-gradient(#92b345 0%, #92b345 100%) repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    position: absolute;
    left: -23px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    transform: rotate(-47deg);
    width: 87px;
}
.product-label.ribbon span:before {
    border-color: #5e7527 transparent transparent #5e7527;
    border-style: solid;
    border-width: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    z-index: -1;
}
.product-label.ribbon span:after {
    border-color: #5e7527 #5e7527 transparent transparent;
    border-style: solid;
    border-width: 3px;
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
}

/* Special order and pre-order misc fields - labels */
.product-label-right {
	position: absolute;
    right: 0px;
    top: 0px;
}
.product-label-right p {
	margin-bottom: 4px;
    padding: 0px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.product-label-right p.pre-order-label {
	background-color: #ffab05;
}
.product-label-right p.spec-order-label {
	background-color: #fd03fa;
}
/* bottom banners */
.bottom-banners-wrapper .one-small-banner .carousel-caption p {
	font-size: 18px;
    text-shadow: none;
    color: #fd03fa;
    font-weight: 800;
}
.bottom-banners-wrapper .one-small-banner .carousel-caption h3 {
	
}
.bottom-banners-wrapper .one-small-banner .carousel-caption .slider-btn-holder {
	
}
.bottom-banners-wrapper .one-small-banner .carousel-caption .slider-btn-holder .slider-btn {
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
	position: relative;
}
.bottom-banners-wrapper .one-small-banner .carousel-caption .slider-btn-holder .slider-btn:hover {
	background-color: #fd03fa;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.bottom-banners-wrapper .one-small-banner .carousel-caption .slider-btn-holder .slider-btn:before {
	position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -14px;
    content: "\f061";
    font-family: fontAwesome;
    font-size: 18px;
}
.bottom-banners-wrapper .bottom-banner1 .carousel-caption {
	right: inherit;
    left: 20px;
}
.bottom-banners-wrapper .bottom-banner2 .carousel-caption {
	
}
.bottom-banners-wrapper .bottom-banner3 .carousel-caption {
	right: inherit;
    left: 20px;
}
.bottom-banners-wrapper .bottom-banner1 .carousel-caption p, .bottom-banners-wrapper .bottom-banner3 .carousel-caption p  {
	color: #fd03fa;
}
.bottom-banners-wrapper .bottom-banner2 .carousel-caption p {
	color: #fff;
}
/* bottom banners responsive */
@media screen and (max-width: 1200px) {
	.bottom-banners-wrapper ..one-small-banner {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.bottom-banners-wrapper .one-small-banner .carousel-caption {
		padding: 0px;
		top: 5px;
	}
	.bottom-banners-wrapper .bottom-banner1 .carousel-caption p, .bottom-banners-wrapper .bottom-banner3 .carousel-caption p {
		margin-bottom: 2px;
	}
	.bottom-banners-wrapper .bottom-banner2 .carousel-caption p {
		margin-bottom: 2px;
	}
	.one-small-banner .carousel-caption h3 {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 992px) {
	.one-small-banner .carousel-caption .slider-btn-holder .slider-btn {
		padding: 6px 36px;
	}
}
@media screen and (max-width: 767px) {
	.bottom-banners-wrapper .one-small-banner {
		margin-bottom: 20px;
	}
	.bottom-banners-wrapper .one-small-banner .carousel-caption {
		padding: 0px;
		top: 17%;
	}
	.bottom-banners-wrapper .one-small-banner .carousel-caption p {
		font-size: 28px;
	}
	.one-small-banner .carousel-caption h3 {
		margin-bottom: 5px;
		font-size: 48px
	}
	.bottom-banners-wrapper .bottom-banner1 .carousel-caption, .bottom-banners-wrapper .bottom-banner3 .carousel-caption {
		left: 10%;
	}
	.one-small-banner .carousel-caption .slider-btn-holder .slider-btn {
		padding: 10px 36px;
	}
}
@media screen and (max-width: 525px) {
	.bottom-banners-wrapper .one-small-banner .carousel-caption {
		top: 10%;
	}
	.bottom-banners-wrapper .one-small-banner .carousel-caption p {
		font-size: 20px;
		line-height: 1em;
	}
	.one-small-banner .carousel-caption h3 {
		margin-bottom: 0px;
		font-size: 35px;
	}
}
/* effect-square-bg */
.effect-square-bg{
  overflow: hidden;
  position: relative;
}
.effect-square-bg:before {
  bottom: 20px;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4);
  content: "";
  left: 30px;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 20px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-square-bg img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.effect-square-bg .carousel-caption {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.effect-square-bg:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effect-square-bg:hover .carousel-caption {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

/* category page */
.breadcrumb {
    background: none;
    padding: 8px 15px;
}
.breadcrumb li a {
	color: #999;
	font-size: 12px;
    font-weight: 600;
}
.breadcrumb li a:hover {
	color: #fd03fa; 
	text-decoration: none;
}
.category-thumbs-holder .page-header {
	border-bottom: none;
}
.one-thumb .img-responsive {
	height: 125px;
	margin: 0 auto;
	margin-top: 18px;
}
.category-thumbs-holder .one-thumb .thumbnail {
	border: none;
	margin: 0;
    padding: 0;
}
.category-thumbs-holder .one-thumb .thumbnail .ts-thumb-holder .btns-wrapper {
	bottom: 188px;
}

/* sidebar */
#left-sidebar .panel-default {
    border: none;
    background: none;
}
#left-sidebar .panel-heading-thumbnails {
    background: none;
}
#left-sidebar .list-group-item {
    border: none;
	color: #555;
}
#left-sidebar ..list-group-item {
	border: none;
}
#left-sidebar .panel-default > .panel-heading {
	background: none;
	border: none;
}
#left-sidebar .panel-title {
	font-size: 22px;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
	background: none;
}
#left-sidebar .panel-title .accordion-toggle:hover {
	text-decoration: none;
}
#left-sidebar .panel {
	box-shadow: none;
}
#left-sidebar a.list-group-item:hover {
	color: #fd03fa!important;
}
#left-sidebar .dropdown-menu  {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    padding-left: 10px;
	border: none;
    box-shadow: none;
}
#left-sidebar .dropdown-menu > li > a {
	color: #555;
}
#left-sidebar .dropdown-menu > li > a:hover, #left-sidebar .dropdown-menu > li > a:focus {
	background: none;
	color: #fd03fa;
}
.sidebar-overflow {
	height: 400px!important;
    overflow: auto;
}
.btn-price-filter, .btn-price-filter-clear {
	padding: 6px 12px;
	font-size: 14px;
	text-transform: uppercase;
}
.btn-price-filter {
	background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-price-filter:hover {
	background-color: #999;
	border-color: #999;
	color: #fff;
}
.btn-price-filter-clear {
	background-color: #999;
    border-color: #999;
    color: #fff;
}
.btn-price-filter-clear:hover {
	background-color: #666;
	border-color: #666;
	color: #fff;
}
@media screen and (max-width: 1200px) {
	.btn-price-filter, .btn-price-filter-clear {
		width: 100%;
		margin-bottom: 6px;
	}
}
@media screen and (max-width: 1023px) {
	.category-thumbs-holder .one-thumb .thumbnail .ts-thumb-holder .btns-wrapper {
		bottom: inherit;
	}
}
@media screen and (max-width: 991px) {
	#left-sidebar {
		width: 100%;
	}
	.category-thumbs-holder {
		width: 100%;
	}
	.panel-heading-thumbnails {
		text-align: center;
	}
	.panel-heading-thumbnails .panel-title .accordion-toggle {
		position: relative;
	}
	.panel-heading-thumbnails .panel-title .accordion-toggle:before {
		content: "\f107";
		position: absolute;
		left: 0px;
		font-family: fontAwesome;
	}
	.panel-heading-thumbnails .panel-title .accordion-toggle:after {
		content: "\f107";
		position: absolute;
		right: 0px;
		font-family: fontAwesome;
	}
	.panel-heading-thumbnails .panel-title .accordion-toggle-opened:before {
		content: "\f106";
		position: absolute;
		left: 0px;
		font-family: fontAwesome;
	}
	.panel-heading-thumbnails .panel-title .accordion-toggle-opened:after {
		content: "\f106";
		position: absolute;
		right: 0px;
		font-family: fontAwesome;
	}
}
@media screen and (max-width: 767px) {
	.wrapper-thumbnail {
		float: left;
		margin: auto;
	}
	.ts-thumb-holder .caption {
		padding: 4px;
		width: 98%;
	}
	.ts-thumb-holder .caption h3 a {
		font-size: 16px;
	}
	.sort_container label.control-label {
		margin-top: 6px;
	}
}
@media screen and (max-width: 425px) {
	.sort_container .viewby .btn {
		padding: 6px 10px;
	}
}

/* item-page */
.wrapper-product-title h1 {
	color: #434343;
    font-weight: 400;
    font-family: "Baloo Paaji", cursive;
}
.wrapper-product-title .dropdown .btn {
	background: none;
	border: none;
	font-size: 14px;
}
.wrapper-product-title .dropdown .btn .fa {
	font-size: 18px;
	margin-right: 8px;
}
.wrapper-product-title .dropdown .btn:focus {
	background: none;
} 
.wrapper-product-title .dropdown-menu {
	min-width: 190px;
}
.wrapper-product-title .dropdown-menu > li > a {
	position: relative;
	padding-left: 44px;
}
.wrapper-product-title .dropdown-menu > li > a .fa {
	position: absolute;
	left: 14px;
	top: 5px;
}
.productpricetext {
    font-family: "Baloo Paaji", cursive;
}
.wrapper-pricing .productpricetext {
  color: #fd03fa!important;
}
.reviews-wrapper .fa {
	color: #ffab05;
}
.additional-info {
	list-style: none;
	padding: 0px;
}
.additional-info li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
    font-size: 14px;
}
.additional-info li:last-child {
	margin-bottom: 0px
}
.additional-info li:before {
	font-family: fontAwesome;
	content: "\f00c";
	position: absolute;
	left: 0px;
	color: #ffab05;
}
.quantity-adder {
    position: relative;
    margin-bottom: 5px;
}
.quantity-adder .add-up {
    margin-bottom: 1px;
}
.quantity-adder .quantity-number input {
    width: 100px;
    height: 38px;
    display: inline-block;
    zoom: 1;
    color: #999;
    padding-left: 12px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
	border: 1px solid #c5c5c5;
    box-shadow: none;
}
.quantity-adder .add-action {
    width: 38px;
    height: 41px;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 41px;
    text-align: center;
    color: #aaaaaa;
	padding-top: 4px;
}
.quantity-adder .add-action .fa {
	font-size: 24px;
    color: #c5c5c5;
}
.quantity-adder .add-action .fa:hover {
	color: #fd03fa;
}
.shopping-btns-holder .addtocart {
	transition: all ease 0.35s;
    background-color: #fd03fa;
    color: #FFFFFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
	font-weight: 900;
    text-align: center;
	font-size: 12px;
	border-color: #fd03fa;
	padding: 10px 12px;
}
.shopping-btns-holder .addtocart:hover {
	background: #fd03fa;
    color: #FFFFFF;
	border-color: #fd03fa;
}
.shopping-btns-holder .addtocart .fa {
	display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	margin-right: 6px;
}
.product-wishlist-item .wishlist_toggle {
	border: medium none;
    box-shadow: none;
    color: #909090;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    letter-spacing: 0;
    padding-left: 0;
    text-transform: uppercase;
    font-family: "Baloo Paaji", cursive;
    width: auto;
	display: table;
	margin: auto;
}
.wishlist-text {
	display: table-cell;
	vertical-align: middle;
}
.product-wishlist-item .wishlist_toggle .fa {
	margin-right: 6px;
	font-size: 18px;
}
.product-wishlist-item .wishlist_toggle:hover { 
	color: #fd03fa;
	background: none;
}
.main-image .product-label-right {
	right: 10px;
	top: 8px;
}
.extra-options-table-wrapper {
	display: none;
}
@media screen and (max-width: 1199px) {
	.quantity-adder .add-action {
		width: 30px;
	}
	.quantity-adder .quantity-number input {
		width: 76px;
	}
	#shipbox input, #shipbox .form-control {
		padding-right: 6px;
	}
}
@media screen and (max-width: 991px) {
	.wishlist-wrapper-item {
		margin-top: 0px!important;
	}
}
@media screen and (max-width: 992px) and (min-width: 768px) {
	.item-qty-wrapper {
		width: 40%;
	}
	.quantity-adder.pull-left {
		float: right!important;
	}
	.shopping-btns-holder {
		width: 60%;
	}
	.wishlist-wrapper-item {
		margin-top: 10px!important;
		float: right;
	}
}
@media screen and (max-width: 767px) {
	.quantity-adder {
		width: 100%;
	}
	.quantity-number {
		width: 64%;
	}
	.quantity-adder .add-action {
		width: 10%;
		margin-right: 4%;
		margin-left: 2%;
	}
	.quantity-adder .quantity-number input {
		width: 100%;
	}
}
@media screen and (max-width: 525px) {
	.item-qty-wrapper {
		width: 40%;
		padding-right: 0px;
	}
	.quantity-adder .add-action {
		width: auto;
		margin-right: 5px;
		margin-left: 5px;
	}
	.quantity-adder.pull-left {
		float: right!important;
	}
	.shopping-btns-holder {
		width: 60%;
	}
	.quantity-number {
		width: 54%;
	}
	.wishlist-wrapper-item {
		margin-top: 10px!important;
		float: right;
		width: 50%;
	}
	.quantity-adder .add-action .fa {
		font-size: 20px;
	}
}
#shipbox .btn-stack .btn {
	transition: all ease 0.35s;
    background-color: #fd03fa;
    color: #FFFFFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-weight: 900;
    text-align: center;
    font-size: 12px;
    border-color: #fd03fa;
    padding: 9px 12px;
}
#shipbox .btn-stack .btn:hover {
    background: #fd03fa;
    color: #FFFFFF;
    border-color: #fd03fa;
}
#shipbox input, #shipbox .form-control {
    width: 100%;
    height: 38px;
    display: inline-block;
    zoom: 1;
    color: #999;
    padding-left: 12px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 1px solid #c5c5c5;
    box-shadow: none;
}
/* tabs  - item page*/
.tabbable {
	position: relative;
    border: 1px solid #dadada;
    border-radius: 25px;
    padding: 20px 60px;
}
.tabbable .nav-tabs {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -24px;
}
.tabbable .nav-tabs > li {
    margin-right: 15px;
    float: none;
    display: inline-block;
}
.tabbable .nav-tabs > li a {
    border: 1px solid #dadada;
    border-radius: 0;
    color: #414143;
    padding: 15px 25px;
    font-weight: 400;
    background-color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Baloo Paaji", cursive;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tabbable .nav-tabs > li.active a {
    color: #FFFFFF;
    background-color: #fd03fa;
}
.tab-content {
    padding-top: 30px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 1px solid #fd03fa;
}
.tab-pane blockquote h4 {
	font-size: 16px;
}
.tab-pane blockquote div strong  {
	font-size: 14px;
}
.tab-pane blockquote > span {
	font-size: 14px;
    padding-bottom: 0px;
    display: block;
}
@media screen and (max-width: 991px) {
	.tabbable .nav-tabs > li {
		margin-right: 5px;
	}
	.tabbable .nav-tabs > li a {
		padding: 10px;
	}
	.tabbable .nav-tabs > li {
		margin-right: 5px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 767px) {
	.tabbable {
		padding: 20px 15px;
	}
}
@media screen and (max-width: 580px) {
	.tabbable {
		border-radius: 18px;
	}
	.tabbable .nav-tabs > li {
		margin-right: 0px;
	}
	.tabbable .nav-tabs > li a {
		font-size: 13px;
		padding: 10px 12px;
	}
}
@media screen and (max-width: 425px) {
	.tabbable {
		padding-top: 74px;
	}
	.tabbable .nav-tabs > li {
		width: 40%;
	}
	.tabbable .nav-tabs > li:last-child {
		margin-top: 8px;
	}
	.tabbable .nav-tabs > li a {
		font-size: 12px;
	}
}
/* list view */
.list-thumb-wrapper {
	
}
.list-thumb-wrapper .panel {
	border: none;
    box-shadow: none;
    border-bottom: 1px solid #e4e4e4;
}
.list-thumb-wrapper .product-name {
	
}
.list-thumb-wrapper .product-name a {
	color: #434343;
    font-weight: 400;
    font-family: "Baloo Paaji", cursive;
}
.list-thumb-wrapper .product-name a:hover {
	text-decoration: none;
	color: #000;
}
.list-thumb-wrapper .price-wrapper {
	color: #434343;
    font-weight: 400;
    font-family: "Baloo Paaji", cursive;
}
.list-thumb-wrapper .item-info-holder {
	position: relative;
}
.list-thumb-wrapper .shopping-btns-wrapper {
	
}
.list-thumb-wrapper .review-wrap .fa {
	color: #ffab05;
}
.additional-btns-wrapper {
	
}
.additional-btns-wrapper .list-wishlist-holder .remove-from-wishlist {
	border: none;
    text-align: left;
    width: 100%;
    float: left;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 14px;
}
.additional-btns-wrapper .list-wishlist-holder .add-to-wishlist {
	border: none;
    text-align: left;
    width: 100%;
    float: left;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 14px;
}
.additional-btns-wrapper .list-wishlist-holder .remove-from-wishlist:hover {
	background: none;
}
.additional-btns-wrapper .list-wishlist-holder .add-to-wishlist:hover {
	background: none;
}
.additional-btns-wrapper .list-wishlist-holder .add-to-wishlist .fa {
	font-size: 16px;
	margin-right: 8px;
}
.additional-btns-wrapper .btn-quick-view {
	border: none;
    text-align: left;
    width: 100%;
    float: left;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 14px;
	background: none;
}
.additional-btns-wrapper .btn-quick-view .fa {
	font-size: 16px;
	margin-right: 8px;
}
.additional-btns-wrapper .btn-quick-view:hover {
	background: none;
}
.shopping-list-btns-wrapper .addtocart {
    transition: all ease 0.35s;
    background-color: #fd03fa;
    color: #FFFFFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-weight: 900;
    text-align: center;
    font-size: 12px;
    border-color: #fd03fa;
    padding: 10px 12px;
	width: 100%;
}
.shopping-list-btns-wrapper .addtocart .fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 6px;
}
.shopping-list-btns-wrapper .addtocart:hover {
	background: #fd03fa;
    color: #FFFFFF;
    border-color: #fd03fa;
}
/* more products -  item page */
.more-products-holder .one-thumb .thumbnail .ts-thumb-holder .btns-wrapper {
    bottom: 188px;
}
.more-products-holder .one-thumb .thumbnail {
    border: none;
    margin: 0;
    padding: 0;
}
.more-products-holder > h3 {
	margin-top: 50px;
	font-family: "Baloo Paaji", cursive;
    font-size: 35px;
    color: #434343;
    position: relative;
    text-align: center;
    font-weight: 400;
    padding-top: 60px;
    letter-spacing: 0.7px;
    text-transform: capitalize;
}
@media screen and (max-width: 1023px) {
	.more-products-holder .one-thumb .thumbnail .ts-thumb-holder .btns-wrapper {
		bottom: inherit;
	}
}
.popup-width {
    width: 800px!important;
}
.modal-header div#_jstl__images {
    width: 40%;
    float: left;
}
.modal-header div#_jstl__header {
    width: 58%;
    float: left;
    margin-left: 2%;
}
.modal-header div#_jstl__buying_options {
    float: left;
    width: 58%;
    margin-left: 2%;
}
.modal-header div#_jstl__buying_options .item-qty-wrapper {
    width: 44%;
}
.modal-header div#_jstl__buying_options .shopping-btns-holder {
    width: 56%;
}
.modal-header div#_jstl__buying_options .wishlist-wrapper-item {
    width: 60%;
    float: right;
    text-align: right;
}
.modal-header div#_jstl__buying_options .wishlist_toggle {
	margin: inherit;
    text-align: right;
    width: 100%;
}
.modal-header div#_jstl__buying_options .wishlist-text {
    width: 100px;
}
.modal-header div#_jstl__buying_options .quantity-adder .quantity-number input {
	width: 90px;
}
.modal-header div#_jstl__buying_options .calculate-shipping-wrapper .cs-input-wrapper {
	width: 50%;
	margin-bottom: 8px;
    margin-top: 8px;
}

/* contact us */
.contact-sidebar .media {
    margin-top: 15px;
}
.contact-sidebar .media:first-child {
    margin-top: 0;
}
.contact-sidebar .media, .contact-sidebar .media-body {
    zoom: 1;
    overflow: hidden;
}
.contact-sidebar .media .media-heading {
    width: 35%;
}
.contact-sidebar .media .media-heading span {
    color: #fd03fa;
    font-family: "Baloo Paaji", cursive;
    font-size: 18px;
}
.contact-sidebar .media .media-body {
    font-size: 14px;
    color: #878787;
}
.contact-form-wrapper .btn {
	background-color: #fd03fa;
	color: #fff;
	border: 1px solid #fd03fa;
}
.contact-form-wrapper .btn:hover {
	color: #fd03fa;
	background-color: #fff;
}
.contact-form-wrapper .form-group > label {
	float: left;
	margin-bottom: 0px;
}
.contact-form-wrapper .form-group > p.small {
    float: left;
    margin-bottom: 0px;
    line-height: 1em;
    height: auto;
    margin-top: 6px;
    margin-left: 12px;
}
#map {
	height: 350px;
}

/* cart page */
.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: #ffab05;
    border-color: #ffab05;
}
.checkout-btn-holder .checkout-btn img {
	margin-right: 5px;
    margin-bottom: 4px;
}
.update-btn-holder .update-btn {
	background-color: #fd03fa;
    border: 1px solid #fd03fa;
}
@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;
	}
}

/* blog - category page */
.cloud-img-holder img {
	max-width: 100%;
}
.one-blog-wrapper {
    position: relative;
	 margin-bottom: 60px;
}
.blog-info-holder {
    position: absolute;
    top: 55%;
    margin-top: -50px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.blog-info-holder p {
	margin-bottom: 2px;
	font-size: 12px;
    color: #000;
}
.blog-info-holder h4 {
	margin-bottom: 5px;
	font-size: 22px;
	padding: 0px 50px
}
.blog-info-holder h4 a {
	color: #fd03fa;
    font-family: "Baloo Paaji", cursive;
    font-size: 20px;
}
.blog-info-holder h4 a:hover {
	color: #775fad;
	text-decoration: none;
}
.blog-info-holder .social-menu {
	list-style: none;
	padding: 0px;
    margin-top: 5px;
	text-align: center;
}
.blog-info-holder .social-menu li {
	margin: 0 6px;
    display: inline-block;
}
.blog-info-holder .social-menu li a {
	color: #000;
}
.blog-info-holder .social-menu li a .fa {
	font-size: 22px;
}
.blog-info-holder .social-menu li a:hover {
	color: #fd03fa;
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.cloud-img-holder img, .blog-info-holder {
  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;
}
.cloud-img-holder img, .blog-info-holder {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.sun-holder {
	position: fixed;
    width: 450px;
    right: 90px;
}
.sun-holder img {
    max-width: 100%;
}

/* wholesale login page */
.btn-primary {
    color: #fff;
    background-color: #fd03fa;
    border-color: #fd03fa;
}
.btn-primary:hover {
    color: #fff;
    background-color: #644c9c;
    border-color: #644c9c;
}

/* FOOTER */
.subscribe-wrapper {
	position: relative;
	overflow: hidden;
	background-color: #460724;
	margin-bottom: 60px;
}
.subscribe-wrapper img {
	width: 100%;
	-webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
	opacity: 0.2;
}
.subscribe-wrapper:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	opacity: 0.4;
}
.subscribe-form-holder {
	position: absolute;
    left: 0px;
    top: 50%;
    text-align: center;
    font-family: "Baloo Paaji", cursive;
    right: 0px;
	transform: translateY(-50%);
}
.subscribe-form-holder h4 {
	color: #fff;
    font-size: 50px;
}
.subscribe-form-holder p {
	color: #fff;
    font-size: 24px;
}
.subscribe-form-holder .input-group {
	width: 470px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.subscribe-form-holder .input-group .form-control {
	border-radius: 4px;
}
.subscribe-form-holder .input-group .input-group-btn .btn {
	position: absolute;
    right: 0px;
    z-index: 99999;
    background-color: #999;
    border: 1px solid #999;
    text-transform: uppercase;
    color: #fff;
}
@media screen and (max-width: 767px) { 
	.subscribe-wrapper img {
		width: 200%;
		-webkit-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
		transition: all 0.6s ease 0s;
		transform: translateX(-5%);
	}
}
@media screen and (max-width: 500px) { 
	.subscribe-wrapper img {
		width: 240%;
		-webkit-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
		transition: all 0.6s ease 0s;
		transform: translateX(-15%);
	}
	.subscribe-form-holder h4 {
		color: #fff;
		font-size: 32px;
	}
	.subscribe-form-holder p {
		color: #fd03fa;
		font-size: 20px;
	}
	.subscribe-form-holder .input-group {
		width: 300px;
	}
}
.wrapper-footer {
	background-color: #fff;
}
.footer-logo-holder .logo {
	width: 50%;
    margin-bottom: 26px;
    margin-top: 0px;
}
.footer-menu-wrapper {
	
}
.footer-menu-wrapper h4 {
	color: #434343;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Baloo Paaji", cursive;
}
.footer-menu-wrapper ul {
	padding-left: 0;
    list-style: none;
}
.footer-menu-wrapper ul li {
	
}
.footer-menu-wrapper ul li a {
	color: #969696;
	padding: 5px 15px;
}
.footer-menu-wrapper ul li a:hover {
	color: #fd03fa;
	background: none;
}
.company-info-wrapper {

}
.company-info-wrapper ul {
	list-style: none;
	margin: 0px;
    padding: 0;
}
.company-info-wrapper ul li {
	font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 40px;
}
.company-info-wrapper ul li .fa {
	font-size: 20px;
	position: absolute;
	left: 0px;
}
.social-wrapper-footer {
	display: none;
}
.bottom-line {
    float: left;
    width: 100%;
	background-color: #000;
	color: #fff;
	padding: 25px 0px;
}
.bottom-line .first-line {
	text-align: center;
}
.bottom-line .second-line {
	font-size: 14px;
	text-align: center;
}
.bottom-line .second-line a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
.bottom-line .second-line a:hover {
	color: #402286;
	text-decoration: none;
}
.scrollup {
    background: #fd03fa;
    bottom: 20px;
    position: fixed;
    right: 30px;
    z-index: 9999;
    color: #FFFFFF;
    padding: 5px 6px;
    width: 37px;
	border-radius: 50% !important;
}
.scrollup i {
    font-size: 21px !important;
    padding: 0px 6px !important;
    color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
    .social-wrapper-footer {
		display: block;
		margin-top: 30px;
		text-align: center;
	}
	.footer-logo-holder {
		width: 100%;
		text-align: center;
	}
	.footer-logo-holder .footer-logo-wrapper {
		width: 50%;
	}
	.footer-logo-holder .logo {
		width: 200px;
		margin-bottom: 25px;
		margin-top: 0px;
	}
	.company-info-wrapper {
		width: 50%;
	}
	.company-info-wrapper ul {
		list-style: none;
		padding: 0;
		text-align: left;
	}
	.footer-menu-wrapper {
		width: 100%;
		margin-top: 45px;
		text-align: center;
	}
	.footer-menu-wrapper ul {
		margin-left: 0px!important;
	}
	.social-wrapper-footer {
		display: block;
		border-top: 1px solid #eee;
	}
	.social-wrapper-footer .list-inline {
		margin: 0px;
	}
	.social-wrapper-footer .list-inline > li {
		margin: 0 20px;
	}
	.social-wrapper-footer .list-inline > li a {
		color: #9e9e9e;
	}
	.social-wrapper-footer .list-inline > li a .fa {
		font-size: 22px;
	}
	.social-wrapper-footer .list-inline > li a span {
		font-size: 14px;
		margin-left: 8px;
	}
}
@media screen and (max-width: 767px) {
	.footer-logo-holder .footer-logo-wrapper {
		width: 40%;
		float: left;
	}
	.company-info-wrapper {
		width: 60%;
		float: left;
	}
	.footer-logo-holder .logo {
		max-width: 100%;
	}
	.social-wrapper-footer .list-inline > li {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 525px) {
	.footer-logo-holder .footer-logo-wrapper {
		width: 100%;
		margin-bottom: 24px;
	}
	.company-info-wrapper {
		width: 100%;
		float: inherit;
	}
	.company-info-wrapper ul {
		text-align: left;
		width: 280px;
		margin: 0 auto;
	}
	.company-info-wrapper ul li {
		padding-left: 0px;
	}
	.company-info-wrapper ul li .fa {
		font-size: 20px;
		position: relative;
		left: inherit;
		margin-right: 16px;
	}
	.one-footer-menu {
		width: 100%;
		margin-bottom: 30px;
	}
}
.rrp-category {
	color: #434343!important;
}