input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
body{
    background-color: #f4f4f4;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
#place_order{
    display:none;
}

.product-name{

}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: var(--toranj-primary-color);
    padding:10px;
    border-radius: 15px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 10px;
    line-height: 1.5;
    background-color: #ffffff;
    color: #1f1e1e;

}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #ffffff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    right: 0;
    margin: -1em 2em 0 0;
}
.woocommerce-checkout-payment label{
    color:white;
}
.woocommerce-privacy-policy-text{
    color:white;
}
.woocommerce-privacy-policy-text a{
    color: #08794b;
}
.woocommerce-info{
    background-color:white;
    border-radius:10px;
    border-top-color:var(--toranj-secondary-color);
}
.woocommerce-form-coupon{
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(128, 125, 125, 0.3);
}
.woocommerce-info::before{
    color:var(--toranj-primary-color);
}
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    /* font-size: 62.5%; */
}
body {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    /* font-size: 1.6rem; */
    max-width: 1440px;
    margin-inline: auto;
    background-color: #f4f4f4;
    padding-inline: 24px;
}


input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    /* font-size: 62.5%; */
}
body {
    /* font-size: 1.6rem; */

    margin-inline: auto;
    background-color: #f4f4f4;
    padding-inline: 24px;
}

*, *:after, *:before{
    -webkit-tap-highlight-color: transparent;
    padding:0;
    margin:0;
    box-sizing: border-box;
}
body{
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.no-order-styles {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.no-order-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
}
.no-order-img {
    width: 25%;
    height: 25%;
    margin-bottom: 25px;
    margin-top: 60px;
}
.no-order-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 75px;
    color: #646464;
}
.no-order-btn {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding-block: 12px;
    padding-inline: 58px;
    text-decoration: none;
    color: #ffffff;
    background-color: var(--toranj-primary-color);
    border-radius: 12px;
    margin-bottom: 56px;
}
/* بزرگترین پدر */
.customer-info-container {
    display: grid;
    grid-template-columns: 636px auto;
    grid-template-rows: repeat(3, auto);
    column-gap: 24px;
    margin-inline: auto;
}

/* هدر */
.card-page-header {
    position: relative;
    max-width: 856px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 91px;
    text-align: center;
    grid-column: span 2;
}
.card-page-header::after {
    content: "";
    width: 98%;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 1em + 8px + 5px));
    /* border-top: 2px dashed var(--toranj-primary-color); */
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='1' stroke-dasharray='5%2c 5' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    z-index: -2;
}
.card-page-header::before {
    content: "";
    width: 98%;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #f4f4f4;
    transform: translate(-50%, calc(-50% - 1em + 8px + 10px));
    z-index: -1;
}
.card-header-title {
    font-size: 26px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 65px;
}
.card-page-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-signle-status {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #646464;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.card-single-title {
    line-height: 1;
}
.card-single-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
}
.active-status .card-single-svg {
    background-color: var(--toranj-secondary-color);
}
.active-status .card-single-svg path {
    stroke: var(--toranj-primary-color);
}

