@font-face {
    font-family: 'Cooper-Black';
    src: url('../font/CooperBlackStd.otf');
}

html {
    scroll-behavior: unset !important;
}

/*** Site Overlay ***/
.site__overlay {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 50;
}

/*** Header ***/
.main_header {
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
    width: 100% !important;
}
.sticky-active {
    background-color: rgba(0, 0, 0, 0) !important;
    top: 0;
}

/*** Nav ***/
.header_nav nav > ul > li > a,
.cart__link a,
.account__link a {
    position: relative;
}
.header_nav nav > ul > li > a:before,
.cart__link .elementor-icon-box-description a:before,
.account__link .elementor-icon-box-description a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #0209AA;
    left: 0;
    bottom: -5px;
    -webkit-transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    -moz-transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    -o-transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    transform-origin: right !important;
    transform: scaleX(0) !important;
    opacity: 1 !important;
}
.header_nav nav > ul > li > a:hover:before,
.cart__link:hover .elementor-icon-box-description a:before,
.account__link:hover .elementor-icon-box-description a:before {
    transform-origin: left !important;
    transform: scaleX(1) !important;
}

/*** Responsive ***/
.rmp-container:before {
    content: "";
}
.rmp_menu_trigger {
    display: none !important;
}
.rmp-menu-title {
    margin-bottom: 30px;
}
#mobile-nav {
    float: right;
    height: 18px;
    width: 30px;
    right: 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
}
#mobile-nav span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #4B0B99;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#mobile-nav span:nth-child(1) {
    top: 0px;
}
#mobile-nav span:nth-child(2) {
    top: 8px;
}
#mobile-nav span:nth-child(3) {
    top: 16px;
}
#mobile-nav.open span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#mobile-nav.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#mobile-nav.open span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*** General ***/
.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}
.elementor-field-group .elementor-field-textual {
    border-color: #c9c9c9;
    border-radius: 12px;
    padding: 16px 18px;
}
.elementor-widget-text-editor ul {
    margin-bottom: 25px;
}

/*** Home ***/
.home-hero-glitters {
    position: absolute!important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home-hero-glitters .glitter-1 {
    position: absolute;
    left: 20px;
    top: 30px;
}
.home-hero-glitters .glitter-2 {
    position: absolute;
    right: 16%;
    top: 12%;
}
.home-hero-glitters .glitter-3 {
    position: absolute;
    bottom: 23%;
    left: 32%;
}

/*** Accordion Styling ***/
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-text {
    color: #0209AA !important;
}
.e-n-accordion-item {
    transition: .5s ease-in-out;
}
.accordion_default .counter {
    position: absolute;
    top: 25px;
    left: 20px;
    font-family: 'Instrument Sans';
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
}
.accordion_default .e-n-accordion-item {
    position: relative;
    overflow: hidden;
}
.accordion_default .e-n-accordion-item:before {
    content: "";
    background-color: #FAD773;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    transition: width 0.5s ease-in-out;
    z-index: 5;
}
.accordion_default .e-n-accordion-item[open]:before {
    transition-delay: .5s;
    width: 100%;
}
.accordion_default .e-n-accordion-item:not([open]) .e-n-accordion-item-title:before {
    content: "";
    background-color: rgba(35, 31, 32, 0.16);
    position: absolute;
    left: 87px;
    bottom: 0;
    height: 1px;
    width: 100%;
}

.accordion_primary .e-n-accordion-item {
    border: 1px solid #D6E0F1;
    border-radius: 10px;
    /*padding: 7px 25px;*/
}
.accordion_primary .e-n-accordion-item[open] {
    border: 1px solid #FAD773;
}

.accordion_secondary .e-n-accordion-item {
    border-bottom: 1px solid rgba(23, 25, 32, 0.12);
}
.accordion_secondary .e-n-accordion-item[open] .e-n-accordion-item-title {
    color: #0209AA;
    transition: all .5s ease-in-out;
}
.accordion_secondary .e-n-accordion-item:not([open]) .e-n-accordion-item-title {
    /*padding: 23px 0;*/
}

/*** Slider Num/Nav Counter ***/
.nav_num {
    font-size: 24px;
    color: rgba(50, 50, 50, 0.6);
}
.nav_num span {
    color: #000;
}
.custom_nav.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}

/*** Gallery Slider ***/
.gallery__slider .slick-slide {
    display: flex !important;
}

