:root {
    --primary-color: #0062cc; /* Blue from the logo */
    --secondary-color: #fff; /* White for highlights */
    --accent-color: #059b05;
    --background-color: #F9F9F9; /* Light background */
    --text-color: #333333; /* Dark text */
    --font-family: 'Tajawal', sans-serif;
    --button-radius: 5px;
    --primary-disabled-color: #A0C0A0;
    --transition-speed: 0.3s;
    --border-color: #ced4da;
    --white: #fff;
}
html, body {
    font-family: 'Tajawal', sans-serif !important;
    background: #fff;
    font-size: 100%;
}

.form-row > .col, .form-row > [class*=col-] {
    margin-bottom: 1rem;
}

.input-group-text {
    height: calc(1.5em + 0.75rem + 2px);
}

label {
    color: #000000;
}

svg {
    width: 20px;
    height: 20px;
    fill: #6c757d;
    vertical-align: inherit;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.ltr {
    direction: ltr;
    text-align: left;
}

.rtl {
    direction: rtl;
    text-align: right;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

button {
    background-color: #1C95C0;
}

a {
    color: #1e95bf;
}

    a:hover {
        text-decoration: none;
    }

.btn-primary {
    color: #fff;
    background-color: #1e95bf;
    border-color: #1e95bf;
}

    .btn-primary:hover {
        background-color: #fff;
        color: #1e95bf;
        border-color: #1e95bf;
    }

h4, h5, h6,
h1, h2, h3 {
    margin-top: 0;
}

ul, ol {
    margin: 0;
}

p {
    margin: 0;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.navbar-brand {
    float: left;
    margin-right: 2%;
}

    .navbar-brand img {
        height: 5rem;
        margin: 0 2rem;
    }

.menu {
    float: left;
    margin: 17px 0 0;
}

    .menu li {
        display: inline-block;
    }

        .menu li a {
            display: block;
            font-size: 0.8125em;
            padding: 5px 20px;
            color: #333;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-weight: 600;
        }

            .menu li a:hover, .menu li.active a {
                color: #ddd;
                background-color: unset;
            }

#nav .current a {
    color: red;
}

.toggleMenu {
    display: none;
    padding: 4px 5px 0px 5px;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
}

@media screen and (max-width:800px) {
    .active {
        display: block;
    }

    .menu li a {
        text-align: left;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .nav {
        list-style: none;
        width: 95%;
        position: absolute;
        right: 20px;
        background: #222;
        top: 72px;
        z-index: 111;
    }

        .nav:after {
            content: '';
            position: absolute;
            right: 18px;
            top: -9px;
            border-left: 10px solid rgba(0, 0, 0, 0);
            border-right: 10px solid rgba(0, 0, 0, 0);
            border-bottom: 10px solid #333;
        }

    .menu li a span.messages {
        text-align: center;
        top: 15px;
    }

    .nav li ul {
        width: 100%;
    }

    .menu ul {
        margin: 0;
    }

    .nav > li.hover > ul {
        width: 100%;
    }

    .nav > li {
        float: none;
        display: block;
    }

    .nav ul {
        display: block;
        width: 100%;
    }

    .nav > li.hover > ul, .nav li li.hover ul {
        position: static;
    }

    .nav li a {
        border-top: 1px solid #333;
    }

    .nav li:first-child a {
        border-top: none;
    }
}

.header_right {
    float: right;
    width: 6%;
    margin-top: 16px;
}

.sb-search {
    position: absolute;
    top: 7px;
    right: 0px;
    width: 0%;
    min-width: 45px;
    height: 45px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    left: 0px;
    border: none;
    outline: none;
    background: #1e95bf;
    width: 100%;
    height: 45px;
    margin: 0;
    z-index: 10;
    padding: 5px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
}

    .sb-search-input::-webkit-input-placeholder {
        color: #ffffff;
    }

    .sb-search-input:-moz-placeholder {
        color: #ffffff;
    }

    .sb-search-input::-moz-placeholder {
        color: #efb480;
    }

    .sb-search-input:-ms-input-placeholder {
        color: #ffffff;
    }

.sb-icon-search, .sb-search-submit {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #1e95bf url('../images/img-sprite.png') no-repeat 0px 1px;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    -webkit-appearance: none;
}

.sb-icon-search {
    color: #FFF;
    background: #1e95bf url('../images/img-sprite.png') no-repeat 0px 1px;
    z-index: 90;
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
    width: 30%;
}

    .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
        background: #c0c0c0 url('../images/img-sprite.png') no-repeat 0px 1px;
        color: #fff;
        z-index: 11;
    }

    .sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
        z-index: 90;
    }
/* start icon styles */
.icon1:before, .icon1:after {
    content: "";
    display: table;
}

.icon1:after {
    clear: both;
}

ul.icon1 {
    float: left;
    zoom: 1;
    list-style: none;
    padding: 0;
    margin-left: 25%;
}

.icon1 li {
    float: left;
    position: relative;
}

    .icon1 li:last-child {
        border-right: none;
    }

    .icon1 li:hover > a {
        color: #fafafa;
    }

.icon1 ul {
    width: 300px;
    margin: 20px 0 0 0;
    _margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 67px;
    z-index: 1;
    right: -140px;
    background: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 10px #AAA;
    -webkit-box-shadow: 0 0 10px #AAA;
    -moz-box-shadow: 0 0 10px #AAA;
}

.icon1 li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
    z-index: 9999;
}

.icon1 ul ul {
    top: 6px;
    left: 158px;
    margin: 0 0 0 20px;
}

.icon1 ul li {
    /*--float: none;--*/
    display: block;
    border: 0;
}

    .icon1 ul li:first-child {
        border-top: none;
    }

        .icon1 ul li:first-child a {
            border-top-left-radius: 5px;
            -webkit-border-top-left-radius: 5px;
        }

    .icon1 ul li:last-child {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.icon1 ul a {
    _height: 10px; /*IE6 only*/
    white-space: nowrap;
    float: none;
    text-transform: none;
}

.active-icon {
    display: block;
}

.icon1 ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 45%;
    top: -30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0;
}

.icon1 ul ul li:first-child a:after {
    left: -100px;
    top: 0%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #323757;
}
/* Mobile */
.icon1-trigger {
    display: none;
}