/* مجموع سفارش */
.bill-container {
    height: fit-content;
    border-radius: 20px;
    border: 1px solid var(--Text-300, #d9d9d9);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: var(--Text-400, #909090);
    padding: 33px 40px;
}
.bill-title ,.product-name{
    font-size: 16px;
    font-weight: 600;
}

.shop_table tr{
    display:flex;
    justify-content:space-between;
    padding-block:20px;
    border-bottom:1px solid #ededed;
}
.order-total {
    margin-block:10px;
    background-color: var(--toranj-primary-color);
    padding: 25px;
    color: white;
    border-radius: 15px;
}
.bill-price-number {
    font-size: 16px;
    font-weight: 600;
}
.product-price-unit {
    font-size: 14px;
}
.product-total-price-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-weight: 600;
}
.div-5 {
    background-color: #ededed;
    margin-top: 15px;
    height: 1px;
}
.order-off-container {
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
    gap: 20px;
}
.order-off-number-percentage {
    font-size: 14px;
    font-weight: 400;
}
.div-9 {
    background-color: #ededed;
    margin-top: 25px;
    height: 1px;
}
.package-price-container {
    display: flex;
    margin-top: 17px;
    justify-content: space-between;
    gap: 20px;
    font-weight: 600;
}
.shipping-cost-container {
    background-color: #ededed;
    margin-top: 18px;
    height: 1px;
}
.shipping-cost {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
    gap: 20px;
    font-weight: 600;
}
.div-17 {
    margin-top: 27px;
    border-bottom: 2px dashed #d9d9d9;
}
.bill-total-price-container {
    border-radius: 10px;
    background-color: rgba(184, 237, 212, 0.54);
    display: flex;
    margin-top: 31px;
    justify-content: space-between;
    gap: 20px;
    font-size: 18px;
    color: var(--Text-600, #4c4c4c);
    font-weight: 600;
    padding: 10px 19px;
}
.bill-total-price {
    font-size: 18px;
}
.bill-next-button {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: var(--toranj-primary-color);
    align-self: center;
    margin-top: 23px;
    color: #fff;
    white-space: nowrap;
    padding: 15px 41px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}
.bill-next-button:hover {
    background-color: #fff;
    color: var(--toranj-primary-color);
    border: 1px solid var(--toranj-primary-color);
}

/*بخش سمت راست صفحه*/

.customer-info-right-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
/* تمام input ها*/
.ci-inputs {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-align: right;
    border: 1px solid #d9d9d9;
    color: #4c4c4c;
}
.ci-inputs::placeholder {
    color: #909090;
}
.ci-inputs:focus {
    outline: 1px solid #999999;
}

/* کد تخفیف */
.off-code-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.off-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 24px 34px;
}
.mobile-off-code-title {
    display: none;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 600;
    align-self: flex-start;
    margin-right: 24px;
}
.ci-input-container {
    width: 100%;
    position: relative;
}
.off-input {
    width: 100%;
    padding-block: 11.5px;
    padding-right: 56px;
}
.ci-input-container svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.off-submit-button {
    max-width: 203px;
    width: 100%;
    height: 100%;
    background-color: var(--toranj-primary-color);
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
}
.off-submit-button:hover {
    background-color: #fff;
    color: var(--toranj-primary-color);
    border: 1px solid var(--toranj-primary-color);
}

/* اطاعات مشتری و طریقه ارسال */
.ci-order-delivery-type {
    width: 100%;
    max-width:636px;
    min-height: 320px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding-inline: 34px;
    padding-block: 34px 32px;

}
.ci-delivery-type-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #4c4c4c;
}
.ci-mobile-delivery-type-title {
    display: none;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 600;
}
.ci-delivery-btn-container {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
}
.ci-order-delivery-btn {
    border: 1px solid #d9d9d9;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding-inline: 32px;
    padding-block: 9px;
    color: #909090;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}
/* تغییرات */
.ci-delivery-input {
    display: none;
}
.ci-delivery-input:checked + .ci-order-delivery-btn {
    position: relative;
    background-color: var(--toranj-secondary-color);
    color: var(--toranj-primary-color);
    padding-right: 34px;
    padding-left: 14px;
}
.ci-delivery-input:checked + .ci-order-delivery-btn::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 17.5625C4.5525 17.5625 0.9375 13.9475 0.9375 9.5C0.9375 5.0525 4.5525 1.4375 9 1.4375C13.4475 1.4375 17.0625 5.0525 17.0625 9.5C17.0625 13.9475 13.4475 17.5625 9 17.5625ZM9 2.5625C5.175 2.5625 2.0625 5.675 2.0625 9.5C2.0625 13.325 5.175 16.4375 9 16.4375C12.825 16.4375 15.9375 13.325 15.9375 9.5C15.9375 5.675 12.825 2.5625 9 2.5625Z' fill='%23183D3D'/%3E%3Cpath d='M7.93508 12.185C7.78508 12.185 7.64258 12.125 7.53758 12.02L5.41508 9.89745C5.19758 9.67995 5.19758 9.31995 5.41508 9.10245C5.63258 8.88495 5.99258 8.88495 6.21008 9.10245L7.93508 10.8275L11.7901 6.97245C12.0076 6.75495 12.3676 6.75495 12.5851 6.97245C12.8026 7.18995 12.8026 7.54995 12.5851 7.76745L8.33258 12.02C8.22758 12.125 8.08508 12.185 7.93508 12.185Z' fill='%23183D3D'/%3E%3C/svg%3E%0A");
    animation: activeBtnStatus 0.3s ease;
}
/* تغییرات */
@keyframes activeBtnStatus {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 50%;
    }
    100% {
        opacity: 100%;
    }
}
.ci-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.ci-label {
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 600;
}
.ci-address {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 48px;
}
.ci-address-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #4c4c4c;
}
.ci-address-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 52px;
}

