

/* Basic Classes ----------------------------------------------------------- */

.center {
    text-align: center;   
}
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}
.maxW100 {
    max-width: 100%;
}

/* ClearFix */
.clearFix:before,
.clearFix:after {
    content: "";
    display: table;
} 
.clearFix:after {
    clear: both;
}
.clearFix {
    zoom: 1; /* For IE 6/7 */
}

.bgVideo {
    z-index: -100;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

ul {
    list-style-position: inside;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Link Classes ----------------------------------------------------------- */
.imgTag a {
    border-bottom: none;
    text-decoration: none;
}

/* SLIDESHOW CSS ----------------------------------------------------------- */
.featuredSlide {
    width: 675px;
    height: 450px;
}

.EditorBG {
    FONT-WEIGHT: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #FFFFFF;
    min-width: initial !important;
}
.EditorBG2 {
    FONT-WEIGHT: normal;
    COLOR: #000000;
    BACKGROUND-COLOR: #FFFFFF;
    min-width: initial !important;
}
.EditorBGTitle {
    FONT-SIZE: 1.5em;
}

body.EditorBG {
    min-width: initial !important;
}

.editbg {   
    color: yellow;
    text-shadow: 0 0 5px #000;
    max-width: 300px;
    margin: 0 auto;
}

/* Featured Items ----------------------------------------------------------- */
.hiddenModalContent {
    display: none;
}
.featuredTile {
    padding: 0px;
    margin: 0px;
}
.featuredTileImg {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.featItemArticle4 {
    width: 100%;
    clear: both;
}
.featItemArticle4 img {
    max-width: 100px;
    float: left;
    padding-right: 10px;
}
.featItemArticle4 .featItemDescription {
    line-height: 1;
    font-size: 12pt;
}
.featItemArticle4 header {
    margin: -5px 0 0 0;
}
.featItemArticle4 ul.actions {
    margin: 0;
}
.featItemArticle4 .small a {
    max-height: 2em;
    padding: initial;
}
.featItemArticle4 .fit li, .featItemArticle4 .fit a {
    width: 100%;
}

.modalContent {
    width: 100%;
    height: 128px;
    border: 1px solid #333333;
    padding: 8px;
}
.modalImgDiv {
    float: left;
    width: 120px;
    height: 120px;
    overflow: visible;
    margin-right: 6px;
    margin-top: 25px;
}
.modalImg {
    width: 120px;
}
.modalText {
    height: 120px;
    overflow: visible;
}
.modalTitle {
    font-size: 16px;
    font-weight: bold;
}
.modalDesc {
    font-size: 12px;
    font-weight: normal;
}

.featuredContent {
    width: 100%;
    height: 128px;
    padding: 8px;
}
.featuredImgDiv {
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 6px;
    margin-top: 6px;
}
.featuredImg {
    width: 120px;
}
.featuredText {
    height: 120px;
    overflow: hidden;
}
.featuredTitle, .featuredTitleSmall {
    font-size: 1em;
    font-weight: bold;
}
.featuredDesc {
    font-size: 1em;
}
.featuredLinkOffer {
    display: block;
}

#PnlReturn a {
    text-decoration: none;
}

/* Global Buttons ----------------------------------------------------------- */
.mainButton a, .mainButton a:link, .mainButton a:visited {
    color: #000000;
}
.mainButton a:hover {
    color: #000000;
}
.mainButton, input[type="button"], input[type="submit"] {
    font-size: 15px;
    text-align: center;
    border: 0;
    transition: all 0.3s ease 0s;
    opacity: 1;
    padding: 6px;
    border-radius: 0;
    cursor: pointer;
    line-height: 2.2;
    font-weight: bold;
}
.mainButton a, input[type="button"] a, input[type="submit"] a {
    text-decoration: none;
    color: #000000;
}
.mainButton:hover, input[type="button"]:hover, input[type="submit"]:hover {
    opacity: 0.75;
}
input[type="submit"], input[type="button"] {
    padding: 0 6px;
    margin-top: 5px;
}
input[type="submit"], input[type="reset"], input[type="button"], .button, .mainButton, #BtnSave {
    background-color: #AFAFAF;
    color: #000000;
    text-align: center;
    border-radius: 0.5em;
    padding: 0.65em 3em 0.65em 3em;
    border: 0;
    cursor: pointer;
    outline: 0;
    font-weight: 300;
}
input[type=submit] {
    cursor: pointer;
    padding: 8px;
    border-radius: 3px;
    font-weight: bold;
}

.imgWrapResponsive {
    margin: 0 auto;
}

/* Menu Styles Main ----------------------------------------------------------- */
section.mainItemGroupColumns {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 3em 0;
}
.mainItemGroupColumns ul.actions {
    margin-bottom: 1em;
    list-style: none;
}
.mainItemGroupColumns .servH3Position {
    float: initial;
}
.mainItemGroupFlow ul.actions, .mainItemGroupGrid ul.actions {
    list-style: none;
} 
.mainItemGroupFlow header p {
    clear: right;
    margin: 0;
}
.mainItemGroupFlow ul.actions.stacked {
    float: right;
    list-style: none;
    position: relative;
    top: -20px;
}
.mainItemGroupFlow header > h3 {
    margin: 0;
}
.mainItemGroupFlow .servPricingFlow {
    padding-top: 0;
}
section.mainItemGroupFlow, .mainItemGroupGrid {
    clear: both;
    padding: 1em 0 0 0;
}
.mainItemGroupFlow .imgTag, .mainItemGroupGrid .imgTag {
    float: left;
    margin-right: 1.5em;
}
.mainItemGroupGrid ul.actions.stacked {
    text-align: right;
    margin-bottom: 0;
}
.mainItemGroupGrid .servPricingGrid {
    width: 150px;
    margin-left: 1.2em;
    margin-bottom: 1em;
}
.mainItemGroupGrid .editBox {
    max-width: 82%;
}
.mainItemGroupGrid .servPricePosition {
    position: relative;
}
.mainItemGroupColumns.staff p {
    text-align: center;
}
.mainItemGroupFlow.prod p {
    overflow: hidden;
}

/* SERVICES Menu ----------------------------------------------------------- */
.servPricingGrid {
    float: right;
}
.servPricingColumns {
    border-bottom: solid 1px #e5e5e5;
    padding: 0.5em 0;
}
.servPricingFlow {
    padding-top: 55px;
}
.servPolicy {
    clear: both;
}
#categoryList p a {
    display: block;
}
.servCatTitle p {
    font-size: 1em;
}
.servMenuSection > header {
    clear: both;
    padding-top: 3em;
}
.servMenuSection > header > h3 {
    font-size: 2em;
}
.servMenuSection > header:first-of-type {
    padding-top: 0;
}
.servH3Position {
    float: left;
    margin: 0;
}
.mainItemGroupGrid.serv img {
    max-width: 200px;
}
.mainItemGroupColumns.serv ul.actions {
    clear: both;
}

