/*primary color : #3a4b75; secondry color: #42b19d*/
body, .swal2-modal, .tooltip {
    font-family: 'Cairo-SemiBold';
}
#tab-description * {
    font-family: 'Cairo-SemiBold' !important;
}
a {
    color: #000
}
a:hover {
    color: #ee1d1d
}

/* Radius Border */
/* 
.addthis_toolbox a.addthis_button_compact,

.cart .btn-danger,
.breadcrumb,
.btn,
.well,
.btn-link,
.product-tabs > li > a,
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active,
.img-thumbnail, .thumbnail,
.input-group .form-control:first-child, .input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-radius: 0;
}
*/

.spbox .btn.dropdown-toggle.btn-default,
.form-control:not(select),
#button-cart,
.breadcrumb,
.addthis_toolbox a.addthis_button_compact
 {
    border-radius: 22.5px;
}
.list-group-item:first-child {
    border-top-left-radius: 22.5px;
    border-top-right-radius: 22.5px;
}
.list-group-item:last-child {
    border-bottom-left-radius: 22.5px;
    border-bottom-right-radius: 22.5px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 22.5px;
    border-bottom-left-radius: 22.5px;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 22.5px;
    border-bottom-right-radius: 22.5px;
}

#button-wishlist {
    border-radius: 50%;
}

.product-tabs > li > a,
.thumbnail {
    border-radius: 0;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 28px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 10.2px;
}

a, button, img, input {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a:hover, a:focus {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 14px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}
.input-group .input-group-addon {
    font-size: 14px;
    height: 30px;
}
.input-group.date .btn {
    height: 55px;
    width: 55px;
    background-color: #f5f7f7;
    border: 1px solid #e6e8e8;
    border-left: none;
    color: #919191;
}
.input-group.date .btn:hover {
    color: #3a4b75;
}

.form-horizontal .control-label {
    padding-top: 0;
    padding-bottom: 0;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

#tab-description {
    min-height: 60px
}
div.required .control-label:before {
    display: none;
}
div.required .control-label:after {
    content: ' *';
    color: #F00;
    font-weight: bold;
    font-size: 14px;
}
/* cart */

.cart {
    position: relative;
}
.cart .dropdown-menu {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    right: 0;
    left: auto;
    min-width: 300px;
    max-height: 400px;
    overflow: auto;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-overflow-scrolling: touch !important;
    transition: 0.3s ease;
}
.cart:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}
.cart .dropdown-menu:before {
    right: 25px;
    left: auto;
}
@media (max-width: 767px) {
    .cart .dropdown-menu:before {
        right: 10px;
    }
}
.cart .dropdown-menu table {
    margin-bottom: 10px;
}
.cart .dropdown-menu li p {
    margin: 20px 0;
}
.cart .cartbtns {
    display: flex;
    justify-content: space-between
}
.cart .cartbtns > a {
    display: block;
    width: 48%;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.cart .cartbtns > a:first-of-type{
    background-color: #000;
}
.cart .cartbtns > a:last-of-type{
    background-color: #ee1d1d;
}
.cart .cartbtns > a:first-of-type:hover{
    background-color: #000000cf;
}
.cart .cartbtns > a:last-of-type:hover{
    background-color: #ee1d1db3;
}

.cart .btn-danger {
    padding: 0;
    font-size: 12px;
    width: 18px;
    line-height: 18px;
}
.cart .dropdown-menu > li:last-child {
    padding: 0 10px;
}
.cart .img-thumbnail {
    max-width: 50px;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    background-color: #f2f2f2;
    padding: 0 15px;
    line-height: 40px;
    margin-top: 20px; 
    border: none;
}
.breadcrumb > li + li::before {
    color: #b2b2b2;
}
.breadcrumb > li > a {
    padding: 0 10px;
    color: #b2b2b2;
    display: inline-block;
    font-size: 14px;
}
.breadcrumb > li > a:hover {
    color: #282727;
}
.pagination {
    margin: 0 0 30px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3a4b75;
    border-color: #3a4b75;
}
.pagination > li > a, .pagination > li > span {
    color: #3a4b75;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
div:not(.btn-group) > .btn {
    padding: 12px;
    font-size: 14px;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
/* list group */
.list-group .heading_title {
    background-color: #3a4b75;
    color: #fff;
    line-height: 48px;
    margin: 0;
    padding: 0 25px;
    font-size: 14px;
}
.list-group a {
    border: 1px solid #DDD;
    color: #000;
    padding: 0 25px;
    line-height: 45px;
}
.list-group a:hover {
    background-color: #ee1d1d;
    border-color: #ee1d1d;
    color: #fff;
}
.list-group a.active {
    background-color: #ee1d1d;
    color: #fff;
    border-color: #DDD;
}
.list-group a.active:hover {
    background-color: #ee1d1db3;
    color: #fff;
    border-color: #DDD;
}
.list-group a.active ~ a.active {
    background-color: #f2f2f2;
    color: #000;
}
.list-group a.active ~ a.active:hover {
    background-color: #ee1d1d;
    color: #fff;
}
/* panel */
.panel {
    border: none;
    box-shadow: none;
}
.panel-body {
    padding: 15px 0;
}
.panel-default > .panel-heading {
    padding: 0;
    background-color: #3a4b75;
    color: #fff;
    padding: 0 30px;
    border-left: 3px solid #42b19d;
}
.panel-title {
    line-height: 50px;
    margin: 0;
    font-size: 16px;
}

#accordion .panel {
    border-left: none;
    border-right: none;
}
#accordion .panel-default > .panel-heading {
    background: none;
    border: none;
    padding: 0;
}
#accordion .panel-default > .panel-heading a:hover {
    background-color: #ee1d1d;
    border-color: #ee1d1d;
    color: #fff;
}
#accordion .panel-title {
    line-height: 40px;
    background-color: #f7f7f7;
    padding: 0 20px;
    color: #000;
}
#accordion .panel-title > a {
    display: block;
    position: relative;
    line-height: 40px;
    padding: 0 20px;
    margin: 0 -20px;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #000;
    display: block;
    font-family: 'Cairo-SemiBold';
}
.has-error .panel-title > a {
    color: #e45959;
}
#accordion .panel-title > a > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.well {
    background-color: #fff;
    border-color: #d7d9d9;
    box-shadow: none;
}

