/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0-beta1
 Requires at least: 5.0
 Tested up to: 6.5.2
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

.top-header{
    color: white;
    background-color:#0000FF; 
    padding:15px;
    font-size: 20px;
    font-family: "Space Mono", monospace;
    height: 70px;
    .svapoeliquid-icon img{
        margin-right: 10px;
    }
}

@media screen and (min-width:1200px) and (max-width:1700px){
    .top-header{
        height: 90px;
    }
}

@media screen and (max-width:500px){
    .top-header{
        padding: 7px;
    }
}

nav#nav-main {
    background-color: #ffffff;
}

#bootscore-navbar a.nav-link{
    font-size: 23px;
    color: #0000FF;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    padding-left: 20px;
}

#bootscore-navbar a.nav-link:hover{
    text-decoration: underline;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
}

#bootscore-navbar a.dropdown-toggle.show{
    background-color: #0000FF;
    color: white;
    img{
        filter: brightness(0) invert(1);
    }
}
   

.navbar .dropdown-toggle.show::after {
    transform: rotate(269deg);
    display: inline-block;
    margin-left: 14px;
    vertical-align: bottom;
    filter: brightness(0) invert(1);
    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-2.png");
    border: 0;
}

.navbar .dropdown-toggle::after {
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 14px;
    vertical-align: bottom;
    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-2.png");
    border: 0;
}

ul.dropdown-menu.depth_0.show,
.dropdown-menu.depth_0 {
    background-color: #0000ff;
    border-radius: 0;
    border: none;
    li {
        padding: 10px;
        a {
            color: white;
            border-bottom: 2px solid white;
        }
        a:hover{
            background-color: #0000FF;
            font-weight: bold;
        }
    }
}

/* Ensure dropdown menu matches parent li width */
.navbar-nav .menu-item-has-children .dropdown-menu {
    width: 100%; /* Match parent li width */
    max-width: 100%; /* Ensure dropdown doesn't exceed parent width */
}

/* Prevent dropdown items from extending beyond dropdown menu */
.navbar-nav .menu-item-has-children .dropdown-menu .dropdown-item {
    white-space: normal; /* Allow text to wrap */
    overflow-wrap: break-word; /* Wrap text onto the next line */
    padding: 0;
}

.offcanvas-header button.btn-close.text-reset{
    font-size: 25px;
    filter: brightness(0) invert(1);
}

.offcanvas-header{
    color: #0000FF;
}

@media screen and (min-width:1200px) and (max-width:1745px){
    /* #bootscore-navbar li.menu-desktop-1,
    #bootscore-navbar li.menu-desktop-2,
    #bootscore-navbar li.menu-desktop-3{
        display: none;
    } */
    #bootscore-navbar{
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (min-width:1199px){
    nav.navbar .dropdown:hover .dropdown-menu,
    .dropdown:active .dropdown-menu {
        display: block;
        opacity: 1;
        margin-top: 0;
    }
}

@media screen and (max-width:1199px){
    .offcanvas-top#offcanvas-navbar {
        background-color: #0000ff;
        height: 60vh;
        /* height: auto; */
        li a{
            color: white;    
        }
        li a::after{
            filter: brightness(0) invert(1);
        }
    }
}

.header-actions button.btn, .header-actions a.btn, .header-actions button.btn:active, .header-actions a.btn:active{
    border: 0;
    outline: 0;
}
.header-actions button.btn:hover, .header-actions a.btn:hover{
    background-color: #0000FF;
    border-radius: 50%;
    img{
        filter: brightness(0) invert(1) !important;
    }
}
.header-actions button.btn, .header-actions a.btn{
    border-radius: 50%;
    padding: 0;
}
.home-section-1{
    font-family: "Space Grotesk", sans-serif;
    /* background-image: url('/wp-content/themes/svapoeliquid/assets/img/icon/HeroVapeSmoke_Desktop.gif'); */
    background-size: cover;
    color: #0000FF;

    h1{
        font-size: 60px;
    }
    h2{
        font-size: 45px;
    }

    .social-content {
        h5{
            font-weight: 600 !important;
        }
        img{
            height: 35px;
        }
    }

    .hero-content h5, .hero-content a{
        color: #0000FF;
        font-size: 25px;
    }
    .article-content {
        a{
            font-weight: 600;
        }
        a::after{
            content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-short.png");
        }
        a:hover::after{
            content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-long.png");
        }
        .caption{
            font-weight: 400;}
    }

    /* #headerlink .carousel-item {
        transition: transform 2s ease-in-out;
    }*/
    /* .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: opacity 1s 2.5s;
    }  */
    .carousel-fade .carousel-item {
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
    }
    .carousel-fade .carousel-item.active {
        opacity: 1;
    }
}

.social-content.d-block.d-lg-none {
    border-top:3px solid #0000ff;
    color: #0000FF;
    h5{
        font-size: 25px;
        font-weight: 500 !important;
    }
    img{
        height: 35px;
    }
}

#heroslider {
    /* .carousel-inner{
        width: 880px;
    } */
    .carousel-indicators button.active{
        background-color: #0000FF;
    }
    .carousel-indicators {
        position: absolute;
        bottom: -50px;
        button{
            margin-left: 15px;
            padding: 1px;        
        }
    }
}

@media screen and (max-width:768px){
    .home-section-1{
        h1{
            font-size: 40px;
            font-weight: bold;
        }
        h2{
            font-size: 25px;
        }
    }
}

.home-section-2{
    font-family: "Space Grotesk", sans-serif;
    background-color: #0000FF;
    .title img.img-title{
        height: 50px;
    }
    .title-text {
        font-size: 30px;
        color: white;
        vertical-align: bottom;
        font-weight: bold;
        img{
            filter: brightness(0) invert(1);
        }
    }
    a.product-link{
        float: right;
        font-size: 20px;
        font-weight: bold;
        color: white;
        padding: 10px;
        img{
            filter: brightness(0) invert(1);
        }
    }
    a.product-link:hover{
        float: right;
        background-color: #FFC701;
        color: white;
        border-radius: 30px;
        img{
            margin-left: 10px;
            filter: brightness(0) invert(1);
        }
    }
    
}



.home-section-3{
    font-family: "Space Grotesk", sans-serif;
    .title img.img-title{
        height: 50px;
    }
    .title-text {
        font-size: 30px;
        color: #0000FF;
        font-weight: bold;
        vertical-align: bottom;
    }

    a.product-link{
        float: right;
        font-size: 20px;
        font-weight: bold;
        color: #0000FF;
        padding: 10px;
    }
    a.product-link:hover{
        color: white;
        background-color: #FFC701;
        border-radius: 30px;
        img{
            margin-left: 10px;
            filter: brightness(0) invert(1);
        }
    }
    .product-row{
        border-bottom: #0000FF solid 3px;
    }
    .product-row:last-child {
    border-bottom: none;
}
}


.home-section-6{
    font-family: "Space Grotesk", sans-serif;
    color: white;
    min-height: 555px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
    .img-title{
        height: 110px;
        width: 110px;
    }
    h4{
        font-size: 25px;
    }
    p{
        font-size: 18px;
        font-weight: 600;
    }
    .info{
        border-left: 3px solid;    
    }
    a.contact-button{
        background-color: white;
        color: #0000FF;
        font-size: 20px;
        border-radius: 30px;
        padding: 5px 20px 5px 20px;
    }
    a.contact-button:hover{
        background-color: #0000FF;
        color: white;
    }
}

@media screen and (max-width:992px){
    .home-section-6{
        .info{
            border-top: 3px solid;    
            border-left: 0;
        }
    }
}
@media screen and (max-width:768px){
    .home-section-3,
    .home-section-2{
        .title-text {
            font-size: 27px;
        }  
    }
    .home-section-6{
        .img-title{
            height: 90px;
            width: 90px;
        }
    }
}

.home-section-7{
    font-family: "Space Grotesk", sans-serif;
    color: #0000FF;
    h4{
        font-weight: bold;
    }
}

@media screen and (max-width:768px){
    h4{
        font-size: 30px;
    }
}

.home-section-8{
    font-family: "Space Grotesk", sans-serif;
    background-color: #0000FF;
    position: relative;
    .title img.img-title{
        height: 50px;
    }
    .title-text {
        font-size: 30px;
        color: white;
        vertical-align: bottom;
        font-weight: bold;
    }
    img {
        filter: brightness(0) invert(1);
    }
    .carousel-blog .owl-item img.card-img-top{
        filter: none;
        height: 300px;
    }
    a.product-link{
        float: right;
        font-size: 20px;
        font-weight: bold;
        color: white;
        padding: 10px;
        img{
            filter: brightness(0) invert(1);
        }
    }
    a.product-link:hover{
        background-color: #FFC701;
        border-radius: 30px;
        img{
            filter: brightness(0) invert(1);
            margin-left: 10px;
        }
    }
}