/* PRODUCTS Menu ----------------------------------------------------------- */
.mainItemGroupFlow.prod header > h3 {
    float: initial;
}
section.mainItemGroupColumns.prod {
    width: 33%;
}
section.mainItemGroupColumns.prod p {
    font-style: normal;
    text-align: justify;
    padding: 1em;
}
.mainItemGroupFlow.prod ul.actions.stacked {
    text-align: center;
    float: initial;
    margin-bottom: 1em;
}
.mainItemGroupFlow.prod .button {
    padding: 0.65em 1em;
}

.ProdListDivMain {
    vertical-align: top;
    clear: both;
}
.ProdListDivLogo img {
    float: left;
    margin: 1em;
}
.ProdListDivDetail {
    display: block;
}
.prodListDivText div[id*='proditem'] {
    display: block !important;
}

/* SPECIALS Menu ----------------------------------------------------------- */
.mainItemGroupFlow.spec h3 {
    float: initial;
}
.offerValid {
    display: block;
    clear: both;
}
.SpecListDivMain1, .SpecListDivMain2 {
    vertical-align: top;
    clear: both;
    width: 100%;
    padding: 3px;
    margin-bottom: 3em;
}
.specListDivImg img {
    float: left;
    margin: 10px;
    width: 225px;
}
.specListDivTitle {
    font-weight: bold;
}
.specListDivDetail {
    display: block;
}
.specListDivDetail div[id*='specitem'] {
    display: block !important;
}

/* STAFF Menu ----------------------------------------------------------- */
.mainItemGroupFlow.staff p {
    float: left;
    max-width: 40%;
}
.mainItemGroupFlow.staff ul.actions.stacked {
    float: right; 
}
.mainItemGroupColumns.staff ul.actions {
    margin: 1em 0;
}
.staffListTbl {
    display: inline-block;
    margin: 0 10px;
    width: 150px;
    min-height: 260px;
}
.staffListImg {
    width: 150px;
    max-height: 185px;
    overflow: hidden;
    min-height: 185px;
}
.staffListNamePosit {
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

/* GIFT / BOOKING ----------------------------------------------------------- */
#JITDesignDiv {
    padding: 10px 0;
}
.GCButton a {
    padding: 0;
}
.contactInfo, .bizHours {
    display: inline-block;
    vertical-align: top;
    padding: 1em;
}
.days, .hours {
    display: inline-block;
}
.days {
    min-width: 90px;
}
.phn, .mail, .addr {
    padding: 5px 0;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
}
.locListRespTitle {
    font-weight: bold;
}

