.product-standard-photo-zines .size-toggle{
  display: none;
}
.product-standard-films .size-toggle{
  display: none;
}
.product-standard-quicksnap-camera .size-toggle{
  display: none;
}
.product-film-developing .size-toggle{
  display: none;
}
.sidebar.sidebar-main {
    display: none;
}
a.action.multicheckout {
    display: none;
}
.panel.header {
    max-width: 1420px !important;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.navigation, .breadcrumbs, .page-header .header.panel, .header.content, 
.footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, 
.block.category.event, .top-container, .page-main {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 1420px !important;
}
.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.products-grid .custom-product-card {  
  text-align: left !important;
}
.search-input {
    padding: 8px 35px 8px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 180px;
}

.search-icon-btn {
    position: absolute;
    right: 0px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    color: #555;
}

.nav-menu .dropdown > a::after {
    content: "▼";
    font-size: 12px;
    margin-left: 2px;
    color: #494949;
}

.main-header {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 10px 0;
}

.custom-container {
    max-width: 1420px;
    margin: 0 auto;
}

.custom-header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.custom-header-left .logo-img {
    max-height: 50px;
}

.custom-header-center {
    flex: 1 1 auto;
    text-align: center;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 10px;
    display: block;
}

.nav-menu .dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    list-style: none;
    padding: 10px 0;
    z-index: 10;
    min-width: 200px;
}

.dropdown-menu li {
    padding: 0;
}

.dropdown-menu a {
    padding: 8px 16px;
    color: #333;
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
}

.custom-header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-form {
    display: flex;
    align-items: center;
}

.search-input {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px !important;
}

.search-button {
    padding: 6px 10px;
    margin-left: 5px;
    background: #eee;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.search-button i {
    color: #333;
}

.header-icon img {
    height: 22px;
}


.panel.header .container {
    max-width: 1420px !important;
    width: 100% !important;
}
.main-header .logo img {
    height: 50px !important;
    width: 200px !important;
    
}

.top-delivery-bar {
    font-weight: 600;
    letter-spacing: 0.02em;
}
.btn:hover {
    color: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
} 
.signup-box .btn:hover {
    background: #4fa8ae !important;
    color: #fff !important;
}
.card { border: 1px solid transparent !important; }
/* Increase navbar link font weight */
.navbar-nav .nav-link {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #98275c; /* your brand color */
}

/* Adjust icon colors and spacing */
.header-icons a {
    color: #000;
    transition: color 0.3s ease;
}

.header-icons a:hover {
    color: #98275c;
}
button:active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.top-header {
    background-color: #a62256;
    color: white;
    font-size: 13px;
    padding: 6px 0;

    .container {
        display: flex;
        align-items: center;
        justify-content: center;

        i {
            margin-right: 6px;
        }
    }
}

.main-header {
    background: #fff;
    padding: 15px 0 !important;
}

    .custom-header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 9px 0 9px 0;
        background-color: #ffffff;
        border-bottom: 1px solid #eaeaea;
        max-width: 1420px;
        margin: 0 auto;
    }

    .custom-header-left img {
        height:40px;
        margin-bottom: -8px;
    }

    .custom-header-center {
        display: flex;
        justify-content: flex-end;
        flex: 1;
    }

    .custom-header-center nav {
        display: flex;
        gap: 25px;
        justify-content: center;
    }

    .custom-header-center a {
        text-decoration: none;
        color: #494949 !important;
        font-size: 16px;
    }

    .custom-header-center a:hover {
        color: #a6264e;
    }

    .custom-header-right {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-left: 40px;
    }

    .custom-header-search {
        position: relative;
    }
