

body {
    font-family: "Poppins", serif;
}

.grn-colr {
    color: #01b116;
}

.blu-colr {
    color: #0a94ab;
}

.nvy-colr {
    color: #000dad;
}

.gry-colr {
    color: #787878;
}


/*product discription owl slider section starts from here--------------------------------------------*/



.pro-discrip {
    padding: 2rem 0;
}


.outer {
    margin: 0 auto;
    max-width: 800px;
}

#big .item {
    background: #ec6e46;
    padding: 0px 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    border: 7px solid #eee;
}

#thumbs .item {
    background: #C9C9C9;
    height: auto;
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border: 4px solid #eee;
}

    #thumbs .item h1 {
        font-size: 18px;
    }

#thumbs .current .item {
    background: #FF5722;
}

.owl-theme .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

#big.owl-theme {
    position: relative;
}

    #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
        color: #333;
        background: transparent;
        width: 22px;
        line-height: 40px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        top: 50%;
        font-size: 3rem;
    }

    #big.owl-theme .owl-prev {
        left: -8%;
    }

    #big.owl-theme .owl-next {
        right: -6%;
    }

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    background: #333;
}


ol.breadcrumb a {
    color: #e04646;
    text-decoration: none;
}

.breadcrumb > li {
    display: inline-block;
}

.search-sec {
    margin-top: 0;
}

.form-control {
    border: 2px solid #eee;
    height: 45px;
    vertical-align: middle;
    border-radius: 4px;
    box-shadow: none;
}

.search-sec .form-control:focus {
    border-color: #e04646;
    box-shadow: none;
}


.product_content .title {
    font-weight: normal;
    font-size: 240%;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

.stock_review {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

    .stock_review p {
        margin: 0 !important;
    }

.in_stocksec {
    background-color: #27ae60;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 85%;
    display: inline-block;
    margin-top: 10px;
}

.grn-btn {
    background: #2ea528;
    padding: 2px 20px;
    font-size: 0.8rem;
}

.pro-cont {
    padding: 0 20px;
}

.pro-tags {
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
}


ul.pro-icons-li {
    padding: 0;
}


.pro-icons-li.has_boxes li:hover {
    box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.10);
}


.pro-icons-li.has_boxes li {
    width: calc(100% / 3 - 10px);
    padding: 0 10px;
    border: 0;
    margin-bottom: 0;
    margin-right: 10px;
    text-align: center;
    margin-top: 10px;
    /* box-shadow: 0 0 10px 0 #eee; */
    background-color: #fff;
    padding: 10px;
    border: 1px solid #eee;
    transition: all .5s;
    position: relative;
    top: 0;
    list-style: none;
    float: left;
    height: 120px;
    border-bottom: 2px solid #e04646;
    font-size: 0.8rem;
    line-height: 0.999rem;
}

    .pro-icons-li.has_boxes li img {
        display: block;
        margin: 0 auto 5px;
        transform: rotate(0);
        transition: all 2s;
        width: 32px;
    }

    .pro-icons-li.has_boxes li:hover img {
        transform: rotate(-360deg);
    }

/* .pro-icons-li.has_boxes li span { */
/* display: block; */
/* font-size: 90%; */
/* } */


.pro-tags .badge {
    padding: 7px 7px;
    background-color: #eee;
    border-radius: 5px;
    display: inline-block;
    color: #333;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #e04646;
    font-weight: normal;
    font-size: 0.9rem;
}


.social-media ul {
    padding: 0;
}

.social-media li {
    float: left;
    display: inline-block;
    padding: 5px;
    font-size: 1.5rem;
    list-style: none;
}


.pack-siz-sec {
    display: table;
    vertical-align: middle;
}

.pack-icon {
    width: 25px;
    height: 25px;
}

    .pack-icon img {
        width: 100%;
    }


.pack-icon, .pack-txt {
    display: table-cell;
    vertical-align: top;
}

    .pack-txt p {
        margin: 0;
        font-weight: 600;
    }

.pack-txt {
    padding: 0 0 0 10px;
}


button.btn.btn-primary.red-btn {
    float: right;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 90%;
    cursor: pointer;
    border-color: transparent;
    background-color: #e04646;
    border: 2px solid #e04646;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 3px;
}

.pro-cont hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
}


/*product discription section owl slider end from here--------------------------------------*/










/*product section starts from here----------------------------------------------------*/

.pro-sec {
    background: #f9f9f9;
    padding: 5rem 0;
}

.prod_sec_title {
    margin-bottom: 10px;
    color: #e04646;
    text-align: center;
}

