/*------------------------------------*\
  #Root
\*------------------------------------*/

:root {
  --Primary-color: #f16332;
  --Secondary-color: #000000;

  --Accent-color: #eaefe9;

  --Text-color: #888893;

  --Button-color: #f16332;
  --Button-hover-color: #ab4923;

  /* Neutral Colors */
  --White-color: #fff;
  --Black-color: #000;

  --Danger-color: #EE3B2B;
  --Danger-hover-color: #ed301f;

  --Background-color: #eaefe9;
}

@font-face {
  font-family: "Mitr";
  src: url('/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/2/Mitr.ttf');
}

/*------------------------------------*\
  #BASE
\*------------------------------------*/
.catfish-button,
.button,
a {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.catfish-button.is-primary:hover,
.catfish-button.is-primary.is-hovered,
.button.is-primary:hover,
.button.is-primary.is-hovered {
  background-color: var(--Button-hover-color);
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.title:not(label),
.step-title h2 {
  font-family: "Mitr", OpenSans, sans-serif;
}

.title:not(label),
.step-title h2 {
  color: var(--Button-color);
}

label {
  color: var(--Black-color);
}

/* Buttons */
#deleteall {
  background-color: var(--Danger-color);

  &:hover {
    background-color: var(--Danger-hover-color);
  }
}

#continueshoppingDummy,
.is-outlined {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  border-color: var(--Button-color);
  color: var(--Button-color);

  &:hover {
    border: 2px solid var(--Button-hover-color);
    background-color: var(--Button-hover-color) !important;
    color: #fff;
  }
}

/*------------------------------------*\
  #UTILITIES
\*------------------------------------*/
.has-background-custom1 {
  background-color: var(--Accent-color);
}

.image-block>.block {
  margin-bottom: 0 !important;
}

.border-top .columns {
  border-top: solid 1px var(--Text-color);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.has-border-bottom .columns{
  border-bottom: 1px solid var(--Text-color);
}

/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
.overlay {
  position: relative;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

/* Product-card */
.homeFeaturedProductsWrapper,
.homeFeaturedCategoriesWrapper{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title {
  opacity: 1;
  font-family: "Mitr", OpenSans, sans-serif;
  font-size: 1.764705882352941rem;
  line-height: 1.4;
  position: absolute;
  bottom: 50%;
  color: var(--White-color);
  margin-bottom: 0;
  width: 30%;
  text-overflow: unset;
  overflow: unset;
  text-wrap: wrap;
}

.homeFeaturedCategoriesWrapper .small-product-item .category-item:hover .product-title{
  background: transparent;
}

.homeFeaturedCategoriesWrapper .small-product-item .category-item .category-short-description,
.homeFeaturedCategoriesWrapper .small-product-item .category-item .product-title{
  transform: unset;
}

.homeFeaturedCategoriesWrapper .small-product-item .category-item:hover .category-short-description,
.homeFeaturedCategoriesWrapper .small-product-item .category-item:hover .product-title{
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title a{
  color: var(--White-color);
}

.homeFeaturedCategoriesWrapper .small-product-item .category-item .category-short-description{
  opacity: 1;
  position: absolute;
  bottom: 35%;
  background-color: var(--Primary-color);
  padding-left: 1.17647rem;
  padding-right: 1.17647rem;
  padding-top: calc(0.375em - 2px);
  padding-bottom: calc(0.375em - 2px);
  height: 2.58824em;
  cursor: pointer;
  border-radius: 5px;
  border-width: 2px;
  border-color: transparent;
  color: #fff;
  -webkit-appearance: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  font-style: normal;
  font-size: unset;
}

.homeFeaturedCategoriesWrapper .small-product-item .category-item .category-short-description:hover{
  background-color: var(--Button-hover-color);
}

@media screen and (max-width: 1300px){
  .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title{
    width: 40%;
  }
}

@media screen and (min-width: 1088px) {
  .homeFeaturedCategoriesWrapper .listWrapper .listItem {
    flex: 0 0 33%;
  }

  .homeFeaturedCategoriesWrapper .listWrapper{
    gap: .1rem;
    justify-content: space-between;
  }

  .homeFeaturedCategoriesWrapper .listWrapper .listItem:nth-child(even) .category-item .product-title{
    text-align: right;
  }
  
  .homeFeaturedCategoriesWrapper .listWrapper .listItem:nth-child(even) .category-item .category-short-description,
  .homeFeaturedCategoriesWrapper .listWrapper .listItem:nth-child(even) .category-item .product-title{
    right: 1.5rem;
  }

  .homeFeaturedCategoriesWrapper .small-product-item .category-item .picture a img{
    object-fit: contain;
  }
}

@media screen and (max-width: 1088px){
  .homeFeaturedCategoriesWrapper .listWrapper .listItem {
    flex: 0 0 48%;
  }

  .homeFeaturedCategoriesWrapper .listWrapper{
    gap: 1rem;
  }

  .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title{
    width: 50%;
  }
}

@media screen and (max-width: 767px){
  .homeFeaturedCategoriesWrapper .listWrapper .listItem {
    flex: 0 0 100%;
  }
}
/*------------------------------------*\
  #LAYOUTS
\*------------------------------------*/
.navbar {
  background-color: var(--Accent-color);
  border-bottom: 2px solid var(--Black-color);

  a.navbar-item,
  a.navbar-link {
    font-family: "Mitr", OpenSans, sans-serif;
    color: var(--Black-color);
    font-size: 0.85rem;

    &:hover {
      color: var(--Button-hover-color);
    }
  }

  .navbar-link:not(.is-arrowless)::after {
    border-color: var(--Black-color);
  }

  .button {
    background-color: var(--Button-color);
    color: var(--White-color);

    .fa-lg,
    .fas {
      font-size: 1rem;
      font-weight: 600;
    }

    &:hover {
      background-color: var(--Button-hover-color);
      color: var(--White-color);
    }
  }

  @media screen and (min-width: 1088px) and (max-width: 1700px){
    a.navbar-item,
    a.navbar-link {
      padding: .5rem 1rem;
      font-size: 0.8rem;
    }

    .navbar-link:not(.is-arrowless) {
      padding-right: 2em;
    }
  }
  
  @media screen and (min-width: 1088px) {
    .navbar-start {
      margin-right: unset;
      justify-content: flex-end;
      margin-left: auto;
    }

    .navbar-end {
      margin-left: unset;
    }

    .navbar-dropdown {
      border-top: 2px solid var(--Primary-color);
      background-color: var(--Background-color);
      width: 12rem;
      padding-bottom: 1rem;
      top: 98%;
    }

    .navbar-dropdown a.navbar-item{
      position: relative;
      padding: .5rem 1rem;
    }

    .navbar-dropdown a.navbar-item::before{
      content: '';
      background-color: var(--Primary-color);
      width: 80%;
      height: 1px;
      display: flex;
      justify-content: center;
      position: absolute;
      bottom: 0rem;
    }

    .navbar-dropdown a.navbar-item:focus,
    .navbar-dropdown a.navbar-item:hover{
      background-color: transparent;
      color: var(--Primary-color);
    }

    .navbar-link:hover:not(.is-arrowless)::after,
    .navbar-link:focus:not(.is-arrowless)::after {
      border-color: var(--Button-hover-color);
    }

    .navbar-item:hover .navbar-link:not(.is-arrowless)::after {
      border-color: var(--Button-hover-color);
    }

    .navbar-item:hover .navbar-link {
      color: var(--Button-hover-color);
    }
  }

  @media screen and (max-width: 1087px) {
    .is-header-logo {
      height: 2.5rem;
    }
  }
}

/* Footer */
.arone-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 5px solid var(--Black-color);

  .column{
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .ict-list{
    display: flex !important;

    li{
      margin-right: 1rem;
      position: relative;
    }

    li:not(:last-child)::before{
      content: '|';
      position: absolute;
      right: -.75rem;
    }

    li a{
      font-size: 0.8235294117647059rem;
      font-weight: 700;
    }
  }

  .footer-copyright{
    text-align: center;
    font-size: 0.7058823529411765rem;
  }
}

/*------------------------------------*\
  #ADMIN PAGES
\*------------------------------------*/
/* Homepage */

/* Slider */
@media screen and (min-width: 1088px) {
  .banner-button{
    position: absolute;
    z-index: 1;
    top: 25%;
    right: 25%;
    transform: translate(-25%, -25%);
  }

  .slides .ict-paragraph{
    font-size: 1.1111111rem;
  }
}

@media screen and (max-width: 1087px) {
  .column:has(.banner-button){
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Categories */
.category-hero-section .ict-page-title{
  text-shadow: 2px 2px 20px #000000;
}

.category-hero-section .subtitle{
  display: none;
}

.category-hero-section.hero.is-primary{
  background-color: transparent;
}

.category-hero-section .container{
  max-width: 100%;
  padding: 0;
}

.category-hero-section .hero-body{
  padding: 0;
}

.title.has-text-dark, .subtitle.has-text-dark,
.category-bottomdescription-wrapper h2.has-text-dark{
  color: var(--Black-color) !important;
}

@media  screen and (min-width: 1088px) {
  .homePageCategories .catfish-container{
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  .category-hero-section.hero.is-primary .title{
    font-size: 3.333rem;
  }
}

#homeFeaturedCategoriesTitleRow{
  display: none !important;
}

/* Product Landing */
.arone-product-landing-page {
  .details-wrapper {

    h1.title:not(label),
    .productPrice {
      color: var(--Button-color);
    }
  }
}

/* Mega edit */
.addtoBasketScreen #addtoBasketControlArea,
.addtoBasketScreen #addToBasketScreenMsg,
.addtoBasketScreen .loadingArea__loadScreenStepIndicator,
.addtoBasketScreen .loadScreenStepIndicator,
#loadingArea #addtoBasketControlArea,
#loadingArea #addToBasketScreenMsg,
#loadingArea .loadingArea__loadScreenStepIndicator,
#loadingArea .loadScreenStepIndicator,
.loadingArea #addtoBasketControlArea,
.loadingArea #addToBasketScreenMsg,
.loadingArea .loadingArea__loadScreenStepIndicator,
.loadingArea .loadScreenStepIndicator,
.loadingScreen #addtoBasketControlArea,
.loadingScreen #addToBasketScreenMsg,
.loadingScreen .loadingArea__loadScreenStepIndicator,
.loadingScreen .loadScreenStepIndicator {
  color: var(--White-color);
}

.addtoBasketScreen .ME_loading_hints ul li,
#loadingArea .ME_loading_hints ul li,
.loadingArea .ME_loading_hints ul li,
.loadingScreen .ME_loading_hints ul li {
  color: var(--White-color);
  border: solid 1px var(--White-color);
}

.addtoBasketScreen .fa-cog,
.addtoBasketScreen .fa-spinner,
#loadingArea .fa-cog,
#loadingArea .fa-spinner,
.loadingArea .fa-cog,
.loadingArea .fa-spinner,
.loadingScreen .fa-cog,
.loadingScreen .fa-spinner {
  border-right-color: var(--Secondary-color);
}

.loadingScreen .loadingLogo::before {
  content: "";
  /* Change the mega edit image here using the same naming structure on CSS  override */
  background: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/2/ME-Logo.png");
  width: 20rem;
  height: 50%;
  position: absolute;
  top: -2rem;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.loadingScreen .loadingSpinner{
  position: relative;
  top: 5rem;
}

.loadingScreen .loadingLogo .loadScreenStepIndicator{
  font-size: 1.5rem;
  margin-top: 2rem;
}

.loadingScreen .fa-cog{
  height: 10rem !important;
  width: 10rem !important;
}

/* Basket Page */
.one-page-checkout .cartTableWrapper .cart tr.cart-item-row,
.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row {
  background-color: var(--Accent-color);

  td span {
    color: var(--Black-color);
  }
}

.cart-footer__container {
  color: var(--Black-color);
}

/*------------------------------------*\
 #CHECKOUT STEPS
\*------------------------------------*/
/* Delivery and Billing Address */
.advanced-select.is-extended .item-list {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.advanced-select .selected-item,
.advanced-select.is-extended .item-list,
.advanced-select .footer-controls {
  border-width: 2px;
}

/*------------------------------------*\
 #MY ACCOUNT PAGES
\*------------------------------------*/

/*------------------------------------*\
    #TOPIC PAGES
\*------------------------------------*/

/* small fix */
.page-dynamicproduct-editor .catfish-button.is-small, .page-dynamicproduct-editor .button.is-small {
  padding: 0.5rem;
}
.page-dynamicproduct-editor .MEUIFormField .control .meuiNonLayout, 
.page-dynamicproduct-editor .MEUIFormField .control .zoom-button   {
  height:100%;
}
.page-dynamicproduct-editor .AddImageToField span.no-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%,-50%);
}
.Script_DynamicUiGeneration_New .fb-background-color-select .colorSelector  {
  min-width: 100%;
}
/* --- CSS Mobile UX ---*/
.Script_DynamicUiGeneration_New .ItemsListBody .itemDetails {
  padding-left: 1rem;
  padding-right: 1rem;
}
.Script_DynamicUiGeneration_New_MobileUX .DynamicUiGeneration-mobile-ui-global {
  position: fixed;
  bottom: 4.5rem;
  z-index: 5;
  max-height: 0px;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
  -webkit-transition: max-height 0.15s linear;
  -moz-transition: max-height 0.15s linear;
  -o-transition: max-height 0.15s linear;
  transition: max-height 0.15s linear;
  box-shadow: inset 0px -7px 19px -10px rgba(0,0,0,.2);
}
.Script_DynamicUiGeneration_New_MobileUX .DynamicUiGeneration-mobile-ui-global > .columns {
  padding: 1rem;
  padding-bottom: 2rem;
  margin: 0!important;
}
.Script_DynamicUiGeneration_New_MobileUX .DynamicUiGeneration-mobile-ui-global.is-active {
  max-height:70vh;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 5;
  background: #fff;
  text-align: center;
  padding:0rem;
  box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux > .columns {
  padding: 0px;
  margin: 0px;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux > .columns > .column {
  padding: 1rem;
  margin: 0px;
  border-bottom: solid 1px #eee;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux-footer .toggle-fieldlist-button {
  border: none;
  background: transparent!important;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux-footer .progress-bar-container {
  display: block;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux-footer .progress-bar {
  position: relative;
  width: 100%;
  height: 1.5rem;
  border-radius: 0.75rem;
}
.Script_DynamicUiGeneration_New_MobileUX .eds-mobile-ux-footer .progress-bar .progress {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 1.5rem;
}
.Script_DynamicUiGeneration_New_MobileUX .select-step-button .field-name {
  max-width: calc(100vw - 10rem)!important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Script_DynamicUiGeneration_New_MobileUX .select-step-button {
  padding: 1rem;
  margin-bottom: -0.5rem;
}
.Script_DynamicUiGeneration_New_MobileUX .column.actions-list {
  overflow: hidden;
  overflow-x: auto;
  border-right: solid 1px #eee;
  box-shadow: inset -7px 0px 26px -13px rgba(0,0,0,.2);
  min-height: 100%;
}
.Script_DynamicUiGeneration_New_MobileUX .column.actions-list.Variable-Input-Container {
  overflow: visible;
  overflow-x: visible;
  text-align: left;
}
.Script_DynamicUiGeneration_New .large-icon-vertical-button {
  padding: 0.5rem;
  height: 4rem;
  width: 4rem!important;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.Script_DynamicUiGeneration_New .large-icon-vertical-button span.fill_button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.Script_DynamicUiGeneration_New .large-icon-vertical-button span.fill_button .check {

}
.Script_DynamicUiGeneration_New .large-icon-vertical-button span.icon {
  display: block;
  margin: 0px!important;    
  height: 1.8rem;
  line-height: 2rem;
  width: 100%;
}
.Script_DynamicUiGeneration_New .large-icon-vertical-button span.icon + .text {
  font-size: 0.75em;
  font-weight: bold;
  padding-top: 0.3rem;
}
.Script_DynamicUiGeneration_New .large-icon-vertical-button span.icon .fa-edit {
  margin-left: 0.2em;
}
.Script_DynamicUiGeneration_New .edit-mode-done-button {
  position: fixed;
  top: calc(50vh - 4rem);
  right: 1rem;
}
.Script_DynamicUiGeneration_New_MobileUX .column.eds-mobile-ux-header {
  position: fixed;
  top: 4rem;
  left: 0px;
  width: 100%;
  z-index: 9;
  padding: 0.5rem;
}
.Script_DynamicUiGeneration_New_MobileUX.EditingMode .column.eds-mobile-ux-header {
  top: 0px;
}
.Script_DynamicUiGeneration_New_MobileUX .column.eds-mobile-ux-header span {
  padding: 0rem 1rem;
  display: inline-block;
}
.Script_DynamicUiGeneration_New_MobileUX .column.eds-mobile-ux-header span.orderNR {
  border-right: solid 1px #fff;
}
.Script_DynamicUiGeneration_New_MobileUX .additionalTargetContainer {
  display: none!important;
}
@media screen and (max-width: 600px) {
  .Script_DynamicUiGeneration_New_MobileUX .meuiDateTimePicker+.dropdown-menu button, 
  .Script_DynamicUiGeneration_New_MobileUX .meuiDateTimePicker+[uib-datepicker-popup-wrap] .uib-datepicker-popup.dropdown-menu button, 
  .Script_DynamicUiGeneration_New_MobileUX [uib-datepicker-popup-wrap] .uib-datepicker-popup.dropdown-menu button {
  border: solid 1px #fff;
  padding: 0.7rem;
  font-size: 1rem;
  min-width: 100%;
  height: 3rem;
  border-radius: 5px;
}
}
.Script_DynamicUiGeneration_New_MobileUX .input.is-danger, 
.Script_DynamicUiGeneration_New_MobileUX .catfish-input.is-danger, 
.Script_DynamicUiGeneration_New_MobileUX .catfish-select.is-danger, 
.Script_DynamicUiGeneration_New_MobileUX .textarea.is-danger, .catfish-textarea.is-danger {
  border-color: #CF4646!important;
  background: #f9dcdc!important;
}
.megaedit-preview #addToBasketButton {
  top: 1rem;
  right: 5rem;
}