.custom-header-search input{ border-radius: 6px; }
    .custom-header-search input.search-input {
        padding: 6px 40px 6px 12px;
        border-radius: 20px;
        border: 1px solid #ccc;
        font-size: 14px;
        width: 235px;
    }

    .custom-header-search button {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: transparent;
        padding: 0;
        cursor: pointer;
    }

    .custom-header-search button i {
        color: #999;
        font-size: 14px;
    }

    .custom-header-right a i {
        font-size: 22px;
        color: #333;
        transition: color 0.2s ease;
    }

    .custom-header-right a:hover i {
        color: #a6264e;
    }

    .header.content {
        display: none;
    }
  .navigation { background: #ffffff; }

    @media (max-width: 768px) {
        .custom-header-container {
            flex-direction: column;
            gap: 12px;
            padding: 20px;
        }

        .custom-header-center {
            justify-content: center;
        }

        .custom-header-right {
            justify-content: center;
            flex-wrap: wrap;
        }

        .custom-header-search input.search-input {
            width: 100%;
        }
    }

.custom-menu ul {
    display: flex;
    gap: 9px;
    list-style: none;
    padding: 0;
    margin: 0;
  align-items: center;
}
ul>li, ol>li {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.custom-menu li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.custom-menu li a:hover {
    color: #a6264e;
}
.custom-menu .dropdown {
    position: relative;
}

.custom-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 12px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 1px solid #eaeaea;
    z-index: 999;
    min-width: 200px;
}

.custom-menu .dropdown:hover .dropdown-menu {
    display: block;
}

.custom-menu .dropdown-menu li {
    padding: 0;
    margin: 0;
}

.custom-menu .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
}

.custom-menu .dropdown-menu li a:hover {
    background-color: #f5f5f5;
    color: #a6264e;
}
i.fa-solid.fa-sort-down {
    position: absolute;
    top: 0px;
    padding-left: 4px;
}  

/* footer css code */

img.fotorama__img {width: 100% !important;}  
.page-layout-product-full-width h1.page-title {
    font-weight: bold;
    font-size: 32px;
} 
  
