/* width */
::-webkit-scrollbar {
    width: 10px;
}

.woocommerce .quantity .qty {
    width: auto;
}

.wc-proceed-to-checkout a.checkout-button {
    background: #ff0073;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 20px !important;
     !i;
     !;
    display: inline-block !important;
     !i;
     !;
    margin: 30px 0 0 !important;
     !i;
     !;
}

.wc-proceed-to-checkout {
    text-align: center;
}

.woocommerce-cart .cart_totals .shipping {
    display: none;
}

.wc-block-components-totals-shipping {
    display: none;
}

/* .wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper {
    display: none !important;
} */
fieldset#shipping-option {
    display: none !important;
}

/* .wp-block-woocommerce-checkout-order-summary-shipping-block.wc-block-components-totals-wrapper {
    display: none !important;
} */
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.page-id-9 .header-top {
    display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FF0073;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.wp-block-woocommerce-cart.alignwide {
    width: 100%;
    margin: auto;
}

html {
    overflow-x: hidden !important;
}


body {
    overflow-x: hidden !important;
}

header#site-header {
    display: none;
}

footer#site-footer {
    display: none;
}

html {
    overflow-x: hidden;
}


.page-id-9 .my-form-dash {
    display: none;
}


.my-con-list li.elementor-icon-list-item {
    border-width: 0px 0px 2px 0px;
    border-style: dotted;
    width: 80%;
    margin: auto !important;
    display: block;
    max-width: 80% !important;
    padding: 15px 0px !important;
}


/* Marquee css */

.marquee-content {
    display: flex;
    animation: scrolling 15s linear infinite;
}

.marquee-item {
    flex: 0 0 auto;
    margin: 0 1vw;
    /*   flex: 0 0 20vw; */
    /*   margin: 0 2vw; */
}

.marquee-item img {
    display: block;
    width: 100%;
    /*   padding: 0 20px; */
}

.mark h3 {
    font-size: 22px;
    color: #242323;
    font-family: 'Anton';
    font-weight: 500;
    letter-spacing: 1px;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-144vw);
    }
}

/* Cart */

a.wc-block-components-product-name {
    font-size: 20px;
    color: #000;
    font-family: 'dashicons';
    text-decoration: none;
    text-transform: capitalize;
}

.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 20px 16px 20px 0;
    white-space: nowrap;
    font-size: 20px;
}

span.wc-block-components-button__text {
    background-color: #FF0073;
    padding: 14px 30px;
    border-radius: 40px;
    font-size: 18px;
    text-decoration: none !important;
    color: #fff;
    font-family: 'Inter';
}
/*
main#content {
    padding: 40px 0px;
}
*/
button.wc-block-components-address-form__address_2-toggle {
    background: black;
    font-size: 15px;
    text-transform: capitalize;
}

nav.woocommerce-MyAccount-navigation {
    background-color: #FF0073;
    padding: 40px 10px;
    box-shadow: 0px 0px 20px 0px #00000042;
    border-radius: 10px;
}

nav.woocommerce-MyAccount-navigation li {
    font-size: 18px;
    color: #fff;
    list-style: none;
    margin-bottom: 15px;
}

nav.woocommerce-MyAccount-navigation li a {
    color: #fff;
    text-decoration: none !important;
}

h2.woocommerce-loop-product__title {
    font-size: 23px !important;
    color: #000;
    text-transform: capitalize;
    font-family: 'dashicons';
}


.mark h3 {

    text-transform: uppercase;
}

.woocommerce-MyAccount-content {
    font-size: 18px;
    font-family: cursive;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #00000026;
    height: 375px;
    padding: 30px 30px;
    border-radius: 10px;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #FF0073;
    font-size: 20px;
    border-radius: 30px;
    color: #fff;
    font-family: cursive;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: #000;

    color: #fff;

}

nav.woocommerce-breadcrumb {
    color: #FF0073 !important;
}

h1.woocommerce-products-header__title.page-title {
    font-family: 'Inter';
    font-size: 42px;
}

span.woocommerce-Price-amount.amount {
    font-size: 18px;
    color: #000;
    font-family: 'Inter';
    margin-top: 20px !important;
}
/*
div#primary {
    padding: 30px 0px;
}
*/
video.elementor-video {
    height: 860px !important;
    object-fit: cover !important;
}