﻿
@font-face {
    font-family: Ubuntu;
    src: url(/fonts/Ubuntu.ttf);
}

@font-face {
    font-family: Merriweather;
    src: url(/fonts/Merriweather.ttf);
}

@media (max-width: 767px) { /*Ex-Small Screen*/
    .wave {
        display: none
    }
    .header .h1 {
        font-size: 40px !important;
        margin-top: 220px !important;
    }
    .side1 .h1 {
        margin-top: 100px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) { /*Small Screen*/
    .wave {
        display: none
    }

    .header .h1 {
        font-size: 40px !important;
        margin-top: 220px !important;
    }
    .side1 .h1 {
        margin-top: 100px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { /*Medium Screen*/

    .wave {
        display: block
    }
}

@media (min-width: 1200px) { /*Large Screen*/
    .wave {
        display: block
    }
}
/* Media Query*/

* {
    box-sizing: border-box;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Ubuntu', sans-serif;
}

.header .overlay {
    background: rgba(0, 0, 0,0.5);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 6;
}

    .header .overlay .content {
    }

.headerlog .navbar .navbar-brand a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.333;
}

.header .navbar .navbar-brand a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.333;
}

    .header .navbar .navbar-brand a:hover {
        color: #d4d7e2;
        text-decoration: none;
    }

.wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 998;
}

.header .info {
    padding: 30px 0px;
}

.header {
    min-height: 670px;
    height: 100vh;
    height: auto;
    background: url('/Images/back.jpg') no-repeat top center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
}

    .header .h1 {
        font-size: 60px;
        margin-top: 120px;
    }

    .header .description {
        margin-top: 20px;
        font-size: 18px;
        font-style: italic;
        font-family: Merriweather, serif;
    }

.openSide {
    cursor: pointer;
    padding: 4px;
    transition: .5s all;
}

    .openSide:hover {
        background: rgba(0, 0, 0,0.2);
        transition: .5s all;
    }