#account-login .well {
    min-height: 430px;
    padding: 35px;
    padding-bottom: 80px;
    position: relative;
}
#account-login .well .btn-primary {
    position: absolute;
    bottom: 35px;
    right: 35px;
    width: 110px;
    line-height: 45px;
    padding: 0;
}
.well h2 {
    margin-top: 0;
}
.forgtnbtn {
    color: #aeadad;
    line-height: 2;
}
/*Review stars*/
.ratestars {
    display: inline-flex;
    flex-direction: row-reverse;
    padding: 0 10px
}
.ratestars input {
    display: none
}
.ratestars label {
    margin: 0;
    padding-top: 2px;
    cursor: pointer;
    margin: 0 8px;
    font-size: 14px;
}
.ratestars label i.fa-star {
    color: #cfcfcf;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ratestars input:checked ~ label i.fa-star {
    color: #f49d21;
}
.ratestars label:hover i.fa-star, .ratestars label:hover ~ label i.fa-star {
    color: #f49d21;
}
/*Product page*/
#product-product .thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
#product-product .thumbnails > li {
    margin-left: 8px;
}
#product-product .thumbnails {
    margin-left: -8px;
}
#product-product .thumbnails > img {
    width: 100%;
}
#product-product .thumbnail {
    margin-bottom: 8px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
#product-product .thumbnails .image-additional {
    float: left;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .matchHeight .col-lg-2:nth-child(6n+1),
    .matchHeight .col-lg-2:nth-child(6n+1),
    .matchHeight .col-lg-3:nth-child(4n+1),
    .matchHeight .col-lg-4:nth-child(3n+1),
    .matchHeight .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .matchHeight .col-md-2:nth-child(6n+1),
    .matchHeight .col-md-2:nth-child(6n+1),
    .matchHeight .col-md-3:nth-child(4n+1),
    .matchHeight .col-md-4:nth-child(3n+1),
    .matchHeight .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .matchHeight .col-sm-2:nth-child(6n+1),
    .matchHeight .col-sm-2:nth-child(6n+1),
    .matchHeight .col-sm-3:nth-child(4n+1),
    .matchHeight .col-sm-4:nth-child(3n+1),
    .matchHeight .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/*start selectbox*/
