@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')
@import url(https://db.onlinewebfonts.com/c/f1fcc5aed1e20fc0cdb9f8a7573625bd?family=Integral+CF+Regular);


@font-face {
    font-family: 'Integral CF Bold';
    src: url('../fonts/IntegralCF-Bold.eot');
    src: local('Integral CF Bold'), local('IntegralCF-Bold'),
        url('../fonts/IntegralCF-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IntegralCF-Bold.woff2') format('woff2'),
        url('../fonts/IntegralCF-Bold.woff') format('woff'),
        url('../fonts/IntegralCF-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Integral CF Medium';
    src: url('../fonts/IntegralCF-Medium.eot');
    src: local('Integral CF Medium'), local('IntegralCF-Medium'),
        url('../fonts/IntegralCF-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IntegralCF-Medium.woff2') format('woff2'),
        url('../fonts/IntegralCF-Medium.woff') format('woff'),
        url('../fonts/IntegralCF-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
 /* font-family: "Inter", sans-serif; */
 /* font-family: "Montserrat", sans-serif; */

/* TYPOGRAPHY START*/
* {
    box-sizing: border-box;
}

.btn:active,
*:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent;
}

textarea.form-control {
    resize: none;
    overflow: hidden;
}

figure {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}
html,
body {
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    background: #000;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Inter", sans-serif;
    font-weight:400;
    color: #000;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}


h1 {
    color: #000;
    font-size: 75px;
    line-height: 90px;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
}

h1 strong {
    color: #D0FA65;
}

h2 {
    font-size: 45px;
    line-height: 55px;
    color: #1d355d;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0;
}

h3 {
    font-size: 20px;
    line-height: 26px;
    color: #1d355d;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
}


h4,
h6,
h5 {
    font-size: 16px;
    line-height: 28px;
    color: #1d355d;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
}

p {
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 600;
}
p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0px;
    margin: 0px;
}

ol {
    padding-left: 0;
    padding-bottom: 0px;
    counter-reset: listitem;
}

ol li {
    list-style: none;
    position: relative;
    padding-left: 34px;
}

ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.')'.';
    color: #1d355d;
    display: inline-block;
    left: 0;
}

li {
    font-size: 19px;
    color: #1d355d;
    font-style: normal;
}

li a {
        color: #1d355d;
}

li a:hover {
    color: #1d355d;
}

a {
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

a:hover {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}

.btn {
    color: #fff;
    background: transparent;
    padding: 10px 25px;
    text-transform: initial;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    min-width: 245px;
    height: 58px;
    line-height: 1;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.btn-white.btn {
    background: #fff;
    color: #000;
}

.btn-white.btn:hover {
    background: transparent;
    color: #fff;
}
.btn-border.btn:hover {
    background: #fff;
}
/* TYPOGRAPHY END*/


/* AGE VERIFY SECTION START */
.main {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.age-verify-section {
    text-align: center;
    max-width: 600px;
    margin: 30px auto;
    min-height: 300px;
}
.age-verify-section .logo {
    margin: 0 0 15px;
}
.age-verify-section p {
    margin: 0 0 30px;
}
.age-verify-btn {
    width: 260px;
    text-align: center;
    margin: auto;
}
.age-verify-btn .btn + .btn {
    margin-top: 22px;
}
.shop-address-form .form-control {
    width: 430px;
    height: 60px;
    background: transparent url(../images/location-icon.svg);
    background-repeat: no-repeat;
    background-position: 61px center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px 0 0 10px;
    padding: 8px 15px 8px 90px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.shop-address-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.shop-address-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.shop-address-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.shop-address-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.shop-address-form .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-address-form .form-group .address-submit.btn-white.btn {
    min-width: 138px;
    height: 60px;
    border-radius: 0 10px 10px 0;
    padding: 0;
    margin-left: -2px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
/* AGE VERIFY SECTION END */

/** ================== // HEADER CSS START // ================== **/

.header {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0;
    background: #000;
    -webkit-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease;
    z-index: 9;
    padding: 43px 0;
    transition: all 500ms ease;
    border-bottom: 0;
}

.header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding: 0;
}


.main-nav .menu-bar {
	display: none;
}

.nav-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	list-style-type: none;
}

.nav-menu ul li {
	padding: 0;
	margin: 0 3rem 0 0;
    position: relative;
}

.nav-menu ul li:first-child {
	margin-left: 0px;
}

.nav-menu ul li::before {
	display: none;
}

.nav-menu ul li a {
    color: #fff;
    position: relative;
    text-transform: capitalize;
}

.nav-menu ul li a::after {
    content: "";
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    height: 1px;
    background: #fff;
    transition: .6s;
    opacity: 0;
}
.nav-menu ul li.current-menu-item a::after,
.nav-menu ul>li>a:hover::after {
	width: 100%;
	opacity: 1;
}
.nav-menu ul li.current-menu-item {
    font-weight: 400;
}
.nav-menu ul li a:hover {
	color: #fff;
    text-decoration: none;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 101px);
    padding-left: 60px;
}
.navigation {
    width: calc(100% - 30px);
    margin-left: 55px;
}
/** SUB MENU **/

.navigation ul li ul.sub-menu {
    position: absolute;
    display: block;
    top: 26px;
    width: auto;
    transform: scale(1, 0);
    transition: all 0.5s;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    min-width: 208px;
    padding: 0;
    left: 0;
    z-index: 1999;
    padding: 0;
    width: auto;
    background: #1d355d;
    padding: 7px 15px 7px;
    margin-top: 6px;
    border-radius: 5px;
}

.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}

.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 40px;
}

.navigation ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
    margin: 0px 0 0;
    transition: .4s;
    border-bottom: none;
    position: relative;
    border-radius: 0;
    border-bottom: none;
}


.navigation ul li ul.sub-menu li::before {
	right: 15px;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}

.navigation ul li ul.sub-menu li a {
    display: block;
    padding: 10px 0;
    line-height: 20px;
    color: #fff;
    border-bottom: 1px #355fa5 solid;
}

.navigation ul li ul.sub-menu li a::after {
	display: none;
}

.navigation ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}

