/* 
    Document   : style
    Created on : Mar 9, 2015, 5:10:42 PM
    Author     : IT-PC-02
    Description:
        Purpose of the stylesheet follows.
*/
/** 
theme-color: #2e306d;
sub-theme-color: #263850;
sub-theme-color: #37B4E7;
sub-theme-color2: #2ac8fc;

**/

@font-face {
    font-family: raleway-light;
    src: url(../../fonts/raleway-light.ttf);
}
@font-face {
    font-family: raleway-medium;
    src: url(../../fonts/raleway-medium.ttf);
}
@font-face {
    font-family: raleway-bold;
    src: url(../../fonts/raleway-semibold.ttf);
}
@font-face {
    font-family: roboto;
    src: url(../../fonts/roboto.ttf);
}

:root
{
       --banner-height: 160px;
    --icon-size: 80px;
}

body{
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #555;
    /*background-color: #f7f8fa;*/
    background-color: #fff;
    font-family: roboto;
    /*font-family: serif;*/
    /*font-family: raleway-medium;*/
    /*font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    /*font-family: "OpenSans",Arial,"Helvetica Neue",Helvetica,sans-serif;*/
}
h1,h2,h3,h4,h5,h6{
     font-family: roboto;
     /*font-family: serif;*/
    /*font-family: raleway-bold;*/
}

.row-sp{
    margin-left: 0px;
    margin-right: 0px;
}

.feature-section{
    padding-top: 10px;
}

.search-front-form input{
background-color: rgba(255, 255, 255, 0.6);
border: 1px solid var(--theme-color);
/*background-color: var(--theme-color);*/
}

.item-list ul li{
    display:block;
}

.form-panel{
    padding: 10px;
    font-size: 12px;
    font-weight: normal;
}

.form-panel input, .form-panel textarea, .form-panel select{
    /*background-color: rgba(255,255,255,0.2);*/
    border: none;
    /*color: #BEC6C9;*/
    color: #666;
    border-radius: 1px;
    /*background-color: #425a7a;*/
    background-color: #ececec;
}
.form-panel input::-webkit-input-placeholder, .form-panel textarea::-webkit-input-placeholder, .form-panel select::-webkit-input-placeholder{
    color: #BEC6C9;
}
.form-panel input::-ms-input-placeholder, .form-panel textarea::-ms-input-placeholder, .form-panel select::-ms-input-placeholder{
    color: #BEC6C9;
}
.form-panel input::-ms-input-placeholder, .form-panel textarea::-ms-input-placeholder, .form-panel select::-ms-input-placeholder{
    color: #BEC6C9;
}
.form-panel input::placeholder, .form-panel textarea::placeholder, .form-panel select::placeholder{
    color: #BEC6C9;
}

.footer-middle .btn-primary{
    /*background-color: #425a7a;*/
    /*background-color: #ffffff;*/
    border: 1px solid #BEC6C9;
    /*color: #BEC6C9;*/
}

.form-button{
    font-weight: bold;
    margin-bottom: 10px;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    background-color: rgba(163,100,197,0.9);
    color: #fff;
    height: 30px;
    width: 90px;
}

.social-media-sec li{
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100px;
    /*background-color: #2ac8fc;*/
    /*background-color: #0e1e33;*/
    background-color: #0e1e33;
    border: 2px solid #2ac8fc;
    border: 2px solid #fff;
    padding: 3px;
    font-size: 20px;
    list-style-type: none;
    display: inline-block;
    /*padding-left: 25px;*/
    transition: 0.8s;
    text-align: center;
}

.social-media-sec li:hover{
    background-color: #fff;
    color: #2ac8fc;
    transition: 0.8s;
}

@-webkit-keyframes
click-wave {
    0% {
        width: 15px;
        height: 15px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -20px;
        margin-top: -20px;
        opacity: 0.0;
        outline: none;
    }
}
@-moz-keyframes
click-wave {
    0% {
        width: 15px;
        height: 15px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -20px;
        margin-top: -20px;
        opacity: 0.0;
        outline: none;
    }
}
@-o-keyframes
click-wave {
    0% {
        width: 15px;
        height: 15px;
        opacity: 0.35;
        position: relative;

    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -20px;
        margin-top: -20px;
        opacity: 0.0;
        outline: none;
    }
}
@keyframes
click-wave {
    0% {
        width: 15px;
        height: 15px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -20px;
        margin-top: -20px;
        opacity: 0.0;
        outline: none;
    }
}

/** category menu slider - Carousel*/
/* Hero banner */
.hero {
    position: relative;
    height: var(--banner-height);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 1.5rem 1rem 2.5rem;
    isolation: isolate;
    margin-top: calc(96vh - 100px);
    height:240px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: background 0.6s ease;
    opacity: 0.8;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}

.carousel-shell {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 75px;
}

.carousel-label {
    text-align: center;
    color: #9ca3af;
    margin-bottom: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 1rem;
}

.carousel {
    position: relative;
    height: 230px;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
    perspective: 1200px;          /* 3D depth */
    transform-style: preserve-3d;
}

.carousel.dragging {
    cursor: grabbing;
}

.carousel-item {
    position: absolute;
    top: 50%;
    left: 50%;
    /*width: var(--icon-size);*/
    /*height: var(--icon-size);*/
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    transition:
        transform 0.6s ease,
        opacity 0.6s ease,
        z-index 0.6s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    transform-style: preserve-3d;
}

.carousel-item .icon-wrap {
    /*width: var(--icon-size);*/
    /*height: var(--icon-size);*/
    width: 120px;
    height: 120px;
    /*border-radius: 999px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow:*/
    /*    0 0 0 1px rgba(56, 189, 248, 0.35),*/
    /*    0 0 20px rgba(56, 189, 248, 0.85),*/
    /*    0 0 45px rgba(56, 189, 248, 0.6);*/
    position: relative;
    overflow: hidden;
    animation: glowPulse 3s ease-in-out infinite;
}

.icon-link {
    display: inline-block;
    text-decoration: none;
}

/* only center item clickable */
.carousel-item a {
    pointer-events: none;
}
.carousel-item.is-active a {
    pointer-events: auto;
}

.carousel-item:not(.is-active) .icon-wrap {
    opacity: 0.7;
}

/*@keyframes glowPulse {*/
/*    0%,*/
/*    100% {*/
/*        box-shadow:*/
/*            0 0 0 1px rgba(56, 189, 248, 0.35),*/
/*            0 0 16px rgba(56, 189, 248, 0.8),*/
/*            0 0 38px rgba(56, 189, 248, 0.55);*/
/*    }*/
/*    50% {*/
/*        box-shadow:*/
/*            0 0 0 1px rgba(56, 189, 248, 0.6),*/
/*            0 0 28px rgba(56, 189, 248, 1),*/
/*            0 0 65px rgba(56, 189, 248, 0.9);*/
/*    }*/
/*}*/

.icon-wrap::before {
    /* faint scanline / hologram effect */
    content: "";
    position: absolute;
    inset: -120%;
    /*background: linear-gradient(*/
    /*    120deg,*/
    /*    transparent 0,*/
    /*    rgba(56, 189, 248, 0.16) 45%,*/
    /*    rgba(56, 189, 248, 0.4) 50%,*/
    /*    rgba(56, 189, 248, 0.16) 55%,*/
    /*    transparent 100%*/
    /*);*/
    transform: translateX(-60%) rotate(10deg);
    opacity: 0.7;
    animation: scan 5s linear infinite;
}

@keyframes scan {
    0% { transform: translateX(-70%) rotate(10deg); }
    100% { transform: translateX(70%) rotate(10deg); }
}

.icon-wrap img,
.icon-wrap svg {
    width: 100%;
    height: 90%;
    object-fit: contain;
    /*background: transparent;  diyan */
    mix-blend-mode: multiply;
    /*filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.9));*/
}

/* Label under the icon */
.carousel-item .label {
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #2b2b2c;
}

.carousel-item.is-active .label {
    color: #000000;
}

.hint {
    position: absolute;
    inset-inline: 0;
    top: 100%;
    margin-top: 0.8rem;
    text-align: center;
    font-size: 0.78rem;
    color: #6b7280;
}


@media (max-width: 768px) {
    :root {
        --banner-height: 260px;
        --icon-size: 110px;
    }

    .hint {
        font-size: 0.72rem;
    }
    .carousel-shell{
        margin-top: 0px;
    }
}


/* --------------------------------end category menu slider - diyan------------------------------ */

.add-to-cart-box {
    margin-top: 10px;
    text-align: center;
    border-radius: 12px;
}

/* outer button */
.split-cart-btn {
    display: inline-flex !important;         /* force flex row */
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;

    /*padding: 10px 22px;*/
    padding: 6px 18px 6px 6px;
    /*border: 2px solid #1f7ae0;*/
    /*border: 2px solid #fea919;*/
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;

    /*background: linear-gradient(90deg, #ffffff 70%, #fea919 50%, #feb608 100%);*/
    background: linear-gradient(to right, var(--theme-color) 73%, var(--theme-color2) 50%);
    /*color: #1f7ae0;*/
    /*color: #000;*/
}


.split-cart-btn .btn-text,
.split-cart-btn .btn-cart-icon {
    display: inline-block !important;
    width: auto !important;
    white-space: nowrap;
    /*color: #000;*/
}

/* icon style */
.split-cart-btn .btn-cart-icon {
    /*color: #ffffff;*/
    /*color: #000;*/
    font-size: 14px;
    line-height: 1;
}

/* hover (optional) */
.split-cart-btn:hover {
    background: linear-gradient(90deg, #363234 0%, #4557db 50%, #124681 100%);
    color: #ffffff;
}
.split-cart-btn:hover .btn-cart-icon {
    transform: translateX(2px);
}

/*add to cart button updated - Diyan*/

/*item page start - diyan*/

    /* Card container */
.product-details-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 40px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    max-width: 900px;          /* adjust for your layout */
    margin: 0 auto 40px auto;
}