.navbar {
    -webkit-box-shadow: 0px 17px 14px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 17px 14px -17px rgba(0,0,0,0.75);
    box-shadow: 0px 17px 14px -17px rgba(0,0,0,0.75);
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: rgba(33,33,33,1.0000000000);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 99999;
}

    /* The navigation menu links */
    .sidenav > a {
        padding: 8px 8px 8px 32px;
        text-decoration: none !important;
        font-size: 16px !important;
        color: #fff !important;
        display: block;
        cursor: pointer;
        transition: 0.3s;
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover {
        color: rgba(255,77,163,1) !important;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px !important;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/* Start Features*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix {
    clear: both;
}

.features {
    margin-top: 20px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.screnshots {
    position: relative;
    padding-top: 20px;
}

.features .h2 {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 28px;
}

.feat {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 30px 10px;
    position: relative;
    cursor: default;
    border-bottom: 1px #f4f4f9 solid;
}

    .feat:last-child {
        border-bottom: 0;
    }

    .feat .thubmimg img {
        max-width: 100%;
        margin: auto;
    }

.hight-lights {
    margin-top: 23px;
    padding-top: 15px;
    margin-bottom: 42px;
    background: url('/Images/embellish.png') top center no-repeat;
}

.feat p {
    color: rgb(128, 128, 128);
    font-size: 16px;
    padding-left: 20px;
}



.feat h2 {
    margin: 20px 10px;
}

.DonwloadSec {
    background: #f7f7f7;
    padding-bottom: 40px;
}

    .DonwloadSec .h1 {
        margin-bottom: 20px;
        padding-top: 40px;
    }

.header .content {
    z-index: 999;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 100%;
}

.freedownload {
    display: inline-block;
    border-radius: 30px;
    color: #191920 !important;
    background: #23fd47;
    padding: 20px 60px;
    cursor: pointer;
    z-index: 99999;
    border: 0px;
    margin: 0px 10px;
    text-decoration: none !important;
    margin-bottom: 8px;
    font-size: 18px;
}

    .freedownload:hover {
        background: #4CFF87;
        color: #2e2e39;
        box-shadow: 0 10px 46px rgba(0,0,0,0.6);
        text-decoration: none;
    }

.buypro {
    display: inline-block;
    border-radius: 30px;
    color: #fff !important;
    font-weight:bold;
    
    text-align: center;
    background: rgb(252, 98, 98);
    padding: 20px 60px;
    cursor: pointer;
    border: 0px;
    min-width: 200px;
    text-decoration: none !important;
    font-size: 16px;
    transition: 0.3s all;
}

    .buypro:hover {
        background: rgb(252, 98, 150);
        box-shadow: 0 10px 46px rgba(0,0,0,0.6);
        text-decoration: none;
        color: #2e2e39;
        transition: 0.3s all;
    }

.DonwloadSec p {
    margin-bottom: 50px;
}

    .DonwloadSec p:last-child {
        margin-top: 36px;
    }
/*Start Footer*/
.footer {
    padding: 110px 0px;
    background: #191920;
    color: #fff;
}

    .footer .social {
        padding: 20px 0px;
    }


        .footer .social a {
            color: #aeb5ca;
            margin: 0px 10px;
        }

.footers-lnk h5 {
    display: inline-block;
    font-size: 18px;
    color: #aeb5ca;
    margin-bottom: 10px;
}

.footers-lnk ul li a {
    color: #5b5d6d;
}
/*End Footer*/
/*Start screnshots*/
.screnshots {
    background: #fbfbfb;
}

    .screnshots .h1 {
        margin-bottom: 40px;
        margin-top: 40px;
    }

/*End screnshots*/
/*Start Testimonials*/
.reviews .h1 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.review {
    margin-bottom: 20px;
    position: relative;
}

  /*  .review img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }*/

    .review p {
        font-style: italic;
        color: #666;
    }

    .review .h5 {
        color: #000;
        font-size: 12px;
        font-weight: bold;
    }
/*End Testimonials*/
.dealbox {
    /*display: none;*/
    /*border: 0;*/
}

    .dealbox a {
        text-decoration: none;
        color: #0066c0;
    }

        .dealbox a:hover {
            cursor: pointer;
            color: #c45500;
            text-decoration: underline;
        }

.hr {
    background-color: transparent;
    display: block;
    height: 1px;
    border-width: 0;
    border-top-width: 0px;
    border-top: 1px solid #e7e7e7;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 14px;
}

.stars {
    display: inline-block;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

    .preview-thumbnail.nav-tabs li {
        width: 18%;
        margin-right: 2.5%;
    }

        .preview-thumbnail.nav-tabs li img {
            max-width: 100%;
            display: block;
        }

        .preview-thumbnail.nav-tabs li a {
            padding: 0;
            margin: 0;
        }

        .preview-thumbnail.nav-tabs li:last-of-type {
            margin-right: 0;
        }

.tab-content {
    overflow: hidden;
}

    .tab-content img {
        max-width: 100%;
        width: auto;
        max-height: 400px;
        margin: auto;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }

.card {
    margin-top: 50px;
    background: #fff;
    padding: 3em;
    line-height: 1.5em;
}

@media screen and (min-width: 997px) {
    .wrapperdeal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}



.product-title {
    font-size: 21px !important;
    font-weight: bold;
}

.color-price {
    color: #B12704 !important;
}

.price {
    color: #565959 !important;
    /*font-size: 14px;*/
}

.checked {
    color: #ff9f1a;
}

.product-title, .ratingdeal, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}

.panelc {
    margin-top: 30px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.2);
}

.panelhc {
    background: #fff; /* fallback for old browsers */
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.noshadow:hover {
    box-shadow: none !important;
}

#slideshow {
    margin: 50px auto;
    position: relative;
    width: 100%;
    height: 540px;
    padding: 10px;
    overflow: hidden;
}


    #slideshow > div img {
        max-width: 100%;
        width: auto;
        height: auto;
        min-width: 100px;
        margin: auto;
    }
/*Subscribe Form*/
.subscribefrm .h2 {
    color: #aeb5ca !important;
    margin-bottom: 30px;
}

.subscribefrm p {
    font-size: 12px;
    color: #5b5d6d;
}

.subscribefrm form {
    width: 348px;
    height: 46px;
    margin: auto;
    display: block;
    border: 1px #2b2b35 solid;
    border-radius: 30px;
    background: #22222b;
    color: #5b5d6d;
    margin-bottom: 30px;
}

.subscribefrm input[Type="Text"] {
    background: #22222B;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    float: left;
    height: 44px;
    margin-left: 22px;
    color: inherit;
    font-size: 14px;
    background: transparent;
    border: none;
    width: 240px;
}