.sub-icon1 img {
    border: none;
    display: inline-block;
    vertical-align: middle;
}

li.list_img {
    float: left;
    width: 26%;
}

.login_buttons {
    margin-top: 23%;
}

li.list_desc {
    float: left;
    width: 50%;
}

    li.list_desc h4 a {
        color: #000;
        font-size: 0.85em;
        text-decoration: none;
        font-weight: 600;
    }

        li.list_desc h4 a:hover {
            color: red;
        }

.c1 {
    margin: 0 -2rem;
    width: 22px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.active-icon svg {
    width: 22px;
    height: 24px;
}

.icon1 .profile_img {
    margin-top: 3px;
}

.sub-icon1 ul li h3 {
    text-align: center;
    font-size: 18px;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 4%;
}

.sub-icon1 ul li p {
    text-align: center;
    font-size: 0.8125em;
    color: #555;
    line-height: 1.5em;
    margin: 2% 0;
}

.sub-icon1.list {
    padding: 20px;
}

.sub-icon1 ul li p a {
    color: #00405d;
}

    .sub-icon1 ul li p a:hover {
        color: #555555;
        text-decoration: underline;
    }

.product_control_buttons {
    float: right;
}

    .product_control_buttons a:hover {
        opacity: 0.5;
    }

.button {
    text-align: center;
}

    .button a {
        color: #fff;
        font-size: 0.85em;
        text-transform: uppercase;
        font-weight: 800;
        text-decoration: none;
        margin-left: 45%;
        border: none;
        cursor: pointer;
        padding: 15px 30px;
        display: inline-block;
        outline: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: #1C95C0;
    }

        .button a:hover {
            background: #222;
        }

.login_button {
    float: right;
}

    .login_button a {
        color: #fff;
        font-size: 0.85em;
        text-transform: uppercase;
        font-weight: 600;
        text-decoration: none;
        border: none;
        cursor: pointer;
        padding: 8px 15px;
        display: inline-block;
        outline: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: #000;
        margin: 10px 0 0;
    }

        .login_button a:hover {
            background: #555;
        }

.check_button {
    float: left;
}

    .check_button a {
        color: #fff;
        font-size: 0.85em;
        text-transform: uppercase;
        font-weight: 600;
        text-decoration: none;
        border: none;
        cursor: pointer;
        padding: 8px 15px;
        display: inline-block;
        outline: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: #000;
        margin: 10px 0 0;
    }

        .check_button a:hover {
            background: #555;
        }

.content-top {
    padding: 10% 0 0 0;
}

h1, h2 {
    color: #000;
    font-size: 3em;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5%;
}

.content-top p {
    color: #000;
    font-size: 0.95em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1%;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item > img {
        width: 100%;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 210px;
        max-height: 417px;
    }
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 140px;
    height: 245px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: 205px;
    background: url(../images/img-sprite.png) no-repeat -110px 1px;
}

.nbs-flexisel-nav-right {
    right: 205px;
    background: url(../images/img-sprite.png) no-repeat -254px 1px;
}

.content-bottom {
    width: 100%;
    background: url(../images/bg_image.jpg)no-repeat center top;
    background-size: cover;
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    padding: 15% 0;
}

    .content-bottom .container {
        background: #ffc10721;
    }

        .content-bottom .container .row {
            background: #33333375;
            padding: 2rem;
        }

.content_bottom-text h3 {
    color: #FFF;
    font-size: 3em;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 2% 0 10%;
}

p.m_1 {
    color: #FFF;
    line-height: 2.2em;
    margin-bottom: 6%;
    font-weight: bold;
    padding: 1rem;
}

p.m_2 {
    color: #FFF;
    font-size: 0.85em;
    line-height: 2.2em;
}

.features {
    padding: 8% 0;
}

h3.m_3 {
    color: #000;
    font-size: 3em;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2%;
}

.close_but {
    text-align: center;
    margin-bottom: 6%;
}

i.close1 {
    width: 46px;
    height: 42px;
    background: url(../images/img-sprite.png)-196px -269px;
    display: inline-block;
}

.top_box img {
    height: 11rem !important;
}

.nav dl li {
    margin: 3px 5px;
    cursor: pointer;
}

.nav li dl {
    float: unset;
}

#currencies .symbol {
    margin: 0 5px;
    color: green;
}

.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .view .mask, .view .content {
        width: 263px;
        height: 200px;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .view img {
        display: block;
        position: relative;
    }

    .view h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.8);
        margin: 20px 0 0 0;
    }

    .view p {
        font-style: italic;
        font-size: 12px;
        position: relative;
        color: #fff;
        padding: 10px;
        text-align: center;
    }

    .view a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        background: #000;
        color: #fff;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 1px #000;
        -moz-box-shadow: 0 0 1px #000;
        box-shadow: 0 0 1px #000;
    }

        .view a.info:hover {
            -webkit-box-shadow: 0 0 5px #000;
            -moz-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
        }
/* NINTH EXAMPLE*/
.view-ninth .mask-1, .view-ninth .mask-2 {
    background-color: rgba(0, 0, 0, 0.5);
    height: 361px;
    width: 361px;
    background: rgba(3, 151, 63, 0.5);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}