/* Title at the top, like "Product details" */
.product-details-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 24px;
}

/* Table reset */
.product-details-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

/* Rows with light separators */
.product-details-table tr {
    border-bottom: 1px solid #f0f0f0;
}

.product-details-table tr:last-child {
    border-bottom: none;
}

/* Cells */
.product-details-table td {
    padding: 5px 0;
    vertical-align: top;
    font-size: 14px;
}

/* Label (left side in each cell) */
.product-details-table .label {
    display: inline-block;
    min-width: 110px;         /* keeps labels aligned */
    font-weight: 600;
    color: #555;
}

/* Values */
.product-details-table .value {
    color: #222;
}

/* Links inside values */
.product-details-table .value a {
    text-decoration: none;
    font-weight: 500;
}

/* Small alt text */
.product-details-table small {
    font-size: 10px;
    color: #777;
    margin-left: 4px;
}
 .product-details-table td {
     font-size: 16px;
 }
 .item-cover-image{
     width: 360px;
     height: 482px;
     padding: 15px;
     margin-top: 70px !important;
     justify-self: center;
 }
 
 .qty-item{
    height: 50px;
    border-radius: 11px !important;
 }
 .qty-selctItems{
     right: -24px;
 }
 .item-details-area{
     background-color: #fff;
     padding: 28px;
     border-radius: 12px;
     margin-top: 0px;
 }
 
 .btn-item-page{
     margin-top: 0px;
     border-radius:20px;
 }
 
 @media (max-width: 576px) {
     .item-cover-image{
         
      margin-top: 0px;
     }
     .product-details-card{
         
      padding: 0px;   
     }
     
    .qty-selctItems{
     right: 174px !important;
    }
    
    .item-details-area{
        padding: 0px;
    }
    .btn-item-page{
        border-radius:5px;
    }
 }
/* --------------------------item page end - diyan---------------------------*/

.category-sec-ul li label{
    font-weight: 300;
}
.category-sec-ul li label:hover{
    color: #000;
    cursor: pointer;
}
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0;
    background: #cbd1d8;
    border: none;
    outline: none;
    position: relative;
}

/*.option-input:hover { background: #9faab7; }*/

/*.option-input:hover { background: #AC73CA;  border: none; outline: none;}*/
.category-sec-ul li:hover .option-input::before {
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 25px;

}

.category-sec-ul li:hover .option-input::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #AC73CA;
    content: '';
    display: block;
    position: relative;
    z-index: 100;

}
.option-input:checked {
    background: #AC73CA;
}
/*.option-input:hover::before {
    width: 15px;
    height: 15px;
    position: absolute;
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 25px;

}

.option-input:hover::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #AC73CA;
    content: '';
    display: block;
    position: relative;
    z-index: 100;

}*/


