/** Shopify CDN: Minification failed

Line 67:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.gm-menu-installed .gm-menu.gm-menu-37465 {
  background-color: #50443f !important;
  color: #50443f;
  font-family: "Tajawal", sans-serif;
  font-size: 13px;
}
.gm-menu-installed .gm-menu.gm-menu-37465 > .gm-level-0.has-custom-color > .gm-target {
    background: #50443f !important;
}

.t4s-title {
    --color: #222222;
    font-family: 'Tajawal' !important;
}
.t4s-fnt-fm-1 {
    font-family: 'Tajawal' !important;
}
.t4s-fnt-fm-2 {
    font-family: 'Tajawal' !important;
}
.t4s-btn-base {
    font-family: 'Tajawal' !important;
    --btn-fw: 600;
}
h1, h2, h3, h4, h5, h6, .t4s_as_title {
    color: var(--heading-color);
    font-family: 'Tajawal' !important;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0px;
}
.wa-chat-bubble-text {
    font-family: 'Tajawal' !important;
    background: #FFFFFF;
    border: 1px solid #363636;
    box-shadow: 2px 3px 0px #00E785;
    border-radius: 24px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #202020;
    cursor: pointer;
}
.t4s-newsletter__inner .t4s-newsletter__submit .t4s-newsletter__text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Tajawal' !important;
}
button {
    font-family: 'Tajawal' !important;
}
    .t4s-text-center .t4s-newsletter__inner input.t4s-newsletter__email {
        text-align: center;
        background: white;
    }
}
#shopify-block-AY3hkMFZ2QW1FNVg5Q__14236898902689827741
{
      display:none !important;
}
.bdp-d-launcher
{ display:none !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .t4s-btn-size-medium {
        --padding-btn: 0 24px;
        --btn-height: 34px;
        --btn-size: 12px;
        margin-top: -40px !important;
    }
}