/*
Theme Name: Hyperwolf Child
Theme URI: https://www.commercegurus.com/wordpress-themes/shoptimizer
Template: shoptimizer
Author: CommerceGurus
Author URI: https://www.commercegurus.com/
Description: Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.4.5.31
Updated: 2021-12-06 08:31:46
*/

:root {
    --primary: #FFD100;
    --black: #000000;
    --gray: #747474;
    --white: #ffffff;
    --page-width: 1440px;
    --hw--header-wrapper-height: 162px;
}

*, 
*::before, 
*::after {
  box-sizing: border-box;
}

/* * {
    font-family: 'Gilroy' !important;
} */

body {
  padding: 0;
  padding-top: var(--hw--header-wrapper-height);
  margin: 0;
  font-family: 'Gilroy' !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
}

/* #### Scroll Bar #### */
::-webkit-scrollbar-thumb {
    background-color: #D4A10C;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 6px;
}
/* #################### */

iframe.spin-the-wheel {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 699px) {
  iframe.spin-the-wheel {
    min-height: 650px !important;
  }
}
/* #### Fonts #### */
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy/Gilroy-Regular.woff2') format('woff2'),
        url('fonts/gilroy/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy/Gilroy-Medium.woff2') format('woff2'),
        url('fonts/gilroy/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/gilroy/Gilroy-SemiBold.woff2') format('woff2'),
        url('fonts/gilroy/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* ############### */


.theme-container,
.single-post .content-area .site-main {
    width: 100%;
    max-width: var(--page-width);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    padding-right: 15px;
    padding-left: 15px;
}

a:focus {
    outline: none;
}


/* #### Form Controls #### */
body form :is(input:not([type='submit'], [type='radio'], [type='checkbox']), textarea, select) {
    display: block;
    border: 1px solid #B0B0B0;
    background: transparent;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    padding: 16px 18px;
    box-shadow: none;
    outline: none;
    transition: all .15s linear;
}
body form textarea {
    width: 100% !important;
}
body form :is(input:not([type='submit'], [type='radio'], [type='checkbox']), textarea, select)::placeholder {
    color: var(--black);
}
body form :is(input:not([type='submit'], [type='radio'], [type='checkbox']), textarea, select):hover,
body form :is(input:not([type='submit'], [type='radio'], [type='checkbox']), textarea, select):focus {
    border: 1px solid var(--black);
}
body .comment-form-cookies-consent input[type=checkbox], 
body .comment-subscription-form input[type=checkbox] {
    top: 5px;
    margin-right: 0px;
}
/* ####################### */


/* #### Button #### */
.comments-area .comment-form .form-submit .submit,
.btn-theme {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    font-size: 16px !important;
    font-family: 'Gilroy' !important;
    font-weight: 600;
    line-height: 1.25;
    padding: 12px 14px;
    background: transparent;
    color: var(--black);
    border: 1px solid var(--black);
    cursor: pointer;
    text-decoration: none;
    max-width: fit-content;
    transition: all .3s linear;
}
.comments-area .comment-form .form-submit .submit:hover,
.comments-area .comment-form .form-submit .submit:focus,
.comments-area .comment-form .form-submit .submit:active:focus,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active:focus {
    box-shadow: none;
    outline: 0;
    /* box-shadow: 0 0 0 4px rgb(0 0 0 / 30%); */
}
.btn-theme .icon {
    width: 18px;
    height: 18px;
    transition: all .3s linear;
}

.comments-area .comment-form .form-submit .submit,
.btn-primary {
    border: 1px solid var(--primary);
    background: var(--primary);
    color: var(--black) !important;
}
.comments-area .comment-form .form-submit .submit:hover,
.comments-area .comment-form .form-submit .submit:focus,
.comments-area .comment-form .form-submit .submit:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    /* box-shadow: 0 0 0 4px rgb(172 120 81 / 30%); */
    border: 1px solid var(--primary);
    background: var(--primary);
    color: var(--black) !important;
}

.btn-secondary {
    border: 1px solid var(--black);
    background: var(--black);
    color: var(--primary) !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
    /* box-shadow: 0 0 0 4px rgb(172 120 81 / 30%); */
    border: 1px solid var(--black);
    background: var(--black);
    color: var(--primary) !important;
}