/*** Customer Slider ***/
.customer__testimonial {
    position: relative;
}
.customer__testimonial:before,
.customer__testimonial:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 50%, #ffffff 100%);
    filter: blur(50px);
    opacity: 0.6;
    z-index: 2;
}
.customer__testimonial:before {
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.customer__testimonial:after {
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.customer__testimonial .slick-list {
    overflow: visible;
}
.customer__testimonial .slick-track {
    display: flex !important;
}
.slider__item {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #FAD773;
    border-radius: 30px;
    height: inherit !important;
    margin: 0 29px;
    padding: 35px 75px;
}
.slider__item.slick-active {
    background-color: #FEFAEF; 
}
.slider__inner-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.customer__thumbnail,
.slider__item .rating,
.slider__item .content {
    width: 100%;
}
.slider__item .rating {
    margin-bottom: 5px;
}
.slider__item .customer__thumbnail img {
    object-fit: cover;
    border-radius: 50px !important;
    height: 94px !important;
    max-width: 94px !important;
    width: 100%;
}
.slider__item img {
    margin: 0 auto;
}
.slider__item .content,
.slider__item .content p {
    color: #222;
    font-size: 17px;
    text-align: center;
}
.slider__item .name {
    font-family: "Instrument Sans", Sans-serif;
    font-weight: 500;
    margin-top: 16px;
}

/*** Slick Arrow ***/
.slick-prev:before {
    content: "" !important;
    background: url('/wp-content/uploads/2025/03/nav-right.svg') no-repeat;
}



.testimonial__slider .elementor-loop-container {
    overflow: visible;
}
.testimonial__slider:before,
.testimonial__slider:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 50%, #ffffff 100%);
    filter: blur(50px);
    opacity: 0.6;
    z-index: 2;
}
.testimonial__slider:before {
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.testimonial__slider:after {
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.testimonial__slider .e-loop-item:not(.swiper-slide-active) .inner__wrap {
    background-color: #FAD773 !important;
}

/*** Account ***/
.elementor-201 div > .e-con-inner > div {
    margin: 0 auto;
    max-width: 100% !important;
    width: 100%;
}

/*** Woocommerce ***/
.woocommerce-account:not(.logged-in) .account__container {
    max-width: 617px !important;
    margin: 0 auto;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    border-top-color: #0209AA !important;
}
.woocommerce-info:before {
    color: #0209AA !important;
}
.woocommerce-form-login {
    border: 0 !important;
    padding: 0 !important;
}
form.login .form-row {
    display: flex;
    flex-direction: column;
}
.woo-row--col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-form-login .input__user {
    background: url('../images/user.svg') no-repeat;
    background-size: contain !important;
}
.woocommerce-form-login .input__pass {
    background: url('../images/pass.svg') no-repeat;
    background-size: contain !important;
}
.lost_password {
    padding-left: 12px;
}
.lost_password a {
    color: #0209AA;
}
.woocommerce-form-login .form-row .input-text {
    border: 1px solid #E9EBEF !important;
    outline: none !important;
    line-height: 1.2em !important;
    padding: 11px 14px 11px 60px !important;
}
.woocommerce-form-login .show-password-input {
    background: none !important;
}
.woocommerce-form-login .woocommerce-button,
.single_add_to_cart_button,
.woocommerce-Button {
    background: linear-gradient(90deg, #650B9B 0%, #300C96 100%) !important;
    color: #fff !important;
    font-weight: 400 !important;
    padding: 14px 25px !important;
    margin: 12px 0 0 !important;
}
.woocommerce-form-login .woocommerce-button:hover,
.single_add_to_cart_button:hover,
.woocommerce-Button:hover {
    background: #FAD773 !important;
    color: #0209AA !important;
}
.woocommerce-lost-password form .form-row {
    width: 100%;
}
.woocommerce form .form-row label,
.lost_password a {
    font-size: 18px;
}
.wc-block-components-address-card__edit {
    background: linear-gradient(90deg, #650B9B 0%, #300C96 100%);
    color: #fff !important;
}
.wc-block-components-address-card__edit:hover {
    background: linear-gradient(90deg, #FAD773 0%, #FAD773 100%);
    color: #0209AA !important;
}
.woocommerce-order-overview {
    padding-left: 0 !important;
}

/*** New Registration ***/
.new-registration {
    margin-top: 15px;
    text-align: center;
}
.new-registration span {
    color: #8E8E8E;
    font-size: 14px;
}
.new-registration a {
    color: #0209AA;
    text-decoration: underline !important;
}

/*** Ajax Spinner ***/
.ajax-spinner {
    margin-top: 50px;
    text-align: center;
    display: none;
}

/*** Storybook Accordion ***/
.storybook-accordion .storybook-accordion-img .elementor-widget-image {
    display: none;
}
.storybook-accordion .storybook-accordion-img .elementor-widget-image.active {
    display: block;
}

/*** Book Form ***/
.form-wrapper {
    position: relative;
    border-radius: 16px;
    padding: 60px 30px 30px;
}
.progress {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 660px;
    margin: 0 auto;
}
.dot {
    background: #D9D9D9;
    border-radius: 20px;
    margin: 0 10px;
    height: 4px;
    width: 79px;
    transition: background 0.3s;
}
.dot.active {
    background: #0209AA;
}
.form__step {
    display: none;
    transition: opacity 0.5s ease;
    max-width: 660px;
    margin: 0 auto;
    width: 100%;
}
.form__step.active {
    display: block;
}
.form__group {
    margin-bottom: 20px;
}
#customForm #backArrow {
    background: none !important;
    height: 69px !important;
    width: 69px !important;
}
#customForm label {
    display: block;
    font-family: "Roca One", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: capitalize; 
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}
#customForm label.large {
    font-size: 56px;
    line-height: 1.2em;
    margin-bottom: 40px;
}
#customForm input[type="text"],
#customForm input[type="number"],
#customForm input[type="file"],
#customForm select,
#customForm textarea {
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #ccc;
    border-radius: 12px;
    color: #141414;
    line-height: 1.2em;
    outline: none;
    padding: 14px;
    width: 100%;
}
#customForm select {
    background: #fff url('../images/arrow-down.svg') scroll right 15px center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea::placeholder {
  text-align: left;
}
#customForm textarea {
    resize: vertical;
}
#customForm .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#customForm button {
    background: linear-gradient(90deg, #650B9B 0%, #300C96 100%) !important;
    border-radius: 5px;
    color: #fff;
    padding: 13px 25px;
}
#customForm button:hover {
    background: linear-gradient(90deg, #FAD773 0%, #FAD773 100%) !important;
    color: #0209AA;
}
.custom-file-upload {
    margin-top: 30px;
    margin-bottom: -18px;
    text-align: center;
    position: relative;
}
.custom-file-upload input[type="file"] {
    display: none;
}
body.upload-step-active #customForm .btn-next-full {
    background: linear-gradient(90deg, #fff 0%, #fff 100%) !important;
    color: #0209AA !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
body.upload-step-active #customForm .btn-next-full .elementor-button-text:after {
    background: url('../images/arrow-primary.svg') no-repeat !important;
}
body.upload-step-active #customForm .btn-next-full:hover {
    background: linear-gradient(90deg, #FAD773 0%, #FAD773 100%) !important;
}