.view-ninth .mask-1 {
    left: auto;
    right: 0;
    -webkit-transform: rotate(56.5deg) translateX(-180px);
    -moz-transform: rotate(56.5deg) translateX(-180px);
    -o-transform: rotate(56.5deg) translateX(-180px);
    -ms-transform: rotate(56.5deg) translateX(-180px);
    transform: rotate(56.5deg) translateX(-180px);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.view-ninth .mask-2 {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(56.5deg) translateX(180px);
    -moz-transform: rotate(56.5deg) translateX(180px);
    -o-transform: rotate(56.5deg) translateX(180px);
    -ms-transform: rotate(56.5deg) translateX(180px);
    transform: rotate(56.5deg) translateX(180px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.view-ninth .content {
    background: rgba(0, 0, 0, 0.9);
    height: 0;
    opacity: 0.5;
    width: 263px;
    overflow: hidden;
    -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
    -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
    -o-transform: rotate(-33.5deg) translate(-112px, 166px);
    -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
    transform: rotate(-33.5deg) translate(-112px, 166px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}

.view-ninth h2 {
    background: transparent;
    margin-top: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.view-ninth a.info {
    display: none;
}

.view-ninth:hover .content {
    height: 120px;
    width: 263px;
    opacity: 0.9;
    top: 22px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
}

.view-ninth:hover .mask-1, .view-ninth:hover .mask-2 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.view-ninth:hover .mask-1 {
    -webkit-transform: rotate(56.5deg) translateX(1px);
    -moz-transform: rotate(56.5deg) translateX(1px);
    -o-transform: rotate(56.5deg) translateX(1px);
    -ms-transform: rotate(56.5deg) translateX(1px);
    transform: rotate(56.5deg) translateX(1px);
}

.view-ninth:hover .mask-2 {
    -webkit-transform: rotate(56.5deg) translateX(-1px);
    -moz-transform: rotate(56.5deg) translateX(-1px);
    -o-transform: rotate(56.5deg) translateX(-1px);
    -ms-transform: rotate(56.5deg) translateX(-1px);
    transform: rotate(56.5deg) translateX(-1px);
}

h4.m_4 {
    margin-top: 10%;
}

    h4.m_4 a {
        color: #000;
        font-size: 1em;
        text-decoration: none;
        font-weight: 600;
    }

        h4.m_4 a:hover {
            color: #444;
        }

p.m_5 {
    color: #222;
    font-size: 0.85em;
}
/*--footer--*/
.footer {
    background: #1c95c0;
    padding: 5% 0;
    margin-top: 1rem;
}

ul.footer_box {
    list-style: none;
    padding: 0;
}

    ul.footer_box h4 {
        color: #fff;
        font-size: 1.1em;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 8%;
    }

    ul.footer_box li a {
        color: #f8f9fa;
        font-size: 0.8125em;
        text-decoration: none;
        line-height: 2em;
    }

        ul.footer_box li a:hover {
            color: #fff;
        }

.footer_search {
    margin-top: 10%;
    width: 100%;
    position: relative;
}

    .footer_search input[type="text"] {
        outline: none;
        padding: 12px 15px;
        outline: none;
        color: #202020;
        background: #FFF;
        border: none;
        width: 74%;
        line-height: 1.5em;
        font-size: 0.8125em;
    }

    .footer_search input[type="submit"] {
        background: #C7C7C7;
        padding: 9px 19px;
        border: none;
        cursor: pointer;
        position: absolute;
        line-height: 1.6em;
        font-size: 1em;
        color: #000;
        font-weight: 800;
        outline: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .footer_search input[type="submit"]:hover {
            background: #222;
            color: #fff;
        }

ul.social {
    list-style: none;
    padding: 0;
}

    ul.social li {
        display: inline-block;
        margin-top: 0px;
        margin: 8px;
    }

        ul.social li a span:hover {
            opacity: 0.5;
        }

.shop_top ul.social li a svg:hover {
    transition: all 0.2s ease-in-out;
    fill: #1e95bf;
}

li.facebook a span {
    height: 25px;
    width: 25px;
    display: block;
    background: url(../images/img-sprite.png)no-repeat -256px -276px;
}

li.twitter a span {
    height: 25px;
    width: 25px;
    display: block;
    background: url(../images/img-sprite.png)no-repeat -298px -276px;
}

li.instagram a span {
    height: 25px;
    width: 25px;
    display: block;
    background: url(../images/img-sprite.png)no-repeat -346px -276px;
}

li.pinterest a span {
    height: 25px;
    width: 25px;
    display: block;
    background: url(../images/img-sprite.png)no-repeat -391px -276px;
}

li.youtube a span {
    height: 25px;
    width: 47px;
    display: block;
    background: url(../images/img-sprite.png)no-repeat -437px -276px;
}

.footer_bottom p {
    font-size: 0.8125em;
    font-weight: 600;
    color: #B8B6B6;
    text-align: center;
}

    .footer_bottom p a {
        color: #fff;
    }

.footer_bottom {
    padding: 0 2%;
}
/*--shop--*/
.new-box {
    right: 10px;
}

.new-label {
    font-size: 1rem;
    color: #FFF;
    background: #FFAF02;
    text-transform: uppercase;
    padding: 9px;
    text-align: center;
    display: block;
    min-width: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-top-left-radius: 5px;
}

.shop_box {
    position: relative;
    margin-bottom: 1.5rem;
    text-align: center;
    padding: 0.5rem;
    background: #fcfcfc;
}

    .shop_box img {
        max-width: 100%;
        max-height: 30rem;
    }

.shop_desc h3 {
    margin-bottom: 5px;
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 2% 0 0 0;
}

.shop_desc p {
    color: #555;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0;
}

span.reducedfrom {
    text-decoration: line-through;
    margin-right: 8%;
    color: #888;
}

span.actual {
    color: #7DB122;
    font-size: 1em;
    color: #000
}

ul.buttons {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.shop_btn {
    float: right;
}

    .shop_btn a, .cart a:not(.btn-lg) {
        color: #1e95bf;
        font-size: 0.8125em;
        text-transform: uppercase;
        font-weight: 600;
        text-decoration: none;
    }

        .shop_btn a:hover {
            color: #E92546;
        }
.shop_box-top {
    margin-bottom: 5%;
    margin-top: 3rem;
    border-radius: 10px 10px 0 0;
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: red;
    padding-right: .25rem;
    font-weight: 600;
}

.mobileBackBtn {
    display: none;
}

.team_box {
    margin-bottom: 5%;
}

ul.team_list {
    padding: 0;
    list-style: none;
}

    ul.team_list h4 {
        color: #555;
        margin-bottom: 20px;
        font-size: 1.5em;
        line-height: 1.2;
        font-weight: normal;
        margin-top: 0px;
        letter-spacing: -1px;
        text-transform: uppercase;
    }

    ul.team_list li {
        list-style-image: url(../images/marker.png);
        margin: 0 0px 20px 15px;
    }

        ul.team_list li a {
            font-size: 0.85em;
            color: #222;
            text-transform: uppercase;
            text-decoration: none;
        }

            ul.team_list li a:hover {
                color: #444;
            }

        ul.team_list li p {
            color: #888;
            font-size: 0.85em;
            line-height: 1.5em;
        }

p.m_7 {
    color: #888;
    font-size: 0.85em;
    line-height: 1.5em;
    margin-bottom: 2%;
}

.team1 {
    margin-bottom: 2rem;
}

.img_section {
    position: relative;
}

    .img_section:hover, .shop_box:hover {
        box-shadow: 0px 7px 8px #817c7c80;
        transition: border-color 1s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .img_section img {
        width: 100%;
    }

.img_section_txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(5, 5, 5, 0.43);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 10px 14px 21px;
    color: #FFF;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.magnifier2:hover .img_section_txt {
    background: #1e95bf;
}

.ex_box {
    margin-bottom: 5%;
}

p.m_8 {
    color: #333;
    font-size: 0.85em;
    line-height: 1.8em;
    margin-bottom: 5%;
}

.address p {
    font-size: 0.85em;
    line-height: 2em;
}

    .address p span:hover {
        text-decoration: none;
    }

    .address p span {
        text-decoration: underline;
        color: #555;
        cursor: pointer;
    }

.contact {
    margin-top: 5%;
}

.to {
    float: left;
    width: 50%;
}

    .to input[type="text"] {
        padding: 10px;
        width: 95%;
        font-size: 0.85em;
        font-family: 'Open Sans', sans-serif;
        margin: 10px 0;
        border: none;
        color: #888;
        background: #F8F8F8;
        float: left;
        outline: none;
        border: 1px solid #DFE0E2;
    }

        .to input[type="text"]:hover, .text input[type="text"], .text textarea:hover {
            border-color: #E25050;
        }

.text {
    width: 50%;
    float: left;
}

    .text input[type="text"], .text textarea {
        width: 100%;
        font-size: 0.85em;
        margin: 10px 0;
        border: none;
        color: #888;
        font-family: 'Open Sans', sans-serif;
        outline: none;
        background: #F8F8F8;
        height: 100px;
        padding: 10px;
        resize: none;
        border: 1px solid #DFE0E2;
    }

.form-submit {
    float: right;
}

    .form-submit input[type="submit"] {
        color: #FFF;
        font-family: 'Open Sans', sans-serif;
        font-size: 0.95em;
        font-weight: normal;
        padding: 15px 40px;
        text-transform: uppercase;
        background: #E25050;
        display: inline-block;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        font-weight: 100;
        border: none;
        cursor: pointer;
        outline: none;
    }

        .form-submit input[type="submit"]:hover {
            background: #333;
        }
/*--single--*/
.single_image {
    width: 36.5%;
    float: left;
    margin-right: 2.6%;
}

.single_right {
    width: 60.5%;
    float: left;
}

    .single_right h3 {
        color: #222;
        font-size: 1.1em;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .single_right img {
        max-width: 100%;
    }

.btn1-default1 {
    outline: none;
    border: 1px solid #CACACA;
    background: #FFF;
    padding: 5px 10px;
    font-size: 0.85em;
}

.btn1-twitter:hover {
    color: #FFF;
    background-color: #00AAF0;
}

i.icon-twitter {
    height: 20px;
    width: 20px;
    background: url(../images/img-sprite.png)no-repeat -260px -318px;
    float: left;
    margin-right: 2px;
}

.btn1-twitter:hover i {
    background: url(../images/img-sprite.png)no-repeat -260px -341px;
}

i.icon-facebook {
    height: 20px;
    width: 20px;
    background: url(../images/img-sprite.png)no-repeat -292px -317px;
    float: left;
    margin-right: 2px;
}

.btn1-facebook:hover i {
    background: url(../images/img-sprite.png)no-repeat -292px -341px;
}

.btn1-facebook:hover {
    color: #FFF;
    background-color: #435F9F;
}

i.icon-google {
    height: 20px;
    width: 20px;
    background: url(../images/img-sprite.png)no-repeat -321px -317px;
    float: left;
    margin-right: 2px;
}

.btn1-google:hover i {
    background: url(../images/img-sprite.png)no-repeat -321px -341px;
}

.btn1-google:hover {
    color: #FFF;
    background-color: #E04B34;
}

i.icon-pinterest {
    height: 20px;
    width: 20px;
    background: url(../images/img-sprite.png)no-repeat -353px -318px;
    float: left;
    margin-right: 2px;
}

.btn1-pinterest:hover i {
    background: url(../images/img-sprite.png)no-repeat -353px -342px;
}

.btn1-pinterest:hover {
    color: #FFF;
    background-color: #CE1F21;
}

.social_buttons h4 {
    color: #08080B;
    font-weight: 700;
    font-size: 0.8125em;
    padding-bottom: 0.5em;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

p.m_10 {
    color: #333;
    font-size: 0.8125em;
    line-height: 1.8em;
    margin-bottom: 5%;
}

.btn_form {
    margin-bottom: 5%;
}

    .btn_form form input[type="submit"] {
        font-family: 'Open Sans', sans-serif;
        cursor: pointer;
        border: none;
        outline: none;
        display: inline-block;
        font-size: 0.85em;
        padding: 10px 30px;
        background: #333;
        color: #FFF;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .btn_form form input[type="submit"]:hover {
            background: #FFAF02;
        }

ul.add-to-links {
    margin-bottom: 3%;
    list-style: none;
    padding: 0;
}

    ul.add-to-links img {
        vertical-align: middle;
    }

    ul.add-to-links a {
        color: #000;
        font-size: 0.85em;
    }

ul.product-colors {
    list-style: none;
    padding: 0;
    margin-bottom: 5%;
}

.product-colors h3, .prosuct-qty span {
    color: #08080B;
    font-weight: 700;
    font-size: 0.8125em;
    padding-bottom: 0.5em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-colors li {
    display: inline-block;
}

    .product-colors li a span {
        width: 32px;
        height: 32px;
        display: inline-block;
    }

.color1 span {
    background: #45BF55;
}

.color2 span {
    background: #0AA5E2;
}

.color3 span {
    background: #EE82EE;
}

.color4 span {
    background: orange;
}

.color4 span {
    background: gray;
}

.color5 span {
    background: yellow;
}

.color6 span {
    background: red;
}

.box-info-product {
    background: #FFF;
    border: 1px solid #D2D0D0;
    border-top: 1px solid #B0AFAF;
    border-bottom: 1px solid #B0AFAF;
    padding: 7%;
    text-align: center;
}

p.price2 {
    color: #333;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 5%;
}

.prosuct-qty {
    margin-bottom: 1.5em;
    padding: 0;
}

    .prosuct-qty input {
        padding: 5%;
        font-size: 1em;
        outline: none;
        color: #000;
        font-weight: bold;
        background: transparent;
    }

.box-info-product .exclusive {
    border: none;
    outline: none;
    position: relative;
    display: block;
    background: #1e95bf;
}

    .box-info-product .exclusive span {
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        padding: 12px 36px 14px 60px;
        color: #FFF;
        display: block !important;
    }

    .box-info-product .exclusive:after {
        border-left: 1px solid #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 51px;
        content: "";
        width: 1px;
        z-index: 2;
    }

    .box-info-product .exclusive:before {
        background: url(../images/img-sprite.png)no-repeat -401px -308px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        color: #FFF;
        font-size: 25px;
        line-height: 47px;
        content: "";
        z-index: 2;
        width: 51px;
        text-align: center;
    }

.box-info-product .buyNow {
    border: none;
    outline: none;
    position: relative;
    display: block;
    background: #17a2b8;
    margin-top: 1rem;
    padding: 10px 20px;
    width: 99%;
}

    .box-info-product .exclusive:hover, .box-info-product .buyNow:hover {
        background: #303030;
        background-position: 0 0;
    }

.desc {
    margin-bottom: 5%;
}

    .desc h4 {
        color: #333;
        font-size: 1.5em;
        margin-bottom: 1%;
        text-transform: uppercase;
    }

    .desc p {
        color: #555;
        font-size: 0.85em;
        line-height: 1.8em;
    }

h4.m_11 {
    color: #333;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 0 1%;
    margin-bottom: 2%;
}

h4.m_12 {
    color: #08080B;
    font-weight: 700;
    font-size: 0.8125em;
    padding-bottom: 0.5em;
    display: block;
    text-transform: uppercase;
}

ul.options {
    list-style: none;
    padding: 0;
    margin-bottom: 7%;
}

    ul.options li {
        margin: 0 1% 0 0;
        display: inline-block;
    }

        ul.options li a {
            color: #000;
            font-size: 0.8125em;
            padding: 5px 10px;
            border: 1px solid #DFDDDD;
            text-decoration: none;
        }

            ul.options li a:hover {
                border: 1px solid #FFAF02;
            }
/*--checkout--*/
p.cart {
    color: #555;
    font-size: 0.85em;
    line-height: 1.8em;
}
/*--login--*/
.login-page {
    border-right: 1px solid #EEE;
    padding-right: 5%;
}

#Login {
    background: url('/images/BSNSWORLD_Pattern.png');
    padding-top: 2rem;
}

    #Login .welcomeArea {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        background-image: url(/images/logo.png);
    }

h4.title {
    color: #000;
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.2;
    font-weight: normal;
    margin-top: 0px;
    letter-spacing: -1px;
    text-transform: uppercase;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 13px;
}

.login-page p {
    color: #555;
    font-size: 0.85em;
    line-height: 1.8em;
}

.button1 input[type="submit"] {
    background: #000;
    border: none;
    color: #FFF;
    padding: 10px 20px;
    cursor: pointer;
    float: right;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    font-size: 1em;
}

    .button1 input[type="submit"]:hover {
        background: #555;
    }

#login-form label {
    color: #777;
    line-height: 2.8em;
    font-size: 0.95em;
    font-weight: 400;
    margin: 0;
    display: block;
}

input.inputbox, input.required, div.k2AccountPage input[type="text"] {
    background: #FFF;
    outline-color: #00BFF0;
    border: 1px solid #EEE;
    color: inherit;
    padding: 7px 20px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
}

.remember {
    margin-top: 6%;
}

p#login-form-remember {
    float: left;
}

fieldset.input input[type="submit"] {
    background: #000;
    border: none;
    color: #FFF;
    padding: 10px 30px;
    cursor: pointer;
    float: right;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    font-size: 1em;
}

    fieldset.input input[type="submit"]:hover {
        background: #555;
    }

#login-form label a {
    color: #777;
}

    #login-form label a:hover {
        color: #00BFF0;
    }

.button1 {
    float: right;
    margin-top: 8%;
}
/*--register--*/
.register-top-grid h3, .register-bottom-grid h3 {
    color: #000;
    font-size: 1em;
    padding-bottom: 5px;
    margin: 0;
}

.register-top-grid div, .register-bottom-grid div {
    width: 48%;
    float: left;
    margin: 10px 0;
}

.register-top-grid span, .register-bottom-grid span {
    color: #555;
    font-size: 0.8125em;
    padding-bottom: 0.2em;
    display: block;
    text-transform: uppercase;
}

.register-top-grid input[type="text"], .register-bottom-grid input[type="text"] {
    border: 1px solid #EEE;
    outline-color: #00BFF0;
    width: 96%;
    font-size: 1em;
    padding: 0.5em;
    font-family: 'Open Sans', sans-serif;
}

.checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 1.1em;
    line-height: 27px;
    cursor: pointer;
}

.checkbox {
    float: left;
    margin-left: 8px;
    position: relative;
    font-weight: 600;
}

    .checkbox:last-child {
        margin-bottom: 4px;
    }

    .checkbox:last-child {
        margin-bottom: 0;
    }

.news-letter {
    color: #555;
    font-weight: 600;
    font-size: 0.85em;
    margin-bottom: 1em;
    display: block;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    clear: both;
}

.checkbox i {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    border: 2px solid #DDD;
}

.checkbox input + i:after {
    content: '';
    background: url("../images/tick1.png") no-repeat 1px 2px;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

.checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.checkbox input {
    position: absolute;
    left: -9999px;
}

    .checkbox input:checked + i:after {
        opacity: 1;
    }

.news-letter:hover {
    color: #00BFF0;
}

.register-grids form input[type="submit"] {
    background: #E25050;
    color: #FFF;
    font-size: 0.8em;
    padding: 0.8em 2.2em;
    border: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
}

    .register-grids form input[type="submit"]:hover {
        background: #555;
    }

.swiper {
    width: 800px;
    height: 400px;
    width: 100%;
    margin: 0 auto;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.single_left .swiper-slide img {
    width: auto;
}

.swiper .title {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 25%;
    color: #fff;
    width: 100%;
    text-align: center;
}

.swiper .subtitle {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 60%;
    color: #fff;
    width: 100%;
    text-align: center;
}

.swiper .button a {
    margin: 0 auto;
    margin-top: 2rem;
}

.swiper .slide img {
    height: 500px;
}

.alert {
    display: none;
    position: fixed;
    min-width: 200px;
    bottom: 0;
    left: 10px;
    z-index: 1;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .alert p {
        margin: 0;
        display: inline;
        margin: 0 1rem;
    }

    .alert svg {
        fill: #fff;
    }

.modelErrorMessage {
    color: red;
}
/*Uploading Images/Files*/
.uploadImagewrapper {
    background-color: transparent;
    border-radius: 5px;
    margin-top: 0;
    width: 100%;
}

    .uploadImagewrapper .images {
        display: flex;
        flex-wrap: wrap;
    }

        .uploadImagewrapper .images .img,
        .uploadImagewrapper .images .pic {
            flex-basis: 31%;
            margin-bottom: 10px;
            border-radius: 4px;
            width: 300px;
            height: 95px;
        }

        .uploadImagewrapper .images .img {
            width: 300px;
            height: 95px;
            border: 1px solid #c1c1c1;
            background-size: contain;
            background-repeat: no-repeat;
            margin-right: 10px;
            background-position: center;
            position: relative;
            overflow: hidden;
        }

    .uploadImagewrapper .img .open i {
        bottom: 7px;
        left: 7px;
        position: absolute;
        font-size: 14px;
        cursor: pointer;
        z-index: 10;
        padding: 4px;
        border-radius: 100%;
        width: 22px;
        height: 22px;
    }

    .uploadImagewrapper .img .open svg, .uploadImagewrapper .img .remove svg {
        background: rgba(73, 80, 87, 0.12);
        border-radius: 50%;
        padding: 2px;
    }

        .uploadImagewrapper .img .open svg:hover, .uploadImagewrapper .img .remove svg:hover {
            fill: #2682f0;
        }

    .uploadImagewrapper .img a {
        font-size: 60px;
        margin: 0 0 0 23px;
    }

    .uploadImagewrapper .img .remove {
        top: 2px;
        right: 2px;
        position: absolute;
        font-size: 14px;
        cursor: pointer;
        color: #ffffff;
        z-index: 10;
        padding: 2px 4px;
        border-radius: 100%;
        width: 18px;
        height: 18px;
    }

    .uploadImagewrapper .images .img:nth-child(3n) {
        margin-right: 0;
    }

    .uploadImagewrapper .images .img span {
        display: none;
        text-transform: capitalize;
        z-index: 2;
    }

    .uploadImagewrapper .images .img::after {
        content: '';
        width: 100%;
        height: 100%;
        transition: opacity .1s ease-in;
        border-radius: 4px;
        opacity: 0;
        position: absolute;
    }

    .uploadImagewrapper .images .pic {
        background-color: #e9ecef;
        align-self: center;
        text-align: center;
        padding: 40px;
        text-transform: uppercase;
        font-size: 12px;
        cursor: pointer;
        position: relative;
    }

        .uploadImagewrapper .images .pic .spinner-border {
            position: absolute;
            bottom: 5px;
            right: 5px;
            width: 1.5rem;
            height: 1.5rem;
            color: red !important;
        }

    .uploadImagewrapper .enlargeImg {
        background: none;
        width: 119px;
        height: 100px;
        position: absolute;
        top: 0;
        z-index: 9;
    }

.uploadFileWrapper .images .file {
    width: 96%;
    border-bottom: solid 1px #ececec;
}

    .uploadFileWrapper .images .file span {
        padding: 10px;
        overflow: hidden;
        display: inline;
    }

.uploadFileWrapper .images .file, .uploadFileWrapper .images .pic {
    margin: 10px;
    display: inline-block;
}

.uploadFileWrapper .remove svg {
    width: 16px;
    fill: red;
    padding-top: 8px;
    cursor: pointer;
}

.uploadFileWrapper .images .file .remove {
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px;
    color: red;
}

    .uploadFileWrapper .images .file .remove:hover {
        font-weight: bold;
        margin: 0 10px;
        color: #ec5656;
    }

.table .thead-light th {
    color: #fff;
    background-color: #1e95bf;
    border-color: #e9ecef;
}

.sideMenu a.active {
    font-weight: bold;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e95bf;
    border-color: #1e95bf;
}

table {
    margin-bottom: 0 !important;
}

.table thead th {
    border-bottom: unset;
}

.dropdown-menu {
    width: max-content;
}

.Currencies .symbol {
    margin: 0 5px;
}

.breadcrumb {
    background-color: #00000003;
}

.box-info-product li {
    list-style: none;
}

.ShoppingCart {
    position: relative;
}

    .ShoppingCart .badge {
        position: absolute;
        top: 0;
        right: -10px;
    }

.btn-danger svg {
    fill: #fff;
}

.hide {
    display: none;
}

#confirmModal {
    text-align: center;
}

nav .dropdown-toggle::after {
    color: #888888;
}

nav .dropdown-toggle:focus-visible {
    outline: none !important;
}

nav .dropdown-menu {
    margin-top: 0;
    max-height: 300px;
    overflow: auto;
}

li.nav-item.dropdown {
    outline: unset !important;
}

#RepresentativeRequest .notes li {
    position: relative;
    margin: 1rem 0;
}

#RepresentativeRequest .notes .icon {
    border-radius: 5px;
    width: 2rem;
    height: 2rem;
    background: #1e95bf;
    position: relative;
    display: inline-block;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
}

    #RepresentativeRequest .notes .icon:hover {
        transform: scale(1.05);
        transition: transform .5s ease;
    }

    #RepresentativeRequest .notes .icon svg {
        width: 2rem;
        height: 2rem;
        position: absolute;
        fill: #ddd;
        top: 0;
        left: 0;
    }

    #RepresentativeRequest .notes .icon b {
        position: absolute;
        color: #ddd;
        top: 0;
        left: 30%;
        font-size: 2rem;
        line-height: 2rem;
    }