.navigation ul li ul.sub-menu li a::before {
	right: 10px;
	transform: rotate(-90deg);
	top: 50%;
}

.nav-menu ul li.current-menu-item a {
    color: #fff;
}

.nav-menu ul li.current-menu-item.menu-item-has-children>a::before {
	border-top: 5px solid #000;
}
.navigation ul li ul.sub-menu li.current-menu-item{
        font-weight: 300;
}
.navigation ul li ul.sub-menu li.current-menu-item a {
    color: #fff;
}

.navigation ul li ul.sub-menu ul.sub-menu {
	left: 100%;
	top: 0;
	width: max-content;
	margin-left: 3px;
}

.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}

.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}

.navigation ul li.menu-item-has-children {
	padding-right: 15px;
}

.navigation .menu-item-has-children>a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
    transition: 0.4s;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
    margin-top: 2px;
}

.navigation ul li.menu-item-has-children:hover a::before {
	border-top-color: #000;
	transition: 0.4s;
        transform: translateY(-50%) rotate(180deg);
}

.navigation ul li.current-menu-item ul.sub-menu li a::before {
	top: 43%;
	border-top-color: #074384;
}

.navigation ul li ul.sub-menu li::before {
	display: none;
}

.navigation ul li ul.sub-menu li:hover::before {
	border-color: #000;
}

.navigation ul li ul.sub-menu li a:hover {
	color: #355fa5;
}

.navigation ul li ul.sub-menu ul.sub-menu li a {
	color: #355fa5;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
	color: #355fa5;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
	color: #000;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
	color: #355fa5;
}

.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
	color: #000;
}

.navigation ul li.menu-item-has-children ul.sub-menu li a::before {
	border-top-color: #000;
	top: 38%;
}

.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
	border-top-color: #000;
}

.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
	border-top-color: #074384;
}

.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
	border-top-color: #000;
}
.nav-menu ul li.current-menu-item a::after {
    opacity: 1;
    width: 100%;
}
.header-cart {
    width: 22px;
}
.header-wrapper .logo {
    width: 101px;
}
.header-cart a {
    display: flex;
    align-items: center;
}
.header-cart a .cart-count {
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
}
/** ================== // HEADER CSS END // ================== **/


/* **================= // TICKER CSS START // ================ **/
#scroller-wrapper {
    background: #285F2B;
}
#scroller{
    width: 10000%;
}
#scroller.ready > *{
    display: inline-block;
    float:left;
    overflow: hidden;
    webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-name: marginator;
    animation-name: marginator;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