/* GALLERY STYLE ----------------------------------------------------------- */
.GalleryBody {
    margin: 0px;
}
.GalleryFormBody {
    BACKGROUND-COLOR: #FFFFFF;
}
.GalleryHeader {
    COLOR: #000000;	
    BACKGROUND-COLOR: #FFFFFF;
    FONT-SIZE: 14px;    
    FONT-WEIGHT: bold;
}
.GalleryFormTitles {
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    color: #333333;
}
.GalleryFormText {
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    color: #333333;
}
.GalleryFormButtons {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color: #ededed;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 100px;
    text-decoration: none;
    text-align: center;
    text-shadow: 2px 2px 1px #ffffff;
}
.GalleryFormButtons:hover {
    background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    background-color: #dfdfdf;
}
.GalleryFormButtons:active {
    position: relative;
    top: 1px;
}

/* ==========================================================================
   NEW & MODERNIZED SHOP / CATALOG STYLES
   ========================================================================== */

/* Ensure the catalog iframe body inherits the transparent background and template font color */
body.shopBody {
    background: transparent !important;
    background-color: transparent !important;
    color: #000000;
    color: ;
    margin: 0;
    padding: 0;
}

.catalog-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    background: transparent !important;
    color: inherit;
}

/* Base Headings & Titles inherit the site font color */
.catalog-grid-header h3,
#shopProdTbl h3,
.catalog-sort-group label,
.catGroupLabel,
.catalog-policy {
    color: #000000;
    color: ;
    border-color: rgba(128, 128, 128, 0.25) !important;
}

/* 1. Header & Utility Bar */

.catalog-cart-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}
#shopCart {
    display: flex;
    align-items: center;
    gap: 12px;
}
#divCartSummary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e37d66   ;
    color: #1f1611    !important;
    padding: 8px 14px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}
#divCartSummary a, #shopCart a {
    color: inherit;
    text-decoration: none;
}

/* 2. Controls Toolbar: Search & Sort aligned */
.catalog-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
}

.catalog-search-group {
    display: flex;
    align-items: stretch;
    max-width: 380px;
    width: 100%;
}
.catalog-input {
    flex: 1;
    height: 38px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(128, 128, 128, 0.4) !important;
    border-right: none !important;
    border-radius: 4px 0 0 4px !important;
    font-size: 14px !important;
    outline: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #111111 !important;
}
.catalog-input:focus {
    border-color: #555 !important;
}

input.catalog-btn-search,
.catalog-btn-search {
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 18px !important;
    margin: 0 !important;
    background: #FFFFFF !important;
    background:  !important;
    color: #000000 !important;
    color:  !important;
    border: 1px solid rgba(128, 128, 128, 0.4) !important;
    border-left: none !important;
    border-radius: 0 4px 4px 0 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    display: inline-block !important;
}
.catalog-btn-search:hover {
    opacity: 0.85;
}

.catalog-sort-group {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}
.catalog-sort-group label {
    font-weight: 500;
}
.catalog-select {
    height: 38px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(128, 128, 128, 0.4) !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #111111 !important;
    outline: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* 3. Category Chip Navigation */
.catalog-category-bar {
    margin: 4px 0 20px 0;
}
.shopCatGroup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
.catGroupLabel {
    font-weight: bold;
    font-size: 13px;
    margin-right: 4px;
}
.shopCatChips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.shopBrandDiv {
    display: inline-block;
    padding: 6px 14px;
    background: #1f1611    !important;
    background:  !important;
    border: 1px solid rgba(128, 128, 128, 0.25);
    border-radius: 20px;
    text-decoration: none !important;
    font-size: 13px;
    color: #ffddbf    !important;
    color:  !important;
    transition: all 0.2s ease;
    cursor: pointer;
}
.shopBrandDiv:hover {
    background: rgba(128, 128, 128, 0.25);
}
.shopBrandDiv.catSelect {
    background: #e37d66    !important;
    background:  !important;
    color: #1f1611    !important;
    color:  !important;
    font-weight: 600;
}

/* 4. Product Display Grid */
#shopProdTbl {
    width: 100%;
    clear: both;
    margin: 0 auto;
}
#shopProdTbl h3, #PnlOrderList h3 {
    text-align: left;
    border-bottom: 1px solid ;
    margin: 30px 0 15px 0;
    padding-bottom: 8px;
}
.catimg {
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
}
.listimg {
    max-width: 200px;
    width: 100%;
    border-radius: 4px;
}
.ShopItemName {
    font-weight: bold;
    margin-top: 8px;
}
.ShopItem {
    color: inherit;
}

