
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');


@font-face {
    font-family: 'Autumn in November';
    src: url('../fonts/AutumninNovember.woff2') format('woff2'),
        url('../fonts/AutumninNovember.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:swap;}

@font-face {
    font-family: 'FONTSPRING DEMO - Moranga';
    src: url('../fonts/FONTSPRINGDEMO-MorangaBoldRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-MorangaBoldRegular.woff') format('woff'),
        url('../fonts/FONTSPRINGDEMO-MorangaBoldRegular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display:swap;}


*{margin:0; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; outline:none;}
*::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;}
html {-webkit-text-size-adjust:100%;} 
html,body {font-family:"Noto Sans", sans-serif; color:var(--PrimaryClr); font-size:16px; margin:0; padding:0; font-weight:400; line-height:1.3; -webkit-font-smoothing: antialiased;}
body {overflow-x:hidden;}

:root {
	--PrimaryClr:#19233B;
	--primaryFont:"Noto Sans", sans-serif;
	--secondFont:"Roboto Slab", serif;
	--cursiveFont:'Autumn in November';
	--MorangaFont:'FONTSPRING DEMO - Moranga';
	--headFontSize:2.8rem;
	--smFontSize:1rem;
	--mdFontSize:1.2rem;
	--OrangeClr:#E79E3D;
	--PinkClr:#DBA6BC;
	--quoteOrange:#EE822D;
	--textHover:#E79E3D;
	--whiteText:#fff;
	--mustardClr:#F79433;
	--LightGray:#AEAEAE;
	--marronText:#5D344B;
	--yellowText:#F3F19D;
	--blueText:#78B6E4;
    --BorderRadius:10px;    
	--btnHover:#78B6E4;
	--btnBg:#E79E3D;
	--inputBg:#25314B;
	--blueTop:#19233B;
	--blueHeader:#25314B;
	--FormBg:#FFF3E8;
	--FormBdr:#e7d5c5;
	--FormRadius:30px;
	--greenLight:#3C6A66;
	--greenDark:#194949;
	--marongBG:#5D344B;
	--greenMedium:#467470;
	--footerBG:#19233B;
	--lightBluetext:#9DBFE4;
	--formPlaceholder:#d5d5d5;
	--sliderArrow:#B16827;
	--LightBlue:#505471;
	--DarkGray:#222430;
	--CreamBG:#EDE5DE;
	--GraydenBG:#695138;
	--PurpleBG:#3B2441;
	--SkyBg:#F0F9FD;
	--BlueFade:#dae1e9;
	--marronFadeBG:#7B5664;
	--creamBG:#FFF3E8;
	--NavyBG:#525ea8;}


p:empty {display:none;}
ul{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6 {margin:0; padding:0; color:var(--PrimaryClr); font-family:"Noto Sans", sans-serif;}
h1 {font-size:2.3rem;line-height:1.2; margin-bottom:1.8rem; font-weight:700;}
h2 {font-size:2rem;font-weight: 700; margin-bottom:1.4rem;line-height:1.2;}
h3 {font-size:2rem;font-weight: 700; margin-bottom:1.4rem;line-height:1.2;}
h4 {font-size:1.5rem;font-weight: 700; margin-bottom:1.4rem;line-height:1.2;}


img {max-width:100%;}
.text-center {text-align:center;}
.vcenter {align-items:center !important;}
.mauto {margin:0 auto!important;}
a, .alink {color:var(--PrimaryClr); transition:all linear .3s; -o-transition:all linear .3s; -ms-transition:all linear .3s;-moz-transition:all linear .3s;-webkit-transition: all linear .3s;}
a:focus,a:visited,a:hover {outline:none; text-decoration:none; transition: all linear .3s;-o-transition:all linear .3s; -ms-transition:all linear .3s;-moz-transition:all linear .3s;-webkit-transition: all linear .3s; color:var(--textHover);}

.form-control:focus {outline:0; box-shadow:none;}
.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {z-index:1;}

.form-check-input:checked {
    background-color:#3BBFBC;
    border-color:#3BBFBC;}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--PrimaryClr);
    appearance: none;
    background-color: var(--whiteText);
    background-clip: padding-box;
    border: 1px solid #FFE8C9;
    border-radius: var(--BorderRadius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height:3.25rem;}
legend {
    padding:0.44rem 0;
    border-bottom:1px solid var(--FormBdr);
    font-weight:700;
    display:block;
    margin:0 0 1.5rem;
    font-family: var(--primaryFont);
    font-size:1.1rem;}	

a.btn-primary, a.btn-secondary {color:var(--whiteText);}
.btn-primary {
    background: var(--OrangeClr);
    color: var(--whiteText);
    border: 1px solid var(--OrangeClr);
    border-radius: var(--BorderRadius);
    padding: 0 1.5rem;
    height: 3rem;
    line-height: 3rem;
    min-width: 6.2rem;
    font-size: 0.95rem;
    font-weight: 500;}
.btn-primary:hover {background: var(--blueTop); border-color: var(--blueTop);}	

.btn-back, .btn-light, a.btn-light {
    background: var(--SkyBg);
    border: 2px solid var(--PrimaryClr);
    border-radius: var(--BorderRadius);
    padding: 0 1.5rem;
    height: 3rem;
    line-height: 3rem;
    min-width: 6.2rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--PrimaryClr);}
.btn-back:hover, .btn-light:hover, a.btn-light:hover {background:var(--blueTop); border-color:var(--blueTop); color:var(--whiteText);}		

.btn-secondary {
    background: var(--OrangeClr);
    color: var(--whiteText);
    border: 1px solid var(--OrangeClr);
    border-radius: var(--BorderRadius);
    padding: 0 1.5rem;
    height: 3rem;
    line-height: 3rem;
    min-width: 6.2rem;
    font-size: 0.95rem;
    font-weight: 500;}
.btn-secondary:hover {background: var(--blueTop); border-color: var(--blueTop);}		

form .col-form-label {
        text-align:left;
        font-weight: 600;
        line-height: 1.4;
        font-size: 0.9rem;}
		
.login-box .view-btn {background:var(--OrangeClr);
    color: var(--whiteText);
    border: 1px solid var(--OrangeClr);
    border-radius: var(--BorderRadius);
    padding: 0 20px;   
    font-size: 0.9rem;
    font-weight: 500;}			
.login-box .view-btn:hover {background:var(--blueTop); border-color:var(--blueTop);}	

.input-group .view-btn {background:var(--OrangeClr);
    color: var(--whiteText);
    border: 1px solid var(--OrangeClr);
    border-radius: var(--BorderRadius);
    padding: 0 20px;   
    font-size: 0.9rem;
    font-weight: 500;}			
.input-group .view-btn:hover {background:var(--blueTop); border-color:var(--blueTop);}		
	

.green-bg {background:var(--greenLight); padding:6rem 0; margin:0 auto; position:relative;}
.container-home .green-bg {position:relative; z-index:11;}
.greenDark-bg {background:var(--greenDark); padding:7.5rem 0 6.5rem; margin:0 auto; position: relative;}
.greenMedium-bg {background:var(--greenMedium); padding:5rem 0 4rem; margin:0 auto; position: relative;}
.texture-bg {background:url('../images/texture-bg.png') repeat left top; padding:7.5rem 0; margin:0 auto;}
.personalize-bg {background:url('../images/personalize-bg.jpg') repeat left top; padding:5rem 0 1rem; margin:0 auto;}
.maroon-bg {background:var(--marongBG); padding:4rem 0; margin:0 auto;}
.lightPurple-bg {background:var(--LightBlue); padding:7rem 0; margin:0 auto; position:relative;}
.darkgray-bg {background:var(--DarkGray); padding:5rem 0 5rem; margin:0 auto; position:relative;}
.peach-bg {background:var(--CreamBG); padding:0; margin:0 auto; position:relative;}
.grayden-bg {background:var(--GraydenBG); padding:0; margin:0 auto; position:relative;}
.purple-bg {background:var(--PurpleBG); padding:7rem 0 4rem ; margin:0 auto; position:relative;}
.navyBlue-bg {background:var(--NavyBG); padding:6rem 0; margin:0 auto; position:relative;}
.cream-texture {background:url('../images/cream-texture-bg.jpg') repeat left top; padding:0; margin:0 auto;}
.texture-bg.texture-os {padding:9rem 0;}
.bluesky-bg {background:var(--SkyBg); padding:5rem 0 5rem; margin:0 auto; position:relative;}
.bluefade-bg {background:var(--BlueFade); padding:5rem 0 5rem; margin:0 auto; position:relative;}
.marronFade-bg {background:var(--marronFadeBG); padding:5rem 0; margin:0 auto; position:relative;}
.cream-bg {background:var(--creamBG); padding:5rem 0; margin:0 auto; position:relative;}
.our-story .lightPurple-bg {padding:5rem 0 4rem;}
.marronBG-circle {background:var(--marronFadeBG); padding:6rem 0 6.6rem; margin:0 auto; position:relative; width:100%;}
.marronBG-circle::after {content:'';
  position:absolute;
  bottom:-10px;
  left:-2px;
  right:0;
  height:24px; 
  background: radial-gradient(circle, var(--marronFadeBG) 55%, transparent 60%); 
  background-size: 18px;
  z-index: 9;}
.greenBG {background:#6D9567; padding:6rem 0; margin:0 auto; position:relative; width:100%;}
.whiteBG-circle {background:#fff; padding:6rem 0; margin:0 auto; position:relative; width:100%;}
.whiteBG-circle::before {content:'';
  position:absolute;
  top:-10px;
  left:-2px;
  right:0;
  height:24px; 
  background: radial-gradient(circle, #fff 55%, transparent 60%); 
  background-size: 18px;
  z-index: 9;}

.os-starbg {position:relative;}
.os-starbg:before {background:url('../images/our-star-left-bg.png') no-repeat left top; 
    padding: 0;
    margin: 0;
    content: '';
    width: 12rem;
    display: inline-block;
    position: absolute;
    left:0;
    top:-7.3rem;
    height: 78rem;
    z-index: 99;
    background-size: 100%;}

.ys-starbg {position:relative;}	
.ys-starbg:before {background:url('../images/your-star-left-bg.png') no-repeat left top; 
    padding: 0;
    margin: 0;
    content: '';
    width: 12rem;
    display: inline-block;
    position: absolute;
    left:0;
    top:-7.43rem;
    height: 52rem;
    z-index: 99;
    background-size: 100%;}

#product-info .detail-starbg {position:relative;}
#product-info .detail-starbg:before {background:url('../images/StarBg-detail.png') no-repeat left top; 
    padding: 0;
    margin: 0;
    content: '';
    width: 190px;
    display: inline-block;
    position: absolute;
    left:0;
    top:-119px;
    height:852px;
    z-index: 99;
    background-size: 100%;}	

.detail-starbg {position:relative;}
.detail-starbg:before {background:url('../images/detail-star-bg.png') no-repeat left top; 
    padding: 0;
    margin: 0;
    content: '';
    width: 12rem;
    display: inline-block;
    position: absolute;
    left:0;
    top:-7.3rem;
    height: 78rem;
    z-index: 99;
    background-size: 100%;}	

.star-right:before {background:url('../images/middle-star-bg.png') no-repeat right top; 
    padding: 0;
    margin: 0;
    content: '';
    width: 7.65rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4rem;
    height:76rem;
    background-size:100%;}

.star-bg-left {position:relative;}
.star-bg-left:before {background:url('../images/top-star-bg.png') no-repeat left top; 
	padding:0;
    margin:0;
    content:'';
    width:9rem;
    display:inline-block;
    position:absolute;
    left:0.7rem;
    top:-7rem;
    height:65rem;
	z-index:99;
	background-size:100%;}	
		

.purple-roundbg {position:relative;}	
.purple-roundbg:after {background:url('../images/purple-round-bottom.png') repeat left top;
    padding: 0;
    margin: 0;
    content: '';
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
    height: 1rem;
    z-index: 9;}

.owl-theme .owl-dots .owl-dot span {background:#9E9E9E; margin:5px;}	
.owl-theme .owl-dots .owl-dot.active span {background:var(--OrangeClr);}

#content, #column-left, #column-right {padding-bottom:0;}

/* Scrollbar width */
::-webkit-scrollbar {width:8px;}
/* Track */
::-webkit-scrollbar-track {background:#eee;} 
/* Handle */
::-webkit-scrollbar-thumb {background:#ddd; border-radius:10px;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background:#E79E3D;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:var(--LightGray); font-size:14px; font-weight:500;
}
::-moz-placeholder { /* Firefox 19+ */
  color:var(--LightGray); font-size:14px; font-weight:500;
}
:-ms-input-placeholder { /* IE 10+ */
  color:var(--LightGray); font-size:14px; font-weight:500;
}
:-moz-placeholder { /* Firefox 18- */
  color:var(--LightGray); font-size:14px; font-weight:500;}
  
  
.form-group .input-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:var(--whiteText); font-size:0.9rem; font-weight:600;
}
.form-group .input-group input::-moz-placeholder { /* Firefox 19+ */
  color:var(--whiteText); font-size:0.9rem; font-weight:600;
}
.form-group .input-group input:-ms-input-placeholder { /* IE 10+ */
  color:var(--whiteText); font-size:0.9rem; font-weight:600;
}
.form-group .input-group input:-moz-placeholder { /* Firefox 18- */
  color:var(--whiteText); font-size:0.9rem; font-weight:600;} 


.login-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:var(--formPlaceholder); font-size:0.9rem; font-weight:400;
}
.login-box input::-moz-placeholder { /* Firefox 19+ */
  color:var(--formPlaceholder); font-size:0.9rem; font-weight:400;
}
.login-box input:-ms-input-placeholder { /* IE 10+ */
  color:var(--formPlaceholder); font-size:0.9rem; font-weight:400;
}
.login-box input:-moz-placeholder { /* Firefox 18- */
  color:var(--formPlaceholder); font-size:0.9rem; font-weight:400;}
  


nav#top {background:var(--blueTop); color:var(--whiteText);     
	border: none;
    margin-bottom: 0;
    position: relative;
    padding: 0;}

.header-container {display:flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    padding:15px 0;
    margin: 0;
	height: 120px;}

header.sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index:9999;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s ease;}
header.sticky-header .header-container {height:5.5rem;}	
header.sticky-header .header-container #logo img {max-width:8rem;}
header.sticky-header .header-container #menu .navbar-nav > li > a {font-size:0.83rem;}
header.sticky-header .header-container .hright .tagline {font-size:0.83rem;}
#menu .navbar-nav li.active > a {color:var(--OrangeClr);}

.headerMenu #menu {
    background-image: none;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    background-color: transparent !important;
    color: var(--blueText);}
.headerMenu #menu .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;}	
#menu .navbar-nav > li > a {
    color:var(--blueText);
    text-shadow: none;
    padding: 0 20px;
    background-color:transparent;
    font-size:0.9rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight:700;
    letter-spacing:0.6px;}	
#menu .navbar-nav > li > a:hover {color:var(--textHover); background-color:transparent;}	

header {
    background:var(--blueHeader);
    color:var(--whiteText);}

.drsb-flex {display:flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;}

.header-container .hright {display:flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    width: 100%;
    padding: 0;
    margin: 0;}	
.searchHeader .input-group .fa-solid:before {color:var(--OrangeClr); font-size:18px;}

.hright .searchHeader {
    flex:0 0 80%;
    position:relative;
	visibility:hidden;
    display:none;}
.hright .tagline {flex:0 0 auto; color:#B3D1EC; font-weight:600; font-size:0.9rem; text-align:left; font-family:"Noto Sans", sans-serif;}	
.hright .searchHeader form.input-group {
    margin: 0 !important;
    padding: 0;}
.tagline .star-img {    
	width: 0.55rem;
    position: relative;
    left: -1px;
    top: 1px;}	
.header-container #logo {
    text-align:left;
    margin:0;}
.header-container #logo img {max-width:180px;}	
.topnav-right ul.list-inline {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
	height: 44px;}
.topnav-right .list-inline-item:not(:last-child) {
    margin-right:1.6rem;
    padding-right:1.6rem;
    position: relative;}	
.topnav-right .list-inline-item:after {
    content: '';
    position: absolute;
    right: 0;
    height:14px;
    width: 1px;
    background:rgba(255,255,255, 0.4);
    top: 5px;}	
.topnav-right .list-inline-item:last-child:after {display:none;}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {font-size: 14px;
    color: var(--lightBluetext);
    line-height: 1;
    vertical-align: middle;
    padding: 0;}	
.topnav-right .header-cart .cart-icon {padding-left:8px;}	
.topnav-right .header-cart .cart-icon svg {max-width:18px;}
.topnav-right .user-item .dropdown img {max-width:17px;}

.container-home {
    width: 100%;
    max-width: 100%;
    padding: 0;}
.banner-section .carousel {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;}	
.banner-section .carousel .img-banner {height:auto; max-width:100%;}	
.banner-container .right-content {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0; background:url('../images/off-texture.png') repeat left top;}
.banner-container .right-content:before {
    content: '';
    position: absolute;
    left: -10px;
    background: url('../images/banner-corner.png') repeat-y left top;
    display: inline-block;
    height: 100%;
    width: 16px;
    top:0;
    z-index: 999;}	
		
.banner-container .banner-caption {display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding:0 30px; 
	margin:0;}		
.banner-container .banner-caption h3 {
	color:var(--LightGray);
    font-family: "Roboto Slab", serif;
    font-size: 2.3rem;
    line-height: 3rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin:0;
    padding: 0;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}
.banner-container .banner-caption h3 span.story {
    font-family: var(--cursiveFont);
    color: #3BBFBC;
    font-weight: 400;
    font-size: 7.5rem;
    line-height: 10rem;
    display: block;
    letter-spacing: -3px;
    text-transform: capitalize;
    min-height: 10rem;}
.banner-container .banner-caption h3 .post {
    position: relative;
    top: 0;
	padding-bottom:0.65rem;
	line-height: 1;
    margin: 0;
    display: block;}	
.banner-container .banner-caption h3 span.posr {
    position: absolute;
    right: -1rem;
    top: 4rem;
    display: inline-block;}	
.banner-container .banner-caption h3 span.posd {position: relative;
    top: 0;
    margin-top:0;
    display: block;}	
.banner-container .banner-caption .form-group {display:block; position:relative; margin-top:15px;}
.banner-caption .form-group .input-group {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 50px;
    width: 350px;
    border-radius: var(--BorderRadius);
    background-color: var(--inputBg);
    color: var(--whiteText);}
.banner-caption .form-group .form-control {background-color:var(--inputBg);
    color: var(--whiteText);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding:10px 20px;
    border-radius: var(--BorderRadius);
    border: none;
    text-transform: uppercase; 
	height: 50px;
    max-width:85%;}
.banner-caption .form-group button.btn {background: var(--btnBg);
    color: var(--whiteText);
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--BorderRadius) !important;
    border:none;
    width: 4rem;
    height: 51px;
    position: absolute;
    right: -1px;
    top: -1px;
    padding: 0;
    min-width: inherit;}
.banner-caption .form-group button.btn:hover {background:var(--lightBluetext); transition:all linear .3s;}	
.banner-container .banner-caption .twins-button {color:#748EB2;
    font-weight:700;
    font-size:0.9em;
    line-height:1rem;
    letter-spacing:1px;
    text-transform:uppercase;
    text-align:center;
    display:block;
	margin:1rem auto;}
.banner-container .banner-caption .description {color:var(--PrimaryClr);     
	font-size:1.1rem;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    margin:16px 0 0;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
	max-width:100%;}
.banner-container .banner-caption .description h4 {font-weight: 700;
    font-size:1.1rem;
    line-height:1.6;
    margin-bottom: 10px;}
.banner-container .banner-caption .description p {margin:0;}

.banner-container .banner-section .carousel-indicators {bottom:20px;}
.banner-section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
	border-radius: 20px;
    border: none;
    box-shadow: none;
    background-color: var(--whiteText);
    opacity: 1;
    transition: opacity 0.6s ease;}
.banner-section .carousel-indicators .active {
    border-radius: 20px;
    border: none;
    box-shadow: none;
    background-color: var(--OrangeClr);}

#top ul li.user-item .dropdown-menu {top:10px !important;
    background:var(--blueTop);
    color:var(--lightBluetext);}	
