/* start general style */
:root {
  /* Main Colors */
  --main-color-1: #48b592;
  --main-color-2: #1f5f5b;
  --main-color-3: #0d3853;
  --main-color-4: #171f37;
  /* Secondary Colors */
  --secondary-color-1: #f9e8ae;
  --secondary-color-2: #c2d8db;
  --secondary-color-3: #cce3c0;
} 
a {
  text-decoration: none !important;
}
/* Make the main font sizes more responsive to screens */
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span):not(.footer-container *){
  font-size: clamp(16px, 2vw, 20px) !important;
}

/* setting for sign in form */
.signin-iframe {
   height: 300px !important;
}
/* end general style */

/* start topbar*/
.theme-header-topbar .theme-topbar-contact-info ul {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.theme-header-topbar .theme-topbar-contact-info ul .theme-topbar-info .theme-topbar-info-icon svg {
    width: 15px !important;
    height: 15px !important;
}

@media (max-width: 991px) {
  ul[role="navigation"] , .theme-topbar-contact-info ul {
    margin:0 !important;
  }
  .theme-topbar-info:nth-of-type(2) {
    border-block-end : 1px solid var(--secondary-color-2) !important;
  }
  .theme-mobile-header-style-04.theme-mobile-header-slidewrapper .theme-mobile-header-slide .theme-scoialicon-inner-parent .theme-socialicon-list {
    border-block-end: none !important;
  }
  .theme-mobile-header-style-04.theme-mobile-header-slidewrapper .theme-scoialicon-inner-parent {
  	padding-top:0 !important;
  }
  .theme-mobile-header-style-04.theme-mobile-header-slidewrapper .theme-mobile-header-slide .theme-scoialicon-inner-parent .theme-socialicon-list a svg ,
  .theme-mobile-header-style-04.theme-mobile-header-bottom .theme-mobile-header-icon-wrapper .theme-mobile-header-icon svg {
    width: 20px !important;
    height: 20px !important;
  }
  .theme-wishlist-icon , .theme-mobile-header-icon-wrapper .theme-mobile-header-icon  {
		padding-inline-start: 5px !important;
    padding-inline-end: 5px !important;
}
}
@media (min-width: 992px) {
    .theme-portal-login.theme-portal-icon-enabled {
        margin-inline-end: 0 !important;
    }
}
/* end tobbar*/

/* start mega menu */
div[data-megamenu-content] {
	padding:0 !important;
}
div[data-megamenu-content] .zpcontainer {
  margin:0 !important;
}
div[data-megamenu-content] .zpmm-element.zpmm-title:hover .zpmm-element-anchor ,
div[data-megamenu-content] .zpmm-element.zpmm-text:hover .zpmm-element-anchor , 
div[data-megamenu-content] .zpmm-element.zpmm-title:hover .zpmm-element-textcontent {
  text-decoration: underline !important;
  color:var(--main-color-1) !important;
}
/* ضبط الصور داخل الميجا منيو */
div[data-megamenu-content] .zpelem-col {
     display: flex !important;
    flex-direction: column !important;
}
/* mega menu for brands */
div[data-megamenu-content="76304000000205057"] img.zpmm-element-imagecontent {
		width: auto !important;
    height: auto !important;
    object-fit: cover !important;
  	padding:15px!important;
}
.main_slider , .main_slider .zpelem-col {
    padding: 0 !important;
}
div[data-megamenu-content="76304000000200991"] .zpmm-title .zpmm-element-textcontent , div[data-megamenu-content="76304000000205831"] .zpmm-title .zpmm-element-textcontent , div[data-megamenu-content="76304000000205057"] .zpmm-title .zpmm-element-textcontent{
  font-weight: bold !important;
  font-size: 14px !important;
}
div[data-megamenu-content="76304000000200991"] .zpmm-text .zpmm-element-textcontent {
	font-size: 13px !important;
}
@media (min-width: 992px) {
    .zpmm.zpmm-container-style-02 {
        box-shadow: 0px 5px 8px 0px var(--main-color-1) !important;
    }
    div[data-megamenu-content="76304000000205057"] .zpelem-col , div[data-megamenu-content="76304000000205831"] .zpelem-col {
      align-items: center !important;
    }
}
@media (max-width: 991px) {
  div[data-megamenu-content] .zpmm-element.zpmm-image {
    display:none !important;
  }
}

/* end mega menu */

/* start footer*/
.footer-container .zpsection {
  background-color: var(--main-color-4) !important;
}
.footer-container .zpsection .zpnewsletter-heading {
	background: var(--main-color-3) !important;
}
/* end footer*/

/*start about us*/
.head-profile {
    font-weight :bold !important;
}

@media (max-width: 991px) {
    .about-taps .zptabelem-inner-container .zptabs-content-container .zptab {
        display: flex !important;
    }
}
/*end about us*/

/* start slider brands*/
.see_all_brands_btn {
	color: var(--main-color-1) !important;
  border-color: var(--main-color-1) !important;
}
.see_all_brands_btn:hover {
	color: #fff !important;
  background: var(--main-color-1) !important;
}
/* end slider brands*/
.theme-search-suggestion-overlay {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing:border-box !important;
}

/* start product details*/
.theme-product-varients-row .theme-product-variant-label {
  font-weight:bold !important;
}
@media (min-width: 992px) {
    .theme-product-detail-container .theme-product-detail-varients-container .theme-product-varients-row {
        width: 100% !important;
    }
}
/* end product details*/

/*start contact us */
#zsform_submit {
  border-radius: unset !important;
}
.intl-tel-input ul.country-list li[data-country-code="il"] {
	display:none !important;
}
@media (max-width: 991px) {
  .iframe-contact .zpiframe{
    height: 1515px !important;
  }
}
/* end contact us*/
