/* Add custom CSS styles below */ 

@media (max-width: 767px){
.search-container select {
    width: 80px !important;
    height: 40px;
    font-size: 12px !important;
    border: 1px solid #3D67A5;
    border-radius: 5px;
    background: white;
}
.search-container button {
    padding: 10px 30px !important;
    font-size: 12px !important;
    border: none;
    border-radius: 20px;
    background: #3D67A5;
    color: white;
    cursor: pointer;
    font-weight: bold;
}



}



.banners-builder-single-content-informations-button-icon-wrapper{
display:none;
}

.swiper-pagination-bullet{
display:none;
}
.section-heading-divider{
display:none;
}

p.banners-builder-single-content-informations-description{
word-spacing: 2px;
font-weight:200;
}
.store-features-style-1-content{
margin-bottom:-90px;
}



.store-features-style-1-heading.section-heading.text-center {
    display: flex;
    flex-direction: column; /* يجعل البحث أول عنصر */
    align-items: center;
    background: transparent;
        margin-bottom:0;
        padding-bottom:0;

}

.search-container {
    display: flex;
    flex-direction: row-reverse; /* لجعل الاتجاه من اليمين لليسار */
    align-items: center;
    gap: 10px;
    margin-bottom:50px;
}

.search-container select {
    width: 150px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #3D67A5;
    border-radius: 5px;
    background: white;
    color:#3D67A5;
}

.search-container button {
    padding: 10px 40px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    background: #3D67A5;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

.search-container button:hover {
    background: #0C5BAF;
}

select:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.search-container select {
    appearance: none; /* يخفي السهم الافتراضي للمتصفحات */
        color: #3D67A5 !important;

    -webkit-appearance: none;
    -moz-appearance: none;
    background: white url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16"><path fill="%23000000" d="M7 10l5 5 5-5z"/></svg>') no-repeat;
    background-position: left 10px center; /* ضبط موضع السهم */
    background-size: 12px;
    padding-left: 25px; /* ترك مسافة للسهم */
}

.search-container select:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.store-features-style-1-content-single-icon-box{

width:40px;
height:40px
}
.store-features-style-1-content-single-icon-content {
font-size:25px;}

@media only screen and (max-width: 768px) {
    .store-features-style-1-content-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* تقسيم المساحة إلى عمودين */
        gap: 20px; /* المسافة بين الأيقونات */
    }

    .store-features-style-1-content-single {
        width: 100%; /* اجعل عرض كل أيقونة 100% داخل الخلية */
    }
}



.store-features-style-1-content-single-icon-content sicon-bag-dollar ::after {
  content: "https://cloudconvert.com/png-to-jpg"; /* or any symbol */
  margin-left: 5px;
  color: blue;
  text-decoration: underline;
}