#top ul li.user-item .dropdown-menu li a {
    color:var(--lightBluetext);
    padding:8px 10px;
	background-color: transparent;
	font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;}	
#top ul li.user-item .dropdown-menu li a:hover {color:var(--OrangeClr); background-color:transparent;}

#top ul li.user-item .dropdown-menu li .dropdown-item {
    color: var(--lightBluetext);
    padding: 8px 10px;
    background-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
	cursor: pointer;}
#top ul li.user-item .dropdown-menu li .dropdown-item:hover {color:var(--OrangeClr); background-color:transparent;}	

.began-with {max-width:100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap:6%;
	color: var(--whiteText);}
.began-with:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -6rem;
    background:url('../images/began-bug-bg.svg') no-repeat right bottom;
    height: 62px;
    width: 80px;
    right:0;
    background-size: 100%;}	
.began-with .column-left {width:40%;
    max-width:450px;}	
.began-with .column-right {width:60%;
    font-size:1.07rem;
    line-height: 2.4rem;
    font-weight: 600;
    display: block;}
.began-with .column-left .content-left {font-family:var(--secondFont); color:var(--yellowText); 
    font-size: 2.5rem;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    display: block;
    text-align: left;}

.began-with .content-left .ytext {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 20px;}
.began-with .content-left .ytext .img-wish {
    position: absolute;
    right: -10px;
    top: -25px;
    display: inline-block;
    max-width: 220px;}	