.pro-content p {
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    text-align: left;
}


.pro-icons_wrap .prowrap-title h5 {
    font-size: 150%;
    font-weight: 500;
}

.pro-icons_wrap {
    margin-top: 30px;
}


.icon {
    display: table-cell;
    vertical-align: top;
    width: 32px;
}

    .icon img {
        width: 100%;
    }

.title {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 15px;
    line-height: normal;
    margin: 0;
}

.pro-icon-txt {
    vertical-align: top;
    display: table;
}



/*product section end from here------------------------------------------------------*/


/*login page css section start from here---------------------------------------------*/



.bysection {
    left: 124px !important;
}

.thinkinnoLogo {
    left: 145px !important;
}

.form-control {
    height: calc(2rem + 0rem + .2rem);
}

.brand {
    padding: 20px;
    background: #e8f4e0;
    color: #fff;
    min-height: 500px;
    position: relative;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

    .brand.active {
        width: 100%;
    }

    .brand a.logo {
        color: #f95959;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        line-height: 1em;
    }

    .brand .logo {
        position: absolute;
        width: 240px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        transition: all 0.6s;
    }

        .brand .logo.active {
            top: 100px;
            left: 100px;
            transform: translate(0);
        }

        .brand .logo h2 {
            font-size: 70px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        .brand .logo p {
            font-size: 15px;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 2px;
            white-space: 4px;
            font-family: "Raleway", sans-serif;
        }

    .brand .success-msg {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 60px;
    }

        .brand .success-msg p {
            font-size: 25px;
            font-weight: 400;
            font-family: "Raleway", sans-serif;
        }

        .brand .success-msg a {
            font-size: 12px;
            text-transform: uppercase;
            padding: 8px 30px;
            background: #f95959;
            text-decoration: none;
            color: #fff;
            border-radius: 30px;
        }

        .brand .success-msg p, .brand .success-msg a {
            transition: all 0.9s;
            transform: translateY(20px);
            opacity: 0;
        }

            .brand .success-msg p.active, .brand .success-msg a.active {
                transform: translateY(0);
                opacity: 1;
            }

.form .form-peice {
    background: transparent;
    margin-top: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    color: #5c5959;
    border-radius: 7px;
    margin: 15% 0 0;
}

.CTA .btn-primary {
    color: #fff;
    background-color: #e04646cc;
    border-color: #e0464663;
}

.form-control:focus {
    border: 1px solid #e04646 !important;
    box-shadow: 0 0 5px #e04646c9 !important;
}

.login-page .form button:hover, .form button:active, .form button:focus {
    background: #dc3545 !important;
    border-color: #e04646 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem #e04646a3 !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #e04646a3;
}

.form .form-peice.switched {
    transform: translateX(-100%);
    width: 100%;
    left: 0;
}

.form form {
    padding: 20px;
    margin: 0;
    width: 100%;
}

    .form form .form-group {
        margin-bottom: 25px;
        position: relative;
    }

        .form form .form-group.hasError input {
            border-color: #f95959 !important;
        }

        .form form .form-group.hasError label {
            color: #f95959 !important;
        }

    .form form label {
        font-size: 1rem;
        font-weight: 600;
        text-transform: capitalize;
        cursor: text;
    }

        .form form label.active {
            font-size: 0.8rem;
        }

@media (max-width: 768px) {

    section#formHolder {
        padding: 0;
    }

    .form form label {
        font-size: 0.9rem;
    }

        .form form label.active {
            font-size: 0.8rem;
        }

    section#formHolder div.brand {
        min-height: 200px !important;
    }

        section#formHolder div.brand.active {
            min-height: 100vh !important;
        }

        section#formHolder div.brand .heading.active {
            top: 200px;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        section#formHolder div.brand .success-msg p {
            font-size: 16px;
        }

        section#formHolder div.brand .success-msg a {
            padding: 5px 30px;
            font-size: 10px;
        }

    section#formHolder .form {
        width: 80vw;
        min-height: 500px;
        /* margin-left: 10vw;  */
    }

        section#formHolder .form .form-peice {
            margin: 0;
            top: 0;
            left: 0;
            width: 100% !important;
            transition: all 0.5s ease-in-out;
        }

            section#formHolder .form .form-peice.switched {
                transform: translateY(-100%);
                width: 100%;
                left: 0;
            }

            section#formHolder .form .form-peice > form {
                width: 100% !important;
                padding: 20px;
            }
}