.home-section-9{
    font-family: "Space Grotesk", sans-serif;
    .title img.img-title{
        height: 50px;
    }
    .title-text {
        font-size: 30px;
        color: #0000FF;
        vertical-align: bottom;
        font-weight: bold;
    }
    a.product-link{
        float: right;
        font-size: 20px;
        font-weight: bold;
        color: #0000FF;
        padding: 10px;
    }
    a.product-link:hover{
        color: white;
        background-color: #FFC701;
        border-radius: 30px;
        img{
            filter: brightness(0) invert(1) !important;
            margin-left: 10px;
        }
    }
    .accordion h2{
        font-size: 25px;
    }
}

.bootscore-footer .bg-body-tertiary{
    background-color: #0000FF !important;
    font-family: "Space Grotesk", sans-serif;
    color: white !important;
}
.bootscore-copyright{
    font-size: 20px;
    font-weight: 400;
}
.shipping-content h3{
    text-transform: uppercase;
}
a.shipping-button{
    background-color: white;
    color: #0000FF;
    font-size: 20px;
    border-radius: 30px;
    padding: 5px 20px 5px 20px;
    border: 2px solid white;
}
a.shipping-button:hover{
    background-color: #0000FF;
    color: white;
}
#footer-menu {
    display: grid;
    grid-template-columns: auto auto auto; /* Two columns */
    list-style: none; /* Remove bullet points */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    li a{
        padding-bottom: 10px;
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
    }
}

#footer-menu .nav-link {
    color: white !important;
    font-size: 25px;
    display: block;
    font-weight: 400;
    text-decoration: none; /* Remove underline from links */
    color: #0073aa; /* Set link color */
    border-radius: 5px; /* Optional: add rounded corners */
    transition: background-color 0.3s; /* Optional: add transition effect */
}
#footer-menu .nav-link:hover {
    text-decoration: underline;
}

ul#footer-menu li{
    margin-left: 5px;
    margin-right: 5px;
}
@media screen and (min-width: 1400px) and (max-width:1550px){
    #footer-menu .nav-link {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    #footer-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.footer-mobile{
    h1{
        font-size: 40px;
        font-weight: 700;
    }
    h3{
        font-size: 30px;
    }
}

.get-border{
    border-bottom: #0000FF solid 3px;
}

.home-section-9 .accordion-item, .home-section-9 .accordion-button.collapsed{
    color: #0000FF;
    font-size: 25px;
}
.home-section-9 .accordion-button.collapsed{
    font-weight: bold;
}
.accordion-button::after{
    width: 0;
}
button.accordion-button.collapsed:hover, button.accordion-button:hover, button.accordion-button:active{
    background-color: #0000FF;
    color: white;
    box-shadow: none;
}
button.accordion-button:focus{
    box-shadow: none;
}
button.accordion-button:not(.collapsed) img{
    transform: rotate(315deg);
    margin-bottom: 10px;
}
button.accordion-button:hover img{
    filter: brightness(0) invert(1);
}

button.accordion-button:not(.collapsed), button.accordion-button:not(.collapsed):hover, button.accordion-button:not(.collapsed):focus,
button.accordion-button:not(.collapsed):active, button.accordion-button:active{
    background-color: white;
    color: #0000FF;
    box-shadow: none;
    font-size: 25px;
    font-weight: bold;
}
button.accordion-button:not(.collapsed) img, button.accordion-button:not(.collapsed):hover img{
    filter: none;
}

.arrow{
    display:inline-block;
    cursor:pointer;
    position: relative;
    top: 5px;
  }
  
  .arrow:before{
    content:'';
    height:4px;
    width:20px;
    background-color:#0000FF;
    display:block;
    float:left;
    position:relative;
    top:9px;
    transition:0.2s ease-in-out;
  }
  
  .arrow:after{
    content:'';
    float:left;
    border-left:11px solid #0000FF;
    border-right:11px solid transparent;
    border-top:11px solid transparent;
    border-bottom:11px solid transparent;
  }
  
  .article-content a:hover .arrow:before{
    width:40px;
  }
.owl-carousel .owl-item{
    display: flex !important; /* To override display:block I added !important */
    flex-direction: row;
    justify-content: center;
}
  .owl-nav {
    width: 100%;
    position: absolute;
    top: 30%;
}
.owl-prev{
    /* content: url("/wp-content/themes/kl-bottega/img/icon/Arrow.png"); */
    width: 40px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
    z-index: 10;
}

.owl-next {
    width: 40px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}

.owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 5px;
    background-color: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .6s ease;
    border: 0;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent;*/
}
.owl-dots .owl-dot.active span{
    background-color: #01E2ED;
}
.owl-prev span,
.owl-next span {
    visibility: hidden;
}

@media (max-width: 767px) {
    .carousel-brand .owl-item img {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        width: 250%; /* Example: Adjust the scaling factor as needed */
        height: auto; /* Maintain aspect ratio */
    }
}

.carousel-product .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 5px;
    background-color: #C4C4C4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .6s ease;
    border: 0;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent;*/
}

.carousel-product .owl-dots .owl-dot.active span{
    background-color: #0000FF;
}

.home-section-2 .carousel-product .owl-dots .owl-dot.active span{
    background-color: aquamarine;
}

.owl-dots{
    display: flex !important; /* To override display:block I added !important */
    flex-direction: row;
    justify-content: center;
    margin: 10px;
}

.gradient-container {
    /* display: flex;
    justify-content: space-between; */
    position: relative;
}

.gradient {
    max-width: 100%;
    height: auto;
}

.overlay {
    background: linear-gradient(90deg, #0000ff 10%, transparent 25%, transparent 70%, #0000ff 85%);
    opacity: 0.5;
    height: 680px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    margin-top: 10%;
}

img.gradient {
    z-index: 2;
    opacity: 0.5; /* Makes the gradient image 50% transparent */
    transform: rotate(180deg); /* Rotates the gradient image */
    position: relative; /* Ensure the gradient image stays within the document flow */
    background-color: transparent;
}

.gradient-container {
    position: relative; /* Ensures items inside this container are positioned correctly */
}

.gradient-container > *:not(.gradient) {
    position: relative;
    z-index: 1; /* Position content under the gradient */
}

/* div.blog {
    position: relative;
    display: inline-block;
  }
  div.blog:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #0000ff 5%, transparent 15%, transparent 85%, #0000ff 95%);
  } */

  @media screen and (min-width:992px) and (max-width:1360px){
    .overlay {
        margin-top: 13%;
    }
  }

  @media screen and (min-width:500px) and (max-width:991px){
    .overlay {
        margin-top: 16%;
    }
  }

  @media screen and (max-width:499px){
    .overlay {
        margin-top: 40%;
        height: 645px;    
    }
  }


.owl-carousel .item .card{
    border-radius: 18px;
    .card-title{
        color: #0000FF;
        font-size: 25px;
        font-weight: bold;
    }
    .card-text{
        font-size: 25px;
        color: #01E2ED;
        font-weight: bold;
    }
}
.owl-carousel a.blog-link{
    color: #0000FF;
    font-size: 20px;
    font-weight: 600;
    padding: 12px;
}
.owl-carousel a.blog-link:hover{
    color: white;
    background-color: #0000FF;
    border-radius: 30px;
    img{
        margin-left: 10px;
        filter: brightness(0) invert(1) !important;
    }
}
.owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block !important;
}

.card-footer {
    background-color: white;
    border: none;
}

a.product_type_variable.add_to_cart_button.btn.btn-primary,
a.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce-mini-cart__buttons.buttons .btn,
a.product_type_variable.btn.btn-primary {
    background-color: #0000FF;
    border-radius: 30px;
    color: white;
    font-size: 17px;
    font-weight: 500;
    border: 2px solid #0000ff;
}
a.product_type_variable.add_to_cart_button.btn.btn-primary:hover,
a.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover{
    background-color: white;
    color: #0000ff;
}

.woocommerce div.product, .card.product {
    background-color: #F5F5F5;
    border-radius: 20px;
    overflow: hidden;
    border: 0;
}

@media screen and (min-width:768px) and (max-width:1024px){
    .home-section-2 .card.product,
    .home-section-3 .card.product {
        height: 500px !important;
    }
}


button.nav-toggler {
    border: none;
    background-color: transparent;
}

h5.mobile-title{
    text-transform: uppercase;
    font-weight: bold;
}

.card.product h2.woocommerce-loop-product__title,
span.price ins span.woocommerce-Price-amount.amount,
span.price span.woocommerce-Price-amount.amount,
.woocommerce-mini-cart__total{
    color: #0000FF;
    font-weight: bold;
    font-size: 1.125rem;
}

@media screen and (max-width: 789px){
    .card.product h2.woocommerce-loop-product__title,
    span.price ins span.woocommerce-Price-amount.amount,
    span.price span.woocommerce-Price-amount.amount{
        font-size: 22px;
    }
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
}

