/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.wc-stripe-elements-field input[type="text"],
.wc-stripe-iban-element-field input[type="text"] {
    color: var(--whiteColor);
}

.cart-top-heading-row {
    display: flex;
    gap: 20px;
    color: var(--navLinks);
    padding: 20px 24px;
    border: 2px solid var(--accentColor);
    background: rgb(19, 19, 19);
    background: linear-gradient(180deg, rgba(19, 19, 19, 1) 0%, rgba(64, 31, 59, 1) 0%, rgba(19, 19, 19, 1) 100%);
}

.product-remove .emoji {
    width: 16px !important;
}

.cart-top-heading-row .product-remove,
.cart-top-heading-row .product-thumbnail {
    width: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--whiteColor);
}

.cart-top-heading-row .product-name {
    width: 39%;
}

.cart-top-heading-row>div {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--whiteColor);
}

.cart-top-heading-row div {
    width: 25%;
}

.cart-detail-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 2px solid var(--accentColor);
    background: rgb(19, 19, 19);
    background: linear-gradient(180deg, rgba(19, 19, 19, 1) 0%, rgba(64, 31, 59, 1) 0%, rgba(19, 19, 19, 1) 100%);
    margin-bottom: 24px;
    padding: 0 24px;
}

.cart-detail-first-row {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 24px;
}

.cart-detail-first-row div {
    width: 100%;
    color: var(--navLinks);
}
.cart-detail-first-row .product-quantity {
    display: flex;
    flex-direction: column-reverse;
    width: max-content;
    align-items: center;
}
.cart-detail-first-row .product-quantity span{
    font-size: 2rem;
    cursor: pointer;
}
.cart-detail-first-row .product-quantity .quantity{
    margin:auto 5px;
    width: auto;
}

.cart-detail-first-row .product-remove {
    width: auto;
    border: 1px solid var(--accentColor);
}

.cart-detail-first-row .product-thumbnail {
    width: 94px;
    height: 99px;
}

.cart-detail-first-row .product-thumbnail img {
    min-width: 94px;
    height: 99px;
}

.cart-detail-first-row div a,
.cart-detail-first-row div span {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--whiteColor);
}

.cart-detail-second-row {
    display: flex;
    gap: 45px;
    margin-bottom: 24px;
    margin-left: 16%;
}

.cart-detail-second-row div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    width: 100%;
}

.cart-detail-second-row div label {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: var(--whiteColor);
}

.cart-detail-first-row div input ,
.cart-detail-second-row div input {
    outline: none;
    color: #7B7B7B;
    width: 100%;
    padding: 9px 4px;
    border-bottom: 2px solid var(--accentColor);
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    background-color: transparent;
}

.coupon {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 15px;
    justify-content: space-between;
    border: 2px solid var(--accentColor);
    padding: 51px 25px;
    background: linear-gradient(180deg, rgba(19, 19, 19, 1) 0%, rgba(64, 31, 59, 1) 0%, rgba(19, 19, 19, 1) 100%);
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}

.coupon button[name="update_cart"] {
    border: 2px solid var(--accentColor);
    background: linear-gradient(180deg, rgba(19, 19, 19, 1) 0%, rgba(64, 31, 59, 1) 0%, rgba(19, 19, 19, 1) 100%);
    color: var(--whiteColor) !important;
    width: 20%;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}

.coupon-form-sec {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}

#coupon_code {
    width: 40%;
    padding: 15px 20px;
    border: 2px solid var(--whiteColor);
    color: var(--whiteColor);
    background-color: transparent;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
}

#coupon_apply_btn {
    padding: 15px 34px;
    background-color: transparent;
    border: 2px solid var(--whiteColor);
    color: var(--whiteColor);
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
    background: rgb(19, 19, 19);
    background: linear-gradient(90deg, rgba(19, 19, 19, 1) 0%, rgba(64, 31, 59, 1) 0%, rgba(19, 19, 19, 1) 100%);
}

/* My Account  */
.woocommerce-MyAccount-navigation-mobile {
    display: none;
    flex-direction: column;
    gap: 40px;
    position: absolute;
    top: 115px;
    left: 20px;
}

.woocommerce-MyAccount-navigation-mobile svg {
    fill: var(--accentColor);
    width: 35px;
    height: 35px;
}

