/* header */

.header-components {
background:#01437C;
}

.header-icon-button , .sicon-search:before{
color:white;
}


a.s-cart-summary-wrapper {
color:white;
}



.s-button-primary-outline {
    fill: #414042;
    /* fill: var(--color-primary); */
    color: #414042;
    /* color: var(--color-primary); */
}

/* footer */

.footer-is-light .store-footer__top, .footer-is-light .full-about-block, .footer-is-light .social-link {
background:#01437C;
}

/* last footer */
.footer-is-light .store-footer {
background: #01437C; 
}

.text-center {
text-align: center ;
}

img {
   text-img: left;
}

.sicon-twitter {
color: white ;
}

.sicon-instagram {
color: white ;
}

.sicon-whatsapp2{
color: white ;
}

.sicon-whatsapp2{
color: white ;
}

.sicon-mail{
color: white ;
}


blockquote, dl, dd, h1, h3,h5, h6, hr, figure, p, pre {
    margin: 0;
    color: white;
}

.break-all {
    color: white;
    word-break: break-all;
}

a {
    text-decoration: none;
    transition: color .2s;
    color: white;
}

.sicon-mail:before {
color:#01437C;

}
[dir=rtl] .footer-list .s-user-menu-inline {
    padding-right: 1rem;
    color: white;
}
.s-user-menu-dropdown-item-logout a {
    --tw-text-opacity: 1 !important;
    color: white;
}
/* لون التصنيفات في الصفحات  */

.rtl .fix-align, [dir=rtl] .fix-align {
    color: white;
}
.page-header .breadcrumbs a {
    color: white ;
}

p {
    color: gray;
}

.s-cart-summary-total {
 
       color: white ;

}


button1, [role=button] {
  cursor: pointer;
  color: #00437D;
  font-weight: bold;
  word-break: break-all;
  max-width: 120px; /* Adjust the max-width as needed */
  font-size: 15px;
 /* margin-left: -20px; /* Adjust the left margin as needed */
 /* margin-top: 30px; /* Adjust the top margin as needed */
 padding: 0px 0px;
 border-radius: 10px;
 background-color: white;
  border: 1px solid white;
  height: 68px;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

button1:hover, [role=button]:hover {
  background-color: grey; 
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}


.inline-block {
    display: inline-block;
    color: black;
}
.text-primary {
    color: #414042;
    /* color: var(--color-primary); */
}


.text-gray-400 {
    --tw-text-opacity: 1;
       color: black;
}
:root {
    --font-main: 'Apple';
    --color-primary: black;
    --color-primary-dark: #d3d4d5;
    --color-primary-light: #ffffff;
    --color-primary-reverse: #7a7b7c;
}

.s-button-primary {
    border-width: 1px;
    border-color: #414042;
    border-color: var(--color-primary);
    background-color: white !important;
    background-color: white !important;
    color: #ff6767;
    color: var(--color-primary-reverse);
}
.text-gray-400 {
    --tw-text-opacity: 1;
    color: white;
}
p {
    color: black;
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
   
    --tw-text-opacity: 1;
    color: white;
}

.s-button-primary {
  
    background-color: #00437D !important;
    
    color: white;
}