#scroller:hover > *{
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes marginator {
    0% {
        -webkit-transform: translate(0,0);
        -webkit-transform: translate3d(0,0,0);
    }
    100% {
        -webkit-transform: translate(-100%,0);
        -webkit-transform: translate3d(-100%,0,0);
    }
}
@keyframes marginator {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);

        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    100% {
        -webkit-transform: translate(-100%,0);
        transform: translate(-100%,0);
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}
#scroller-wrapper{
    overflow: hidden;
}
.scroller-inner {
    display: flex !important;
    align-items: center;
    padding: 20px 0;
}
.scroller-inner P {
    color: #fff;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin: 0 25px;
}

/* **================= // TICKER CSS END // ================ **/


/* **================= // SHOP MENU CSS START // ================ **/
.shop-menu-section {
    padding: 30px 0;
}
.shop-menu-section .container {
    max-width: 1130px;
    padding: 0 15px;
}
/* **================= // SHOP MENU CSS END // ================ **/
/* **================= // SHOP MENU CSS END // ================ **/
.pac-container.pac-logo {
    background-color: #2a602da1;
    border: 1px solid #fff;
    color: #fff;
}
.pac-item {
    color: #fff;
    padding: 8px;
}
span.pac-item-query {
    color: #fff;
    font-size: 16px;
}
.pac-logo:after {
    display: none;
}
.pac-item:hover {
    background-color: #2a602d;
    cursor: pointer;
}
.pac-item span {
    font-size: 14px;
}




/* LOCATION PAGE CSS START */
.text-scroll-animtion text {
    fill: #e8b440;
    font-size: 110px;
    text-transform: uppercase;
    font-weight: 600;
}
.location-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 124px;
    padding-left: 0;
}
.location-lyfted-icon {
    width: 571px;
}
.location-info {
    width: 502px;
    margin: 100px 0 0;
}
.location-info p {
    font-size: 13.696px;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
}
.location-order-btn {
    text-align: center;
    margin: 130px 0 0;
}
.location-order-btn .btn {
    border-radius: 0;
    background: #285f2b;
    color: #fff;
    text-transform: uppercase;
    width: 356px;
    height: 87px;
    font-weight: 600;
    border-color: #285f2b;
}
.location-order-btn .btn:hover {
    opacity: .8;
}
.location-main {
    padding: 0 0 245px;
    background: #000;
}
/* LOCATION PAGE CSS END */


/* STAY IT SECTION CSS START */
.stay-it-section {
    background: #285F2B;
    padding: 35px 0;
}
.stay-it-section .container {
    max-width: 100%;
    padding: 0 75px;
}
.stay-it-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.stay-it-content {
    width: 54.5%;
}
.stay-it-content h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 11px;
}
.stay-it-content p {
    font-size: 13.696px;
    font-weight: normal;
    color: #fff;
}
.stay-it-form input.email-input {
    background: #fff;
    height: 55px;
    padding: 10.4px 32px;
    width: 284px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #000;
    border: 1px solid #fff;
}
.stay-it-form input.email-submit {
    background: #000;
    outline: none;
    color: #fff;
    padding: 10px 34px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #000;
    margin-left: 10px;
    font-size: 16px;
    transition: .5s;
    height: 55px;
}
.stay-it-form input.email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b2b2b2;
    font-weight: 300;
}
.stay-it-form input.email-input::-moz-placeholder { /* Firefox 19+ */
    color: #b2b2b2;
    font-weight: 300;
}
.stay-it-form input.email-input:-ms-input-placeholder { /* IE 10+ */
    color: #b2b2b2;
    font-weight: 300;
}
.stay-it-form input.email-input:-moz-placeholder { /* Firefox 18- */
    color: #b2b2b2;
    font-weight: 300;
}
.stay-it-form input.email-submit:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.stay-it-form .form-group {
    margin-bottom: 0;
}
/* STAY IT SECTION CSS END */


/* FOOTER CSS START */
.footer {
    background: #000;
    padding: 50px 0 0;
}
.footer .container {
    max-width: 100%;
    padding: 0 75px;
}
.footer-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.footer-col h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 16px;
}
.footer-col p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 16px;
}
.footer-col-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 45%;
}
.footer-col.footer-nav h6 {
    margin: 0 0 16px;
}
.footer-col.footer-nav ul {
    list-style-type: none;
}
.footer-col.footer-nav ul li {
    font-size: 17px;
    color: #ffffff;
    margin: 0 0 8px;
}
.footer-col.footer-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 0;
}
.footer-col.footer-nav {
    width: 37.33%;
}
.footer-col.footer-nav:last-child {
    width: 25%;
}
.footer-col-left {
    width: 54.5%;
}
.copyright p {
    color: #000;
    font-size: 13.696px;
    font-weight: 400;
    line-height: 20px;
}
.copyright {
    margin: 50px 0 0;
    text-align: center;
    border-top: 1px solid #f5f4f4;
    padding: 10px 0;
    background: #f5f4f4;
}
/* FOOTER CSS END */