.began-with .column-right p {margin-bottom:30px;}	
.began-with .column-right p:last-child {margin-bottom:0;}	


/*************** Quote start **************/

.quote-section {}
.quote-section {
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;}
.quote-section .quote-auther {color: #77787A;
    font-family: var(--primaryFont);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;}
.quote-auther img {max-width: 16px;
    margin-right: 8px;}
.quote-section .blockquote {
	position:relative; 
	font-family:var(--secondFont); 
	font-size:2.4rem;
	font-weight:300;
	color:var(--marronText); line-height:1.7; letter-spacing:1px; 
	margin: 0 auto;
    padding: 0;
    max-width:74%;}
.blockquote .qoute {color:var(--quoteOrange);
    font-size:10rem;
    width: 70px;
    height: 54px;
    line-height: 1; 
	position: absolute;
    display: inline-block;}	
.quote-section .blockquote .qoute.left {background:url('../images/quote-left.svg') no-repeat left top; left:-25px; top:-15px;}	
.quote-section .blockquote .qoute.right {background:url('../images/quote-right.svg') no-repeat left top; bottom:-13px; margin-left:10px;}

.featured-products .product-thumb {
    border: none;
    position: relative;
    height: 100%;
    text-align: center; 
	padding:0 2.4rem;}
.featured-products .product-thumb .image {text-align:center; position:relative;}	
.featured-products .product-thumb .image:after {content: "";
    background: rgba(0, 0, 0, 0.3);
    height: 0;
    width: 50%;
    right: 0;
    bottom: 30px;
    -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 18px 22px rgba(0, 0, 0, 0.3);
    -webkit-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0, 0, 0);
    -moz-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0,0,0);
    -ms-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0,0,0);
    -o-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0,0,0);
    transform: skew(-25deg, 0deg) rotate(-1deg) translate3d(0, 0, 0);
    z-index: -1;
    display: inline-block;
    position: absolute;}
.featured-products .product-thumb .description {
    padding: 15px;
    margin-bottom: 0;}	
.featured-products .product-thumb .description h4 {
    font-weight: 700;
    margin:2.5rem auto 0;
    text-align: center;
	font-size: 1.6rem;
    letter-spacing:1.5px;
    text-transform: uppercase;
    font-family: var(--primaryFont);
    color: #BABBBD;}	
.featured-products .product-thumb .description h4 a {color:#BABBBD; text-decoration:none;}	
.featured-products .product-thumb .description h4 a:hover {color:var(--textHover);}

.featured-products .owl-carousel {position:relative;}
.featured-products .owl-carousel .owl-nav {position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
    padding: 0;}
.featured-products .owl-carousel .owl-nav button {background:var(--sliderArrow) !important;
    color: var(--whiteText) !important;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    border-radius: 2rem;
    position: relative;
    margin: 0;
    padding: 0;
	transition:all linear .3s;
    box-shadow: 0px 12px 14px 0px #00000040;}	
.featured-products .owl-carousel .owl-nav button:hover {background:var(--blueText) !important;}	
.featured-products .owl-carousel .owl-nav button.owl-prev {left:-60px;}
.featured-products .owl-carousel .owl-nav button.owl-next {right:-60px;}


.birthday-book-section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block; 
	position:relative;}	
.birthday-book-section .birthday-block {display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
    padding: 0;
    gap: 0;
    width: 100%;
	color:var(--whiteText);
	z-index: 2;
    position: relative;}
.birthday-book-section .birthday-block .customb-left {padding-left:0;} 	
.birthday-book-section .birthday-block .customb-right {position:relative;}
.birthday-book-section .birthday-block .customb-right:before {
    content:'';
    display:inline-block;
    position:absolute;
    top:-1rem;
    background:url('../images/birthday-star-bg.svg') no-repeat right top;
    height:400px;
    width:550px;
    right:inherit;
    background-size:100%;
    z-index:1;
    left:1.5rem;}
.birthday-block h3 {color:var(--whiteText);}
.birthday-block h3 .happy-text {color:#F6F6C0; font-family:var(--secondFont); font-weight:300; font-size:3rem; line-height:1; display:block; text-transform:uppercase; margin:0 0 1rem; padding:0;}
.birthday-block h3 .birthday-text {
    font-family: var(--cursiveFont);
    color: #F05E2D;
    font-size: 100px;
    display: block;
    line-height: 1.7;
    font-weight: 400; margin:0; padding:0;}
.birthday-block .twins-links {color: #748EB2;
        font-weight: 700;
        font-size: 0.8rem;
        line-height: 1rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        display: block;
        margin:1rem auto;}
.birthday-block .right-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin: 0;
    padding: 0 2rem;
    gap: 0;
    width: 100%;
    color: var(--whiteText);
    max-width:70%;
    text-align:center;
	position:relative;
    z-index:4;}	
.birthday-block .right-section p {
    font-size:clamp(1rem, 0.955rem + 0.121vw, 1.1rem);
    line-height: 2rem;
    font-weight: 500;
    text-align: center;}	
.birthday-block .form-group {
    display: block;
    position: relative;
    margin-top:1rem;}
.birthday-block .form-group .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 56px;
    width: 350px;
    border-radius: var(--BorderRadius);
    background-color: var(--inputBg);
    color: var(--whiteText);
    border: 1px solid var(--LightGray);}	
.birthday-block .form-group .form-control {
    background-color: var(--inputBg);
    color: var(--whiteText);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: var(--BorderRadius)!important;
    border: none;
    text-transform:uppercase;
	max-width:82%;
	height:55px;
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;}	
.birthday-block .form-group button.btn {
    background: var(--btnBg);
    color: var(--whiteText);
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--BorderRadius) !important;
    border: none;
    width:4.7rem;
    height: 56px;
    position: absolute;
    right: -1px;
    top: -1px;
	padding: 0;
    min-width: inherit;}	
.birthday-block .form-group button.btn:hover {background:var(--lightBluetext); transition:all linear .3s;}		

.personalize-bg {position:relative;}

.personalized-storybook {
    position: relative;}	
.personalized-storybook h2 {
    text-align: center; 
	font-size:30px;
    display: block;
    margin:2rem 0 -4rem;
   padding: 0;
   color: var(--sliderArrow);}
 
.personalized-storybook .steps-container {
	position: relative;
    z-index: 9;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    max-width: 100%;}   
.personalized-storybook .steps-container .step {width:100%; height:300px; position:relative;}
.personalized-storybook .steps-container .step.step-1 {
    grid-column: span 3;
    height: auto;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    width: auto;
	z-index: 9;}
.personalized-storybook .steps-container .step.step-1 .blob-shape {
    height:243px;
    background-size:90%;
    width:400px;}	
.personalized-storybook .steps-container .step.step-middle {
	height:auto;
    grid-row:span 3;
    min-width:600px; 
	position:relative;}
.personalized-storybook .steps-container .step.step-middle .step-bg {
    position:absolute;
    right:0;
    top:inherit;
    left:inherit;
    width:900px;
    bottom:30px;}	
.personalized-storybook .steps-container .step.step-middle img.birthday-img {
    max-width:46rem;
    margin:0 auto;
    text-align:center;}	


.personalized-storybook .steps-container .step.step-1 {top:170px; right:-110px;}
.personalized-storybook .steps-container .step.step-2 {top:-100px; right:-220px;}
.personalized-storybook .steps-container .step.step-3 {top:10px; right:110px;}
.personalized-storybook .steps-container .step.step-4 {top:-190px;}
.personalized-storybook .steps-container .step.step-5 {top:-60px; right:100px;}

.steps-container .step.step-5 .blob-shape {background:url('../images/blob-shape5.png') no-repeat center center; background-size:90%; background-attachment:inherit; padding:0 40px;}
.steps-container .step.step-4 .blob-shape {background:url('../images/blob-shape4.png') no-repeat center center; background-size:95%; background-attachment:inherit;}	
.steps-container .step.step-3 .blob-shape {background:url('../images/blob-shape3.png') no-repeat center center; background-size:85%; background-attachment:inherit;}
.steps-container .step.step-2 .blob-shape {background:url('../images/blob-shape2.png') no-repeat center center; background-size:95%; background-attachment:inherit; padding:0 30px;}
.steps-container .step.step-1 .blob-shape {background:url('../images/blob-shape1.png') no-repeat center center; background-size:contain; background-attachment:inherit;}	 	

.steps-container .step .blob-shape {
	display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    position: relative;
    margin:0 auto;
    padding:0 50px;
    height: 243px;
    width: 400px;}	
.steps-container .step .step-title {
    font-weight: 700;
    font-size: 1.1rem;
    display: block;
    margin: 0 auto .5rem;}	
