﻿body {
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

h1 {
    font-weight: bold;
}

h2 {
    font-size: 20px;
    font-weight: bold;
}

div, span, p, h1, h2, h3 {
    font-family: 'Cairo', sans-serif;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0;
}

a, a:hover, a:visited, a:active, a:focus {
    color: black;
    text-decoration: none;
}
/* Mobile */
.search-column,
.logo-column,
.icon-column {
    align-self: center;
}

header {
    background-color: white;
    top: 0;
    z-index: 99;
}

.icon-column {
    font-size: 24px;
}

    .icon-column > em,
    .icon-column > label {
        margin-left: 10px;
    }

        .icon-column > em.mobile-only,
        .icon-column > a.mobile-only,
        .icon-column > label.mobile-only {
            display: inline-block;
        }

.logo-column {
    padding: 20px 15px;
}

.hidden-checkbox {
    display: none;
}

@media(max-width:767px) {
    .search-column {
        order: 4;
    }

    #main-menu .navbar-nav {
        width: 100%;
    }
}

.nav-item {
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}

    .nav-item a {
        color: black;
        text-decoration: none;
    }

        .nav-item a.sale-link {
            color: #d72f3f;
            text-decoration: none;
        }

    .nav-item.active,
    .nav-item:hover,
    .nav-item:focus,
    .nav-item:active {
        background-color: black;
    }

    .nav-item.sale-link.active,
    .nav-item.sale-link:hover,
    .nav-item.sale-link:focus,
    .nav-item.sale-link:active {
        background-color: #d72f3f;
    }

    .nav-item:hover > a,
    .nav-item:focus > a,
    .nav-item:active > a {
        color: white;
    }

        .nav-item:hover > a.sale-link,
        .nav-item:focus > a.sale-link,
        .nav-item:active > a.sale-link {
            border-bottom: 1px solid #d72f3f;
        }

.offer-strip {
    background-color: #f7f7f7;
    font-size: 14px;
    margin-bottom: 20px;
}

.offer-strip-item {
    padding: 10px;
    text-align: center;
}

    .offer-strip-item em {
        font-size: 20px;
    }

#offer-strip-carousel {
    margin-bottom: 0;
}

.m-top-10 {
    margin-top: 30px;
}

.product-feat-content h1 {
    font-size: 22px;
}
/* iPad and Above - 768px */
@media(min-width:768px) {
    .logo-column {
        text-align: center;
    }

    #main-menu {
        display: block;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .icon-column > em.mobile-only,
    .icon-column > a.mobile-only,
    .icon-column > label.mobile-only {
        display: none;
    }
}

.icon-column small {
    font-size: 13px;
}

    .icon-column small strong {
        font-weight: 600;
    }

.logo-column img {
    max-height: 50px;
}

@media (min-width: 1100px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 1099px) {
    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }
}

.custom-checkbox .fa {
    margin-top: 0px;
    display: block;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu a {
    padding: 8px 12px;
    float: none;
    width: 100%;
    max-width: 140px;
    margin: auto;
    display: inline-block;
}

    .dropdown .dropdown-menu a:hover {
        background-color: black;
        color: white;
    }

    .dropdown .dropdown-menu a.sale-link:hover {
        background-color: #d72f3f;
        color: white;
    }

.dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: -10px;
    border: 0;
}

#offer-strip-carousel {
    display: none;
}

    #offer-strip-carousel.slick-initialized {
        display: block;
    }

.miniBasket {
    border: 0 !important;
}

    .miniBasket em {
        margin-left: 5px !important;
    }

.dropdown-menu {
    width: 600px;
    font-size: 13px;
    padding: 30px 15px;
    text-align: center;
}

.dropdown .dropdown-menu a {
    padding: 5px 10px;
    font-weight: normal;
}

.dropdown-menu a.sale-link {
    color: #d72f3f;
}