.btn-outline-primary {
    border: 1px solid var(--black);
    color: var(--black);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:active:focus {
    /* box-shadow: 0 0 0 4px rgb(172 120 81 / 30%); */
    border: 1px solid var(--primary);
    background: var(--primary);
}
/* ################ */


.shop-button-wrapper {
    margin-top: 20px;
}
.shop-button-wrapper .btn-theme {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-menu-items ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nav-menu-items ul li a {
    color: var(--black);
    font-size: 16px;
    font-family: 'Gilroy' !important;
    font-weight: 400;
    line-height: 1.5;
    transition: all .3s cubic-bezier(.28,.75,.22,.95);
}
.nav-menu-items ul li:not(:last-child) {
    margin-bottom: 12px;
}
.nav-menu-items.menu-icon-item ul li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #1E1E1E;
}
.nav-menu-items.menu-icon-item ul li a {
    display: flex;
    align-items: center;
}
.nav-menu-items.menu-icon-item ul li a .icon {
    margin-right: 10px;
    margin-top: -1px;
    width: 16px;
    height: 16px;
    color: var(--black);
    transition: all .3s cubic-bezier(.28,.75,.22,.95);
}


/* #### Header #### */
.hw--header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    transition: 1s;
}
.hw--header {
    background-color: var(--primary);
    background-image: url('images/navbar-bg.svg');
    background-position: center;
    background-size: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 1s;
}
.hw--header-wrapper.changeOnScroll .hw--header {
    padding-top: 12px;
    padding-bottom: 12px;
}
.hw--header .theme-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hw--header .btn-primary {
    border: 1px solid #D4A10C;
    background: #D4A10C;
}
.hw--header .btn-primary:hover,
.hw--header .btn-primary:focus,
.hw--header .btn-primary:active,
.hw--header .btn-primary:active:focus {
    box-shadow: none;
    /* box-shadow: 0 0 0 3px rgb(212 161 12 / 40%); */
    border: 1px solid #D4A10C;
    background: #D4A10C;
    color: var(--black) !important;
}
.hw--header .toggle-menu-action {
    display: inline-flex;
    cursor: pointer;
    margin-right: 20px;
    color: var(--black);
}
.hw--header .hw--logo {
    display: inline-flex;
}
.hw--header .hw--logo img,
.hw--header .hw--logo svg {
    height: 22px;
}
.hw--header .header-item-left,
.hw--header .header-item-center,
.hw--header .header-item-right {
    display: flex;
    align-items: center;
}
.hw--header .header-item-center {
    justify-content: center;
}
.hw--header .header-item-right {
    justify-content: end;
}
.hw--header .header-item-left .btn-theme {
    margin-right: 10px;
}
.hw--header .header-item-right .btn-theme {
    margin-left: 10px;
}
.hw--header .order-delivery-time {
    display: inline-flex;
    margin-right: 10px;
    position: relative;
    color: var(--black);
}
.hw--header .order-delivery-time .icon {
    width: 24px;
    height: 24px;
}
.hw--header .order-delivery-time .time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 30px;
    background: #D9D9D9;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
    position: absolute;
    top: -15px;
    right: -12px;
}
.hw--header .header-item-bottom {
    flex: auto;
    width: 100%;
    margin-top: 15px;
    display: flex;
}
.hw--header .header-item-bottom .btn-theme {
    margin-left: 10px;
}
.hw--header .control-search-field {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #D4A10C;
    background: #FCC933;
    padding: 4px 12px;
    color: #6F5407;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.header-item-right .btn-user-auth {
    padding: 8px;
    color: var(--black);
    display: inline-flex;
}

.location-bar-wrapper {
    padding-top: 8px;
    padding-bottom: 4px;
    background: #F9F9F9;
    text-align: center;
}
.location-bar-wrapper .location-bar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.location-bar * {
    font-family: "Gilroy" !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
}
.location-bar .label,
.location-bar .address {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.location-bar span svg {
    width: 16px;
    height: 16px;
    margin-top: -3px;
}
.location-bar .label {
    color: #B0B0B0;
}
.location-bar .address {
    color: var(--black);
}
/* ################ */


/* #### Sidebar Menu #### */
.sidenav-container {
    height: 100%;
    width: 0;
    margin-left: -100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #FBBB00;
    overflow-x: hidden;
    transition: 0.5s;
    min-height: 100vh;
    padding: 16px 20px;
}
.sidenav-container .closebtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    background-color: #FBBB00;
    position: absolute;
    right: 20px;
    top: 17px;
    cursor: pointer;
} 
.sidenav-container .closebtn .icon {
    width: 20px;
    height: 20px;
}
.sidenav-container .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}
/* .sidenav-container .logo-wrapper .hw--logo img,
.sidenav-container .logo-wrapper .hw--logo svg {
    height: 18px;
} */
.sidenav-container ul.menu {
    padding: 0;
    margin: 0;
    margin-top: 30px;
    text-align: left;
    list-style-type: none;
}
.sidenav-container ul.menu li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #D4A10C;
}
.sidenav-container ul.menu li a {
    color: var(--black);
    font-size: 18px;
    font-family: 'Gilroy' !important;
    font-weight: 400;
    line-height: 1.5;
    transition: all .3s cubic-bezier(.28,.75,.22,.95);
}
.sidenav-container .nav-menu-items {
    margin-top: 30px;
}
.sidenav-container .nav-menu-items ul li {
    border-color: #D4A10C !important;
}
.sidenav-container .nav-menu-items ul li a:hover,
.sidenav-container .nav-menu-items ul li a:hover .icon {
    opacity: .8;
}
.sidenav-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sidenav-container .col-nav-menu-items {
    margin-top: 50px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.sidenav-container .col-nav-menu-items ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.sidenav-container .col-nav-menu-items ul li a,
.sidenav-container .col-nav-menu-items ul li a span {
    font-size: 14px;
    font-family: 'Gilroy' !important;
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
}
.sidenav-container .col-nav-menu-items ul li a span {
    display: inline-flex;
    min-height: 32px;
}
.sidenav-container .col-nav-menu-items ul li a {
    border-radius: 12px;
    border: 1px solid #D4A10C;
    color: var(--black);
    transition: all .3s cubic-bezier(.28,.75,.22,.95);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 12px;
    height: 100%;
    min-height: 150px;
}
.sidenav-container .col-nav-menu-items ul li a:hover {
    border-color: var(--black);
}
.sidenav-container .col-nav-menu-items ul li a .icon {
    width: 32px;
    height: 32px;
}
.sidenav-container .bottom-menu-items {
    margin: 40px 0;
}
.sidenav-container .bottom-menu-items ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidenav-container .bottom-menu-items ul li {
    display: inline-flex;
    padding: 0 10px;
}
.sidenav-container .bottom-menu-items ul li:not(:last-child) {
    border-right: 1px solid #000000;
}
.sidenav-container .bottom-menu-items ul li a {
    color: var(--black);
    font-size: 14px;
    font-family: 'Gilroy' !important;
    font-weight: 400;
    line-height: 1.15;
    transition: all .3s cubic-bezier(.28,.75,.22,.95);
}
.sidenav-container .bottom-menu-items ul li a:hover {
    opacity: .8;
}
.backdrop-container {
    display: none;
    position: fixed;
    z-index: 2; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);  
    -webkit-animation: fadeIn 1.2s ease-in-out;
    animation: fadeIn 1.2s ease-in-out;
}
/* ###################### */