span.price del span.woocommerce-Price-amount.amount{
    color: black;
    font-size: 20px;
    font-weight: 400;
}

.woocommerce .price del {
    position: relative;
    text-decoration: none;
}

.woocommerce .price del:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFC701;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
}
.search-page span.price del{
    /* text-decoration: none; */
    text-decoration-color: #FFC701;
}

.carousel-product .owl-item .price del{
    color:#FFC701;
    transform: rotate(-10deg);
    transform-origin: left bottom;
}

.woocommerce-product-rating .rating-ellipses{
    display: inline-block;
}
.rating-ellipses {
    .ellipse {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 4px;
        background-color: #F5F5F5;
        border-radius: 50%;
        border: 2px solid #0000ff;
    }
    .ellipse.filled {
        background-color: #0000FF;
    }
}

.comment-content{
    .card{
        border: 0;
    }
    .meta{
        font-size: 25px;
        color: #0000FF;
    }
    .description{
        color: #0000FF;
        font-size: 20px;
    }
    .woocommerce-review__dash{
        display: none;
    }
    .rating-ellipses,
    .woocommerce-review__published-date {
        /* display: inline-block; */
        float: right;
        margin-left: 20px;
    }
}

@media screen and (max-width:768px){
    .comment-content{
        .rating-ellipses,
        .woocommerce-review__published-date {
            /* display: inline-block; */
            float: none;
            margin-left: 0;
        }
    }
}


.cart-title{
    padding: 50px;
    color: #0000FF;
    background-color: #eeeeee;
    font-family: "Space Grotesk", sans-serif;
}

@media screen and (max-width:768px){
    .cart-title{
        padding: 10px 10px 10px 10px;
        color: #0000FF;
        background-color: #eeeeee;
        span{
            justify-content: center;
        }
    }
}

.single_add_to_cart_button .btn-loader, .ajax_add_to_cart .btn-loader{
    border-radius: 20px !important;
}

.woocommerce-cart-form .woocommerce-cart-form__contents {
    border: 1px solid white !important;
    font-family: "Space Grotesk", sans-serif;
    thead tr{
        background-color: #0000FF;
        color: white;
        font-size: 25px;
        text-transform: uppercase;
        text-decoration: underline;
        text-underline-offset: 8px;
    }
}
.woocommerce-cart .coupon>:not(:first-child){
    margin-left: 10px !important;
    border-radius: 30px !important;
    background-color: #0000FF;
    color: white;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-size: 20px;
}
.actions button[name="update_cart"],
.actions button[name="update_cart"]:disabled{
    border-radius: 30px !important;
    background-color: #0000FF;
    color: white;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-size: 20px;
    padding-top: 10px;
}
.actions button[name="update_cart"]::before{
    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Update.png");
    padding-right: 10px;
    vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    border-radius: 0 !important;
    border-bottom: 3px solid #0000ff;
    background-color: #F5F5F5;
    border-top: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    text-align: center;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
}

.woocommerce-cart-form .woocommerce-cart-form__contents tbody tr {
    background-color: #F5F5F5;
    td{
        border-bottom: 3px solid #0000ff;
    }
    .product-thumbnail a img {
        height: 200px !important;
        width: auto !important;
        border-radius: 20px;
    }

    td.product-name {
        width: 40%;
        vertical-align: baseline;
        a, dl {
            text-decoration: none;
            color: #0000FF;
            font-size: 20px;
            font-weight: 500;
        }
    }
    td.product-price, td.product-quantity,td.product-subtotal{
        vertical-align: bottom;
    }
    td.product-price span.woocommerce-Price-amount{
        border-bottom: 1px solid #0000FF;
        border-left: 1px solid #0000FF;
        border-right: 1px solid #0000FF;
        font-size: 25px;
        color: #0000FF;
        font-weight: 500;
        padding-left: 5px;
        padding-right: 5px;
    }
    td.product-quantity .quantity button.plus,
    td.product-quantity .quantity button.minus{
        display: none;
        background-color: grey;
    }
    td.product-quantity .quantity input{
        color: #0000ff;
        font-weight: 500;
        font-size: 20px;
        background-color: #c4c4c4;
        text-align: start;
        padding-left:10px
    }
    td.product-subtotal span.woocommerce-Price-amount{
        border: 1px solid #0000FF;
        font-size: 25px;
        color: white;
        background-color: #0000FF;
        font-weight: 500;
        padding-left: 5px;
        padding-right: 5px;
    }
    td.actions{
        background-color: white;
        border: 3px solid white;
        padding-top: 20px;
        padding-left: 0;
    }
    a.remove {
        text-indent: -9999px;
        border: 0;
    }
    a.remove::before {
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Close_Delete Button.png");
        float: left;
        text-indent: 0;
        background-color: transparent;
        mask-image: none;
    }
} 

@media screen and (max-width:1024px){
    .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr{
        td.product-name {
            width: 23%;
        }
        td.product-price, td.product-quantity,td.product-subtotal{
            width: 17%;
        }
        .product-thumbnail a img{
            height: 100px !important;
        }
    }
}

@media screen and (max-width:768px){
    .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr {
        td{
            border: none;
            text-align: right !important;
        }
        td.product-thumbnail{
            display: block !important;
            width: 100%;
            text-align: center !important;
        }
        td.product-subtotal{
            border-bottom: 3px solid #0000ff;
        }
        td.product-thumbnail::before,
        td.product-name::before{
            content: " " !important;
        }
        
        td.product-price::before, td.product-quantity::before, td.product-subtotal::before{
            content: attr(data-title)" ";
            font-size: 25px;
            color: #0000FF;
            text-transform: uppercase;
            text-decoration: underline;
        }
        td.product-name {
            width: 100%;
            text-align: start !important;
        }
        td.actions .coupon button{
            margin-top: 10px;
            width: 100% !important;
        }
        td.product-quantity .quantity input{
            margin: 0 0 0 auto;
            width: 180px;
            text-align: center;
        }
        td.product-remove {
            padding: 0px 25px 25px 10px !important;
            float: right;
            /* border-bottom: 0; */
            a.remove::before{
                float: right !important;
                margin-top: 80px;
            }
        }
        td.product-price span.woocommerce-Price-amount,
        td.product-subtotal span.woocommerce-Price-amount{
            padding-left: 13%;
            padding-right: 13%;
        }
        td.product-price, td.product-quantity,td.product-subtotal{
            width: 100%;
        }
        .product-thumbnail a img{
            height: 200px !important;
        }

    }
    .woocommerce-cart-form .woocommerce-cart-form__contents tbody tr.woocommerce-cart-form__cart-item.cart_item:last-of-type td.product-thumbnail {
        border-bottom: none;
    }
}


.cart-collaterals {
    font-family: "Space Grotesk", sans-serif;
    background-color: #0000ff;
    padding: 30px;
    color: white;
    .cart_totals h2{
        text-transform: uppercase;
    }
    a.checkout-button.button.alt.wc-forward {
        width: 50%;
        float: right;
        color: #0000ff;
        background-color: white;
        border-radius: 30px;
        font-size: 22px;
        font-weight: 600;
    }
    a.checkout-button.button.alt.wc-forward::after {
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow (3).png");
        padding-left: 5px;   
    }
    a.checkout-button.button.alt.wc-forward:hover::after {
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-long2.png");   
    }
    .woocommerce-notices-wrapper a.flexible-shipping-free-shipping-button,
    .woocommerce-notices-wrapper a.flexible-shipping-free-shipping-button:hover{
        background-color: white;
        color: #0000ff;
        font-size: 20px;
        border-radius: 30px;
    }
    .woocommerce-notices-wrapper a.flexible-shipping-free-shipping-button::after{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow (3).png");
        filter: none !important;
        margin-left: 10px;
    }
    .woocommerce-notices-wrapper a.flexible-shipping-free-shipping-button:hover::after{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-long2.png");
    }
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
}
.woocommerce .cart-collaterals{
    border-radius: 30px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
    width: 50%;
    float: right;
}
.woocommerce-cart .wc-proceed-to-checkout{
    width: 50%;
    margin: 0 0 0 auto;
}
table.shop_table.shop_table_responsive tbody tr th {
    width: 48% !important;
}
.cart_totals table.shop_table.shop_table_responsive{
    background-color: white;
    color: #0000ff;
    padding: 20px;
    font-size: 30px;
    border-radius: 0;
    margin-bottom: 5%;
    tr th,td{
        background-color: white;
        padding: 20px !important;
    }

    a.shipping-calculator-button {
        font-size: 20px;
        text-decoration: none;
        font-weight: bold;
        color: #0000ff;
        padding-left: 5%;
    }
    a.shipping-calculator-button::after{
        content: none;
    }
    tr.cart-subtotal td,
    tr.order-total td {
        text-align: center;
        font-weight: bold;
        .woocommerce-Price-amount{
            border: 2px solid #0000ff;
            padding-left: 10%;
            padding-right: 10%;
        }
    }
    tr.order-total td{
        .woocommerce-Price-amount{
        color: white;
        background-color: #0000FF;
        }
    }
    tr.cart-subtotal th, tr.cart-subtotal td, tr.shipping th, tr.shipping td{
        border-bottom: 3px solid #0000ff;
    }
}