.upload-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background: linear-gradient(90deg, #650B9B 0%, #300C96 100%);
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.upload-btn:hover {
     background: linear-gradient(90deg, #FAD773 0%, #FAD773 100%) !important;
}
.upload-btn span {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4em;
}
.upload-icon {
    fill: white;
}
.back-arrow {
    position: absolute;
    top: -120px;
    left: 40px;
    border: 1px solid #747474 !important;
    color: #6a11cb;
    z-index: 10;
    height: 69px;
    width: 69px;
    padding: 0 !important;
    display: flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    opacity: 0;
    background-color: #FEFAEF;
    transition: opacity 0.3s ease;
}
.back-arrow.active {
    opacity: 1;
}
.back-arrow:hover {
    background-color: #FAD773 !important;
}
.back-arrow .arrow_icon {
    position: relative;
    display: flex;
    align-items: center;
}
.back-arrow .arrow_icon:before {
    content: "";
    display: block;
    background: url('../images/back-arrow.svg') no-repeat;
    height: 41px;
    width: 41px;
}
.next-wrapper {
    max-width: 660px;
    margin: 40px auto 0 auto;
}
.btn-next-full {
    width: 100%;
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    display: block;
}
img.preview {
    width: 100%;
    border-radius: 12px;
    margin-top: 15px;
}
.topic-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    position: relative;
    transition: background 0.2s ease;
}
.drag-handle {
    cursor: grab;
    font-size: 20px;
    user-select: none;
    padding: 6px;
    display: flex;
    align-items: center;
}
.drag-handle:before {
    content: "";
    display: block;
    background: url('../images/drag.svg') no-repeat;
    height: 32px;
    width: 19px;
}
#topicList {
    margin-top: 15px;
}
.topic-item input {
    flex: 1;
}
.toggle-btn,
.trash-btn {
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 40px;
    height: 40px;
    margin-left: 5px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: white;
}
.toggle-btn {
    background: linear-gradient(to right, #6a11cb, #2575fc);
}
.topic-message {
    display: none;
    margin-top: 8px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}
.topic-item input {
    width: calc(100% - 67px);
    display: inline-block;
}
.topic-item .toggle-btn,
.topic-item .trash-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border-radius: 12px !important;
    height: 50px;
    width: 50px;
}
#customForm .toggle-btn:hover,
#customForm .toggle-btn.active {
    background: #5D5D5D !important;
}
.topic-item .toggle-btn span:before {
    content: "";
    display: block;
    background: url('../images/plus.svg') no-repeat;
    height: 18px;
    width: 18px;
}
.topic-item .toggle-btn.active span:before {
    background: url('../images/minus.svg') no-repeat;
    height: 2px;
}
#customForm .trash-btn {
    background: #ff0000 !important;
    margin-left: -2px;
}
.trash-btn span:before {
    content: "";
    display: block;
    background: url('../images/trash.svg') no-repeat;
    height: 22px;
    width: 20px;
}
.topic-item .topic-message {
    display: none;
    margin-top: 10px;
    height: 180px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}