.hr-heading-sec-left{
    border: 0;
    height: 1px;
    background: #585858;
    background-image: linear-gradient(to right, #ccc, #585858,#585858);
}

.hr-heading-sec-right{
    border: 0;
    height: 1px;
    background: #585858;
    background-image: linear-gradient(to right,#585858, #585858, #ccc);
}

.all-icon-sec{
    margin-top: 30px;
    color: #2e306d;
    font-size: 20px;
}
.all-icon-sec a{
    color: #2e306d;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}
.brand-box{
    min-height: 70px;
    /*min-width: 100%;*/
    margin-right: 0px;
    margin-left: 0px;
    overflow: hidden;
}

.brand-box ul li {
    padding-top: 15px;
    list-style: none;
    right:0px;
    position: relative;

    -webkit-animation:brand-movement 15s linear infinite;
    -moz-animation:brand-movement 15s linear infinite;
    -o-animation:brand-movement 15s linear infinite;
    animation: brand-movement 15s linear infinite;
}

.brand-box ul li:hover{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


.brand-box ul li a img{
    padding-left: 15px;
    padding-bottom: 5px;
    height: 40px;
    widht: 100px;
}

@-webkit-keyframes brand-movement {
    0% {
        right:0%;
        left: 100%;
    }
    50%{
        right:50%;
        left: 50%;
    }
    100% {
        right:100%;
        left: 0%;
    }

}

@-moz-keyframes brand-movement {
    0% {
        right:0%;
        left: 100%;
    }
    50%{
        right:50%;
        left: 50%;
    }
    100% {
        right:100%;
        left: 0%;
    }

}

@-o-keyframes brand-movement {
    0% {
        right:0%;
        left: 100%;
    }
    50%{
        right:50%;
        left: 50%;
    }
    100% {
        right:100%;
        left: 0%;
    }

}

@keyframes brand-movement {
    0% {
        right:0%;
        left: 100%;
    }
    50%{
        right:50%;
        left: 50%;
    }
    100% {
        right:100%;
        left: 0%;
    }

}

@media screen and (max-width: 767px) {
    .navbar {
        /*background-color: #f1f1f1;*/
    }
    /*.category-box {*/
    /*border-right: solid #fff;*/
    /*width: 107px !important;*/
    /*}*/

}
.footer-t{
    overflow: auto;
}
.div-style{
    animation: animate-div 1s ease-out;

}

@keyframes animate-div{
    0% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.login-tag{
    min-width: 50%;
    margin-top: -5px;
    margin-left: -1px;
    border-radius: 0px;
}

.login-tag-txt{
    font-weight: bold;
    color: #965DB5;
}

.login-tag-txt:hover{
    color: #965DB5;
}
.log-panel{
    padding: 10px;
    /*line-height: 30px;*/
}
.log-panel label *{
    display: inline-block;
    font-weight: 100;
}

.log-panel .txt-header, .txt-header{
    color: #2e306d;
    font-weight: inherit;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.label-txt{
    color: #585858;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
}

.icon-bg span{
    background-color: transparent;
    border:none;
}

.panel-login{
    margin-top: 10px;
    font-size: 15px;
    line-height: 40px;
}

.login-title{
    font-size: 30px;
    text-align:center;
    /*font-family:Chaparral Pro;*/
    font-weight: lighter;
    padding-bottom: 15px;
}

.login-title-sub{
    font-size: 18px;
    color: #7f8d96;
    text-align:center;
    /*font-family:Chaparral Pro;*/
    padding-bottom: 10px;
    font-style: italic;

}

.panel-login-txt{
    margin-top: -50px;
    margin-left: 80px;
    color: #7f8d96;
    font-size: 14px;
}

.txt-password{
    font-size: 11px;
    color: #2e306d;
    margin-left: 20px;
}

.img-animate{
    position: relative;
    left: 0px;
    animation: moving-icon 1s ease-out;
    -webkit-animation: moving-icon 1s ease-out;
    -o-animation: moving-icon 1s ease-out;
    -moz-animation: moving-icon 1s ease-out;
}

@keyframes moving-icon{
    0% {
        left:-20px;
    }
    100% {
        left:0px;
    }
}
@-webkit-keyframes moving-icon{
    0% {
        left:-20px;
    }
    100% {
        left:0px;
    }
}
@-o-keyframes moving-icon{
    0% {
        left:-20px;
    }
    100% {
        left:0px;
    }
}
@-moz-keyframes moving-icon{
    0% {
        left:-20px;
    }
    100% {
        left:0px;
    }
}









.navbar-sec{
    padding: 0px;
    /*    padding-top: 15px;
        padding-bottom: 15px;*/
    z-index: 1001;
    position: fixed;
    width: 100%;
    transition: 1s;
    background-color: #fff;
    box-shadow: 0.5px 0px 12px #999;
    /*height: 80px;*/
    height: 100px;
}
/*.navbar-sec.load{
        padding-left: 5px;
        padding-right: 5px;
    transition: 0.2s ease;
    transform: translate(-0.5em,0);
}*/
.navbar-sec.scroll-top{
    box-shadow: 0.5px 0px 8px #888;
    /*background-color: rgba(55,180,231, 0.90);*/
    /*background-color: rgba(255,255,255, 0.90);*/
    /*background-color: rgba(241,241,241, 0.90);*/
    /*color: #fff;*/
    /*height: 60px;*/
    /*height: 120px;*/
    /*height: auto;*/
    height: 95px;
    margin-top: 0px;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    /*transition: 0.2s ease;*/
    /*border-bottom: 2px solid #2e306d;*/
}

.navbar-sec.scroll-bottom{
    background-color: #fff;
    /*transition: .2s ease;*/
}

.nav-logo{
    /*margin-top: -20px;*/
    display: inline;
}
.nav-logo:hover{
    text-decoration: none;
}

/*.nav-logo h3 *{
    display: inline;
}*/

.nav-logo img{
    height: 70px;
    margin-top: 0px;
}
/*.nav-logo.scroll-top{
    padding-left: 15px;
    transition: 0.2s ease; 
}
.nav-logo.scroll-bottm{
    padding-left: 0px;
    transition: 1s ease; 
}*/


.nav-menu.scroll-top{
    padding-right: 0px;
    /*transition: 0.2s ease;*/
}
.nav-menu.scroll-bottom{
    padding-right: 0px;
    /*transition: 0.2s ease;*/
}

.navbar-sec ul li a{
    color: #555;
    /*    padding-top: 8px;
        padding-bottom: 8px;*/
    font-weight: 100;
    transition: .5s;
    /*box-shadow: 0px 3px 0px #fff;*/
    font-size: 13px;
}
/*.navbar-sec ul li a.scroll-top{
    color: #3a3a3a;
}*/

/*.navbar-sec ul li a.scroll-top:hover{
    color: #3a3a3a;
}*/

.navbar-sec ul li a:hover, .nav-menu a.hover, .nav-menu a.active{

    /*box-shadow: inset 2px 2px 2px #2e306d;*/
    color: #263850;
    text-decoration: none;
    /*background-color: #f7f8fa;*/
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    /*box-shadow: 0px 3px 0px #2e306d;*/

}
.nav-menu li{
    /*    padding-left: 10px;
        padding-right: 10px;*/
    margin-right: 66px;
}
.nav-menu a{
    font-weight: 100;
}
.navbar-form-sec{
    /*margin: 0px 10px;*/
    margin: 0px;
    display: inline-block;
    /*opacity: 0.9;*/
    /*background-color: #eee;*/
    background-color: #fff;
    color: #666;
    border: 2px solid #2e306d;
    z-index: 10;
    border-radius: 5px 7px 5px 5px;
    margin-top: 3px;
}
.navbar-form-sec *{
    display: inline;
}
.navbar-form-sec .dropdown-menu-cat-link{
    padding: 10px;
    height: 40px;
    border-right: 1px solid #ccc;
}
.dropdown-menu-cat{
    display: none;
    margin-left: 0px;
    width: 800px;
    height: 150px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #f7f8fa;
}
.dropdown-menu-cat-link:hover .dropdown-menu-cat{
    display: inline;
}

/*diyan start*/
.dropdown-submenu_one{
    margin: 0px 0 0;

}
.dropdown-submenu_one .dropdown-submenu a{
    color: #555;
}

.dropdown:hover .dropdown-submenu_one {
    display: block;
}
/*edit by diyan end*/

.navbar-form-sec input{
    width: 450px;
    height: 40px;
    padding: 10px;
    /*background-color: #eee;*/
    background-color: #fff;
    border: none;
    color: #666;
    /*border-bottom: 2px solid #eee;*/
    /*    border-bottom: 2px solid #fff;*/
    border-radius: 2px 0px 0px 2px;

}
.navbar-form-sec input:focus{
    outline: none;
    background-color: #fff;
    opacity:1;
    /*border-bottom: 2px solid #2e306d;*/
    transition: 1s;

}
.navbar-form-sec .navbar-form-btn{
    background-color: #2e306d;
    height: 40px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    padding: 14px;
    cursor: pointer;
    margin-right: -1px;

}

.navbar-sec .btn-navbar, .navbar-sec a.btn-navbar{
    height: 42px;
    border-radius: 21px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 8px;
    width:  200px;
    color: #fff;
    /*border: 2px solid #263850;*/
}

.navbar-sec a.btn-navbar.btn-sub-theme:hover{
    color: #263850;
    background-color: #fff;
    /*border: 2px solid #263850;*/
    box-shadow: none;
}
.navbar-sec a.btn-navbar.btn-theme:hover{
    color: #2e306d;
    background-color: #fff;
    /*border: 2px solid #263850;*/
    box-shadow: none;
}
/*

.menu-sec{
    background-color: #2e306d;
    background-color: #fff;
    background-color: #22354F;
    height: 35px;
    position: fixed;
    top: 80px;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}
.main-menu-sec{
    background-color: #2e306d;
    background-color: #fff;
    border-bottom: 2px solid #fff;
    height: 30px;
    padding-left: 0px;
}
.navbar-sec.scroll-top .menu-sec{
    margin-top: 0px;
    margin-bottom: 0px;
    transition: 0.2s ease;
}

.navigation-icon-sec{
    display: none;
}
.main-menu-sec li{
    display: inline;

}
.navbar-sec .main-menu-sec li a{
    position: relative;
    top: 8px;
    color: #555;
    text-decoration: none;
    height: 30px;
    padding: 8px 18px ;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;

}
.navbar-sec.scroll-top .main-menu-sec li a{
    border-bottom: none;
}

.navbar-sec .main-menu-sec li a:hover, .main-menu-sec li a.active {
    background-color: #fff;
    border-bottom: none;
    color: #2e306d;
    border-bottom: 2px solid #2e306d;

    transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
}
.navbar-sec.scroll-top .main-menu-sec li a:hover, .navbar-sec.scroll-top .main-menu-sec li a.active{
    border-bottom: none;
}*/


.cart-menu{
    background-color: #fff;
    padding: 15px 15px;
}
.cart-menu:hover{
    text-decoration: none;
}


.cart-dropdown{
    background: #fff;
    display: none;
    width: 400px;
    position: absolute;
    top: 20px;
    z-index: 10001;
    text-align: left;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 2px;
    margin-left:-300px;
    box-shadow: 0px 3px 10px 0px #888;
    font-weight: 400;

}
.cart-dropdown .alert{
    padding: 3px 10px;
}
.cart-dropdown ul{

    list-style: none;
    padding-left: 0px;
    max-height: 250px;
    overflow-y: auto;
    color: #444;
    margin-bottom: 5px;
}
ul li:hover .cart-dropdown{
    z-index: 10001;
    padding: 10px;
    display: block;	/* Display the dropdown */
}

.cart-dropdown li{
    padding-bottom: 3px;
}
.cart-dropdown li *{
    display: inline;
}
.cart-dropdown li .light-txt{

}
.cart-dropdown li:hover{
    color: #333;
    /*background-color: #f1f1f1;*/
}

.cart-dropdown .cart-align *{
    display: inline;
}
.cart-dropdown .cart-align{
    /*padding-top: 10px;*/
    padding-bottom: 20px;
    text-align: center;
}

.cart-dropdown a.btn{
    border-radius: 20px;
    padding: 7px 12px;
    color: #fff !important;
    font-weight: 300;
    font-size: 14px;
     
}
.cart-dropdown a.btn.btn-default{
     background-color: #666;
      padding: 7px 20px;
}
.cart-dropdown a.btn.btn-danger{
     background-color: #dc3545;
         padding: 7px 20px;
}

.cart-menu-sec{
    /*width: 250px;*/
    padding: 0px;
    margin: 0px;
    top: 200px;
    list-style: none;
    margin:0px;
    padding:0px;
    padding-top: 10px;
}
.cart-menu-sec img{
    max-height: 80px;
    max-width: 50px;
}
.cart-menu-sec .cart-menu-link-sec{
    /*background-color: #2e306d;*/
    /*background-color: #2dc6c1;*/
    /*background-color: #fff;*/
    text-align: center;
    color: #222;
    /*height: 50px;*/
    /*width: 100px;*/
    /*margin-left: 15%;*/
    /*height:48px;*/
    /*border-bottom: 2px solid #FF4747;*/
    /*color: #FF4747;*/
    font-weight: bold;
    /*padding: 0px 5px 0px 5px;*/
}
.cart-menu-sec .cart-menu-link-sec:hover{
    /*background-color: #fff;*/
    text-align: center;
    color: var(--theme-color);
    /*color: #2e306d;*/
    /*color: #FF4747;*/
    /*border-bottom: 2px solid #FF4747;*/
}
/*.cart-menu-sec .cart-menu-link-sec:hover .cart-menu-link{
    color: #FF4747;

}*/
.cart-menu-sec .cart-menu-link-sec .cart-menu-link{
    /*color: #FF4747;*/
    /*    padding-top: 10px;
        margin-top: 5px;
        padding-bottom: 30px;*/
    text-decoration: none;
    /*font-size: 14px;*/
    /*padding-left: 10px;*/
}
/*.cart-menu-sec .cart-menu-link-sec .cart-items-count{
    display: block;
    border-top: 1.4px solid #fff;
    padding: 0px;
}*/

.cart-menu-qty{
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 195px;
}
.cart-dropdown-cancel{
    font-size: 30px;
}
.cart-qty{
    font-size: 12px;
    font-weight: bold;
    color:#fff;

    /*    background-repeat: no-repeat;
        background-image: url(../../../assets/img/cart-gry.png);*/
}

.cart-qty-purc{
    /*margin-left: -18px;*/
    font-size: 18px;
    text-align: center;
    color: #dc4b3a;
    /*    background-color: #263850;
        padding: 5px;
        border-radius: 5px;*/
    font-weight: 600;
}

.navbar-top-sec{
    height: 28px;
    margin-bottom: 10px;
    padding: 0px 15px;
    /*background-color: #2b3c08;*/
    /*background-color: #202c3b;*/
    background-color: #2e306d;
    transition: 1s;
}
.navbar-sec.scroll-top .navbar-top-sec{
    /*margin-bottom: 0px;*/
    /*transition: 0.2s ease;*/
}

.navbar-top-sec a{
    font-size: 13px;
    color: #fff;
}
.navbar-top-sec li{
    padding: 0px 15px;
}

.navbar-top-sec ul li a{
    color: #fff;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 350px;
    /*height:200px;*/
    padding:30px;
    right:0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-bottom: 3px solid #2e306d;
}
.dropdown-content label *{
    display: inline;
}
.dropdown:hover .dropdown-content, .dropdown-content:hover {
    display: block;
}


/*menu link effect*/
/* Shutter Out Horizontal */
.hvr-shutter-effect {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2e306d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-effect.white-effect:before{
    background: #fff;
}
.hvr-shutter-effect:hover, .hvr-shutter-effect:focus, .hvr-shutter-effect:active {
    color: #fff;
}
.hvr-shutter-effect:hover:before, .hvr-shutter-effect:focus:before, .hvr-shutter-effect:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*end menu link effect*/


.center-sec{
    padding-top:20px;
    padding-bottom: 15px;
    /*margin-left: 12%;*/
    margin: 0px auto;

}
.center-inner-page-sec{
    padding-top:95px;
    padding-bottom: 15px;
    margin: 0px auto;
    width: 88%;
    padding-bottom: 20px;


}


.container-fluid.light-grey-sec{
    margin-top: -4px;
    position: relative;
}

.slider-sec{
    box-shadow: inset 2px 2px 10px 20px #fff;
}

.home-content-sec{
    /*background-color: #fff;*/
    width: 99%;
    border-radius: 2px;
    /*box-shadow: 1px 1px 2px #ddd;*/
}

.home-heading-sec{
    text-align: center;
    font-family: Comic Sans MS;
    font-size: 24px;
    /*font-weight: 600;*/
    /*color: #2e306d;*/
    text-transform: uppercase;
    color: #555;
    padding-top: 15px;
    padding-bottom: 15px;

}
.home-heading-sec a{
    color: #7f8d96;
    text-decoration: none;
}
.home-heading-sec a:hover{
    color: #555;
}

.home-body-sec{
    text-align: justify;
}

.row-theme-sec{
    background-color: #2e306d;
    background-image: linear-gradient(to right, #2e306d, #197faa,#32b8f2);
    color: #fff;
}
.row-sub-theme-sec{
    background-color: #0ba5a0;
    background-image: linear-gradient(to right, #0ba5a0, #0c7f7b,#06e0d9);
    color: #fff;
}
.row-white-sec{
    background-color: #fff;
}
.row-light-grey-sec{
    background-color: #f7f8fa;
}

.row-theme-sec .home-heading-sec, .row-sub-theme-sec .home-heading-sec{
    color: #fff;

}
.row-theme-sec .hr-heading-sec-left, .row-sub-theme-sec .hr-heading-sec-left{
    background-image: linear-gradient(to right, #ccc, #fff,#fff);
}

.row-theme-sec .hr-heading-sec-right, .row-sub-theme-sec .hr-heading-sec-right{
    background-image: linear-gradient(to right,#fff,#fff, #ccc);
}

.home-items-row{
    /*    margin-top: 15px;
        margin-bottom: 15px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}
.home-items-row-left-sec ul{
    padding-left: 0px;
    padding: 15px 0px;
}

.home-items-row-left-sec ul li{
    list-style: none;
    padding: 10px;
    margin-left: 0px;
    font-size: 15px;
}
.home-icons-row{
    margin-top: 0px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.home-icons-row .heading-txt{
    font-size: 20px;
}

.div-animate-style{
    text-align: center;
    font-size: 15px;
    /*font-weight:650;*/
    font-style: italic;
    color: #7f8d96;
}

.div-animate-style i{
    color:#7f8d96;
}

.home-item-full-sec {
    /*text-align: justify;*/
    display: inline-block;
    padding-top: 15px;
    padding-left: 0px;
    margin:0px auto;
    height: 410px;
    /*display: inline-block;*/
}
.home-item-full-sec li{
    display: inline-block;
    text-align: center;
}

.home-item-sec, .item-ind-sec {
    position: relative;
    background-color: #fff;
    /*box-shadow: inset 0px -2px 0px  #fff;*/
    /*border-top: 2px solid #fff;*/
    border-bottom: 2px solid #fff;
    border-radius: 2px;
    text-align: center;
    /*    margin: 0px auto;
        margin-right :0px;*/
    /*    margin-right: 10px;
        margin-left: 10px;*/
    margin: 0px auto;
    margin-bottom: 30px;
    /*        width: 210px;
            width: 190px;*/
    width: 200px;
    height: 400px;
    overflow: hidden;


    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;

}
.row-white-sec .home-item-sec {
    border: 1px solid #eee;
}
.home-item-sec:hover .item-top-sec img{
    transform: scale(1.03);
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.home-item-sec:hover, .item-ind-sec:hover{
    background-color: #eee;
    /*border-top: 2px solid #2e306d;*/
    border-bottom: 2px solid #2e306d;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.home-item-sec a, .item-ind-sec a{
    text-decoration: none;

}

.item-top-sec{
    padding: 5px;
    /*border-bottom: 1px solid #eee;*/
    height: 330px;
    color: #444;
    font-size: 13px;
    line-height: 22px;

}
.item-top-sec-link{
    text-decoration: none;
    color: #555;
}
.item-top-sec-link:hover{
    text-decoration: none;
    color: #000;
}
.item-top-sec strong, .item-top-sec span{
    display: block;
    line-height: 30px;
}
.item-top-sec img{
    max-width: 130px;
    max-height: 195px;
    margin: 0px auto;
    margin-bottom: 20px;
    /*border: 1px solid #ddd;*/
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.item-bottom-sec{
    padding: 5px;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 65px;
}
/*edit by diyan*/
.item-bottom-sec2{
    padding: 5px;
    font-size: 15px;
    /*margin-top: 98%;*/
    margin-bottom: 15px;
    height: 65px;
}

.item-ind-sec{
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
}
.item-ind-sec .item-top-sec img{
    border: none;
}

.left-menu-icon-full-sec{
    text-align: center;
    margin-top: 10px;
    /*padding: 5px;*/
}
.left-menu-icon-full-sec .col-sm-2{
    padding: 0px;
}
.left-menu-icon-sec{
    text-align: center;
    background-color: #f7f8fa;
    margin: 5px;
    padding: 5px;
}
.left-menu-icon-sec a{
    color: #7f8d96;
    color: #555;

    text-decoration: none;
}
.left-menu-icon-sec a:hover, .left-menu-icon-sec a:hover i{
    color: #c90e9e;
}
.left-menu-icon-sec a *{
    /*display: block;*/
}
.left-menu-icon-sec i{
    font-size: 40px;
    /*color: #b6c0c6;*/
    color: #444;
    color: #2e306d;
}

.category-icon-sec, .related-item-sec {
    text-align: center;
}
.category-icon-sec a, .related-item-sec a{
    /*color: #7f8d96;   */
    color: #468dc2;
    transition: 1s;
}
.category-icon-sec a:hover, .related-item-sec a:hover{
    color: #000;
    text-decoration: none;
    transition: 1s;
}
.category-icon-sec img{
    height: 60px;
    width: 60px;
    margin: 5px auto;
    border-radius: 0px;
    /*border: 1px solid #ddd;*/
    transition: 1s;
}
.category-icon-sec:hover img, .related-item-sec:hover img{
    transform: scale(1.1);
    transition: 1s;
}
.dropdown-menu-cat .category-icon-sec img{
    height: 50px;
    width: 50px;
    border-radius: 0px;
    /*edit by diyan start*/
    height: 37px;
    width: 37px;
    /*edit by diyan end*/
}
.related-items-full-sec {
    list-style: none;
}
.related-item-sec {
    line-height: 0px;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
}
.related-item-sec img{
    max-height: 70px;
    max-width: 70px;
    margin: 0px auto;
    /*border-radius: 80px;*/
    border: 1px solid #ddd;
    transition: 1s;
}

/*.item-bottom-sec a{ 
    text-decoration: none;

    margin-bottom: 10px;
    font-size: 12px;
    background-color: #2e306d;
    color: #fff;
    border: 1px solid #2e306d;
    height: 40px;

    padding: 8px;    

}
.item-bottom-sec a:hover{ 
    background-color: #fff;
    color: #2e306d;

    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}*/
.item-bottom-sec button{
    margin-bottom: 10px;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    background-color: rgba(163,100,197,0.9);
    color: #fff;
    height: 30px;
    width: 90px;
    padding: 5px;
}

.item-more-info{

}


.item-map{
    font-size: 12px;
    padding: 12px;
    letter-spacing: 1px;
}

.item-map li a{
    color: #2e306d;
    font-weight: bold;
}

.img-item{
    margin-top: 13px;
    border:1px solid #fff;
    position: relative;
    overflow: hidden;
    /*width: 250px;*/
    /*height: 350px;*/
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
}

.img-item:hover{
    transform: scale(1.02);
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
}

.item-sub-img-sec {
    background-color: #f7f8fa;
}
.item-sub-img-sec img{
    display: inline;
    width: 65px;
}


.item_title{
    color:#333;
    font-style: normal;
}

.item_price{
    color:#D9534F;
     font-family: roboto;
    font-weight: bold;
}

.item-delievery-est-sec{
    background-color: #ddd;
    color: #555;
    font-weight: bold;
    padding-left: 5px;
    /*    border-left: 2px solid #263850;
        border-right: 2px solid #263850;*/
}
.item-delievery-est-sec input{
    border: none;
    border-bottom: 2px solid #263850;
    border-top: 2px solid #263850;
    padding: 6px ;
    width: 220px;
    margin-left: 10px;
}

.important-field{
    color: #ff007f;
    font-size: 20px;
    font-style: normal;
}
/**checkout*/

.cart-table .td-remove{
    padding-top: 3px;
    width: 50px;
}
.cart-table .td-remove a{
    color: #464646;
    font-size: 25px;

}
.cart-table .td-qty .form-control{
    width: 50px;
    border:1px solid #2e306d;
}
.cart-table .td-qty .input-group-addon{
    background-color: #2e306d;
    border:1px solid #2e306d;
    color: #fff;
    font-size: 13px;
    width: 40px;
    height:30px;
}
.top-cart-btns, .cart-qty-multiply{
    display: none;
}
/**end checkout*/

/*
.front-head{
    height: 40px;
    padding-top: 3px;


}

.front-head {
    font-size: 21px;
    padding: 3px;
    border: none;
    background: none;
}

.front-body{
    padding-top: 10px;
    padding-bottom: 10px;
}

.adavnce-serach-left{
    border-right: 1px solid #ccc;
}

.gallery-item-img{
    border: 1px solid #CAC6C6;
    width: 140px; 
    height: 220px;
}

.txt-heading{
    color: #333;
}

.light-grey-sec-o{
    background-color: #f2f2f2;
}*/

/*prescription*/
.prescription-full-sec{
    margin-top: 10px;
    margin-bottom: 30px;
}
.prescription-banner-sec{
    background-image: linear-gradient(210deg,#15eae7 0, #2e306d  70%,#2e306d);
    padding: 60px 10px;
    color: #fff;
    border-radius: 100px 0px 0px 0px;
    min-height: 900px;
    font-size: 16px;
}
.prescription-banner-sec i{
    margin-right: 10px;
}
.prescription-upload-sec{
    background-image: linear-gradient(330deg,#ccc 0, #fff  50%,#fff);
    padding: 30px;
    border-radius: 0px 0px 100px 0px;
    min-height: 500px;
    min-height: 900px;
}
.prescription-img-sec{
    display: none;
    background-color: #F7F8FA;
}
.prescription-img-sec div i{
    font-size: 25px;
    cursor: pointer;
    color: #bbb;
}
.prescription-img-sec div{
    display: inline-block;
    height: 100px;
    width: 100px;
}
.prescription-img-sec img{
    height: 100px;
    width: 100px;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 3px;
    margin: 3px;
}
/*end prescription*/

/*user account*/
.user-icon-sec{
    color: #2e306d;
    margin: 0 auto;
      /*background-image: linear-gradient(to right, #2dc6c1, #3ee6ea, #4bbeff, #55b3ea);*/
       background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2));
    padding: 25px;
    vertical-align: central;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 100px;
    color: #fff;
}

.user-icon-sec:hover{
      /*background-image: linear-gradient(to right, #55b3ea, #4bbeff, #3ee6ea, #2dc6c1);*/
       background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2));
}

a.user-icon-link{
    font-size: 20px;
    /*color: #666;*/
      color: #fff;
    text-decoration: none;
    padding-top: 20px;
}
a.user-icon-link:hover{
    /*color: #2e306d;*/
      color: #fff;
}

.user-icon-sec a{
    color: #666;
    color: #fff;
    text-decoration: none;
}


.user-icon-sec a:hover{
    color: #eee;
    box-shadow: none;

    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.user-icon-sec i{
    font-size: 40px;
}

.start-rating{
    font-size: 12px;
}

.glyphicon-star{
    color: #ffc200;
}

.start-rating .colored{
    background-color: yellow;
}

.available-book{
    color: #117211;
}

.unavailable-book{
    color: #c45858;
}

.home-book-menu{
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 24%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    box-shadow: 1px 1px 2px #ccc;
    border-radius: 2px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    color: #ccc;
    text-decoration: none;

}

.home-book-menu:hover, .home-book-menu.active{
    text-decoration: none;
    background-color: #2197c5;
    /*background-color: #1cb8f6;*/
    /*background-color: #666;*/
    color: #fff;
    transition: 1s;
    font-size: 21px;

}



@media only screen and (max-width: 1200px) {
    .page-inner-sec{
        margin: 0px auto;
        width: 100%;
    }

    /*.category-box {*/
    /*border-right: solid #fff;*/
    /*width: 159px !important;*/
    /*}*/
}
@media only screen and (max-width: 900px) {
    .user-icon-sec{
        font-size: 16px;
    }

    .user-icon-sec i{
        font-size: 22px;
    }


}


/*footer*/
.footer-up-sec{
    background: #2e306d;
    background: #E8E8E8;
    height: 3px;
    margin-top: 5px;
}
.footer-up-sec-second {
    background: #7b47c1;
    height: 3px;
}


.footer-middle{
    /*background: #22354f ;*dark*/
    background: #fff ;/**dark*/
    /*    background: #E8E8E8 ;*light grey
        background: #ddd ;*light grey*/
    /*background-image: linear-gradient(270deg,#ddd 0, #eee 50%,#eee);*/
    font-family: Tahoma;
    min-height: 400px;
    /*color: #666;*/
    /*border-top: 3px solid #fff;*/
    line-height: 30px;

    /*background-color: #2B3340;*/
    /*border-top: 3px solid #fff;*/
    /*font-size:15px;*/
    /*    color: #c90e9e;*/
    /*color: #BEC6C9;*/
    color: #666;
}
.footer-middle a{
    color: #f3f3f3;
    /*color: #BEC6C9;*/
    color: #666;
    text-decoration: none;
    transition: .5s;
    padding-left: 0px;

}
.footer-middle a:hover{
    color:#2e306d;
    color:#2e306d;
    text-decoration: none;
    transition: .5s;
    padding-left: 3px;
}
.footer-middle li{
    color: #f2f2f2;
    /*color: #BEC6C9;*/
    color: #666;
    padding-left: 5px;
    list-style: none;
    line-height: 30px;
}

.footer-sub-txt {
    color: #bbb;
    color: #666;
    padding-left: 45px;
    letter-spacing: 1px;
    padding-bottom: 30px;
    font-size: 13px;
}

.footer-middle li h5{
    padding-top: 10px;
    font-size: 14px;
    /*border-bottom: 1px solid #BFD4D5;*/
    height: 35px;
    /*margin-bottom: 10px;*/

}
.footer-middle li hr{
    margin-top: 0px;

}

.footer-bottom{
    padding-left: 30px;
    padding-right: 30px;
    height: 70px;
    background-color: #fff;
    background-color: #0e1e33;
    /*border-top: 3px solid #fff;*/
    font-size:15px;
    color: #c90e9e;
    color: #BEC6C9;

}




/*qatarebuy.com style*/
.profile-sec{
    /*display: block;*/
    margin-bottom: 20px;
    background-color: #f7f8fa;
    border-top: 2px solid #263850;
    border-bottom: 2px solid #263850;
    padding: 5px;
}
.profile-img-sec{
    text-align: center;
}
.profile-img-sec img{
    max-width: 220px;
    max-height: 160px;
}
.profile-sec h2 {
    font-size: 20px;
}

.latest-update-sec{
    margin: 0px;
    padding: 3px;
    text-align: center;
    background-color: #ccc;
    margin-top: -10px;
    height: 62px;
}
.latest-update-sec strong{
    color: #333;
}
.latest-update-sec input{
    display: inline;
    width: 160px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 3px;
    height: 30px;
}
.latest-update-sec button{
    width: 50px;
    height: 30px;

}

.deal-label{
    /*    margin: 0px auto;
        width: 64px;
        height: 64px;
        border-radius: 30px;
        border-bottom-right-radius: 64px;
        transform: rotate(320deg);
        border-radius: 0px;
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 3px;
        padding-top: 5px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 20px;
        background-color: #e51495;
        background-color: #f90e9b;
        color: #fff;*/

    /*background-color: #c90e9e;*/
    background-color: #17af0d;
    color: #fff;
    margin: 0px auto;
    width: 150px;
    height: 22px;
    transform: rotate(320deg);
    border-radius: 0px;
    position: absolute;
    text-align: center;
    left: -107px;
    /*top: 28px;*/
    top: 20px;
    padding: 0px;
    /*padding-top: 2px;*/
    text-align: center;
    font-size: 15px;
    line-height: 0px;

}
.deal-label span{
    line-height: 25px;
}
/*edit by diyan - bundle offer*/
.deal-label2{

    background-color: #f57d10;
    color: #fff;
    margin: 0px auto;
    width: 321px;
    height: 22px;
    transform: rotate(360deg);
    border-radius: 0px;
    position: absolute;
    text-align: center;
    left: -63px;
    top: 172px;
    padding: 0px;
    /*padding-top: 2px;*/
    text-align: center;
    font-size: 15px;
    line-height: 0px;

}
.deal-label2 span{
    line-height: 25px;
}

.img-cod-label{
    background-color: #FF4747;
    color: #fff;
    margin: 0px auto;
    width: 160px;
    height: 45px;
    /*height: 22px;*/
    transform: rotate(320deg);
    border-radius: 0px;
    position: absolute;
    text-align: center;
    left: -62px;
    top: -8px;
    /*top: 20px;*/
    padding: 0px;
    /*padding-top: 2px;*/
    text-align: center;
    /*font-size: 13px;*/
    font-size: 13px;
    line-height: 0px;
    padding-top: 10px;
    /*padding-left: -2px;*/
    /*padding-top: 0px;*/
    /*font-weight: bold;*/
    /*padding-left: 20px;*/
    /* display : none;   edit by diyan - bundle */

}
.img-cod-label span{
    line-height: 18px;
}

.other-page{
    line-height: 25px;
    color: #666;
}
.page-title{
    color: #2e306d;
    font-size: 22px;
}

.customer-dashboard-menu{
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.customer-dashboard-menu a{
    padding: 15px 20px;
    color: #2e306d;
    font-size: 14px;
}
.customer-dashboard-menu a:hover, .customer-dashboard-menu a.active{
    background-color: #eee;
    border-bottom: 2px solid #2e306d;
    text-decoration: none;
}

.customer-dashboard-menu-mobile{
    text-align: center;
}
.customer-dashboard-menu-mobile *{
    display: inline-block;
}
.customer-dashboard-menu-mobile a{
    padding: 5px 10px;
    text-decoration: none;
    /*background-color: #f7f8fa;*/
    color: #7f8d96;
    transition: 1s;
}
.customer-dashboard-menu-mobile a:hover{
    color: #000;
    transition: 1s;
}
.customer-dashboard-menu-mobile a *{
    display: inline-block;
}
.customer-dashboard-menu-mobile i{
    font-size: 30px;
}

/*end qatarebuy.com style*/


/*theme color = #2e306d*/
.btn-theme{
    /*border: 2px solid #2dc6c1;*/
    border: 2px solid var(--theme-color);
    /*background-color: #2dc6c1;*/
    /*background-image: linear-gradient(to right, #2dc6c1, #3ee6ea, #4bbeff, #55b3ea);*/
     background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2));
    color: #fff;
    padding: 6px;
    /*border-radius: 1px;*/
}
.btn-theme:hover{

    /*color: #2dc6c1;*/
    color: #fff;
    background-color: #fff;
    /*background-image: linear-gradient(to right, #55b3ea, #4bbeff, #3ee6ea, #2dc6c1);*/
     background-image: linear-gradient(to right, var(--theme-color), var(--theme-color2));
    text-decoration: none;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;

}
.btn-theme-o{
    /*border: 2px solid #2dc6c1;*/
    border: 2px solid var(--theme-color);
    background-color: #fff;
    color: #2e306d;
}
.btn-theme-o:hover{
    color: #fff;
    /*background-color: #2dc6c1;*/
    background-color: var(--theme-color);
    text-decoration: none;
    transition: 1s;

}

.btn-sub-theme{
    border: 2px solid #263850;
    background-color: #263850;
    color: #fff;
}
.btn-sub-theme:hover{
    color: #263850;
    background-color: #fff;
    text-decoration: none;
    transition: 1s;
}

.btn-sub-theme-o{
    border: 2px solid #263850;
    background-color: #fff;
    color: #263850;
}
.btn-sub-theme-o:hover{
    color: #fff;
    background-color: #263850;
    text-decoration: none;
    transition: 1s;
}

.btn-sec {
    margin: 20px 0px;
    background-color: #f5f5f5;
    padding: 15px;
    /*text-align: right;*/
}
.btn-sec *{
    margin-left: 10px;

}
.align-right {
    text-align: right;
}

.more_text, .read_less{
    display: none;
}


/*classified items*/
.item-listup{
    list-style-type: none;
    margin: 0px auto;

}

.item-search-sec{
    width:230px;
    border:2px solid #fff;
    text-align: center;
    display: inline-block;
    line-height: 25px;

    background-color: #f7f8fa;
    margin: 20px 20px;
    padding: 15px;


}

.item-search-sec:hover{
    border:2px solid #2e306d;
    transition: 1s;
    -moz-transition: 1s;
    -wekbit-transition: 1s;
    -o-transition: 1s;
}

.item-search-sec-top{
    height: 330px;
    position: relative;
}
.item-search-sec-bottom{

}

.item-search-sec a img{
    margin:0 auto;
    padding-bottom: 20px;

    /*width: 210px;*/
    width: 200px;
    height: 200px;

}

.item-listup-title{
    color:#555;
}

.lg-margin-top{
    margin-top: 110px;
}

.home-bottom-info{
    height: 200px;
    /*text-align: center;*/
    padding-top: 15px;
    padding-bottom: 80px;
    text-align: center;
    /*background-color: #2e306d;*/
    background-image: linear-gradient(270deg,#263850 0, #9b2651 50%,#eab2c6);
    background-image: linear-gradient(270deg,#2e306d 0, #ff9456 50%,#2e306d);
    color: #fff;
    margin-bottom: -15px;

}
.home-bottom-info h3{
    font-size: 35px;
    color: #fff;
    /*font-weight: bold;*/
    font-family: monospace;
    line-height: 40px;
}
.home-bottom-info h3 *{
    display: inline;
    /*text-shadow: 30px 25px 4px #f1f1f1;*/
}

.home-bottom-banner{
    height: 350px;
    background-image: url('../../img/baby_bg.jpg');
    background-repeat: no-repeat;

    /*text-align: center;*/
    padding-top: 80px;
    padding-bottom: 80px;

    position: relative;
    overflow: hidden;


}

.home-bottom-banner .btn-banner{
    width: 220px;
    height: 50px;
    margin-top: 20px;
    padding-top: 10px;
    font-size: 20px;
}
.home-bottom-banner-sub{
    position: absolute;
    opacity: 0.2;
    bottom: 40px;
    text-align: center;
    margin-left: 400px;
    /*zoom: 0.6;*/
    /*line-height: 200px;*/

}
.home-bottom-banner-sub h3{
    line-height: 30px;
}

.slider-txt1{

}

.slider-txt2{
    position: absolute;
    opacity: 0;
    text-align: center;
    margin-left: 400px;
    bottom: 40px;
    zoom: 0.85;
}




@keyframes home-bottom-banner-move{
    0% {
        padding-bottom:0px;
    }
    100% {
        padding-bottom:200px;
    }
}
@-webkit-keyframes home-bottom-banner-move{
    0% {
        padding-bottom:0px;
    }
    100% {
        padding-bottom:200px;
    }
}
@-o-keyframes home-bottom-banner-move{
    0% {
        padding-bottom:0px;
    }
    100% {
        padding-bottom:200px;
    }
}
@-moz-keyframes home-bottom-banner-move{
    0% {
        padding-bottom:0px;
    }
    100% {
        padding-bottom:200px;
    }
}


.sidemenu-form-sec{
    margin: 0px auto;
    display: inline-block;
    color: #666;
    /*border: 0.5px solid #ddd ;*/
    background-color: #eee;
    display: block;
    box-shadow: 2px 0px 2px #f1f1f1;
    border-bottom: 2px solid #2e306d;
}
.sidemenu-form-sec i{
    margin: 5px 10px;
    width: 20px;
    color: #2e306d;
    font-weight: bold;
    margin-right: 0px;
    cursor: pointer;
}
.sidemenu-form-sec input{
    height: 40px;
    padding: 5px;
    background-color: #eee;
    border: none;
    color: #666;
    width: 85%;
    font-weight: bold;
    font-size: 14px;

}
.sidemenu-form-sec input:focus{
    outline: none;
}
.sidemenu-form-sec input:focus {
    background-color: #fff;
    transition: .5s;
}
.sidemenu-form-sec input:focus .sidemenu-form-sec {
    border-bottom: 2px solid #555;
}

#arrow-down, #arrow-up{
    margin-left: 10px;
    font-size: 16px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    /*background-color: #888;*/
    color: #2e306d;
}
#arrow-down{
    padding: 4.5px 3.5px;
}
#arrow-up{
    padding: 3.5px 4px;
}

/*makeen style*/
.front-page-body{
    padding-top: 100px;
}

.page-inner-sec{
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 10px;
    /*width: 90%;*/
    background-color: #fff;
}
.other-page-full-sec{
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    /*width: 90%;*/
    background-color: #fff;
}


.page-full-sec{
    min-height: 600px;
}
.banner-full-sec{
    background-color: #fff;
    background-image: linear-gradient(270deg,#B6E2EA 0, #cdeef4 50%,#cdeef4);
    margin-top: -10px;
}

.front-login-page-bg{
    height: 500px;
    height: 1000px;
    height: 100%;
    width: 100%;
    opacity: .8;
    background: url(../../img/app/bg4.jpg) no-repeat ;
    background-size: 100% 100%;
    position: fixed;
    top: 0px;
    top: 0px;
    z-index: -1;
}

.front-login-page-full-sec{
   
}

.panel-login{
  /*background-image: linear-gradient(to right, #2dc6c1, #3ee6ea, #4bbeff, #55b3ea);*/
/*color: #2dc6c1;*/
color: var(--theme-color);
text-align: center;
}
.panel-login .fa{
    /*color: #2dc6c1;*/
    color: var(--theme-color);
}
.panel-login img{
    text-align: center;
    margin: 0px auto;
    
}
.front-login-sec{
    min-height: 600px;
    height: 100%;
    width: 100%;
   background-color: rgba(255, 255, 255, 1);
}

.grocery-banner-full-sec ul li img{
    width: 100%;
    height: 250px;
}
.triangle-bottom:after {
    content:'';
    position: absolute;
    /*top: 100%;*/
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 50px #e15915;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}

.seller-icons-triangle-right:after{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border:60px solid transparent;
    border-left: 30px solid #eee;
}
.btn-upload-prescription{
    /*background-image: linear-gradient(270deg,#FEC4D5 0, #263850 50%,#FEC4D5);*/
    border-radius: 50px;
    font-size: 15px;
    font-family:  monospace;
    margin-top: 10px;
    margin-bottom: 10px;
}
.category-icon-full-sec{
    /*padding-top: 5px; diyan*/
    padding-top: 10px;
    /*background-color: #fff;*/
}
.btn-upload-prescription:hover{
    /*background-image: linear-gradient(270deg,#fff 0, #f5f5f5 50%,#fff);*/
}
.btn-upload-prescription img{
    height: 60px;
    width: 200px;
    margin-right: 30px;
    border-radius: 30px;
}
.category-menu-left-sec{
    /*background-color: #f7f8fa;*/
    list-style: none;
    padding-left: 0px;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}
.category-menu-left-sec ul{
    padding: 0px;
    margin: 0px;
}
.category-menu-left-sec li{
    padding: 10px 10px;
    list-style: none;
    border-left: 3px solid #fff;
    transition: .5s;

    /*border-right: 3px solid #fff;*/
    /*    margin-left: 0px;
        padding-left: 0px;*/

}
.category-menu-left-sec li:hover, .category-menu-left-sec li.active{
    background-color: #e2e2e2;
    border-left: 3px solid #2e306d;
    padding-left: 12px;
    transition: .5s;
    /*border-right: 3px solid #2e306d;*/
}
.category-menu-left-sec li a{

    color: #333;
    text-decoration: none;
}
.category-menu-left-sec li.child-category-menu{
    padding: 10px;
    padding-left: 70px;
    background-color: #eee;
    border-left: 3px solid #ccc;

}
.category-menu-left-sec li.child-category-menu a{
    color: #666;
}
.category-menu-left-sec li.child-category-menu:hover, .category-menu-left-sec li.child-category-menu.active{
    background-color: #e2e2e2;
    border-left: 3px solid #2e306d;
    transition: .5s;
    /*border-right: 3px solid #2e306d;*/
}
.category-menu-left-sec li img{
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin-right: 10px;
}
.category-menu-left-sec li i{
    padding-right: 15px;
}

.bottom-banner-sec{
    margin-top: 300px;
}

.home-icon-menu-sec .col-sm-3{
    padding: 6px 5px;
}
.home-icon-menu-sec a:hover {
    text-decoration: none;
}
.home-ind-icon-menu{
    text-align: center;
    color: #666;
    font-weight: bold;
    font-size: 14px;
    line-height: 35px;
    background-color: #f7f8fa;
    background-color: #eee;
    padding: 3px;
    height: 75px;
    width: 100%;
    /*border-bottom: 2px solid #2e306d;*/
    color: #2e306d;
}
.home-ind-icon-menu i{
    font-size: 38px;
    color: #2e306d;
    display: block;
}
.home-ind-icon-menu:hover i{
    color: #fff;
}
.heading-txt{
    font-family: var;
    font-size: 28px;
    /*font-weight: 600;*/
    /*color: #2e306d;*/
    /*color: #666;*/
    color: #000;
    margin: 15px 0px;

}
.top-seller-full-sec{
    width: 100%;
    height: 64px;
    overflow: hidden;
    padding: 0px;
    padding-left: 15px;
    padding-right: -15px;
    margin-top: -10px;
    margin-bottom: 0px;
}
.top-seller-sec{
    background-color: #fff;
    left: 0px;
    top: 0px;
    font-size: 14px;
    width: 3000px;

}

.top-seller-sec li img{
    height: 60px;
    margin: 2px 20px;
}

.deal-banner-sec{
    /*background-color: #263850;*/
    background-image: linear-gradient(270deg,#263850 0,#263850 47.5%,#a50964);
    color: #fff;
    height: 450px;
    margin: 0px;
    text-align: center;

}
/*End makeen style*/
/*sm icons footer*/
.sm-icons{
    width: 35px;
}

.sm-top-sec li{
    padding: 0px 5px;
}

@media only screen and (max-width: 1250px) {

    .brand-box ul li img{
        width: 70px;
        height: 25px;
        padding-left: 5px;
    }
    .navbar-form-sec{
        /*display: none;*/
        /*width: 100%;*/
    }
    .navbar-form-sec input{
        width: 200px;
    }

    .sidemenu-form-sec input{
        width: 75%;
    }

    .left-menu-icon-sec{
        margin: 2px;
        padding: 2px;
    }
    .left-menu-icon-sec i{
        font-size: 30px;
    }

}

@media only screen and (max-width: 1100px) {
    .home-bottom-banner-sub{
        margin-left: 400px;
    }

    .home-bottom-banner .btn-banner{
        width: 150px;
        height: 35px;
        padding-top: 6px;
        font-size: 16px;
    }

    .home-bottom-banner h3{
        font-size: 18px;
    }

    /*cart process*/
    .cart-process, .cart-process-active {
        margin-left: 18px;
        width: 90px;
        height: 40px;
        padding-top:12px;
        padding-left: 19px;
        font-size: 11px;
    }

    .cart-process i, .cart-process-active i{
        padding-right: 2px;
        font-size: 11px;
    }

    .cart-process:after, .cart-process:before, .cart-process-active:after, .cart-process-active:before {
        border-width: 20px;
    }

}
@media only screen and (max-width: 1000px) {
    .navbar-sec{
        height: auto;
    }
    .navbar-sec.scroll-top{
        height: auto;
    }
    .navbar-sec-grocery{
        height:auto;
    }
    .navbar-sec-grocery.scroll-top{
        height:auto;
    }
    .front-page-body{
        padding-top: 75px;
    }

    .navbar-header{
        text-align: center;
        width: 100%;
    }
    .nav-logo img{
        height: 50px;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    .nav-menu li{
        display: inline-block;
    }
    .navbar-form-sec{
        width: 75%;
        margin: 0px 5px;
        display: inline-block;
        /*border: 2px solid #2e306d;*/
        border: 1px solid #eee;
        background-color: #eee;
        border-radius: 2px;
    }
    .navbar-form-sec input{
        /*width: 300px;*/
        width: 75%;
        height: 32px;
        padding: 10px;
        border-radius: 2px;
        background-color: #eee;

    }
    .navbar-form-sec .navbar-form-btn{
        height: 32px;
        border-radius: 0px 2px 2px 0px;
        padding: 7px 10px;
        float: right;
        clear: both;
        background-color: #eee;
        color: #555;
    }
    .mobile-header-icon-sec *{
        display: inline
    }
    .grocery-banner-full-sec ul li img{
        height: 130px;
    }
    .cart-menu-sec{
        display: inline-block;
    }
    .navbar-sec .btn-navbar, .navbar-sec a.btn-navbar{
        height: auto;
        width:  auto;
        padding: 0px;
        background: none;
        color: #2e306d;
        border:none;
        font-size: 0px;
        margin-right: 4px;
        margin-left: 4px;
    }
    .navbar-sec .btn-navbar i, .navbar-sec a.btn-navbar i{
        font-size: 32px;
    }
    .cart-menu-link small{
        /*background-color: #263850;*/
        font-size: 13px;
        color: #263850;
        vertical-align: top;
        border-radius: 8px;
    }
    .cart-qty-purc{
        font-size: 13px;
        color: #2e306d;
        font-style: italic;
        margin-right: 4px;
        margin-left: 4px;
    }
    .home-item-sec, .item-ind-sec {
        margin: 0px auto;
    }
    .content-sidemenu-nav-icon{
        display: initial;
    }
    /*    #categoryForm{
            display: none;
        }*/

    .home-bottom-banner-sub{
        margin-left: 340px;

    }

    .home-bottom-banner .btn-banner{
        width: 150px;
        height: 35px;
        padding-top: 6px;
        font-size: 16px;
    }

    .home-bottom-banner h3{
        font-size: 16px;
    }



}


@media only screen and (max-width: 865px) {

    .navbar-form-sec{
        /*width: 70%;*/
        /*edit by diyan*/
        width: 80%;
    }

    /*cart process*/
    .cart-process, .cart-process-active {
        margin-left: 10px;
        width: 65px;
        height: 30px;
        padding-top:9px;
        padding-left: 15px;
        font-size: 8px;
    }

    .cart-process i, .cart-process-active i{
        padding-right: 2px;
        font-size: 8px;
    }

    .cart-process:after, .cart-process:before, .cart-process-active:after, .cart-process-active:before {
        border-width: 15px;
    }
    .user-icon-sec{
        height: 60px;
        padding-top: 15px;
    }

    .cart-table{
        border: none;
        font-size: 12px;
    }
    .cart-table thead{
        display: none;
    }
    .cart-table tr{
        border: none;
        background-color: #f1f1f1;
        border-bottom: 5px #fff solid;
        border-left: 3px #2e306d solid;
    }
    .cart-table td{
        border-top: none;
        /*height: 160px;*/
    }
    .cart-table .td-img
    {
        width: 80px;
        /*        display: block;*/
    }
    .cart-table .td-img img
    {
        height: 110px;
        min-width: 80px;
    }
    /*sachith edit16*/
    .cart-table .td-name {
        /*font-size: 10px;*/
        width: 280px;
        /*display: inline-block;*/
    }
    .cart-table .td-name .text-danger{
        font-size: 10px;
    }
    /*end sachith edit16*/

    .cart-table .td-order-type, .cart-table .td-qty, .cart-table .td-unit-price, .cart-table .td-line-amount{
        display: table-row;
        height: 30px;
        border-top: none;
    }
    .cart-table .td-order-type{
        text-align: right;
        float:right; /*sachith edit16*/
    }

    .cart-table .td-unit-price {
        color: #7f8d96;
        font-size: 10px;
        float:right; /*sachith edit16*/
    }
    .cart-table .td-unit-price *{
        display: inline;
    }
    .cart-table .td-line-amount{
        font-size: 11px;
        /*font-weight: 600;*/

    }
    .cart-table .normal-order, .cart-table .special-order{
        padding: 0px;
        /*font-size: 10px;*/
    }
    .cart-table .td-qty .form-control{
        text-align: center;
        padding-top: 30px;
    }
    .cart-table .td-qty .input-group-addon{
        padding: 0px;
    }
    .cart-table .td-line-amount{
        /*line-height: 30px;*/
        text-align: right; /*sachith edit16*/
    }

    .cart-table .td-remove a{
        font-size: 22px;
    }

    .cart-table .tr-total-line-amount{
        font-size: 11px;
    }
    .cart-table .tr-total-line-amount .td-hidden-sm, .cart-table .tr-delivery-amount .td-hidden-sm, .cart-table .tr-net-total .td-hidden-sm{
        display: none;
    }


    .top-cart-btns, .cart-qty-multiply{
        display: initial;
    }
}


/** newly added for v5 */
@media (max-width: 767px) {
   .cart-dropdown, ul li:hover .cart-dropdown{
        display: none;
    }
    .cart-menu-sec {
        display: none;
    }
}
/** newly added for v5 */

@media only screen and (max-width: 700px) {
    .navbar-form-sec{
        width: 65%;
    }

    .home-item-sec, .item-ind-sec {
        margin-bottom: 15px;
        /*        width: 210px;
                width: 170px;*/
        /*height: 260px;*/
        height: 370px;
        width: 170px;
    }

    .item-top-sec{
        padding: 10px;
        /*border-bottom: 1px solid #eee;*/
        height: 300px;

    }
    .item-top-sec strong, span{
        display: block;
        line-height: 25px;
    }
    .item-top-sec img{
        max-width: 100px;
        max-height: 150px;
        margin: 0px auto;
        margin-bottom: 15px;
    }
    .item-bottom-sec{
        /*        font-size: 13px;
                margin-top: 15px;
                margin-bottom: 5px;*/
        /*display: none;*/
    }
    .home-item-full-sec {
        padding-top: 10px;
        height: 350px;
    }

    .deal-label {
        left: -31px;
    }
    /*edit by diyan bundle offer*/
    .deal-label2 {
        left: -85px;
        top: 150px;
    }

    .item-bottom-sec{
        margin-top:80px;
    }
}
@media only screen and (max-width: 600px) {
    .navbar-form-sec{
        /*width: 60%;*/
        /*edit by diyan*/
        width: 75%;
    }
    .home-bottom-banner-sub{
        margin-left: 50px;

    }

    .home-item-sec, .item-ind-sec {
        margin-bottom: 15px;
        height: 380px;
        width: 160px;
    }

    .item-top-sec{
        padding: 10px;
        /*border-bottom: 1px solid #eee;*/
        height: 300px;

    }

    .home-bottom-banner .btn-banner{
        width: 150px;
        height: 35px;
        padding-top: 6px;
        font-size: 16px;
    }

    .home-bottom-banner h3{
        font-size: 16px;
        font-weight: bold;
    }

    /*cart process*/
    .cart-process, .cart-process-active {
        margin-left: 10px;
        width: 40px;
        height: 30px;
        padding-top:9px;
        padding-left: 15px;
        font-size: 0px;
        text-align: center;
    }

    .cart-process i, .cart-process-active i{
        padding-right: 2px;
        font-size: 15px;
    }

    .cart-process:after, .cart-process:before, .cart-process-active:after, .cart-process-active:before {
        border-width: 15px;
    }

    ul.nav-menu li a{
        color: #fff;
    }

    .home-ind-icon-menu{
        font-size: 13px;
        line-height: 25px;
        height: 45px;
    }
    .home-ind-icon-menu i{
        font-size: 18px;
    }
    .home-bottom-info h3{
        font-size: 18px;
    }
    .title-theme{
        font-size: 15px;
    }

}


@media only screen and (max-width: 550px) {
    .navbar-form-sec{
        /*width: 55%;*/
        /*edit by diyan*/
        width: 75%;
    }

    /*    .home-item-sec, .item-ind-sec {
            width: 200px;
        }*/

    .home-item-sec, .item-ind-sec {
        margin-bottom: 15px;
        height: 425px;
        width: 160px;
    }

    .item-top-sec{
        padding: 5px;
        height: 300px;

    }
    .item-top-sec strong, span{
        line-height: 25px;
    }
    /*    .item-top-sec img{
            max-width: 190px;
            max-height: 140px;
        }*/
}
@media only screen and (max-width: 450px) {
    .front-page-body{
        padding-top: 75px;
    }

    .nav-logo img{
        height: 45px;
        margin-bottom: 5px;
    }
    .navbar-form-sec{
        /*width: 50%;*/
        /*edit by diyan start*/
        width: 70%;
        /*edit by diyan end*/
        margin: 0px 3px;
    }
    .navbar-form-sec input{
        /*width: 300px;*/
        width: 75%;
        height: 30px;
        padding: 4px;
        border-radius: 2px;

    }
    .navbar-form-sec .navbar-form-btn{
        height: 30px;
        color: #2e306d;
        background-color: #eee;
        color: #555;
        padding: 7px 4px;
    }
    .mobile-header-icon-sec *{
        display: inline
    }
    .grocery-banner-full-sec ul li img{
        height: 120px;
    }
    .navbar-sec .btn-navbar, .navbar-sec a.btn-navbar{
        margin-right: 3px;
        margin-left: 3px;
    }
    .navbar-sec .btn-navbar i, .navbar-sec a.btn-navbar i{
        font-size: 30px;
    }
    .cart-menu-link small{
        font-size: 12px;
    }
    .cart-qty-purc{
        font-size: 16px;
        color: #2e7bc4;
    }


    /*cart process*/
    .cart-process, .cart-process-active {
        margin-left: 8px;
        width: 20px;
        height: 14px;
        padding-top:4px;
        padding-left: 8px;
        font-size: 0px;
        text-align: left;
    }

    .cart-process i, .cart-process-active i{
        padding-right: 2px;
        font-size: 8px;
    }

    .cart-process:after, .cart-process:before, .cart-process-active:after, .cart-process-active:before {
        border-width: 7px;
    }

    .cart-table .td-img
    {
        width: 55px;
    }
    .cart-table .td-img img
    {
        height: 90px;
        min-width: 55px;
    }
    .cart-table .td-name {
        /*font-size: 10px;*/ /*sachith edit16*/
        width: 200px;
        /*display: inline-block;*/
    }

    .home-item-sec, .item-ind-sec {
        width: 170px;
    }
    .item-top-sec{
        padding: 10px;
        /*border-bottom: 1px solid #eee;*/
        height: 280px;

    }
    .item-top-sec strong, span{
        display: block;
        line-height: 23px;
    }
    .item-top-sec img{
        max-width: 100px;
        max-height: 150px;
        margin: 0px auto;
        margin-bottom: 15px;
    }

    .home-item-full-sec {
        padding-top: 10px;
        height: 350px;
    }
    /*sm icons nav menu*/
    .sm-icons{
        width: 40px;
    }


}


@media only screen and (max-width: 400px) {
    .navbar-form-sec{
        /*width: 45%;*/
        /*edit by diyan*/
        width: 70%;
    }
    .home-item-sec, .item-ind-sec {
        width: 150px;
    }
}
@media only screen and (max-width: 350px) {
    .navbar-form-sec{
        /*width: 40%;*/
        /*edit by diyan*/
        width: 65%;
    }

}
@media only screen and (max-width: 300px) {
    .navbar-form-sec{
        /*width: 35%;*/
        /*edit by diyan*/
        width: 60%;
    }

}

/**site navigation bar for mobile and tab*/
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    /*background-image: linear-gradient(120deg,#fff 20%, #77d6ff 70%, #44c6ff 85%,#2e306d);  edit by diyan */
    background-color: #fff;
    box-shadow: 2px 1px 12px #999;
    border-top: 20px solid #2e306d;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #333;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav .delivery-txt {
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    font-size: 11px;
    text-align: center;
    font-style: italic;
    color: #7f8d96;
}

.sidenav .btn-primary{
    border: 2px solid #2e306d;
    background-color: #2e306d;
    color: #fff;
    margin: 10px 20px;
}
.sidenav .btn-primary:hover{
    border: 2px solid #2e306d;
    color: #2e306d;
    background-color: #fff;
    text-decoration: none;

    transition: 1s;

}

/* 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;
    }

    .center-sec{
        padding-top:0px;
    }

}

/**end site navigation bar for mobile and tab*/

/* edit by diyan -  footer  */

.payments-sec{
    padding-top:20px;
    padding-bottom: 15px;
    /*margin-left: 12%;*/
    margin: 0px auto;
}

.track-order{
    background-color: #ccc;
}


/* end edit by diyan -  footer  */


.navfooter{
    display: none;
}

@media only screen and (max-width: 1000px) {

    #scrollUp{
        display: none !important;
    }

    .navfooter {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        display: flex;
        overflow-x: auto;
        z-index: 999999;
    }

    .nav__link {
        display: flex;
        /*flex-direction: column;*/
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        min-width: 50px;
        overflow: hidden;
        white-space: nowrap;
         font-family: roboto;
        font-size: 13px;
        color: #444444;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        transition: background-color 0.1s ease-in-out;
    }

    .nav__link:hover {
        background-color: #eeeeee;
        color: #2e306d;
        text-decoration: none;
    }

    .nav__link--active {
        color: #2e306d;
    }
    .nav__icon {
        font-size: 24px;
    }
}


/*@media only screen and (max-width: 450px) {
    .navfooter {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: white;
        background-color: green;
    }
}*/

.stationery_deals_text{
    animation: blinkingText 1.2s infinite;
}

/*@keyframes blinkingText{*/

/*    0% { background-color:#c90e9e; color:#fff; height:23px;}*/
/*    49%{ background-color:#c90e9e; color:#fff; height:23px;}*/
/*    60%{ height:23px; color:transparent; }*/
/*    99%{ height:23px; color:transparent; }*/
/*    100%{ background-color:#c90e9e; color:#fff; height:23px; }*/
/*}*/
@keyframes blinkingText{

    0% {
        color:#fff;
    }
    49%{
        color:#fff;
    }
    60%{
        color:transparent;
    }
    99%{
        color:transparent;
    }
    100%{
        color:#fff;
    }
}

.static-pages-body{

    font-size: 14px;
    color: #000;
}

/*------HOME-----*/
.product-detail{
    text-align: center;
}
.product-rating{
    justify-content: center;
}
.product-box .sold .price{
    font-weight:800 !important;
}
.product-details .name{
    font-size: 1.2rem;
}
.price-rating .price{
    display: inline-flex;
    font-size: 28px;
    font-weight: 800;
}

.item-tab-description{
    background-color: #ffffff5c;
    padding: 14px;
}

.item-box-contain{
    background-color: #ffffff08;
    padding: 0px 28px 28px 28px;
    border-radius: 12px;
    margin-top: 0px;
}

.home-product-box{
    background-color: #ffffffa1;
}

#feedback-btn {
    position: fixed;
    left: 0;
    top: 40%;
    background-color: #007BFF;
    color: white;
    padding: 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
    border-radius: 0 8px 8px 0;
    transition: background-color 0.3s;
}

#feedback-btn:hover {
    background-color: #0056b3;
}

#feedback-panel {
    position: fixed;
    left: -300px;
    top: 20%;
    width: 280px;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    transition: left 0.4s ease;
    z-index: 1001;
}

#feedback-panel.open {
    left: 0;
}

.emoji-options {
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
/*edit by diyan end*/

/*edit by diyan*/

.product-image {
    position: relative;
}

.promo-badge-right {
    position: absolute;
    top: 8px;
    right: 8px;
    width: clamp(42px, 7vw, 62px);
    height: clamp(42px, 7vw, 62px);
    border-radius: 50%;
    background: #46bc2a;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.promo-badge-right .value {
    font-size: clamp(15px, 1.8vw, 22px);
    font-weight: 900;
    line-height: 1;
}

.promo-badge-right .off {
    font-size: clamp(8px, 1vw, 10px);
    font-weight: 600;
    line-height: 1;
    margin-top: 2px;
    letter-spacing: 0.5px;
}