/* Footers and Policies */
.ShopFooter {
    color: #1f1611   ;	
    background-color: #e37d66   ;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}
.ShopFooter a {
    color: #1f1611   ;
    text-decoration: none;
}
.ShopFooter a:hover {
    text-decoration: underline;
}
.catalog-policy {
    margin-top: 30px;
    padding: 15px;
    background: rgba(128, 128, 128, 0.08);
    border: 1px solid rgba(128, 128, 128, 0.2);
    border-radius: 4px;
    font-size: 13px;
}

/* PRINT STYLE ----------------------------------------------------------- */
.PrintBody {
    padding: 6px;
    background-color: white;
}
.PrintCompany {
    FONT-SIZE: 22px;
    FONT-WEIGHT: bold;
    COLOR: black;
}
.PrintAddress, .PrintPhone {
    FONT-SIZE: 14px;
    COLOR: black;
}
.PrintHeader {
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
    COLOR: black;
}
.PrintTypeName {
    FONT-SIZE: 1.4em;
    FONT-WEIGHT: bold;
    COLOR: black;
}
.PrintServTitle {
    FONT-SIZE: 1.2em;
    FONT-WEIGHT: bold;
    COLOR: black;
}

/* RESPONSIVE BREAKPOINTS ------------------------------------------------ */
@media screen and (max-width: 736px) {
    .catalog-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    .catalog-search-group {
        max-width: 100%;
    }
    .catalog-sort-group {
        justify-content: space-between;
    }
    .catalog-select {
        flex: 1;
    }
  
    .catalog-cart-wrap {
        margin-left: 0;
        width: 100%;
        justify-content: space-between;
    }
}

/* Template Specific Overrides ------------------------------------------- */


/* ==========================================================================
   MODERN PRODUCT GRID & CARDS
   ========================================================================== */

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
    margin: 25px 0 40px 0;
    width: 100%;
    box-sizing: border-box;
}

.product-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(128, 128, 128, 0.2);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    text-align: left;
    position: relative;
    box-sizing: border-box;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: ;
}

.product-card-img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    <!--background: #ffffff;-->
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid rgba(128, 128, 128, 0.15);
}

.product-card-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card-img {
    transform: scale(1.05);
}

.product-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-card-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: #000000;
    color: ;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px;
}

.product-card-price {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    color: ;
    margin-top: auto;
    margin-bottom: 12px;
}

.product-card-btn {
    width: 100%;
    padding: 8px 12px;
    background-color: transparent;
    color: #000000;
    color: ;
    border: 1px solid ;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    box-sizing: border-box;
}

.product-card:hover .product-card-btn {
    background-color: ;
    color: ;
}

@media screen and (max-width: 600px) {
    .catalog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .product-card-body {
        padding: 10px;
    }
    .product-card-title {
        font-size: 13px;
        min-height: 35px;
    }
    .product-card-price {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .product-card-btn {
        padding: 6px;
        font-size: 12px;
    }
}

/* ==========================================================================
   POPUP MODAL & BACKDROP FIX
   ========================================================================== */

#maskDiv {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 9998 !important;
}

#zoomContainer {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    pointer-events: none;
    display: none;
}

#zoomDiv,
.ShopFormBody {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 !important;
    width: 90% !important;
    max-width: 760px !important;
    max-height: 85vh !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4) !important;
    overflow-y: auto !important; /* Scrollbar sits on the far-right edge */
    overflow-x: hidden !important;
    pointer-events: auto;
    box-sizing: border-box !important;
}

#zoomContent {
    background-color: #ffffff !important;
    padding: 30px 25px 25px 25px !important;
    overflow: visible !important;
    max-height: none !important;
    box-sizing: border-box !important;
}

#zoomContent * {
    color: #222222;
}

#zoomContent .variant-price,
#zoomContent .single-price {
    color: #000000 !important;
}