.steps-container .step .step-description {
    font-weight: 500;
    font-size: 0.8rem;
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    line-height:1.2rem; 
	color:#333;}	
   
.testimonial-panel {position: relative;}  
.testimonial-panel .text-right {position: relative;} 
.testimonial-module .testimonial-image {
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 0;
    padding: 0;
    text-align:center;
    position: absolute;
    right: 0;
    top: -2rem;}	
.testimonial-content .owl-theme .owl-dots .owl-dot span {background:#9E9E9E; margin:5px;}	
.testimonial-content .owl-theme .owl-dots .owl-dot.active span {background:var(--OrangeClr);}	
.testimonial-content .owl-theme .owl-nav.disabled+.owl-dots {text-align:right; margin-top:2rem;}	
.testimonial-module .testimonial-header h2 {color: #F6921C;
    font-family: var(--secondFont);
    font-size: clamp(2.4rem, 2.218rem + 0.485vw, 2.8rem);
    font-weight: 400;
    line-height: 1.4;
    display: block;
    padding: 0;
    margin: 0 0 1.5rem;
    text-transform: uppercase;}	
.testimonial-module .testimonial-item .testimonial-text {font-size:clamp(1rem, 1rem + 0vw, 1rem);
    line-height: 2.2rem;
    font-weight: 300;
    display: block;
    color: var(--whiteText);
    padding:0;
    margin:0 0 2.2rem; position:relative;}
.testimonial-module .testimonial-item .testimonial-name {position: relative;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 500;
    display: block;
    color: var(--whiteText);
    text-transform: uppercase;
    letter-spacing: 0.5px; padding-left:0;}
.testimonial-module .testimonial-item .testimonial-name:before {content:''; 
	display:inline-block;
	background: url('../images/square-dot.svg') no-repeat left center;
    width: 32px;
    height: 14px;
    background-size:16px;}

.testimonial-module .testimonial-content {
    position: relative;
    display: block;}
.testimonial-module .testimonial-content:before {content:'';
    display:inline-block;
    background:url('../images/testimonial-quote.svg') no-repeat left top;
    left:-55px;
    top:0;
    position:absolute;
    width:44px;
    height:36px;
    z-index:9;
    background-size:42px;}		
.steps-container .step.step-3 .blob-shape .step-index {
    top:50px;
    left:70px;}
.steps-container .step .blob-shape .step-index {
	display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    position:absolute;
    margin:0 auto;
    padding:0;
    height:auto;
    width:auto;
    background-size:100%;
    font-weight:600;
    color:var(--whiteText);
    font-size:20px;
	font-family:"Roboto Slab", serif;
    top:40px;
    left:60px;
    text-align:center;
    line-height:1;}
.steps-container .step.step-1 .blob-shape .step-index {top:15px; left:90px;}	
.steps-container .step.step-2 .blob-shape .step-index {top:20px; left:100px;}
.steps-container .step.step-5 .blob-shape .step-index {left:inherit;
    top:5px;
    right:100px;}
.steps-container .step .blob-shape .step-index:before {background: var(--btnBg);
    content: '';
    display: inline-block;
    height:40px;
    width:40px;
    background-size: 100%;
    transform: none !important;
    border-radius: 50%;}
.steps-container .step .blob-shape .step-index .num {position:absolute;}	


.personalized-storybook .steps-container .step.step-4:before {background:url('../images/step-arrrow1.png') no-repeat top center; 
    content:'';
    width:40px;
    display:inline-block;
    height:70px;
    position:absolute;
    top:-60px;
    background-size:100%;
    left:185px;}
.personalized-storybook .steps-container .step.step-2:before {background:url('../images/step-arrrow2.png') no-repeat top center; 
	content:'';
    width:100px;
    display:inline-block;
    height:50px;
    position:absolute;
    top:0;
    background-size:100%;
    left:inherit;
    right:-40px;}	
.personalized-storybook .steps-container .step.step-1:before {background:url('../images/step-arrrow3.png') no-repeat top center; 
	content: '';
    width: 75px;
    display: inline-block;
    height: 60px;
    position: absolute;
    background-size: 100%;
    left: inherit;
    right: -60px;
    transform: rotate(0deg);
    top: 105px;}
.personalized-storybook .steps-container .step.step-3:before {background:url('../images/step-arrrow4.png') no-repeat top center; 
    content:'';
    width: 35px;
    display: inline-block;
    height: 80px;
    position: absolute;
    top: 200px;
    background-size: 100%;
    left: inherit;
    right: 30px;
    bottom: inherit;}		



footer {
    border: none;
    position: relative;
    bottom: inherit;
    width: 100%;
    padding:3.8rem 0 1.5rem;
    background-color: var(--blueTop);}	
footer .footer-section {position:relative; overflow:hidden;}	
footer .footer-section:before {background:url('../images/footer-star-bg.png') no-repeat right top; 
	padding: 0;
    margin: 0;
    content: '';
    width: 9.6rem;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2rem;
    height: 28rem;
    z-index: 4;
    background-size: 100%;}
footer:before {background:url('../images/footer-curve-bg.png') repeat left top; 
	padding: 0;
    margin: 0;
    content: '';
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -0.75rem;
    height: 0.75rem;
    z-index: 4;}	
.footer-col #footer-logo {
    text-align: center;
    margin: 0 auto 30px;
    padding: 0;
    display: block;}
.footer-col #footer-logo a {display: block;}	
.footer-col #footer-logo a img {width:17rem;} 
.footer-col #footer-logo .tagline img {width: auto;}
.footer-col .tagline {
    color: #B3D1EC;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    font-family: var(--primaryFont);
    width: 88px;
    margin: 0 auto 30px;
    line-height: 1.7;}	
.footer-col .social-links {display: block;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;}
.footer-col .social-links ul {display:flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin: 0 auto;
    padding: 0;
    max-width:9rem;}
.footer-col .social-links ul li {display: inline-block; padding:0 .5rem; margin:0;}
.footer-col .social-links ul li a {background:var(--mustardClr); width:2rem; height:2rem; border-radius:50%; display:inline-block; color:var(--PrimaryClr); line-height: 2rem;}
.footer-col .social-links ul li a:hover {background:var(--whiteText);}
.footer-col .social-links ul li a .fa-brands {color:var(--PrimaryClr); font-size:0.9rem; line-height:1;} 

footer .footer-col.col-one {width:34%; padding-top:0; font-family: var(--primaryFont); padding-right:8rem;}
footer .footer-col {width:22%; padding:3rem 0 0; font-family: var(--primaryFont);}
.footer-col h5 {color:var(--blueText); font-size:1rem; text-transform:uppercase; line-height:1.5; margin:0 0 15px; padding:0; display:block; font-weight:700; font-family: var(--primaryFont);} 
.footer-col ul {}
.footer-col ul li {font-family: var(--primaryFont); color:var(--whiteText); font-size:0.85rem; line-height:1.3; margin:0 0 15px; padding:0; display:block; font-weight:600;}
.footer-col ul li a {font-family: var(--primaryFont); color:var(--whiteText); font-size:0.85rem; text-transform:none; line-height:1.3; margin:0; padding:0; display:block; font-weight:600;}
.footer-col ul li a:hover {color:var(--blueText);}

.footer-col .country-line {
    font-family: var(--primaryFont);
    color: var(--mustardClr);
    font-size: 0.85rem;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 3.5rem 0 0;
    padding: 0;
    display: block;
    font-weight: 600;}
footer .copyright {
    font-size: 0.8rem;
    line-height: 1;
    color: var(--whiteText);
    font-weight: 400;
    text-align: right;
    padding:5rem 0 0.15rem;
    margin: 0;
    display: block;
	z-index: 4;
    position: relative;}	

.breadcrumb {
    margin:0 0 20px;
    padding:20px 0;
    border: none;
    border-radius: 0;
    background-color: transparent;}	
.breadcrumb > li.breadcrumb-item {
    text-shadow: none;
    padding:0 20px;
    position: relative;
    white-space: nowrap;}	
.breadcrumb > li.breadcrumb-item:first-child {padding-left: 0;}	
.breadcrumb > li.breadcrumb-item:after {content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--blueText);
    border-bottom: 2px solid var(--blueText);
    transform: rotate(-45deg);}	
.breadcrumb > li.breadcrumb-item > a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;}	

.login-container {
    background:#fff;
    padding: 0;
    margin: 0 0 50px;}	
.login-container .login-box {
    background:var(--FormBg);
    border-radius: var(--FormRadius);
    padding:30px;
    border:1px solid var(--FormBdr);
    font-size: 0.9rem;
    line-height: 1.5;}
.login-box h1 {
    font-family: var(--secondFont);
    font-size: 2.3rem;
    margin: 0 0 1.5rem;
    padding: 0;
    display: block;}	
.login-box h2 {
    font-family: var(--secondFont);
    font-size: 1.6rem;
    margin: 0 0 1.2rem; 
	padding:0; 
	display:block;}	
.login-box .subtext {
    font-weight: 700; display:block;
    margin: 0 0 0.9rem;
    font-family: var(--primaryFont);}	
.forgot-text {font-weight: 600;
    line-height: 1.4;
    font-size: 0.8rem;
    display: block;
    text-align: left;
    color: var(--OrangeClr);}
.forgot-text:hover {color: var(--blueText);}	
.login-container .login-box .login-act a {color:var(--OrangeClr);}
.login-container .login-box .login-act a:hover {color:var(--PrimaryClr);}
.login-box .btn-primary {
    background: var(--OrangeClr);
    color: var(--whiteText);
    border: 1px solid var(--OrangeClr);
    border-radius: var(--BorderRadius);
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    min-width: 110px;
    font-size: 0.95rem;
    font-weight: 500;}	
.login-box .btn-primary:hover {background:var(--blueTop); border-color:var(--blueTop);}

form#form-register .input-field {width:100%;}
form#form-register .col-form-label {text-align:left;
    font-weight: 600;
    line-height: 1.4;
    font-size: 0.94rem;
    padding: 0.8rem 1rem;
	max-width:100%;
	width:100%;}
form#form-register .action-button {margin:2rem 0 1rem;}	
form#form-register .action-button .form-switch {padding-right:1em;
    padding-left: 0;
    min-height: inherit;
    line-height: inherit;
    margin-right: 0;}
form#form-register .action-button .form-switch .form-check-input {
    margin-right:0;
    margin-left:0.3rem;
    margin-top:0.5rem;}	
form#form-register .action-button .form-switch label {font-size:0.85rem; font-weight:normal;}	

form#form-forgotten .input-field {width:100%;}
form#form-forgotten .col-form-label {text-align:left;
    font-weight: 600;
    line-height: 1.4;
    font-size: 0.94rem;
    padding: 0.8rem 1rem;
	max-width:100%;
	width:100%;}
form#form-forgotten a.btn {background: var(--OrangeClr);
    color: var(--whiteText);
    border: 1px solid var(--OrangeClr);
    border-radius: var(--BorderRadius);
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    min-width: 90px;
    font-size: 0.95rem;
    font-weight: 500;}	
form#form-forgotten a.btn:hover {background:var(--blueTop); border-color:var(--blueTop);}	

form#form-register .action-button .modal-link {color:var(--OrangeClr); text-decoration:none;}
form#form-register .action-button .modal-link:hover {color:var(--PrimaryClr);}

#common-success {margin-bottom:50px;}
#column-right .list-group {
    padding: 0;
	margin:0 0 3rem !important;
    outline: none;
    background: var(--FormBg);
    border-radius: var(--BorderRadius);}
#column-right .list-group .list-group-item {
	border:1px solid var(--FormBdr);
    color: var(--textHover);
    background: var(--FormBg);
    font-size: 0.9rem; 
	padding:0.95rem; 
	line-height:1;}
#column-right .list-group .list-group-item:hover {
    background: var(--textHover);
    color: #fff;
    border: 1px solid var(--textHover);}
#column-right .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;}
#column-right .list-group-item + .list-group-item {border-top-width: 0 !important;}	

#LogoutModal .modal-content {border-radius:20px;
	position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
	outline: 0;
	border:1px solid var(--FormBdr); padding:0; margin:0;}