.subscribefrm button[Type="submit"] {
    width: 39px;
    height: 39px;
    background: #5b5d6d;
    color: #fff;
    border: 0;
    cursor: pointer;
    float: right;
    border-radius: 50%;
    display: inline-block;
    margin: 3px;
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.hrdiv {
    width: 80%;
    height: 1px;
    background: #212229;
    margin: 10px auto;
}
/*Subsciber Form*/

/*Products*/
.products {
    text-align: center;
    padding: 20px 0px;
}

    .products img {
        max-width: 100%;
    }

    .products .h2, .products p {
        width: 100%;
        position: relative;
        display: block;
    }

    .products .h2 {
        margin: 20px 0px;
    }

    .products p {
        margin: 10px 0px 40px 0px;
        font-size: 18px;
    }

    .products ul {
        text-align: left;
        list-style-type: none;
    }

        .products ul li {
            position: relative;
        }

            .products ul li::before {
                content: '';
                display: block;
                position: absolute;
                left: -35px;
                top: 3px;
                width: 11px;
                height: 22px;
                border-width: 0 2px 2px 0;
                border-style: solid;
                border-color: #00a8a8;
                transform-origin: bottom left;
                transform: rotate(45deg);
            }

    .products .h2::after {
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -10px;
        content: "";
        width: 20px;
        height: 4px;
        display: block;
        background: #1264fc;
    }

    .products .featTitle {
        font-size: 20px;
        padding: 10px 0px 0px 0px;
    }

    .products .featDesc {
        font-size: 14px;
        color: rgb(84, 84, 84);
        padding: 10px 0px;
    }

.OneLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.TwoLine {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.homebtn {
    background: #fff;
    border: 1px solid;
}

    .homebtn:hover {
        box-shadow: none;
        color: #1264fc;
        border: 1px #1264fc solid;
        background-color: #ebf0f8
    }
/*Products*/
.productsSideBar li {
    padding: 20px;
    color: #fff;
}

    .productsSideBar li a {
        color: #fff;
        text-decoration: none;
    }

        .productsSideBar li a:hover {
            text-decoration: none;
        }

    .productsSideBar li img {
        max-height: 60px;
        height: auto;
        width: auto;
        margin-right: 10px;
        float: left;
    }

.mydiv {
    color: #fff;
    margin: auto;
    display: inline-block;
    text-align: center
}

    .mydiv img {
        max-width: 100%;
        max-height: 100vh;
        width: auto;
        height: auto;
    }

/*#slider {
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}

    #slider .left, #slider .right {
        width: 40px;
        height: 40px;
        color: #000;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        font-weight: bold;
        line-height: 38px;
        cursor: pointer;
        border: 1px solid #ddd;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

    #slider .left {
        position: absolute;
        left: 4px;
        top: 50%;
        transform: translateY(-50%);
    }

    #slider .right {
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
    }*/

.RadioOption {
    background: #FFF;
    position: relative;
    padding: 20px 35px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.2),0 0 10px 1px rgba(255,255,255,0.2);
    cursor: pointer;
    border: 3px solid transparent;
    transition: .5s all;
    font-size: 20px;
    margin-bottom: 20px;
}

.RadioSelected {
    border: 3px solid #1a73e8;
}

.RadioOption:hover {
    border: 3px solid #1a73e8;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-heading {
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #fff;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 30px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.2);
}

.panel-body {
    padding: 15px;
}

.fullwidth {
    width: 100%;
}

.marbottom10 {
    margin-bottom: 10px !important;
}

.marbottom20 {
    margin-bottom: 20px !important;
}

.marbottom40 {
    margin-bottom: 60px !important;
}

.marbottom60 {
    margin-bottom: 60px !important;
}

.martop10 {
    margin-top: 10px !important;
}

.martop30 {
    margin-top: 30px !important;
}

.martop40 {
    margin-top: 40px !important;
}

.martop60 {
    margin-top: 60px !important;
}

.smallpanel {
    max-width: 600px;
    margin: auto;
}

.f13 {
    font-size: 13px !important;
}

.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f15 {
    font-size: 15px !important;
}

.f16 {
    font-size: 16px !important;
}

.f17 {
    font-size: 17px !important;
}

.f18 {
    font-size: 18px !important;
}

.f19 {
    font-size: 19px !important;
}

.f20 {
    font-size: 20px !important;
}

.f21 {
    font-size: 21px !important;
}

.f22 {
    font-size: 22px !important;
}

.strikeout {
    text-decoration: line-through;
}

.notificationbox {
    min-width: 100px;
    max-width: 600px;
    margin: auto;
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    color: #000;
    box-shadow: 0 3px 6px #ccc;
    font-size: 15px;
    border-left: 5px solid #FFF;
    border-radius: 7px;
}

    .notificationbox .closenotification {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border: 0;
        cursor: pointer;
        background: #eee;
        color: #000;
        padding: 0px 20px;
        font-size: 18px;
    }

.notificationContent {
    width: 90%;
    text-align: center;
    margin-left: -8%;
}

.notifictionPar {
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 100%;
    z-index: 99999;
}

.novisivle {
    display: none;
}

.warningNotif {
    color: #212121 !important;
    background: #FFF9C4 !important;
    border-left-color: #dce505;
}

.successNotif {
    color: #33691E !important;
    background: #DCEDC8 !important;
    border-left-color: #31a305;
}

.infoNotif {
    color: #01579B !important;
    background: #B3E5FC !important;
    border-left-color: #1279cb;
}

.errorNotif {
    color: #b71c1c !important;
    background: #FFCCBC !important;
    border-left-color: #e53636;
}

.emptypagelogo {
    max-width: 100px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 30px;
    margin-top: 30px;
    display: block;
}

.login-form {
    width: 340px;
    margin: 30px auto;
}

    .login-form .formele {
        margin-bottom: 15px;
        background: #fff;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .login-form h2 {
        margin: 0 0 15px;
    }

    .login-form .hint-text {
        color: #777;
        padding-bottom: 15px;
        text-align: center;
    }

.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}