#closeBut {
    position: absolute !important;
    top: 10px !important;
    right: 14px !important;
    z-index: 1000 !important;
    font-size: 22px !important;
    color: #666666 !important;
    text-decoration: none !important;
    padding: 4px 6px !important;
    display: inline-block;
    line-height: 1;
    background: #ffffff;
    border-radius: 50%;
}

#closeBut:hover {
    color: #000000 !important;
}

/* ==========================================================================
   PRODUCT POPUP DETAIL & VARIANT ROWS MODERNIZATION
   ========================================================================== */

.detail-modal-layout {
    display: grid !important;
    grid-template-columns: 280px 1fr !important;
    gap: 24px !important;
    align-items: start !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.detail-media-col {
    width: 280px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.detail-main-img-wrap {
    width: 280px !important;
    height: 280px !important;
    background: #fafafa !important;
    border: 1px solid #eeeeee !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 8px !important;
    box-sizing: border-box !important;
}

.detail-main-img-wrap img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.detail-thumbs-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.detail-thumbs-wrap img.otherimg {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.2s ease;
}

.detail-thumbs-wrap img.otherimg:hover {
    border-color: #000;
}

.detail-info-col {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
}

.detail-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 14px 0;
    color: #111;
}

.single-purchase-panel {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.single-price {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.single-price small {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.single-action-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-variant-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-bottom: 20px;
}

.variant-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background: #fafafa;
    box-sizing: border-box;
}

.variant-desc {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    gap: 8px;
}

.variant-name {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    line-height: 1.35;
}

.variant-price {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}

.variant-action {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    width: 100%;
}

select.detail-qty-select {
    height: 32px !important;
    min-width: 48px !important;
    padding: 0 6px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

.detail-btn-cart,
button.detail-btn-cart {
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 12px !important;
    background-color: #111 !important;
    color: #fff !important;
    border: 1px solid #111 !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
}

.detail-btn-cart:hover {
    background-color: #333 !important;
    border-color: #333 !important;
}

.detail-out-of-stock {
    font-size: 13px;
    color: #c0392b;
    font-style: italic;
}

.detail-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 16px;
}

.detail-meta-box {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
}

.detail-meta-box p {
    margin: 4px 0 0 0;
}

.detail-meta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #666;
}

.detail-meta-tags a {
    color: inherit;
    text-decoration: underline;
}

@media screen and (max-width: 650px) {
    .detail-modal-layout {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    .detail-media-col,
    .detail-main-img-wrap {
        width: 100% !important;
        max-width: 260px !important;
        margin: 0 auto !important;
    }
    .variant-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .variant-action {
        width: 100%;
        justify-content: flex-end;
    }
}
/* Outer Square Image Box */
.product-card-img-wrap {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    display: flex !important;
    align-items: center !important;     /* Vertical centering */
    justify-content: center !important; /* Horizontal centering */
    padding: 16px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Force vertical & horizontal centering on all images */
.product-card-img-wrap img {
    margin: auto !important;            /* Flex auto margins center both X and Y */
    vertical-align: middle !important;  /* Overrides inherited vertical-align: top */
    align-self: center !important;
}

/* Specific sizing for SVG placeholder */
.product-card-img-wrap img[src^="data:image/svg"],
.detail-main-img-wrap img[src^="data:image/svg"] {
    width: 70% !important;
    height: 70% !important;
    max-height: 140px !important;
    object-fit: contain !important;
    display: block !important;
    margin: auto !important;
    vertical-align: middle !important;
    align-self: center !important;
}

/* Optional Custom Shop Introductory Text */
.catalog-shop-intro {
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 12px 16px;
    background: rgba(128, 128, 128, 0.08);
    border-left: 3px solid ;
    border-radius: 0 4px 4px 0;
    color: #000000;
    color: ;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    box-sizing: border-box;
}

.catalog-shop-intro p {
    margin: 0;
    color: inherit;
}

/* ==========================================================================
   MODERN CHECKOUT / ORDER REVIEW STYLING
   ========================================================================== */

.checkout-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto 40px auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Semi-transparent surface card that adapts to light/dark themes */
.checkout-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(128, 128, 128, 0.25);
    border-radius: 10px;
    padding: 24px;
    box-sizing: border-box;
    backdrop-filter: blur(4px);
}

.checkout-header-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 2px solid rgba(128, 128, 128, 0.2);
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.checkout-header-row h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    color: ;
}

.order-meta-info {
    font-size: 13px;
    color: #000000;
    color: ;
    opacity: 0.8;
}

.order-date-sep {
    margin: 0 6px;
}

/* Table Header & Rows Grid */
.cart-table-head,
.cart-item-row {
    display: grid;
    grid-template-columns: 35px 75px 1fr 60px 85px 75px 95px;
    align-items: center;
    gap: 12px;
    padding: 12px 6px;
    box-sizing: border-box;
}

.cart-table-head {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000000;
    color: ;
    opacity: 0.7;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.cart-item-row {
    border-bottom: 1px solid rgba(128, 128, 128, 0.15);
    color: #000000;
    color: ;
}

.cart-thumb {
    width: 65px !important;
    height: 65px !important;
    object-fit: contain !important;
    background: #ffffff !important;
    border: 1px solid rgba(128, 128, 128, 0.25) !important;
    border-radius: 6px !important;
    padding: 3px !important;
    display: block;
}

.item-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    display: block;
}

.item-staff {
    font-size: 12px;
    opacity: 0.7;
    margin-top: 2px;
}

.item-desc {
    font-size: 13px;
    opacity: 0.85;
}

.col-price, .col-tax, .col-total {
    text-align: right;
    font-size: 14px;
}

.col-qty {
    text-align: center;
    font-size: 14px;
}

.btn-item-del {
    opacity: 0.6;
    transition: opacity 0.2s, transform 0.2s;
    cursor: pointer;
}

.btn-item-del:hover {
    opacity: 1;
    transform: scale(1.15);
}

.mob-label {
    display: none;
}

/* Order Totals Summary Card */
.cart-summary-card {
    max-width: 380px;
    margin: 25px 0 25px auto;
    padding: 16px 20px;
    background: rgba(128, 128, 128, 0.08);
    border: 1px solid rgba(128, 128, 128, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 4px 0;
    color: #000000;
    color: ;
}

.summary-line.grand-total {
    border-top: 1px solid rgba(128, 128, 128, 0.3);
    margin-top: 8px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
}

.summary-extra {
    display: block;
    font-size: 13px;
    color: #000000;
    color: ;
    text-align: right;
    opacity: 0.85;
}

.summary-discount {
    color: #27ae60 !important;
    font-weight: 600;
}

/* Button Row */
.cart-actions-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.btn-secondary {
    background: transparent !important;
    color: #000000 !important;
    color:  !important;
    border: 1px solid rgba(128, 128, 128, 0.4) !important;
    border-radius: 4px !important;
    padding: 12px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.btn-secondary:hover {
    background: rgba(128, 128, 128, 0.15) !important;
    border-color:  !important;
}

.btn-primary {
    background:  !important;
    color:  !important;
    border: 1px solid  !important;
    border-radius: 4px !important;
    padding: 12px 30px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.75px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.2s ease !important;
}

.btn-primary:hover {
    opacity: 0.88 !important;
    transform: translateY(-1px) !important;
}

.checkout-err-msg {
    color: #e74c3c;
    font-size: 13px;
    display: block;
    margin-top: 6px;
}

/* Mobile Breakpoint */
@media screen and (max-width: 768px) {
    .cart-table-head {
        display: none;
    }
    .cart-item-row {
        grid-template-columns: 30px 65px 1fr;
        grid-template-areas: 
            "del img desc"
            "del img meta";
        gap: 10px;
        padding: 14px 0;
    }
    .col-del { grid-area: del; }
    .col-img { grid-area: img; }
    .col-desc { grid-area: desc; }
    .col-qty, .col-price, .col-tax, .col-total {
        display: inline-block;
        text-align: left;
    }
    .mob-label {
        display: inline;
        font-weight: 600;
        font-size: 12px;
        opacity: 0.7;
    }
    .cart-summary-card {
        max-width: 100%;
    }
    .cart-actions-bar {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .btn-secondary, .btn-primary {
        width: 100% !important;
        text-align: center !important;
    }
}

/* ==========================================================================
   FORCE TRANSPARENCY ON CHECKOUT PAGE
   ========================================================================== */

html, 
body,
body.shopBody,
#form2,
.checkout-wrapper,
#mainDiv {
    background: transparent !important;
    background-color: transparent !important;
}

/* Strip inherited table/panel white backgrounds */
#mainDiv table,
#mainDiv tr,
#mainDiv td,
#mainDiv tbody,
#DtlItems,
#PnlOrderList,
#accordion2,
#accordion3 {
    background: transparent !important;
    background-color: transparent !important;
    color: inherit;
}

/* Ensure text and inputs contrast against the transparent background */
.checkout-card {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(128, 128, 128, 0.25) !important;
    color: #000000;
    color: ;
}

/* Ensure inputs remain readable with an opaque background */
#mainDiv input[type="text"],
#mainDiv textarea,
#mainDiv select {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #111111 !important;
    border: 1px solid rgba(128, 128, 128, 0.4) !important;
}

/* Product thumbnail background stays crisp white for product visibility */
.cart-thumb,
#mainDiv img.cart-thumb {
    background-color: #ffffff !important;
}


    /* Prevent iframe and container from expanding artificially */