@media screen and (max-width:820px){
    .cart_totals table.shop_table.shop_table_responsive{
        tr.cart-subtotal td .woocommerce-Price-amount, tr.order-total td .woocommerce-Price-amount{
            padding: 0;
            font-size: 24px;
        }
        tr th,td{
            padding: 0 !important;
        }
    }
    .cart_totals table.shop_table.shop_table_responsive{
        width: 100%;
    }
    .cart-collaterals {
        a.checkout-button.button.alt.wc-forward {
            width: 300px;
        }
    }
    .wc-block-components-notice-banner.is-info,
    .wc-block-components-notice-banner.is-success{
        width: 100% !important;
        /* text-align: center; */
        font-size: 20px !important;
        margin-top: 50px;
    }
    .coupon {
        padding-bottom: 30px !important;
    }
    .fs-free-shipping-notice-and-button-wrapper{
        text-align: center !important;
    }
    
}

.wc-empty-cart-message .wc-block-components-notice-banner.is-info:before{
    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Alert Icon.png");
}


#customer_details .card{
    font-family: "Space Grotesk", sans-serif;
    border: 3px solid #0000ff;
    /* h3::before{
        content:" ";
        position: absolute;
        border-bottom:3px solid white;
        width:93%;
        height:1.5em;
    } */
    h3{
        background-color: #0000FF;
        padding: 20px;
        color: white;
        text-transform: uppercase;
        font-weight: 600;
    }
    h3#ship-to-different-address{
        font-size: 25px;
        font-weight: 600;
    }

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper,
    .woocommerce-additional-fields{
        font-size: 25px;
        padding: 20px;
        label{
            display: none;
        }
    }
    .form-row input.input-text, .form-row textarea{
        font-size: 25px;
        border-bottom: 1px solid #0000ff;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        background-color: #eeeeee;
    }
    
}

.woocommerce-form__input-checkbox {
    opacity: 0;
    position: absolute;
}

.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

.woocommerce-form__label-for-checkbox::before {
    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Property 1=Unselected (1).png");
    width: 20px;
    height: 30px;
    position: absolute;
    left: -5px;
}

.woocommerce-form__input-checkbox:checked + span::before {
    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Property 1=Selected (1).png");
    position: absolute;
    left: -5px;
    top: 5px;
}
@media screen and (min-width:850px) and (max-width:1024px){
    .woocommerce-form__input-checkbox:checked + span::before{
        top: 22px;
    }
}
@media screen and (max-width:550px){
    .woocommerce-form__input-checkbox:checked + span::before{
        top: 22px;
    }
}

.checkout-review{
    font-family: "Space Grotesk", sans-serif;
    border-top: 3px solid #0000ff;
    font-size: 25px;
    h3::before{
        content:" ";
        position: absolute;
        border-bottom:3px solid white;
        width:68%;
        height:1.5em;
    }
    h3{
        border: 1px solid #0000ff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        text-transform: uppercase;
        margin: 0;
        padding-bottom: 3%;
        background-color: #0000FF;
        color: white;
    }
    table.shop_table{
        border: 1px solid #0000ff;
        border-top: 0;
        border-radius: 0;
        padding-top: 10px;
        /* thead tr{ */
            color: white;
            background-color: #0000FF;
        /* } */
        tbody tr{
            background-color: white;
            color: #0000FF;
        }
    }
    div#order_review{
        border: 3px solid #0000FF;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    #order_review.woocommerce-checkout-review-order .shop_table{
        border-collapse: collapse;
        /* border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px; */
        thead tr th, tfoot th{
            text-transform: uppercase;
            text-decoration: underline 3px;
            text-underline-offset: 7px;
            padding-bottom: 15px;
        }
        tbody td{
            padding-top: 2%;
            padding-bottom: 2%;
        }
        tbody td.product-name{
            font-weight: bold;
        }
        tbody td.product-total{
            /* border-right: 3px solid #0000FF; */
            font-weight: bold;
        }
        
        tfoot th{
            border-top: 1px solid #0000FF !important;
            padding-bottom: 15px;
            padding-top: 20px;
            background-color: #0000FF;
            color: white;
        }
        tfoot td{
            border-top: 1px solid white !important;
            border-bottom: 1px solid white !important;
            padding-bottom: 15px;
            padding-top: 20px;
            background-color: white;
            color: #0000FF;
        }
        /* tfoot tr.woocommerce-shipping-totals{
            background-color: white;
            color: #0000FF;
        } */
        tr.cart_item {
            .product-quantity {
                padding: 5px;
                background-color: #0000ff;
                color: white;
                padding: 3px 5px 3px 5px;
            }
        }
        tr.cart_item:not(:last-child){
            border-bottom: 3px solid #0000ff;
        }

    }
    #payment.woocommerce-checkout-payment {
        border: 1px solid white;
        border-radius: 20px;
        .payment_box, .payment_box::before{
            border: 1px solid white;
            background-color: white;
            padding: 0;
            color: #0000FF;
            text-decoration: underline;
            font-size: 22px !important;
            font-weight: 500;
        }
        label{
            font-size: 22px;
            color: #0000FF;
            font-weight: bold;
        }
        .form-row.place-order {
            .woocommerce-terms-and-conditions-wrapper{
                font-size: 20px;
                color: #0000FF;
                font-weight: 500;
                display: flex;
                a.woocommerce-privacy-policy-link{
                    color: #0000FF;
                    font-weight: bold;
                }
                .woocommerce-terms-and-conditions-checkbox-text{
                    font-size: 20px;
                    font-weight: 500;
                    color: #0000FF;
                    a.woocommerce-terms-and-conditions-link{
                        color: #0000FF;
                        font-weight: bold;
                    }
                }
                
                .woocommerce-form__label-for-checkbox.checkbox::before {
                    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Property 1=Unselected.png");
                }
                
                .woocommerce-form__input-checkbox:checked + span::before {
                    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Property 1=Selected.png");
                    top: 0;
                }
                p.form-row.validate-required {
                    width: 80%;
                }
            }
            button#place_order{
                border-radius: 30px;
                background-color: #0000FF;
                color: white;
                font-weight: 500;
                width: 40%;
                float: left;
            }
            button#place_order::after{
                content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow (3).png");
                filter: brightness(0) invert(1);
                padding-left: 10px;
            }
            button#place_order:hover::after{
                content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-long2.png");
            }
        }
        ul.payment_methods{
            border-bottom: white;
        }
    }
}

@media screen and (max-width:820px){
    .checkout-review{
        #payment.woocommerce-checkout-payment {
            .form-row.place-order {
                button#place_order{
                    width: 100%;
                    float: 0;
                }
            }
            .form-row.place-order {
                .woocommerce-terms-and-conditions-wrapper{
                    display: block;
                }
            }
        }
        #order_review.woocommerce-checkout-review-order .shop_table{
            tbody td.product-name{
                font-weight: bold;
                font-size: 22px;
                width: 52%;
            }
            tfoot tr.cart-subtotal td, tfoot tr.order-total td,tfoot tr.woocommerce-shipping-totals.shipping td{
                color: white;
                background-color: #0000FF;
                border: 2px solid #0000ff !important;
            }
        }
    }
}
.wc-block-components-notice-banner.is-info {
    font-family: "Space Grotesk", sans-serif;
    background-color: white !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 3px solid #0000ff !important;
    font-size: 30px;
    color: #0000ff;
    font-weight: 500;
    a.showlogin, a.showcoupon{
        color: #0000FF;
        float: right;
    }
    a.showlogin::after, a.showcoupon::after{
        transform: rotate(90deg);
        display: inline-block;
        margin-left: 14px;
        vertical-align: bottom;
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-2.png");
    }
}

