/* START header style */
  [data-component-id="commerceHeader-9066"] header{
    background-color: #f2f4f7 !important;
    height: 107px;
  }
  [data-component-id="commerceHeader-9066"] header div.header-account{
    cursor: pointer;
  }
  @media only screen and (max-width: 768px) {
    [data-component-id="commerceHeader-9066"] header{
      background-color: #f2f4f7 !important;
      height: auto;
    }
    [data-component-id="commerceHeader-9066"] .commerce-header-mobile{
      margin-bottom:0 !important;
    }
    [data-component-id="commerceHeader-9066"] .header-logo{
      height: 48px !important;
      width: 98px !important;
    }
  }
@media only screen and (min-width: 768px) and (max-width: 1023px){
  [data-component-id="commerceHeader-9066"] header div.header-badge-icons{
    height: auto !important;
    margin: 12px 0 !important;
  }
}
  [data-component-id="commerceHeader-9066"] header a{
    color: #0f4d96 !important;
  }

  [data-component-id="commerceHeader-9066"] header button{
    color: #0f4d96 !important;
  }
  /* basic header logo */
  .header-logo{
    width: 166px !important;
  }
  /* Checkout header */
  [data-component-id="layoutHeader-f4ca"] header{
    background-color: #f2f4f7 !important;
    height: auto !important;
  }
  @media only screen and (max-width: 768px) {
    [data-component-id="layoutHeader-f4ca"] header{
      height: auto !important;
    }
    [data-component-id="siteLogo-ee47"] .dxp-content-layout-site-logo{
      height: 48px !important;
      width: 98px !important;
      margin-left: 8px !important;
    }
    [data-component-id="layoutHeader-f4ca"] header div.header-badge-icons{
      height: 100% !important;
      padding-top: 0 !important;
    }
  }
@media only screen and (min-width: 769px) and (max-width: 1023px){
  [data-component-id="layoutHeader-f4ca"] header div.header-badge-icons{
    height: 100% !important;
    padding-bottom: 12px !important;
  }
}
  /* Profile header */
  [data-component-id="commerceHeader-ceac"] header{
    background-color: #f2f4f7 !important;
    height: 107px;
  }
  [data-component-id="commerceHeader-ceac"] header div.header-account{
    cursor: pointer;
  }
  @media only screen and (max-width: 768px) {
    [data-component-id="commerceHeader-ceac"] header{
      height: auto;
    }
    [data-component-id="commerceHeader-ceac"] .commerce-header-mobile{
      margin-bottom:0 !important;
    }
    [data-component-id="commerceHeader-ceac"] .header-logo{
      height: 48px !important;
      width: 98px !important;
      margin-left: 8px;
    }
  }
@media only screen and (min-width: 769px) and (max-width: 1023px){
  [data-component-id="commerceHeader-ceac"] header div.header-badge-icons{
    height: auto !important;
    margin: 12px 0 !important;
  }
}
  [data-component-id="commerceHeader-ceac"] header a{
    color: #0f4d96 !important;
  }
  [data-component-id="commerceHeader-ceac"] header button{
    color: #0f4d96 !important;
  }

  .b2c_lite_commerce-commerceHeader_templateWithWishlistSlot{
    margin-bottom:0 !important;
  }
/* END header style */

/* START brand button style */
.slds-button_brand {
  color: #fff !important;
  background-color: #0f4d96 !important;
}

.slds-button_brand:hover {
  background-color: #7fa1c4 !important;
}

/* END brand button style */

/* Contact link in footer */
[data-component-id="button-182e"] .slds-button {
  color: rgb(114, 127, 141);
}