html, 
body, 
#form2, 
#mainDiv, 
.checkout-wrapper {
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Completely collapse hidden or empty accordion panels */
#accordion1,
#accordion1:empty,
#PnlAddItems,
#PnlServButtons {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Eliminate table cell spacing and trailing breaks */
#mainDiv table {
    margin-bottom: 0 !important;
}

.ShopFooter {
    margin-top: 15px !important;
    padding-top: 10px !important;
}

    /* Collapse unneeded spaces and enforce full transparency */
html, 
body, 
body.shopBody,
#form2, 
#mainDiv, 
.checkout-wrapper {
    background: transparent !important;
    background-color: transparent !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 10px auto !important;
    padding-bottom: 0 !important;
}

/* Hide legacy checkout footer if embedded inside iframe */
.ShopFooter {
    display: none !important;
}

CSS
/* Prevent nested vertical scrollbar inside iframe */
html,
body,
body.shopBody {
    overflow-y: hidden !important;
    overflow-y: auto !important; /* Restores vertical scrolling */
}

/* Ensure the wrapper doesn't force a scroll container */
#mainDiv,
.catalog-container,
.checkout-wrapper {
    overflow: visible !important;
}

/* ==========================================================================
   HEADER & CART BUTTON (CLEANED)
   ========================================================================== */