@media screen and (max-width:768px){
    .wc-block-components-notice-banner.is-info {
    a.showlogin, a.showcoupon{
        color: white;
        font-size: 5px;
    }
}
}
.cart-collaterals {
    .wc-block-components-notice-banner.is-info {
        background-color: #0000ff !important;
        border: 0;
        font-size: 30px;
        color: white;
        font-weight: 500;
        width: 55%;
        img{
            filter: brightness(0) invert(1);
            width: auto;
            height: 50px;
        }
    }
    .wc-block-components-notice-banner.is-error {
        background-color: #0000ff !important;
        border: #0000FF !important;
        font-size: 30px;
        color: red;
        font-weight: 500;
        img.general{
            display: block;
            filter: hue-rotate(-200deg) saturate(200%);
        }
    }
    .wc-block-components-notice-banner.is-success {
        background-color: #0000ff !important;
        border: 0;
        font-size: 30px;
        color: white;
        font-weight: 500;
        width: 55%;
        img{
            filter: hue-rotate(-90deg) saturate(200%);
            width: auto;
            height: 50px;
        }
    }
}
.wc-block-components-notice-banner.is-success {
    background-color: #0000ff !important;
    border: 0;
    font-size: 30px;
    color: white;
    font-weight: 500;
    img{
        filter: hue-rotate(-90deg) saturate(200%);
        width: auto;
        height: 50px;
    }
    a{
        color: white;
    }
}

@media screen and (max-width:768px){
    .wc-block-components-notice-banner.is-error {
        img.general{
            height: 50px;
            top: -30px;
            position: absolute;
            left: 40%;
        }
    }
}

.woocommerce-mini-cart .wc-block-components-notice-banner.is-success{
    background-color: #0000ff !important;
    border: 0;
    font-size: 16px;
    color: white;
    font-weight: 500;
    img{
        filter: hue-rotate(-90deg) saturate(200%);
        width: auto;
        height: 30px;
    }
    a.button.wc-forward{
        color: white !important;
    }
}

#woo-comments .woocommerce-noreviews,
.woocommerce-verification-required.woocommerce-info{
    background-color: #0000ff !important;
    border: 0;
    font-size: 16px;
    color: white;
    font-weight: 500;
    img{
        filter: hue-rotate(-90deg) saturate(200%);
        width: auto;
        height: 30px;
    }
    a.button.wc-forward{
        color: white !important;
    }
}

#woo-comments .woocommerce-noreviews::before,
.woocommerce-verification-required.woocommerce-info::before{
    content: "";
    filter: brightness(0) invert(1);
    background-image: url("/wp-content/themes/svapoeliquid/assets/img/icon/Alert Icon.png");
    background-size: 25px 25px; /* Adjust the size as needed */
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px; /* Match the width to the background size */
    height: 25px; /* Match the height to the background size */
    vertical-align: middle; /* Aligns the icon with text, if needed */
    --alert-icon:none;
    background-color: transparent;
}

.woocommerce-notices-wrapper{
    .wc-block-components-notice-banner.is-info img.general{
        display: block !important;
        height: 50px;
    }
}
.woocommerce-form-login-toggle{
    .wc-block-components-notice-banner.is-info img.login{
        display: block !important;
    }
}
.woocommerce-form-coupon-toggle{
    .wc-block-components-notice-banner.is-info img.coupon{
        display: block !important;
    }
}

@media screen and (max-width:768px){
    .woocommerce-notices-wrapper{
        .wc-block-components-notice-banner.is-info img.general{
            height: 50px;
            top: -35px;
            position: absolute;
            left: 43%;
        }
        .wc-block-components-notice-banner{
            position: relative;
            padding-top: 50px;
        }
    }
    .woocommerce-form-login-toggle{
        .wc-block-components-notice-banner.is-info img.login{
            display: block !important;
        }
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
        content: attr(data-title);
    }
    .woocommerce-form-coupon-toggle .wc-block-components-notice-banner, .woocommerce-form-login-toggle .wc-block-components-notice-banner{
        text-align: start !important;
    }
    .fs-free-shipping-notice-and-button-wrapper{
        display: block !important;
    }
}
.woocommerce-notices-wrapper a.flexible-shipping-free-shipping-button,
.woocommerce-notices-wrapper a.flexible-shipping-free-shipping-button:hover{
    background-color: #0000FF;
    color: white;
    font-size: 20px;
    border-radius: 30px;
    margin-top: 15px;
}
.woocommerce-notices-wrapper a.flexible-shipping-free-shipping-button::after{
    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow (3).png");
    filter: brightness(0) invert(1);
    margin-left: 10px;
}
.woocommerce-notices-wrapper a.flexible-shipping-free-shipping-button:hover::after{
    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-long2.png");
}

.checkout_coupon.woocommerce-form-coupon .card{
    border: 0;
    font-size: 22px;
    color: #0000FF;
    font-weight: 500;
    button[name="apply_coupon"]{
        margin-left: 10px !important;
        border-radius: 30px !important;
        background-color: #0000FF;
        color: white;
        border: 0;
        outline: 0;
        font-weight: 500;
        font-size: 20px;
    }
    input#coupon_code {
        border-radius: 0;
        border: 0;
        border-bottom: 3px solid #0000ff;
    }
}
form.checkout_coupon.woocommerce-form-coupon {
    .input-group{
        width: 50%;
    }
    input{
        font-size: 25px;
        background-color: #F5F5F5;
    }
}

@media screen and (max-width:768px){
    form.checkout_coupon.woocommerce-form-coupon {
        .input-group{
            width:100%;
        }
    }
}
.woocommerce-form.woocommerce-form-login{
    font-size: 22px;
    font-weight: 500;
}

.wc-breadcrumb{
    display: none;
}

.product-category .card .card-body h2{
    font-family: "Space Grotesk", sans-serif;
    background-color: #f5f5f5;
    color: #0000FF;
    border: 0;
    /* font-size: 30px; */
    font-size: 22px;
    font-weight: 700;
    /* line-height: 35px; */
    mark{
        color: #0000FF !important;
        /* font-size: 30px; */
        font-size: 22px;
        background-color: #f5f5f5 !important;
    }
    mark::before{
        content: '(';
    }
    mark::after{
        content: ')';
    }
}
.product-category .card-body a{
    margin-top: 0;
}

h1.page-title{
    font-family: "Space Grotesk", sans-serif;
    color: #0000FF;
    font-weight: 600;
    font-size: 30px;
    padding: 50px 10px 10px 10px;
    background-color: #f5f5f5;
    margin: 0;
} 
.term-description p{
    font-family: "Space Grotesk", sans-serif;
    color: #0000FF;
    font-size: 25px;
    font-weight: 500;
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.second-link{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    a.category-second-link{
        white-space: nowrap;
        color: #0000FF;
        img{
            height: 25px;
            width: 25px !important;
            padding-bottom: 3px;
        }
    }
    a.category-second-link:hover{
        color: yellow;
        img{
            margin-left: 10px;
            filter: brightness(1) invert(1);

        }
    }
}
.product-category .card img {
    border-radius: 30px;
}

.woocommerce-ordering select.orderby,
.woocommerce-ordering #orderby{
    font-family: "Space Grotesk", sans-serif;
    border: 3px solid #0000FF;
    font-size: 21px;
    color: #0000FF;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
    border-radius: 10px;
    width: 355px;
    background-color: white;
    /* option:hover{
        background-color: white;
        color: #0000FF;
        border: 3px solid #0000FF;
    } */
}
.woocommerce-ordering #orderby.show[placement~="top-start"]{
    border-top: 0 !important;
    border: 3px solid #0000FF;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

/* .woocommerce-ordering #orderby.show, */
.woocommerce-ordering #orderby.show[placement~="bottom-start"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    z-index:1020;
    position: relative;
}
.woocommerce-ordering #orderby.show[placement~="top-start"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /* border-bottom: 0; */
}
.woocommerce-ordering #orderby.dropdown-toggle::after{
    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-2.png");
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    border: 0;
    transform: rotate(90deg);
}
.woocommerce-ordering #orderby.dropdown-toggle.show::after{
    transform: rotate(269deg);
    margin-left: 10px;
    margin-bottom: 10px;
}

.orderby ul.dropdown-menu.show[data-popper-placement~="bottom-start"]{
    /* top: 55px; */
    font-family: "Space Grotesk", sans-serif;
    width: 355px;
    border: 3px solid #0000FF;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -10px !important;
    z-index:1020;
    position: relative;
    li a{
        font-size: 21px;
        text-decoration: none;
        color: #0000FF;
        font-weight: 500;
    }
    li a.active,
    li a:active{
        color: white;
        background-color: #0000FF;
    }
    li a.active::before{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Ellipse.png");
        padding-right: 10px;
    }
    li a:hover{
        text-decoration: underline;
        font-weight: normal;
    }
    li:not(:last-of-type){
        border-bottom: 1px solid #0000ff;
        padding: 5px 0px 5px 0px;
    }
}

.orderby ul.dropdown-menu.show[data-popper-placement~="top-start"]{
    /* top: 55px; */
    font-family: "Space Grotesk", sans-serif;
    width: 355px;
    border-bottom: 0 !important;
    border: 3px solid #0000FF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -10px !important;
    li a{
        font-size: 21px;
        text-decoration: none;
        color: #0000FF;
        font-weight: 500;
    }
    li a.active,
    li a:active{
        color: white;
        background-color: #0000FF;
    }
    li a.active::before{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Ellipse.png");
        padding-right: 10px;
    }
    li a:hover{
        text-decoration: underline;
        font-weight: normal;
    }
    li:not(:last-of-type){
        border-bottom: 1px solid #0000ff;
        padding: 5px 0px 5px 0px;
    }
}