figure { transition: margin-top 0.3s ease; }
figure:hover { margin-top: -5px; }
  .footer-container {
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    border-top: 1px solid #ccc;
  }
  h3 {
    font-weight: 600;
    line-height: 36px;
    font-size: 30px;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
  .form-check {
    padding-top: 12px;
	}

  .footer-signup {
	background-color: #4fa8ae;
    color: white;
    padding: 10rem 0 15rem 10rem;
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-footer { padding-bottom: 0px; }
  .footer-links {
    flex: 1 1 100%;
    padding: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
  }

  .footer-links > div {
    flex: 1 1 33%;
    margin-bottom: 1rem;
  }

  .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-links ul li {
    margin-bottom: 2.5rem;
    color: #1a1919;
    font-size: 15px;
  }

  .footer-bottom {
    background-color: #1a1fc0;
    color: white;
    font-size: 12px;
    padding: 1rem 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
.footer-bottom-container {
  max-width: 1420px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px; 
}
  .footer-policy-links a {
    color: white;
    margin: 0 0.5rem;
    text-decoration: none;
  }

  .signup-box {
    max-width: 500px;
    width: 100%;
  }

  .form-control,
  .btn {
    height: 48px;
    border-radius: 8px;
  }

.social-icons i {
  background-color: #1a1fc0;
  color: #ffffff;
  font-size: 20px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}


  .social-icons {
    margin-bottom: 3rem;
  }

  .checkbox-label {
    font-size: 12px;
    color: white;
  }
	
  .checkbox-label a {
    font-size: 12px;
    color: white;
	}
  
  .input-group {
  position: relative;
  width: 100%;
}

.input-group input[type="email"] {
  width: 100%;
  padding: 0 130px 0 1rem; /* extra right padding for button space */
  height: 50px;
  border-radius: 4px;
  border: none;
  font-size: 15px;
}

.input-group .btn {
	position: absolute;
    right: 5px;
    top: 5px;
    height: 80%;
    border: none;
    background-color: #4fa8ae;
    color: #fff;
    font-weight: bold;
    padding: 0 1.5rem;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-left: 1px solid #ccc;
    border-radius: 18px;
    cursor: pointer;
}

.footer-links ul li a {
    color: #1a1919;
    text-decoration: none;
} 
.page-wrapper>.page-bottom {max-width: 100% !important; width: 100% !important; margin-top: 50px;}      
.page-bottom{min-width: 100% !important;}
.page-layout-product-full-width .block.widget.block-products-list.grid {
    display: none;
}

.page-layout-product-full-width .swatch-option.image {
    width: 75px !important;
    height: 75px !important;
    line-height: 75px !important;
    border: 1px solid #ccc;
}


.page-layout-product-full-width .swatch-attribute .swatch-option {
    min-width: 140px;
    height: 34px;
    line-height: 34px;
    width: max-content;
}
.swatch-option.text { font-size: 14px !important; 
		background: #fff !important;
    	box-shadow: 0 0 4px #1d1d1b26 !important;
  		color: #565656 !important;
        font-weight: 500;
}
.page-layout-product-full-width .swatch-attribute .swatch-option.image {
    background-size: cover;
}

.page-layout-product-full-width select.swatch-select {
    height: 50px !important;
    width: 80% !important;
}
.page-layout-product-full-width .swatch-attribute-label {
    font-weight: 700 !important;
    position: relative;
    font-size: 16px;
    color: #565656;
}
button#product-addtocart-button {
    background-color: #efa63d;
    border: 1px solid #efa63d;
    border-radius: 20px;
    /*display: none;*/
    padding: 10px 25px;
    font-size: 1.4rem;
}
.breadcrumbs{ padding-top: 30px; }
.product.attribute.overview p { font-size: 15px; }
.product-info-main .product.attribute.overview
 {
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
}
.product-info-main .product-info-price {
    border-bottom: 1px solid #ccc;
    padding: 0px 0 12px 0px;
}
.swatch-attribute-selected-option { font-size: 15px; }
.page-layout-1column .product.media { width: 47% !important; padding: 0 15px !important;}
.page-layout-1column .product-info-main { width: 47% !important; padding: 60px 15px !important;}
.fotorama__stage__frame .fotorama__img { top: 54% !important; border: 1px solid #e7e7e7 !important; height: 100% !important; }

.page-layout-2columns-left .sidebar-main
 {
   width: 0% !important;
}
.page-layout-2columns-left .column.main {
  width: 100% !important;
}
.page-layout-2columns-left .main {
  padding-left: 0% !important;
}

.page-layout-product-full-width .info-box{
  transition: transform 0.3s ease;
}
.page-layout-product-full-width .info-box:hover{
  transform: scale(1.05);
  cursor: pointer;
}
.page-layout-product-full-width .actions a {
    background-color: #efa63d !important;
    border: 1px solid #efa63d !important;
    border-radius: 20px !important;
    margin-top: 20px !important;
}
.product-info-stock-sku {
    font-size: 11px !important;
}
.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price {
    font-size: 22px !important;
}
.account .page-main { padding-top: 40px !important; }
.customer-account-forgotpassword .page-main { padding-top: 40px !important; }
.customer-account-create .page-main { padding-top: 40px !important; }
.customer-account-create .fieldset>.field:not(.choice)>.label { width: 30% !important; text-align: left !important;}
.customer-account-create .fieldset>.field:not(.choice)>.control{width: 69%;}
.customer-account-forgotpassword .column.main {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
.customer-account-create .page-title {
    font-size: 32px;
    color: #494949 !important;
    font-weight: 700 !important;
}
.customer-account-forgotpassword .page-title {
    font-size: 32px;
    color: #494949 !important;
    font-weight: 700 !important;
}

  @media(min-width: 768px) {
    .footer-signup {
      /*flex: 0 0 45%;*/
    } 

    .footer-links {
      flex: 0 0 50%;
    }
    
    .page-products .products-grid .product-item {
      width: 50%;
     }
     .products-grid .product-items {
          gap: 0px;
      }    
  }

.product-info-main {
    padding-top: 60px;
}
.page-layout-2columns-left .sidebar-additional {
  margin-top: 2.5%!important;
}
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: top 0.3s;
}
.page-layout-product-full-width.page-main{background-color: #FBFAFA;}
.row-full-width-inner { max-width: 1420px !important; }
.swatch-attribute.design_template {
    display: none !important;
}
.checkout-index-index .action-update {
    display: none !important;
}

.custom-newsletter-popup {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-newsletter-content {
    background: #fff;
    max-width: 800px;
    width: 90%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    border: 8px solid #1a1fc0;
}

.custom-newsletter-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.custom-newsletter-grid {
    display: flex;
    flex-direction: row;
}

.custom-newsletter-left {
    flex: 1;
}

.custom-newsletter-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-newsletter-right {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.custom-newsletter-right h2 {
    font-weight: bold;
    color: #1a1fc0;
    margin-bottom: 15px;
    font-size: 17px !important;
    text-align: center;
}

.custom-newsletter-right p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #292828;
    text-align: center;
}

.cta-button {
    padding: 12px 20px !important;
    background: #1a1fc0 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: background 0.3s !important;
}

.cta-button:hover {
    background: #0f1399 !important;
}

@media (max-width: 768px) {
    .custom-newsletter-content {
        max-width: 95%;
        border-width: 5px;
    }
    .custom-newsletter-grid {
        flex-direction: column;
    }
    .custom-newsletter-left {
        display: none;
    }
    .custom-newsletter-right {
        padding: 20px;
        text-align: center;
    }
    .custom-newsletter-right h2 {
        font-size: 16px !important;
    }
    .custom-newsletter-right p {
        font-size: 14px;
    }
    .cta-button {
        width: 86%;
    }
  .custom-newsletter-popup {
  	max-width: 100vw;
    max-height: 100vh;
  }
}


.block.newsletter {
  max-width: 65%;
  width: max-content;
}

.page-products .products-grid .product-item {
  margin: 0px auto;
  align-content: center;
  margin-left: 0px !important;
  margin-right: 0px;
}
.toolbar-products
 {
   margin-bottom: 10px !important;
}
h1 {
  font-size: 30px !important;
  margin-bottom: 25px !important;
}
.product-item .price-box {
    margin: 10px 0 20px !important;
}
.product-item .price-box .price {
  font-weight: 600;
}

.price-wishlist-row {
    display: flex;
    align-items: center;
    justify-content: space-between; /* price left, wishlist right */
    gap: 20px;
    margin-top: 10px;
}
i.fa-regular.fa-heart {
    font-size: 18px;
}
.price-wishlist-row .product-price {
    font-size: 22px;
    font-weight: 600;
}

.price-wishlist-row .add-to-wishlist-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.price-wishlist-row .add-to-wishlist-icon i {
    font-size: 18px;
    color: #e63946;
}

.price-wishlist-row .add-to-wishlist-icon:hover {
    background: #f9f9f9;
    border-color: #e63946;
}
.product-item {
    position: relative;
}

.product-image {
    position: relative;
}

.category-wishlist-icon {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-wishlist-icon i {
    font-size: 18px;
    color: #666;
    transition: color 0.3s ease;
}

.category-wishlist-icon:hover {
    border-color: #e63946;
}

.category-wishlist-icon:hover i {
    color: #e63946;
}

.category-wishlist-icon.active {
    border-color: #e63946;
    background: #fff0f0;
}

.category-wishlist-icon.active i {
    color: #e63946;
}
.sidebar.sidebar-additional {
    display: none;
}
.product-items .action.towishlist:before{
    font-size: 30px;
    line-height: 32px;
}




/* Filter block wrapper */
.block.filter .filter-options {
    display: flex;
    flex-direction: column;
    gap: 20px; /* space between each filter (Price, Color, etc.) */
}

/* Each filter section */
.block.filter .filter-options-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 16px 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.block.filter .filter-options-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Filter title */
.block.filter .filter-options-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 12px;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

/* Filter items (like price ranges) */
.block.filter .filter-options-content li {
    margin-bottom: 8px;
    font-size: 14px;
}

.block.filter .filter-options-content a {
    color: #444;
    text-decoration: none;
    transition: color 0.2s;
}

.block.filter .filter-options-content a:hover {
    color: #e63946; /* your theme highlight color */
}

/* Swatches modern style */
.block.filter .swatch-attribute-options .swatch-option {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 4px;
    cursor: pointer;
    transition: transform 0.2s, border 0.2s;
}

/* Sidebar sticky */
.page-with-filter .sidebar-main, 
.page-with-filter .sidebar {
    position: sticky;
    top: 20px; 
    align-self: flex-start;
    height: fit-content;
    z-index: 10;
}

/* On mobile, remove sticky */
@media (max-width: 767px) {
    .page-with-filter .sidebar-main,
    .page-with-filter .sidebar {
        position: static;
    }
}

/* Filter container */
.filter-options-item {
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Title */
.filter-options-title {
    display: block;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
}

/* List items */
.items {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each swatch + label */
.swatch-option-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.2s ease;
}

.swatch-option-label:hover {
    color: #000;
    transform: translateX(2px);
}

/* Color box */
.swatch-box {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
}

/* If no swatch value */
.swatch-empty {
    background: #f5f5f5;
}

/* Selected state */
.swatch-option-label.selected .swatch-box {
    border: 2px solid #000;
}
.color-filter-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.color-box {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    margin-right: 8px;
}

.price-slider-container {
    padding: 10px 0;
}
.price-inputs {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.price-inputs .price-input {
    width: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 5px;
}
.price-to {
    margin: 0 5px;
}
  .photo_book_size_inch {
    display: none;
}
.photo_book_size {
    display: block;
}
.standard_printing_name{
  display: none;
}
.page-layout-product-full-width .product-add-form {
    padding-top: 0px !important;
}
.swatch-option-tooltip {
    display: none !important;
}
.block-subtitle.filter-subtitle {
    display: none;
}
.toolbar-sorter.sorter {
    display: none;
}

.cart-summary {
    background: #ffffff;
    margin-bottom: 25px;
    padding: 1px 15px 25px;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
}
.cart-container .checkout-methods-items .action.primary {
    background: #1a1fc0;
  border: 1px solid #1a1fc0;
  padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
}
.cart-summary .actions-toolbar>.primary button{
background: #1a1fc0;
  border: 1px solid #1a1fc0;
color: #ffffff;
}

.checkout-cart-index .page-main {
    padding-top: 30px !important;
}
a.action.continue {
    margin-top: 20px !important;
}
.cart-left {
    margin-bottom: 1.5rem !important;
}
.cart-summary .block>.title {
  margin-top: 10px !important;
}
ol#checkoutSteps {
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    padding: 25px;
}

#store-selector .form-continue .actions-toolbar .action.primary, .order-review-form .action.primary, 
.bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, 
.product-info-main .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart, 
.cart-container .checkout-methods-items .action.primary, .block-minicart .block-content>.actions>.primary .action.primary, 
.methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, 
.block-authentication .action.action-login, 
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary, 
.form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary

 {
    line-height: 2.2rem;
    padding: 10px 40px;
    font-size: 1.8rem;
    background: #1a1fc0;
    border: 1px solid #1a1fc0;
    color: #ffffff;
}
.size-toggle {
    padding-top: 10px;
}
.product-info-price .price-and-wishlist {
    position: relative;
    text-align: right;
    margin-top: -23px;
}
.opc-block-summary {
    background: #ffffff;
    padding: 22px 30px;
    margin: 0 0 20px;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
}
.opc-sidebar {
margin: 0px 0 20px !important;
}
/* Wrap shipping form fields into 2 columns */
.checkout-index-index .form-shipping-address .fieldset {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 2px 10px;
}

/* Make email full width */
.checkout-index-index .form-shipping-address .field[name="username"],
.checkout-index-index .form-shipping-address .field[name="email"] {
  grid-column: span 2;
}

/* Make street address full width */
.checkout-index-index .form-shipping-address .field[name="street[0]"],
.checkout-index-index .form-shipping-address .field[name="street[1]"] {
  grid-column: span 2;
}

/* Make company full width */
.checkout-index-index .form-shipping-address .field[name="company"] {
  grid-column: span 2;
}

/* Make actions (Next button) full width */
.checkout-index-index .form-shipping-address .actions-toolbar {
  grid-column: span 2;
}

/* Inputs styling */
.checkout-index-index .form-shipping-address input,
.checkout-index-index .form-shipping-address select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .checkout-index-index .form-shipping-address .fieldset {
    grid-template-columns: 1fr;
  }
}

.opc-wrapper .form-shipping-address {
  max-width: 865px !important;
}
select, input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
height: 40px;
}
.authentication-wrapper {
    display: none;
}
.opc-wrapper {
 	width: 73%;
}
.opc-sidebar {
  width: 27%;
}
.canvas-area {  
  min-height: 92vh; 
}
.fieldset>.field {
  margin: 0 0 12px !important;
}
.fieldset>.field:not(.choice)>.label {
   text-align: left !important;
}
.opc-progress-bar {
    margin: 30px 0 20px;
}