.login-btn {
    font-size: 15px;
    font-weight: bold;
}

.or-seperator {
    margin: 20px 0 10px;
    text-align: center;
    border-top: 1px solid #ccc;
}

    .or-seperator i {
        padding: 0 10px;
        background: #fff;
        position: relative;
        top: -11px;
        z-index: 1;
    }

.social-btn .btn {
    margin: 10px 0;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
}

    .social-btn .btn i {
        float: left;
        margin: 4px 15px 0 5px;
        min-width: 15px;
        font-size: 20px;
        margin-left: 15px;
    }

.input-group-addon .fa {
    font-size: 18px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-default {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-default:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-default:focus, .btn-default.focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-default.disabled, .btn-default:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
    .show > .btn-default.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
        .show > .btn-default.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

.SMmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    z-index: 9999;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.SMmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 700px;
    min-width: 100px;
    width: 100%;
}

/* The Close Button */
.SMclose {
    color: #aaaaaa;
    position: absolute;
    top: -32px;
    right: -19px;
    z-index: 99999;
    font-size: 36px;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 50px;
}

    .SMclose:hover,
    .SMclose:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
.searchAdminBtn {
    float: right;
    margin-top: -38px;
    z-index: 10;
    position: relative;
}
.divUrl {
    padding: 18px;
    margin: 10px 0px;
    background: #fff;
    border-radius: 4px;
    font-size: 13px;
}
.boximage {
    max-width: 150px;
    max-height: 150px;
    margin: auto;
}
#custom-search-input {
    padding: 3px;
    max-width: 600px;
    margin: 10px auto;
    border-radius: 6px;
    background-color: #fff;
}

    #custom-search-input input {
        
        border: solid 1px #E4E4E4;
        box-shadow: none;
    }

    #custom-search-input button {
        margin: 2px 0 0 0;

        border-left: solid 1px #ccc;
    }


.text-black {
    color: #000 !important;
}

.uldeal {
    font-size: 16px;
    padding-left: 26px;
    padding-top: 10px;
    list-style-type: square;
}

.hrwgrey {
    height: 2px;
    margin: auto;
    width: 98%;
    background: rgb(153, 153, 153);
    margin: 10px;
}

.adi__item-sale-price {
    color: #82b440;
}

.descprd {
    color: rgb(153, 153, 153);
}

body {
    background: #FAFAFA;
}

.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}

.martop0 {
    margin-top: 0 !important;
}

.mar0 {
    margin: 0 !important;
}

.thumbnail {
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.list-group-item-heading {
    font-weight: bold;
    font-size: 19px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
    box-shadow: 0 0 4px #e6e6e6;
}

.lead {
    font-size: 24px
}

.item.list-group-item .img-event {
    float: left;
    width: 35%;
}

.item.list-group-item .list-group-image {
    margin-right: 10px;
}

.item.list-group-item .thumbnail {
    margin-bottom: 0px;
    display: inline-block;
}

.item.list-group-item .caption {
    float: left;
    width: 65%;
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item:after {
    clear: both;
}
#whatsappchat {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 100px;
    right: 26px;
    background: transparent;
    border: 0;
}
#whatsappchat img{
    max-width:100%;
}