#LogoutModal .modal-content .modal-header {display:flex;
	flex-shrink: 0;
    align-items: center;
    padding: 1.25rem;
    border-bottom:none;}
#LogoutModal .modal-content .modal-body {
    position: relative;
    text-align: center;
    padding: 1rem 1.25rem;
    min-height: 5rem;
    font-size: 0.95rem;}	
#LogoutModal .modal-content .modal-body p {font-size:0.95rem;}	
#LogoutModal .modal-header .modal-title	{font-size:1.5rem !important; display: block;
    align-items:center;
    text-align:center;
    width: 100%;}
#LogoutModal .modal-header .btn-close {
    padding:0;
    margin: 0;
    position: absolute;
    right: -1rem;
    top: -1rem;
    background:var(--blueTop);
    border-radius: 50%;
    width:2.25rem;
    height:2.25rem;
    opacity: 1;
    color: var(--whiteText);}
#LogoutModal .modal-header .btn-close:hover {background:var(--blueText);}	
#LogoutModal .modal-content .modal-footer {border-top:none;
    padding:0 1.25rem 1.25rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;}
/*#LogoutModal .modal-footer .btn-secondary {display:none;}*/	
#LogoutModal .modal-footer .btn-primary, #LogoutModal .modal-footer .btn-secondary {
	padding: 0 1.5rem;
    height: 2.8rem;
    line-height: 2.8rem;
    min-width: 6rem;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0 .5rem;}

.account-box {padding: 0;
    margin: 0;
    position: relative;
    font-size: 0.9rem;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;} 
.account-box .account-col {
	background:var(--SkyBg);
    border-radius: var(--BorderRadius);
    padding: 1rem 1.3rem;
    border:1px solid #d1e6ef;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 48%;}	
.account-box .account-col h1 {
	font-family: var(--secondFont);
    font-size: 1.5rem;
    letter-spacing: normal;
    line-height: 1.4;
    display: block;
    margin: 0 0 0.75rem; width:100%;}	
.account-box .account-col h2 {
	font-family: var(--secondFont);
    font-size: 1.5rem;
    letter-spacing: normal;
    line-height: 1.4;
    display: block;
    margin: 0 0 0.75rem; width:100%;}
.account-col ul li {
    margin: 0 0 0.5rem;
    display: block;}

.account-inner {
    background:var(--SkyBg);
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #d1e6ef;
    font-size: 0.9rem;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 50px;}			
.account-inner #address {width:100%;}
.table-hover > tbody > tr:hover > * {--bs-table-bg-state: none;}	
.account-inner #address .table a.btn-primary {
    min-width: inherit;
    padding: 0.35rem 0.75rem;
    line-height: 1.8;
    height: auto;
    border-radius: var(--bs-border-radius);
    font-size: 0.8125rem;}

.account-inner h1 {font-family:var(--secondFont);
    font-size:2.25rem;
    margin:0 0 1.5rem;
    padding:0;
    display: block; 
	width:100%;}
.account-inner form {width:100%;}	
.account-inner legend {border-bottom:1px solid #d1e6ef;}
.account-inner form .col-form-label {
    text-align: left;
    font-weight: 600;
    line-height: 1.4;
    font-size: 0.9rem;}
.account-inner form .form-control {border-color:#d1e6ef;}	
.action-btn {margin:15px 0 0;
    justify-content: space-between;
    display: flex;
    width: 100%;
	flex-direction: row;}	
.action-btn .col {
    padding-left:0;
    padding-right:0;}

#information-information {
    width:100%;
    max-width:100%;
    padding:0;}	
#information-information #content {min-height:250px;}	

.lightPurple-bg .began-with:after {display:none;}
.lightPurple-bg .began-with .column-left .content-left {color:var(--whiteText);}	



/*********** Our Story  ***********/

.container-science {
    min-height:100px;
    color: var(--whiteText);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;}
.container-science h2 {
    text-align: center;
    color: #B1A5C1;
    font-family: var(--secondFont);
    font-weight: 300;
    line-height: 1.4;
    display: block;
    padding: 0;
    margin: 0 auto;
    text-transform: none;
    font-size:2.6rem;}

.container-story-behind {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
    padding: 0;}	
.the-story-behind {
    min-height: 720px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 100%;
    margin: 0 auto;}	

.container-story-behind .story-content {
    position:absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    flex-direction: column;
    left:0;
    right:0;
    bottom:0;
    top:0;}	
.container-story-behind:before {content:'';
    display: inline-block;
    position: absolute;
    bottom:0;
    background:url('../images/began-bug-bg.svg') no-repeat left bottom;
    height: 62px;
    width: 80px;
    left:5.5%;
    background-size: 100%;
	transform: rotateY(180deg);}	
.container-story-behind .story-content h2 {color: var(--LightGray);
    font-family: "Roboto Slab", serif;
    font-size: 2.3rem;
    line-height: 3rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin:0 0 2.5rem;
    padding: 0;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}	
.story-content h2 .posr {
    position: absolute;
    right: -0.8rem;
    top: 0.8rem;
    display: inline-block;}	
.story-content h2 .story {font-family:var(--cursiveFont);
    color: var(--inputBg);
    font-weight: 400;
    font-size: 7.85rem;
    line-height: 10rem;
    display: block;
    letter-spacing:-3px;
    text-transform:capitalize;
    min-height:10rem;}	
.story-content h2 .posd {
	position:relative;
    top:0;
    margin-top:1.1rem;
    display:block;
	left:1.5rem; line-height:1;}	

.founder-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: var(--whiteText);
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    padding: 2rem 0;
	font-family:var(--primaryFont);}	
.founder-content p {font-size:1rem;
    font-weight: 400;
    line-height: 2;}	
.founder-content h4 {
	color: #E9CF81;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 2rem auto;
    text-align: center;
    max-width: 31rem;}	

.quote-section.story-quote .blockquote {max-width:100%;}	
.quote-section.story-quote .blockquote .qoute.left {left:-75px;}

.container-grayden {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding:0;}
.story-of-grayden {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
    margin:0 auto;
    padding:0;}	
.story-of-grayden .column-left {width:50%; padding:0 1rem;}	
.story-of-grayden .column-left .content-left {padding-left:6rem;}


.story-of-grayden .column-right {width:50%;}
.story-of-grayden .banner-caption {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    padding: 0;}
.story-of-grayden .banner-caption h3 {color: var(--whiteText);
    font-family: "Roboto Slab", serif;
    font-size: 2.3rem;
    line-height: 3rem;
    font-weight: 400;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}	
.story-of-grayden .banner-caption h3 .post {position: relative;
    top: 0;
    padding-bottom: 0.65rem;
    line-height: 1;
    margin: 0;
    display: block;}
.story-of-grayden .banner-caption h3 .story {
    font-family: var(--cursiveFont);
    color:#3BBFBC;
    font-weight: 400;
    font-size: 7.5rem;
    line-height: 10rem;
    display: block;
    letter-spacing: -3px;
    text-transform: capitalize;
    min-height: 10rem;}	
.story-of-grayden .banner-caption h3 .posd {
    position:relative;
    top:0;
    margin-top:0; line-height:1;
    display:block;}	
.story-of-grayden .banner-caption .style-yellow {
	font-family: var(--MorangaFont);
    line-height: 1.2;
    font-size: 3rem;
    display: block;
    margin: 0;
    padding: 0;
    color: #E9CF81;
    font-weight: 700;
    letter-spacing: 0.5px;}	

.container-illustrator {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
    padding:1rem 0 0;}
.container-illustrator .column-left {width:50%;}	
.container-illustrator .column-right {
    width: 50%;
    margin: 0;
    padding: 6rem 0 0 8rem;}
.container-illustrator .content-section h3 {
    color: var(--OrangeClr);
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1rem;}	
.container-illustrator .content-section .sub-title {
	color:var(--PrimaryClr);
	font-weight:700;
    font-size:1.5rem;
    text-transform:uppercase;
    line-height:1;
    padding:0;
    margin:0 0 2rem;}		
.container-illustrator .column-right .content-section {
    max-width: 92%;}	
.container-illustrator .content-section p {
	font-weight:700;
    font-size:1rem;
    text-transform:none;
    line-height:1.6;
    padding: 0;
    margin: 0 0 2rem;}	
.container-illustrator .column-left .text-wrap-container {
    position: relative;
    bottom: -30px;
    display: block;}
		
.team-module .team-header h2 {
    color: var(--whiteText);
    margin: 1rem auto 2.5rem;
    text-align: center;
    font-size: 2.3rem;}
.team-module .team-content {
    display:grid;
    grid-template-columns:repeat(3, 1fr);    
    gap:10%;
	justify-content:space-between;
    margin:4rem auto;
    text-align:center;
    padding:0;
    width:100%;}	
.team-module .team-content .team-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 auto;
    text-align: center;
    padding: 0;}	
.team-content .team-item .team-image {
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    max-width:100%;
    overflow:hidden;
    margin:0 auto;
    padding:0;
	width: 17rem;
    height: 17rem;}	
.team-content .team-item .team-image img {border-radius:50%; width:100%;}	
.team-content .team-item .team-name {
    padding:2rem 0 4rem;
    margin:0 auto;
    display: block;
    text-align: center;
    color: var(--whiteText);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;}





/****************** Your Story ******************/

.unique-crafted {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:20px;
    text-align:center;
    margin:0 auto;
    padding:0;}
.unique-crafted h6 {
    font-weight: 600;
    font-size: 1.13rem;
    line-height: 1.4;
    display: block;
    margin: 0;
    padding: 0;
    color:var(--PrimaryClr);
	letter-spacing:0.2px;}	
.unique-crafted h6 span {color:#758699; font-weight:700;}	
.quote-section.ys-quote .blockquote {max-width:100%;}
.quote-section.ys-quote .blockquote .qoute.left {left:-5px;}

.quote-section.ys-quote .quote-auther {
    max-width: 42%;
    text-align: left;
    text-transform: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.6;}
.quote-section.ys-quote .quote-auther img {
    margin-top:7px;
    margin-right:1.2rem;}
.your-story .choose-cover {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    gap: 20px;}		
.your-story .lightPurple-bg	{padding:8rem 0;}
.your-story .choose-cover h4 {
    color: var(--whiteText);
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 1rem;
    padding: 0;
    display: block;}	
.your-story .choose-cover button.btn-primary {background:var(--inputBg); 
	border:1px solid #AFAFAF; 
	border-radius: 15px;
    height: 3.7rem;
    line-height: 3.7rem;
    padding: 0 3rem;
    margin: 0;
    color: var(--whiteText);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
	transition:all linear .3s;}
.your-story .choose-cover button.btn-primary:hover {background: var(--lightBluetext);
    border-color: var(--lightBluetext);}
.your-story .quote-section.home-quote .blockquote {max-width:70%;}
.your-story .quote-section.home-quote .blockquote .qoute.left {left:-40px;}

.your-story .container-full {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 0;
    display: block;}
.sideCol-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 100%;}
.sideCol-content .column-left {width:50%;}
.sideCol-content .column-left .thumb-section {
    display:flex;
    align-items:center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 0;}		