#RepresentativeRequest .notes span {
    margin: 0 1rem;
    position: absolute;
    top: 5px;
    font-weight: bold;
    color: #555;
}
/*Upload Image*/
.uploadImagewrapper {
    background-color: transparent;
    border-radius: 5px;
    margin-top: 0;
    width: 100%;
}

    .uploadImagewrapper .images {
        display: flex;
        flex-wrap: wrap;
    }

        .uploadImagewrapper .images .img {
            flex-basis: 120px;
            margin-bottom: 10px;
            border-radius: 4px;
            width: 79px;
            height: 95px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            border: 1px solid #c1c1c1;
            margin-right: 10px;
            position: relative;
            overflow: hidden;
        }

            .uploadImagewrapper .images .img.loading {
                background-size: auto;
            }

    .uploadImagewrapper .img a {
        font-size: 60px;
        margin: 0 0 0 23px;
    }

    .uploadImagewrapper .img .enlargeImg {
        background: none;
        width: 119px;
        height: 100px;
        position: absolute;
        top: 0;
        z-index: 9;
    }

    .uploadImagewrapper .img .open i {
        bottom: 7px;
        left: 7px;
        position: absolute;
        font-size: 14px;
        cursor: pointer;
        z-index: 10;
        padding: 0px 3px;
        border-radius: 100%;
        width: 22px;
        height: 22px;
        background-color: #00000075;
        color: #fff;
    }

        .uploadImagewrapper .img .open i:hover {
            color: #cead66;
        }

    .uploadImagewrapper .img .remove {
        top: 2px;
        right: 2px;
        position: absolute;
        font-size: 14px;
        cursor: pointer;
        color: #ffffff;
        z-index: 10;
        padding: 0px 3px;
        border-radius: 100%;
        width: 22px;
        height: 22px;
        background-color: #00000075;
    }

        .uploadImagewrapper .img .remove svg {
            fill: #fff;
            width: 16px;
            height: 18px;
        }

            .uploadImagewrapper .img .remove svg:hover {
                fill: #3498db;
            }

        .uploadImagewrapper .img .remove:hover, .uploadImagewrapper .img .open i:hover {
            background-color: #ffffff;
        }

    .uploadImagewrapper .images .pic {
        flex-basis: 120px;
        margin-bottom: 10px;
        border-radius: 4px;
        width: 79px;
        height: 95px;
        background-size: contain;
        background-color: #dee2e6;
        align-self: center;
        text-align: center;
        padding: 40px;
        cursor: pointer;
    }