/* #### Footer #### */
.hw--footer .text-primary { color: var(--primary); }
.hw--footer .text-danger { color: #F14336; }

.hw--footer {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: var(--black);
}
.hw--footer .footer-top {
    display: grid;
    grid-template-columns: 1.8fr .9fr .65fr .65fr;
    justify-content: space-between;
    gap: clamp(20px, 3vw, 80px);
    max-width: 1440px;
    margin: 0 auto;
}
.hw--footer .footer-top .footer-col-item:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hw--footer .footer-top .footer-col-item .btn-theme.btn-outline-primary {
    border-color: var(--white);
    color: var(--white);
    font-size: 14px !important;
    padding: 14px 16px;
    text-align: center;
}
.hw--footer .footer-top .footer-col-item .btn-theme.btn-outline-primary:hover,
.hw--footer .footer-top .footer-col-item .btn-theme.btn-outline-primary:focus,
.hw--footer .footer-top .footer-col-item .btn-theme.btn-outline-primary:active,
.hw--footer .footer-top .footer-col-item .btn-theme.btn-outline-primary:active:focus {
    /* box-shadow: 0 0 0 4px rgb(172 120 81 / 30%); */
    border: 1px solid var(--primary);
    background: var(--primary);
    color: var(--black) !important;
}
.hw--footer .footer-top .footer-col-item .footer-info {
    max-width: 390px;
    margin-top: 24px;
}
.hw--footer .footer-info p {
    color: #5D5D5D;
    font-size: 14px;
    font-family: 'Gilroy' !important;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
}
.hw--footer .footer-info p:not(:last-child) {
    margin-bottom: 20px;
}
.hw--footer .footer-col-item .footer-col-label {
    color: #B0B0B0;
    font-size: 16px;
    font-family: 'Gilroy' !important;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 24px;
}
.hw--footer .nav-menu-items ul li a {
    color: var(--white);
}
.hw--footer .nav-menu-items ul li a .icon {
    color: #B0B0B0;
}
.hw--footer .nav-menu-items ul li a:hover .icon,
.hw--footer .nav-menu-items ul li a:hover {
    color: var(--primary);
}
.hw--footer .footer-bottom {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 60px;
}
.hw--footer .footer-bottom .footer-info {
    text-align: center;
    margin-bottom: 50px;
}
.hw--footer .footer-bottom-description {
    text-align: center;
    color: #5D5D5D;
    font-size: 12px;
    font-family: 'Gilroy' !important;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    max-width: 1012px;
    margin: 0 auto;
}
.hw--footer .footer-bottom-description p {
    margin-bottom: 24px;
}
.hw--footer .footer-bottom-description .copyright-text {
    padding-top: 20px;
}
/* ################ */


/* #### Blog Posts #### */
.blog-post-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 40px;
}
.blog-post-items .custom-post-item {
    display: flex;
    flex-direction: column;
    margin: 0;
    border: 0;
    padding: 0;
}
.blog-post-items .custom-post-item .post-thumbnail {
    overflow: hidden;
    border-radius: 20px;
    background-color: #F2F3F7;
}
.blog-post-items .custom-post-item .post-thumbnail img {
    border-radius: 20px;
    margin: 0;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    transition: all .75s;
    width: 100%;
}
.blog-post-items .custom-post-item .post-thumbnail img:hover {
    transform: scale(1.1);
}
.blog-post-items .custom-post-item .post-content {
    margin-top: 15px;
}
.blog-post-items .custom-post-item .post-content .post-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.blog-post-items .custom-post-item .post-content .post-categories a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-family: 'Gilroy' !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;
    border-radius: 20px;
    background: var(--primary);
    padding: 6px 16px;
    text-decoration: none;
    transition: all .3s;
}
.blog-post-items .custom-post-item .post-content .post-categories a:hover {
    background: var(--black);
    color: var(--white);
}
.blog-post-items .custom-post-item .post-content .post-title {
    font-family: 'Gilroy' !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    max-width: 390px;
    margin-top: 12px;
}
.blog-post-items .custom-post-item .post-content .post-title a {
    font-family: 'Gilroy' !important;
    color: var(--black);
    text-decoration: none;
    transition: all .3s;
    display: block;
}
.blog-post-items .custom-post-item .post-content .post-title a:hover {
    color: var(--primary);
}
.blog-post-items .custom-post-item .post-content .post-date-time,
.blog-post-items .custom-post-item .post-content .post-excerpt p {
    color: #5D5D5D;
    font-family: 'Gilroy' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
    margin-top: 10px;
}
.blog-post-items .custom-post-item .post-content .post-excerpt p {
    font-family: 'Gilroy' !important;
    font-size: 16px;
    line-height: 1.75;
}
.blog-post-items .custom-post-item .post-content .post-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-post-items .custom-post-item .post-content .post-excerpt p a {
    color: var(--black);
    font-family: 'Gilroy' !important;
    font-weight: 500;
    transition: all .3s;
}
.blog-post-items .custom-post-item .post-content .post-excerpt p a:hover {
    color: var(--primary);
}
.site-content .shoptimizer-archive .col-full {
    padding: 0;
    max-width: 100%;
}

