/*primary color : #141414; secondry color: #5ad451*/
.swal2-modal {
    font-family: 'CairoR'
}
h1, h2, h3, h4, h5, h6 {
    color: #141414;
}
a {
    color: #141414
}
a:hover {
    color: #5ad451
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
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 {
    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;
}
/* 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 {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* content */
#content {
    min-height: 600px;
    padding-bottom: 80px;
}
/* cart */

#cart .dropdown-menu {
    min-width: 300px;
    z-index: 999999;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.07);
    box-shadow: 0px 0px 15px rgba(0,0,0,.07);
    border-radius: 0;
    border: none;
}
@media (max-width: 767px) {
    #cart .dropdown-menu {
        left: -60px;
    }
}
#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;
    background-color: #141414;
    color: #fff;
}
#cart .cartbtns > a:hover {
    background-color: #5ad451;
    color: #fff;
}
#cart .btn-danger {
    padding: 1px 5px;
    line-height: 1.5;
    font-size: 14px;
    border-radius: 0;
}
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    background-color: #fff; 
    padding: 0 15px; 
    line-height: 40px;
    margin-top: 30px; 
    overflow: hidden;
    border: none;
    border-radius: 0;
}
.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: #141414;
}
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 0;
}
.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 a {
    border: 1px solid #DDD;
    color: #141414;
    padding: 8px 12px;
}
.list-group a:hover {
    background-color: #fafafa;
    border-color: #DDD;
    color: #141414;
}
.list-group a.active {
    color: #fff;
    background: #141414;
    border: 1px solid #DDD;
}
.list-group a.active:hover {
    background-color: #5ad451;
    border-color: #DDD;
}
.list-group a.active ~ a.active {
    background-color: #f2f2f2;
    color: #141414;
}
.list-group a.active ~ a.active:hover {
    background-color: #DDD;
    color: #141414;
}
.list-group-item:first-child, .list-group-item:last-child {
    border-radius: 0;
}
/* panel */
.panel-default > .panel-heading {
    background-color: #141414;
    border-color: #141414;
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.panel-default > .panel-heading:hover {
    background-color: #5ad451;
    border-color: #5ad451;
    color: #fff;
}
.panel-default > .panel-heading:hover {
    color: #fff
}
.panel-title {
    line-height: 40px;
}
.panel-title > a {
    color: inherit;
    display: block;
    line-height: 40px;
    padding: 0 20px;
}

.well {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    box-shadow: none;
    border-radius: 0
}
/*rating stars*/
.rating p {
    margin: 0;
}
.rating i.fa {
    color: #cfcfcf;
    font-size: 18px;
    margin-right: 5px;
}

.rating i.fa.active {
    color: #f49d21;
}
/*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*/
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-right: 20px;
}
.thumbnails {
    margin-right: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: right;
    margin-right: 17px;
}

@media (min-width: 1200px) {
    .col-lg-2:nth-child(6n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        clear:right;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-2:nth-child(6n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear:right;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-2:nth-child(6n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear:right;
    }
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
    padding: 0;
    text-align: center;
}

/* 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 {
    height: 45px;
}
.spbox.btn-group .dropdown-menu {
    z-index: 999999;
}
.spbox:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    height: 45px;
    width: 262px;
}
.spbox .dropdown-menu > li > a {
    padding: 5px 30px
}
.spbox.btn-group .dropdown-menu li a{
    outline: none !important;
    box-shadow: none;
    color: #5c5c5c;
    background: none
}
.spbox.btn-group .dropdown-menu li:not(.disabled) a:hover{
    color: #141414;
    background: #eaeaea
}
.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: transparent;
    color: #999;
    font-size: 14px;
    position: relative;
    border-radius: 0;
    border: 1px solid #ededed;
    outline: 0;
    height: 45px;
    padding: 0 25px;
    line-height: 43px; 
}
.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: transparent;
    border-color: #ededed;
    color: #999;
}
.spbox.btn-group .dropdown-toggle .filter-option {
    text-align: right;
}
.spbox.btn-group .dropdown-toggle .caret {
    left: 12px;
    right: auto;
}


/*end selectbox*/

.fltrs {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.fltr {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.fltrs .selectlabel {
    margin: 0 10px;
    font-weight: normal;
}

@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-right: 0;
    }
    .fltrs .selectlabel {
        width: 90px;
    }
}
/*Button colors*/

.btn-default {
    color: #777;
    background: #fff;
    border-color: #ddd;
}
.btn-primary {
    background: #141414;
    border-color: #141414;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: #5ad451;
    border-color: #5ad451;
}
.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: #da4f49;
    border-color: #bd362f;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background: #802420;
}
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.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 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.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: #23A1D1;
    border-radius: 0;
}
.btn-link:hover {
    color: #141414;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #141414, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #141414;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111);
}