.catalog-header-bar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 8px 0 16px 0 !important;
    <!--border-bottom: 1px solid rgba(128, 128, 128, 0.2) !important;-->
    box-sizing: border-box !important;
    position: relative !important;
}

.catalog-cart-wrap {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#shopCart {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    position: relative !important;
}

/* Home Link on the left */
.ShopHeaderWeb {
    display: inline-flex !important;
    align-items: center !important;
}

.ShopHeaderWeb a {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    color:  !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.ShopHeaderWeb a:hover {
    opacity: 0.8 !important;
}

/* Single Branded Pill Button on the right */
a.catalog-cart-btn,
#divCartSummary {
    position: static !important; /* Disables any absolute positioning overlaps */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    height: 38px !important;
    padding: 0 18px !important;
    background:  !important;
    color:  !important;
    border: 1px solid  !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
    transition: all 0.2s ease !important;
    margin-left: auto !important;
}

a.catalog-cart-btn:hover,
#divCartSummary:hover {
    opacity: 0.88 !important;
    transform: translateY(-1px) !important;
}

a.catalog-cart-btn *,
#divCartSummary * {
    color: inherit !important;
    text-decoration: none !important;
    display: inline !important;
}

/* ==========================================================================
   UNIFIED STEP & CARD STYLES
   ========================================================================== */

/* Step Header Layout */
.checkout-header-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2) !important;
    padding-bottom: 14px !important;
    margin-bottom: 20px !important;
}

.step-title-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

/* Numbered / Checkmark step circle badge */
.step-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background:  !important;
    color:  !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

/* Force both titles to identical typography */
.checkout-header-row h3,
#accordion2 h3,
#accordion3 h3,
.checkout-step-card h3 {
    font-family: inherit !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    letter-spacing: 0.3px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    text-decoration: none !important;
    color: #000000 !important;
    color:  !important;
}

.checkout-step-indicator {
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    opacity: 0.7 !important;
}

/* Login Notice Pill */
.checkout-login-notice {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    background: rgba(128, 128, 128, 0.08) !important;
    border: 1px solid rgba(128, 128, 128, 0.2) !important;
    border-radius: 6px !important;
    padding: 10px 16px !important;
    margin-bottom: 22px !important;
    font-size: 13px !important;
}

.btn-login-link {
    font-weight: 700 !important;
    color:  !important;
    text-decoration: none !important;
}

.btn-login-link:hover {
    text-decoration: underline !important;
}

/* Form Fields & Select Styling */
.checkout-form-group {
    margin-bottom: 20px !important;
    max-width: 480px !important;
}

.checkout-label {
    display: block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 8px !important;
    opacity: 0.85 !important;
}