.sideCol-content .column-right {
    width: 50%;
    height: 100%;}	
.sideCol-content .text-container {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    gap: 20px;
    margin: 0;}	
.sideCol-content .text-container .content-inner {
    gap: 20px;
    display: flex;
    flex-direction: column;}	
.sideCol-content .text-container h4 {color:var(--PinkClr); font-size:1.9rem; font-weight:700; line-height:1.6; margin:0 0 0.7rem; display:block;}	
.sideCol-content .text-container h6 {color:var(--OrangeClr); 
	font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 1rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.3px;}	
.sideCol-content .text-container ul {padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 24px;}
.sideCol-content .text-container ul li {padding: 0;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;}
.sideCol-content .text-container ul li:before {content:""; background:url('../images/four-dots.svg') no-repeat left top; 
    width: 1.1rem;
    height: 0.9rem;
    display: inline-block;
    background-size: 80%;
    margin-right: 1rem;}
.your-story .bug-icon {position:relative;}	
.your-story .bug-icon:after {content:'';
    display: inline-block;
    position: absolute;
    bottom:-8.5rem;
    background:url('../images/began-bug-bg.svg') no-repeat left bottom;
	height: 3.9rem;
    width: 5.7rem;
    right: 0;
    background-size:100%;
    transform: rotateY(0deg);} 
	
#shopping-cart {margin-bottom:4rem;}
#error-not-found #content {margin-bottom:4rem;}

.our-story .began-with .content-left .ytext:nth-child(2) {padding-left:1.5rem;}
.our-story .began-with .content-left .ytext .img-wish {
    position: absolute;
    right: -1rem;
    top: -1.8rem;
    display: inline-block;
    max-width:13.7rem;}	
.our-story .began-with .column-left {
    width:50%;
    max-width:30rem;}	

.product-detail .bluefade-bg {padding-bottom:0;}	
.container-books {width:100%; padding:0; margin:0 auto -20px; display:block; position:relative;}
.container-books .bug-icon {position:relative;}	
.container-books .bug-icon:after {content:'';
    display: inline-block;
    position: absolute;
    bottom:1.2rem;
    background:url('../images/began-bug-bg.svg') no-repeat left bottom;
	height:3.9rem;
    width:5.7rem;
    right:6.8rem;
    background-size:100%;
    transform: rotateY(0deg);}
.product-detail .cream-bg {padding:6rem 0 2rem; position:relative;}
.product-detail .cream-bg:after {background: url('../images/product-right-star.png') no-repeat right bottom;
    padding: 0;
    margin: 0;
    content: '';
    width:145px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom:0;
    height:100%;
    background-size: 100%;}
.productDetail h2 {font-size:2.25rem;
    font-weight:700;
    margin-bottom:1.4rem;
    line-height:1.2; 
	padding:0; 
	margin:0 auto 3rem; 
	text-align:center; 
	display:block;}	

.book-unique {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction:row;
    gap:30px;
    max-width:78%;
    margin:0 auto;}
.wish-text {font-size:1rem;
    line-height:1.7rem;
    font-weight:600;
    display:block;
    color:var(--whiteText);
    margin:0;
    padding:0;
    text-align:left;}	
.wish-text p {font-size:1rem;
    line-height:1.7rem;
    font-weight:600;
    display:block;
    color:var(--whiteText);}
.wish-text h3 {
    font-family: var(--secondFont);
    color: var(--yellowText);
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 400;
    position: relative;
    display: block;
    text-align: left;
    letter-spacing: normal;}	
.book-unique .column-left {width:92%;}		
.book-unique .column-right {width:35%;}
 
 
/************* product detail **************/
 
.productDetail .listView {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto 10rem;
    padding: 0 3rem;
    position: relative;
    width: 100%;
    text-align: center;} 
.productDetail .listView:after {content:'';
    display:block;
    position:absolute;
    bottom:-8rem;
	width:100%; height:185px;
    background:url('../images/product-tray.png') no-repeat left bottom;
	background-size: 100%;}	
.productDetail .listView .listItem {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 9;}
.productDetail .listItem .product-thumb {
	border: none;
    position: relative;
    height: auto;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    top: 0.5rem;}	
.productDetail .listItem .product-thumb:after {content: "";
    background: rgba(0, 0, 0, 0.2);
    height: 0;
    width: 50%;
    right: 0;
    bottom:45px;
    -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 18px 18px rgba(0, 0, 0, 0.3);
    -webkit-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0, 0, 0);
    -moz-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0,0,0);
    -ms-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0,0,0);
    -o-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0,0,0);
    transform: skew(-25deg, 0deg) rotate(-1deg) translate3d(0, 0, 0);
    z-index: -1;
    display: inline-block;
    position: absolute;}	
.productDetail .listItem .product-thumb .description {padding:0; margin-bottom:0;}	
.productDetail .listItem .product-thumb .description h4 {font-weight: 700;
    margin: 0 auto;
    text-align: center;
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--primaryFont);
    color: var(--PrimaryClr);
    position: relative;
    top: 4.5rem;}
.productDetail .listItem .product-thumb .description h4 a {color:var(--PrimaryClr); text-decoration:none;}	
.productDetail .listItem .product-thumb .description h4 a:hover {color:var(--OrangeClr);}
.productDetail .listItem .product-title {
	font-weight: 700; display:none;
    margin: 0 auto;
    text-align: center;
    font-size:1.25rem;
    letter-spacing:1px;
    text-transform: uppercase;
    font-family: var(--primaryFont);
    color: var(--PrimaryClr);
    position: relative;
    top: 4.5rem;}	
.productDetail .listItem .product-title a {color:var(--PrimaryClr); text-decoration:none;}	
.productDetail .listItem .product-title a:hover {color:var(--OrangeClr);}

.cms-inner {
    max-width:1320px;
    margin:0 auto;
    padding:4rem 1.5rem;}
.cms-inner p {font-size:1rem; line-height:1.4; margin-bottom:1.5rem;}	
.cms-inner ul {list-style:disc; margin-bottom:2rem; padding-left:2rem;}
.cms-inner ul li { margin-bottom:0.5rem;}
.cms-para {margin-bottom:2rem;}	
.cms-inner h3 {
    margin-top: 3.5rem;
    font-size: 1.8rem;
    font-weight: 600;}

#account-reset #form-reset {
    margin-bottom:6rem;
    max-width:90%;}
#account-reset fieldset .input-group .btn-primary {background:var(--OrangeClr);
    color: var(--whiteText);
    border: 1px solid var(--OrangeClr);
    border-radius: var(--BorderRadius);
    padding: 0 1.5rem;
    height: 3.3rem;
    line-height: 3rem;
    min-width: 4rem;
    font-size: 0.95rem;
    font-weight: 500;
	border-top-left-radius:0;
    border-bottom-left-radius:0;}	

#alert {position:fixed; top:20px; right:0; z-index:99999;}	
#loader.loader-overlay {
      position: fixed;
      inset: 0;
      display: none;
      align-items: center; 
      justify-content: center; 
      background: rgba(0,0,0,0.5);
      z-index: 9999;} 
#loader.loader-overlay i {
      font-size:3rem;
      color:#fff;}	  

#product-info #content {
    padding-left:0;
    padding-right:0;}
.banner-detail .banner-section {
    width:100%;
    height:680px;
	display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:row;
    margin:0 auto;
    padding:0;
    position:relative;
	background:#fff;
    z-index:99;}
#product-info .banner-detail .banner-caption .description.detail p {font-weight:700; margin-bottom:10px; line-height:24px;}	
.banner-detail .banner-section .image {display:block; width:100%; height:auto; margin:0; padding:0; overflow:hidden;}
.banner-detail .banner-section .image a {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: auto;
    width: auto;}
/*.banner-detail .banner-section .image a:after {content:"";
    background: rgba(0, 0, 0, 0.2);
    height: 0;
    width: 50%;
    right:90px;
    bottom:50px;
    -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 7px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px 35px rgba(0, 0, 0, 0.2);
    -webkit-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0, 0, 0);
    -moz-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0,0,0);
    -ms-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0,0,0);
    -o-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0,0,0);
    transform: skew(-60deg, 0deg) rotate(-1deg) translate3d(0, 0, 0);
    z-index: -1;
    display: inline-block;
    position: absolute; z-index:1;}	*/
.banner-detail .banner-section .image img {
    padding: 0;
    border: none;
    max-width: 100%; margin:0 auto; position:relative; z-index:9;}
.banner-container.banner-detail .right-content:before {display:none;}

.banner-container.banner-detail .banner-caption h3 {font-weight:400;}
.banner-detail.banner-container .banner-caption .twins-button {margin-bottom:0;}
.banner-container .banner-caption .description.detail {text-align:left; max-width:560px; margin:0 auto;}
.banner-container .banner-caption .description.detail p {font-size:0.9rem;}
.banner-container .banner-caption .description.detail h5 {text-align:left; color: var(--OrangeClr);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 1.2rem 0 0;
    display: block;
    text-transform:uppercase;
    letter-spacing:0.3px;}
.additional-images .detail-thumbnail {
	display:flex;
    align-items:flex-start;
    justify-content:space-between;
    margin:25px auto;
    padding:0 15px;
    width:100%;}	
.additional-images .detail-thumbnail a {
    padding: 0;
    margin: 0 0.75rem;
    display: inline-block;
    position: relative;
    max-width: 100%;
    max-height: max-content;
    overflow: hidden;
    width: 20%;}
.additional-images .detail-thumbnail a img {padding:0;
    border:none;
    aspect-ratio:1 / 1;
    object-fit:cover;}	

.pd-quote .quote-section .blockquote {
	position:relative;
    font-family:var(--secondFont);
    font-size:2.4rem;
    font-weight:300;
    color:var(--marronText);
    line-height:1.7;
    letter-spacing:normal;
    margin:0 auto;
    padding:0;
    max-width:85%;}	  
.pd-quote .quote-section .blockquote .qoute.left {left:-70px;}	
.pd-quote .quote-section .quote-auther {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 70%;
    text-align: left;
    line-height: 1.4;
    text-transform: none;
	margin-top: 3rem;}	  
.pd-quote .quote-section .quote-auther img {max-width:16px;
    margin-right:12px;
    margin-top:5px;} 	

.book-faq .left p {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.7;
    display: block;
    margin: 0;
    padding: 0;
    color: var(--PrimaryClr);
    letter-spacing: normal;
    text-align: left;}	