/*form-control*/
.form-control {
    font-size: 13px;
    -webkit-text-fill-color: #858585 !important;
    border-radius: 0;
    min-height: 40px;
    border: none;
    border: 1px solid #eaeaea;
    width: 100%;
    background-color: #fff;
    padding: 0 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus, .form-control:hover, .form-control:hover:focus  {
    box-shadow: none
}
.form-control:focus {
    border-color: #5ad451;
}
textarea.form-control {
    padding-top: 15px;
}



/*product page custom*/

.prodprices {
    margin-bottom: 20px;
}
.prodprices h2{
    font-size: 22px;
    direction: rtl;
    color: #141414;
    font-family: 'Cairo-Bold';
}
.prodprices h3 {
    font-size: 22px;
    direction: rtl;
    color: #bab9b9;
    text-decoration: line-through;
    font-family: 'Cairo-SemiBold';
}
.price {
    direction: rtl;
    color: #5ad451;
}

#input-quantity {
    height: 45px;
    border: none;
    width: 262px;
    padding: 0 20px;
    color: #878787;
    background-color: #f2f2f2;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#input-quantity:focus {
    border-color: #5ad451;
}
#product .control-label {
    display: table;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #878787;
    font-family: 'Cairo-bold';
}
#button-cart {
    border-color: transparent;
    width: 160px;
    height: 40px;
    display: inline-block;
    color: #fff;
    background-color: #141414;
    font-size: 14px;
    border-radius: 0;
}
#button-cart:hover, #button-cart:focus {
    background-color: #5ad451;
}
.product_head {
    display: flex;
    justify-content: space-between;
    padding: 15px 0
}
h1.prodname {
    font-size: 18px;
    color: #696969;
    font-family: 'Cairo-Bold';
    font-weight: normal;
}
.product_dtls > li {
    margin-bottom: 5px;
    color: #878787;
}
.rating p {
    margin: 0;
}
.rating a {
    color: #878787;
}
.rating a:hover {
    color: #5ad451;
}
.rating i.fa {
    color: #cfcfcf; font-size: 18px;
}
.rating i.fa.active {
    color: #f6cd28;
}
.cart_review .rating {
    margin-top: 20px;
}
#form-review .control-label {
    margin-bottom: 10px;
}

.proddtlshead {
    margin-top: 60px;
    border-color: #ebebeb;
}
.proddtlshead > li.active > a, .proddtlshead > li.active > a:hover, .proddtlshead > li.active > a:focus {
    color: #141414;
    background-color: #fff;
    border-color: #ebebeb;
    border-bottom-color: transparent;
}
.proddtlshead > li > a {
    color: #5c5c5c;
    background-color: #ebebeb;
    border-color: #ebebeb;
    border-radius: 0;
    margin: 0;
    width: 180px;
    text-align: center;
    font-size: 16px;
    margin-left: 5px;
}
.proddtlshead > li > a:hover, .proddtlshead > li > a:focus {
    color: #141414;
    background-color: #ebebeb;
    border-color: #ebebeb;
}
.tab-content.proddtls {
    padding: 50px 35px;
    border: 1px solid #ebebeb;
    border-top: none;
    font-size: 16px;
    margin-bottom: 40px;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #5ad451;
    border-radius: 0;
}

.img-thumbnail, .thumbnail {
    border-radius: 0;
}
.mainprodimg.thumbnail {
    padding: 10px 0;
}

@media (max-width:767px) {
    .thumbnails {
        display: block; text-align: center;
    }
    .thumbnails li.image-additional {
        display: inline-block;
    }
    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; 
    }
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-radius: 0;
}


.specialbtns {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.specialbtns a {
    width: 45%;
    background-color: #51be49;
    display: block;
    color: #fff;
    line-height: 40px;
    padding: 0 8px;
    text-align: center;
    font-size: 15px;
}
.specialbtns a:hover {
    background-color: #5ad451;
    color: #fff;
}

.pull-right {
    float: left !important
}
.pull-left {
    float: right !important
}
.text-right {
    text-align: left !important;
}
.text-left {
    text-align: right !important;
}
