@import url('https://fonts.googleapis.com/css?family=Tajawal&display=swap');
@charset "UTF-8";
body {
    margin: 0;
    font-family: 'Tajawal', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525f7f;
    text-align: left;
    background-color: #fff;
}
html[lang="ar"] body {
    text-align: right;
}
html[lang="ar"] .nav-pills .nav-item:not(:last-child){
    padding-left: 1rem;
}

html[lang="ar"] .btn:not(:last-child){
    margin-left: .5rem;
    margin-right: 0 !important;
}
html[lang="ar"] .pull-left {
    float: right;
}
html[lang="ar"] .info-block {
    border-right: none;
    border-left: 5px solid #E6E6E6;
    border-color: #00A0CA;
}
html[lang="ar"] .product-item_quantity{
    text-align: center;
    direction: ltr;
}
html[lang="ar"] .product-item_title{
    text-align: center;
    direction: ltr;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00A0CA;
}
.bg-gradient-green {
    background: linear-gradient(35deg, #2BB673 0, #2BB673 100%) !important;
}
.btn-primary {
    color: #fff;
    background-color: #21409A;
    border-color: #21409A;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-primary:hover {
    color: #fff;
    background-color: #21409A;
    border-color: #21409A;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #21409A;
    border-color: #21409A;
}
.btn-cart {
    color: #21409A !important;
}
.badge-primary {
    color: #fff;
    background-color: #21409A;
}

.section-profile-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 2 / 1;
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .section-profile-cover {
    height: 192px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

html[lang="ar"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 21px;
    width: 20px;
}