/* CONTACT PAGE CSS START */
.contact-section {
    padding: 102px 0 185px;
    background: #000;
}
.contact-section .container {
    max-width: 100%;
    padding: 0 75px;
}
.contact-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-form-wrap, .contact-main-info {
    width: 50%;
}
.contact-main-info h1 {
    color: #ffffff;
    font-size: 52.86px;
    letter-spacing: -0.5px;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 37px;
}
.contact-main-info p {
    font-size: 13.696px;
    line-height: 1.4;
    margin: 0;
    font-weight: normal;
    letter-spacing: -0.2px;
    color: #ffffff;
}
.contact-main-info p a {
    color: #ffffff;
}
.contact-main-info p a:hover {
    color: #fff;
    text-decoration: underline;
}
.contact-info-list {
    margin: 0 0 16px;
}
.contact-form-wrap .title label {
    color: #fff;
    width: 100%;
    font-size: 13.696px;
    line-height: 1.4;
    margin: 0;
    font-weight: normal;
    letter-spacing: -0.2px;
    display: block;
}
.contact-form-wrap .title {
    width: 100%;
    padding: 0 5px 6px;
}
.contact-form-wrap label strong {
    font-size: 11.392px;
    opacity: .7;
    font-weight: normal;
}
.contact-form-wrap .form-group label {
    font-size: 11.392px;
    color: #ffffff;
    width: 100%;
    display: block;
    margin: 0 0 3px;
    line-height: 18px;
}
.contact-form-wrap .form-group textarea,
.contact-form-wrap .form-group input {
    background: #fff;
    width: 100%;
    border: 0;
    height: 41px;
    padding: 10px;
    font-size: 13.696px;
    line-height: 1.4;
}
.contact-form-wrap .form-group textarea {
    height: 100px;
}
.contact-form-wrap .form-group {
    width: 100%;
    padding: 0 5px;
    margin: 0 0 20px;
}
.contact-form-wrap .form-group input.contact-submit {
    width: max-content;
    padding: 18.5px 32.5px;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background: #285f2b;
}
.contact-form-wrap .form-group input.contact-submit:hover {
    opacity: 0.8;
}
span.wpcf7-not-valid-tip {
    align-items: flex-start;
    background-color: #ce2c30;
    color: #fff;
    column-gap: 10px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 10px;
    line-height: 1;
}
.wpcf7 form.invalid .wpcf7-response-output {
    align-items: flex-start;
    background-color: #ce2c30;
    color: #fff;
    column-gap: 10px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 10px !important;
    line-height: 1;
    border: 0 !important;
    text-align: center;
    justify-content: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 10px !important;
    line-height: 1;
}
.stay-it-form .form-group p {
    display: flex;
    align-items: flex-start;
}
/* CONTACT PAGE CSS END */


/* FAQ PAGE CSS START */
.faq-section {
    padding: 90px 0;
    background: #000;
}
.faq-wrapper {
    width: 1090px;
    margin-left: 40px;
}
.faq-wrapper h1 {
    color: #e8b440;
    font-size: 34.432px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin: 0 0 65px;
}
.faq-wrapper h6,
.faq-wrapper h5,
.faq-wrapper h4,
.faq-wrapper h3,
.faq-wrapper h2 {
    color: #e8b440;
    margin: 67px 0 32px;
    font-size: 20.608px;
    font-weight: 700;
    font-style: italic;
    line-height: 27px;
}

.faq-wrapper p {
    font-weight: normal;
    font-size: 13.696px;
    margin: 16px 0;
    line-height: 21px;
    letter-spacing: -0.2px;
    color: #e8b440;
}
.faq-wrapper ul li,
.faq-wrapper ol li {
    font-weight: normal;
    font-size: 13.696px;
    line-height: 21px;
    letter-spacing: -0.2px;
    color: #e8b440;
    margin: 5px 0;
}
.faq-wrapper ol li::before {
    color: #e8b440;
    margin-right: 2px;
}
/* FAQ PAGE CSS END */