.ci-single-address {
    width: 100%;
    height: 143px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding-inline: 12px;
    padding-block: 12px 16px;
    border: 1px solid transparent;
    transition: all 0.2s;
}
.ci-address-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}
.ci-address-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    line-height: 2;
}
/* تغییرات */
.ci-address-input {
    display: none;
}
.ci-address-input:checked + .ci-single-address {
    border: 1px solid var(--toranj-primary-color);
    background-color: transparent;
}
.ci-address-input:checked + .ci-single-address .ci-address-text {
    color: #4c4c4c;
}
.ci-address-input:checked + .ci-single-address .ci-address-change {
    background-color: var(--toranj-primary-color);
    transition: all 0.2s;
}
.ci-address-input:checked + .ci-single-address .ci-address-change:hover {
    background-color: transparent;
    color: var(--toranj-primary-color);
    border: 1px solid var(--toranj-primary-color);
}
.ci-address-input:checked + .ci-single-address .ci-address-change:hover path {
    stroke: var(--toranj-primary-color);
}
.ci-address-input:checked + .ci-single-address .ci-address-remove {
    color: var(--toranj-secondary-color);
    transition: all 0.2s;
}
.ci-address-input:checked + .ci-single-address .ci-address-remove path {
    stroke: var(--toranj-secondary-color);
}
.ci-address-input:checked + .ci-single-address .ci-address-remove:hover {
    background-color: var(--toranj-secondary-color);
    color: #fff;
    border: 1px solid transparent;
}
.ci-address-input:checked + .ci-single-address .ci-address-remove:hover path {
    stroke: #fff;
}
.ci-address-input:checked + .ci-single-address .ci-address-change,
.ci-address-input:checked + .ci-single-address .ci-address-remove {
    cursor: pointer;
}
/* تغییرات */
.ci-address-change,
.ci-address-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
}
.ci-address-change {
    width: 105px;
    height: 39px;
    border: none;
    background-color: #79acac8f;
    color: #fff;
}
.ci-address-remove {
    width: 82px;
    height: 39px;
    border: 1px solid #b9dcac;
    color: #b9dcac;
    background-color: transparent;
}
.address-arrow-btn {
    padding: 8px !important;
}
.ci-address-btn {
    max-width: 183px;
    width: 100%;
    height: 53px;
    background-color: transparent;
    border: 1px solid var(--toranj-primary-color);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-inline: auto;
}
.ci-address-btn:hover {
    background-color: var(--toranj-primary-color);
    color: #fff;
    border-color: transparent;
}
.ci-new-address-btn {
    max-width: 243px;
    height: 53px;
    width: 100%;
    display: flex;
    /* به flex تغییر میکند در جاوااسکریپت */
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 2px dashed #909090;
    border-radius: 12px;
    color: var(--toranj-primary-color);
    font-size: 16px;
    font-weight: 600;
    margin-inline: auto;
    cursor: pointer;
}

/* روش های پرداخت */
.ci-payment-method {
    margin-top:24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 20px;
    padding-block: 34px;
}
.ci-payment-method-title {
    padding-right: 34px;
    margin-bottom: 31px;
    color: #4c4c4c;
    font-size: 20px;
    font-weight: 600;
}
.ci-payment-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 23px;
    padding-inline: 37px;
}
.ci-payment-single-method {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.2s;
}
.ci-payment-input {
    display: none;
}
.ci-payment-single-method .radio-btn {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid var(--toranj-accent-color);
    cursor: pointer;
}
.radio-btn::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--toranj-accent-color);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
}
.ci-payment-input:checked + .radio-btn::after {
    opacity: 1;
}
.ci-payment-input:not(:checked) ~ * {
    filter: grayscale(100%);
    color: #909090;
}