.spbox,
.spbox .btn.dropdown-toggle.btn-default {
    height: 50px;
}
.spbox.btn-group .dropdown-menu {
    z-index: 999999;
    width: 100%;
    padding: 10px 0;
    border: none;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.spbox:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 225px;
}
.spbox.sm:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100px;
}
.spbox .dropdown-menu > li > a {
    padding: 5px 30px
}
.spbox.btn-group .dropdown-menu li a{
    outline: none !important;
    box-shadow: none;
    color: #a9a9a9;
    background: none
}
.spbox.btn-group .dropdown-menu li:not(.disabled) a:hover{
    color: #000;
    background: transparent
}
 .spbox .btn:focus{
    outline: none !important; outline-offset: 0px; box-shadow: none
}
.spbox.btn-group.open .dropdown-toggle{
    box-shadow: none
}
.spbox.selected, .spbox.btn-group .dropdown-menu li{
    outline: none !important;
    outline-offset: 0px;
    box-shadow: none
}
.spbox .btn.dropdown-toggle.btn-default {
    background: #f5f7f7;
    color: #a9a9a9;
    font-size: 14px;
    position: relative;
    border: 1px solid #f5f7f7;
    outline: 0;
    height: 40px;
    padding: 0 25px;
}
.form-control.spbox .btn.dropdown-toggle.btn-default {
    height: 55px;
}
.spbox.open > .dropdown-toggle.btn-default,
.spbox .btn-default:active:hover,
.spbox .btn-default.active:hover,
.spbox.open > .dropdown-toggle.btn-default:hover,
.spbox .btn-default:active:focus,
.spbox .btn-default.active:focus,
.spbox.open > .dropdown-toggle.btn-default:focus,
.spbox .btn-default.focus:active,
.spbox .btn-default.active.focus,
.spbox.open > .dropdown-toggle.btn-default.focus {
    background-color: #f5f7f7;
    border-color: #f5f7f7;
    color: #a9a9a9;
    box-shadow: none;
}
.spbox.btn-group .dropdown-toggle .filter-option {
    text-align: left;
}
.spbox.btn-group .dropdown-toggle .caret {
    right: 12px;
    left: auto;
    font-size: 12px;    
    color: #878787;
}

/*end selectbox*/

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #42b19d;
}

/*Button colors*/
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
}
.btn-default {
    color: #000;
    background: #f7f7f7;
    border-color: #e6e8e8;
}
.btn-default:hover {
    color: #ee1d1d;
    background: #f7f7f7;
    border-color: #e6e8e8;
}
.btn-primary {
    background: #000;
    border-color: #000;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background: #ee1d1d;
    border-color: #ee1d1d;
    outline: 0;
}
.btn-warning {
    color: #fff;
    background: #faa732;
    border-color: #f89406;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background: #ad6704;
}
.btn-danger {
    color: #fff;
    background-color: #e45959;
    border-color: #e45959;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #ba2929;
    border-color: #ba2929;
}
.btn-success {
    color: #fff;
    text-shadow: 0;
    background: #5bb75b;
    border-color: #5bb75b;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #fff;
    text-shadow: 0;
    background-color: #df5c39;
    border-color: #df5c39;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #000;
}
.btn-link:hover {
    color: #ee1d1d;
    text-decoration: none
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #fff;
    text-shadow: 0;
    background: #000;
    border-color: #000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #ee1d1d;
    border-color: #ee1d1d;
    color: #fff;
}

/*form-control*/
.form-control:not(select) {
    -webkit-text-fill-color: #bbb !important;
    border: 1px solid #f2f2f2;
    width: 100%;
    background-color: #fff;
    padding: 0 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: 0.3s ease;
}
.form-control:focus, .form-control:hover, .form-control:hover:focus  {
    box-shadow: none
}
.form-control:not(select):focus {
    border-color: #3a4b75;
}
textarea.form-control {
    padding-top: 15px;
}

.input-group .form-control:not(select) {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.input-group .form-control:not(select):focus {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.control-label {
    margin: 7px 0;
}

.form-control, .form-control + .input-group-btn .btn {
    min-height: 45px;
    min-width: 45px;
}

.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}

/* ================================ */

/*product page custom*/

/* Head */
.productpage-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.productpage-head h1 {
    margin: 0;
    font-size: 20px;
}
.addthis_toolbox a.addthis_button_compact {
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #fff;
    background-color: #42b19d;
    text-align: center;
    line-height: 32px;
    display: block;
}
.addthis_toolbox a.addthis_button_compact:hover {
    background-color: #42b19d;
}
.atm .atm-i {
    border: none;
    margin-top: 5px;
}

/* Rating */
.rating p {
    margin: 0;
}
.rating i.fa {
    color: #dfdfdf;
    font-size: 12px;
}
.rating i.fa.active {
    color: #ffd537;
}

/* Price & button box */
.product_flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.prodprices {
    margin: 0;
}
.prodprices h2{
    font-size: 22px;
    direction: rtl;
    color: #000;
    margin: 0;
}
.prodprices h3 {
    font-size: 22px;
    direction: rtl;
    color: #c2c2c2;
    text-decoration: line-through;
    margin: 0;
}
.price {
    direction: rtl;
    color: #3a4b75;
}


.quantity_cart {
    display: flex;
    align-items: center;
}
.quantity_box {
    position: relative;
}
.quantity_control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 12px;
    padding: 5px;
}
#qbtn-plus {
    left: 20px;
}
#qbtn-min {
    right: 20px;
}
#input-quantity {
    height: 40px;
    width: 100px;
    border: 1px solid #f2f2f2;
    color: #aaa;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 10px;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#input-quantity:focus {
    border-color: #3a4b75;
}
#product .control-label {
    display: table;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #878787;
}
#button-cart {
    border: none;
    width: 160px;
    display: inline-block;
    color: #fff;
    background-color: #000;
    font-size: 14px;
}
#button-cart:hover, #button-cart:focus {
    background-color: #ee1d1d;
}