/* ABOUT PAGE CSS START */
.los-angeles-love-section {
    padding: 120px 0;
    background: #000;
}
.los-angeles-img {
    width: 675px;
}
.los-angeles-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.los-angeles-content {
    width: 767px;
    margin: 30px 0 0 45px;
}
.los-angeles-content .about-accordian-row {
    padding-top: 90px;
}
.los-angeles-content h4 {
    color: #fff;
    font-size: 20.608px;
    font-weight: 500;
    letter-spacing: -0.4px;
    padding-right: 70px;
}
.los-angeles-love-section .container {
    max-width: 1660px;
}
.about-accordian-section {
    padding: 127px 0;
    background: #000;
}
.about-accordian-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 0 83px;
    padding-left: 40px;
}
.about-accordian {
    width: 723px;
    display: flex;
    align-items: center;
}
.about-accordian-row {
    width: 100%;
}
.about-accordian-img {
    width: 429px;
}
.about-accordian-list {
    border-top: 1px solid #ffffff;
}
.about-accordian-list:last-child {
    border-bottom: 1px solid #ffffff;
}
.about-accordian-header h2 {
    font-size: 20.608px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding: 15px 28px 15px 0;
    line-height: 27px;
    cursor: pointer;
}
.about-accordian-header h2::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 1px;
    background: #ffffff;
    transform: translateY(-50%);
}
.about-accordian-header h2::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    width: 1px;
    height: 14px;
    background: #ffffff;
    transform: translate(-50%, -50%);
    transition: .5s;
}
.about-accordian-body {
    display: none;
}
.about-accordian-body p {
    font-size: 11.392px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    min-width: 85%;
    max-width: 300px;
    margin-left: auto;
    letter-spacing: -0.2px;
    color: #ffffff;
}
.about-accordian-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .5s;
}
#about-scroller-wrapper {
    background: #000;
}
#about-scroller{
  width: 10000%;
}
#about-scroller.ready > *{
  display: inline-block;
  float:left;
  overflow: hidden;

  webkit-animation-timing-function: linear;
  animation-timing-function: linear;


  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;

  -webkit-animation-delay: 1s;
  animation-delay: 1s;


  -webkit-animation-duration: 30s;
  animation-duration: 30s;


  -webkit-animation-name: marginator;
  animation-name: marginator;



  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#about-scroller:hover > *{


  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes marginator {
  0% {
    -webkit-transform: translate(0,0);
    -webkit-transform: translate3d(0,0,0);
  }
  100% {
    -webkit-transform: translate(-100%,0);
    -webkit-transform: translate3d(-100%,0,0);
  }
}

@keyframes marginator {
  0% {

    -webkit-transform: translate(0,0);
    transform: translate(0,0);

    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  100% {


    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);


    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}
#about-scroller-wrapper{
  overflow: hidden;
}
.about-ticker-inner {
    display: flex !important;
    align-items: center;
}
.about-ticker-item {
    margin: 0 5px;
}
.about-ticker-item p a,
.about-ticker-item p {
    color: #ffffff;
}
.about-ticker-section {
    padding: 50px 0;
    background: #000;
}
.about-ticker-inner {
    border-top: 2px solid #ffffff;
    padding-top: 5px;
}
.about-accordian-list.active .about-accordian-header h2::after {
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0;
}
/* ABOUT PAGE CSS END */

/* DEFAULT PAGE CSS START */
.default-wrapper h1 {
    color: #e8b440;
    font-size: 34px;
    font-weight: 500;
    margin: 0 0 32px;
    line-height: 1.2;
}
.default-wrapper P {
    font-weight: normal;
    font-size: 13.696px;
    line-height: 19px;
    margin: 16px 0;
    color: #e8b440;
}
.default-wrapper {
    padding: 75px 0;
    width: 74%;
}
.default-page {
    min-height: 400px;
}
.page-template-shop-page {
    background: #fff;
}
.footer-main {
    margin-top: auto;
}

.olderage-info-form-section.pre-luanch-heading p {
    font-size: 16px;
    font-weight: 900;
}

.olderage-info-form-section.pre-luanch-heading {
    display: block !important;
}
/* DEFAULT PAGE CSS END */
.verify-new-heading {
    padding: 0 90px;
}
.verify-new-heading p{
    text-transform: uppercase;
    font-family: 'Integral CF Bold';
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

.cart-icon a {
    color: #fff;
}
.cart-icon a i.fa {
    font-size: 21px;
    margin-right: 5px;
}