ul.pagination {
    font-family: "Space Grotesk", sans-serif;
    /* width: 35%; */
    float: inline-end;
    justify-content: end !important;
    box-shadow: none;
    li .page-link{
        border: 0;
        background-color: white;
        font-size: 25px;
        color: #0000FF;
        padding: 10px 15px 10px 15px;
    }
    li .page-link.active,
    li.page-item.active span{
        background-color: #0000FF;
        color: white;
        text-decoration: underline;
    }
    .page-item .prev.page-link ,
    .page-item .next.page-link {
        color: transparent; /* Change to your desired color */
    }
    li .page-link:hover{
        text-decoration: underline;
    }
    .page-link.dots::before{
        content: '[';
    }
    .page-link.dots::after{
        content: ']';
    }
    li.page-item .prev.page-link, li.page-item .next.page-link{
        background-color: #f5f5f5;
        border-radius: 4px;
    }
    .prev {
        background: url('/wp-content/themes/svapoeliquid/assets/img/icon/Arrow (3).png') no-repeat center center;
        background-size: 15px 15px; /* Adjust the size to fit your design */
        display: inline-block; /* Ensure it behaves as a block-level element */
        transform: rotate(180deg);
        vertical-align: middle; /* Align with surrounding text */
        
    }
    .next {
        background: url('/wp-content/themes/svapoeliquid/assets/img/icon/Arrow (3).png') no-repeat center center;
        background-size: 15px 15px; /* Adjust the size to fit your design */
        display: inline-block; /* Ensure it behaves as a block-level element */
        vertical-align: middle; /* Align with surrounding text */
    }
}

@media screen and (max-width:789px){
    ul.pagination {
        width: 100%;
        float: none;
        justify-content: center !important;
        margin-bottom: 30px;
        li .page-link{
            font-size: 16px;
            padding: 10px;
        }
    }
    .woocommerce-shop .woocommerce-pagination {
        order: 2; /* Ensure pagination is ordered after ordering on mobile */
    }

    .woocommerce-shop .woocommerce-catalog-ordering {
        order: 1; /* Ensure ordering is on top on mobile */
    }

    .woocommerce-shop {
        display: flex;
        flex-direction: column;
    }
}


.product-info {
    border-radius: 20px;
    background-color: #f5f5f5;
    /* background: linear-gradient(180deg, #f5f5f5 50%, white 50%); */
}

.woocommerce-page #content div.product div.images{
    width: 100% !important;
}
.summary.entry-summary{
    color: #0000FF;
    font-family: "Space Grotesk", sans-serif;
    h1.product_title.entry-title{
        font-size: 45px;
        font-weight: 700;
    }
    .woocommerce-product-details__short-description{
        font-size: 25px;
        border-bottom: 3px solid #0000ff;
        a{
            color: #0000FF;
            font-weight: bold;
        }
    }

    .quantity button.minus#newminus, .quantity button.plus#newplus{
        display: block;
    }
    .quantity {
        display: flex;
        align-items: center;
    }

    button#newplus img, button#newminus img {
        height: 9px;
    }
    form.cart span.woocommerce-Price-amount.amount {
        color: #0000ff;
        font-weight: 700;
        font-size: 30px;
    }
    button.single_add_to_cart_button.button.alt {
        background-color: #0000ff !important;
        border-radius: 30px !important;
        font-size: 20px !important;
        font-weight: 500;
        flex-grow: 0;
        border: 2px solid #0000ff;
    }
    button.single_add_to_cart_button.button.alt:hover {
        background-color: white !important;
        color: #0000ff;
    }
    .quantity .input-group {
        width: 50px;
    }
    
    .button-group .plus,
    .button-group .minus {
        padding: 0;
        background-color: white;
        border-radius: 3px;
        border: white;
    }
    
    .button-group .plus {
        width: 33px;
        height: 26px;
        border-top: 3px solid #0000ff;
        border-right: 3px solid #0000ff;
        border-radius: 0;
    }
    
    .button-group .minus {
        width: 34px;
        height: 25px;
        border-bottom: 3px solid #0000ff;
        border-right: 3px solid #0000ff;
        border-radius: 0;
    }
    
    .input-text.qty {
        width: 50px;
        text-align: center;
        border-radius: 0;
        border: white;
        color: #0000FF;
        border-top: 3px solid #0000ff;
        border-left: 3px solid #0000ff;
        border-bottom: 3px solid #0000ff;
        font-weight: 700;
        font-size: 22px;
        background-color: white;
    }
    .quantity button.minus, .quantity button.plus {
        display: none;
    }
    a.woocommerce-review-link{
        font-weight: bold;
        text-decoration: none;
        color: #0000FF;
        font-size: 20px;
    }
    .variations_form del span.woocommerce-Price-amount.amount{
        color: black !important;
        font-weight: 400;
    }
}

@media screen and (max-width:991px){
    .summary.entry-summary{
        width: 100% !important;
    }
}

.variation-container{
    .quantity button.minus#newminus, .quantity button.plus#newplus{
        display: block;
    }
    .quantity {
        display: flex;
        align-items: center;
    }

    button#newplus img, button#newminus img {
        height: 9px;
    }

    button.single_add_to_cart_button.button.alt {
        background-color: #0000ff !important;
        border-radius: 30px !important;
        font-size: 20px !important;
        font-weight: 500;
        flex-grow: 0 !important;
        width: 65%;
    }
    button.single_add_to_cart_button.button.alt:hover {
        background-color: white !important;
        color: #0000FF !important;
        border: 2px solid #0000ff;
    }
    .quantity .input-group {
        width: 50px;
    }

    .button-group .plus,
    .button-group .minus {
        padding: 0;
        background-color: white;
        border-radius: 3px;
        border: white;
    }

    .button-group .plus {
        width: 33px;
        height: 26px;
        border-top: 3px solid #0000ff;
        border-right: 3px solid #0000ff;
        border-radius: 0;
    }

    .button-group .minus {
        width: 34px;
        height: 25px;
        border-bottom: 3px solid #0000ff;
        border-right: 3px solid #0000ff;
        border-radius: 0;
    }

    .input-text.qty {
        width: 50px;
        text-align: center;
        border-radius: 0;
        border: white;
        color: #0000FF;
        border-top: 3px solid #0000ff;
        border-left: 3px solid #0000ff;
        border-bottom: 3px solid #0000ff;
        font-weight: 700;
        font-size: 22px;
        background-color: white;
    }
    .quantity button.minus, .quantity button.plus {
        display: none;
    }
    a.woocommerce-review-link{
        font-weight: bold;
        text-decoration: none;
        color: #0000FF;
        font-size: 20px;
    }
    .variations_form del span.woocommerce-Price-amount.amount{
        color: black !important;
        font-weight: 400;
    }
    .price{
        color: #0000FF !important;
        font-weight: 500;
        font-size: 25px !important;
    }
    table.variations tr th.label label{
        font-size: 25px;
        color: #0000FF;
        font-weight: 500 !important;
        margin-bottom: 10px;
    }
    table.variations tbody tr td select {
        border: 2px solid #0000ff;
        color: #0000ff;
        text-align: center;
        font-weight: 500;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:430px){
    .summary.entry-summary {
    button.single_add_to_cart_button.button.alt{
        font-size: 16px !important;
    }
    .quantity .input-group {
        width: 40px;
    }
}
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    visibility: visible;
    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Zoom In.png");
    padding: 5px;
    border-radius: 0 !important;
    background: #0000FF;
    color: white;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    visibility: hidden;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    visibility: hidden;
}

