* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    /*scroll-behavior: smooth;*/
}

@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .form-group.form-item.h-90 {
        height: unset;
    }
}

.main-banner {
    margin: 2rem 0;
    /*height: 600px*/
}

    .main-banner img {
        object-fit: cover;
        width: 100%;
        height: inherit;
    }

.bg-white {
    background-color: #ffffff !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-transparent {
    background: transparent !important;
}

.active-gradient-vertical, .main-header .main-navbar .menu li.account a, .mobile-account a, .section-list {
    background: #23C6E9;
    background: -moz-linear-gradient(top, #23C6E9 0%, #12102b 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #23C6E9), color-stop(100%, #12102b));
    background: -webkit-linear-gradient(top, #23C6E9 0%, #12102b 100%);
    background: -o-linear-gradient(top, #23C6E9 0%, #12102b 100%);
    background: -ms-linear-gradient(top, #23C6E9 0%, #12102b 100%);
    background: linear-gradient(to bottom, #23C6E9 0%, #12102b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23C6E9', endColorstr='#12102b', GradientType=0);
}

.active-gradient-horizontal, .main-header .main-navbar .menu li.active a, .main-action, .contact-wrapper .form-action button, .contact-wrapper .form-action .custom-button, .form-action button, .form-action .custom-button {
    color: #fff;
    background: #23C6E9;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12102b', endColorstr='#23C6E9', GradientType=1);
}

.pink, .pink a {
    color: #23C6E9 !important;
}

.pink {
    font-size: 16px;
    font-weight: bold;
}

.options {
    color: #555555;
    font-size: 16px;
    font-weight: normal;
}

.white-back {
    background: #fff;
    box-shadow: 0px 3px 35px rgba(0, 0, 0, 0.06);
}

.shop-info i {
    font-size: 19px;
    color: #23C6E9;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #12102B;
}

.table {
    display: table !important;
}

.tr {
    display: table-row !important;
}

.td {
    display: table-cell !important;
}

.table .tr .td:first-child {
    width: 150px;
}

.price-label {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 10px 15px 10px;
    border-top: 1px solid #e2e2e2;
}

.flex-masonry {
    display: flex;
    place-self: flex-start;
    /*align-items: center;*/
    align-content: space-between;
    padding: 0;
    /*flex-flow: column wrap;*/
    /*max-height: 640px;*/
}

@media screen and (max-width: 1199px) {
    .flex-masonry {
        flex-flow: row wrap;
        max-height: unset
    }
}

@media screen and (max-width: 767px) {
    .flex-masonry {
        display: block;
        max-height: unset
    }
}

.stretched-flex {
    display: flex;
}

.d-flexbox {
    display: flex;
    align-items: center;
}

.d-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-left {
    justify-content: flex-start !important;
}

.align-self-stretch {
    align-self: stretch;
}

.rounded-border {
    border-radius: 50px !important;
}

.font-500 {
    font-weight: 500;
}

.font-bold {
    font-weight: bold;
}

.font-bolder {
    font-weight: bolder;
}

.overflow-hidden {
    overflow: hidden !important;
}

@media screen and (min-width: 768px) {
    .d-md-none {
        display: none;
    }

    .pr-md-0 {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .d-none {
        display: none !important;
    }

    .flex--md-wrap {
        flex-wrap: wrap;
    }
}

.align-items-none {
    align-items: unset !important;
}

.position-relative {
    position: relative !important;
    height: 100% !important;
}

.position-absolute {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.position-sticky {
    position: sticky;
    top: 0;
    z-index: 9;
}

.h-inherit {
    height: inherit;
}

.h-90 {
    height: 90%;
}

.h-100 {
    height: 100%;
}

.h-50 {
    height: 50%;
}

.border {
    border: 1px solid rgba(112,112,112,0.2);
    border-radius: 5px;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.border-left {
    border-left: 1px solid rgba(112,112,112,0.2);
}

.border-right-0 {
    border-right: 0;
}

a, a:hover, a:focus, a:active, a:hover {
    color: #12102B;
    text-decoration: none;
}

p {
    word-break: break-word;
    margin: 0;
}

.overflow-p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-100 {
    width: 100% !important;
}

.w-75 {
    width: 75% !important;
}

.w-50 {
    width: 50% !important;
}

.w-auto {
    width: auto !important;
}

hr {
    border-top-color: #E7E7E7 !important;
}

.mt-5-5 {
    margin-top: 5.5rem;
}

.m-auto {
    margin: auto;
}

.m-tb-auto {
    margin: auto 0;
}

.m-tb-5 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

.m-lr-auto {
    margin: 0 auto;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-3 {
    margin-left: 1em !important;
}

.m-2 {
    margin: 0.5em !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: 1em !important;
}

.mb-03 {
    margin-bottom: 0.3rem;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25em !important;
}

.p-2 {
    padding: 0.5em !important;
}

.p-3 {
    padding: 1em !important;
}

.p-4 {
    padding: 1.5em !important;
}

.p-5 {
    padding: 2em !important;
}

.pr-0 {
    padding-right: 0;
}

.pr-4 {
    padding-right: 1.5em !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-4 {
    padding-left: 1.5em !important;
}

.pl-5 {
    padding-left: 2em !important;
}

.pb-1 {
    padding-bottom: 0.5em !important;
}

.pb-3 {
    padding-bottom: 1em !important;
}

.pb-4 {
    padding-bottom: 1.5em !important;
}

.p-tb-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
}

.p-tb-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

.p-tb-5 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

.px-4 {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.price {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Elliot Sans';
    color: #23C6E9;
    padding: 0;
}

.cash-back {
    font-weight: normal !important;
}

/* return-to-top */
#return-to-top {
    position: fixed;
    bottom: 35px;
    right: 20px;
    background: #23c6e9;
    width: 45px;
    height: 45px;
    z-index: 99999999999;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 2px;
    overflow: hidden;
}

#return-to-top:hover {
    background: #23c6e9;
}

#return-to-top:hover span {
    opacity: 0;
    display: none;
}

#return-to-top:hover i {
    color: #fff;
    opacity: 1;
    display: block;
    animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

#return-to-top i,
#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 12px;
    font-size: 20px;
    -moz-transition: opacity 0.9s ease;
    -o-transition: opacity 0.9s ease;
    transition: opacity 0.9s ease;
}

#return-to-top i {
    opacity: 0;
    display: none;
}

#return-to-top span {
    opacity: 1;
    top: 8px;
    left: 11px;
    font-weight: 400;
}

@keyframes lineUp {
    0% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(-70px);
    }
}

/* Sticky Main header */
.main-header.sticky {
    background: #fff;
    box-shadow: 0px -3px 20px 0px #d7d7d7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 6px 0;
    transition: all 0.4s;
}

.scrolled-section {
    padding-top: 110px;
}

.main-header.sticky .main-navbar .logo img {
    width: 100px;
}

.main-header.sticky .main-navbar .menu > li {
    padding: 3rem 0;
}

.main-header {
    position: relative;
}

    .main-header .main-navbar .logo {
        float: left;
        margin-right: 10px;
        position: relative;
        z-index: 10;
    }

.main-navbar .flex-row:after, .main-navbar .flex-row:before {
    display: none;
}

.main-navbar .flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .main-header .main-navbar .logo {
        padding-left: 0px;
    }
}

.main-header .main-navbar .logo img {
    width: 150px;
    margin: 1rem 4rem 1rem 0;
}

@media only screen and (max-width: 991px) {
    .main-header .main-navbar .logo img {
        width: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header .main-navbar .logo img {
        width: 100px;
        margin-left: 2rem;
    }
}

.main-header .main-navbar .menu {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media only screen and (max-width: 1199px) {
    .main-header .main-navbar .menu {
        margin-top: 29px;
    }
}

@media only screen and (max-width: 991px) {
    .main-header .main-navbar .menu {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .main-header .main-navbar .menu {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header .main-navbar .menu {
        position: fixed;
        right: -100%;
        top: 0;
        margin-top: 0;
        width: 100%;
        padding: 80px 20px 0 20px;
        background: #fff;
        z-index: 10;
        transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.8s;
        min-height: 100vh;
    }
}

.main-header .main-navbar .menu > li {
    float: left;
    padding: 4rem 0;
}

@media only screen and (max-width: 767px) {
    .main-header .main-navbar .menu li {
        width: 100%;
    }
}

.main-header .main-navbar .menu > li > a {
    display: block;
    color: #12102b;
    font-size: 15px;
    padding: 5px 20px;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'QueenCamelotItalic';
}

.dropdown-menu {
    left: 50%;
    top: 90%;
    padding: 1em;
    transform: translateX(-50%);
    width: 100%;
    min-width: 700px;
    border: 0;
    background-image: url('/images/hlogo.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

    .dropdown-menu.cart {
        transform: unset;
        left: unset;
        right: 0;
    }

#cart-items-summary .shopping-cart .cart {
    position: relative;
}

    #cart-items-summary .shopping-cart .cart .total-items {
        position: absolute;
        top: -25px;
        right: -20px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #23c6e9;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

.dropdown-menu .column {
    display: flex;
    flex-direction: column;
}

    .dropdown-menu .column ul {
        display: flex;
        flex-direction: column;
        line-height: 1.75;
    }

        .dropdown-menu .column ul li a {
            font-size: 14px;
            color: #555555;
            font-family: 'Elliot Sans';
        }

    .dropdown-menu .column h3 {
        color: #12102b;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: 'Dubai';
        margin: 6px 0 6px;
    }
    .dropdown-menu .column h3:hover {
        color: #23C6E9;
        transition: all 0.2s ease-in-out;
    }

.dropdown-menu .border {
    position: relative;
    margin-bottom: 1em;
}

.dropdown-menu .position-absolute {
    top: -15%;
    right: -3%;
    text-align: right;
    width: auto;
    height: auto;
}

.dropdown-menu.profile-menu {
    min-width: 140px;
    max-width: 100%;
}

.dropdown-menu.cart {
    min-width: 350px;
}

    .dropdown-menu.cart .row {
        margin: 0;
    }

@media only screen and (max-width: 1199px) {
    .main-header .main-navbar .menu li a {
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .main-header .main-navbar .menu li a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header .main-navbar .menu > li {
        padding: 1rem 0;
    }

    .main-header .main-navbar .menu li a {
        padding: 12px 20px;
        font-size: 16px;
    }

    .dropdown-menu {
        min-width: unset;
        text-align: center;
    }
}

.main-header .main-navbar .menu li.account {
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    .main-header .main-navbar .menu li.account {
        display: none;
    }
}

.main-header .main-navbar .menu li.account a {
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    line-height: 25px;
}

    .main-header .main-navbar .menu li.account a i {
        color: #fff;
    }

.main-header .main-navbar .menu li:hover > a {
    color: #23C6E9;
}

.main-header .main-navbar .menu li.active:hover a {
    -webkit-text-fill-color: #fff;
    color: #fff !important;
}

.main-header .main-navbar .menu.active {
    right: 0;
}

.main-header .main-navbar .mobile-menu-toggle {
    display: none;
    cursor: pointer;
}

    .main-header .main-navbar .mobile-menu-toggle i {
        font-size: 24px;
    }

@media only screen and (max-width: 767px) {
    .main-header .main-navbar .mobile-menu-toggle {
        display: block;
        position: absolute;
        top: 40px;
        right: 20px;
        z-index: 11;
    }
}

.main-header .header-mockup {
    position: absolute;
    left: -50px;
    top: -70px;
}

    .main-header .header-mockup img {
        width: 600px;
    }

@media only screen and (max-width: 1247px) {
    .main-header .header-mockup {
        left: -160px;
    }
}

@media only screen and (max-width: 1023px) {
    .main-header .header-mockup {
        left: -230px;
    }
}

@media only screen and (max-width: 991px) {
    .main-header .header-mockup {
        display: none;
    }
}

.main-header .header-content {
    margin-bottom: 100px;
}

    .main-header .header-content h1 {
        color: #12102b;
        font-size: 40px;
        font-family: 'QueenCamelotItalic';
        text-align: center;
    }

    .main-header .header-content p {
        color: #12102b;
        font-size: 21px;
        font-weight: 200;
        margin-bottom: 15px;
    }

@media only screen and (max-width: 991px) {
    .main-header .header-content {
        text-align: center;
        margin-top: 40px;
    }
}

.main-header .header-content .links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .main-header .header-content .links li {
        float: left;
        margin-right: 10px;
        transition: all ease-in-out .4s;
    }

        .main-header .header-content .links li a {
            text-decoration: none;
            display: inline-block;
        }

            .main-header .header-content .links li a .main-action {
                padding: 14px 20px;
                font-size: 14px;
                line-height: 12px;
            }

@media only screen and (max-width: 991px) {
    .main-header .header-content .links li {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }

        .main-header .header-content .links li:last-child {
            margin-bottom: 0;
        }
}

@media only screen and (max-width: 767px) {
    .main-header .header-content {
        margin-bottom: 50px;
    }

        .main-header .header-content h1 {
            font-size: 30px;
        }
}

@media only screen and (max-width: 479px) {
    .main-header .header-content .links li {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .main-header .header-content .links {
        text-align: center;
    }
}

.get-card {
    margin-top: 70px;
    margin-bottom: 50px;
}

    .get-card .section-info h3 {
        margin: 0;
        margin-bottom: 20px;
        color: #00002d;
        font-size: 35px;
        font-family: 'QueenCamelotItalic';
    }

    .get-card .section-info p {
        color: #555555;
        font-size: 18px;
        text-transform: capitalize;
        line-height: 27px;
    }

    .get-card .section-figure {
        text-align: center;
    }

        .get-card .section-figure img {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            border-radius: 10px;
            width: 100%;
        }

    .get-card.login-form-center {
        min-height: calc(100vh - 318px);
    }

.merchant-login .authentication-card {
    max-width: 470px;
    margin: auto;
}

@media only screen and (max-width: 991px) {
    .get-card .section-figure img {
        width: 80%;
    }
}

@media only screen and (max-width: 559px) {
    .get-card .section-figure img {
        width: 100%;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .get-card .section-figure img {
        margin-top: 0;
    }

    .merchant-login {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .get-card .section-figure {
        margin-bottom: 50px;
    }
}

.get-card .sponsors {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

    .get-card .sponsors .title {
        float: left;
        font-size: 20px;
        font-style: italic;
        margin-right: 30px;
        margin-top: 12px;
        font-family: 'QueenCamelotItalic';
    }

    .get-card .sponsors ul {
        float: left;
        list-style: none;
    }

        .get-card .sponsors ul li {
            float: left;
            padding: 0 10px;
        }

            .get-card .sponsors ul li img {
                height: 71px;
            }

@media only screen and (max-width: 991px) {
    .get-card {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .get-card {
        margin-top: 50px;
    }
}

.main-action {
    display: inline-block;
    color: #fff;
    padding: 15px 20px;
    border-radius: 24px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 13px;
    display: inline-flex;
    align-items: center;
    border: 0;
    height: 100%;
}

    .main-action i {
        margin-right: 5px;
        font-size: 15px;
    }

@media only screen and (max-width: 479px) {
    .main-action i {
        font-size: 12px;
    }
}

@media only screen and (max-width: 479px) {
    .main-action {
        padding: 5px 10px;
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.authentication-card {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
}

    .authentication-card .tab-pane {
        padding: 0 4rem 2rem;
    }

        .authentication-card .tab-pane .signup {
            border: 0;
            padding: 3rem;
            font-size: 15px;
        }

            .authentication-card .tab-pane .signup span {
                display: inline-block;
                margin: 0.5rem 0;
            }

.agree {
    display: none;
}

    .agree + label {
        position: relative;
        cursor: pointer;
        margin-top: 1rem;
        padding-left: 2rem;
        font-weight: normal;
    }

        .agree + label:before {
            left: -1.2em;
            color: #23C6E9;
            display: inline-block;
            position: absolute;
            right: -1.2em;
            top: -.3em;
            width: .8em;
            text-align: left;
            font-size: 1.2em;
            line-height: 1.6em;
            padding-left: 2rem;
            content: '\f10c';
            font-family: 'FontAwesome';
        }

    .agree:checked + label:before {
        content: "\f058";
    }

.get-xtreme {
    background-image: url('/images/scooter.svg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}

.hint {
    display: inline-block;
    padding: 12px 15px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    color: #12102b;
    text-decoration: none !important;
    background: #F5F5F5;
    margin-top: 1.5rem;
    margin-right: 0.5rem;
}

    .hint span {
        display: inline-block;
        width: 15px;
        height: 15px;
        color: #fff;
        text-align: center;
        line-height: 16px;
        border-radius: 100%;
        margin-right: 7px;
        font-size: 10px;
        background: #12102b;
        position: relative;
        top: -2px;
    }

.offers {
    overflow: hidden;
    padding: 80px 0;
}

.offers .head-action .main-action {
    font-size: 17px;
    font-weight: 500;
}

.offers .section-head {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 15px;
}

.offers.products-thumbnails .card {
    margin-bottom: 0;
}
.offers.products-thumbnails {
    padding: 50px 0;
}
.offers.products-thumbnails .owl-carousel .owl-stage{
    margin: auto;
}
.offers .section-head .head .title {
    float: left;
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Cairo', sans-serif;
}
.offers .section-head .head p {
    font-size: 17px;
    font-family: 'Dubai';
    font-style: normal;
    font-weight: 500;
}
.offers .owl-carousel .owl-nav {
    top: 0;
    bottom: 70px;
    right: 0;
    width: 60%;
    height: 0;
    margin: auto;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.offers .owl-carousel:hover .owl-nav{
    opacity: 1;
}
.offers .owl-carousel .owl-nav .owl-next i,
.offers .owl-carousel .owl-nav .owl-prev i {
    font-size: 40px;
    background: #23c6e9;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    box-shadow: 0 0 2px 0px #a1a1a1;
}

.section-head {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: space-between;
    padding: 1rem !important;
}

.section-head .head {
    display: flex;
    flex-direction: column;
    float: left;
    font-size: 28px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Cairo', sans-serif;
}

.offers .section-head .head span {
    color: #23C6E9;
    font-family: 'QueenCamelotItalic';
}

.offers .head-action {
    flex: 0 0 auto;
    /*float: right;*/
    text-align: right;
}

    .offers .head-action .action-hint {
        color: #555555;
    }

    .offers .head-action a {
        margin-left: 20px;
    }

.offers .offer-slider {
    position: relative;
    overflow: hidden;
}

    .offers .offer-slider .slide-item {
        width: 945px;
    }

    .offers .offer-slider .slider-arrow .prev-arrow, .offers .offer-slider .slider-arrow .next-arrow {
        list-style: none;
        position: absolute;
        top: 60%;
        left: 0;
        transform: translateY(-60%);
        z-index: 999999;
    }

    .offers .offer-slider .slider-arrow li {
        float: left;
    }

        .offers .offer-slider .slider-arrow li a {
            font-weight: bold;
            color: #23C6E9;
            font-size: 30px;
        }

    .offers .offer-slider .slider-arrow .next-arrow {
        left: unset;
        right: 0;
    }

    .offers .offer-slider .offer-figure img {
        width: 100%;
        height: 320px;
    }

@media only screen and (max-width: 767px) {
    .offers .offer-slider .offer-figure {
        margin-bottom: 20px;
    }
}

.offers .offer-slider .offer-info .offer-head {
    margin-bottom: 20px;
    overflow: hidden;
}

    .offers .offer-slider .offer-info .offer-head img {
        width: 70px;
        margin-right: 20px;
        height: 70px;
        float: left;
    }

    .offers .offer-slider .offer-info .offer-head span {
        float: left;
        color: #23C6E9;
        font-size: 20px;
        font-family: 'QueenCamelotItalic';
        margin-top: 25px;
    }

.offers .offer-slider .offer-info .option-list {
    list-style: none;
    margin-bottom: 30px;
}

    .offers .offer-slider .offer-info .option-list li {
        float: left;
        width: 50%;
    }

        .offers .offer-slider .offer-info .option-list li img {
            margin-right: 10px;
            width: 15px;
            margin-top: 2px;
            float: left;
        }

        .offers .offer-slider .offer-info .option-list li i {
            margin-top: 2px;
            color: #23C6E9;
            float: left;
            margin-right: 10px;
        }

        .offers .offer-slider .offer-info .option-list li span {
            color: #555555;
            float: left;
        }

.offers .offer-slider .offer-info .details {
    color: #555555;
    font-size: 16px;
    margin-bottom: 14px;
}

.offers .offer-slider .offer-info .more .main-action {
    padding: 10px 30px;
}

.partners {
    position: relative;
    background: #fff;
    padding: 60px 0;
}

    .partners .partners-head {
        text-align: center;
        font-size: 26px;
        margin-bottom: 50px;
    }

        .partners .partners-head span {
            font-family: 'QueenCamelotItalic';
        }

    .partners .partners-logo {
        padding: 0 120px;
    }

        .partners .partners-logo img {
            width: 100%;
            height: auto;
        }

@media only screen and (max-width: 767px) {
    .partners .partners-logo {
        padding: 0 50px;
    }
}

.partners .partner-footer {
    text-align: center;
}

    .partners .partner-footer .footer-hint {
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 999;
}

    .owl-nav button {
        float: left;
    }

        .owl-nav button i {
            font-size: 30px;
        }

        .owl-nav button:nth-of-type(2) {
            float: right;
        }

.main-footer {
    background: #12102b;
    padding: 20px 0;
    border-bottom: 4px solid #23C6E9;
}

    .main-footer .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .main-footer .left-side {
        float: left;
    }

@media only screen and (max-width: 767px) {
    .main-footer .left-side {
        width: 100%;
        text-align: center;
    }
}

.main-footer .left-side img {
    width: 100px;
    float: left;
}

@media only screen and (max-width: 767px) {
    .main-footer .left-side img {
        float: none;
    }
}

.main-footer .rights {
    color: #fff;
    margin-top: 13px;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .main-footer .rights {
        float: none;
        margin-top: 20px;
        float: left;
        width: 100%;
        text-align: center;
    }
}

.main-footer .right-side {
    float: right;
}

    .main-footer .right-side ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

@media only screen and (max-width: 767px) {
    .main-footer .right-side ul {
        text-align: center;
    }

    .main-footer .right-side {
        float: unset;
        margin-top: 10px;
    }
}

.main-footer .right-side ul li {
    float: left;
    margin-top: 14px;
}

@media only screen and (max-width: 767px) {
    .main-footer .right-side ul li {
        margin-top: 0;
        float: none;
        display: inline-block;
    }
}

.main-footer .right-side ul li a {
    color: #fff;
    display: inline-block;
    padding: 0 7px;
}

.main-footer .right-side ul .social-facebook a {
    background: #3c5b9b;
    padding: 0;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    top: -4px;
}

.mobile-account {
    position: absolute;
    right: 60px;
    top: 25px;
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-account {
        top: 40px;
    }
}

.mobile-account a {
    display: block;
    color: #12102b;
    font-size: 15px;
    padding: 5px 20px;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    line-height: 1.2;
    padding: 0;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 100%;
    line-height: 25px;
}

    .mobile-account a i {
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .mobile-account {
        display: block;
    }
}

.owl-stage-outer {
    z-index: 9999 !important;
}

.bg {
    position: absolute;
    display: none;
    top: -100px;
    left: 0;
    width: 100%;
    height: 1000px;
    z-index: 99;
}

    .bg img {
        width: 100%;
    }

@media only screen and (max-width: 767px) {
    .bg {
        top: 0;
    }
}

.main-wrapper {
    position: relative;
    z-index: 999;
}

.slides-wrapper {
    width: 100%;
    z-index: 99;
    position: relative;
}

.contact-page {
    background: url("/images/contact-us-bg.jpg") center center no-repeat !important;
    background-size: cover !important;
}

.contact-wrapper {
    background: #fff;
    padding: 50px 0;
}

    .contact-wrapper .section-head {
        padding: 0 15px;
        margin-bottom: 20px;
    }

        .contact-wrapper .section-head span {
            font-style: italic;
            font-family: 'QueenCamelotItalic';
            font-size: 27px;
        }

.form-item input[type=checkbox]:checked {
    background-color: red;
}

.form-item input[type=checkbox] {
    height: unset;
}

.form-item input,
.form-item select,
.form-item textarea {
    border: none;
    outline: none;
    box-shadow: none;
    background: #f1f1f1;
    height: 40px;
    color: #979797;
}

    .form-item input.details-form, .form-item select.details-form, .form-item textarea.details-form {
        background: #F5F5F5;
        border: 0;
        border-radius: 50px;
        color: #555;
    }

.form-item textarea {
    height: auto;
    resize: none;
}

.form-action {
    float: right;
    padding: 0 15px;
}

    .form-action button {
        border: none;
        display: inline-block;
        color: #fff;
        padding: 8px 35px;
        border-radius: 24px;
        font-size: 13px;
    }

@media only screen and (max-width: 479px) {
    .form-action button {
        padding: 5px 10px;
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.contact-wrapper .form-action .custom-button {
    border: none;
    padding: 10px 40px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'QueenCamelotRegular';
    border-radius: 20px;
}

.contact-wrapper .details-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

    .contact-wrapper .details-list li {
        padding: 5px 0;
        font-size: 16px;
    }

        .contact-wrapper .details-list li a {
            color: #000;
            text-decoration: none;
        }

        .contact-wrapper .details-list li i {
            width: 15px;
            text-align: center;
            margin-right: 5px;
            color: #23C6E9;
        }

.contact-wrapper .map-area {
    position: relative;
    width: 555px;
    height: 230px;
}

    .contact-wrapper .map-area #map {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
    }

/*.how-it-works__page {
    padding: 100px 0;
    background: url('../images/how-its-work-bg.jpg') center center no-repeat;
    background-size: cover !important
}*/
.presentation .presentation-item {
    float: left;
    width: 100%;
}

    .presentation .presentation-item .item-info {
        padding: 50px 0 100px 0;
    }

        .presentation .presentation-item .item-info h3 {
            margin: 0;
            font-size: 25px;
            font-family: 'QueenCamelotItalic';
            margin-bottom: 20px;
        }

        .presentation .presentation-item .item-info p {
            margin-bottom: 20px;
            font-size: 16px;
        }

        .presentation .presentation-item .item-info .main-action {
            text-decoration: none;
            color: #fff;
            padding: 10px 30px;
            margin-right: 5px;
            font-size: 17px;
        }

        .presentation .presentation-item .item-info .hints {
            color: #23C6E9;
        }

@media only screen and (max-width: 767px) {
    .presentation .presentation-item .item-info {
        padding: 50px 0;
    }
}

.presentation .presentation-item .item-figure {
    margin-top: -60px;
    text-align: center;
}

    .presentation .presentation-item .item-figure img {
        width: 60%;
    }

@media only screen and (max-width: 991px) {
    .presentation .presentation-item .item-figure {
        margin-top: 50px !important;
    }
}

.white-bg {
    background: #fff;
}

    .white-bg .item-info {
        padding: 50px 0 100px 0;
    }

.dark-bg {
    background: #12102b;
}

    .dark-bg .item-info h3 {
        color: #fff;
    }

    .dark-bg .item-info p {
        color: #fff;
    }

    .dark-bg .links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .dark-bg .links li {
            float: left;
            margin-right: 10px;
            transition: all ease-in-out .4s;
        }

            .dark-bg .links li a {
                text-decoration: none;
                display: inline-block;
            }

                .dark-bg .links li a .main-action {
                    padding: 14px 20px;
                    font-size: 14px;
                    line-height: 12px;
                }

.gray-bg {
    background: #ebebeb;
}

    .gray-bg .item-info h3 {
        color: #000;
    }

    .gray-bg .item-info p {
        color: #000;
    }

.section-list {
    display: block;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    font-family: 'QueenCamelotItalic';
    margin-top: -50px;
}

@media only screen and (max-width: 991px) {
    .section-list {
        display: none;
    }
}

.main-mock img {
    width: 60% !important;
}

@media only screen and (max-width: 767px) {
    .main-mock img {
        width: 50% !important;
    }
}

.full-width-figure {
    margin-top: -40px !important;
}

    .full-width-figure img {
        width: 100% !important;
    }

.offer-nav {
    background: #23C6E9;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .offer-nav {
        padding: 20px 10px;
    }
}

.offer-nav .nav-title {
    float: left;
    color: #fff;
    font-family: 'QueenCamelotItalic';
    font-size: 28px;
}

@media only screen and (max-width: 767px) {
    .offer-nav .nav-title {
        font-size: 22px;
        margin-top: 6px;
    }
}

@media only screen and (max-width: 479px) {
    .offer-nav .nav-title {
        font-size: 20px;
        margin-top: 6px;
    }
}

.offer-nav .nav-filter {
    float: right;
    position: relative;
    width: 100%;
}

    .offer-nav .nav-filter .filter-head {
        background: #fff;
        padding: 10px 15px;
        border-radius: 20px;
        text-transform: capitalize;
        float: right;
        font-weight: 600;
        cursor: pointer;
        width: 100%;
    }

        .offer-nav .nav-filter .filter-head span {
            float: left;
            position: relative;
            top: 2px;
        }

        .offer-nav .nav-filter .filter-head i {
            float: right;
            position: relative;
            top: 2px;
            font-size: 16px;
        }

@media only screen and (max-width: 479px) {
    .offer-nav .nav-filter .filter-head {
        padding: 10px 9px;
        font-size: 11px;
    }
}

.offer-nav .nav-filter .filter-dropdown {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 49px;
    list-style: none;
    width: 100%;
    background: #292740;
    border-radius: 20px;
    padding: 15px 0;
    z-index: 99;
    display: none;
}

    .offer-nav .nav-filter .filter-dropdown li {
        width: 100%;
        overflow: hidden;
        padding: 5px 20px;
        cursor: pointer;
    }

        .offer-nav .nav-filter .filter-dropdown li span {
            text-transform: capitalize;
            color: #fff;
            float: left;
        }

            .offer-nav .nav-filter .filter-dropdown li span:last-child {
                float: right;
            }

        .offer-nav .nav-filter .filter-dropdown li:hover {
            background: #23C6E9;
        }

        .offer-nav .nav-filter .filter-dropdown li.active {
            background: #23C6E9;
        }

@media only screen and (max-width: 479px) {
    .offer-nav .nav-filter .filter-dropdown li {
        width: 100%;
        overflow: hidden;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 12px;
    }
}

.offer-nav .nav-filter .filter-dropdown li a {
    display: inline-block;
    width: 100%;
}

.offer-page-slide {
    padding: 50px 0;
    width: 100%;
    background: #fff;
    float: left;
}

    .offer-page-slide .offers-item {
        margin-bottom: 50px;
        float: left;
        width: 100%;
    }

        .offer-page-slide .offers-item .offer-figure img {
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
            border-radius: 5px;
        }

@media only screen and (max-width: 767px) {
    .offer-page-slide .offers-item .offer-figure img {
        height: auto;
    }
}

.offer-page-slide .offer-head img {
    width: auto !important;
}

.solid-bg {
    background: #23C6E9 !important;
}

.main-pagination {
    padding: 0;
    margin: 0;
    text-align: center;
}

    .main-pagination .page {
        display: inline-block;
        width: 35px;
        height: 35px;
        line-height: 37px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        border-radius: 100%;
        background: #12102b;
        color: #fff;
        text-decoration: none;
        margin-left: 5px;
    }

        .main-pagination .page:hover, .main-pagination .page.gradient:hover {
            background: #23C6E9;
        }

        .main-pagination .page.active {
            background: #23C6E9;
        }

.offer-option-list {
    list-style: none;
    margin-bottom: 50px;
    margin-top: 15px;
}

    .offer-option-list li {
        float: left;
        width: 50%;
    }

        .offer-option-list li img {
            margin-right: 10px;
            width: 15px;
            margin-top: 2px;
            float: left;
        }

        .offer-option-list li i {
            margin-top: 2px;
            color: #23C6E9;
            float: left;
            margin-right: 10px;
        }

        .offer-option-list li span {
            color: #555555;
            float: left;
        }

.venues-page {
    background: url("/images/venues.jpg") center center no-repeat;
    background-size: cover;
}

    .venues-page span {
        font-family: 'QueenCamelotItalic';
        text-transform: uppercase;
    }

.venues {
    background: #fff;
    padding: 50px 0;
    overflow: hidden;
}

    .venues .offers-item {
        margin-bottom: 0px !important;
    }

    .venues .option-list {
        list-style: none;
    }

    .venues .vinues-figure {
        margin-bottom: 25px;
    }

        .venues .vinues-figure img {
            width: 100%;
        }

        .venues .vinues-figure .owl-nav {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            transform: translateY(-50%);
            z-index: 999999;
            color: #fff;
            padding: 20px;
        }

            .venues .vinues-figure .owl-nav button {
                outline: none;
            }

    .venues .section-head {
        overflow: hidden;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .venues .section-head .head-icon {
            float: left;
        }

            .venues .section-head .head-icon img {
                width: 120px;
            }

@media only screen and (max-width: 991px) {
    .venues .section-head .head-icon img {
        width: 80px;
    }
}

.venues .section-head .head-info {
    float: left;
    margin-top: 20px;
    padding-left: 30px;
}

@media only screen and (max-width: 991px) {
    .venues .section-head .head-info {
        padding-left: 15px;
    }
}

.venues .section-head .head-info span {
    font-size: 28px;
    font-family: 'QueenCamelotItalic';
    margin-bottom: 7px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .venues .section-head .head-info span {
        font-size: 23px;
    }
}

@media only screen and (max-width: 479px) {
    .venues .section-head .head-info span {
        font-size: 20px;
    }
}

.venues .section-head .head-info .option span {
    font-weight: 600;
    font-size: 18px;
    color: #23C6E9;
    float: left;
    font-family: 'Elliot Sans';
}

.venues .section-head .head-info .option img {
    margin-right: 15px;
    float: left;
    width: 20px;
}

.venues p {
    line-height: 26px;
}

.venues .map-container {
    position: relative;
    height: 357px;
    width: 555px;
    left: 0;
}

.venues .custom-map {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
}

.vinues-info {
    margin-top: 25px;
}

    .vinues-info .info-item {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .vinues-info .info-item:last-of-type {
            margin-bottom: 0;
        }

        .vinues-info .info-item .item-head {
            font-size: 26px;
            margin-bottom: 12px;
            display: block;
            font-family: 'QueenCamelotItalic';
        }

        .vinues-info .info-item ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .vinues-info .info-item ul li {
                font-size: 15px;
                margin-right: 30px;
                margin-bottom: 10px;
                float: left;
            }

                .vinues-info .info-item ul li a {
                    color: #000;
                    text-decoration: none;
                }

                .vinues-info .info-item ul li i {
                    color: #23C6E9;
                    font-weight: bold;
                    width: 20px;
                }

@media only screen and (max-width: 479px) {
    .vinues-info .info-item ul li {
        font-size: 13px;
        margin-right: 6px;
    }
}

.vinues-info .info-item ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .vinues-info .info-item ol li {
        font-size: 18px;
        margin-right: 30px;
        margin-bottom: 10px;
        font-weight: 600;
        float: left;
    }

        .vinues-info .info-item ol li i {
            color: #23C6E9;
            width: 20px;
        }

@media only screen and (max-width: 479px) {
    .vinues-info .info-item ol li {
        font-size: 16px;
        font-weight: 400;
    }
}

.vinues-info .info-item p {
    line-height: 27px;
    font-size: 15px;
}

.apply-page {
    background: url("/images/apply-now-bg.jpg") center center no-repeat;
    background-size: cover;
}

.apply-section {
    background: url("/images/apply-pattern.jpg") center center no-repeat;
    background-size: cover;
    padding: 50px 0;
}

    .apply-section .section-item {
        color: #fff;
    }

        .apply-section .section-item span {
            font-family: 'QueenCamelotItalic';
            display: block;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .apply-section .section-item h2 {
            margin: 0;
            margin-bottom: 10px;
            font-family: 'QueenCamelotItalic';
        }

        .apply-section .section-item p {
            font-size: 15px;
            margin-bottom: 0;
            line-height: 23px;
        }

        .apply-section .section-item.en-info {
            text-align: left;
        }

@media only screen and (max-width: 767px) {
    .apply-section .section-item.en-info {
        margin-bottom: 20px;
        text-align: center;
    }
}

.apply-section .section-item.ar-info {
    text-align: right;
}

    .apply-section .section-item.ar-info span,
    .apply-section .section-item.ar-info h2,
    .apply-section .section-item.ar-info p {
        font-family: 'Dubai';
    }

    .apply-section .section-item.ar-info h2 {
        font-weight: bold;
    }

@media only screen and (max-width: 767px) {
    .apply-section .section-item.ar-info {
        text-align: center;
    }
}

.apply-form {
    background: #fff;
    padding: 50px 0;
}

    .apply-form .form-head {
        margin-bottom: 50px;
        text-align: center;
    }

        .apply-form .form-head span {
            font-size: 32px;
            font-family: 'QueenCamelotItalic';
        }

            .apply-form .form-head span span {
                color: #23C6E9;
            }

    .apply-form .form-item {
        position: relative;
    }

        .apply-form .form-item input,
        .apply-form .form-item select,
        .apply-form .form-item textarea {
            border: none;
            outline: none;
            box-shadow: none;
            padding: 20px;
            background: #f1f1f1;
            color: #979797;
        }

        .apply-form .form-item select {
            padding: 0 15px;
            height: 40px;
        }

        .apply-form .form-item textarea {
            resize: none;
        }

        .apply-form .form-item i {
            top: 12px;
            right: 20px;
            position: absolute;
        }

.date-of-birth {
    padding-right: 42px !important;
}

.form-option {
    text-align: center;
    margin-top: 30px;
    float: left;
    width: 100%;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
}

    .form-option .option-title {
        margin-right: 30px;
        font-weight: bold;
        font-size: 20px;
    }

    .form-option .option {
        display: inline-block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 12px;
        margin-right: 20px;
        cursor: pointer;
        font-size: 15px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 100%;
        font-size: 17px;
        text-transform: capitalize;
    }

        .form-option .option a {
            color: #000;
            font-weight: bold;
        }

        .form-option .option input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

    .form-option .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 17px;
        width: 17px;
        background-color: #23C6E9;
        border-radius: 100%;
    }

    .form-option .option:hover input ~ .checkmark {
        background-color: #bb1b3e;
    }

    .form-option .option input:checked ~ .checkmark {
        background-color: #23C6E9;
    }

    .form-option .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .form-option .option input:checked ~ .checkmark:after {
        display: block;
    }

    .form-option .option .checkmark:after {
        left: 6px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.form-action {
    text-align: center;
    margin-top: 10px;
    float: left;
    width: 100%;
}

    .form-action button {
        border: none;
        padding: 10px 40px;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 20px;
        font-family: 'QueenCamelotRegular';
        border-radius: 20px;
    }

    .form-action .custom-button {
        border: none;
        padding: 10px 40px;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 20px;
        font-family: 'QueenCamelotRegular';
        border-radius: 20px;
    }

@font-face {
    font-family: "QueenCamelotItalic";
    src: url("/fonts/QueenofCamelot-Italic.eot");
    src: url("/fonts/QueenofCamelot-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/QueenofCamelot-Italic.woff") format("woff"), url("/fonts/QueenofCamelot-Italic.ttf") format("truetype"), url("/fonts/QueenofCamelot-Italic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "QueenCamelotRegular";
    src: url("/fonts/QueenofCamelot.eot");
    src: url("/fonts/QueenofCamelot.eot?#iefix") format("embedded-opentype"), url("/fonts/QueenofCamelot.woff") format("woff"), url("/fonts/QueenofCamelot.ttf") format("truetype"), url("/fonts/QueenofCamelot.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Elliot Sans";
    src: url("/fonts/ElliotSans-Regular.eot");
    src: url("/fonts/ElliotSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ElliotSans-Regular.woff") format("woff"), url("/fonts/ElliotSans-Regular.ttf") format("truetype"), url("/fonts/ElliotSans-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Dubai";
    src: url("/fonts/DubaiW23-Regular.eot");
    src: url("/fonts/DubaiW23-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/DubaiW23-Regular.woff") format("woff"), url("/fonts/DubaiW23-Regular.ttf") format("truetype"), url("/fonts/DubaiW23-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Elliot Sans';
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

.pages-header {
    position: relative;
}

    .pages-header .banner {
        margin: 0px !important;
        text-align: center;
        width: 100%;
    }

    .pages-header .header-head {
        text-align: center;
        width: 100%;
        padding: 4rem 0;
    }

        .pages-header .header-head h1 {
            margin: 0;
            display: inline-block;
            color: #000;
            font-family: 'QueenCamelotItalic';
            font-size: 2em;
        }

        .pages-header .header-head p {
            color: #fff;
            font-size: 17px;
            margin-bottom: 0;
        }

        .pages-header .header-head .icon-span {
            display: block;
            font-size: 25px;
            font-family: 'QueenCamelotItalic';
            text-transform: uppercase;
        }

.hide {
    display: none;
}

.disabledForm {
    pointer-events: none;
    opacity: 0.4;
}


/*change intltelinput plugin css*/
.iti-flag {
    background-image: url("/images/flags-tel.png") !important;
}

.intl-tel-input {
    position: relative;
    display: block !important;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 4px 0px;
    /* padding: 12px; */
}

.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
}

    .isa_success i, .isa_error i {
        margin: 7px 18px;
        font-size: 18px;
        vertical-align: middle;
    }


a.main-action:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
/*shops page*/
#shops h2 {
    display: flex;
    justify-content: center;
    font-style: italic;
    font-weight: 500;
    padding: 0.25em 0;
}

    #shops h2 span {
        color: #23C6E9;
    }

#shops .shops {
    background-color: #fff;
}

.row.products {
    display: flex;
    flex-wrap: wrap;
}



.card {
    display: block;
    padding-top: 20px;
    margin: 10px 0 40px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .card.hovercard {
        padding: 0;
        position: relative;
        padding-top: 0;
        background: transparent;
        border-radius: 10px;
        overflow: hidden;
    }

        .card.hovercard .figcaption {
            color: #020407;
            text-align: center;
            display: block;
            margin-top: 1rem;
            font-size: 24px;
            font-family: 'Cairo', sans-serif;
            /*height: 15%;*/
        }

        .card.hovercard .cardheader.big {
            height: 500px;
        }

        /*.card.hovercard .cardheader.big.ribbon {
            height: calc(100% - 100px);
        }*/

        .card.hovercard .cardheader {
            background: #fff;
            overflow: hidden;
            border: 1px solid rgba(112,112,112,0.2);
            border-radius: 10px;
            height: 215px;
        }

            .card.hovercard .cardheader.ribbon:after {
                content: attr(data-ribbon);
                position: absolute;
                padding: 1rem 3rem;
                color: #fff;
                text-align: center;
                background: #23c6e9;
                top: 10%;
                left: -30%;
                min-width: 100%;
                transform: rotate(-45deg);
                text-transform: uppercase;
                font-size: 12px;
                font-weight: normal;
                font-family: 'Cairo', sans-serif;
            }

            .card.hovercard .cardheader.big.ribbon:after {
                top: 5%;
                left: -41%;
            }

        .card.hovercard .cardheader {
            overflow: hidden;
            position: relative;
        }

            .card.hovercard .cardheader img {
                width: 100%;
            }

        .card.hovercard .info {
            padding: 2em 3em 1em;
        }

    .card .info h3 {
        font-style: italic
    }

    .card .info .shop-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        border: 1px solid rgba(112,112,112,0.2);
    }

        .card .info .shop-icon img {
            border-radius: 15%;
        }

    .card .info .shop-info {
        padding: 0 15px !important;
        display: flex;
    }

    .card.hover-effect .info {
        position: absolute;
        bottom: 0;
        background: linear-gradient(360deg, black, transparent);
        width: 100%;
        left: 0;
        margin: 0;
        color: white !important;
        padding: 1.5rem;
        max-height: 100px;
        height: auto;
        overflow: hidden;
        transition: max-height 0.15s ease-out;
    }

    .card.hover-effect:hover .info {
        height: 100%;
        max-height: 100%;
    }

    /*.card.hover-effect .cardheader {
        height: 400px;
    }*/

    .card.hover-effect .cardheader img {
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: 100%;
        padding: 2rem;
        /*min-height: 225px;
        max-height: 225px;*/
    }

@media screen and (min-width: 1200px) {
    .card.hover-effect .cardheader.big img {
        max-height: unset;
    }
}

@media screen and (max-width: 1199px) {
    .card.hovercard .cardheader.ribbon:after {
        top: 10% !important;
        left: -40%;
    }
}
@media screen and (max-width: 576px){
    .offers {
        padding: 40px 0;
    }
    .offers .section-head{
            margin-bottom: 10px;
    }
    .offers .section-head .head {
        font-size: 22px;
    }
    .offers .head-action .main-action{
        padding: 11px 16px;
    }
    .card.hovercard {
        margin-bottom: 0;
    }
    .card.hovercard .cardheader {
        height: 140px;
    }
    .card.hovercard .figcaption {
        font-size: 16px;
        margin-top: 0.6rem;
    }
    .card.hovercard .cardheader.big {
        height: auto;
        max-height: 300px;
    }
}
@media screen and (max-width: 375px) {
    .card.hovercard .cardheader.ribbon:after, .card.hovercard .cardheader.big.ribbon:after {
        top: 10%;
        left: -33%;
    }
}

/*shop products*/
#shop-products {
    background: #fff;
}
#shop-products + .offers{
    padding-top: 20px;
}
.product-card a {
    color: #000;
}

.shop-img {
    max-width: 100px;
    max-height: 100px;
}

#shop-products select {
    background: url("/images/icons/arrow-down.svg") 96% / 20px no-repeat #F5F5F5 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    height: 40px;
    min-width: 250px;
    border-radius: 20px;
    /*text-align: center;*/
    padding: 0 20px;
    border-color: #F5F5F5;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #shop-products select {
        background: url("/images/icons/arrow-down.svg") 96% / 3% no-repeat #F5F5F5 !important;
    }
}

figure.product-card {
    flex-wrap: wrap;
    border: 1px solid rgba(112,112,112,0.2);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

    figure.product-card .position-relative {
        width: 100%;
        height: auto !important;
    }

        figure.product-card .position-relative img {
            object-fit: contain;
            object-position: center;
            width: 100%;
            height: 185px;
        }

    figure.product-card .overlay-details {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /*background-color: rgba(231,32,74, 0.7);*/
        background-color: rgba(35, 198, 233, 0.70);
        color: white;
        flex-direction: column;
        opacity: 0;
        -webkit-transition: opacity 1s; /* Safari */
        transition: opacity 1s;
    }

    figure.product-card:hover .overlay-details {
        opacity: 1;
    }

    figure.product-card figcaption {
        border-top: 1px solid rgba(112,112,112,0.2);
        width: 100%;
        /*min-height: 90px;*/
        height: 105px;
    }

        figure.product-card figcaption > div {
            /*min-height: 89px;*/
            margin: 0;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }

        figure.product-card figcaption svg {
            width: 15px;
            margin: 0 5px 5px 0;
        }

        figure.product-card figcaption .product-title {
            padding: 12px 15px 8px;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

/*productdetails page*/

.product-imgs {
    width: 100%;
}

ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

li {
    display: block;
    float: left;
    cursor: pointer;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: auto;
}

.lSSlideWrapper, .lSSlideOuter .lSPager.lSGallery li {
    border: 1px solid rgba(112,112,112,0.2);
    border-radius: 5px;
    padding: 0;
}

    .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
        border-color: #23C6E9;
    }

.lSSlideOuter .lSPager.lSGallery img {
    max-height: 90px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group.numberincart {
    width: 150px;
    height: 35px;
    color: #555555;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

    .form-group.numberincart input {
        width: 50%;
        height: 100%;
        text-align: center;
        outline: none;
        border: 1px solid rgb(245, 245, 245);
    }

    .form-group.numberincart button {
        height: 100%;
        width: 25%;
        border: 0;
        color: #AFAFAF;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        text-decoration: none;
        cursor: pointer;
        background: #F5F5F5;
        outline: none;
    }

        .form-group.numberincart button.incre {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-left: 0;
        }

        .form-group.numberincart button.decre {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-right: 0;
        }

#checkout .form-group.numberincart {
    max-width: 60%;
}

.products-list .row:first-child {
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #555555 !important;
    margin-bottom: 0.5em;
}

#checkout .position-absolute {
    width: auto;
    height: auto;
    right: 0;
    top: -5px;
    border-radius: 50%;
    overflow: hidden;
    right: -5px;
}

button.removeproduct {
    border-radius: 50%;
    background: #23C6E9;
    border: 0;
    color: #fff;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    padding-left: 1.25px;
}

/*your order*/
.custom-bg {
    display: flex;
    padding-left: 1em;
    min-height: 116px;
    border-radius: 5px;
    background-image: url("/photos/banner/gradientbg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
}

    .custom-bg .info-1 {
        margin-bottom: -1.5em;
    }

    .custom-bg .info-2 {
        margin-top: -1.5em;
    }

    .custom-bg hr {
        width: 65%;
        margin: 0;
        border-top-color: rgba(255,255,255,0.15);
    }

.order h3 {
    text-align: center;
    padding: 1em 0;
}

.order-img {
    max-width: 100px;
}

select.address {
    width: 100%;
    padding: 0.5em;
    background-color: #F1F1F1;
    border-radius: 5px;
}

.add-address,
.add-address:focus,
.add-address:hover {
    color: #12102B;
    font-size: 24px;
    margin-left: 0.5em;
}

.total {
    font-size: 16px;
    font-weight: normal;
}

    .total .totalprice {
        float: right;
        font-weight: bold;
    }

.cash-back-bg {
    background: url("/images/icons/svg/mask.svg") right 0% top 75%;
}

.cashbacksvg {
    fill: none;
    stroke: #23C6E9;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.products-list {
    max-width: 100%;
    padding: 0.5em;
}

.checkoutbtn a {
    width: 150px;
    text-align: center;
}

/*receipt page*/
#receipt .row {
    margin: auto 0;
    padding: 0;
}

.receipt-container {
    position: relative;
    padding: 5em !important;
    padding-bottom: 2em !important;
    margin-top: 5em !important;
    margin-bottom: 2em !important;
}

.order-confirm {
    position: absolute;
    width: 100%;
    top: -40px;
    left: 0;
}

    .order-confirm h2 {
        text-align: center;
        max-width: 40%;
        font-size: 27px;
        font-weight: normal;
        margin: auto;
        padding: 0.75em;
        color: #fff;
        border-radius: 5px;
        background: rgb(18,16,43);
        background: linear-gradient(45deg, rgba(18,16,43,1) 0%, rgba(101,22,55,1) 50%, rgba(231,32,74,1) 100%);
    }

.order-info h4 {
    font-size: 24px;
}

.order-info .price {
    font-size: 30px;
    font-weight: bold !important;
}

.order-info i {
    font-size: 19px;
    color: #23C6E9;
}


.nav-tabs {
    border: 0;
    display: flex;
    justify-content: center;
}

    .nav-tabs > li {
        float: unset;
        text-align: center;
        margin: 0;
        min-width: 150px;
    }

        .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav > li > a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #12102B;
            font-size: 14px;
            border-radius: 0 !important;
            border: 0 !important;
            margin: 0 !important;
            outline: 0;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            background-color: #23C6E9;
            color: #fff;
            outline: 0;
        }

        .nav-tabs > li:first-child, .nav-tabs > li:first-child > a {
            border-top-left-radius: 50px !important;
            border-bottom-left-radius: 50px !important;
        }

        .nav-tabs > li:last-child, .nav-tabs > li:last-child > a {
            border-top-right-radius: 50px !important;
            border-bottom-right-radius: 50px !important;
        }

.tab-pane img {
    max-width: 90px;
}

.tab-pane .order-details .border:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 0;
}

.tab-pane .order-details .border:last-child {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.tab-pane .order-status .border {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.tab-pane .order-price {
    color: #707070;
    font-size: 16px;
    font-weight: bold;
}

    .tab-pane .order-price .border {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.tab-pane .more-details .order-price .border {
    border-radius: 0;
    border-right: 0;
}

.tab-pane .order-action .border {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-weight: bold;
}

.more-details .order-action div, .tab-pane .order-status, .tab-pane .current-order-status {
    color: #23C6E9;
    font-weight: bold;
}

.more-details .order-action a:first-child {
    color: #23C6E9;
    margin-bottom: 1rem;
}

.more-details .order-action a:hover {
    text-decoration: underline;
}

.more-details {
    align-items: center;
}

    .more-details .order-thumbnail {
        align-self: stretch;
    }

    .more-details .order-details {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .more-details .order-action {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        font-weight: bold;
    }

    .more-details .order-details div, .more-details .order-price div {
        color: #12102b;
    }

    .more-details .order-details div, .more-details .order-status div, .more-details .order-price div, .more-details .order-action div {
        border-color: transparent !important;
    }

    .more-details .order-details, .more-details .order-status, .more-details .order-price, .more-details .order-action {
        background-color: #fff;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

.merchant .order-card {
    margin-bottom: 2rem;
}

.merchant .order-summary {
    border: 1px solid #F5F5F5;
    border-radius: 5px;
}

    .merchant .order-summary .order-summary-name,
    .merchant .order-summary .order-summary-number,
    .merchant .order-summary .order-summary-time,
    .merchant .order-summary .order-summary-status,
    .merchant .order-summary .order-summary-total,
    .merchant .order-summary .order-summary-action {
        position: relative;
    }

        .merchant .order-summary .order-summary-name::before,
        .merchant .order-summary .order-summary-number::before,
        .merchant .order-summary .order-summary-time::before,
        .merchant .order-summary .order-summary-status::before,
        .merchant .order-summary .order-summary-total::before,
        .merchant .order-summary .order-summary-action::before {
            content: attr(data-title) " ";
            position: absolute;
            top: -30%;
            font-weight: bolder;
            width: 100%;
            left: 0;
            text-align: center;
            text-transform: uppercase;
        }

        .merchant .order-summary .order-summary-name > div,
        .merchant .order-summary .order-summary-number > div,
        .merchant .order-summary .order-summary-time > div,
        .merchant .order-summary .order-summary-status > div,
        .merchant .order-summary .order-summary-total > div,
        .merchant .order-summary .order-summary-action > div {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

    .merchant .order-summary .order-summary-name {
    }

    .merchant .order-summary .order-summary-number {
        text-align: center;
    }

    .merchant .order-summary .order-summary-time {
        text-align: center;
    }

    .merchant .order-summary .order-summary-status {
        text-align: center;
    }

        .merchant .order-summary .order-summary-status span {
            color: #FF9900;
            display: inline-block;
            padding: 0.5rem 1.5rem;
            border-radius: 50px;
            background-color: #FFF5E5;
        }

    .merchant .order-summary .order-summary-total {
        text-align: center;
        font-weight: bold;
    }

    .merchant .order-summary .order-summary-action {
        text-align: center;
    }

        .merchant .order-summary .order-summary-action > div {
            flex-direction: column;
            padding: 0.75rem 0;
        }

            .merchant .order-summary .order-summary-action > div button {
                background-color: transparent;
                border: 0;
                border-radius: 5px;
                padding: 0.5rem 1.5rem;
            }

                .merchant .order-summary .order-summary-action > div button.confirm-order {
                    background-color: #F4FDF8;
                    color: #36D576;
                    margin-bottom: 0.75rem;
                }

                .merchant .order-summary .order-summary-action > div button.cancel-order {
                    background-color: #FFF4F5;
                    color: #23C6E9;
                }

.merchant.style-two .order-summary {
    border: 0;
}

    .merchant.style-two .order-summary div:before {
        top: -45%;
    }

.merchant.style-two .order-card .more-details div:before {
    /*top: 0;*/
    font-size: 12px;
    font-weight: 500;
}

.merchant.style-two .order-card .more-details-card input:checked + .show-more + .more-details {
    /*padding-top: 0 !important;*/
}

.merchant.style-two .more-details .order-details {
    border-right: 1px solid #F5F5F5;
}

.merchant.style-two .more-details .order-thumbnail {
    border-right: 1px solid #F5F5F5;
}


@media screen and (min-width: 1200px) {
    .h-lg-100 {
        height: 100%
    }
}

@media screen and (min-width: 992px) {
    .merchant .order-card:not(:first-child) .order-summary .order-summary-name::before,
    .merchant .order-card:not(:first-child) .order-summary .order-summary-number::before,
    .merchant .order-card:not(:first-child) .order-summary .order-summary-time::before,
    .merchant .order-card:not(:first-child) .order-summary .order-summary-status::before,
    .merchant .order-card:not(:first-child) .order-summary .order-summary-total::before,
    .merchant .order-card:not(:first-child) .order-summary .order-summary-action::before {
        display: none;
    }
}

@media screen and (max-width: 991px) {

    .merchant .order-summary .order-summary-name {
        text-align: center;
    }

    .merchant .order-summary .order-summary-name,
    .merchant .order-summary .order-summary-number,
    .merchant .order-summary .order-summary-time,
    .merchant .order-summary .order-summary-status,
    .merchant .order-summary .order-summary-total,
    .merchant .order-summary .order-summary-action {
        margin-top: 1rem;
    }

        .merchant .order-summary .order-summary-name::before,
        .merchant .order-summary .order-summary-number::before,
        .merchant .order-summary .order-summary-time::before,
        .merchant .order-summary .order-summary-status::before,
        .merchant .order-summary .order-summary-total::before,
        .merchant .order-summary .order-summary-action::before {
            position: relative;
            top: 0;
        }

        .merchant .order-summary .order-summary-name > div,
        .merchant .order-summary .order-summary-number > div,
        .merchant .order-summary .order-summary-time > div,
        .merchant .order-summary .order-summary-status > div,
        .merchant .order-summary .order-summary-total > div,
        .merchant .order-summary .order-summary-action > div {
            height: auto;
        }
}

@media screen and (max-width: 767px) {
    .merchant.style-two .more-details .order-thumbnail {
        height: 77px;
        margin: 0 auto 15px;
    }

    .merchant .more-details .row:not(:first-child) {
        padding-top: 40px !important;
        border-top: 1px solid #23c6e9;
        margin-top: 20px;
    }

    .merchant.style-two .more-details .order-details {
        margin-bottom: 30px;
    }

    .merchant .more-details .order-status, .merchant .more-details .order-price, .merchant .more-details .order-action {
        min-height: 65px;
    }

    .merchant .order-summary {
        place-items: flex-start;
    }

        .merchant .order-summary div:before {
            font-size: 11px;
        }

        .merchant .order-summary div {
            font-size: 10px;
        }

    .merchant .order-list.mt-5-5 {
        margin-top: 1.5rem;
    }
}

.merchant .order-card .more-details-card {
    background-color: #F5F5F5;
    border-radius: 5px;
    position: relative;
}

    .merchant .order-card .more-details-card input {
        position: absolute;
        width: 100%;
        z-index: 1000;
        opacity: 0;
        cursor: pointer;
        min-height: 40px;
    }

        .merchant .order-card .more-details-card input:checked + .show-more svg {
            transform: rotate(180deg);
            transition: all 0.5s ease-in-out;
        }

        .merchant .order-card .more-details-card input:checked + .show-more + .more-details {
            height: 100%;
            padding: 4rem 1rem 2rem !important;
            transition: all 0.5s ease-in-out;
        }

.merchant .order-card .show-more {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 1rem;
    pointer-events: none;
}

    .merchant .order-card .show-more p {
        margin: 0;
        margin-right: 1rem;
    }

.merchant .more-details .order-thumbnail,
.merchant .more-details .order-details,
.merchant .more-details .current-order-status,
.merchant .more-details .order-price,
.merchant .more-details .order-action {
    position: relative;
}

    .merchant .more-details .order-thumbnail::before,
    .merchant .more-details .order-details::before,
    .merchant .more-details .current-order-status::before,
    .merchant .more-details .order-price::before,
    .merchant .more-details .order-action::before {
        content: attr(data-title) " ";
        position: absolute;
        top: -30%;
        font-weight: bolder;
        width: 100%;
        left: 0;
        text-align: center;
        text-transform: uppercase;
    }

@media screen and (max-width: 767px) {
    .merchant .more-details .order-thumbnail::before,
    .merchant .more-details .order-details::before,
    .merchant .more-details .current-order-status::before,
    .merchant .more-details .order-price::before,
    .merchant .more-details .order-action::before {
        /*display: none;*/
    }
}

.merchant .more-details .order-action div, .merchant .tab-pane .order-status, .merchant .tab-pane .current-order-status {
    color: #000;
    font-weight: normal;
}

.merchant .more-details {
    align-items: center;
    padding: 0 !important;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

    .merchant .more-details .row:not(:first-child) > div:before {
        display: none;
    }

    .merchant .more-details .order-thumbnail {
        align-self: stretch;
    }

        .merchant .more-details .order-thumbnail div {
            border-radius: 8px;
            background-color: #fff;
        }

    .merchant .more-details .order-details {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .merchant .more-details .order-action {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        font-weight: bold;
    }

    .merchant .more-details .order-details div, .merchant .more-details .order-price div {
        color: #12102b;
    }

    .merchant .more-details .order-details div, .merchant .more-details .order-status div, .merchant .more-details .order-price div, .merchant .more-details .order-action div {
        border-color: transparent !important;
    }

    .merchant .more-details .order-details, .merchant .more-details .order-status, .merchant .more-details .order-price, .merchant .more-details .order-action {
        background-color: #fff;
        padding-top: 3rem;
        padding-bottom: 3rem;
        align-self: stretch;
    }

    .merchant .more-details .order-status, .merchant .more-details .order-price {
        border-right: 1px solid #F5F5F5;
    }

        .merchant .more-details .order-details div, .merchant .more-details .order-status div, .merchant .more-details .order-price div, .merchant .more-details .order-action div {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

.arrow_box {
    position: relative;
    background: transparent;
    min-height: 100px;
    width: 100%;
}

    .arrow_box:after, .arrow_box:before {
        bottom: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after {
        border-color: rgba(231, 32, 74, 0);
        border-bottom-color: #23C6E9;
        border-width: 10px;
    }

    .arrow_box:before {
        border-color: rgba(0, 0, 0, 0);
        border-width: 23px;
        margin-left: -23px;
    }

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.account-info .top--5 {
    position: relative;
    margin-top: -5rem;
    margin-bottom: 3rem;
}

    .account-info .top--5 #wanning {
        position: absolute;
        top: 75%;
        left: 0;
        color: red;
    }

.profile-picture {
    width: 100px;
    margin: auto;
    height: 100px;
    display: flex;
    transform: translateY(-50%);
    margin-bottom: 2rem;
}

    .profile-picture .img-circle {
        height: 100%;
        box-shadow: 0px 3px 10px 0px #f8f9fa;
    }

.history-header {
    margin-top: -5rem;
    margin-bottom: 2rem;
}

.history-table {
    padding: 2rem 0;
    border: 0;
}

    .history-table::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .history-table::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background-color: #F5F5F5;
    }

    .history-table::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
        background-color: rgba(85,85,85,0.5);
    }

    .history-table .table, .history-table th {
        text-align: center;
        border-collapse: separate;
        border-spacing: 0 2rem;
    }

    .history-table th {
        border: 0 !important;
    }

    .history-table td {
        border: 1px solid rgba(112, 112, 112, 0.2) !important;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

        .history-table td:first-child {
            border-bottom-left-radius: 0.5rem;
            border-top-left-radius: 0.75rem;
            border-right: 0 !important;
        }

        .history-table td:nth-child(3) {
            border-left: 0 !important;
            border-right: 0 !important;
        }

        .history-table td:last-child {
            border-bottom-right-radius: 0.5rem;
            border-top-right-radius: 0.75rem;
            border-left: 0 !important;
        }

    .history-table .load-more-history {
        position: absolute;
        left: 0;
        width: 100%;
    }

    .history-table .load-more__btn .main-action {
        margin-bottom: 0;
    }

@media screen and (max-width: 1024px) {
    .w-sm-75 {
        width: 75% !important;
    }
}

@media screen and (max-width: 991px) {
    .history-header {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .order-confirm h2 {
        max-width: 70%;
    }

    .w-xs-100 {
        width: 100% !important;
    }

    .authentication-card {
        margin-top: 5rem;
    }

        .authentication-card .nav-tabs {
            margin-bottom: 2rem;
        }
}

@media screen and (max-width: 767px) {
    .tab-pane .order-details .border:first-child {
        border-top-right-radius: 5px;
    }

    .tab-pane .order-details .border:last-child {
        border-radius: 0;
        border-bottom: 0;
    }

    .tab-pane .order-status .border {
        border-left: 1px solid rgba(112,112,112,0.2);
        border-bottom-left-radius: 5px;
    }

    .tab-pane .order-price .border {
        border-top-right-radius: 0;
    }

    .tab-pane .order-status .border, .tab-pane .order-price .border {
        padding: 0.5em;
    }

    .tab-pane .order-action .border {
        border-top-right-radius: 0;
    }

    .history-header {
        flex-direction: column;
        align-items: flex-start;
    }

        .history-header .ml-auto {
            margin: 0 !important;
        }

    .merchant .more-details .row:not(:first-child) > div:before {
        display: inline-block;
    }

    .merchant .more-details .row:not(:first-child) {
        margin-top: 30px;
    }
}

@media screen and (min-width: 500px) {
    .order-details {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .merchant.style-two .more-details .order-details {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 425px) {
    .p-xs-2 {
        padding: 0.5em !important;
    }

    .p-xs-top-4 {
        padding-top: 1.5em !important;
    }

    .p-bottom {
        padding-bottom: 1.5em !important;
    }

    .order-details {
        font-size: 12px;
    }

    .order-status {
        font-size: 9px !important;
    }

    .order-price {
        font-size: 10px !important;
    }

    .order-details {
        font-size: 12px;
    }

    .order-confirm {
        top: -20px;
    }

        .order-confirm h2 {
            max-width: 90%;
            font-size: 17px;
        }

    .receipt-container {
        padding: 2em 1em !important;
    }

    .order-info .p-5 {
        padding: 1em !important;
    }

    .tab-pane img {
        max-width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .float-xs-left {
        float: left;
    }
}

@media screen and (max-width: 320px) {
    .ml--1 {
        margin-left: -1px;
    }

    .dropdown-menu {
        width: 280px;
        min-width: 280px;
    }

    .table .tr .td:first-child {
        width: 100px;
        margin-right: 0.5em;
    }

    .products-list .col-xs-4.border-right-0 {
        margin-left: -1px;
    }

    .total {
        font-size: 14px;
    }

    .order-info h4 {
        font-size: 18px;
    }

    .order-info .price {
        font-size: 25px;
    }
}

@media screen and (max-width: 300px) {
    .ml--1 {
        margin-left: -1px;
    }

    .products-list .col-xs-4.border-right-0 {
        margin-left: -1px;
    }
}

.breadcrumb {
    background-color: transparent;
    display: flex;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 0;
}

    .breadcrumb .active {
        color: #23C6E9;
    }

.product-details .related-products {
    margin-top: 15rem;
    margin-bottom: 5rem;
}

    .product-details .related-products h3 {
        text-align: center;
        font-family: 'QueenCamelotItalic';
        margin-bottom: 3rem;
    }

.product-details .product-info-block .action-block select {
    max-width: 240px;
    cursor: pointer;
}

.position-absolute {
    position: absolute;
}

.merchant .panel-title {
    font-family: 'QueenCamelotItalic';
    font-size: 30px;
}

    .merchant .panel-title span {
        color: #23C6E9;
        font-family: 'QueenCamelotItalic';
    }

.merchant .panel {
    margin-top: 5rem;
}

.merchant .panel-body {
    padding: 5rem 15px;
}

.merchant .panel-tabs.side-menu li {
    width: 100%;
    text-align: left;
    margin-right: 0;
    margin-bottom: 1rem;
}

    .merchant .panel-tabs.side-menu li a {
        padding: 1.5rem 2rem !important;
    }

@media screen and (max-width: 991px) {
    .merchant .panel-tabs.side-menu li {
        width: auto;
        margin-right: 1rem;
    }
}

.merchant .panel-tabs {
    clear: both;
    border-bottom: 1px solid transparent;
}

.merchant .panel-primary > .panel-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.merchant .panel-primary > .panel-heading, .merchant .panel-primary {
    color: #12102B;
    background-color: transparent;
    border-color: transparent;
}

.merchant .panel-tabs > li {
    float: left;
    margin-bottom: -1px;
    background: #F9F9F9;
    margin-right: 1rem;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
    margin-bottom: 0.5rem;
}

    .merchant .panel-tabs > li > a {
        display: block;
        line-height: .85;
        padding: 1.25rem !important;
        color: #12102B;
        width: 100%;
        height: 100%;
    }

        .merchant .panel-tabs > li > a:hover {
            border-color: transparent;
            color: #ffffff;
            background-color: transparent;
        }

    .merchant .panel-tabs > li.active,
    .merchant .panel-tabs > li:hover,
    .merchant .panel-tabs > li:focus {
        background: rgb(18,16,43);
        background: linear-gradient(45deg, rgba(18,16,43,1) 0%, rgba(231,32,74,1) 100%);
    }

        .merchant .panel-tabs > li.active a,
        .merchant .panel-tabs > li:hover a,
        .merchant .panel-tabs > li:focus a {
            color: #fff;
            background: transparent;
        }

.merchant .nav-tabs > li > a,
.merchant .nav-tabs > li > a:hover,
.merchant .nav > li > a:focus {
    background: transparent;
}

.merchant-pane .chart-card {
    color: #12102b;
    stroke: #12102b;
    background: #12102b38;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 1.5rem;
    border-radius: 5px;
    border: 0;
    margin-top: 1rem;
}

    .merchant-pane .chart-card.green {
        color: #36D576;
        stroke: #36D576;
        background: #EAFBF1;
    }

    .merchant-pane .chart-card.red {
        color: #F12E45;
        stroke: #F12E45;
        background: #FEE9EC;
    }

    .merchant-pane .chart-card.purple {
        color: #8C5BD8;
        stroke: #8C5BD8;
        background: #F3EEFB;
    }

    .merchant-pane .chart-card.blue {
        color: #008CFF;
        stroke: #008CFF;
        background: #E5F3FF;
    }

    .merchant-pane .chart-card .title {
        font-size: 20px;
    }

    .merchant-pane .chart-card .total {
        font-size: 24px;
        font-weight: bold;
        margin-top: 1rem;
    }

.merchant-pane h3 {
    font-family: 'QueenCamelotItalic';
}

.merchant-pane .table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

    .merchant-pane .table > thead > tr > th {
        color: #555555;
        border-bottom: 0;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
    }

    .merchant-pane .table > tbody > tr > td {
        max-width: 200px;
        border-width: 1px 0;
        border-color: rgba(191,191,191,0.2);
        border-style: solid;
        vertical-align: middle;
    }

        .merchant-pane .table > tbody > tr > td:first-child {
            border-left-width: 1px;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .merchant-pane .table > tbody > tr > td:last-child {
            border-right-width: 1px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .merchant-pane .table > tbody > tr > td .label {
            color: #12102b;
            stroke: #12102b;
            background: #12102b38;
            width: 100%;
            display: block;
            border-radius: 50px;
            padding: 0.5rem 1rem;
            font-size: 12px
        }

            .merchant-pane .table > tbody > tr > td .label.new {
                color: #008CFF;
                stroke: #008CFF;
                background: #E5F3FF;
            }

            .merchant-pane .table > tbody > tr > td .label.processing {
                color: #F12E45;
                stroke: #F12E45;
                background: #FEE9EC;
            }

            .merchant-pane .table > tbody > tr > td .label.completed {
                color: #36D576;
                stroke: #36D576;
                background: #EAFBF1;
            }


@media screen and (max-width: 568px) {
    .merchant-pane .table {
        border-spacing: 0 50px;
    }

        .merchant-pane .table > tbody > tr > td {
            max-width: 100%;
        }

        .merchant-pane .table > tbody > tr > td {
            border-top: 0;
        }

            .merchant-pane .table > tbody > tr > td:first-child {
                border-radius: 0;
                border-left-width: 0;
            }

            .merchant-pane .table > tbody > tr > td:last-child {
                border-radius: 0;
                border-right-width: 0;
            }
}

.merchant-pane .table.best-sellers > tbody > tr > td {
    max-width: unset;
}

.merchant-pane .section-card {
    border: 1px solid rgba(151,151,151,0.2);
    border-radius: 5px;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
}

.merchant .box {
    display: block;
    overflow: hidden;
    height: 100%;
}

.merchant .upload-options {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    background-color: #F1F1F1;
    border-radius: 50px;
    margin-bottom: 0.5rem;
    padding: 0.7rem 0;
}

    .merchant .upload-options input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .merchant .upload-options label {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #12102B;
        font-weight: 400;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
        margin: 0;
    }

        .merchant .upload-options label span {
            display: inline-block;
            width: 50%;
            height: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            vertical-align: middle;
            text-align: center;
        }

            .merchant .upload-options label span:hover i.material-icons {
                color: lightgray;
            }

.merchant .js--image-preview img {
    object-fit: contain;
    height: 100%;
    padding: 1rem;
}

.merchant .js--image-preview {
    width: 100%;
    min-height: 100px;
    height: 75%;
    position: relative;
    overflow: hidden;
    /*background-image: url("");*/
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px dashed rgba(112,112,112,0.6);
    border-radius: 5px;
}

    .merchant .js--image-preview::after {
        content: "photo_size_select_actual";
        font-family: "Material Icons";
        position: absolute;
        font-size: 4.5em;
        color: #e6e6e6;
        top: 50%;
        left: 50%;
        z-index: 0;
        transform: translate(-50%, -50%);
    }

    .merchant .js--image-preview.js--no-default::after {
        display: none;
    }

    .merchant .js--image-preview:nth-child(2) {
        background-image: url("http://bastianandre.at/giphy.gif");
    }

.merchant i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.merchant .drop {
    display: block;
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
}

.merchant .animate {
    -webkit-animation: ripple 0.4s linear;
    animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.merchant .main-action, .merchant .btn {
    font-size: 16px;
    padding: 1.5rem 5rem;
    border: 1px solid transparent;
}

    .merchant .btn:focus {
        outline: none;
    }

.merchant .btn {
    border-radius: 50px;
    border: 1px solid #707070;
    background: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.dropzone {
    border: 2px solid #F1F1F1;
    background: #F1F1F1;
    border-radius: 5px;
    margin-top: 1rem;
}

.dz-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .dz-message span {
        margin-top: 2rem;
        font-family: 'QueenCamelotItalic';
        font-size: 18px;
    }

.merchant .nav-tabs.colored > li > a, .merchant .nav-tabs.colored > li > a:hover, .merchant .nav.colored > li > a:focus {
    background-color: #12102B;
    font-family: 'Queen of Camelot';
}

.merchant .nav-tabs.colored > li.active > a, .merchant .nav-tabs.colored > li.active > a:hover, .merchant .nav.colored > li.active > a:focus {
    background-color: #23C6E9;
}