/* ---- Single Detail ---- */
.single-post .content-area {
    float: unset;
    width: 100%;
    padding-top: 30px;
}
.single-post .content-area .site-main .has-post-thumbnail .wp-post-image {
    aspect-ratio: 3 / 2;
    border-radius: 16px;
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 20px;
}
body.single-post .content-area .site-main .entry-header {
    display: block !important;
}
body.single-post h1 {
    font-size: 20px !important;
    max-width: 50rem;
}
body.single-post .entry-header .byline, 
body.single-post .entry-header .posted-on {
    display: none;
}
body.single-post .post-meta-single {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 25px;
}
body.single-post .post-meta-single .post-categories a {
    color: var(--black);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    border-radius: 20px;
    background: var(--primary);
    text-decoration: none;
    transition: all .3s;
    display: inline-flex;
    padding: 4px 14px;
    margin: 0 8px 8px 0;
}
body.single-post .post-meta-single .post-categories a:hover {
    background: var(--black);
    color: var(--white);
}
body.single-post .post-meta-single .posted_on {
    color: #5D5D5D;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 6px;
}

.entry-meta .author {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.entry-meta .author .avatar {
    width: 44px;
}
.entry-meta .author .author-details {
    margin-left: 10px;
    color: #5D5D5D;
}
.entry-meta .author .author-details a {
    color: var(--black);
    font-size: 16px;
    margin-bottom: 5px;
}
/* #################### */


/* #### Delivery Areas #### */
.delivery-areas-map-img {
    margin-bottom: 20px;
    border-radius: 20px !important;
}
.devivery-ares-sec .elementor-shortcode #menuWrapper br {
    display: none;
}
.devivery-ares-sec .elementor-shortcode #menuWrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.devivery-ares-sec .elementor-shortcode #menuWrapper a {
    border-radius: 12px;
    border: 1px solid var(--primary);
    background: #FFFCEF;
    color: var(--black);
    font-family: "Gilroy" !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    padding: 16px;
    transition: all .3s;
}
.devivery-ares-sec .elementor-shortcode #menuWrapper a:hover {
    background: var(--black);
    border-color: var(--black);
    color: var(--white);
}

.elementor-widget-heading .elementor-heading-title,
.elementor-widget-accordion .elementor-tab-content,
.elementor-widget-accordion .elementor-accordion-title,
.elementor-widget-button .elementor-button,
.elementor-widget-text-editor {
    font-family: "Gilroy" !important;
}
.elementor-widget-text-editor p,
.content-area p {
    color: var(--gray);
}
.elementor-widget-text-editor p a,
.content-area p a {
    color: var(--gray);
    text-decoration: underline;
}
.elementor-widget-text-editor p a:hover,
.content-area p a:hover {
    color: var(--black);
}

.delivery-content-header .elementor-widget-text-editor p {
    color: var(--black);
}

.track-your-treat-section .elementor-widget-container img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.btn-text-left .elementor-button {
    text-align: left;
}
/* ######################## */



