/* include font */
@font-face {
    font-family: 'Source Sans 3';
    src: url('../assets/fonts/SourceSans3-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../assets/fonts/SourceSans3-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../assets/fonts/SourceSans3-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans 3';
    src: url('../assets/fonts/SourceSans3-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    margin-bottom: 0 !important;
}

body {
    font-family: 'Source Sans 3', sans-serif;
}

/*-------------- Header --------------*/
.topbar {
    background-color: #232F3E;
}

.topbar_content p {
    font-size: 13px;
    font-weight: bold;
}

/*---------------- Navbar ---------------*/
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.nav-item a {
    text-decoration: none;
    color: black;
}

.offcanvas-search .offcanvas-search-input input {
    border: none;
}

.offcanvas-search .offcanvas-search-input input:focus {
    outline: none;
}

/* ------------------Offcanvas Cart ------------ */
.offcanvas-cart {
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
    /* Ensures it stays above other content */
    background: white;
}

.scrollable-section {
    flex-grow: 1;
    overflow-y: auto;
    background: #f8f9fa;
    /* Light background */
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
    background: white;
}

.offcanvas-cart .title-header h2 {
    font-size: 20px;
    font-weight: bold;
}

.cart-content h2 {
    font-size: 18px;
    font-weight: bold;
}

.good-choice {
    background-color: #EBFCE9;
    color: #007600;
    border-radius: 5px;
}

.good-choice p {
    font-size: 14px;
    line-height: 20px;
}

.good-choice span {
    font-weight: 600;
}

.offcanvas-cart-product img,
.offcanvas-cart-xtra-buy img {
    width: 7rem;
    border-radius: .2rem;
}

.offcanvas-cart-product h1 {
    font-size: 18px;
    font-weight: bold;
}

.offcanvas-cart-product h3 {
    font-size: 14px;
}

.offcanvas-cart-product h3 span {
    color: #B4B4B4;
}

.offcanvas-cart-product p {
    font-size: 15px;
    font-weight: bold;
}

.offcanvas-cart-product p span {
    color: #B4B4B4;
    text-decoration: line-through;
    font-size: 14px;
}

.cart-qty-area {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.cart-qty {
    width: 7.5rem;
    border: 1px solid;
    border-color: #cfcfcf;
    display: flex;
    gap: 1.5rem;
    justify-content: space-around;
    align-items: center;
}

.cart-qty span,
.cart-qty p {
    font-size: 15px;
    font-weight: bold;
}

.offcanvas-cart-xtra-buy {
    background-color: #ECECEC;
}

.offcanvas-cart-xtra-buy h1 {
    font-size: 17px;
    font-weight: bold;
}

.xtra-buy-price {
    font-size: 15px;
}

.xtra-buy-price span {
    font-size: 14px;
    color: #716e6e;
    text-decoration: line-through;
}

.xtra-buy-color select,
.xtra-buy-size select {
    width: 5rem;
    padding: .1rem .2rem;
    font-size: 14px;
    font-weight: 600;
    border-radius: .3rem;
    border: 1px solid #cfcfcf;
}

.xtra-buy-btn button {
    margin-top: .5rem;
    width: 100%;
    border: none;
    background-color: #F9CA4F;
    border-radius: .3rem;
    padding: .4rem 0rem;
    font-size: 14px;
    font-weight: bold;
}

.redeem-input input {
    width: 15rem;
    padding: .4rem 1rem;
}

.redeem-input input[type=text] {
    font-size: 14px;
}

.redeem-btn button {
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-weight: bold;
}

.rewardtracker p {
    font-size: 14px;
    color: #ab0b0b;
}

.rewardtracker span {
    font-size: 20px;
    color: #ab0b0b;
}

.subtotal p,
.shipping p,
.total p,
.stock-text p {
    font-size: 14px;
}

.subtotal p span {
    font-size: 13px;
    color: #B4B4B4;
    text-decoration: line-through;
}

.shipping-free {
    color: #008b10;
    font-weight: bold;
}

.total p {
    font-weight: bold;
}

.stock-text p {
    color: #409b07;
}

.checkout-btn button {
    width: 100%;
    border: none;
    background-color: #F9CA4F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .9rem 0;
    font-size: 12px;
    gap: .2rem;
    font-weight: bold;
    align-items: center;
    border-radius: .3rem;
}

.checkout-btn button span {
    font-size: 20px;
}

.navbar-toggler {
    border: none;
    background: transparent;
    box-shadow: none;
}

.offcanvas-nav {
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh;
}

.offcanvas-nav-search {
    background-color: #eee;
}

.offcanvas-nav .offcanvas-search-input {
    background-color: transparent;
}

.offcanvas-nav .offcanvas-search-input input {
    border: none;
    background-color: transparent;
}

.offcanvas-nav .offcanvas-search-input input:focus {
    outline: none;
}

.offcanvas-nav-p {
    font-size: 14px;
}

.offcanvas-nav-social-content {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding-top: 1rem;
}

.offcanvas-nav-social {
    border: 2px solid black;
    padding: 5px 7px;
    border-radius: 50%;
}

.offcanvas-nav-social img {
    width: 20px;
}

/*--------- Hero -------------*/
.hero {
    background: url('../assets/images/hero.png') no-repeat center center/cover;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title h1 {
    font-size: 35px;
    font-weight: bold;
}

.hero-description {
    width: 25%;
    text-align: center;
}

.hero-button {
    font-size: 12px;
    padding: 10px 20px;
}

/*------------ Loved By ----------*/
.lovedby_pic {
    margin-left: -5px;
}

.lovedby_pic:first-child {
    margin-left: 0;
}

.lovedby-text {
    font-size: 12px;
    line-height: 20px;
    display: flex;
    justify-content: center;
}

.lovedby-images img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 10px;
}

.lovedby-images img:nth-child(2) {
    margin-left: -5px;
}

.lovedby-text h2 {
    font-size: 12px;
    margin-left: 0px;
}

.lovedby-text h2 span {
    font-weight: bold;
}

.lovedby-text h2 img {
    width: 17px;
}

/*------------ Home Page -- reviews ---------------*/
.reviews {
    background-color: #FAFAFA;
}





.review_verified_text {
    font-size: 14px;
}

.review_bottom {
    background-color: #F8F8F8;
}

.review_top {
    background-color: #FCFCFC;
}

.review_reviwer {
    font-size: 12px;
}

/*-------------- Home Page -- Popular Products ----------------*/
.product_price {
    font-size: 13px;
}

/*------------ Home Page -- Club -----------------------*/
.club_container {
    background-color: #F8F8F8;
}

.club .btn {
    font-size: 13px;
}

.club_img img {
    margin-left: 12px;
}

/*---------------- Home Page -- SEO Content --------------*/
.seoContent_text {
    font-size: 14px;
}

/*---------- Category Page -- category -------------*/
.category-lists img {
    background-color: #f2f2f2;
    padding: 18px;
    border-radius: 50%;
}

.category-lists a {
    text-decoration: none;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.category-lists a img {
    width: 80px;
}

.category-list-title h2 {
    font-size: 15px;
    top: 10px;
    left: 10px;
    font-weight: bold;
}

.category-products-title h2,
.catg-reviews-products-title h2 {
    font-size: 30px;
    font-weight: bold;
}

.category-filter-title {
    font-size: 14px;
}

.category-filter-title:hover {
    text-decoration: underline;
}

.card-title h5 {
    font-size: 16px;
    font-weight: bold;
}

.card-ratings img {
    width: 15px;
}

.card-area-meta h3 {
    font-size: 15px;
}

.card-ratings-area h3 {
    font-size: 14px;
}

.card-price {
    font-size: 14px;
    font-weight: bold;
}

.card-price span {
    color: #B4B4B4;
    text-decoration: line-through;
}

.card-tag p {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    background-color: #F9CA4F;
    padding: 2px 10px;
    border-radius: 15px;
    font-weight: bold;
}

/*---------- Category Page -- Reviews -------------*/
.catg-reviews-rating-area h3 {
    font-size: 17px;
}

.catg-reviews-rating img {
    width: 18px;
}

.catg-reviews-review-subtitle h2 {
    font-size: 16px;
    font-weight: bold;
}

.catg-reviews-review-title h3 {
    font-size: 32px;
    font-weight: bold;
}

.catg-reviews-review-para p {
    font-size: 14px;
    color: #B4B4B4;
}

.progress-bar span {
    width: 15rem;
}

.progress-bar-score p {
    font-size: 15px;
}

.catg-reviews-reviews {
    padding: 0 10rem !important;
}

/* Review Cards */
.review-cards .card {
    background-color: #FCFCFC;
}

.review-verified-text {
    font-size: 14px;
    color: #B4B4B4;
}

.review-card-title h2 {
    font-size: 16px;
    font-weight: bold;
}

.review-subtitle p {
    font-size: 14px;
}

.review-cards-bottom {
    background-color: #F8F8F8;
}

.review-cards-bottom p {
    font-size: 13px;
}

.review-cards-bottom p span {
    font-weight: bold;
    color: #716e6e;
}

/*-------------- Cart Section ---------------*/
.cart_sale {
    font-size: 12px;
}

.cart_price-original {
    font-size: 17px;
    color: #B4B4B4;
}

.cart_price-discount-tag-area {
    padding: 1px 8px;
}

.cart_price-discount-tag {
    font-size: 12px;
}

.cart_price-return {
    font-size: 10px;
    color: #B4B4B4;
}

.cart_characte-txt {
    font-size: 14px;
}

.colorSwatches_subtitle {
    font-size: 14px;
}

.colorSwatches_btn p {
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #000;
    cursor: pointer;

}

.colorSwatchesBtn.check_active {
    background: #000;
    color: #fff;
}

.logistics_title {
    font-size: 14px;
}

/* ------------- SEO Content */
.seoContent-title h2 {
    font-size: 20px;
    font-weight: bold;
}

.seoContent-text p {
    font-size: 14px;
    color: #716e6e;
    margin-top: .5rem;
}

/*------ Product Details: Happy Customer ----------*/
.happyCustomer {
    background-color: #FAFAFA;
}

.happyCustomer-title h3 {
    font-size: 17px;
}

.happyCustomer-title h1 {
    font-size: 30px;
    font-weight: bold;
}

.videos video {
    border-radius: .4rem;
}

/* -------Products Details: Be Yourself------- */
.beYourself img {
    border-radius: .3rem;
}

.beYourself h3 {
    font-size: 20px;
    color: #716e6e;
}

.beYourself h1 {
    font-size: 45px;
    margin-top: 1rem;
    font-weight: bold;
}

.beYourself h4 {
    margin-top: 2rem;
    font-size: 17px;
    color: #716e6e;
    font-weight: bold;
}

.beYourself .lists {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.beYourself .lists p {
    font-size: 15px;
    color: #716e6e;
}

/*-------------- Footer ---------------*/
footer {
    background-color: #FBFBFB;
}

.footer-bottom {
    background-color: #F5F5F5;
}

.footer-menu-title h2 {
    font-size: 20px;
    font-weight: bold;
}

.footer-menu-link a {
    font-size: 15px;
    text-decoration: none;
    color: black;
}

.footer-para {
    font-size: 14px;
}

.footer-form input {
    height: 3rem;
}

.footer-form input[type="text"] {
    font-size: 14px;
    color: #716e6e;
}

.footer-form span {
    padding: 12px 1rem;
    background-color: #333333;
    color: white;
    font-weight: bold;
    border-radius: 0 5px 5px 0;
}

.form-policy p {
    font-size: 12px;
    color: #716e6e;
}

.form-policy p span {
    font-style: italic;
}

.copyright-text {
    font-size: 14px;
}

.copyright-text span {
    font-weight: bold;
}


/* Zahin code  */
.col-md-3.d-flex.flex-column .menu li {
	list-style: none;
	margin-left: -26px;
	margin-top: 11px;
}



/* ============================================================
   WooCommerce My Account - Corporate & Professional Design
   এই CSS টি Appearance > Customize > Additional CSS এ paste করুন
   অথবা আপনার theme এর style.css এর শেষে যোগ করুন
   ============================================================ */

/* ── মেইন লেআউট ── */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 48px auto;
    padding: 0 20px;
    margin-top: 40px !important;
    margin-bottom: 50px !important;
}

/* ============================================================
   SIDEBAR
   ============================================================ */
.woocommerce-MyAccount-navigation {
    width: 260px;
    min-width: 260px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    overflow: hidden;
    position: sticky;
    top: 24px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 8px 10px;
    margin: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 2px;
}

.woocommerce-MyAccount-navigation li a {
    display: flex;
    align-items: center;
    padding: 11px 14px;
    border-radius: 8px;
    color: #4b5563;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    border-left: 3px solid transparent;
}

.woocommerce-MyAccount-navigation li a:hover {
    background: #f1f5f9;
    color: #1e40af;
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: #eff6ff;
    color: #1e40af;
    border-left: 3px solid #1e40af;
    font-weight: 600;
}

/* Logout */
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout {
    border-top: 1px solid #e8eaed;
    margin-top: 6px;
    padding-top: 6px;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #ef4444;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #fef2f2;
    color: #dc2626;
}

/* ============================================================
   MAIN CONTENT
   ============================================================ */
.woocommerce-MyAccount-content {
    flex: 1;
    min-width: 0;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e8eaed;
    padding: 32px 36px;
    line-height: 1.7;
    font-size: 14px;
    color: #374151;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-size: 17px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8eaed;
}

/* ============================================================
   ORDERS TABLE
   ============================================================ */
.woocommerce-orders-table,
.woocommerce-MyAccount-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8eaed;
}

.woocommerce-orders-table thead tr,
.woocommerce-MyAccount-content table thead tr {
    background: #f8fafc;
}

.woocommerce-orders-table th,
.woocommerce-MyAccount-content table th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e8eaed;
}

.woocommerce-orders-table td,
.woocommerce-MyAccount-content table td {
    padding: 13px 16px;
    border-bottom: 1px solid #f1f5f9;
    color: #374151;
    vertical-align: middle;
}

.woocommerce-orders-table tr:last-child td,
.woocommerce-MyAccount-content table tr:last-child td {
    border-bottom: none;
}

.woocommerce-orders-table tbody tr:hover td,
.woocommerce-MyAccount-content table tbody tr:hover td {
    background: #f8fafc;
}

/* ── Order Status Badges ── */
mark.order-status,
.woocommerce-orders-table .order-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 600;
    background: none;
}

mark.order-status.status-completed { background: #dcfce7; color: #15803d; }
mark.order-status.status-processing { background: #dbeafe; color: #1d4ed8; }
mark.order-status.status-pending,
mark.order-status.status-on-hold { background: #fef9c3; color: #854d0e; }
mark.order-status.status-cancelled,
mark.order-status.status-failed { background: #fee2e2; color: #b91c1c; }
mark.order-status.status-refunded { background: #f3e8ff; color: #7e22ce; }

/* ============================================================
   BUTTONS
   ============================================================ */
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button[type="submit"],
.woocommerce-MyAccount-content input[type="submit"] {
    display: inline-block;
    background: #1e40af;
    color: #ffffff !important;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content button[type="submit"]:hover,
.woocommerce-MyAccount-content input[type="submit"]:hover {
    background: #1e3a8a;
    color: #fff !important;
}

/* View Order বাটন */
.woocommerce-orders-table .woocommerce-button {
    background: transparent;
    color: #1e40af !important;
    border: 1px solid #bfdbfe;
    padding: 6px 14px;
    font-size: 12.5px;
    border-radius: 6px;
}

.woocommerce-orders-table .woocommerce-button:hover {
    background: #eff6ff;
    border-color: #1e40af;
}

/* ============================================================
   FORM FIELDS
   ============================================================ */
.woocommerce-MyAccount-content .form-row {
    margin-bottom: 18px;
}

.woocommerce-MyAccount-content label {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #111827;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    box-sizing: border-box;
}

.woocommerce-MyAccount-content input[type="text"]:focus,
.woocommerce-MyAccount-content input[type="email"]:focus,
.woocommerce-MyAccount-content input[type="password"]:focus,
.woocommerce-MyAccount-content input[type="tel"]:focus,
.woocommerce-MyAccount-content select:focus,
.woocommerce-MyAccount-content textarea:focus {
    border-color: #1e40af;
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
}

/* Address form দুই কলাম */
.woocommerce-address-fields .form-row-first,
.woocommerce-address-fields .form-row-last {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.woocommerce-address-fields .form-row-first {
    margin-right: 3%;
}

/* ============================================================
   ADDRESS BOXES
   ============================================================ */

/*    
.woocommerce-MyAccount-content .woocommerce-Addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    background: #f8fafc;
    border: 1px solid #e8eaed;
    border-radius: 10px;
    padding: 22px;
}

.woocommerce-MyAccount-content .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8eaed;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    font-size: 12px;
    font-weight: 700;
    color: #1e40af;
    background: #eff6ff;
    padding: 4px 10px;
    border-radius: 20px;
    border: none;
    margin: 0;
    display: inline-block;
}

.woocommerce-MyAccount-content .woocommerce-Address-title a {
    font-size: 12.5px;
    color: #1e40af;
    text-decoration: none;
    font-weight: 500;
}

.woocommerce-MyAccount-content .woocommerce-Address-title a:hover {
    text-decoration: underline;
}

.woocommerce-MyAccount-content address {
    font-style: normal;
    font-size: 13.5px;
    color: #4b5563;
    line-height: 1.8;
} */

/* ============================================================
   NOTICES
   ============================================================ */
.woocommerce-MyAccount-content .woocommerce-Message {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 14px;
    color: #1e40af;
    margin-bottom: 24px;
    list-style: none;
}

.woocommerce-MyAccount-content .woocommerce-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 14px 18px;
    color: #b91c1c;
    list-style: none;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content .woocommerce-info {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 14px 18px;
    color: #15803d;
    margin-bottom: 20px;
}

/* ============================================================
   MOBILE RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
        gap: 16px;
        margin: 24px auto;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
        min-width: unset;
        position: static;
    }

    .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        padding: 10px;
    }

    .woocommerce-MyAccount-navigation li {
        margin-bottom: 0;
    }

    .woocommerce-MyAccount-navigation li a {
        padding: 8px 14px;
        font-size: 13px;
        border-left: none;
        border-bottom: 2px solid transparent;
        border-radius: 6px;
    }

    .woocommerce-MyAccount-navigation li.is-active a {
        border-left: none;
        border-bottom: 2px solid #1e40af;
    }

    .woocommerce-MyAccount-content {
        padding: 22px 18px;
    }

    .woocommerce-MyAccount-content .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }

    .woocommerce-orders-table {
        display: block;
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .woocommerce-account .woocommerce {
        margin: 16px auto;
        padding: 0 12px;
    }

    .woocommerce-MyAccount-content {
        padding: 18px 14px;
    }

    .woocommerce-address-fields .form-row-first,
    .woocommerce-address-fields .form-row-last {
        width: 100%;
        display: block;
        margin-right: 0;
    }
}


.wp-block-woocommerce-checkout {
 
	padding: 53px;
}
.wc-block-components-sidebar-layout.wc-block-cart {
 
	padding: 60px;
}