.book-faq .right {padding-left:1rem;}	
.book-faq .left {padding-right:3rem; padding-left:10px;}	
.book-faq .accordion .accordion-item {border:none; background:none;  border-bottom: 2px solid #00000033;}
.book-faq .accordion .accordion-header {margin:0;
    padding:0;}
.book-faq .accordion-header .accordion-button {
	text-align: left;
    color:#F79433;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 0.3px;
	background:none;
	padding-left:0;
	padding-right:0;
    box-shadow:none;}
.book-faq .accordion-header .accordion-button::after {color:#F79433; background:url('../images/arrow-accordian.svg') no-repeat 0 0; width:20px;
    display:inline-block;
    filter:rotate(45deg);
    height:12px;
	background-size:16px;}	
.book-faq .accordion-button:not(.collapsed)::after {color:#F79433; background:url('../images/arrow-accordian.svg') no-repeat 0 0; width:20px; display:inline-block; height:12px; background-size:16px;}
.book-faq .accordion .accordion-item .accordion-collapse {
    border:none;
    background:rgba(255,255,255,0.7);}
.book-faq .accordion .accordion-body {
	padding-top: 25px;
    padding-bottom: 25px;
    border-top: none;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.7;
    display: block;
    margin: 0;
    color: var(--PrimaryClr);
    letter-spacing: normal;
    text-align: left;}
.book-faq .accordion .accordion-body strong {font-weight:600;}	
.accordion-button:focus {outline:0; box-shadow:none;}

.testimonial-panel .mobile-testiHeader {display:none;}

#product-info .banner-section .image {padding:0 !important;}
#product-info .banner-container .right-content {background:#fff;}
#product-info .banner-section .gallery-container {
    position:relative;
    width:100%;
    display:flex;
    justify-content:flex-end;
    overflow:hidden;
    align-items:flex-start;}
.banner-section .gallery-container .gallery-main {
    height:auto;
    width:82%;
    box-shadow:none;
    border:none;} 
.banner-section .gallery-container .gallery-thumbs {
    height:auto;
    width:18%;
    margin-left:0 !important;
    padding-left:0;
	order:-1;}	

/*.gallery-thumbs {
  order: -1;
  width: 100px;
  height: 300px;
  margin-right: 15px;
  padding-left: 15px;

  .swiper-slide {
    img {
      transition: 0.3s;
    }

    &-active {
      opacity: 0.9;
    }

    &-thumb-active {
      opacity: 1;

      img {
        margin-left: -15px;
      }
    }
  }
}

@keyframes slide-in {
  from {
    opacity: 0;
    right: -50%;
  }
}*/
	
.banner-section .gallery-container .gallery-thumbs .swiper-slide {
    height:100px !important;
    width:100px !important;}	
#product-info .banner-container.banner-detail {
    max-width:1320px;
    padding:0 1.5rem !important;}
#product-info .banner-container .banner-caption .description.detail {max-width:430px; margin-top:2rem;}
#product-info .banner-detail .detail-bleft {width:55%;}
#product-info .banner-detail .detail-bright {width:45%;}

#product-info .banner-detail .swiper-button-next, #product-info .banner-detail .swiper-button-prev {z-index:10;
    cursor: pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #fff;
    background:#B16827;
    border-radius:50%;
	width:44px;
    height:44px;}
#product-info .banner-detail .swiper-button-next:after, #product-info .banner-detail .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 16px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: 700;}	
#product-info .banner-detail .swiper-button-next:hover, #product-info .banner-detail .swiper-button-prev:hover {background:var(--inputBg);}	