/* #### Modal #### */
.modal .modal-content {
    max-width: 640px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    border-radius: 20px;
    background-color: var(--white);
    padding: 20px;
    box-shadow: 0 2px 8px -1px rgb(0 0 0 / 40%);
    background-image: url('images/pattern-bg.svg');
    background-position: center;
    background-size: auto;
}
.modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: end;
}
.modal .modal-header .close {
    background: transparent;
    padding: 0;
    margin: 0;
    display: inline-flex;
    color: var(--black);
    opacity: 1 !important;
    box-shadow: none;
    border: 0;
    outline: 0;
    transition: all .3s;
}
.modal .modal-header .close .icon {
    width: 16px;
    height: 16px;
}



.time-limit-modal {
    text-align: center;
}
.time-limit-modal .modal-content {
    background-color: var(--primary);
}
.time-limit-modal .modal-title {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-left: 2rem;
}
.time-limit-modal .modal-description {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    letter-spacing: .3px;
    margin-bottom: 1rem;
}
.time-limit-modal .time-limit-head h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
.time-limit-modal .time-limit-head h2 sup {
    font-size: 35%;
    top: -1.75em;
    left: -0.5em;
}
.time-limit-modal .time-limit-head h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}
.time-limit-modal .time-limit-head p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.delivery-modal.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 666;
}
.delivery-modal .delivery-content {
    text-align: center;
    margin-bottom: 1rem;
}
.delivery-modal .delivery-content .heading {
    font-size: 32px;
    max-width: 26rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.delivery-modal .delivery-content p {
    font-size: 18px;
    margin: 0;
}
.delivery-modal .delivery-content h3 {
    font-size: 24px;
    margin-top: 1rem;
    margin-bottom: 0;
}
.delivery-modal .delivery-content h4 {
    font-size: 18px;
    margin-top: 0;
}
.delivery-modal .delivery-newsletter .wrong-address {
    margin-top: 10px;
    margin-bottom: 10px;
}
.delivery-modal .delivery-newsletter .wrong-address p {
    margin: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.delivery-modal .delivery-newsletter .wrong-address p a {
    color: var(--black);
    font-weight: 600;
}
.delivery-modal .delivery-newsletter .wrong-address p a:hover {
    text-decoration: underline;
}
.delivery-newsletter :is(input:not([type='submit'], [type='radio'], [type='checkbox']), textarea, select) {
    display: block;
    border: 1px solid var(--gray);
    border-radius: 10px;
    background: transparent;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    padding: 12px 16px;
    box-shadow: none;
    outline: none;
    transition: all .3s linear;
}
.delivery-newsletter :is(input:not([type='submit'], [type='radio'], [type='checkbox']), textarea, select)::placeholder {
    color: var(--gray);
}
.delivery-newsletter :is(input:not([type='submit'], [type='radio'], [type='checkbox']), textarea, select):hover,
.delivery-newsletter :is(input:not([type='submit'], [type='radio'], [type='checkbox']), textarea, select):focus {
    border: 1px solid var(--black);
}
.delivery-newsletter .btn-wrapper {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 1rem;
}
.delivery-newsletter .btn-wrapper button {
    min-width: 160px;
}
.delivery-newsletter .btn-wrapper button:hover {
    background: var(--primary);
    box-shadow: none;
}
/* ############### */


/* #### FAQ #### */
body .elementor-accordion .elementor-accordion-item {
    border-left: 0;
    border-right: 0;
}
body .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    margin-top: 2px;
}
/* ############# */


@media (min-width: 768px) {
    :root {
        --hw--header-wrapper-height: 128px;
    }
    .hide-small-up { display: none; }

    .hw--header {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .hw--header .header-item-left,
    .hw--header .header-item-center,
    .hw--header .header-item-right {
        flex: 1;
    }
    .hw--header .hw--logo img,
    .hw--header .hw--logo svg {
        height: 25px;
    }
    .hw--header .order-delivery-time {
        margin-right: 20px;
    }

    .hw--footer .footer-top .footer-col-item .btn-theme.btn-outline-primary {
        font-size: 16px !important;
        padding: 14px 20px;
    }

    /* .sidenav-container .logo-wrapper .hw--logo {
        opacity: 0;
        visibility: hidden;
    } */

    .header-item-right .btn-user-auth,
    .hw--header .header-item-bottom,
    /* .hw--footer .shop-button-wrapper, */
    .hw--footer .footer-bottom .footer-info {
        display: none;
    }
    
    .sidenav-container {
        max-width: 420px;
        background-color: var(--primary);
    }
    .sidenav-container .closebtn {
        background-color: var(--primary);
    }

    .blog-post-items {
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-post-items .custom-post-item .post-content .post-title {
        font-size: 22px;
        margin-top: 15px;
    }
    .blog-post-items .custom-post-item .post-content .post-date-time {
        font-size: 16px;
        line-height: 1.75;
        margin-top: 12px;
    }

    .devivery-ares-sec .elementor-shortcode #menuWrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .devivery-ares-sec .elementor-shortcode #menuWrapper a {
        font-size: 18px;
        padding: 20px 28px;
    }
    .single-post .content-area {
        padding-top: 40px;
    }
    .single-post .content-area .site-main .has-post-thumbnail .wp-post-image {
        aspect-ratio: 3 / 1;
        border-radius: 20px;
        margin-bottom: 40px;
    }
    body.single-post h1 {
        font-size: 28px !important;
    }
    body.single-post .post-meta-single .posted_on {
        font-size: 16px;
    }

    .hw--footer .shop-button-wrapper,
    .hw--footer .footer-top .footer-col-item .btn-theme.btn-outline-primary {
        min-width: 422px;
        max-width: fit-content;
    }

    .hw--header-wrapper.changeOnScroll .hw--header .header-item-left .btn-theme,
    .hw--header-wrapper.changeOnScroll .hw--header .header-item-right .btn-theme {
        padding: 10px 12px;
        font-size: 14px !important;
    }
    .hw--header-wrapper.changeOnScroll .hw--header .header-item-left .btn-theme .icon,
    .hw--header-wrapper.changeOnScroll .hw--header .header-item-right .btn-theme .icon {
        width: 16px;
        height: 16px;
    }
    .hw--header-wrapper.changeOnScroll .hw--header .header-item-right .btn-theme {
        font-size: 0 !important;
        gap: 0;
    }


    .modal .modal-content {
        padding: 30px;
    }
    .modal .modal-header .close .icon {
        width: 20px;
        height: 20px;
    }
    .time-limit-modal .modal-title {
        font-size: 96px;
        margin-bottom: 2.5rem;
        margin-left: 4.5rem;
    }
    .time-limit-modal .modal-description {
        font-size: 20px;
    }
    .time-limit-modal .time-limit-head h2 {
        font-size: 56px;
    }
    .time-limit-modal .time-limit-head h3 {
        font-size: 28px;
        margin-bottom: 2rem;
    }
    .time-limit-modal .time-limit-head p {
        font-size: 16px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 991px) {
    :root {
        --hw--header-wrapper-height: 132px;
    }
    .hide-medium-up { display: none; }

    .theme-container,
    .single-post .content-area .site-main,
    .elementor-section.elementor-section-boxed > .elementor-container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .comments-area .comment-form .form-submit .submit,
    .btn-theme {
        padding: 14px;
        gap: 10px;
        border-radius: 10px;
    }
    .btn-theme .icon {
        width: 20px;
        height: 20px;
    }
    
    .hw--footer .footer-bottom-description {
        font-size: 14px;
    }

    .blog-post-items {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 30px;
        row-gap: 60px;
    }

    .single-post .content-area {
        padding-top: 60px;
    }
    body.single-post h1 {
        font-size: 32px !important;
    }

    .hw--header-wrapper.changeOnScroll .hw--header .header-item-left .btn-theme,
    .hw--header-wrapper.changeOnScroll .hw--header .header-item-right .btn-theme {
        padding: 10px 14px;
    }
    .hw--header-wrapper.changeOnScroll .hw--header .header-item-left .btn-theme .icon,
    .hw--header-wrapper.changeOnScroll .hw--header .header-item-right .btn-theme .icon {
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 1201px) {
    :root {
        --hw--header-wrapper-height: 136px;
    }

    .hide-large-up { display: none; }

    .theme-container,
    .single-post .content-area .site-main,
    .elementor-section.elementor-section-boxed > .elementor-container {
        padding-right: 40px;
        padding-left: 40px;
    }

    .nav-menu-items ul li a {
        font-size: 18px;
    }
    .nav-menu-items.menu-icon-item ul li a .icon {
        width: 20px;
        height: 20px;
    }

    .hw--footer {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .hw--footer .footer-top {
        gap: clamp(40px, 5vw, 100px);
    }
    .hw--footer .footer-top .footer-col-item .btn-theme.btn-outline-primary {
        font-size: 18px !important;
        padding: 16px 24px;
    }
    .hw--footer .footer-top .footer-col-item .footer-info p {
        font-size: 16px;
    }
    .hw--footer .footer-top .footer-col-item .footer-info p:not(:last-child) {
        margin-bottom: 24px;
    }
    .hw--footer .footer-bottom {
        padding-top: 80px;
    }
    .hw--footer .footer-bottom-description p {
        margin-bottom: 32px;
    }

    .devivery-ares-sec .elementor-shortcode #menuWrapper {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .devivery-ares-sec .elementor-shortcode #menuWrapper a {
        border-radius: 16px;
        font-size: 20px;
        padding: 24px 36px;
    }
    body.single-post h1 {
        font-size: 36px !important;
    }
    body.single-post .post-meta-single .posted_on {
        font-size: 18px;
    }
    body.single-post .post-meta-single .post-categories a {
        padding: 6px 16px;
        margin: 0 10px 10px 0;
    }
}

@media (min-width: 1401px) {
    .single-post .content-area {
        padding-top: 80px;
    }
    body.single-post h1 {
        font-size: 40px !important;
    }
    body .comment-form-cookies-consent input[type=checkbox], 
    body .comment-subscription-form input[type=checkbox] {
        top: 9px;
    }
}

@media (max-width: 990px) {
    .hw--footer .footer-top {
        grid-template-columns: 1fr 1fr 1fr;
        gap: clamp(60px, 3vw, 80px);
    }
    .hw--footer .footer-top .footer-col-item:first-child {
        grid-area: 1 / 1 / span 1 / span 3;
    }
}

@media (max-width: 767px) {
    .hw--header-wrapper.changeOnScroll {
        top: -50px;
    }

    .location-bar span svg {
        margin-top: -2px;
    }
    .location-bar .address span {
        width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .hw--footer .footer-top .footer-col-item .btn-theme.btn-outline-primary {
        max-width: 100%;
    }
    .hw--footer .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: clamp(40px, 2vw, 50px);
    }
    .hw--footer .footer-top .footer-col-item:nth-child(2) {
        grid-area: 2 / 1 / span 1 / span 3;
    }
    .header-item-left > .btn-theme,
    .header-item-right > .btn-theme,
    .hw--footer .footer-top .footer-col-item .footer-info {
        display: none;
    }
    .shop-button-wrapper .btn-theme {
        font-size: 14px !important;
    }
}

@media (max-width: 420px) {
    .hw--footer .footer-top {
        gap: clamp(15px, 2vw, 20px);
    }
    .nav-menu-items.menu-icon-item ul {
        margin-bottom: 20px;
    }
}

@media (max-width: 390px) {
    .sidenav-container .col-nav-menu-items ul li a,
    .sidenav-container .col-nav-menu-items ul li a span {
        font-size: 12px;
    }
    .sidenav-container .col-nav-menu-items ul li a {
        gap: 12px;
        padding: 8px;
        min-height: 130px;
    }
    .sidenav-container .col-nav-menu-items ul li a .icon {
        width: 28px;
        height: 28px;
    }
}




/* #### Search Popup #### */
.search-modal{
    position: fixed;
    z-index: 1300;
    inset: 0px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
.search-modal .modal-title {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 77;
}
.search-modal button.close {
    color: #313131;
    opacity: 1;
    float: right;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    margin: 0;
    display: flex;
    min-height: auto;
}
.search-modal button.close svg {
    width: 35px;
    height: 35px;
}
.cus-search-active {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}
.cus-search-active .cus-search-inner {
    width: 100%;
    display: inline-block;
}
.cus-search-active .cus-search-inner .search-header {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 12px 0;
    position: relative;
    min-height: 100px;
}
.cus-search-container {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1218px;
}
.cus-search-active .cus-search-inner .search-header .search-header-inner {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
    margin-top: 25px;
}
.cus-search-active .cus-search-inner .search-header .search-header-inner .search-input {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    pointer-events: all;
    width: 100%;
    position: relative;
}
.search-input input {
    color: #212121 !important;
    font-size: 24px !important;
    border: 0 !important;
    background: transparent;
    -webkit-appearance: none !important;
    outline: 0 !important;
    font-weight: normal !important;
    text-align: center;
    width: 100% !important;
    height: auto;
    margin: 0;
    display: block;
    padding: 6px 70px 7px 40px !important;
    border-bottom: 2px solid #4b4b4b !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.search-input .ser-icon svg {
    color: #4b4b4b;
    width: 30px;
    height: 30px;
}
.ser-icon {
    position: absolute;
    left: 0;
    top: 15px;
    display: flex;
}
.clear-input-type {
    position: absolute;
    right: 0;
    top: 0;
}
.clear-input-type svg {
    color: #4b4b4b;
    width: 30px;
    height: 30px;
}
.cus-search-active .cus-search-result {
    width: 100%;
    display: inline-block;
}
.cur-pointer{
    cursor: pointer;
}
.search-input input:hover, .search-input input:focus {
    box-shadow: none;
    outline: none;
}
.search-input input:hover {
    border-bottom: 2px solid #ffd100 !important;
}
.search-input input:focus {
    border-bottom: 2px solid #ffd100 !important;
}
.cus-search-active .cus-search-result .search-result-inner {
    width: 100%;
    display: inline-block;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing {
    width: 100%;
    display: inline-block;
    height: -moz-calc(100vh - 170px);
    height: calc(100vh - 170px);
    margin-top: 15px;
    overflow: auto;
    position: relative;
}
.cus-search-listing::-webkit-scrollbar-thumb {
    background-color: #ffd100;
}
.cus-search-listing::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.cus-search-listing::-webkit-scrollbar {
    background-color: #F5F5F5;
    width: 6px;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    background-color: #f1f1f1;
    margin-bottom: 15px;
    padding: 0px;
    border: 1px solid transparent;
    cursor: pointer;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li.no-search-result {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li.no-search-result .no-search-result-inner {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 50px 0;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li.no-search-result .no-search-result-inner img {
    width: 250px;
    margin: auto;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li.no-search-result .no-search-result-inner p {
    color: #000000;
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    font-family: "sofia-pro", sans-serif;
}
.search-input input::-webkit-input-placeholder,
.search-input input:-moz-placeholder ,
.search-input input::-moz-placeholder ,
.search-input input:-ms-input-placeholder {
    color: #ccc;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing .search-pro-loading{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing .search-pro-loading img{
    width: 100px;
    margin: auto;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 8px;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding-right: 10px;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .show-mobile{
	display: none;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-img {
    width: 90px;
    height: 90px;
    display: inline-block;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-img img {
	width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: contain;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-con {
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    display: inline-block;
    padding-left: 25px;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-con h5 {
    color: #070606;
    font-size: 18px;
    margin: 0 0 8px 0;
    font-weight: 600;
}
.flower-img-search {
    height: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-con .flower-img-search {
    height: auto;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-con .flower-img-search img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 0 10px 0 0;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-con .flower-img-search p {
    color: #070606;
    font-size: 14px;
    margin: 0;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-right {
    padding-right: 20px;
    padding-left: 10px;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-right .search-pro-price {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-right .search-pro-price .pro-price-amount-del {
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
    color: #313131;
    text-decoration: line-through;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-right .search-pro-price .pro-price-amount {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-right .search-pro-price .pro-price-amount .price-currency-symbol {
    margin-right: 1px;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-heading {
    width: 100%;
    display: inline-block;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 20px 0 0;
    min-height: 45px;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-heading h5 {
    color: #313131;
    font-size: 16px;
    font-weight: 500;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-heading h5 b {
    font-weight: bold;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li:hover {
    border-color: #ffd100;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li.no-search-result:hover {
    border-color: transparent;
    cursor: default;
}
.cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li a {
    width: 100%;
    display: inline-block;
}
.clear-input {
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    align-items: center;
    justify-content: center;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.search-input svg {
    color: #4b4b4b;
    width: 30px;
    height: 30px;
}
.search-input .search-clear span {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    margin-top: 2px;
    cursor: pointer;
    letter-spacing: 0.6px;
    background-color: #ffd100;
    padding: 3px 14px;
    border-radius: 20px;
}

@media (max-width: 1440px) {
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li.no-search-result .no-search-result-inner img {
        width: 220px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li.no-search-result .no-search-result-inner p{
        font-size: 14px;
    }
    .search-input input {
        font-size: 22px;
    }
}
@media (max-width: 992px) {
    .search-modal .modal-title {
        top: 10px;
        right: 10px;
        padding: 0px;
    }
    .search-modal .MuiDialogTitle-root {
        right: 10px;
        top: 10px;
    }
    .search-modal button.close svg {
        fill: #000;
        height: 30px;
        width: 30px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-con h5 {
        font-size: 16px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-right .search-pro-price .pro-price-amount-del, .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-right .search-pro-price .pro-price-amount {
        font-size: 16px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li.no-search-result .no-search-result-inner img {
        width: 200px;
    }
}
@media (max-width: 768px){
    .search-input svg {
        width: 28px;
        height: 28px;
    }
}
@media (max-width: 767px) { 
    .cus-search-active .cus-search-result .search-result-inner .cus-search-heading h5 {
        font-size: 14px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing{
        height: calc(100vh - 165px);
        margin-top: 10px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-img {
        width: 70px;
        height: 70px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-con{
        width: calc(100% - 70px);
        padding-left: 15px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-con h5{
        font-size: 14px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-con .flower-img-search p{
        font-size: 12px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-right .search-pro-price .pro-price-amount-del, .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li  .search-list-main .search-list-right .search-pro-price .pro-price-amount{
        font-size: 14px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li.no-search-result .no-search-result-inner p {
        line-height: normal;
    }
    .search-input input{
        font-size: 20px;
    }
    .search-input .ser-icon svg {
        width: 28px;
        height: 28px;
    }
    .ser-icon {
        top: 12px;
    }
}
@media (max-width: 599px) {
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li.no-search-result .no-search-result-inner img {
        width: 160px;
    }
    .cus-search-container{
        padding-left: 16px;
        padding-right: 16px;
    }
    .cus-search-active .cus-search-inner .search-header .search-header-inner {
        margin-top: 15px;
    }
}
@media (max-width: 480px){
    .search-input input {
        font-size: 18px;
    }
}
@media (max-width: 479px) {
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main{
        flex-direction: column;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left{
        width: 100%;
        padding-right: 0;
        align-items: self-start;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-img{
        width: 60px;
        height: 60px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-con{
        width: calc(100% - 60px);
        padding-left: 10px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .search-pro-con .flower-img-search{
        margin-bottom: 2px;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-left .show-mobile{
        display: block;
        padding: 0;
    }
    .cus-search-active .cus-search-result .search-result-inner .cus-search-listing ul li .search-list-main .search-list-right{
        display: none;
    }
    .search-input input{
        font-size: 18px !important;
    }
    .search-input .ser-icon svg {
        width: 25px;
        height: 25px;
    }
}
/* ###################### */