/* Continue Shopping Button In Cart */
[data-component-id="button-5d31"]{
  margin-left: 1rem;
  margin-right: 1rem;
}
/*Main Footer Logos*/
[data-component-id="richTextEditor-1899"] p{
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: flex-end;
}
[data-component-id="richTextEditor-1899"] a{
  text-align: center;
}
[data-component-id="richTextEditor-1899"] img{
  height: 50px;
  margin: 0 7px;
}
@media only screen and (max-width: 768px){
  footer commerce-link-list{
    justify-content: center !important;
  }
}
/* My Profile Footer Logos */
[data-component-id="richTextEditor-0cbb"] p{
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: flex-end;
}
[data-component-id="richTextEditor-0cbb"] a{
  text-align: center;
}
[data-component-id="richTextEditor-0cbb"] img{
  height: 50px;
  margin: 0 7px;
}
/* Checkout Footer Logos */
[data-component-id="richTextEditor-11d2"] p{
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: flex-end;
}
[data-component-id="richTextEditor-11d2"] a{
  text-align: center;
}
[data-component-id="richTextEditor-11d2"] img{
  height: 50px;
  margin: 0 7px;
}

/* Order Summary Details */
[data-component-id="orderProducts-8c8f"] .text-block {
  text-align: right !important;
}
[data-component-id="orderProducts-8c8f"] commerce_my_account-item-fields {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  /* Category Products Grid */
  [data-component-id="searchResultsLayout-21d4"] a div:nth-child(2) .commerce_search-productField_productField{
    height: 44px !important;             
  }
  @supports (-webkit-touch-callout: none) {
    [data-component-id="searchResultsLayout-21d4"] a div:nth-child(2) .commerce_search-productField_productField{
      height: 50px !important;             
    }
  }

  /* Search Products Grid */
  [data-component-id="searchResults-224c"] a div:nth-child(2) .commerce_search-productField_productField{
    height: 44px !important;             
  }
  @supports (-webkit-touch-callout: none) {
    [data-component-id="searchResults-224c"] a div:nth-child(2) .commerce_search-productField_productField{
      height: 50px !important;             
    }
  }
}

