@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap');
@import url('https://db.onlinewebfonts.com/c/2761a3f292b03d0bef9c5e449b29b622?family=Broken+Glass+V2');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lumanosimo&display=swap');
:root {
	--tg-primary-color: #653350;
	--tg-yellow-color: #f5eab2;
	--tg-lightpurple-color: #8f6b77;
	--tg-green-color: #bbd98f;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #8f6b77;
}
::-webkit-scrollbar-thumb {
	background: #653350;
	border-radius:25px;
}
::-webkit-scrollbar-thumb:hover {
	background: var(--tg-primary-color);
}
.rupeesIcon {
	font-family: 'Roboto', sans-serif;
}
body {
	font-family: 'Poppins', sans-serif;
	color:var(--tg-primary-color);
}
.btn.btn-tg {
	background: var(--tg-primary-color);
	color:#fff;
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.btn.btn-tg:hover,.btn.btn-tg:active {
	background-color: var(--tg-lightpurple-color);
	-webkit-box-shadow: 2px 2px var(--tg-primary-color);
	-moz-box-shadow: 2px 2px var(--tg-lightpurple-color);
	box-shadow: 2px 2px var(--tg-primary-color);
}
.btn.btn-tg-disabled {
	background: var(--tg-primary-color);
	color:#fff;
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
	opacity:0.4;
}
.btn.btn-tg-disabled:hover,.btn.btn-tg-disabled:active {
	background-color: var(--tg-lightpurple-color);
	-webkit-box-shadow: 2px 2px var(--tg-primary-color);
	-moz-box-shadow: 2px 2px var(--tg-lightpurple-color);
	box-shadow: 2px 2px var(--tg-primary-color);
}
.btn.btn-outline-tg {
	border: 1px solid var(--tg-primary-color);
	color: var(--tg-primary-color);
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.btn.btn-outline-tg:hover,.btn.btn-outline-tg:active {
	-webkit-box-shadow: 2px 2px var(--tg-primary-color);
	-moz-box-shadow: 2px 2px var(--tg-lightpurple-color);
	box-shadow: 2px 2px var(--tg-primary-color);
}
.loader {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 1050;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
	width:100vw;
	height:100vh;
}
.loader img {
	z-index:3;
}
.loader .loader-circle {
	position:absolute;
	z-index:2;
	height:100vh;
	width:100vh;
	transform:scale(3,3);
}
.loader .loader-circle.green {
	background:var(--tg-green-color);
}
.loader .loader-circle.yellow {
	background:var(--tg-yellow-color);
}
.loader .loader-circle.purple {
	background:var(--tg-primary-color);
}
.container.pages {
	margin-top:25px;
}
@keyframes bgMove {
	0% {
		transform: translate(0px,-20px);
	}
	50% {
		transform: translate(0px,20px);
	}
	100% {
		transform: translate(0px,-20px);
	}
}
@keyframes brandsCloudMove {
	0% {
		transform: translateX(-50%) scale(0.80);
	}
	50% {
		transform: translateX(-50%) scale(0.90);
	}
	100% {
		transform: translateX(-50%) scale(0.80);
	}
}
@-webkit-keyframes PULSE{
	0% { color: #fff; }	
	50% { color: red; }
	100% { color: #fff; }
}
@-ms-keyframes PULSE{
	0% {
		color:#FCB614;
	}	
	50% {
		color:#EE4774;
	}
	100% {
		color:#96C93D;
	}
}
@keyframes PULSE{
	0% {
		color:#FCB614;
	}	
	33% {
		color:#EE4774;
	}
	66% {
		color:#96C93D;
	}
	100% {
		color:#FCB614;
	}
}
.trendingAnimated {
	-webkit-animation: PULSE 3s infinite; 
	-ms-animation: PULSE 3s infinite;
	animation: PULSE 3s infinite; 
}
.text-tg {
	color:var(--tg-primary-color) !important;
}
.slick-slide {
    margin: 0 10px;
}
.slick-list {
    margin: 0 -10px;
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
	z-index: 3;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-size: 16px;
    line-height: 1;
    opacity: .75;
    color: var(--tg-primary-color);
    border: #ead1c7 1px solid;
    padding: 6px 10px;
    border-radius: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.fixedIcons {
	display:block;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
	z-index:1030;
}
.fixedIcons:hover {
	transform: scale(1.05);
}
.bottomLeftFixedIcon {
	position:fixed;
	left:7px;
	bottom:7px;
}
.bottomRightFixedIcon {
	position:fixed;
	right:7px;
	bottom:7px;
}
.topHeader {
    padding: 5px 10px 5px 10px;
    text-align: center;
    background: #bbd98f;
    font-size: 18px;
    color: var(--tg-primary-color);
    box-shadow: 5px 5px #f5eab2;
    font-weight: 500;
    margin: 8px auto 12px auto;
    max-width: 1440px;
}
.topHeader .noticeScroll {
	margin:0px 30px;
}
.topHeader .noticeScroll .slick-next,  .topHeader .noticeScroll .slick-prev {
	top:20px;
}
.topHeader .noticeScroll .slick-next:before,  .topHeader .noticeScroll .slick-prev:before {
	border:0px;
}
.bottomHeader {
	background: var(--tg-primary-color);
}
.bottomHeader .header {
	max-width:1440px;
	margin:0 auto;
	padding:10px 30px 10px 30px;
}
.bottomHeader .header .brand {
	color:#fff;
	text-decoration:none;
	font-size:28px;
	font-weight:700;
}
.container-nav {
	max-width: 1230px;
	margin: 0 auto;
    width: 100%;
	display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar {
	-webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background: #fff !important;
    box-shadow: 0px 0px 12px 2px rgb(101 51 80 / 13%);
    z-index: 1000;
}
.dropdown-caret-remove:after {
	content:normal;
}
.navbar .partition {
	margin:10px 10px;
	border-right:1px solid rgb(143 107 119 / 20%);
}
.navbar-nav .nav-link {
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--tg-primary-color);
    padding: 17px 36px 14px 36px !important;
    line-height: 14px;
    border-bottom: 3px solid transparent;
}
.navbar .nav-scroll {
	width:94px;
	text-align:center;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: var(--tg-primary-color);
    border-bottom: 3px solid var(--tg-primary-color) !important;
	outline: none !important;
   	box-shadow: none;
}
.navbar-nav .nav-link.scroll-link {
	padding:13px 28px !important;
}
.navbar-nav .nav-link.scroll-link i {
	margin:3px 0px
}
.navbar-nav .nav-link.cart {
	position: relative;
}
.navbar-nav .nav-link.cart .cartNo {
    height: 1.1rem;
    width: 1.1rem;
    top: 5px;
    right: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.1rem;
	font-weight: normal;
}
.navbar .mobileCart {
	position: relative;
}
.navbar .mobileCart .cartNo {
    height: 1.1rem;
    width: 1.1rem;
    top: -10px;
    right: -10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.1rem;
	font-weight: normal;
}
.navbar-nav .nav-link .icon {
	height:13px;
}
.navbar-nav .brands-link {
	display: inline-block;
	width: auto !important;
	position: relative;
	z-index: 10;
	padding: 2px 9px;
	font-size: 14px;
	font-weight: 600;
	margin: 5px 3px;
	color:inherit;
	text-decoration: none;
	border: 2px solid var(--tg-lightpurple-color);
	color: var(--tg-primary-color);
}
.navbar-nav .dropdownMenuAskUs {
	right:0;
	left:auto;
	width:200px;
	padding:0px;
}
.navbar-nav .navAskUsLink {
	display: block;
	font-size:15px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	margin:10px;
	padding:10px 20px;
	border-radius: 10px;
	color:var(--tg-primary-color);
}
.navbar-nav .navAskUsLink:first-child {
	background: var(--tg-yellow-color);
}
.navbar-nav .navAskUsLink:last-child {
	background: var(--tg-yellow-color);
}
.navbar .dropdown-menu {
	margin-top: 0px !important;
	border-radius: 0px 0px 10px 10px;
	border:none;
	min-width:195px;
}
.navbar .dropdown-menu.submenu {
	border-radius: 0px 10px 10px 10px;
}
.dropdown-menu.center {
	right: auto;
	left: 50% !important;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.navbar .dropdown-menu.category {
	border-radius: 0px 10px 10px 10px;
}
.navbar .dropdown-menu .fa-caret-right {
	font-size:11px;
}
.navbar .dropdown-menu .dropdown-item {
	padding: 8px 10px !important;
    width: inherit;
	padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
	color: var(--tg-primary-color);
}
.navbar .dropdown-menu li {
	margin: 0px 10px !important;
    border-bottom: #f0f0f0 1px solid;
}
.navbar .dropdown-menu li:last-child {
	border-bottom: none;
}
.dropdown-item.active, .dropdown-item:active {
	color:var(--tg-primary-color);
	background-color: #fafafa;
}
.navbar .brands-container {
	width:80% !important;
}
.navbar .nav-ask-us {
	margin-right:44px;
}
.navbar .megamenu { padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}

.header-search {
	opacity:1;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
    width: 100%;
    margin: 12px auto 13px auto;
    box-shadow: 2px -3px 0px 0px var(--tg-lightpurple-color);
	border-radius:20px !important;
}
.modal-searchbox {
	background:transparent !important;
	border:none !important;
}
.modal-searchbox .searchHeaderResults {
	left:auto;
}
.header-search:focus-within {
	opacity:1;
}
.header-search .input-group:focus-within > .btn-search {
	color: var(--tg-primary-color);
	border: 1px solid #e3e3e3;
}
.header-search .input-group:focus-within  {
    box-shadow: 1px 2px #8f6b77;
	border-radius:20px;
}
.header-search .btn-search {
	background:#fff !important;
	border-radius:0px 20px 20px 0px !important;
	padding:0.375rem 1rem 0.375rem 1rem;
	color: var(--tg-primary-color);
}
.header-search .form-control {
	border-radius:30px 0px 0px 30px !important;
	border:none !important;
	padding:10px 20px;
}
.header-search .form-control:focus {
	border-color:#e3e3e3;
	outline: 0;
    box-shadow: none;
}
.header-search .form-control::placeholder {
	color: #8f6b77;
	opacity: 1;
}
.header-search .form-control::-ms-input-placeholder {
	color: #8f6b77;
	padding-left:10px;
}

.header-search .form-control::-ms-input-placeholder {
	color: #8f6b77;
}
.searchHeaderResults {
	position: absolute;
	background:#fff;
	padding:15px 20px;
	border-radius:5px;
    width: 50%;
	height: 400px;
    z-index: 3003;
	margin-top:5px;
	left:25%;
	overflow:auto;
}
.searchHeaderResults::-webkit-scrollbar {
	width: 10px;
	position:absolute !important;
	top:20px;
}
.searchHeaderResults::-webkit-scrollbar-track {
	background: transparent;
}
.searchHeaderResults::-webkit-scrollbar-thumb {
	background: var(--tg-primary-color);
	border-radius:25px;
}
.searchHeaderResults::-webkit-scrollbar-thumb:hover {
	background: var(--tg-primary-color);
}
.searchHeaderResults .loading {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.searchHeaderResults .nothingFound {
	display:block;
	width:100%;
	background:#fafafa;
	border-radius:5px;
	text-align:center;
	padding:20px 0px;
	color:#000;
	text-decoration:none;
	margin-bottom:5px;
}
.searchHeaderResults .title {
	display:block;
	border-bottom: 1px solid #e3e3e3;
	font-size:14px;
	padding-bottom:5px;
	text-transform:uppercase;
	color:var(--tg-primary-color);
	font-weight:600;
	margin-bottom:15px;
}

.searchHeaderResults .product {
	color:inherit;
	text-decoration:none;
	background:#fff;
	border-right:1px solid transparent;
}
.searchHeaderResults .bordered-slick {
	border-right:1px solid rgb(143 107 119 / 20%);
}
.searchHeaderResults .product .image {
	height:240px;
	margin-bottom:15px;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.searchHeaderResults .product:hover > .image {
	transform: scale(1.05);
}
.searchHeaderResults .product .brand {
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:var(--tg-primary-color);
}
.searchHeaderResults .product .title {
	font-size:15px;
	margin-top:10px;
	height:70px;
	color:inherit;
	text-decoration:none;
	text-transform:none;
	font-weight:normal;
}
.searchHeaderResults .product .price {
	margin-top:10px;
}
.searchHeaderResults .allResults {
	display:block;
	width:100%;
	background:#fafafa;
	border-radius:5px;
	text-align:center;
	padding:20px 0px;
	color:#000;
	text-decoration:none;
	margin-bottom:5px;
}
.bottomHeader .header .icons {
	display:inline-block;
	position:relative;
	font-size:28px;
	color:#fff;
    width: 42px;
	text-decoration:none;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 11px;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.bottomHeader .header .icons:hover {
	top:-10px;
}
.bottomHeader .header .icons .title {
    position: absolute;
    font-size: 15px;
    left: -29px;
    width: 100px;
    text-align: center;
    bottom: -10px;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
	display:none;
}
.bottomHeader .header .icons:hover > .title {
	bottom:-23px;
	display:block;
}
.headerColor {
	padding:0px 47px;
	background: #fff;
	max-width:1540px;
	margin:0 auto;
}
.cartNo {
	position: absolute;
    top: -10px;
    right: -10px;
    font-size: 14px;
	line-height:1.4rem;
    background: var(--tg-green-color);
	height:1.4rem;
	width:1.4rem;
	color: var(--tg-primary-color);
}
.images {
  position: relative;
  background:#fff;
}
.images:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 70px solid #eee;
  border-left: 70px solid #272822;
  -webkit-box-shadow: 7px 7px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 7px 7px 7px rgba(0,0,0,0.3);
  box-shadow: 7px 7px 7px rgba(0,0,0,0.3);
}
.carousel {
	height:410px;
}
.carousel-caption {
	z-index: 10;
}
.carousel-item {
	height: 410px;
	border-radius:25px 25px 25px 25px;
}
.hero {
	position: relative;
	height: auto;
}
.hero .slider {
	max-width: 1390px;
	width:100%;
	margin:0 auto;
}
.hero .mainHeroSlider .slick-prev {
	left:-35px;
}
.hero .mainHeroSlider .slick-next {
	right:-35px;
}
.hero .mainHeroSlider .slick-prev:before, .hero .mainHeroSlider .slick-next:before  {
	border:0px;
	font-size:22px;
	color:#8f6b77;
}
.hero .mainHeroSlider.desktop {
	display: block;
}
.hero .mainHeroSlider.mobile {
	display: none;
}
.hero .mainHeroSlider .slide {
	position: relative;
	text-align:center;
	padding:10px 0px;
}
.hero .mainHeroSlider .slide .image {
	position: relative;
	width:100%;
	-webkit-mask-image: url(../images/jagged.png);
	mask-image: url(../images/jagged.png);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
	-webkit-box-shadow: 0px 5px 40px -12px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 40px -12px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 40px -12px rgba(0,0,0,0.3);
}
.hero .mainHeroSlider .slide .image img {
	width:100%;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.hero .mainHeroSlider .slide .image img:hover {
	transform: scale(1.03);
}
.hero .mainHeroSlider .first-tape, .hero .mainHeroSlider .last-tape {
	position: relative;
	width:50%;
	float:left;
	padding:5px;
} 
.hero .mainHeroSlider .first-tape:before,
.hero .mainHeroSlider .first-tape:after,
.hero .mainHeroSlider .last-tape:before,
.hero .mainHeroSlider .last-tape:after 
{
	content: "";
    z-index: 1;
	width: 75px;
	height: 25px;
	position: absolute;
	opacity: 1;
}
.hero .mainHeroSlider .first-tape:before {
	transform: rotate(45deg);
    right: -10px;
    top: 20px;
    background: url(../images/tape-stripes.svg) no-repeat;
    background-size: contain;
}
.hero .mainHeroSlider .first-tape:after {
    transform: rotate(45deg);
    left: -10px;
    bottom: 20px;
    background: url(../images/tape-stripes.svg) no-repeat;
    background-size: contain;
}
.hero .mainHeroSlider .last-tape:before {
	left: 35px;
    top: 5px;
    background: url(../images/tape-stripes.svg) no-repeat;
    background-size: contain;
}
.hero .mainHeroSlider .last-tape:after {
	transform: rotate(-45deg);
    right: -8px;
    bottom: 16px;
    background: url(../images/tape-stripes.svg) no-repeat;
    background-size: contain;
}
.hero .brands {
	position: absolute;
	z-index: 100;
	width:100%;
	max-width:1390px;
	height:340px;
	left:50%;
	bottom:-140px;
    background: url(../images/clouds.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
	-webkit-animation: brandsCloudMove 17s infinite; 
	-ms-animation: brandsCloudMove 17s infinite;
	animation: brandsCloudMove 17s infinite; 
}
.hero .brands .itemsContainer {
	width: 78%;
    margin: 100px auto;
}
.hero .brands .hBrandsSlider {
	padding:20px 0px;
	width:100%;
}
.hero .brands .hBrandsSlider .slide {
	height:95px !important;
	margin:0px 15px;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.hero .brands .hBrandsSlider .slide:hover {
	transform: scale(1.1);
}
.homeCollage {
	position:relative;
	display: -ms-flex; display: -webkit-flex; display: flex;
}
.homeCollage .background {
	position: absolute;
	z-index: 5;
	width:100%;
	height: inherit;
	overflow-x: hidden;
	align-items: stretch;
	top:0;
	bottom:0;
}
@keyframes rightToLeftBG {
	0% {
		transform: translate(110vw,0px);
	}
	100% {
		transform: translate(-10vw,0px);
	}
}
@keyframes leftToRightBG {
	0% {
		transform: translate(-10vw,0px);
	}
	100% {
		transform: translate(110vw,0px);
	}
}
@keyframes diagRightToLeftBG {
	0% {
		transform: translate(100vw,50px);
	}
	100% {
		transform: translate(20vw,-140px);
	}
}
@keyframes diagLeftToRightBG {
	0% {
		transform: translate(-10vw,0px);
	}
	100% {
		transform: translate(100vw,-180px);
	}
}
@keyframes stillLeftToRightBG {
	0% {
		transform: translate(-5vw,0px);
	}
	50% {
		transform: translate(20vw, 0px);
	}
	100% {
		transform: translate(-5vw,0px);
	}
}
@keyframes stillRightToLeftBG {
	0% {
		transform: translate(75vw,0px);
	}
	100% {
		transform: translate(100vw,0px);
	}
}
.homeCollage .background .rightToLeftBG {
	-webkit-animation: rightToLeftBG 10s infinite;
	-ms-animation: rightToLeftBG 10s infinite;
	animation: rightToLeftBG 10s infinite;
	animation-timing-function: linear;
}
.homeCollage .background .leftToRightBG {
	-webkit-animation: leftToRightBG 15s infinite;
	-ms-animation: leftToRightBG 15s infinite;
	animation: leftToRightBG 15s infinite;
	animation-timing-function: linear;
}
.homeCollage .background .diagRightToLeftBG {
	-webkit-animation: diagRightToLeftBG 10s infinite;
	-ms-animation: diagRightToLeftBG 10s infinite;
	animation: diagRightToLeftBG 10s infinite;
	animation-timing-function: linear;
}
.homeCollage .background .diagLeftToRightBG {
	-webkit-animation: diagLeftToRightBG 10s infinite;
	-ms-animation: diagLeftToRightBG 10s infinite;
	animation: diagLeftToRightBG 10s infinite;
	animation-timing-function: linear;
}
.homeCollage .background .stillLeftToRightBG {
	-webkit-animation: stillLeftToRightBG 8s infinite;
	-ms-animation: stillLeftToRightBG 8s infinite;
	animation: stillLeftToRightBG 8s infinite;
	animation-timing-function: linear;
}
.homeCollage .background .stillRightToLeftBG {
	-webkit-animation: stillRightToLeftBG 6s infinite;
	-ms-animation: stillRightToLeftBG 6s infinite;
	animation: stillRightToLeftBG 6s infinite;
	animation-timing-function: linear;
}
.homeCollage .background .image {
	position: absolute;
}
.homeCollage .background .image:nth-child(1) {
	top:5%;
	-webkit-animation: rightToLeftBG 10s infinite;
	-ms-animation: rightToLeftBG 10s infinite;
	animation: rightToLeftBG 10s infinite;
    animation-timing-function: linear;
}
.homeCollage .background .image:nth-child(2) {
	top:15%;
	animation-duration: 10s;
}
.homeCollage .background .image:nth-child(3) {
    top: 30%;
}
.homeCollage .background .image:nth-child(4) {
    top: 50%;
}
.homeCollage .background .image:nth-child(5) {
    top: 60%;
}
.homeCollage .background .image:nth-child(6) {
    top: 70%;
}
.homeCollage .background .image:nth-child(7) {
    top: 40%;
}
.homeCollage .background .image:nth-child(8) {
    top: 85%;
	left:2%;
	-webkit-animation: bgMove 7s infinite; 
	-ms-animation: bgMove 7s infinite;
	animation: bgMove 7s infinite; 
}
.homeCollage .background .image:nth-child(9) {
    top: 90%;
	right:2%;
	-webkit-animation: bgMove 9s infinite; 
	-ms-animation: bgMove 9s infinite;
	animation: bgMove 9s infinite; 
}
.homeCollage .collage {
	padding-top:7.5%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: 2fr repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.homeCollage .collage a {
	display: block;
}
.homeCollage .collage .rotateDiv {
	padding:10px;
	position: relative;
	z-index: 10;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.homeCollage .collage .rotateDiv:hover {
	transform: scale(1.03);
}
.homeCollage .collage .image-1 { grid-area: 1 / 1 / 3 / 2; }
.homeCollage .collage .image-2 { grid-area: 1 / 2 / 2 / 3; margin-top: 10px; }
.homeCollage .collage .image-3 { grid-area: 1 / 3 / 2 / 4; margin-top: 10px; }
.homeCollage .image-4 { grid-area: 2 / 2 / 3 / 4; }

.homeCollage .collage .rotateDiv .image {
	-webkit-mask-image: url(../images/c-jagged.png);
	mask-image: url(../images/c-jagged.png);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
}
.homeCollage .collage .rotateDiv .imageRec {
	-webkit-mask-image: url(../images/c-jagged-rec.png);
	mask-image: url(../images/c-jagged-rec.png);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
}

.homeBox {
	padding:40px 0px;
}
.homeBox > * {
	position:relative;
	z-index:999;
}
.homeBox.bg-light {
	padding:0px;
	background:#fff !important;
}
.grassBorder {
	height: 42px;
	background:url('../images/border-grass.png') repeat-x;
	margin-bottom: -5px;
}
.divider {
	position:relative;
	height:25px;
    top: -15px;
}
.divider .bar {
	height:50px;
	margin-bottom:40px;
}
.divider .bar.green {
	background:#bbd98f;
}
.divider .bar.orange {
	background:#e49064;
}
.divider .bar.yellow {
	background:#f5eab2;
}
.divider .bar.orange.bottomFeatured:after {
	background: #f5eab2;
}
.divider .bar.green.topFeatured:before {
	background: #f5eab2;
}
.divider .bar.orange.bottomFooter:before {
	border-radius:0;
}
.divider .bar.orange.bottomFooter:after {
	background: #f5eab2;
}
.divider .bar.green.footerDivider:before {
	background: #f5eab2;
}
.divider .bar.green.footerDivider:after {
	background: #bbd98f;
}
.divider .bar:before {
	background: white;
    content: '';
    position: absolute;
    top: -30px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
}
.divider .bar:after {
	background: white;
    content: '';
    position: absolute;
    top: 30px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
}
.homeBox .bottomBar {
	height:10px;
	background:#e49064;
	margin-top:40px;
}
.homeBox.featured {
	background:#8f6b77;
}
.homeBox.first {
	margin-top:-480px !important;
	height:830px;
}
.homeBox .background {
	height:830px !important;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	width: 100%;
	max-width:1640px;
	width:99vw;
	height:50px;
	overflow-x: hidden;
}
.homeBox .background .image {
	position:absolute;
	opacity:1;
	z-index: 1;
}

.homeBox .heading {
	font-size:27px;
	font-weight:700;
	display:block;
	text-align:center;
	margin-bottom:25px;
	color:var(--tg-primary-color);
}
.homeBox .link {
	font-size:14px;
	display:inline-block;
	margin:0px 10px;
	text-align:center;
	color:var(--tg-primary-color);
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	padding:3px 25px;
	border-radius:150px;
	margin-left:20px;
	vertical-align:text-bottom;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.homeBox .link:hover {
	text-decoration:none;
	transform: scale(1.07);
}
.homeBox.featured .heading {
	color:#fff;
	text-decoration:none;
}
.homeBox .heading.trending {
	padding:40px 0px;
	background:#fafafa;
}
.homeBox .heading.bg {
	color:#fff;
	padding:50px 0px;
}
.ageGroups {
	height:390px;
}
.ageGroups .item {
	position:relative;
	z-index:1;
	width:19%;
	height:390px;
	margin:0% 0.3%;
	display:inline-block;
}
.ageGroups .item:hover {
	z-index:2;
}
.homeAGlink {
	position:relative;
	display:block;
	text-decoration:none;
	text-align:center;
	border-radius:25px;
	padding:10px 0px;
	z-index: 3;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.homeAGlink:hover {
	transform: scale(1.07);
	z-index:15;
}
.homeAGlink .character {
    height: 175px !important;
    width: 100%;
	z-index:10;
}
.homeAGlink .balloon {
	position:relative;
	width:100%;
	height:190px;
}
.homeAGlink .balloon .written {
	margin: 0;
	position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.homeAGlink.bg-1 {
	margin-top:-20px
}
.homeAGlink.bg-1 .balloon {
	background:url('../images/agegroups/1b.png') no-repeat center center;
	background-size:contain !important;
}
.homeAGlink.bg-1 .character {
	position: absolute;
    left: 59px;
	background:url('../images/agegroups/1.png') no-repeat center center;
	background-size:contain !important;
}
.homeAGlink.bg-2 .balloon {
	background:url('../images/agegroups/2b.png') no-repeat center center;
	background-size:contain !important;
}
.homeAGlink.bg-2 {
	margin-top:20px
}
.homeAGlink.bg-2 .character {
	position: absolute;
    left: 47px;
	background:url('../images/agegroups/2.png') no-repeat center center;
	background-size:contain !important;
}

.homeAGlink.bg-3 .balloon {
	background:url('../images/agegroups/3b.png') no-repeat center center;
	background-size:contain !important;
}
.homeAGlink.bg-3 .character {
	position: absolute;
    left: -14px;
	background:url('../images/agegroups/3.png') no-repeat center center;
	background-size:contain !important;
}
.homeAGlink.bg-4 {
	margin-top:-40px
}
.homeAGlink.bg-4 .balloon {
	background:url('../images/agegroups/4b.png') no-repeat center center;
	background-size:contain !important;
}
.homeAGlink.bg-4 .character {
	position: absolute;
    left: -27px;
	background:url('../images/agegroups/4.png') no-repeat center center;
	background-size:contain !important;
}
.homeAGlink.bg-5 {
	margin-top:20px
}
.homeAGlink.bg-5 .balloon {
	background:url('../images/agegroups/5b.png') no-repeat center center;
	background-size:contain !important;
}
.homeAGlink.bg-5 .character {
	position: absolute;
    left: -34px;
	background:url('../images/agegroups/5.png') no-repeat center center;
	background-size:contain !important;
}
.homeAGlink .image {
	display:block;
}
.homeAGlink .image img {
	height:150px;
}
.homeAGlink .heading {
	color:#fff;
	font-size:50px;
	display:block;
	text-transform:uppercase;
	font-weight:700;
	line-height:42px;
	margin-bottom:0px;
	color:#ffffff;
}
.homeAGlink .text {
	display:block;
	margin-top:0px;
	text-transform:uppercase;
	font-weight:700;
	color:#ffffff;
}
.homeFeaturedProducts {
	text-align:center;
}
.homeFeaturedProducts .heading {
	font-size:32px;
	display:inline-block;
	margin:10px 10px 0px 10px;
	color:var(--tg-green-color) !important;
    padding: 2px 20px;
}
.homeFeaturedProducts .heading.active {
	color: var(--tg-primary-color) !important;
    border-radius: 10px;
    background: var(--tg-yellow-color);
}
.homeFeaturedProducts .heading:after {
	/* content:'/'; */
	margin-left:20px;
	color:rgb(187 217 143 / 50%) !important
}
.homeFeaturedProducts .heading:last-child:after {
	content:'';
	margin-left:0px;
}
.homeFeaturedProducts .slick-prev:before {
	margin-left:-30px;
}
.homeFeaturedProducts .slick-next:before {
	margin-right:-30px;
}
.homeFeaturedProducts .slick-prev:before, .homeFeaturedProducts .slick-next:before {
	color:var(--tg-primary-color);
    background: #fff;
}
.homeFeaturedProducts .product {
	display: block;
	position:relative;
	color:inherit;
	text-decoration:none;
	margin:10px 15px;
	background:#fff;
	padding:30px 10px;
	border-radius:25px;
	-webkit-box-shadow: 0px 0px 12px 2px rgb(101 51 80 / 83%);
    -moz-box-shadow: 0px 0px 12px 2px rgb(101 51 80 / 83%);
    box-shadow: 0px 0px 12px 2px rgb(101 51 80 / 83%);
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.homeFeaturedProducts .product.pCharacters {
	padding: 30px 10px 20px 10px;
}
.homeFeaturedProducts .product.mobile {
	display:block;
	margin:5px 0px;
	min-height: 280px;
}
.homeFeaturedProducts .product.pCharacters .image {
	height:334px !important;
}
.homeFeaturedProducts .product .tags {
	position: absolute;
	z-index:999;
	font-size: 14px;
	top: 15px;
	left: 18px;
}
.homeFeaturedProducts .product .tag {
	border-radius: 25px;
	padding:1px 10px;
	margin:0px 2px;
}
.homeFeaturedProducts .product .tag.discount {
	color: var(--tg-primary-color);
	background: rgb(187 217 143);
}
.homeFeaturedProducts .product .tag.new {
	color: #fff;
	background: #8f6b77;
	font-size: 11px;
}
.homeFeaturedProducts .product .image {
	height:240px;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.homeFeaturedProducts .product.mobile .image {
	height:100px;
}
.homeFeaturedProducts .product:hover > .image {
	transform: scale(1.05);
}
.homeFeaturedProducts .product .brand {
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	margin-top:15px;
}
.homeFeaturedProducts .product.pCharacters .brand {
	font-size:20px;
	font-family: 'Lumanosimo', cursive;
}
.homeFeaturedProducts .product .title {
	font-size:15px;
	margin-top:10px;
	height:50px;
	overflow:hidden;
}
.homeFeaturedProducts .product.mobile .title {
	height:40px;
}
.homeFeaturedProducts .product .price {
	margin-top:10px;
}
.homeFeaturedProducts .product.mobile .price {
	font-size:13px;
}
.homeStoreProducts {
	padding:20px 0px;
}
.homeStoreProducts .heading {
	font-size:27px;
	font-weight:700;
	display:block;
	text-align:center;
	margin-bottom:25px;
	color:var(--tg-primary-color);
}
.homeStoreProducts .heading.active {
	color:#fff !important;
}
.homeStoreProducts .heading:last-child:after {
	content:'';
	margin-left:0px;
}
.slick-slide:after {
	width:10px;
}
.mobileBlock {
	width:100% !important;
}
.mobileBlock .slick-slide {
	margin:0px 5px !important;
}
.mobileBlock .slick-track .slick-slide {
	justify-content: left !important;
	align-items: inherit !important;
}
.homeStoreProducts .product {
	position:relative;
	color:inherit;
	text-decoration:none;
	margin:5px 0px;
	padding:40px 20px 40px 20px;
	background:#fff;
	border-right:1px solid transparent;
}
.homeStoreProducts .product .tags {
	position: absolute;
	z-index:999;
	font-size: 10px;
	top: 15px;
	left: 18px;
}
.homeStoreProducts .product .tag {
	border-radius: 25px;
	padding:1px 10px;
	margin:0px 2px;
}
.homeStoreProducts .product .tag.discount {
	color: var(--tg-primary-color);
	background: rgb(187 217 143);
}
.homeStoreProducts .product .tag.new {
	color: #fff;
	background: #8f6b77;
	font-size: 11px;
}
.homeStoreProducts .bordered-slick {
	border-right:1px solid rgb(143 107 119 / 20%);
}
.homeStoreProducts .product .image {
	height:240px;
	margin-bottom:15px;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.homeStoreProducts .product:hover > .image {
	transform: scale(1.05);
}
.homeStoreProducts .product .brand {
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	text-align:center;
}
.homeStoreProducts .product .title {
	font-size:15px;
	margin-top:10px;
	height:50px;
	text-align:center;
	overflow: hidden;
}
.homeStoreProducts .product .price {
	margin-top:10px;
	text-align:center;
}
.storeDividers {
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-top:0px;
}
.storeDividers .image1 {
	margin-top:65px;
	width:70%;
}
.storeDividers .image2 {
	margin-top:30px;
	width:90%;
}
.pdHeading {
	margin-top:130px;
	font-family: "Broken Glass V2";
	font-weight: normal !important;
	font-size: 54px !important;
	line-height: 60px;
}
.btn-pd {
	padding: 5px 10px 15px 10px;
    position: relative;
	border-radius: 15px;
}
.btn-pd .heading {
	font-size:22px;
}
.homeInstagram {
	display: block;
	font-family: 'Oleo Script', cursive;
	padding:40px 40px;
	color:var(--tg-primary-color);
	position: relative;
	background: rgb(143 107 119 / 20%);
	text-decoration: none;
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	border:1px solid var(--tg-lightpurple-color);
	-webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
	border-radius: 45px;
	margin-bottom: 65px;
}
.homeInstagram:hover {
	-webkit-box-shadow: 2px 2px var(--tg-primary-color);
	-moz-box-shadow: 2px 2px var(--tg-lightpurple-color);
	box-shadow: 2px 2px var(--tg-primary-color);
}
.homeInstagram .logo {
	width:90%;
}
.homeInstagram .text::before {
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-left: 2px solid var(--tg-lightpurple-color);
    position: absolute;
    width: 10px;
    height: 50px;
}
.homeInstagram .text .title {
	display: block;
    margin-left: 30px;
	font-size:24px;
}
.homeInstagram .text .tag {
	display: block;
    margin-left: 30px;
	font-size:32px;
}
.homeInstagram .image {
	height:150px;
}
.myProfile {
	padding:20px 0px;
}
.myProfile .mpCircle {
	height:100px;
	width:100px;
	background-color: var(--tg-primary-color);
	border-radius:100px;
	text-align: center;
	line-height: 100px;
	color:#fff;
	font-weight: 700;
	font-size:28px;
	display: inline-block;
}
.myProfile .info {
	display: inline-block;
	height:100px;
	vertical-align: middle;
	margin:0px 0px 0px 20px;
}
.myProfile .info .name {
	display: block;
	font-weight: 700;
	font-size: 20px;
}
.myProfile .info .phone {
	display: block;
}
.myProfile .info .email {
	display: block;
}
.homeWhyUs {
	margin-top:50px;
	padding-top: 20px;
	background: var(--tg-yellow-color);
	text-align:center;
}
.homeWhyUs .heading {
	display:block;
	font-size:27px;
	font-weight:600;
}
.homeWhyUs .item {
	margin:0px 0px;
	padding:40px 0px 29px 0px;
	line-height: initial;
	position:relative;
}
.homeWhyUs .image {
	margin:0px 10px;
}
/* .homeWhyUs .item.last:after { */
    /* border-right: 1px solid transparent; */
/* } */
/* .homeWhyUs .item:after { */
    /* content: ""; */
    /* position: absolute; */
    /* height: 60px; */
    /* border-right: 1px solid var(--tg-primary-color); */
    /* top: 70px; */
    /* right: 0; */
/* } */
.homeWhyUs .item i {
	font-size:45px;
	font-weight:700;
	margin-bottom:35px;
	line-height: initial;
}
.homeWhyUs .item .heading {
	font-size:18px;
	font-weight:700;
	display:block;
	line-height: initial;
}
.homeWhyUs .borderDivider {
	width:100%;
	border-bottom:1px solid var(--tg-green-color) !important;
}
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
	font-size:14px;
	color:#8b8b8b;
	text-decoration:none;
}
.breadcrumb .breadcrumb-item.active, .breadcrumb .breadcrumb-item.active a {
	font-size:14px;
	color:#3d3d3d;
	text-decoration:none;
}
.breadcrumb-item+.breadcrumb-item:before {
	content: '\f054';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size:12px;
	margin-top:3px;
	color:#8b8b8b;
}
.accordion-item {
	border:none;
}
.accordion-item .accordion-button {
	padding:15px 0px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
	background:transparent;
}
.accordion-item .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.3);
}
.accordion-item .accordion-body {
	padding:15px 0px;
}
.exploreProducts .loading {
    background: rgb(255 255 255 / 93%);
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    right: 0;
	top:0;
    z-index: 9999;
}
.exploreProducts .filters {
	background:#fff;
	padding:-5px;
}
.exploreProducts .filters .remove {
	display: inline-block;
	width: auto !important;
	position: relative;
	z-index: 10;
	padding: 2px 9px;
	font-size: 13px;
	font-weight: 600;
	margin: 5px 3px;
	color:inherit;
	text-decoration: none;
	border: 2px solid var(--tg-lightpurple-color);
	color: var(--tg-primary-color);
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.exploreProducts .filters .remove:hover {
	text-decoration:none;
	transform: scale(1.05);
}
.exploreProducts .accordion-item .accordion-button {
	color: var(--tg-primary-color);
	font-weight: 600;
}
.exploreProducts .accordion-item .accordion-button:after {
	background-size:1rem;
}
.exploreProducts .accordion-item .accordion-body {
	font-size:14px;
}
.exploreProducts .accordion-item .accordion-body .sClabel {
	display: grid;
	grid-template-columns: 1em auto;
	gap: 0.7em;
	margin-bottom: 5px;
	color:var(--tg-primary-color);
}
input[type="checkbox"] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	appearance: none;
	/* For iOS < 15 */
	background-color: var(--form-background);
	/* Not removed via appearance */
	margin: 0;
  
	font: inherit;
	color: var(--tg-primary-color);
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid currentColor;
	border-radius: 0.15em;
	transform: translateY(0.1em);
  
	display: grid;
	place-content: center;
}
input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	background-color: var(--tg-primary-color);
}
input[type="checkbox"]:checked::before {
	transform: scale(1);
}
.sidebarSticky::-webkit-scrollbar { 
    display: none;
}
.sidebarSticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	height: 90vh;
	color: #fff;
	top: 65px;
	bottom: auto;
	overflow-y:scroll;
	overflow-x: hidden;
}
.exploreProducts .sortByList {
	border-radius: 0px 0px 10px 10px;
    border: 0px;
    margin-top: 5px;
    right: 0;
}
.exploreProducts .sortByButton {
	font-size:14px;
	color:var(--tg-primary-color);
}
.exploreProducts .product {
	position:relative;
	display:block;
	color:inherit;
	text-decoration:none;
	padding:45px 10px;
	background:#fff;
}
.exploreProducts .product .tags {
	position: absolute;
	z-index:999;
	font-size: 10px;
	top: 15px;
	left: 18px;
}
.exploreProducts .product .tag {
	border-radius: 25px;
	padding:1px 10px;
	margin:0px 2px;
}
.exploreProducts .product .tag.discount {
	color: var(--tg-primary-color);
	background: rgb(187 217 143);
}
.exploreProducts .product .tag.new {
	color: #fff;
	background: #8f6b77;
	font-size: 11px;
}
.exploreProducts .prodBox {
	position: relative;
	text-align: center;
}
.exploreProducts .prodBox .wishlist {
	position: absolute;
	z-index:999;
	font-size: 14px;
	top: 8px;
	right: 18px;
}
.exploreProducts .prodBox .wishlist .link {
	border:0px;
	background:transparent;
	font-size:22px;
	color: var(--tg-primary-color);
}
.exploreProducts .product .image {
	height:200px;
	margin-bottom:15px;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.exploreProducts .product:hover .image {
	transform: scale(1.1);
}
.exploreProducts .product .brand {
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
}
.exploreProducts .product .title {
	font-size:15px;
	margin-top:10px;
	height:45px;
	overflow: hidden;
}
.exploreProducts .product .price {
	margin-top:10px;
}
.productView .productPictures {
	position:relative;
}
.productView .imageChangeTag {
	width:83%;
	margin:0 auto;
	display: inline-block;
}
.productView .productPictures .imagesA {
	cursor:url('../images/mag-glass.png'), auto;
}
.productView .productPictures .tags {
	position: absolute;
	z-index:999;
	font-size: 14px;
	top: 15px;
	left: 20%;
}
.productView .productPictures .tag {
	border-radius: 25px;
	padding:1px 10px;
	margin:0px 2px;
}
.productView .productPictures .tag.discount {
	color: var(--tg-primary-color);
	background: rgb(187 217 143);
}
.productView .productPictures .tag.new {
	color: #fff;
	background: #8f6b77;
	font-size: 11px;
}
.productView .btn-plus, .productView .btn-minus, .productView .quantityInput {
	color:var(--tg-primary-color);
	border: 1px solid var(--tg-primary-color);
	font-size:20px;
}
.productView .btn-plus:hover, .productView .btn-plus:active, .productView .btn-plus:focus, .productView .btn-minus:hover, .productView .btn-minus:active, .productView .btn-minus:focus {
	background-color: #fff;
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	-webkit-box-shadow: 2px 2px var(--tg-primary-color);
	-moz-box-shadow: 2px 2px var(--tg-lightpurple-color);
	box-shadow: 2px 2px var(--tg-primary-color);

}
.productView .productType {

}
.productView .productType input {
	visibility: hidden;
}
.productView .summary {
	margin-top:20px;
	font-size:14px;
	color:var(--bs-secondary-color);
	text-align: justify;
	text-align-last: center;
}
.productView .selectVariantBox {
	color:#000;
	text-decoration:none;	
}
.productView .informationBox .options {
	width:100%;
	text-align:center;
	border-bottom:1px solid rgb(143 107 119 / 20%);
}
.productView .informationBox .options .opTitle {
	display:inline-block;
	font-size:20px;
	text-decoration:none;
	color:var(--tg-primary-color);
	font-weight:600;
	padding:10px 25px;
}
.productView .informationBox .collapseBox {
	padding:20px 40px;
}
.productView .selectVariantBox {
	position:relative;
	display: block;
    padding: 20px 0px;
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	border:1px solid var(--tg-lightpurple-color);
    
	border-radius:10px;
    text-decoration: none;
	text-align:center;
	-webkit-transition:.2s;
    -moz-transition:.2s;
    -o-transition:.2s;
    transition:.2s;
}
.productView .selectVariantBox:hover {
	-webkit-box-shadow: 2px 2px var(--tg-lightpurple-color);
	-moz-box-shadow: 2px 2px var(--tg-lightpurple-color);
	box-shadow: 2px 2px var(--tg-lightpurple-color);
	border:1px solid var(--tg-lightpurple-color);
}
.productView .selectVariantBox .pricing {
	display:block;
	font-size:32px;
}
.productView .selectVariantBox .pricing .before {
	display:block;
	font-size:18px;
}
.productView .selectVariantBox .type {
	position:absolute;
	top:5px;
	left:5px;
	background: rgb(187 217 143);
	border-radius:10px;
	padding:2px 10px;
	
}
.productView .selectVariantBox .atcText {
	display:inline-block;
	background:var(--tg-primary-color);
	color:#fff;
	padding:5px 10px;
	border-radius:10px;
	margin-top:20px;
}
.productView .selectVariantBox.atcBox {
    background:rgb(107 48 30 / 20%);
	cursor:pointer;
}
.productView .selectVariantBox .atc {
    color: #6B301E;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.lightbox {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.lb-data .lb-close {
	position:fixed;
	top:-20px;
	right:20px;
	opacity:1 !important;
	z-index: 999999;
}
.lb-nav a.lb-prev {
	position:fixed;
	left:20px;
	opacity:1 !important;
}
.lb-nav a.lb-next {
	position:fixed;
	right:20px;
	opacity:1 !important;
	top:50%;
	transform:translateY(-50%);
}
.signInForm {
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	border:1px solid var(--tg-lightpurple-color);
	-webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
	padding:50px 20px;
	margin-top:70px;
	margin-bottom:45px;
	text-align:center;
	border-radius:15px;
}
.couponCodeButton {
	font-size:14px;
}
.emptyCartDiv {
	display:block;
	text-decoration:none;
	font-size:18px;
	text-align:center;
	font-weight:500;
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	border:1px solid var(--tg-lightpurple-color);
	-webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
	padding:20px;
	margin:50px 0px 60px 0px;
	background:#fff;
	color: var(--tg-primary-color);
	border-radius:15px;
}
.boxStatus {
	display:block;
	text-decoration:none;
	font-size:18px;
	text-align:center;
	font-weight:500;
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	border:1px solid var(--tg-lightpurple-color);
	-webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
	padding:20px;
	margin:25px 0px;
	background:#fff;
	color: var(--tg-primary-color);
	border-radius:15px;
}
.checkoutBox {
	display:block;
	text-decoration:none;
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	border:1px solid var(--tg-lightpurple-color);
	-webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
	padding:20px;
	background:#fff;
	color: var(--tg-primary-color);
	border-radius:15px;
	position:relative;
}
.checkoutBox .removeFromCart {
	position:absolute;
    top: 7px;
    right: 15px;
	color:var(--tg-primary-color);
}
.checkoutBox .pricingItemsTop {
	margin-top:30px;
}
.checkoutMessage {
	position: absolute;
    bottom: 50px;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Dancing Script', cursive;
    width: 95%;
}
.addressdiv {
	display:block;
	text-decoration:none;
	color: var(--tg-primary-color);
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	border:1px solid var(--tg-lightpurple-color);
	-webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
	padding:20px;
	background:#fff;
	border-radius:15px;
}
.addressdiv .check {
	color:rgb(0 0 0 / 27%);
	font-size:26px;
	display:none;
}
.addressdiv .checkNone {
	color:rgb(0 0 0 / 27%);
	font-size:26px;
	margin-right:15px;
}
.addressdiv .selected {
	color:#00af24 !important;
}
.labl {
	display : block;
	width: 100%;
}
.labl > input {
	visibility: hidden;
	position: absolute;
}
.labl > input + .selectShip {
	cursor:pointer;
}
.labl > input:checked + .selectShip {
}
.labl > input:checked + .selected {
	color:#71ffb4;
}
.labl > input:checked + .addressdiv .check {
	display:inline-block;
	margin-right:15px;
	color:#00af24;
}
.labl > input:checked + .addressdiv .checkNone {
	display:none;
}
.labl > input + .paymentDiv {
	cursor:pointer;
}
.labl > input:checked + .paymentDiv {
}
.orderBOX {
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	border:1px solid var(--tg-lightpurple-color);
	-webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
	padding:20px 30px;
	border-radius: 10px;
}
.overallratings {
	display:block;
	margin-bottom:13px;
	color:inherit;
	text-decoration:none;
}
.overallratings .revcount {
	font-size:14px;
	color:#000;
}
.overallratings .score {
  display: inline-block;
  font-family: Wingdings;
  font-size: 26px;
  color: #ccc;
  position: relative;
}
.overallratings .score::before,
.overallratings .score span::before{
  content: "\2605\2605\2605\2605\2605";
  display: block;
}
.overallratings .score span {
  color: gold;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.reviewBox {
	-webkit-box-shadow: 5px 5px var(--tg-lightpurple-color);
	-moz-box-shadow: 5px 5px var(--tg-lightpurple-color);
	box-shadow: 5px 5px var(--tg-lightpurple-color);
	border:1px solid var(--tg-lightpurple-color);
	-webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
	padding:20px;
}
.reviewBox .ratingscol {
	padding-top:7px;
}
.reviewBox .date {
	font-size:14px;
}
.reviewBox .message {
	margin-top:10px;
}
.reviewBox .fa-star {
	color:#fdcc0d;
}
.footer-divider {
	width:70%;
	margin:30px 0px;
}
.footer {
    background: #f5eab2;
    font-size: 14px;
}
.footer .address {
	color:var(--tg-primary-color);
	font-weight: 600;
	display: block;
	text-decoration: none;
}
.footer .address:hover {
	text-decoration: none;
}
.footer .footerAlign.first {
	margin-left:32%;
}
.footer .footerAlign.second {
	margin-left:17%;
}
.footer .footerAlign.third {
	margin-left:32%;
}
.footer .footerAlign .link {
	position: relative;
}
.footer .top {
	padding:30px 0px;
	position:relative;
}
.footer .top.opages {
	padding-top:45px;
}
.footer .bottom {
	position:relative;
	padding:20px 0px 20px 0px;
	background:#bbd98f;
	color:var(--tg-primary-color);
	font-weight:600;
	z-index:1999;
}
.footer .bottom img {
	margin:0px 10px;
}
.footer .bottom img.mastercard {
	height:30px !important;
}
.footer .heading {
	display:block;
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
	margin-bottom:20px;
	color:var(--tg-primary-color);
}
.footer .link {
	color:var(--tg-primary-color);
	display:block;
	margin:10px 0px;
	text-decoration:none;
	font-size:14px;
	font-weight:500;
}
@media all and (max-width:1668px) {
	.navbar .navbar-brand {
		padding:5px 0px !important;
	}
	.dropdown-menu.center {
		left:auto;
		-webkit-transform:none;
		-o-transform: none;
		transform: none;
	}
	.navbar .brands-container {
		width:100% !important;
	}
	.homeFeaturedProducts .product .title {
		height:48px;
	}
	.homeCollage .background .image:nth-child(8) {
		top:82%;
	}
	.homeCollage .background .image:nth-child(9) {
		top:87%;
	}
	.ageGroups {
		display: flex;
		gap: 15px;
		max-width:100%;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scroll-padding: 1rem;
		margin: -30px auto -30px;
		height:auto;
	}
	.ageGroups .item {
		position: relative;
		z-index: 1;
		width: 19%;
		height: 392px;
		margin: 0% 0.3%;
		display: inline-block;
		padding-top: 20px;
	}
	.homeAGlink .balloon {
		height:150px;
	}
	.homeAGlink .heading {
		font-size:40px;
	}
	.homeAGlink.bg-4 {
		margin-top:-20px;
	}
	.homeFeaturedProducts .product.pCharacters .image {
		height: 240px !important;
	}
	.homeFeaturedProducts .product.pCharacters .brand {
		font-size:14px !important;
	}
	.homeFeaturedProducts .product .image {
		height:185px;
	}
	.storeDividers .image1 {
		margin-top:135px !important;
	}
	.pdHeading {
		margin-top:95px;
	}
	.homeInstagram {
		margin-top: 0px !important;
		padding:30px 30px;
		text-align: center !important;
		margin:0px 20px 20px 20px;
	}
	.homeInstagram .text {
		text-align: center !important;
		position: relative;
   		z-index: 99;
	}
	.homeInstagram .text::before {
		content:none;
	}
	.homeInstagram .text .title {
		font-size:22px;
		margin:0px;
		display: inline;
	}
	.homeInstagram .text .tag {
		font-size:32px;
		margin:0px;
		display: inline;
		margin-left:10px;
	}
	.homeInstagram .logo {
		width: 18%;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
		opacity: 0.3;
	}
	.homeInstagram .image {
		margin-top:25px;
		height:auto;
		width:90%;
	}
	.footer .bottom img {
		margin: 15px 10px 5px 10px !important;
		height:15px;
	}
	.footer .bottom img.mastercard {
		height: 25px !important;
	}
}
@media all and (min-width: 992px) {
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
	.dropdown-menu > li:hover > .submenu{ 
		display: block;
		top: 0;
		right: auto;
		left: 100%;
		margin-top: 0;
		margin-left: var(--bs-dropdown-spacer);
	}
	.nav-ask-us .dropdown-menu {
		right: 0;
   		left: auto;
	}
	.homeStoreProducts .product .price .text-muted {
		display: block;
	}
}
@media (max-width: 992px) {
	.bottomHeader  {
		display: none;
	}
	.container-nav {
		padding:0px 10px;
	}
	.navbar {
		background-color: var(--tg-primary-color) !important;
	}
	.navbar .partition  {
		display: none !important;
	}
	.navbar .navbar-brand {
		display: block !important;
	}
	.navbar .mobileSearch {
		display: inline-block !important;
	}
	.navbar .mobileOrders {
		display: inline-block !important;
	}
	.navbar .mobileCart {
		display: inline-block !important;
	}
	.navbar .navbar-brand {
		padding: 0;
		margin: 0;
		text-decoration: none;
		font-size: 24px;
		font-weight: 700;
	}
	.navbar-toggler {
		border:none;
	}
	.navbar-nav.not-for-mobile {
		display: none;
	}
	.navbar-nav .nav-link {
		color:#fff;
		border:none;
		padding: 15px 15px !important;
		border-radius: 10px 10px 0px 0px;
		transition:none;
	}
	.navbar-nav .nav-link:hover, .navbar-nav .nav-link:active, .navbar-nav .nav-link.show {
		color: #fff;
		border:none !important;
	}
	.navbar-nav .nav-link.show {
		color: var(--tg-primary-color);
		border:none !important;
		background:#fff;
	}
	.navbar .navbar-center {
		margin:0 !important;
	}
	.navbar .megamenu {
		padding:15px;
		max-height:300px;
		overflow-y: auto;
	}
	.navbar-nav .nav-link .icon {
		height:13px;
		vertical-align: top;
		filter: brightness(0) invert(1);
	}
	.navbar-nav .nav-link.show > .icon {
		filter:none;
	}
	
	.navbar-nav .dropdownMenuAskUs {
		width:100%;
	}
}
@media (max-width: 820px) {
	@keyframes rightToLeftBG {
		0% {
			transform: translate(130vw,0px);
		}
		100% {
			transform: translate(-30vw,0px);
		}
	}
	@keyframes brandsCloudMove {
		0% {
			transform: translateX(-50%) scale(0.90);
		}
		50% {
			transform: translateX(-50%) scale(1.05);
		}
		100% {
			transform: translateX(-50%) scale(0.90);
		}
	}
	.hero .brands {
		bottom:-150px;
		transform: translateX(-50%);
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	.homeCollage .background .image:nth-child(1) {
		top:11%;
		-webkit-animation: rightToLeftBG 8s infinite;
		-ms-animation: rightToLeftBG 8s infinite;
		animation: rightToLeftBG 8s infinite;
		animation-timing-function: linear;
		height:40px !important;
	}
	.homeCollage .background .image:nth-child(2) {
		top:29%;
	}
	.ageGroups {
		display: flex;
		gap: 0px;
		max-width:100%;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scroll-padding: 1rem;
		margin: 0.5rem auto 0;
		height:auto;
	}
	.homeAGlink.bg-4 {
		margin-top:-20px;
	}
	.bottomHeader .header .icons {
		display: inline-block;
		position: relative;
		font-size: 23px;
		color: #fff;
		margin-left: 5px;
		margin-right: 6px;
	}
	.bottomHeader .header .icons img {
		height:30px;
	}
	.homeInstagram {
		text-align: center !important;
	}
}
@media (max-width: 768px) {
	.pdHeading {
		margin-top:10px;
		margin-bottom:15px !important
	}
	.sortButtonAP {
		font-size:14px;
		padding:2px 10px;
	}
	
	.homeAGlink .character {
		top:auto;
	}
	.mobileBrands {
		height: 300px;
		overflow-y: auto;
		margin-bottom: 0;
	}
	.mobileBrands a {
		display: inline-block;
		width: auto !important;
		position: relative;
		z-index: 10;
		padding: 2px 9px;
		font-size: 14px;
		font-weight: 500;
		margin: 5px 3px;
		color:inherit;
		text-decoration: none;
		border: 2px solid var(--tg-lightpurple-color);
	}
	.mobileSidebar {
		display:none;
		background: #fff;
		position:fixed;
		height: 85vh;
		z-index: 3999;
		overflow-y:auto;
		padding-top: 20px;
	}
	.mobileSidebar .closeSidebar {
		color: var(--tg-primary-color);
		font-size: 16px;
		text-decoration: none;
	}
	.searchHeaderResults {
		width:93%;
	}
	.modal-searchScroll {
		top:20%;
	}
	.slick-track {
		display: flex !important;
	}
	.slick-track .slick-slide, .slick-prev, .slick-next {
		display: flex !important;
		height: auto !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.topHeader {
		font-size:14px;
	}
	.navbar .dropdown-menu.show {
		margin-top: 0px !important;
	}
	.dropdown-item.active, .dropdown-item:active, .dropdown-item.focus, .dropdown-item:focus {
		box-shadow: none;
		outline: none;
	}
	.dropdown-menu.center {
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
	.navbar .brands-container {
		width:100% !important;
	}
	.hero {
		height:auto;
	}
	.hero .mainHeroSlider .first-tape:before {
		right: -2px;
		top: 12px;
	}
	.hero .mainHeroSlider .first-tape:after {
		left: -12px;
		bottom: 4px;
	}
	.hero .brands {
		bottom: -185px;
		background: url(../images/clouds-mobile.png) no-repeat center center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.hero .brands .itemsContainer {
		width:70%;
	}
	.grassBorder {
		margin-top:10px;
	}
	.storeDividers .image1 {
		margin-top:28px !important;
		width:80%;
	}
	.storeDividers .image2 {
		margin-top:10px;
		width: 80%;
	}
	.pdProductSlider {
		margin-top:5px;
	}
	.homeBox {
		padding:0px;
	}
	.homeCollage .collage {
		height:auto;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr repeat(2, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		padding:27% 20px 0px 20px;
	}
	.homeCollage .collage .rotateDiv {
		padding:2px;
	}
	.homeCollage .collage .image-1 { grid-area: 1 / 1 / 2 / 3; }
	.homeCollage .collage .image-2 { grid-area: 2 / 1 / 3 / 2; margin-top: 0px; }
	.homeCollage .collage .image-3 { grid-area: 2 / 2 / 3 / 3; margin-top: 0px; }
	.homeCollage .collage .image-4 { grid-area: 3 / 1 / 4 / 3; }
	.homeCollage .background .image:nth-child(1) {
		top:9%;
	}
	.homeCollage .background .image:nth-child(2) {
		top:23%;
	}
	.homeCollage .background .image:nth-child(7) {
		top:43%;
	}
	.hero .mainHeroSlider.desktop {
		display: none;
	}
	.hero .mainHeroSlider.mobile {
		display: block;
	}
	.hero .mainHeroSlider.mobile .first-tape:before, .hero .mainHeroSlider.mobile  .first-tape:after, .hero .mainHeroSlider.mobile  .last-tape:before, .hero .mainHeroSlider.mobile  .last-tape:after {
		width: 45px;
		height: 25px;
	}
	.hero .mainHeroSlider .last-tape:before {
		left:23px;
		top:4px;
	}
	.hero .mainHeroSlider .last-tape:after {
		right:28px;
		bottom:-9px;
	}
	.hero .mainHeroSlider .first-tape, .hero .mainHeroSlider .last-tape {
		width:100%;
	}
	.hero .mainHeroSlider .slide::before {
		top:24px;
	}
	.hero .mainHeroSlider .slide::after {
		bottom:22px;
	}
	.hero .mainHeroSlider .slide .foldBoxLeft {
		position:absolute;
		bottom:-2px;
		left:-2px;
		height: 14px;
		width: 4px;
		background-color: #fff;
	}
	.hero .mainHeroSlider .slide .foldLeft {
		position: absolute;
		bottom: -1px;
		left: -1px;
		height: 45px;
		width: auto;
	}
	.hero .mainHeroSlider .slide .foldBoxRight {
		position:absolute;
		bottom:-2px;
		right:-2px;
		height: 14px;
		width: 4px;
		background-color: #fff;
	}
	.hero .mainHeroSlider .slide .foldRight {
		position: absolute;
		bottom: -1px;
		right: -1px;
		height: 45px;
		width: auto;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}
	.ageGroups {
		display: flex;
		gap: 0px;
		max-width:100%;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scroll-padding: 1rem;
		margin: 0.5rem auto 0;
		height:365px;
	}
	.ageGroups .item {
		height: 340px;
	}
	.ageGroups::-webkit-scrollbar {
		width: inherit;
		height:5px;
		padding:2px;
	}
	.ageGroups::-webkit-scrollbar-track {
		background: #f3f3f3;
	}
	.ageGroups::-webkit-scrollbar-thumb {
		background: #c9c9c9;
		border-radius:25px;
	}
	.ageGroups::-webkit-scrollbar-thumb:hover {
		background: var(--tg-primary-color);
	}
	.homeBox.first {
		margin-top:-170px !important;
		height:900px;
	}
	.homeBox.first .background {
	}
	.homeBox.first .content {
		padding-top:60px;
	}
	.homeBox .background .animRow .image:nth-child(1) {
		top: 2%;
	}
	.homeBox .background .animRow .image:nth-child(2) {
		top: 18%;
	}
	.homeBox .background .animRow .image:nth-child(9) {
		top: 93%;
		right: 1%;
	}
	.homeBox .background .animRow {
		position: absolute;
		width:100%;
		height:830px;
	}
	.homeBox.featured {
		margin-bottom: 20px;
		padding-bottom: 30px !important;
	}
	.homeStoreProducts .product .tag.new {
		font-size: 10px;
	}
	.homeFeaturedProducts .product .tag.new {
		font-size: 10px;
	}
	.exploreProducts .product .tag.new {
		font-size: 10px;
	}
	
	.homeFeaturedProducts .product.pCharacters .image {
		height:193px !important;
	}
	.productView .productPictures .tags {
		left:0%;
	}
	.productView .productPictures .tag.new {
		font-size: 10px;
	}
	.ageGroups .item {
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 0 0 200px;
		scroll-snap-align: start;
		width: 200px;
		display: block;
		text-align: center;
		color: inherit;
		text-decoration: none;
	}
	.homeAGlink .balloon {
		height:125px;
	}
	.homeAGlink .balloon .written {
		font-size: 17px;
		line-height: 27px;
	}
	.homeAGlink .heading {
		font-size: 34px;
		line-height: inherit;
	}
	.homeAGlink.bg-1 {
		margin-top:0px;
	}
	.homeAGlink.bg-1 .balloon {
		left: -25px;
	}
	.homeAGlink.bg-1 .character {
		left: 30px;
	}
	.homeAGlink.bg-2 .balloon {
		left: -21px;
	}
	.homeAGlink.bg-2 .character {
		left: 20px;
	}
	.homeAGlink.bg-3 .balloon {
		left: 0px;
	}
	.homeAGlink.bg-3 .character {
		left: -20px;
	}
	.homeAGlink.bg-4 {
		margin-top:20px;
	}
	.homeAGlink.bg-4 .balloon {
		left: 0px;
	}
	.homeAGlink.bg-4 .character {
		left: -32px;
	}
	.homeAGlink.bg-5 .character {
		left: -39px;
	}
	.ageGroups .item:last-child {
		width:100%;
	}
	.homeAGlink.bg-5 {
		margin-top:0px;
	}
	.ageGroups .item:last-child .balloon .written {
		left:49%;
	}
	.homeFeaturedProducts .heading {
		font-size:20px;
	}
	.homeFeaturedProducts .product {
		margin:10px 2px;
		display:block !important;
	}
	.homeStoreProducts .product {
		display:block !important;
	}
	.homeStoreProducts .product .image {
		height:130px;
	}
	.homeFeaturedProducts .product.pCharacters {
		padding:30px 10px 10px 10px
	}
	.homeFeaturedProducts .product.pCharacters .brand {
		margin-top:14px;
		font-size:13px;
	}
	.homeFeaturedProducts .product .brand {
		margin-top:5px;
	}
	.homeStoreProducts .product .title {
		height:50px;
	}
	.homeStoreProducts .product .price {
		font-size:13px;
	}
	.storeDividers img {
		height:auto;
		width:90%;
	}
	.storeDividers .topSD {
		height:auto;
		width:70% !important;
	}
	.homeWhyUs .image {
		margin:0px 20px;
	}
	.homeWhyUs .heading .text {
		display: block;
		margin:20px 0px;
	}
	.homeWhyUs .item {
		padding:30px 0px 30px 0px;
	}
	.homeWhyUs .item img {
		height:40px !important;
	}
	.homeWhyUs .item .heading {
		font-size:14px;
	}
	.homeWhyUs .item:after {
		right:-10px;
	}
	.homeWhyUs .item.second:after {
		border:none;
	}
	.homeWhyUs .borderDivider {
		width:90%;
		margin:0 auto;
	}
	.bottomLeftFixedIcon, .bottomRightFixedIcon {
		z-index:9999;
	}
	.productView .informationBox .collapseBox {
		padding:20px 0px;
	}
	.homeInstagram {
		margin-top: 40px !important;
		padding:30px 30px;
		text-align: center !important;
		margin:0px 20px 20px 20px;
	}
	.homeInstagram .text {
		text-align: center !important;
		position: relative;
   		z-index: 99;
	}
	.homeInstagram .text::before {
		content:none;
	}
	.homeInstagram .text .title {
		font-size:22px;
		margin:0px;
		display: inline;
	}
	.homeInstagram .text .tag {
		font-size:32px;
		margin:0px;
		display: inline;
		margin-left:10px;
	}
	.homeInstagram .logo {
		width: 39%;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
		opacity: 0.3;
	}
	.homeInstagram .image {
		margin-top:25px;
		height:auto;
		width:90%;
	}
	.checkoutMessage {
		margin-top:40px;
		margin-bottom:20px;
		position:unset;
		font-size: 28px;
		width:100%;
	}
	.footer .footerAlign.first {
		margin-left:0%;
	}
	.footer .footerAlign.second {
		margin-left:0%;
	}
	.footer .footerAlign.third {
		margin-left:0%;
	}
	.footer-divider {
		width:85%;
		margin:0px;
	}
	.footer {
		text-align:center;
	}
	.footer .bottom {
		z-index:9999;
	}
	.footer .bottom img {
		margin: 15px 10px 5px 10px !important;
		height:15px;
	}
	.footer .bottom img.mastercard {
		height: 25px !important;
	}
}