footer svg {
    fill: #fff;
}

footer .social {
    text-align: center;
}

.downloadApp {
    margin-top: 2rem;
    text-align: center;
}

.footer h5 {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.downloadApp ul li {
    display: block;
    margin-top: 1rem;
}

.downloadApp .installApp svg {
    width: 2rem;
    height: 2rem;
    margin: 0 1rem;
    cursor: pointer;
}

.modal-footer {
    margin: 0 auto;
    border: 0;
}

    .modal-footer button {
        margin: 0 1rem;
        min-width: 5rem;
    }

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: #1e95bf;
}

#Login .Form {
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 10px;
}

#Login .loginForm {
    background: #ffffff99;
}

    #Login .loginForm .form-control {
        margin-bottom: 1rem;
    }

.addToCartBox {
    color: #000;
    margin-top: 1rem;
}

    .addToCartBox .quantitylbl {
        margin: 0 5px;
        line-height: 2rem;
    }

    .addToCartBox .unitPrice {
        text-align: center;
    }

    .addToCartBox .quantityArea {
    }

.navbar-brand img.logoMobile {
    display: none;
}

.addToCartBox .amountArea {
    margin-bottom: 1rem;
    padding: 0 4rem;
}

.addToCartBox .amountArea {
    margin-bottom: 1rem;
    padding: 0 4rem;
}