/* Mobile Styling */
@media only screen and (max-width: 768px) {
  /* Checkout shipping section */
  [data-component-id="shipping-db8e"] .commerce_unified_checkout-addressVisualPicker_addressVisualPicker div:first-of-type{
    overflow: visible !important;
    white-space: normal !important;
  }
  /* Header Logo */
  [data-component-id="siteLogo-5cb5"] .dxp_content_layout-siteLogo_siteLogo{
    height: 48px !important;
    width: 98px !important;
    margin-left: 8px;
  }
  /* Header logo alignment */
  /* hamburger menu */
   [data-component-id="commerceHeader-9066"] header .slds-col.slds-size_1-of-12{
    width: 30% !important;
    margin-top: 16px;
  }
  /* profile menu */
  [data-component-id="commerceHeader-9066"] header .slds-col.slds-size_6-of-12{
    width: 30% !important;
  }
  /* header logo */
  [data-component-id="commerceHeader-9066"] header .slds-col.slds-size_5-of-12{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* My profile logo alignment */
  /* hamburger menu */
  [data-component-id="commerceHeader-ceac"] header .slds-col.slds-size_1-of-12{
    width: 30% !important;
    margin-top: 16px;
  }
  /* profile menu */
  [data-component-id="commerceHeader-ceac"] header .slds-size_6-of-12{
    width: 30% !important;
  }
  /* header logo */
  [data-component-id="commerceHeader-ceac"] header .slds-col.slds-size_5-of-12{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Checkout logo alignment */
  [data-component-id="layoutHeader-f4ca"] .slds-global-header__item:first-of-type{
    width: 80% !important;
  }
  [data-component-id="layoutHeader-f4ca"] .slds-global-header__item:nth-of-type(2){
    width: 20% !important;
  }
  [data-component-id="layoutHeader-f4ca"] a{
    margin-left: auto;
    margin-right: auto;
  }


  [data-component-id="commerceHeader-9066"] a{
    display: block;
  }

  /* Header: profile and badge section */
  [data-component-id="commerceHeader-9066"] .header-badge-icons{
    width: auto !important;
  }
  [data-component-id="commerceHeader-ceac"] .header-badge-icons{
    width: auto !important;
  }

  /* Checkout header */
  [data-component-id="siteLogo-ee47"] .dxp_content_layout-siteLogo_siteLogo{
    height: 48px !important;
    width: 98px !important;
    margin-left: 8px;
  }
  [data-component-id="layoutHeader-f4ca"] a{
    display: block;
  }
  /* Profile header */
  [data-component-id="siteLogo-0800"] .dxp_content_layout-siteLogo_siteLogo{
    height: 48px !important;
    width: 98px !important;
    margin-left: 8px;
  }
  [data-component-id="commerceHeader-ceac"] a{
    display: block;
  }
  /* Main Footer Logos */
  [data-component-id="richTextEditor-1899"] p{
    flex-wrap: wrap;
    flex-direction: column !important;
  }
  [data-component-id="richTextEditor-1899"] img{
    margin: 7px 0;
  }
  /* Footer Content*/
  /* Basic footer */
  [data-component-id="section-39f3"]{
    text-align: center;
  }
  [data-component-id="button-182e"]{
    margin-left: auto;
    margin-right: auto;
  }
  [data-component-id="button-1d7a"]{
    margin-left: auto;
    margin-right: auto;
  }
  [data-component-id="button-e723"]{
    margin-left: auto;
    margin-right: auto;
  }
  [data-component-id="button-1846"]{
    margin-left: auto;
    margin-right: auto;
  }
  [data-component-id="languageSelector-f0f7"]{
    margin-left: auto;
    margin-right: auto;
  }
  /* checkout footer */
  [data-component-id="section-0057"]{
    text-align: center;
  }
  [data-component-id="button-1634"]{
    margin-left: auto;
    margin-right: auto;
  }
  [data-component-id="languageSelector-6664"]{
    margin-left: auto;
    margin-right: auto;
  }
  /* my profile footer */
  [data-component-id="section-f0a7"]{
    text-align: center;
  }
  [data-component-id="button-1b7d"]{
    margin-left: auto;
    margin-right: auto;
  }
  [data-component-id="languageSelector-ebca"]{
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Checkout footer logo */
  [data-component-id="richTextEditor-11d2"] p{
    flex-wrap: wrap;
    flex-direction: column !important;
  }
  [data-component-id="richTextEditor-11d2"] img{
    margin: 7px 0;
  }
  /* My Profile footer logo */
  [data-component-id="richTextEditor-0cbb"] p{
    flex-wrap: wrap;
    flex-direction: column !important;
  }
  [data-component-id="richTextEditor-0cbb"] img{
    margin: 7px 0;
  }
  /* Checkout */
  [data-component-id="section-4bc5"] {
    width: 100% !important;
    overflow: hidden !important;
    padding-left: 0 !important;
  }
  
  .main-delivery-option-dropdown span{
    overflow: hidden !important;
    text-overflow: unset;
    white-space: normal;
  }
}

/* Cart Summary */
[data-component-id="cartSummary-69c3"], [data-component-id="cartSummary-d0ee"]{
  margin-top: 12px;
}

[data-component-id="button-1634"] a{
  color: rgb(114, 127, 141) !important;
}
[data-component-id="button-1b7d"] a{
  color: rgb(114, 127, 141) !important;
}

/* Cart Spinners */
[data-component-id="mainCartComponent-cbd9"] .slds-spinner__dot-b:after{
  background-color:var(--dxp-g-brand) !important;
}
[data-component-id="mainCartComponent-cbd9"] .slds-spinner__dot-b:before{
  background-color:var(--dxp-g-brand) !important;
}
[data-component-id="mainCartComponent-cbd9"] .slds-spinner__dot-a:before{
  background-color:var(--dxp-g-brand) !important;
}
[data-component-id="mainCartComponent-cbd9"] .slds-spinner__dot-a:after{
  background-color:var(--dxp-g-brand) !important;
}
[data-component-id="mainCartComponent-cbd9"] .slds-spinner_large:after{
  background-color:var(--dxp-g-brand) !important;
}
[data-component-id="mainCartComponent-cbd9"] .slds-spinner_large:before{
  background-color:var(--dxp-g-brand) !important;
}

[data-component-id="sldsFlexibleLayout-7c27"] .col-large-size_3-of-12{
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media only screen and (max-width: 1366px) {
  [data-component-id="sldsFlexibleLayout-7c27"]{
    zoom: 80% !important;
  }
  @supports (-webkit-touch-callout: none) {
    [data-component-id="sldsFlexibleLayout-7c27"]{
      zoom: 70% !important;
    }
  }
}

@media only screen and (min-width: 1367px) {
  [data-component-id="sldsFlexibleLayout-7c27"]{
    zoom: 85% !important;
  }
}

/* Home banner background image for desktop */
[data-component-id="banner-d726"] .dxp-block-image-host {
  background-color: var(--dxp-c-block-image-overlay-color, transparent);
  background-blend-mode: multiply;
}
/* Home banner background image for mobile */
@media only screen and (max-width: 1024px) {
  [data-component-id="banner-d726"] .dxp-block-image-host {
    background-color: var(--dxp-c-block-image-overlay-color, transparent);
    background-blend-mode: multiply;
  }
}

/* Order Summary Details */
[data-component-id="orderProducts-8c8f"] p.dxp_base-textBlock_textBlock {
  text-align: right;
}
[data-component-id="orderProducts-8c8f"] commerce_my_account-item-fields {
  width: 100%;
}

[data-component-id="categoryGrid-f7be"]{
  margin-top: 2rem;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}
[data-component-id="categoryGrid-f7be"] .category-tile {
  width: 260px;
}
@media only screen and (max-width: 1023px) {
  /*Main Footer Logos*/
  [data-component-id="richTextEditor-1899"] p{
    margin-top: 20px !important;
    justify-content: center;
  }
  /*My Profile Footer Logos*/
  [data-component-id="richTextEditor-0cbb"] p{
    margin-top: 20px !important;
    justify-content: center;
  }
  /*Checkout Footer Logos*/
  [data-component-id="richTextEditor-11d2"] p{
    margin-top: 20px !important;
    justify-content: center;
  }

  [data-component-id="categoryGrid-f7be"] {
      flex-wrap: nowrap;
      width: 97vw;
      margin-left: auto;
      margin-right: auto;
      overflow-x: scroll;
      justify-content: flex-start;
      overflow-x: scroll;
      flex-wrap: nowrap;
  }
  [data-component-id="categoryGrid-f7be"] .category-tile {
    min-width: 280px;
    margin-left: 1rem;
    margin-top: 1rem;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1530px){
  [data-component-id="categoryGrid-f7be"] {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    width: 97vw;
    flex-wrap: nowrap;
  }
  [data-component-id="categoryGrid-f7be"] .category-tile {
    min-width: 280px;
    margin-left: 1rem;
    margin-top: 1rem;
    height: auto;
  }
}
/* Basic navigation */
[data-component-id="drilldownNavigation-1941"]{
  font-size: 18px;
}
[data-component-id="drilldownNavigation-1941"] a{
  color: var(--dxp-g-brand) !important;
}

[data-component-id="drilldownNavigation-1941"] button{
  color: var(--dxp-g-brand) !important;
}
/* My profile navigation */
[data-component-id="drilldownNavigation-0d1f"]{
  font-size: 18px;
}
[data-component-id="drilldownNavigation-0d1f"] a{
  color: var(--dxp-g-brand) !important;
}

[data-component-id="drilldownNavigation-0d1f"] button{
  color: var(--dxp-g-brand) !important;
}

/*style for back to cart button in the checkout page*/
@media only screen and (max-width: 768px) {
  .backToCart .slds-button_outline-brand {
    position:relative;
    top:90px;
    width:100%;
  }
}

/* START Basic header styles for search input and navigation */
@media only screen and (min-width: 1025px) {
  [data-component-id="searchInput-59ad"]{
    margin-left: -60% !important;
  }
}

@media only screen and (min-width: 1650px) {
  [data-component-id="searchInput-59ad"]{
    width: 375px !important;
  }
}

@media only screen and (min-width: 768px) {
  [data-component-id="drilldownNavigation-1941"] nav ul li:last-child a[title~="Contact"]{
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .slds-global-header .commerce_unified_checkout-layoutHeader_layoutHeader{
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .b2c_lite_commerce-commerceHeader_templateWithWishlistSlot .commerce-header-desktop{
    margin-top: 5px;
    margin-bottom: 5px !important;
  }
}

@media only screen and (min-width: 768px) {
  [data-component-id="drilldownNavigation-0d1f"] nav ul li:last-child a[title~="Contact"]{
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px){
  [data-component-id="drilldownNavigation-1941"]{
    zoom: 85%;
  }
  [data-component-id="drilldownNavigation-1941"] nav{
    margin-left: -24px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px){
  [data-component-id="drilldownNavigation-0d1f"]{
    zoom: 85%;
  }
  [data-component-id="drilldownNavigation-0d1f"] nav{
    margin-left: -24px !important;
  }
}

  /* Border for Contact in header navigation */
  @media only screen and (max-width: 768px) {
    /* main nav */
    [data-component-id="drilldownNavigation-1941"] nav ul li a[title~="Contact"] {
      border-top: 3px solid #ebebeb;
    }
    /* my profile nav before winter release */
    [data-component-id="drilldownNavigation-0d1f"] nav ul li a[title~="Contact"] {
      border-top: 3px solid #ebebeb;
    }
    /* my profile nav after winter release */
    [data-component-id="drilldownNavigation-43b7"] nav ul li a[title~="Contact"] {
      border-top: 3px solid #ebebeb;
    }
  }

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  [data-component-id="searchInput-59ad"]{
    margin-left: 0;
  }
}
/* END Basic header styles for search input and navigation */

/* START My profile header styles for search input and navigation */
@media only screen and (min-width: 1025px) {
  [data-component-id="searchInput-b17b"]{
    margin-left: -60% !important;
  }
}

@media only screen and (min-width: 1650px) {
  [data-component-id="searchInput-b17b"]{
    width: 375px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  [data-component-id="searchInput-b17b"]{
    margin-left: 0;
  }
}
/* END My profile header styles for search input and navigation  */

/*START Order history styles for Total label and project field*/
.commerce_my_account-orderLineItemFields_orderLineItemFields div:nth-last-child(1) span:nth-child(1){
  font-weight: bold;
}
@media only screen and  (max-width: 1440px) {
  .commerce_my_account-orderLineItemFields_orderLineItemFields div:has(span[title~="Project"]) {
    width: 100%;
  }

  .commerce_my_account-orderLineItemFields_orderLineItemFields div:has(span[title~="Proiect"]) {
    width: 100%;
  }
}
/* Contact us link in Home, Profile and Checkout footers  */
[data-component-id="button-182e"], [data-component-id="button-1b7d"], [data-component-id="button-1634"] {
  height: 24px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* Contact us link in Home, Profile and Checkout footers  */
[data-component-id="button-1d7a"],  [data-component-id="button-e723"],[data-component-id="button-1846"]  {
  height: 24px !important;
  margin-bottom: 4px !important;
}
    [data-component-id="button-1d7a"] a , [data-component-id="button-e723"] a,  [data-component-id="button-1846"] a {
   color: var(--com-c-linklist-anchor-text-color, var(--dxp-s-link-text-color));
}
/*END Order history styles for Total label and project field*/

/* Checkout page */
[data-step-key="payment"] .slds-accordion__summary{
  display: none;
}
[data-component-id="checkoutPlaceOrder-ca38"] button {
  margin-bottom: 1rem;
}
[data-component-id="checkoutShippingAddresses-4c05"] input {
  padding-left: 32px !important;
}
[data-component-id="checkoutSectionShipping-ea33"] header, [data-component-id="checkoutSectionDelivery-3eaf"] header{
  margin-bottom: 16px !important;
}
/* place order disabled state */
commerce_builder-checkout-place-order commerce-action-button button:disabled{
  background-color: #7fa1c4 !important;
  border-color: #7fa1c4 !important;
  cursor: default !important;
}

@media screen and (max-width: 768px) {
  [data-component-id="checkoutPlaceOrder-ca38"] commerce-action-button{
    width: 100% !important;
  }
  [data-component-id="checkoutPlaceOrder-ca38"] button {
    width: 100%;
  }
}

/* Hide Home link on desktop, show only on mobile */
@media only screen and (min-width: 768px) {
  [data-component-id="drilldownNavigation-1941"] nav ul li:first-child.slds-list__item a{
    display: none !important;
  }
  [data-component-id="drilldownNavigation-0d1f"] nav ul li:first-child.slds-list__item a{
    display: none !important;
  }
}

/* Checkout page */
[data-component-id="commerceLayout-4a59"] .content{
  padding: 16px 0 16px 0;
}
@media only screen and (max-width: 768px) {
  [data-component-id="commerceLayout-4a59"] .content{
    padding: 16px;
  }
}

/* Cart mobile style */
@media only screen and (max-width: 768px) {
  .selector-input{
    padding: 0 !important;
    width: 40px !important;
  }
  .quantity-type{
    word-break: break-all;
    width: 40px;
  }
  .selector-input[c-cartItems_cartItems] {
    font-size: 12px !important;
  }
  .selector-label{
    font-size: 10px !important;
  }
}

/* Cart voucher/coupon section*/
[data-component-id="cartPromotions-c5c1"]{
  margin-bottom: 32px !important;
}
[data-component-id="cartPromotions-c5c1"] div{
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
[data-component-id="cartPromotions-c5c1"] lightning-input{
  margin-bottom: 0 !important;
}

/* Language selector main footer */
[data-component-id="languageSelector-f0f7"]{
  padding-top: 16px;
}
/* Language selector my profile footer */
[data-component-id="languageSelector-ebca"]{
  padding-top: 16px;
}
/* Language selector checkout footer */
[data-component-id="languageSelector-6664"]{
  padding-top: 16px;
}

/* Link list in the main footer */
[data-component-id="linkList-a4f3"] ul li{
  margin-top: 4px;
}
[data-component-id="linkList-a4f3"] ul li[data-id="0"]{
  margin-top: 8px !important;
}
@media only screen and (max-width: 768px) {
  [data-component-id="linkList-a4f3"] ul{
    --com-c-link-list-text-alignment: center !important;
  }
}
/* Link list in the my profile footer */
[data-component-id="linkList-a057"] ul li{
  margin-top: 4px;
}
[data-component-id="linkList-a057"] ul li[data-id="0"]{
  margin-top: 8px !important;
}
@media only screen and (max-width: 768px) {
  [data-component-id="linkList-a057"] ul{
    --com-c-link-list-text-alignment: center !important;
  }
}
/* Link list in the checkout footer */
[data-component-id="linkList-5a45"] ul li{
  margin-top: 4px;
}
[data-component-id="linkList-5a45"] ul li[data-id="0"]{
  margin-top: 8px !important;
}
@media only screen and (max-width: 768px) {
  [data-component-id="linkList-5a45"] ul{
    --com-c-link-list-text-alignment: center !important;
  }
}

/*coupon component stylization*/
[data-component-id = "cartPromotions-1034"] {
  margin-left: 0px !important;
}

/* Order details page */
[data-component-id="sldsFlexibleLayout-5e20"] div.content-container{
  margin-top: 32px;
  margin-bottom: 32px;
}
[data-component-id="section-6b13"]{
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  [data-component-id="sldsFlexibleLayout-5e20"] div.content-container{
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

/* Back to cart button on checkout */
[data-component-id="button-37d5"] a{
  border-color: var(--sds-c-button-neutral-color-border,var(--dxp-g-neutral-1,#aeaeae));
}
@media screen and (max-width: 768px) {
  [data-component-id="button-37d5"]{
    display: block !important;
  }
  [data-component-id="button-37d5"] a{
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) {
  [data-component-id="button-37d5"]{
    display: flex !important;
  }
}

/* Headers */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [data-component-id="commerceHeader-9066"] header{
    height: auto;
  }
  [data-component-id="commerceHeader-ceac"] header{
    height: auto;
  }
}
@media only screen and (min-width: 1026px) and (max-width: 1077px) {
  [data-component-id="commerceHeader-9066"] header{
    height: auto;
  }
  [data-component-id="commerceHeader-ceac"] header{
    height: auto;
  }
  .header-badge-icons{
    margin-left: -32px !important;
  }
}

/* Checkout - label desired delivery date */
@media only screen and (max-width: 768px){
  c-additional-delivery-details .desired-delivery-date{
    max-width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    margin-bottom: -5px !important;
  }
  c-additional-delivery-details .desired-delivery-date label{
    display: contents !important;
  }
  c-additional-delivery-details .desired-delivery-date div.slds-form-element__control{
    margin-top: 2px !important;
  }
}

/* Voucher section button no iphone */
@media screen and (max-width: 768px) {
  @supports (-webkit-touch-callout: none) {
    [data-component-id="cartAppliedCoupons-96c8"] button{
      height: 40px !important;
    }
  }
}

/* Logo position for ipad mini */
@media only screen and (min-width: 744px) and (max-width: 745px) {
  @supports (-webkit-touch-callout: none) {
    [data-component-id="commerceHeader-9066"] header .slds-col.slds-size_1-of-12 {
      width: 40% !important;
    }
    [data-component-id="commerceHeader-ceac"] header .slds-col.slds-size_1-of-12 {
      width: 40% !important;
      margin-top: 16px;
  }
  }
}

/* Cart page - continue shopping and checkout buttons */
[data-component-id="section-2981"]{
  padding-top: 16px !important;
}
[data-component-id="checkoutButton-821b"]{
  margin-left: 4%;
}
[data-component-id="continueShopping-cbc6"]{
  margin-left: 4%;
}

/* Checkout page */
[data-component-id="section-4bc5"]{
  margin-top: 16px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  [data-component-id="section-4bc5"]{
    padding-left: 16px !important;
    padding-right: 28px !important;
  }
}

/* Address form */
[data-component-id="myAccountInputAddress-ec2c"] lightning-input-address, [data-component-id="myAccountInputAddress-ec2c"] lightning-input-address lightning-picklist{
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  div.name-fields lightning-input{
    width: 100% !important;
  }
}

/* My Profile */
@media only screen and (max-width: 767px) {
  /* My Profile select navigation*/
  [data-component-id="myAccountLayout-abb2"] aside.navigation{
    padding-top: 12px !important;
    border: none !important;
  }
  /* Order History*/
  [data-component-id="orders-7506"] commerce_my_account-date-filter lightning-input{
    width: 100% !important;
    margin-right: 0 !important;
  }
  [data-component-id="orders-7506"] commerce_my_account-date-filter fieldset div:last-of-type{
    width: 100% !important;
  }
}

.checkout-spinner.slds-spinner_container{
    background-color: white !important;
    opacity: 0.5 !important;
}