@media (max-width: 580px) {
    section#formHolder .form {
        width: 94vw;
        margin: 0 auto;
    }

    body.swal2-toast-shown .swal2-container.swal2-top {
        top: 5% !important;
        right: auto;
        bottom: auto;
        left: 21% !important;
        transform: translateX(-15%) !important;
    }

    section#formHolder div.brand {
        display: none;
    }
}

.form form span.error {
    color: #f95959;
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    right: 0;
}

.btn {
    width: 100%;
    font-size: 1.2rem;
    padding: 10px;
}

.forgotpw {
    color: #9e9e9e;
    margin-top: 5px;
    font-size: 14px;
}

.form-peice .CTA {
    margin-top: 10px;
}

    .form-peice .CTA .forgot_pw, .form-peice .CTA .forgot_rcm_id {
        display: block;
        color: #dc3545;
        font-weight: 500;
        margin-top: 10px;
    }

.switched1 {
    display: show;
}

.switched2 {
    display: none;
}

.login_btn {
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px;
}

.submit_btn {
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px;
}

.form-control {
    background-color: #fff;
    margin: 10px 0 0;
}

    .form-control:focus {
        background-color: #ffffff4a;
    }

.box {
    position: relative;
}

    .box .square {
        position: absolute;
        border-radius: 10px;
        backdrop-filter: blur(5px);
        background: rgba(255, 255, 255, 0.1);
        animation-delay: calc(-1s * var(--i));
        animation: animate 10s linear infinite;
        box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

@keyframes animate {
    0%, 100% {
        transform: translateY(-40px);
    }

    50% {
        transform: translateY(40px);
    }
}

.box .square:nth-child(1) {
    top: -50px;
    left: -60px;
    width: 100px;
    height: 100px;
}

.box .square:nth-child(2) {
    z-index: 2;
    top: 150px;
    left: -100px;
    width: 120px;
    height: 120px;
}

.box .square:nth-child(3) {
    z-index: 2;
    width: 80px;
    height: 80px;
    right: -50px;
    bottom: 10px;
}

.box .square:nth-child(4) {
    left: 100px;
    width: 50px;
    height: 50px;
    bottom: 15px;
}

.box .square:nth-child(5) {
    top: -80px;
    left: 140px;
    width: 60px;
    height: 60px;
}

.vertical-align {
    text-align: right;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.text_title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #c41c2d;
}

@media (max-width: 768px) {
    .text_title {
        font-size: 1rem;
        font-weight: 400;
        color: #c41c2d;
    }

    .box .square:nth-child(1) {
        top: -40px;
        left: 10px;
        width: 60px;
        height: 60px;
    }

    .box .square:nth-child(2) {
        z-index: 2;
        top: 150px;
        left: -100px;
        width: 120px;
        height: 120px;
        display: none;
    }

    .box .square:nth-child(3) {
        z-index: 2;
        width: 80px;
        height: 80px;
        right: 20px;
        bottom: -15px;
    }

    .box .square:nth-child(4) {
        left: 100px;
        width: 50px;
        height: 50px;
        bottom: 44px;
    }

    .box .square:nth-child(5) {
        top: -80px;
        left: 140px;
        width: 50px;
        height: 50px;
    }
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:valid,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-transition-delay: 99999s;
    -webkit-text-fill-color: #495057;
    transition: background-color 5000s ease-in-out 0s;
}


body.main-login-sec {
    background: linear-gradient(to bottom, #eed7524d, #e0464661, #eed7524d) !important;
    height: 100%;
}

.t-ble {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    display: table;
}


.t-cell {
    display: table-cell;
    vertical-align: middle;
}

.main-login-sec .nav.navbar.navbar-expand-md.navbar-light.bg-white {
    position: sticky;
    top: 0;
    z-index: 1;
}





/*login page css section section end from here---------------------------------------*/

/*product page css section section end from here---------------------------------------*/

.pro-cont .form-label {
    margin-bottom: 0;
}

/*product page css section section end from here---------------------------------------*/


.owl-image {
    width: 300px;
    height: 300px;
}

.addToCartToast {
    background-color: #27ae60;
    color: white;
}

.colorRed {
    color: #2f2f2f;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

.rupee {
    font-family: Noto Sans;
}


.mainImageContainer {
    display: flex;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}



#mainImage {
    width: 374px;
    height: 374px;
    /* max-height: 354px; */
    padding: 8px;
    background-color: #f5f5f5;
}

.thumbs {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
    scrollbar-width: none;
    width: 100%;
    display: flex;
    justify-content: start !important;
}

.thumbnail-img {
    width: 94px;
    height: 94px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    padding: 4px;
    background-color: #f5f5f5;
}