#customForm .add__item {
    border: 0 !important;
    color: #fff !important;
}
#customForm .add__item:hover {
    color: #0209AA !important;
}
#customForm .trash-btn:hover {
    background: #5D5D5D !important;
}
.add__item span:after {
    content: "";
    display: inline-block;
    background: url('../images/plus.svg') no-repeat;
    background-size: contain !important;
    position: relative;
    top: 4px;
    margin-left: 11px;
    height: 18px;
    width: 18px;
}
.add__item:hover span:after {
    background: url('../images/plus-hover.svg') no-repeat;
}
#buyNowBtn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
#customForm .btn-prev-full {
    background: #343434 !important;
    margin-top: 15px;
    width: 100%;
}
#customForm .btn-prev-full .elementor-button-text:after {
    display: none !important;
}
#customForm .btn-prev-full .elementor-button-text:before {
    margin-left: 0 !important;
    margin-right: 10px !important;
    transform: rotate(180deg);
}
.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
    column-gap: 1.2em;
    row-gap: 1.2em;
}
.grid-item {
    text-align: center;
}
.grid-item.active img {
    border: 10px solid #FAD773;
}
.grid-item img {
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    height: 25vw;
    min-height: 200px;
    max-height: 250px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.4s;
    
}
.grid-item:not(.active) img:hover {
    transform: scale(1.035);
}
.grid-item p {
    font-family: "Roca One", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
}

/*** Toggle Wrapper ***/
.toggle-block {
    margin: 30px 0 25px;
    text-align: center;
}
.toggle-block p {
    font-family: "Roca One", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}
.toggle-wrapper {
    display: inline-flex;
    border: 1px solid #cacaca;
    border-radius: 8px;
    padding: 8px;
    gap: 5px;
    overflow: hidden;
}
#customForm .toggle-button { 
    background: #FAD773 !important;
    border-radius: 5px;
    color: #222;
    cursor: pointer;
    font-weight: 500;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}
#customForm .toggle-button:hover {
    color: #0209AA !important;
    transition: all 0.3s ease !important;
}
#customForm .toggle-button:not(.active) {
    background: none !important;
    color: #232323!important;
}

/*** Preview Switcher ***/
.storybook__preview {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.preview_switcher {
    width: 100%;
}
.preview_background_enabled {
    display: none;
}

/*** Gift Card ***/
#giftcard-wrapper select,
#giftcard-wrapper input[type="number"],
#giftcard-wrapper input[type="text"],
#giftcard-wrapper input[type="email"],
#giftcard-wrapper textarea {
    background-color: #fff;
    border-color: #C9C9C9;
    border-radius: 12px;
    color: #1f2124;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    padding: 10px 15px;
    outline: none !important;
}
#giftcard-wrapper label {
    margin-bottom: 10px;
}