.product-summary{
    background-color: white !important;
    font-family: "Space Grotesk", sans-serif;
    color: #0000FF;
    .woocommerce-tabs.wc-tabs-wrapper{
        color: #0000FF;
        summary{
            font-size: 25px;
            padding-top: 20px;
            padding-bottom: 20px;
            font-weight: bold;
            display: flex;
            align-items: center; /* Vertically centers the content */
            position: relative;
            border-bottom: 3px solid #0000ff;
        }
        summary::marker{
            content: " ";
        }
        #tab-title-description summary::before{
            content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Details Icon.png");
            padding-right: 20px;
        }
        #tab-title-reviews summary::before{
            content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Feedback Icon.png");
            padding-right: 20px;
        }
        #tab-title-additional_information summary::before{
            content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Info Icon.png");
            padding-right: 20px;
        }
        summary span {
            position: absolute;
            right: 0; /* Positions the span on the right side */
            top: 50%;
            transform: translateY(-50%); /* Vertically centers the span */
            padding-right: 10px; /* Adds some padding to the right side */
            img{
                transform: rotate(90deg);
                padding: 10px;
            }
        }
        details[open] summary{
            border-bottom: 3px solid white;
        }
        details[open]{
            border-bottom: 3px solid #0000ff;
        }
        
        /* Initially show "Visualizza" and hide "Chiudi" */
        summary span:last-child {
            display: none;
        }
        details h2:first-of-type{
            display: none;
        }
        details h2.woocommerce-Reviews-title{
            display: block;
            font-size: 25px;
        }
        /* When <details> is open, hide "Visualizza" and show "Chiudi" */
        details[open] summary span:first-child {
            display: none;
        }

        details[open] summary span:last-child {
            display: inline;
            img{
                transform: rotate(315deg);
                padding: 5px;
            }
            
        }
        .single-product-description{
            border-bottom: 1px solid #0000ff;
            h4{
                font-weight: 400;
            }
            a{
                color: #0000FF;
                font-weight: bold;
            }
        }
        
    }
    .related-heading{
        background-color: #f5f5f5;
        padding: 30px 10px 30px 10px;
        
        h2{
            font-weight: 600;
        }
    }
}

@media screen and (max-width: 767px) {
    .product-summary{
        .woocommerce-tabs.wc-tabs-wrapper{
            summary span {
                font-size: 0;
            }
            summary span img{
                font-size: initial;
            }
        }
    }
}

form.woocommerce-form.woocommerce-form-login{
    button.woocommerce-button.button.woocommerce-form-login__submit,
    button.woocommerce-form-register__submit {
        color: white;
        background-color: #0000ff;
        border-radius: 30px;
        font-weight: 500;
    }
    button.woocommerce-button.button.woocommerce-form-login__submit::after,
    button.woocommerce-form-register__submit::after {
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow (3).png");
        filter: brightness(0) invert(1);
        padding-left: 10px;
        vertical-align: middle;
    }
    button.woocommerce-button.button.woocommerce-form-login__submit:hover::after{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-long2.png");
    }
    .lost_password a{
        text-decoration: none;
        color: #0000FF;
        font-weight: 500;
    }
    .lost_password a:hover{
        text-decoration: underline;
    }
    .woocommerce-form__label-for-checkbox::before {
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Property 1=Unselected.png");
        /* width: 20px;
        height: 30px; */
        position: absolute;
        /* left: -5px; */
    }
    
    .woocommerce-form__input-checkbox:checked + span::before {
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Property 1=Selected.png");
        position: absolute;
        /* left: -5px; */
        top: 0;
    }
    .form-row.rememberme {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }
    
    .woocommerce-form__label-for-checkbox {
        margin: 0;
    }
    .woocommerce-form-login__submit {
        margin-left: 20px; /* Optional: add spacing between the label and button */
    }
    .form-row input{
        font-size: 25px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 2px solid #0000ff;
        border-radius: 0;
        background-color: #F5F5F5;
    }
}

.woocommerce-form-row{
    button.woocommerce-form-register__submit,
    .woocommerce-Button.button {
        color: white;
        background-color: #0000ff;
        border-radius: 30px;
        font-weight: 500;
    }
    
    button.woocommerce-form-register__submit::after,
    .woocommerce-Button.button::after {
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow (3).png");
        filter: brightness(0) invert(1);
        padding-left: 10px;
    }
    button.woocommerce-form-register__submit:hover::after,
    .woocommerce-Button.button:hover::after{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-long2.png") !important;
    }
}
@media screen and (max-width:768px){
    form.woocommerce-form.woocommerce-form-login{
        button.woocommerce-button.button.woocommerce-form-login__submit{
            width: 100%;
            margin-bottom: 10px;
        }
    }
    .woocommerce-form-login__submit {
        margin-left: 0 !important;
    }
    button.woocommerce-form-register__submit{
        width: 100%;
    }
}
.woocommerce-ResetPassword{
    font-family: "Space Grotesk", sans-serif;
    font-size: 25px;
    .woocommerce-form-row input.input-text{
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        border-bottom: 2px solid #0000ff !important;
        border-radius: 0 !important;
        font-size: 25px !important;
    }
}

form.woocommerce-form-register.register{
    font-family: "Space Grotesk", sans-serif;
    color: #0000FF;
    font-weight: 500;
    font-size: 18px;
    a{
        font-weight: 700;
        color: #0000FF;
    }
}

.woocommerce-mini-cart-item .item-quantity div.quantity{
    display: none;
}

p.woocommerce-result-count {
    font-family: "Space Grotesk", sans-serif;
    font-size: 25px;
    color: #0000ff;
}


.woocommerce-product-attributes{
    margin-left: 5%;
    /* margin-right: 5%; */
    width: 95% !important;
    font-size: 25px;
    text-align: center;
    tr th.woocommerce-product-attributes-item__label {
        background-color: #0000ff !important;
        color: white;
        width: 300px !important;
    }
    td.woocommerce-product-attributes-item__value{
        background-color: #d3d3d3 !important;
        border: #d3d3d3;
        font-weight: 600;
    }
}
#customer_login {
    h2{
        font-size: 40px;
        color: #0000FF;
        text-decoration: underline;
    }
    .login input, .register input {
        border: 0;
        border-bottom: 2px solid #0000ff;
        border-radius: 0;
        background-color: #f5f5f5;
        font-size: 25px;
        font-weight: 500;
    }
    .form-row.rememberme {
        display: flex;
        align-items: center;
    }
    .woocommerce-LostPassword.lost_password a{
        font-weight: 500;
    }
}