.CartElement .amounts {
    text-align: center;
}

.CartElement .quantityArea {
    margin-bottom: 1rem;
    padding: 0 3rem;
}

    .CartElement .quantityArea button {
        font-weight: bold;
        background-color: transparent;
        border: 1px solid #ddd;
        border-radius: 5px !important;
        width: 2rem;
        height: calc(1.5em + 0.75rem + 2px);
        vertical-align: middle;
        line-height: 1rem;
        margin: 0 1rem;
    }

        .CartElement .quantityArea button:hover {
            background-color: #1e95bf;
            color: #fff;
            transition: all 0.2s ease-in-out;
        }

.addToCartBox .buttons {
    margin-bottom: 0.7rem;
    text-align: center;
}

    .addToCartBox .buttons .btn {
        margin: 0 0.5rem;
        width: 35%;
    }

        .addToCartBox .buttons .btn.shareBtn {
            width: 13%;
        }

.addToCartBox .total {
    margin-bottom: 1rem;
    text-align: center;
}

.addToCartBox .amounts {
    margin: 0 0.2rem;
    margin-bottom: 1rem;
}

.paymentInfo .addToCartBox .amounts, .paymentInfo .addToCartBox .amountArea, .paymentInfo .addToCartBox #Notes {
    margin: 2rem 0;
}