.woocommerce-MyAccount-navigation-mobile-sidebar {
    position: fixed;
    left: 0;
    height: auto;
    background: linear-gradient(123deg, rgba(64, 31, 59, 1) 31%, rgba(0, 0, 0, 1) 100%);
    padding: 18px;
    width: 70px;
    z-index: 1;
    transition: all .3s;
    overflow: hidden;
    display: none;
}

.woocommerce-MyAccount-navigation-mobile-sidebar.active {
    width: 70%;
}

.woocommerce-MyAccount-navigation-mobile-sidebar .woocommerce-MyAccount-navigation-mobile-collapse {
    transform: rotate(180deg);
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation-mobile-sidebar.active .woocommerce-MyAccount-navigation-mobile-collapse {
    transform: rotate(0deg);
}

.woocommerce-MyAccount-navigation-mobile-sidebar ul li a span {
    display: none;
}

.woocommerce-MyAccount-navigation-mobile-sidebar.active ul li a span {
    display: block;
}

.woocommerce-MyAccount-navigation-mobile-sidebar svg {
    fill: var(--accentColor);
    width: 35px;
    height: 35px;
}

.woocommerce-MyAccount-navigation-mobile-sidebar div:first-child {
    display: flex;
    justify-content: flex-end;
}

.woocommerce-MyAccount-navigation-mobile-sidebar ul li {
    padding: 10px 0;
}

.woocommerce-MyAccount-navigation-mobile-sidebar ul li a {
    color: var(--navLinks);
    text-decoration: none;
    font-size: 20px;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    gap: 20px;
}

.woocommerce-MyAccount-navigation-mobile-sidebar ul li:not(.is-active) a:hover {
    color: var(--accentColor);
}

.woocommerce-MyAccount-navigation-mobile-sidebar ul li.is-active a {
    color: var(--accentColor);
}

/* .woocommerce-account article>h2 {
    position: absolute;
    left: 50%;
    margin: 3px 0;
    top: 130px;
} */

.woocommerce form.login {
    max-width: 500px;
    margin: auto;
}

.woocommerce .woocommerce-form-login label {
    color: var(--whiteColor);
    font-size: 16px;
    color: var(--whiteColor);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.32px;
    text-transform: uppercase;
}

.woocommerce .woocommerce-form-login input:not([type="checkbox"]) {
    padding: 17px !important;
    background-color: transparent !important;
    border: 2px solid var(--accentColor) !important;
}

.woocommerce .woocommerce-form-login button[type="submit"] {
    border: 2px solid var(--textColor);
    color: var(--accentColor);
    border-color: var(--accentColor);
    background-color: var(--buttonBackground);
    margin: 20px 0 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-account article .woocommerce-MyAccount-navigation {
    position: absolute;
    left: 190px;
    height: 84vh;
    top: 110px;
    left: 6%;
    width: 25%;
    background: linear-gradient(123deg, rgba(64, 31, 59, 1) 31%, rgba(0, 0, 0, 1) 100%);
}

/* .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 140px;
} */

.dashboard-first-row {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content a {
    color: var(--accentColor);
}

.dashboard-bullet::before {
    content: "• ";
    font-size: 24px;
}


.woocommerce-checkout article .woocommerce form.checkout div#payment {
    border: 2px solid var(--accentColor);
}

.woocommerce-checkout article .woocommerce form.checkout div#customer_details .col-1 .woocommerce-billing-fields {
    margin-bottom: 20px;
}

.woocommerce-checkout article .woocommerce form.checkout div#payment,
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    border-radius: unset;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    padding: 17px !important;
    background-color: var(--whiteColor) !important;
    border: 2px solid var(--accentColor) !important;
}

.woocommerce-checkout article .woocommerce form.checkout div#customer_details .col-1 input[type="checkbox"] {
    width: 25px !important;
    outline: none;
    padding: 10px 0;
    margin-top: 5px;
    border: 2px solid var(--accentColor);
    background: linear-gradient(90deg, rgba(64, 31, 59, 0.20) 2.39%, rgba(19, 19, 19, 0.20) 96.42%);
}

input[type="checkbox"]::before {
    content: "";
    width: 12px;
    height: 12px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--accentColor);
    border: 0px solid var(--accentColor);
}

input[type="radio"] {
    position: relative;
}

