@font-face {
    src: url('../fonts/Asap-Medium.otf');
    font-family: 'asap-semibold';
}
@font-face {
    src: url('../fonts/Asap-Bold.otf');
    font-family: 'asap-bold';
}
@font-face {
    src: url('../fonts/Cocogoose-Compressed-Bold-trial.ttf');
    font-family: 'coco-bold';
}
@font-face {
    src: url('../fonts/Asap-Regular.otf');
    font-family: 'asap-regular';
}
@font-face {
    src: url('../fonts/ge-ss-two-light/GE%20SS%20Two%20Light.otf');
    font-family: 'gess';
}
.c-list
{
    font-size: 13px !important;
    line-height: 32px !important;
    border-bottom: 1px dashed #d2d2d2;
}
.c-list a
{
    color: #666666;
}
    .c-list a:hover {
        color: #f07901 !important;
    }
.section-padding
{
    padding-top: 50px !important;
    padding-bottom: 75px !important;
}
.light-bg
{
    background: #f3f2f2 !important;
}
.full-banner-section
{
    padding: 140px 15px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.slider-brands .item p
{
    font-weight: 600 !important;
    margin-top: 12px !important;
    text-transform: uppercase;
    color: #000 !important;
    font-size: 13px !important;
}
.h-logo
{
    font-size: 28px !important;
    color: #fff !important;
    font-weight: bold !important;
    line-height: 40px !important;
    font-family: 'coco-bold', sans-serif !important;
}
.f-logo
{
    font-size: 28px !important;
    color: #fff !important;
    font-weight: bold !important;
    font-family: 'coco-bold', sans-serif !important;
}
.btn-al {
    padding: 10px 30px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    background: rgb(125,31,163);
    /*background: linear-gradient(90deg, #7e20a4 0%, rgba(141,35,169,1) 41%, rgba(152,38,175,1) 100%);*/
    background: #191f83;
    font-size: 16px !important;
    border-radius: 6px !important;
    transition: all .4s !important;
}
    .btn-al:hover {
        padding: 10px 30px !important;
        color: #fff !important;
        text-transform: uppercase !important;
        background: rgb(110, 27, 143);
        background: linear-gradient(90deg, #f07901 0%, #f07901 41%, #f07901 100%);
        font-size: 16px !important;
        border-radius: 6px !important;
        transition: all .4s !important;
    }
.btn-al-light {
    padding: 10px 30px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    background: rgb(128, 200, 192);
    /*background: linear-gradient(90deg, #80c8c0 0%, rgb(128, 200, 192) 41%, rgb(137, 214, 205) 100%);*/
    background: #191f83;
    font-size: 16px !important;
    border-radius: 6px !important;
    transition: all .4s !important;
}
    .btn-al-light:hover {
        padding: 10px 30px !important;
        color: #fff !important;
        text-transform: uppercase !important;
        /*background: rgb(120, 187, 179);*/
        /*background: linear-gradient(90deg, #7abeb6 0%, rgb(120, 187, 180) 41%, rgb(130, 203, 194) 100%);*/
        background: #191f83;
        font-size: 16px !important;
        border-radius: 6px !important;
        transition: all .4s !important;
    }
.sohomeslider-description h3 {
    font-size: 32px !important;
    /*color: #7D1FA3 !important;*/
    color: #191f83 !important;
    text-transform: uppercase !important;
    font-family: 'asap-bold', sans-serif !important;
}
.sohomeslider-description h4 {
    font-size: 24px !important;
    color: #232323 !important;
    text-transform: capitalize !important;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2%;
}
.number
{
    font-family: 'asap-regular',sans-serif !important;
}
.bc-overlay
{
    background: #000000 !important;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    opacity: .3 !important;
    z-index: 1;
}
.product-single-img
{
    border: 1px solid gainsboro;
    border-radius: 4px !important;
}
.cart-single
{
    border: 1px solid #eae9e9;
    padding: 15px 0 !important;
    background: #ffffff;
    border-radius: 2px !important;
    margin-bottom: 15px !important;
    box-shadow: 0px 6px 18px -2px #0000001f;
}
.cart-single .product-title
{
    font-size: 16px !important;
    font-family: 'asap-bold', sans-serif !important;
    font-weight:normal !important;
    margin-bottom: 4px !important;
}
.cart-single p
{
    font-family: 'asap-regular',sans-serif !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
    line-height: 24px !important;
    color: #292a33 !important;
    font-weight: 500 !important;
}
.quantity .quantity-control {
    position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 0;
}
.quantity .quantity-control span {
    width: 33px;
    height: 32px;
    border: none;
    color: #999;
    float: left;
    line-height: 32px;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 0;
}
.quantity .quantity-control input.form-control {
    float: left;
    width: 40px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.price-details-col
{
    border: 1px solid #eae9e9;
    padding: 20px !important;
    background: #ffffff;
    border-radius: 2px !important;
    margin-bottom: 15px !important;
    box-shadow: 0px 6px 18px -2px #0000001f;
}
.price-details-col h4
{
    border-bottom: 1px solid gainsboro;
}
.table-prices
{
    border: none !important;
    font-size: 14px !important;
}
.table-prices tr
{
    border-bottom: 1px dashed#d4d4d4 !important;
}
.table-prices tr td
{
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.black
{
    color: #2a2f35 !important;
}
footer p
{
    color: #f7f7f7 !important;
}
.super-markets-logos{
    border-radius: 60% !important;
    border: 4px solid #ffffff !important;
    box-shadow: 0 3px 6px 0 #0000004d;
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transition: all 0.2s ease 0s;
    margin-top: 20px;
}
.super-markets-title {
    font-weight: 600 !important;
    margin-top: 12px !important;
    text-transform: uppercase;
    color: #000 !important;
    font-size: 13px !important;
}
.super-markets-logos:hover {
    transform: scale(1.05);
    transition: all 0.2s ease 0s;
}
.account-ul
{
    list-style: none !important;
}
.account-ul li
{
    list-style: none !important;
    line-height: 30px !important;
    border-bottom: 1px dashed gainsboro;
}
.account-ul li a
{
    text-decoration: none !important;
    color: #565656;
    font-size: 15px !important;
    transition: all .3s !important;
}
.account-ul li a:hover
{
    text-decoration: none !important;
    color: #8121a5;
    transition: all .3s !important;
    font-size: 15px !important;
}
.my-account-img
{
    min-width: 90px !important;
    max-width:90px !important;
}
.user-details-table
{
    border: none !important;
}
.user-details-table tr
{
    border:none !important;
}
.user-details-table tr td
{
    border: none !important;
    padding: 5px 0 5px 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.padding-medium
{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.quick-view-modal .modal-header
{
    min-height: 40px !important;
    max-height: 40px !important;
}

.footercontact>ul>li a {
    color:#fff;
}

.footerreadmore {
    color: #191f83;
}

.footerreadmore:hover {
    color: #191f83;
}

.topcontact {
color:#fff;
padding-right:10px;
}
    .topcontact i {
    margin-right:5px;
    }


    @media screen and (min-width: 768px) {
        .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal {
    text-align: center;
}
.profile-pic {
    max-width: 80px;
    display: block;
    height: auto !important;
}
.file-upload {
    display: none !important;
}
.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border: 4px solid #80C8C0;
    position: relative;
    top: 0;
    background: #eeeeee;
}
img {
    max-width: 100%;
    height: auto;
}
.p-image {
    position: relative;
    top: -30px;
    left: 30px;
    color: #5cb7ad;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
    font-size: 1.2em;
}
.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #822196;
}
.order-history-single
{
    border: 1px solid #eae9e9;
    padding: 20px !important;
    background: #ffffff;
    border-radius: 2px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 6px 18px -2px #0000001f;
}
.order-history-img
{
    max-width: 60px !important;
    min-width: 60px !important;
}
.order-history-table
{
    text-align: left !important;
}
.order-history-table thead tr th
{
    text-align: left !important;
    border-right: none !important;
    border-left: none !important;
    padding: 15px 15px !important;
}
.order-history-table tr td
{
    text-align: left !important;
    border-right: none !important;
    border-left: none !important;
    font-size: 14px !important;
    padding: 8px 15px !important;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
.basket-img-col
{
    min-height: 138px !important;
    display: flex;
    max-height: 138px !important;
    border: 1px solid gainsboro;
    overflow: hidden !important;
}

.choose-input {
    position: relative;
    top: 3px !important;
}

.tbl-link {
    padding: 4px 6px !important;
    background: #80C8C0 !important;
    color: #ffffff;
    text-transform: capitalize !important;
    text-decoration: none !important;
    font-size: 12px !important;
    border-radius: 3px !important;
}

    .tbl-link:hover {
        padding: 4px 6px !important;
        background: #74b5ae !important;
        color: #f7f7f7;
        text-transform: capitalize !important;
        text-decoration: none !important;
        font-size: 12px !important;
        border-radius: 3px !important;
    }

.basket-thumb-img {
    max-height: 60px !important;
    min-height: auto !important;
    width: auto !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 5px !important;
}

.basket-table {
    border: 1px solid #e0e0e0 !important;
}

    .basket-table thead tr td {
        background: #ffffff !important;
        padding: 10px 10px !important;
        text-align: center !important;
        text-transform: uppercase !important;
        color: #1a1a1a !important;
        border-bottom: none !important;
    }

    .basket-table tr td {
        text-align: center !important;
    }

.section-title {
    text-align: center;
    margin-bottom: 5px;
    font-size: 30px;
    color: #262626;
    font-weight: 700;
    text-transform: capitalize;
}

.basket-single-col {
    min-height: 200px !important;
    max-height: 200px !important;
    text-align: center !important;
}

.btn-white {
    background: #ffffff !important;
    padding: 8px 15px !important;
    color: #000000 !important;
}

.g-section-bg {
    background: rgb(243, 247, 247);
    background: linear-gradient(0deg,rgba(255,255,255,1) 0%, rgb(243, 247, 247) 100%);
}

.quick-view-img {
    min-height: auto !important;
    max-height: 280px !important;
    width: auto !important;
}

.wishlist-table {
    border: 1px solid #e0e0e0 !important;
    text-align: center !important;
}

    .wishlist-table thead tr td {
        background: #ffffff !important;
        font-weight: 600 !important;
        color: #1a1a1a !important;
        border-bottom: none !important;
        text-transform: uppercase !important;
    }

    .wishlist-table tr td {
        background: #ffffff !important;
        padding: 18px 15px !important;
    }

.wishlist-thumb {
    min-height: auto !important;
    max-height: 75px !important;
}

.btn-small {
    padding: 7px 15px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    background: rgb(114, 70, 139);
    background: linear-gradient(90deg, #72468b 0%, rgba(141,35,169,1) 41%, rgba(152,38,175,1) 100%);
    font-size: 12px !important;
    border-radius: 6px !important;
    transition: all .4s !important;
}

    .btn-small:hover {
        padding: 7px 15px !important;
        color: #fff !important;
        text-transform: uppercase !important;
        background: rgb(103, 63, 126);
        background: linear-gradient(90deg, #6a4181 0%, rgb(125, 31, 150) 41%, rgb(141, 35, 162) 100%);
        font-size: 12px !important;
        border-radius: 6px !important;
        transition: all .4s !important;
    }

.font-bold {
    font-weight: 800 !important;
}

.in-stock {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #25c39a;
    border-radius: 3px;
}

.out-of-stock {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ff2f24;
    border-radius: 3px;
}

.basket-single-img {
    min-height: auto !important;
    max-height: 400px !important;
    width: auto !important;
}

.green {
    color: #80C8C0 !important;
}

.aeb-ul {
    list-style: none !important;
}

    .aeb-ul li {
        padding-left: 15px !important;
    }

        .aeb-ul li:before {
            content: "\2022";
            color: #80C8C0;
            font-weight: bold;
            display: inline-block;
            font-size: 16px !important;
            width: 1em;
            margin-left: -1em;
        }

.step-col {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

    .step-col .count {
        font-size: 30px !important;
        color: #ffffff !important;
        background-color: #1bc5a3 !important;
        border-radius: 60px !important;
        width: 55px !important;
        height: 55px !important;
        display: block !important;
        text-align: center !important;
        line-height: 50px !important;
    }

.count-col {
    min-height: 90px !important;
}

.count-text-col {
    min-height: 90px !important;
    line-height: 24px !important;
    padding-left: 10px !important;
}

.blog-web-img {
    position: relative;
    box-shadow: 0 -14px 40px -8px #0000003b;
}

.arabic {
    font-family: 'gess' !important;
}
/* order status styles */
.order-track-col {
    background: #ffffff;
    padding: 15px !important;
    border: 1px solid #cacaca;
}

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px !important;
}

    ol.progtrckr li {
        display: inline-block;
        text-align: center;
        line-height: 3.5em;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49% !important;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33% !important;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24.5% !important;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 19% !important;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16% !important;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 14% !important;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 12% !important;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 11% !important;
    }

    ol.progtrckr li.progtrckr-done {
        color: #72468b;
        border-bottom: 4px solid #80C8C0;
        font-weight: 600 !important;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\2713";
        color: white;
        background-color: #80C8C0;
        height: 2.2em;
        width: 2.2em;
        line-height: 2.2em;
        border: none;
        border-radius: 2.2em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: white;
        font-size: 2.2em;
        bottom: -1.2em;
    }

@media only screen and (max-width: 768px) {
    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 100% !important;
    }

    ol.progtrckr li {
        display: block !important;
        text-align: center;
        line-height: 3.5em;
        margin-bottom: 10px !important;
    }

        ol.progtrckr li:before {
            position: relative;
            bottom: -2.5em;
            float: left;
            left: 45% !important;
            line-height: 1em;
        }
}
/* order status styles end */

.cart-count
{
    position: absolute;
    top: 2px !important;
    right: 11px !important;
    font-size: 12px !important;
    background: #7fc8c0 !important;
    border-radius: 60px !important;
    font-weight: 500 !important;
    width: 19px !important;
    height: 19px !important;
    text-align: center !important;
    color: #fff !important;
    line-height: 20px !important;
}
.basket-img-col img
{

    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}












/* tab panel */
.checkout-panel .panel .panel-heading {
    color: #7fc8c0 !important;
    background-color: #8121a5;
    border-color: #8121a5;
}
.panel-heading {
    padding: 0;
    border:0;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    text-transform:capitalize;
    letter-spacing:1px;
    word-spacing:3px;
    text-decoration:none;
}
.panel-heading  a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* tab panel end */




@media screen and (min-width: 320px) and (max-width: 768px) {
    .super-markets-logos {
        border-radius: 60% !important;
        border: 4px solid #ffffff !important;
        box-shadow: 0 3px 6px 0 #0000004d;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        transition: all 0.2s ease 0s;
        margin-top: 0;
    }
    .super-markets-title {
        font-weight: 600 !important;
        margin-top: 7px !important;
        text-transform: uppercase;
        color: #000 !important;
        font-size: 13px !important;
    }
    .h-logo {
        font-size: 22px !important;
        color: #fff !important;
        font-weight: bold !important;
        line-height: 41px !important;
        font-family: 'coco-bold', sans-serif !important;
    }
    .block-deals ul li a {
        font-weight: 500;
        font-size: 13px;
        font-family: 'asap-regular', sans-serif !important;
        color: #ffffff;
        text-transform: capitalize;
        display: inline-block;
        width: 100%;
        background: #000 !important;
        border-radius: 8px !important;
        transition: all .3s !important;
    }
    .full-banner-section {
        padding: 60px 15px !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center left !important;
    }
    .sohomepage-slider .sohomeslider-description
    {
        top: 0 !important;
    }
    .sohomeslider-description h3 {
        font-size: 20px !important;
        /*color: #7D1FA3 !important;*/
        text-transform: uppercase !important;
        font-family: 'asap-bold', sans-serif !important;
        margin-bottom: 5px !important;
    }
    .sohomeslider-description h4 {
        font-size: 14px !important;
        color: #232323 !important;
        text-transform: capitalize !important;
        margin-bottom: 3px !important;
    }
    .section-padding
    {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

.basket-main-col {
    min-height: 283px !important;
    max-height: 283px !important;
    overflow: hidden !important;
    background: gainsboro !important;
    margin-bottom: 10px !important;
}

    .basket-main-col a.right.carousel-control {
        background: transparent !important;
    }

    .basket-main-col a.left.carousel-control {
        background: transparent !important;
    }

    .basket-main-col .carousel .carousel-inner {
        min-height: 283px !important;
        max-height: 283px !important;
        overflow: hidden !important;
    }

    .basket-main-col .carousel .carousel-indicators {
        bottom: 0 !important;
        margin-bottom: 5px !important;
    }

.basket-main-img {
    min-height: inherit !important;
    max-height: 283px !important;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.basket-main-col .carousel .carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    margin: 1px 3px !important;
    background-color: rgb(42, 47, 53) !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 6px 1px #00000073 !important;
}

.basket-main-col .carousel .carousel-indicators .active {
    width: 12px !important;
    height: 12px !important;
    margin: 1px 3px !important;
    background-color: #783f91 !important;
}

@media only screen and (max-width: 768px) {
    .basket-main-img {
        min-height: inherit !important;
        max-height: 250px !important;
    }

    .basket-main-col .carousel .carousel-inner {
        min-height: 250px !important;
        max-height: 250px !important;
        overflow: hidden !important;
    }

    .basket-main-col {
        min-height: 250px !important;
        max-height: 250px !important;
    }
}


.slider-brands .owl2-controls .owl2-nav > div {
    visibility: visible !important;
    opacity: 1 !important;
}

    .slider-brands .owl2-controls .owl2-nav > div.owl2-prev {
        background: #72468B !important;
    }

    .slider-brands .owl2-controls .owl2-nav > div.owl2-next {
        background: #72468B !important;
    }