#PaymentTypes, .showCardDesignBtn {
    text-align: center;
}
.mediumRadio.custom-control {
    padding: 2rem;
    border-radius: 10px;
}

    .mediumRadio.custom-control:hover {
        background: #1c95c01a;
        transition: all 0.3s ease-in-out;
    }

.mediumRadio .custom-control-label::before, .mediumRadio .custom-control-label::after {
    left: -2.5rem;
}

.mediumRadio .custom-control-label {
    font-size: 1.5rem;
}

    .mediumRadio .custom-control-label::before, .mediumRadio .custom-control-label::after {
        top: 0.4rem;
        width: 1.5rem;
        height: 1.5rem;
    }
.largeRadio.custom-control {
    padding: 2rem 6rem 2rem 6rem;
    border-radius: 10px;
    border: 2px solid #ced4da;
}

    .largeRadio.custom-control:hover {
        background: #1c95c01a;
        transition: all 0.3s ease-in-out;
        border: 2px solid #1c95c01a;
    }
.largeRadio .custom-control-label::before, .largeRadio .custom-control-label::after {
    left: -2.5rem;
}
.largeRadio .custom-control-label {
    font-size: 2rem;
}

    .largeRadio .custom-control-label::before, .largeRadio .custom-control-label::after {
        top: 0.7rem;
        width: 2rem;
        height: 2rem;
    }