input[type="radio"]:before {
    position: absolute;
    content: "";
    top: -3px;
    left: -3px;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    border: 2px solid var(--accentColor);
}

input[type="radio"]::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background-color: #000;
}

input[type="radio"]:checked::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background-color: var(--accentColor);
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form>div {
    padding: 0;
    margin: 10px 0;
}

.woocommerce-checkout #payment div.payment_box p:last-child {
    padding: 0;
}

.woocommerce-SavedPaymentMethods-saveNew {
    display: flex;
}

@media(max-width:1723px) {
    .woocommerce-account article .woocommerce-MyAccount-navigation {
        left: 6%;
    }
}

@media(max-width:1400px) {
    .woocommerce-account article .woocommerce-MyAccount-navigation {
        left: 4%;
    }
}

@media(max-width:1420px) {
    .cart-top-heading-row .product-name {
        width: 40%;
    }
}

@media(max-width:1250px) {
    .cart-top-heading-row .product-name {
        width: 42%;
    }

    .woocommerce-account article .woocommerce-MyAccount-navigation {
        left: 2%;
    }
}

@media(max-width:1140px) {
    .cart-top-heading-row .product-name {
        width: 45%;
    }
}

@media(max-width:1024px) {
    .woocommerce-cart article .woocommerce .twin-cols {
        flex-direction: column-reverse;
    }

    .woocommerce-cart article .woocommerce .twin-cols form.woocommerce-cart-form {
        width: 100%;
    }

    .woocommerce-cart article .woocommerce .twin-cols .cart-collaterals {
        width: 100%;
    }

    .cart-top-heading-row .product-name {
        width: 39%;
    }

    /* .woocommerce-account article>h2 {
        transform: translateX(-50%);
    } */

    .woocommerce-MyAccount-navigation-mobile {
        display: flex;
    }

    .woocommerce-account article #woocommerce-MyAccount-navigate {
        display: none !important;
    }

    .woocommerce-MyAccount-navigation-mobile-sidebar {
        display: block;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 91% !important;
    }

}

@media(max-width:950px) {
    .cart-top-heading-row .product-name {
        width: 40%;
    }
}

@media(max-width:850px) {
    .cart-top-heading-row .product-name {
        width: 42%;
    }

    .woocommerce-checkout article .woocommerce form.checkout div#customer_details {
        flex-direction: column-reverse;
    }

    .woocommerce-checkout article .woocommerce form.checkout div#customer_details .col-1 {
        margin-top: 20px;
    }

    .woocommerce-checkout article .woocommerce form.checkout div#customer_details .col-1,
    .woocommerce-checkout article .woocommerce form.checkout div#customer_details .col-2 {
        width: 100%;
    }
}

@media(max-width:768px) {

    .cart-top-heading-row,
    .cart-detail-first-row {
        gap: 8px;
    }

    .cart-detail-inner {
        padding: 0px 16px;
    }

    .cart-detail-first-row .product-thumbnail {
        min-width: 68px;
        max-height: 68px;
    }

    .cart-detail-first-row .product-thumbnail img {
        min-width: 68px;
        max-height: 68px;
    }

    .cart-top-heading-row .product-name {
        width: 41%;
    }

    .cart-detail-second-row {
        margin-left: 7%;
        gap: 25px;
    }

    .cart-detail-second-row div label {
        font-size: 16px;
    }

    .woocommerce-account article>h2 {
        font-size: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        margin-left: 70px;
        width: 88% !important;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }

}

@media(max-width:630px) {
    .cart-top-heading-row .product-name {
        width: 43%;
    }

    .woocommerce-account article>h2 {
        font-size: 25px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 85% !important;
    }

}

@media(max-width:475px) {
    .cart-top-heading-row .product-name {
        width: 50%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 80% !important;
    }
    .cart-detail-first-row div a, .cart-detail-first-row div span{
        line-height: 18px;
    }
    .cart-top-heading-row{
        justify-content: flex-start;
        padding: 20px 6px;
    }
    .cart-top-heading-row>div{
        width: max-content !important;
        font-size: 16px;
    }
}

@media(max-width:415px) {
    .cart-top-heading-row .product-name {
        width: 59%;
    }

    .woocommerce-account article>h2 {
        font-size: 20px;
    }
    
}