/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2023-08-07 12:49:02 */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');body.boxed {
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main,.page-product-downloadable .product-options-bottom {
        width: 49%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media,.page-product-downloadable .product-options-wrapper {
        width: 49%;
    }

    .page-layout-1column .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-left .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-right .column.main > .custom-block ~ .product-info-main, .page-layout-3columns .column.main > .custom-block ~ .product-info-main {
        width: 36.75%;
    }
    .page-layout-1column .column.main > .custom-block ~ .product.media, .page-layout-2columns-left .column.main > .custom-block ~ .product.media, .page-layout-2columns-right .column.main > .custom-block ~ .product.media, .page-layout-3columns .column.main > .custom-block ~ .product.media {
        width: 36.75%;
    }
}

.box-tocart> .fieldset{
 display:flex;
}
#maincontent{
    padding-top: 20px;
    margin-bottom: 20px;
}
h1 {
    font-family: 'ApexRounded',sans-serif;
    color: #252525; 
    font-size: 56px;
    font-weight: 300;
    margin: 0 0 40px 0;
    padding: 0;
    line-height: 1.2em
}
h2 {
    font-family: 'ApexRounded',sans-serif;
    color: #252525; 
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 20px 0;
    padding: 0;
}
h3 {
    font-family: 'ApexRounded',sans-serif;
    color: #252525; 
    font-size: 22px;
    font-weight: 300;
    margin: 40px 0 20px 0;
    padding: 0
}
p  {
    font-family: 'ApexRounded',sans-serif;
    color: #252525;
    font-size: 14px;
    line-height: 1.55em;
    font-weight: 300;
}
.product-item-link > *{
    white-space: break-spaces;
    word-break: break-word;
}
.search-area .block.block-search {
    position: relative;
    width: 80%;
    min-width: 240px;
    border: 1px solid rgba(129,129,129,0.4);
    font-size: 13px;
    border-color: inherit;
    float: right;
    background-color: #ffffff;
    border-radius: 25px;
    padding-left: 0 !important;
}
.page-title-wrapper{
    margin: 0;
    padding: 0;
    border: 0;
    size: 1rem;
    font: inherit;
    vertical-align: top;
}
.cart-design-2 .action.showcart .minicart-icon {
    border-color: #252525 !important;
}

/* CSS FOR DISPLAY NONE*/
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code{
    display: none;
}
.block.block-reorder{
    display: none !important;
}
.tocompare{
 display:none !important;
}
.cookie-status-message{
display: none;
}
div.product-social-links{
 display: none !important;
}
div.amstockstatus-status-container{
 display: none !important;
}
.filter-options-item{
 display: none !important;
}
.login-container .block .block-title{
 display: none !important;
}
.block-new-customer{
 display: none !important;
}
.block-budgets{
 display: none !important;
}
.action.create.primary {
 display: none !important;
}
/* TOCART BUTTON STYLING*/
.tocart {
    background-color: #FFFFFF !important;
    border: 1px solid #252525 !important;
    color: #252525 !important;
}
.tocart:hover{
    background-color: #252525 !important;
    color: #FFFFFF !important;
}

/* CSS FOR THE TITLE WRAPPER*/
.abs-account-page-title, .customer-account-login .page-title-wrapper, .customer-account-create .page-title-wrapper, .customer-account-forgotpassword .page-title-wrapper {
     background-color: #FFFFFF;
    border-bottom: none;
    padding: 0;
    text-align: center;
    position: inherit;
}
span.base{
 font-size:35px;
font-weight: 700;
color:#000000;
}

/* BUTTON PRIMARY STYLING*/
div.primary > button.action {
    background: #fff064 !important;
    color: #000000 !important;
    border: 1px solid #fff064 !important;
    height: 56px !important;
    padding: 0 2em;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -.015em;
    font-weight: 700;
    line-height: 0 !important;
}
div.primary > button.action:hover{
    background: #000000 !important;
    color: #FFFFFF !important;
    border: 1px solid #000000 !important;
}
.primary{
 float:right !important;
}
/* REMIND BUTTON STYLING*/
a.remind{
    background: transparent !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    padding: 15px;
    font-size: 1rem;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: -.015em;
    font-weight: 700 !important;
}
.field > a.remind{
     float: left;
     margin-left: 30%;
}
.field:hover > a.remind{
    background: #000000 !important;
    color: #FFFFFF !important;
    border: 1px solid #000000 !important;
}

/* STYLING NEW CUSTOMER*/
div.block-new-customer{
    width: 75% !important;
}
@media screen and  (min-width:1200px){
    .page-main{
          margin: 0 auto;
   }
}
.ui-menu-item > a{
    font-family:  'ApexRounded',sans-serif;
    color: #262626;
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: 700;
    text-transform: none !important;
}
.ui-menu-item:hover{
    color: #000000 !important;
    font-family:  'ApexRounded',sans-serif;
}
.ui-menu-item:hover > a::after {
transform: scale(1);
height:5px;
left: 0.005vw;
}
.ui-menu-item > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0px;
    left: 0;
    bottom: -5px;
    transition: all 0.3s ease;
    z-index: 20;
    background:#000000;
    transform: scale(0);
}
@media (min-width: 768px){
.ui-menu-item:hover > a:after {
    width: 100%;
}
.product-item-info.type3 .product-item-actions .actions-primary .tocart, .product-item-info.type5 .product-item-actions .actions-primary .tocart, .product-item-info.type6 .product-item-actions .actions-primary .tocart{
 right:15px !important;
}
.product-item-actions > .actions-primary > .tocart{
 padding: 15px !important;
}
.product-item-actions{
    padding-left:15px;
}
.qty{
 padding-bottom:20px
}
.limiter-label{
padding-right:15px;
}
.items > .item:hover{
  color:#000000 !important;
}
.page-header .panel.wrapper::after{
 border-bottom: 1px solid #000000 !important;
}
.product-item-actions > a.edit{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-item-content > .navigation > ul > .ui-menu-item:hover{
 background: none;
}
div.search{
    background: #f6f6f6;
    border-radius: 35px;
}
div.search-category:after {
    margin-left: 0 !important;
    position: absolute;
    right: 10px;
    z-index: -1;
}
div.search-category > select#mpsearch-category{
       width: 165px !important;
}
   .minicart-items-wrapper{
    overflow-y:auto;
    overflow-x:hidden;
    width:fit-content;
   }
   .minicart-items .product-item-details .details-qty{
    gap: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   }
   .product .actions{
    align-self: center;
   }
.minicart-wrapper.active .block-minicart
{
 width:fit-content;
}.header-center {
z-index:1;
}
.customer-menu> ul{
z-index:2;
}
div.opc-block-summary .minicart-items .product-item-name{
white-space: break-spaces;
word-break: break-word;
}