/*** Gravity Form ***/
input[type="text"],
input[type="email"],
.gform_wrapper input[type="password"] {
    outline: none !important;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="password"] {
    border: 1px solid #E9EBEF !important;
    border-radius: 4px !important;
    padding: 12px 14px !important;
}
.gform_button {
    border: 0 !important;
    color: #fff !important;
}
.gform_button:hover {
    color: #0209AA !important;
}


/*** Button ***/
.elementor-button .elementor-button-text:after,
.btn-prev-full .elementor-button-text:before {
    content: "";
    display: inline-block;
    background: url('../images/arrow-default.svg') no-repeat;
    background-size: contain !important;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 10px;
    height: 15px;
    width: 18px;
}
#secondary.elementor-button .elementor-button-text:after,
.elementor-button:hover .elementor-button-text:after,
.elementor-button:visited .elementor-button-text:after,
.elementor-button:focus .elementor-button-text:after,
.btn-prev-full:hover .elementor-button-text:before {
    background: url('../images/arrow-primary.svg') no-repeat;
}
#secondary.elementor-button:hover .elementor-button-text:after,
#secondary.elementor-button:visited .elementor-button-text:after,
#secondary.elementor-button:focus .elementor-button-text:after {
    background: url('../images/arrow-default.svg') no-repeat;
}

/*** Footer ***/
.footer_nav ul > li > a {
    position: relative;
    width: auto !important;
}
.footer_nav ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FAD773;
    left: 0;
    bottom: -5px;
    -webkit-transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    -moz-transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    -o-transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    transition: transform 0.6s cubic-bezier(0.835, -0.005, 0.06, 1) !important;
    transform-origin: right !important;
    transform: scaleX(0) !important;
    opacity: 1 !important;
}
.footer_nav ul > li > a:hover:before {
    transform-origin: left !important;
    transform: scaleX(1) !important;
}

/*** Responsive ***/
@media only screen and (max-width: 1125px) and (min-width: 1071px) {
    .header_nav nav ul li a {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 12px !important;
    }
}

@media only screen and (max-width: 1070px) and (min-width: 1025px) {
    .header_nav nav ul li a {
        font-size: 15px !important;
        margin: 0 8px !important;
    }
}

@media only screen and (min-width: 1025px) {
    .testimonial__slider .e-loop-item .inner__wrap {
        padding-left: 12% !important;
        padding-right: 12% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .dot {
        width: 50px;
    }
	.home-hero-glitters .glitter-3 {
	    bottom: 0;
	    left: 230px;
	}
    .accordion_default .counter {
        font-size: 32px;
    }
    .accordion_default .e-n-accordion-item:not([open]) .e-n-accordion-item-title:before {
        left: 82px;
    }
    .testimonial__slider .e-loop-item .inner__wrap {
        padding-left: 8% !important;
        padding-right: 8% !important;
    }
    #customForm label.large {
        font-size: 42px;
    }
    .storybook__front-cover h1 {
        font-size: 4.5vw !important;
    }
}

@media only screen and (max-width: 767px) {
    .slider__item {
        margin: 0 10px;
        padding: 35px 45px;
    }
    .dot {
        margin: 0 4px;
        width: 40px;
    }
    #customForm label.large {
        font-size: 36px;
    }
	.accordion_default .counter {
        font-size: 30px;
    }
    .testimonial__slider .e-loop-item .inner__wrap {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .storybook-spine {
        font-size: 2.15vw;
    }
    #customForm #backArrow {
        height: 58px !important;
        width: 58px !important;
    }
    .back-arrow {
        left: 30px;
    }
    .back-arrow .arrow_icon:before {
        width: 30px;
    }
    .storybook-logo {
        width: 90%;
    }
    .woocommerce form .form-row label,
    .lost_password a {
        font-size: 16px;
    }
    .gallery__slider .slick-list {
        width: 100% !important;
    }
    .gallery__slider .slick-slide {
        display: flex;
    }
}

@media only screen and (max-width: 520px) {
    .topic-item input {
        min-width: calc(100% - 40px);
    }
}

@media only screen and (max-width: 480px) {
    .dot {
        margin: 0 4px;
        width: 25px;
    }
    .elementor-button {
        width: 100% !important;
    }
    .woocommerce-form-login__rememberme span,
    .lost_password a {
        font-size: 14px;
    }
    .slider__item {
        padding: 35px 40px;
    }
}