.mobile-bill-next-container {
    display: none;
    width: 233px;
    height: 49px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--toranj-primary-color);
    color: #fff;
    border-radius: 12px;
    border: none;
    margin-inline: auto;
}
.ci-order-delivery-type{
    position:relative;
}
.loader-container{
    width:100%;
    height:100%;
    backdrop-filter:blur(1.5px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-radius: 20px;
}
.loader {

    height: 35px;
    width: 80px;
    margin-left: 0px;
    background:
            radial-gradient(farthest-side,#ffd1d1 94%,#0000 ) 4px 22px/5px 5px,
            radial-gradient(farthest-side,#ffd1d1 94%,#0000 ) 12px 18px/5px 5px,
            radial-gradient(farthest-side,#ffd1d1 94%,#0000 ) 3px 6px/8px 8px,
            radial-gradient(farthest-side,#eb8594 90%,#0000 94%) left/20px 100%,
            #bd3342;
    background-repeat: no-repeat;
    border-radius: 0 50px 50px 0;
    border-top-left-radius: 30px 40px;
    border-bottom-left-radius: 30px 40px;
    animation: l7 3s infinite steps(10);
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.loader::before {
    content: " ";
    position: absolute;
    inset: calc(50% - 8px) -10px calc(50% - 8px) auto;
    width: 15px;
    background: #bd3342;
    clip-path: polygon(0 50%,100% 0,70% 50%,100% 100%);
}
@keyframes l7 {
    100% {width: 20px;margin-left:60px;}
}
/* ریسپانسیو */

@media screen and (max-width: 1050px) {
    .customer-info-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .off-submit-button{
        height:48.6px;
    }
    .card-page-header {
        grid-column: span 1;
    }
    .bill-container {
        grid-row: 4/5;
        margin-top: 34px;
        margin-bottom: 43px;
    }
    .card-single-svg {
        width: 50px;
        height: 50px;
    }
    .card-signle-status {
        font-size: 16px;
    }
}

@media screen and (max-width: 685px) {

    .ci-address-container {
        grid-template-columns: unset;
    }
    .off-submit-button {
        max-width: 160px;
    }
}

@media screen and (max-width: 630px) {
    body {
        width: 100vw;
    }
    .card-header-title {
        display: none;
    }
    .bill-container {
        border-radius: 0;
    }
    .card-page-header::after,
    .card-page-header::before {
        width: 85%;
    }
    .ci-order-delivery-btn {
        font-size: 14px;
        padding-inline: 20px;
    }
    /* تغییرات */
    .ci-delivery-input:checked + .ci-order-delivery-btn {
        padding-right: 34px;
        padding-left: 10px;
    }
    /* تغییرات */
}

@media screen and (max-width: 576px) {
    .card-single-svg {
        width: 40px;
        height: 40px;
    }
    .card-single-svg svg {
        width: 24px;
        height: 24px;
    }
    .card-single-title {
        font-size: 14px;
    }
    .card-page-status {
        margin-inline: 22px;
    }
    .card-page-header::after,
    .card-page-header::before {
        width: 80%;
    }
    .bill-price-number {
        font-size: 14px;
    }
    .bill-total-price-container {
        font-size: 16px;
        padding: 0;
        background-color: transparent;
    }
    .bill-next-button {
        font-size: 16px;
        margin-top: 9px;
    }
    .off-submit-button {
        max-width: 130px;
    }
}
@media screen and (max-width: 516px) {
    body {
        padding-inline: 0;
    }

    .ci-delivery-type-title {
        display: none;
    }
    .ci-delivery-type-title {
        display: none;
    }
    .off-section {
        background-color: transparent;
        border: none;
    }
    .ci-order-delivery-type {
        padding-inline: 20px;
        background-color: transparent;
        border: none;
    }
    .ci-delivery-btn-container {
        gap: 7px;
    }
    .ci-order-delivery-btn {
        text-wrap: nowrap;
        font-size: 12px;
        padding-inline: 14px;
    }
    /* تغییرات */
    .ci-delivery-input:checked + .ci-order-delivery-btn {
        padding-right: 30px;
        padding-left: 8px;
    }
    /* تغییرات */
    .mobile-off-code-title {
        display: block;
    }
    .ci-mobile-delivery-type-title {
        display: block;
        margin-bottom: 16px;
    }
    .ci-address-title {
        font-size: 16px;
    }
    .off-section {
        padding: 0px 20px;
        gap: 8px;
    }
    .off-submit-button {
        width: 106px;
        height:48px;
        font-size: 14px;
    }
    .off-input,
    .ci-inputs {
        padding: 14px 16px;
        font-size: 12px;
    }
    .ci-input-container {
        width: 80%;
    }
    .ci-input-container svg {
        display: none;
    }
    .customer-info-right-section {
        gap: 44px;
    }
    .card-page-header {
        margin-bottom: 30px;
    }
    .ci-order-delivery-type {
        padding-block: 0;
    }
    .ci-address {
        margin-top: 0;
    }
    .ci-delivery-btn-container {
        margin-bottom: 49px;
    }
    .ci-single-address {
        gap: 4px;
        padding-block: 12px 8px;

    }
    .ci-address-container {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 400px) {
}