#button-wishlist {
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    color: #858585;
    margin-left: 10px;
}
#button-wishlist:hover {
    background-color: #858585;
    color: #fff;
}

.product_data > li {
    margin-bottom: 5px;
    color: #878787;
}
.product_data span {
    font-weight: bold;
    display: inline-block;
    width: 100px;
}

.product-tabs {
    margin-top: 40px;
    border-color: #ebebeb;
}
.product-tabs > li.active > a, .product-tabs > li.active > a:hover, .product-tabs > li.active > a:focus {
    color: #ee1d1d;
    background-color: #fff;
    border-color: #ebebeb;
    border-bottom-color: transparent;
}
.product-tabs > li > a {
    color: #000;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    margin: 0;
    min-width: 160px;
    text-align: center;
    font-size: 16px;
    margin-right: 5px;
    font-weight: bold;
}
.product-tabs > li > a:hover, .product-tabs > li > a:focus {
    color: #ee1d1d;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.tab-content.proddtls {
    padding: 50px 35px;
    border: 1px solid #f2f2f2;
    border-top: none;
    font-size: 16px;
    margin-bottom: 40px;
}

@media (max-width:767px) {

    body[class*="product-product"] #content {
        text-align: center;
    }

    #product .control-label {
        display: block; 
    }
    #input-quantity {
        text-align: center;
    }
    .cart_review {
        flex-direction: column;
    }
    #button-cart {
        margin: 10px 0;
    }
    #product {
        margin-bottom: 30px;
    }
    .nav > li > a {
        width: auto; font-size: 14px; 
    }
    .quantity_cart {
        flex-wrap: wrap;
        justify-content: center;
    }
    .product_flexbox {
        flex-direction: column;
    }
    .product-tabs {
        display: flex;
        overflow: auto;
        white-space: nowrap;
    }
}

.categbtns {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
}
.categbtns > li > a {
    background-color: #3a4b75;
    padding: 5px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    margin-bottom: 30px;
}
.categbtns > li > a:hover {
    background-color: #42b19d;
    color: #fff;
}

@media (max-width: 767px) {
    .table-responsive .table {
        max-width: none;
        -webkit-overflow-scrolling: touch !important;
    }
}

label.col-sm-2.control-label + .col-sm-10 .form-control::placeholder {
    visibility: hidden;
}
.product-tabs .tab-pane {
    padding: 20px 15px;
}

/* ================================ */

/* Product list Pages */

.comparelink {
    margin-right: auto;
    padding: 0;
}
.fltrs {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #f0f2f2;
    border-top: 1px solid #f0f2f2;
    padding: 10px 0;
    margin: 20px 0;
}
.fltr {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.fltrs .selectlabel {
    margin: 0 10px;
    font-weight: normal;
    font-family: 'Cairo-SemiBold';
}

@media (max-width:991px) {
    .fltr {
        flex-direction: column;
        align-items: flex-start;
    }
    .fltrs .selectlabel {
        margin: 5px 0;
    }
}

@media (max-width:767px) {
    .fltrs {
        flex-direction: column;
    }
    .fltr {
        margin-bottom: 15px;
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }
    .fltrs .selectlabel {
        width: 90px;
    }
}

/***************/
/* SweetAlert */
.swal2-container {
    z-index: 99999;
}
.swal2-modal .swal2-spacer {
    margin: 0;
}
.swal2-modal .swal2-styled {
    width: 150px;
    height: 35px;
    padding: 0;
    font-size: 14px;
}
button.swal2-cancel.swal2-styled{
    background-color: #ee1d1d !important
}
button.swal2-confirm.swal2-styled{
    background-color: #000 !important
}
button.swal2-cancel.swal2-styled:hover{
    background-color: #ee1d1db3  !important
}
button.swal2-confirm.swal2-styled:hover{
    background-color:  #000000cf  !important
}
.swal2-modal .swal2-styled + .swal2-styled {
    margin-top: 1px;
}
.swal2-icon {
    margin-bottom: 20px;
}

/* **************** */
div#content{
    margin-bottom: 50px;
    min-height: 350px
}
button.btn.btn-primary{
    background-color: #3a4b75;
    border: 1px solid #3a4b75
}
button#button-review{
    background-color: #000;
    border: 1px solid #000
}
button#button-review:hover{
    background-color: #ee1d1d;
    border: 1px solid #ee1d1d
}