.side-basket {
    position: fixed;
    background: white;
    padding: 80px 50px;
    top: 0;
    right: -40%;
    width: 40%;
    height: 100%;
    max-width: 400px;
    z-index: 999;
    font-size: 14px;
    transition: 0.5s ease-in-out all;
    max-height: 100vh;
    overflow-y: auto;
}

    .side-basket.active {
        right: 0;
    }

.mini-basket-border {
    width: 100%;
    float: left;
    border-top: 3px solid #e2e2e2;
    margin: 20px 0;
}

.side-basket h3 {
    border-bottom: 2px solid #e2e2e2;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.btn-pink {
    margin-top: 20px;
    background-color: #f6d6c4;
    border-radius: 0;
}

.btn-checkout {
    background-color: #28a745;
    margin-top: 20px;
    border-radius: 0;
    text-transform: uppercase;
    color: white !important;
}

.side-basket-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 26px;
    cursor: pointer;
}

.basket-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 99;
}

.homepage-block-text {
    padding: 20px 0;
}

.dropdown-inner {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.product-item-price {
    margin-top: 10px;
    font-size: 13px;
}

.product-item-name {
    font-size: 13px;
    font-weight: bold;
}

h1, .h1 {
    font-size: 28px;
}

input#gdQty {
    height: 33px;
    margin-right: 0;
    margin-left: 8px;
    border-width: 2px;
    text-align: center;
    max-width: 45px;
    border: 2px solid #e5e5e5;
}

.btn {
    text-transform: uppercase;
    height: 33px;
    font-size: 14px;
}

.description-text {
    max-width: 275px;
    display: inline-block;
}

.mini-basket-name {
    display: block;
    font-size: 1.2em;
}

.btn-basket {
    background-color: #f7f7f7;
    border: 1px solid black;
    margin-top: 20px;
    border-radius: 0;
    box-shadow: none !important;
}

.Passed:before {
    margin-left: 5px;
    content: url('/content/images/Cshop/tick.gif');
}

.Failed:before {
    margin-left: 5px;
    content: url('/content/images/Cshop/cross.gif');
}

.Asterix:before {
    margin-left: 5px;
    content: url('/content/images/Cshop/asterix.png');
}

@media(min-width:767px) and (max-width:992px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
    }
}

@media(max-width:767px) {
    .nav-item {
        padding: 0;
    }

        .nav-item > a {
            padding: 5px 10px;
            display: block;
            width: 100%;
        }

        .nav-item.active, .nav-item:hover, .nav-item:focus, .nav-item:active {
            background-color: white;
        }

            .nav-item:hover > a, .nav-item:focus > a, .nav-item:active > a {
                color: white;
                background-color: black;
            }

    .dropdown .dropdown-menu {
        border-radius: 0;
        margin-top: 0;
        border: 0;
        width: 100%;
        float: left;
        padding: 0;
        position: relative;
    }

    .dropdown-inner {
        max-width: 100%;
        margin: auto;
        text-align: center;
        padding: 0 10px;
    }

        .dropdown-inner strong {
            text-align: left;
            float: left;
            width: 100%;
            margin-top: 10px;
            padding-bottom: 2px;
            border-bottom: 1px solid black;
        }

    .dropdown .dropdown-menu a {
        text-align: left;
        float: left;
        width: 100%;
        max-width: 100%;
        padding-left: 0 !important;
    }

    .quick-view-box {
        display: none !important;
    }

    .side-basket {
        right: -100%;
        width: 100%;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}
.offer-strip .slick-next {
    right: 0;
    top: 25%;
}
    .offer-strip .slick-next:before {
        right: 0;
        top: 15px;
    }
.offer-strip .slick-prev {
    left: 0;
    top: 25%;
}
    .offer-strip .slick-prev:before {
        left: 0;
        top: 15px;
    }
    .offer-strip .slick-prev:before, .offer-strip .slick-next:before {
        position: absolute;
    }