.widget_shopping_cart_content{
    .woocommerce-message,
    .woocommerce-mini-cart__empty-message.woocommerce-info {
        background-color: #0000ff;
        color: white;
    }  
    .woocommerce-message::before,
    .woocommerce-mini-cart__empty-message.woocommerce-info::before {
        background-color: white;
    }
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins, ins{
    color: #0000FF;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 20px;
}

/* Base styling for the onsale badge */
.products span.onsale {
    font-family: "Space Grotesk", sans-serif;
    position: absolute;
    top: 30px; 
    left: 45%; 
    background: #FFC701; 
    color: white; 
    padding: 10px 30px; 
    transform: rotate(45deg); 
    font-size: 15px; 
    font-weight: bold; 
    z-index: 10; 
    width: 200px; 
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 5px;
}
.related.products span.onsale {
    font-family: "Space Grotesk", sans-serif;
    position: absolute;

    top: 20px; 
    left: 35%; 
    background: #FFC701; 
    color: white; 
    padding: 10px 30px; 
    transform: rotate(45deg); 
    font-size: 15px; 
    font-weight: bold; 
    z-index: 10; 
    width: 180px; 
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 4px;
}

.home-section-2 .products span.onsale,
.home-section-3 .products span.onsale{
    font-family: "Space Grotesk", sans-serif;
    position: absolute;
    top: 30px; 
    /* left:45%;  */
    left:40%;
    background: #FFC701; 
    color: white; 
    padding: 10px 30px; 
    transform: rotate(45deg); 
    font-size: 13px; 
    font-weight: bold; 
    z-index: 10; 
    width: 200px; 
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 5px;
}

.search-page span.onsale,
.owl-item span.onsale {
    font-family: "Space Grotesk", sans-serif;
    position: absolute;
    top: 25px; 
    left: 45%; 
    background: #FFC701; 
    color: white; 
    padding: 10px 30px; 
    transform: rotate(45deg); 
    font-size: 13px; 
    font-weight: bold; 
    z-index: 10; 
    width: 200px; 
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 5px;
}

.product-info span.onsale {
    font-family: "Space Grotesk", sans-serif;
    position: absolute;
    top: 30px; 
    left: -4%;
    background: #FFC701; 
    color: white; 
    padding: 10px 30px; 
    transform: rotate(-45deg); 
    font-size: 15px; 
    font-weight: bold; 
    z-index: 10; 
    width: 200px; 
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 6px;
}

@media screen and (max-width:1600px){
    .home-section-2 .products span.onsale,
    .home-section-3 .products span.onsale{
        top: 30px; 
        left:18%; 
    }
    .products span.onsale{
        left: 15%;
    }
}
@media screen and (max-width:1400px){
    .related.products span.onsale{
        top: 30px;
        left: 60%;
    }
    .home-section-2 .products span.onsale,
    .home-section-3 .products span.onsale{
        top: 30px; 
        left:45%; 
    }
    .products span.onsale{
        left: 55%;
    }
}
@media screen and (max-width:1250px){
    .product-info span.onsale{
        left: -6%;
    }
    .owl-item span.onsale{
        left: 50%;
    }
    
}
@media screen and (max-width:992px){
    .search-page span.onsale{
        left: 57%;
        letter-spacing: 5px;
    }
    .owl-item span.onsale{
        top: 20px;
        left: 35%;
        letter-spacing: 3px;
    }
    .product-info span.onsale{
        left: -7%;
    }
    .products span.onsale{
        left: 55%;
    }
}
@media screen and (min-width:500px) and (max-width:850px){
    .product-info span.onsale{
        left: -9%;
    }
}
@media screen and (min-width:450px) and (max-width:767px){
    .related.products span.onsale{
        width: 200px;
        top: 40px;
        left: 70%;
    }
    
}
@media screen and (max-width:767px){
    .search-page span.onsale{
        left: 75%;
        letter-spacing: 5px;
    }
    .owl-item span.onsale{
        left: 35%;
        letter-spacing: 3px;
    }
    .products span.onsale{
        top: 40px;
        left: 77%;
    }
    
}
@media screen and (max-width:600px){
    .owl-item span.onsale{
        left: 74%;
    }
    
}

@media screen and (max-width:520px){
    .search-page span.onsale,
    .owl-item span.onsale{
        top: 30px;
        left: 67%;
        letter-spacing: 3px;
    }
    .product-info span.onsale{
        left: -15%;
        letter-spacing: 5px;
    }
    .products span.onsale{
        left: 67%;
    }
}
@media screen and (max-width:420px){
    .search-page span.onsale,
    .owl-item span.onsale{
        left: 60%;
    }
    .products span.onsale{
        left: 60%;
    }
}

nav.woocommerce-MyAccount-navigation {
    width: 85% !important;
    .list-group {
        font-family: "Space Grotesk", sans-serif;
        border: 2px solid #0000ff;
        border-radius: 15px;
        font-size: 22px;
        font-weight: 500;
        .list-group-item{
            color: #0000FF !important;
        }
        .list-group-item.active{
            color: white !important;
            background-color: #0000FF;
        }
        .list-group-item:not(:last-of-type){
            border-bottom: 2px solid #0000FF;
        }
        .list-group-item:hover{
            background-color: #0000FF;
            color: white !important;
        }
    }
}

.woocommerce-MyAccount-content{
    font-family: "Space Grotesk", sans-serif;
    color: #0000FF;
    font-size: 25px;
    .account-page-link {
        display: flex;
        flex-direction: column;
        gap: 10px; /* Adjust the space between the links */
        /* a::after {
            content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow (3).png");
            padding-left: 10px;
        } */
        a:hover .arrow:before{
            width:40px;
        }
        a{
            color: #0000FF;
            font-size: 25px;
            font-weight: 600;
        }
        a::after{
            content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-short.png");
            padding-left: 10px;
        }
        a:hover::after{
            content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-long.png");
        }
    }
    p a::after{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-short.png");
        padding-left: 10px;
    }
    p a:hover::after{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-long.png");
    }
    p a{
        color: #0000FF;
        font-size: 25px;
        font-weight: 600;
        float: right;
    }
    .wc-block-components-notice-banner.is-info{
        text-align: start;
        border-bottom: 0 !important;
        font-size: 2rem !important;
        text-decoration: underline;
        line-height: 55px;
        font-weight: 600;
    }
    .wc-block-components-notice-banner__content a.woocommerce-Button.wc-forward,
    .wc-block-components-notice-banner__content a.wc-forward{
        font-size: 25px;
        color: #0000FF !important;
        font-weight: 600;
    }
    .wc-block-components-notice-banner__content a.woocommerce-Button.wc-forward::after,
    .wc-block-components-notice-banner__content a.wc-forward::after,
    a.edit::after{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-short.png");
        padding-left: 5px;
    }
    .wc-block-components-notice-banner__content a.woocommerce-Button.wc-forward:hover::after,
    .wc-block-components-notice-banner__content a.wc-forward:hover::after,
    a.edit:hover::after{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-long.png");
    }
    .u-column1.col-1.woocommerce-Address{
        border-right: 3px solid #0000ff;
    }
    .woocommerce-Address-title {
            h3{
            font-size: 2rem;
            text-decoration: underline;
            margin-bottom: 25px;
            font-weight: 600;
        }
    }
    a.edit{
        color: #0000FF;
        font-weight: 500;
    }
    a.edit::after{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-short.png");
        padding-left: 5px;
    }
    .woocommerce-EditAccountForm.edit-account p input{
        font-size: 25px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 2px solid #0000ff;
        border-radius: 0;
        background-color: #F5F5F5;
    }
    legend{
        font-size: 2rem;
        font-weight: 500;
        text-decoration: underline;
    }
    button.woocommerce-Button[name="save_account_details"],
    button[name="save_address"]{
        border-radius: 30px;
        background-color: #0000FF;
        color: white;
    }
    .wc-block-components-notice-banner.is-error{
        border-color: #0000ff;
        background-color: #0000ff;
        color: white;
        img.general {
            height: 50px;
            width: auto;
            filter: brightness(0) invert(1);
        }
    }
    form h3{
        font-size: 40px;
        font-weight: 600;
        text-decoration: underline;
    }
}

.woocommerce-MyAccount-content:focus-visible{
    border: none;
    outline: none;
}

@media screen and (max-width:768px){
    .woocommerce-MyAccount-content{
        .account-page-link {
            a{
                font-size: 23px;
            }
        }
        .wc-block-components-notice-banner__content a.woocommerce-Button.wc-forward,
        .wc-block-components-notice-banner__content a.wc-forward{
            float: left;
        }
        .u-column1.col-1.woocommerce-Address{
            border-right: 0;
            border-bottom: 3px solid #0000ff;
        }
        button.woocommerce-Button[name="save_account_details"],
        button[name="save_address"]{
            width: 100%;
        }
    }
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after{
    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Property 1=Default.png");
}
.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after{
    content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Property 1=Active State.png");
}

.mobile-cart-heading{
    background-color: #0000ff;
    color: white;
    font-size: 25px;
    text-decoration: underline;
    font-weight: 700;
    text-transform: uppercase;
    text-underline-offset: 5px;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.mobile-cart-heading::before{
    content: " " !important;
}   


p.return-to-shop{
    float: right;
    a.button.wc-backward{
        background-color: #0000ff;
        border-radius: 30px;
    }
    a.button.wc-backward::after{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow (3).png");
        padding-left: 5px;
        filter: brightness(0) invert(1);
    }
    a.button.wc-backward:hover::after{
        content: url("/wp-content/themes/svapoeliquid/assets/img/icon/Arrow-long2.png");
    }
}
 .page-header h1{
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
 }

 img.upper-arrow-left{
    position: relative;
    z-index: 2;
    top: -420px;
    float: left;    
    pointer-events: none;
    left: -30px;
 }
 img.upper-arrow-right{
    position: relative;
    z-index: 2;
    top: -420px;
    float: right;    
    pointer-events: none;
    left: 30px;
 }

 .form-select, select{
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230000FF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
p.button.unavailable-product {
    color: red;
    font-size: 20px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
}

.slider-container{
    background: linear-gradient(180deg, #f5f5f5 33%, white 33%);
    height:200px;
}

.slider-container .content1 a .category-item__img img.category-item__icon{
    border-radius: 5px !important;
    /* width:70%;
    border: 2px solid #0000FF; */
}

.content1{
    background-color: #ffffff;
    /* box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12); */
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 4px auto auto;
    transition: all 0.4s;
    width: 100px;
    box-sizing: border-box;
    border: 2px solid #0000FF;
    padding: 10px;
}

a .category-item__name {
    font-size: 1rem;
    color: #0000FF;
    text-decoration: none !important;
}
.slick-slide .col.content1:hover{
    height: 140px;
    width: 140px;
    img{
        max-height: 120px;
    }
    /* transition: 0.3s; */
}
.content1.active{
    height: 140px;
    width: 140px;
    /* background-color: #0000FF; */
    img{
        max-height: 120px;
    }
}


@media screen and (max-width:500px){
    /* .content1,
    .content1.active{
        height: 80px;
        width: 80px;
    } */
    .slick-slide{
        .content1,
        .col.content1:hover{
            height: 100px;
            width: 100px;
        }
    }
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    background-color: #0000ff;
    border: none;
    outline: none;
    z-index: 1;
    border-radius: 50%;
}

.slick-next {
    right: -10px;
}

.slick-prev {
    left: -10px;
}

.blog {
    h1,p{
    color: #0000FF;
    }
    p.category-badge, div.tags-links{
        display: none;
    }
    span.author.vcard a,
    span.edit-link a,
    a.read-more{
        color: #0000FF;
        text-decoration: none;
        font-weight: bold;
    }
    .card-text a.text-body{
        color: black;
    }
    .card-body{
        font-family: "Space Grotesk", sans-serif;
    }
    .card{
        border-radius: 20px;
    }
    .card a img.wp-post-image{
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    p.lead{
        display: none;
    }
}

.ref_twitter span, .ref_fb span, .ref_whatsapp span, .ref_email span {
    font-size: 1.2rem;
}