.checkout-select,
.checkout-input {
    width: 100% !important;
    height: 42px !important;
    padding: 0 14px !important;
    border-radius: 6px !important;
    border: 1px solid rgba(128, 128, 128, 0.35) !important;
    background: rgba(255, 255, 255, 0.85) !important;
    color: #111111 !important;
    font-size: 14px !important;
    font-family: inherit !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.checkout-select:focus,
.checkout-input:focus {
    border-color:  !important;
    box-shadow: 0 0 0 2px rgba(128, 128, 128, 0.2) !important;
}

/* Checkout Section Sub-headers */
.checkout-sub-header {
    margin: 24px 0 16px 0 !important;
    border-top: 1px dashed rgba(128, 128, 128, 0.25) !important;
    padding-top: 18px !important;
}

/* Force clean, non-italicized font matching the card headers */
.checkout-sub-header h4,
.checkout-step-card h4,
#accordion2 h4 {
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-decoration: none !important;
    letter-spacing: 0.3px !important;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    border: none !important;
    color: #000000 !important;
    color:  !important;
}

.checkout-sub-header p {
    margin: 0 !important;
    font-size: 13px !important;
    font-style: normal !important;
    color: #000000 !important;
    color:  !important;
    opacity: 0.75 !important;
}

/* Responsive Form Grid */
.checkout-form-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.checkout-form-grid .full-width {
    grid-column: 1 / -1 !important;
}

.checkout-form-grid .form-field label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    opacity: 0.8 !important;
}

/* Unified Primary Button across Steps (matches Proceed to Checkout) */
#BtnAddShipment,
#BtnSave,
.btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 28px !important;
    background:  !important;
    color:  !important;
    border: 1px solid  !important;
    border-radius: 4px !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0.75px !important;
    cursor: pointer !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.2s ease !important;
}

#BtnAddShipment:hover,
#BtnSave:hover,
.btn-primary:hover {
    opacity: 0.9 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.22) !important;
}

/* Mobile Responsiveness */
@media screen and (max-width: 650px) {
    .checkout-form-grid {
        grid-template-columns: 1fr !important;
    }
    .checkout-login-notice {
        flex-direction: column;
        align-items: flex-start;
    }
    #BtnAddShipment {
        width: 100% !important;
    }
}

/* Delivery Method Picker */
.delivery-picker-box {
    background: rgba(128, 128, 128, 0.08);
    border: 1px solid rgba(128, 128, 128, 0.25);
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 24px;
}

.delivery-picker-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

.delivery-select {
    flex: 1;
    max-width: 420px;
}

.delivery-cost-badge {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    color: ;
    white-space: nowrap;
}

.req {
    color: #e74c3c;
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    .delivery-picker-row {
        flex-direction: column;
        align-items: stretch;
    }
    .delivery-select {
        max-width: 100%;
    }
}

/* ==========================================================================
   MODERN FORM VALIDATION STYLING
   ========================================================================== */

/* Error state on Inputs & Selects */
.checkout-input.field-error,
.checkout-select.field-error,
input.field-error {
    border-color: #e74c3c !important;
    background: rgba(231, 76, 60, 0.04) !important;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.18) !important;
}

/* Inline helper message beneath the input */
.field-error-msg {
    display: block !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #ff6b6b !important;
    margin-top: 4px !important;
    letter-spacing: 0.2px !important;
    animation: fadeInError 0.2s ease;
}

@keyframes fadeInError {
    from { opacity: 0; transform: translateY(-3px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Modern Toast/Alert Box replacing raw top text */
.checkout-alert-box {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 12px 16px !important;
    margin-bottom: 20px !important;
    border-radius: 8px !important;
    background: rgba(231, 76, 60, 0.12) !important;
    border: 1px solid rgba(231, 76, 60, 0.35) !important;
    color: #ff6b6b !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    box-sizing: border-box !important;
}

.checkout-alert-box i {
    font-size: 18px !important;
    margin-top: 1px !important;
    flex-shrink: 0 !important;
}

.checkout-alert-box strong {
    display: block !important;
    margin-bottom: 2px !important;
    color: #ffffff !important;
}

.checkout-status-msg {
    display: none !important; /* Hide old centered header text permanently */
}

/* Hide Proceed to Checkout button when the checkout/payment step is active */
#accordion2:not([style*="display: none"]) ~ #accordion3 #BtnShowShip,
#accordion2:not([style*="display:none"]) ~ #accordion3 .checkout-action-wrap {
    display: none !important;
}

/* Stack error messages below expiry dropdowns */
.expiry-col {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    width: 100% !important;
}

.expiry-col .field-error-msg {
    width: 100% !important;
    text-align: left !important;
    margin-top: 4px !important;
}