/*CountDown*/

.count {
    padding: 10px 0px;
}

.digit {
    border-radius: 4px;
    box-shadow: 0 3px 6px #ccc;
    width: 45px;
    height: 52px;
    padding: 8px 0px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0px 8px;
    background: #fff;
    color: #000;
}

    .digit .top, .digit .bottom {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 42px;
        line-height: 42px;
    }

    .digit .bottom {
        display: none;
    }

    .digit:after {
        content: ":";
        position: absolute;
        top: 5px;
        left: 100%;
        font-size: 24px;
        font-weight: bold;
        margin: 0px 6px;
        color: #000;
    }

.blackdidigt:after {
    content: ":";
    position: absolute;
    top: 16px;
    left: 100%;
    font-size: 24px;
    font-weight: bold;
    margin: 0px 6px;
    color: #000;
}

.Seconddigit:after {
    content: "";
}

/*CountDown*/

#originalprice {
    text-decoration: line-through;
    color: #939191;
}

.dealSave {
    padding-top: 10px;
    display: block;
}

    .dealSave span {
        
        font-weight: 700;
        font-size: 18px;
        color: #54ae45;
    }
#pricesdiv {
    font-size: 18px;
    color: #000;

    font-weight: bold;
}
.wishlistcount {
    color: crimson;
}

.expireDeal {
    color: #f3565d;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.color-price {
    color: #ff4e0c !important;
}

.price {
    color: #565959 !important;
    font-size: 14px;
}

.dealbox a {
    text-decoration: none;
    color: #0066c0;
    /*font-size: 13px;*/
}


.gvchoice {
    width: 115px;
    display: inline-block;
}

.gvchoice {
    width: 115px;
    display: inline-block;
}

.ac-badge-rectangle {
    height: 22px;
    background-color: #232F3E;
    border-color: #232F3E;
    display: flex;
}

.ac-badge-triangle {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 22px solid;
    color: #232F3E;
}

.ac-badge-text-primary {
    line-height: 22px;
    margin-left: 8px;
    margin-right: 3px;
    color: #fff;
    min-width: 26px;
}

.ac-badge-text-secondary {
    line-height: 22px;
    margin-right: 8px;
    color: #F69931;
    min-width: 24px;
}

.a-declarative {
    display: inline-flex;
}
.dealst {
    position: relative;
}
.shadowImg {
    margin: 10px auto 10px auto;
    display: block;
    max-width:100%;
}

/* Button to open the modal */
.open-modal-btn {
    padding: 12px 24px; /* Padding for button sizing */
    background-color: #74ebd5; /* Background color matching the gradient */
    border: none;
    border-radius: 5px; /* Rounded corners for a modern look */
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s; /* Smooth background transition on hover */
}

    /* Hover effect for button */
    .open-modal-btn:hover {
        background-color: #acb6e5; /* Change background on hover */
    }

/* Modal styling */
.modal {
    display: none; /* Modal is hidden by default */
    position: fixed; /* Stays in place when scrolling */
    z-index: 999; /* Ensures modal appears above other content */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background to focus attention on the modal */
    justify-content: center; /* Center modal horizontally */
    align-items: center; /* Center modal vertically */
}

/* Modal content box */
.modal-content {
    background-color: #fff; /* White background for the content */
    padding: 30px; /* Padding for spacing */
    border-radius: 10px; /* Rounded corners for modern look */
    text-align: center; /* Centered text inside the modal */
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3); /* Box shadow for depth */
    max-width: 600px;
    width: 100%; /* Responsive width */
    animation: fadeIn 0.5s ease; /* Fade-in animation when modal appears */
}

/* Close button styling */
.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}

/* Email input styling */
.email-input {
    padding: 10px;
    width: 80%; /* Set width relative to the modal content */
    margin: 15px 0;
    border-radius: 5px; /* Rounded input fields */
    border: 1px solid #ddd; /* Subtle border */
    font-size: 16px;
}

/* Submit button styling */
.submit-btn {
    padding: 10px 20px;
    background-color: #74ebd5;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .submit-btn:hover {
        background-color: #acb6e5; /* Background color change on hover */
    }

/* Close button for inside modal */
.close-modal-btn {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #ddd;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .close-modal-btn:hover {
        background-color: #bbb; /* Hover effect for close button */
    }

/* Fade-in animation for the modal */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}