#CardDesign .modal-dialog {
    width: 22rem;
    height: 90vh;
    margin: 0 auto;
}
#CardDesign .dialogFooter {
    margin-top: 0;
    padding: 0;
    position: absolute;
    bottom: 3rem;
    z-index: 5000;
}
#checkout #DonatorType {
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
}

.filledCart table tfoot {
    border-top: 1px solid #ced4da;
}

.mobileBottomMenu {
    display: none;
}

.button a {
    margin: 0 auto;
}

.oneImage .imgWrapper {
    width: 100%;
}

.oneImage .Rectangle {
    position: relative;
    overflow: hidden;
}

    .oneImage .Rectangle .nameWrapper {
        position: absolute;
        top: 0rem;
        left: 0rem;
        background: #eeeeeee8;
        padding: 0.5rem;
    }

.oneImage .Circle .imgWrapper img {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
}

.oneImage .Rectangle .imgWrapper img {
    max-width: 100%;
    max-height: 12rem;
}

.oneImage .operations button, .oneImage .operations button :focus {
    background-color: transparent;
    border: none;
    outline: none;
    text-decoration: underline;
    color: #212529;
}

#togglePassword {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 12px;
}

.progress {
    height: 1.3rem;
}

.statistics {
    font-size: 1.2rem;
    font-weight: bold;
    overflow: hidden;
    margin-top: 2rem;
}

    .statistics p {
        display: inline-block;
    }

        .statistics p.requiredAmnt {
            float: left;
        }

        .statistics p.remaining {
            float: right;
        }

    .statistics .lbl {
    }

    .statistics .amount {
        color: #1e95bf;
    }

.shop_desc .statistics {
    margin-top: 0;
}

.shop_desc .statistics {
    margin-top: 0;
}

.shop_desc .progress {
    margin-top: 0.5rem;
}

.text-bold {
    font-weight: bold;
}

.CartItem .name {
    font-weight: bold;
    font-size: 2rem;
}

.CartItem img {
    width: 100%;
}

.cart .TotalToPay {
    font-weight: bold;
    color: #1e95bf;
}

.CartItem h6 {
    margin-bottom: 0;
    line-height: 2.3rem;
    font-weight: bold;
}

.CartItem .removeBtn {
    position: absolute;
    right: 1rem;
    bottom: 0.25rem;
}
/* Chrome, Safari, Edge, Opera */
.CartItem input.Quantity::-webkit-outer-spin-button,
input.Quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.CartItem input.Quantity {
    -moz-appearance: textfield;
}

.modal-lg, .modal-xl {
    width: 95vw;
}

#faqs .card {
    margin-bottom: 1rem;
    border: 0;
}

    #faqs .card .card-header {
        padding: 0;
        background: transparent;
        border: 0;
    }

#mainSearch .searchAutoComplete {
    max-height: 10rem;
    overflow: auto;
}

    #mainSearch .searchAutoComplete a {
        margin: 1rem 0;
        color: #000;
    }

.youtube {
    text-align: center;
}

    .youtube iframe {
        width: 100%;
    }

#projectPrice .paymentInfo {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

#projectPrice .swiper-wrapper img {
    width: auto;
    margin: 0 auto;
    border-radius: 5px;
}

#projectPrice .swiper-slide-visible img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
}

#projectPrice .swiper {
    margin-bottom: 1rem;
}

.fileuploader .ajax-file-upload, fileuploader .ajax-file-upload:hover {
    background: transparent !important;
    border: 0;
    display: inline-block;
}

.ajax-file-upload-container svg {
    fill: #fff;
}

#shareModal .shareBtn {
    border: 0;
}

#shareModal svg {
    margin: 0 1em;
}

#qrCode {
    position: relative;
    width: 100%;
    height: 100%;
}

    #qrCode img {
        position: absolute;
        top: 25%;
    }

.article h2 {
    text-align: unset;
    margin: 1rem;
    font-size: 2rem;
    font-weight: unset;
}
.ui-widget-header {
    border: 1px solid #1e95bf !important;
    background: #c6e2ff !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
    background-color: #fff !important;
    color: #333 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #ffffff!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    text-align: center !important;
    border-radius: 2px !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #1e95bf !important;
    background: #b2bcbf52 !important;
    color: #333333 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff !important;
    font-weight: normal;
    color: #fff;
}
.ui-widget.ui-widget-content {
    z-index: 5000!important;
}
.RecurringPayment {
    margin: 0 auto;
    margin-top: 1rem;
    max-width: 15rem;
}
    .RecurringPayment .form-control {
        display: inline;
        width: unset;
        width: 6rem;
    }
    .RecurringPayment * {
        text-align:center;
    }
    .RecurringPayment label {
        line-height: 2rem;
        margin: 0 10px;
        min-width:4rem;
    }
.select2-search__field {
    background: #fff;
    color: #000;
}
.swiperBtn {
    position: absolute;
    left: 40%;
    top: 40%;
}
    .swiperBtn a {
        background: #888888;
        border-radius: 1rem;
        opacity: 0.8;
        min-width: 15rem;
    }
.navbar-nav .ShoppingCart {
    vertical-align: middle;
    width: 4rem;
}

.navbar-nav .ItemsAmount {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.custom-checkbox.largeCheck .custom-control-label::before, .custom-checkbox.largeCheck .custom-control-label::after {
    width: 2rem;
    height: 2rem;
}
#Beneficials .Sponsorship img {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
}
#QuickPaySponsorshipsModal .total {
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1.5rem;
    margin: 1rem;
}
#QuickPaySponsorshipsModal .sponsorship {
    margin-bottom: 1rem !important;
    border: 1px solid var(--border-color);
    border-radius: var(--button-radius);
    padding: 5px;
}
#QuickPaySponsorshipsModal .sponsorships .sponsorship img {
    height: 5rem;
    width: 5rem;
    border-radius: 50%
}

#QuickPaySponsorshipsModal .quantitylbl {
    line-height: 1.5rem;
    margin: 5px;
}
.bsnsworld {
    text-align: center;
    margin-top: 4rem;
    font-size: 1rem;
}
footer .bsnsworld, footer .bsnsworld a{
    color: #fff;
}

    .bsnsworld img {
        width: 10rem;
    }
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#paySponsorshipsBtn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}