#product-info .banner-detail .swiper-button-next, #product-info .banner-detail .swiper-rtl .swiper-button-next {left:89%;}	
#product-info .banner-detail .swiper-button-prev, #product-info .banner-detail .swiper-rtl .swiper-button-prev {left:22%;}
.banner-section .gallery-container .gallery-thumbs .swiper-slide-thumb-active img {border:4px solid #fff; box-shadow:0 4px 15px rgba(0, 0, 0, 0.2);}


.privacy-main {position:relative; z-index:9;}
.privacy-main:before {background:url('../images/privacy_starBg_header.png') no-repeat left top; 
    padding:0;
    margin:0;
    content:'';
    width:230px;
    display:inline-block;
    position:absolute;
    left:0;
    top:-7.7rem;
    height:1360px;
    z-index: 99;
    background-size:100%;}
.privacy-starbg {position:relative;}
.privacy-main section.whiteBG-circle {
    z-index:99;
    background:none;}

.privacy-main .green-content .column-full {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    max-width: 68%;}	
.privacy-main .green-content p {
    font-size: 1.1rem;
    line-height: 1.9;
    font-weight: 600;
    display: block;
    color: var(--whiteText);}
.quote-section.privacy-quote .blockquote {
    max-width:94%;
    padding:0 4rem;}
.quote-section.privacy-quote .blockquote .qoute.left {left:0; top:-15px;}	
.quote-section.privacy-quote .blockquote .qoute.right {bottom:-13px;
    margin-left:10px;
    right:inherit;}
.quote-section.privacy-quote .quote-auther {
    width:78%;
    line-height:1.5;
    max-width:100%;
	align-items:flex-start;}	
.quote-section.privacy-quote .quote-auther img {
    max-width:16px;
    margin-right:8px;
    margin-top:6px;}	
.privacy-middle .pp-left {max-width:63%;}	
.privacy-middle .pp-left p {
	font-weight: 600;
    font-size: 1.12rem;
    line-height: 1.7;
    display: block;
    margin: 0 0 2rem;
    padding: 0;
    color: var(--PrimaryClr);
    letter-spacing: 0.2px;}
.privacy-middle .pp-left .pp-header {margin-bottom:5rem;}	
.privacy-middle .pp-left h2 {
    font-family: var(--secondFont);
    font-size: 42px;
    font-weight: 300;
    display: block;}
.privacy-middle .pp-left h3 {
	font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0 0 10px;}
.greenTxt {color:#6D9567;}

.privacy-middle .pp-right {
    position:absolute;
    right:0;
    bottom:0;
    display:inline-block;
    margin:0;
    padding:0;}
.privacy-middle .pp-right .privacy-right-bg {
    max-width:80%;
    display:block;
    float:right;}	
.privacy-main .ladybug-bg:before {
	background:url('../images/policy-ladybug.png') no-repeat right top;
    padding:0;
    margin:0;
    content:'';
    width:402px;
    display:inline-block;
    position:absolute;
    right:12%;
    top:0;
    height:400px;
    z-index:99;
    background-size:100%;}

.faq-main {position:relative; z-index:9;}
.faq-main:before {background:url('../images/privacy_starBg_header.png') no-repeat left top; 
    padding:0;
    margin:0;
    content:'';
    width:230px;
    display:inline-block;
    position:absolute;
    left:0;
    top:-7.7rem;
    height:1360px;
    z-index:99;
    background-size:100%;}
.faq-main section.whiteBG-circle {
    z-index:99;
    background:none;}	
.faq-main .unique-crafted h6 {color:#fff; font-weight:500;}
.faq-main .unique-crafted h6 span {color:#fff; font-weight:700;}
.faq-main .privacy-quote .blockquote .qoute.left {
	left:-10px;
    top: -10px;
    width: 60px;
    height: 50px;
    background-size:60px;}
.faq-main .privacy-quote .blockquote .qoute.right {
    bottom:-10px;
    margin-left:10px;
    right:inherit;
    width:60px;
    height:50px;
    background-size:60px;}	
.faq-main .texture-bg.texture-os {padding:8rem 0;}
.faq-middle {
    position:relative;
    margin:0 auto;
    padding:0;
    width:1320px;
    max-width:76%;}	
.faq-middle h2 {font-family: var(--secondFont);
    font-size:42px;
    font-weight:300;
    display:block;}	
.faq-middle h5 {
	font-weight:700;
    font-size:1.5rem;
    line-height:1.7;
    display:block;
    margin:0 0 2rem;
    padding:0;
    color:#E79E3D;
    letter-spacing:normal;} 	
.ques-ans {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    margin:0 0 3rem;
    padding:0 5rem 0 0;
	width:100%;
    text-align:left;
    font-size:1.1rem;
    font-weight:700;
    line-height:1.7;}	
.faq-middle .ques-ans h5 {font-weight:700;
    font-size: 1.4rem;
    line-height: 1.7;
    display: block;
    margin:0 0 10px;
    padding: 0;
    color: var(--PrimaryClr);
    letter-spacing:normal;}	
.faq-middle .ques-ans h5.orangeTxt {color:#E79E3D; font-size:1.4rem;}	
.faq-middle .ques-ans .frdots {
    letter-spacing: 4px;
    font-weight: 800;
    font-size:1.4rem;
    padding:0 4px;}

.more-help .banner-img {
    position:relative;
    width:100%;
    margin:0 auto;
    padding:0;}
.more-help .banner-img img {
    width: 100%;
    margin: 0 auto;}	
.more-help .banner-img .caption {
    position:absolute;
    left:25%;
    top:50%;
    transform:translate(-50%, -50%);
    margin:0 auto;
    text-align:left;
    padding:0;}		
.more-help .caption h4 {
	color:#5E354B; 
	font-family:var(--secondFont);
    font-size:42px;
    font-weight:300;
    display:block; 
	margin:0 0 1rem; 
	padding:0; 
	line-height:1.4;}	
.more-help .caption .contact {    
	display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;}
.caption .contact .btext {color:#5B65AC; 
	display:inline-block;
    font-weight:600;
    font-size:18px;
    letter-spacing:0.5px;}
.caption .contact .otext {    
	letter-spacing: 4px;
    font-weight: 800;
    font-size:1.1rem;
    padding:0;
	color:#E79E3D;}
.caption .contact a {color:#19233B; font-weight:700; text-decoration:none;}
.caption .contact a:hover {color:#E79E3D;}
.swiper-vertical>.swiper-wrapper {flex-direction:column;}
.gallery-container .swiper-thumbs>.swiper-wrapper {flex-direction:column;}
	

@media all and (min-width:1920px)

{		

.birthday-book-section .birthday-block .customb-right:before {content:''; height:400px; width:600px; top:-2.5rem;}
.banner-container .banner-caption h3 {font-size:2.9rem; line-height:3.5rem;}
.banner-container .banner-caption h3 .post {padding-bottom:0.6rem; line-height:1;}
.banner-container .banner-caption h3 span.story {font-size:9rem; line-height:12.5rem; min-height:11rem;}
.banner-container .banner-caption .twins-button {font-size: 1em; line-height: 1rem; margin:1.3rem auto 0;}
.banner-container .banner-caption .description {font-size:1.2rem; line-height:1.8;  margin:0 0 1.6rem;}
.banner-container .banner-caption .description h4 {
    font-size:1.2rem;
    line-height:1.8;
    margin-bottom:10px;}
.banner-container .banner-caption h3 span.posr {top:5rem;}
.container-books .bug-icon:after {right:-2%;}
#product-info .banner-detail .banner-caption h3 span.posr {top:4rem;}
#product-info .banner-container.banner-detail h3 .post {padding-bottom:0.9rem; line-height:1;}
#product-info .banner-container.banner-detail h3 span.posr {top:60px;}
#product-info .banner-container.banner-detail h3 span.posd {top:-10px; line-height:1;}

#product-info .banner-detail .banner-caption h3 span.story {
		font-size:8rem;
        line-height:11rem;
        min-height:11rem;}
#product-info .banner-detail .banner-caption h3 {
        font-size:2.5rem;
        line-height:60px;}		


.product-detail .cream-bg:after {
	background:url('../images/product-right-star.png') no-repeat right bottom;
    padding:0;
    margin:0;
    content:'';
    width:9rem;
    display:inline-block;
    position:absolute;
    right:0;
    bottom:0;
    height:100%;
    background-size:100%;}
.banner-detail .banner-section {height:760px;}	
.banner-container .banner-caption .description.detail {max-width:580px;}
.privacy-middle .pp-right .privacy-right-bg {max-width:100%;}

.sideCol-content {max-width:1920px;}
.star-bg-left:before {width:14rem;
    left:0.7rem;
    top:-7.5rem;}

}


@media all and (max-width:1918px)

{

#product-info .banner-container.banner-detail .banner-caption h3 {line-height:60px;}	
#product-info .banner-container.banner-detail .banner-caption h3 .post {top:-10px;}
#product-info .banner-container.banner-detail .banner-caption h3 span.posd {line-height:1; top:-15px;}	
#product-info .banner-container.banner-detail .banner-caption h3 span.posr {line-height:1; top:60px;}

}


@media all and (max-width:1536px)

{

.banner-container .banner-caption h3 {margin:0; font-size:2.2rem; line-height:3rem;}
.banner-container .banner-caption h3 .post {top:2.5rem; padding-bottom:0.65rem;}		
.banner-container .banner-caption h3 span.story {font-size: 7rem;
        line-height: 8rem;
        min-height: 8rem;}
.banner-container .banner-caption h3 span.posr {
        position: relative;
		right: -7.5rem;
		top: 3rem;}	
#product-info .banner-container.banner-detail .banner-caption h3 {line-height:60px;}	
#product-info .banner-container.banner-detail .banner-caption h3 span.posd {line-height:1;}	

.banner-container .banner-caption .description {
	font-size:1rem;
    line-height:1.6rem;
    font-weight: 500;}
.banner-container .banner-caption .description h4 {        
		font-weight:700;
        font-size:1rem;
        line-height:1.6rem;
        margin-bottom: 10px;}
.banner-container .banner-caption .description p {margin:0; font-size:1rem;}
.banner-container .banner-caption .twins-button {color:#748EB2;
    font-weight: 700;
    font-size:0.8rem;
    line-height:1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin:0.9rem auto 0;}	

.birthday-book-section .birthday-block .customb-right:before {left:-1rem;}	
.product-detail .cream-bg:after {width:120px;}

.banner-container .banner-caption .description.detail p {font-size:0.92rem;}
.banner-container .banner-caption .description.detail {max-width:522px;}

}


@media all and (max-width:1440px)

{

.banner-container .banner-caption h3 {font-size:2rem;
        font-weight:400;
        line-height:3rem;}
.banner-container .banner-caption h3 .post {top:2.5rem; padding-bottom:0.65rem;}		
.banner-container .banner-caption h3 span.posd {margin-top:0;}	
.banner-container .banner-caption h3 span.posr {right:-7.5rem;}	
.banner-container .banner-caption h3 span.story {
        font-weight: 400;
        font-size:7rem;
        letter-spacing: -3px;}
.banner-container .banner-caption .twins-button {font-size:0.7rem;
        line-height:1rem;
        margin:0.7rem auto 0;}		
.banner-container .banner-caption .description h4 {     
		font-size:0.9rem;
        line-height:1.3rem;
        margin-bottom: 10px;}
.banner-container .banner-caption .description {
        font-size: 0.85rem;
        line-height: 1.4rem;}		
.banner-container .banner-caption .description p {font-size:0.85rem;}		
.banner-caption .form-group .input-group {height: 50px;
        border-radius: var(--BorderRadius);
        background-color: var(--inputBg);}
.banner-caption .form-group .form-control {padding:8px 15px;}

.began-with .column-left .content-left {font-size: 36px; line-height: 1.5;}
.began-with .content-left .ytext { padding-bottom:15px;}	
.began-with .content-left .ytext .img-wish {
    position: absolute;
    right: 10px;
    top: -20px;
    display: inline-block;
    max-width: 180px;}
.began-with .column-right {
    width: 60%;
    font-size: 0.9rem;
    line-height: 2rem;
    font-weight: 600;
    display: block;}
.featured-products .product-thumb {padding:0 2.2rem;}		
	
.blockquote .qoute {background-size: 60px !important; width:60px;}
.quote-section .blockquote {font-size:2.2rem; line-height:1.6;}	
.quote-section .blockquote .qoute.left {left:-50px;}
.quote-section .quote-auther {font-size:1rem;}

#menu .navbar-nav > li > a {font-size:0.8rem;}
.birthday-block .right-section {max-width:80%;}

.steps-container .step .step-title {font-size:1rem;}
.steps-container .step .step-description {
    font-weight: 400;
    font-size: 0.68rem;
    display: block;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
    line-height: 1.1rem;}
.personalized-storybook .steps-container .step.step-middle {min-width:450px;}
.personalized-storybook .steps-container .step.step-middle img.birthday-img {max-width: 37rem;}
.personalized-storybook .steps-container .step.step-middle .step-bg {
		position:absolute;
        right:0;
        width:760px;
        top:inherit;}
.personalized-storybook .steps-container .step.step-1 .blob-shape {top: 3rem;}
.personalize-bg {padding:3rem 0 0;}

.steps-container .step .blob-shape .step-index {top:1.2rem; left:26%;}
.steps-container .step.step-2 .blob-shape .step-index {top:1.7rem;}
.steps-container .step.step-2 .blob-shape .step-index:before {background-size:82%;}
.steps-container .step .blob-shape .step-index {font-size:1rem;}
.steps-container .step .blob-shape .step-index:before {background-size:84%;}

.personalized-storybook .steps-container .step.step-2:before {top:10px; left:inherit; background-size:80%;}
.star-right:before {
        height:68rem;
        background-size:100%;
        width:7rem;}
.footer-col .tagline {font-size:1.1rem; width:84px;}		
.footer-col h5 {font-size:0.8rem;}		
.footer-col ul li a, .footer-col .country-line, footer .copyright {font-size:0.75rem;}
footer .footer-section:before {width:9.1rem;  height:26.5rem;}


.banner-section {
    height:100%;
    background-color:var(--greenDark);}
.personalized-storybook .steps-container .step.step-1:before {
	content:'';
	width: 120px;
	display: inline-block;
	height: 45px;
	position: absolute;
	top: 130px !important;
	background-size: 55%;
	left: inherit;
	right:-75px;
	transform: none;
	bottom: inherit;}	
.maroon-bg {padding:5.5rem 0;}	
.birthday-block h3 .happy-text {font-size: 2.7rem;}
.story-of-grayden .banner-caption h3 {font-size:2rem;}
.story-of-grayden .banner-caption h3 .story {font-size:6rem;
    line-height:7rem;
    min-height:8rem;}
.your-story .quote-section.home-quote .blockquote .qoute.left {left:-60px;}	
.quote-section.ys-quote .blockquote .qoute.left {left:-40px;}
.os-starbg:before {width:11rem;
    display:inline-block;
    position:absolute;
    left:0;
    top:-6.7rem;
    height:75rem;}
.team-content .team-item .team-image {width:15rem; height:15rem;}	
.container-books .bug-icon:after {right:4.5rem;}
.productDetail .listItem .product-thumb {top:1.8rem;}

.product-detail .cream-bg:after {width:125px;}
.privacy-middle .pp-right .privacy-right-bg {max-width:70%;}
.privacy-middle .pp-left p {font-size:1.05rem;}

.tagline .star-img {    
	width:0.5rem;
    position:relative;
    left:-2px;
    top:0px;}	
.steps-container .step.step-4 .blob-shape {background-size:90%;}
.personalized-storybook .steps-container .step.step-4 {
    top:-150px;
    left:-50px;}
.personalized-storybook .steps-container .step.step-2 {
    top:-60px;
    right:-120px;}	
.personalized-storybook .steps-container .step.step-1 {
    top:180px;
    right:-60px;}	
.personalized-storybook .steps-container .step.step-3 {
    top: 40px;
    right: 70px;}	
.personalized-storybook .steps-container .step.step-5 {
    top: -40px;
    right: 110px;}	

.book-faq .right {padding-left:2rem;}
.personalized-storybook .steps-container .step.step-4:before {position: absolute; height:60px;
    top:-50px;
    background-size:80%;
    left:140px;}	
.personalized-storybook .steps-container .step.step-3:before {content: '';
    width: 35px;
    height: 80px;
    position: absolute;
    top: 215px;
    background-size: 80%;
    left: inherit;
    right: 60px;
    bottom: inherit;}	


}


@media all and (max-width:1280px)

{


.steps-container .step.step-2 .blob-shape .step-index {top:1.2rem; left:29%;}
footer:before {top: -0.6rem;}
.birthday-block .right-section p {font-size:1rem;}
.testimonial-content .owl-theme .owl-nav.disabled+.owl-dots {margin-top:0;}

.story-of-grayden .column-left .content-left {padding-left:3rem;}
.os-starbg:before {content:'';
        width:10.5rem;
        display:inline-block;
        position:absolute;
        left:0;
        top:-6.4rem;}
.sideCol-content .text-container ul {gap:20px;}
.sideCol-content .text-container ul li {font-size:1rem; line-height:1.3;}
.sideCol-content .text-container h4 {
    font-size:1.7rem;
    margin:0 0 0.5rem;}
.quote-section.ys-quote .blockquote .qoute.left {left:-40px;}	
.texture-bg.texture-os {padding:7rem 0;} 
.container-books .bug-icon:after {right:7.2rem; bottom:1rem;}
.personalized-storybook h2 {margin-bottom:-8rem;}
.book-faq .right {padding-left:1.5rem;}
.book-faq .left {padding-left:0;}

}

