/* @import url(reset.css); */

/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700|Quicksand:300,400,500,700|Shadows+Into+Light+Two'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap'); */


@font-face {
    font-family: ProximaNova;
    font-weight: 700;
    src: url("fonts/700.woff2") format("woff2"),
        url("fonts/700.woff") format("woff"),
        url("fonts/700.ttf") format("truetype");
}

@font-face {
    font-family: ProximaNova;
    font-weight: 600;
    src: url("fonts/600.woff2") format("woff2"),
        url("fonts/600.woff") format("woff"),
        url("fonts/600.ttf") format("truetype");
}

@font-face {
    font-family: ProximaNova;
    font-weight: 500;
    src: url("fonts/500.woff2") format("woff2"),
        url("fonts/500.woff") format("woff"),
        url("fonts/500.ttf") format("truetype");
}

@font-face {
    font-family: ProximaNova;
    font-weight: 400;
    src: url("fonts/400.woff2") format("woff2"),
        url("fonts/400.woff") format("woff"),
        url("fonts/400.ttf") format("truetype");
}

@font-face {
    font-family: ProximaNova;
    font-weight: 300;
    src: url("fonts/300.woff2") format("woff2"),
        url("fonts/300.woff") format("woff"),
        url("fonts/300.ttf") format("truetype");
}

@font-face {
    font-family: ProximaNovaBold;
    src: url("fonts/bold.eot");
    src: url("fonts/bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/bold.woff2") format("woff2"),
        url("fonts/bold.woff") format("woff"),
        url("fonts/bold.ttf") format("truetype");
}

@font-face {
    font-family: AsapCondensedSemiBold;
    src: url("fonts/AsapCondensed-SemiBold.eot");
    src: url("fonts/AsapCondensed-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("fonts/AsapCondensed-SemiBold.woff") format("woff"),
        url("fonts/AsapCondensed-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: ProximaNovaCondensedBold;
    src: url("fonts/ProximaNovaCond-Bold.eot");
    src: url("fonts/ProximaNovaCond-Bold.eot?#iefix") format("embedded-opentype"),
        url("fonts/ProximaNovaCond-Bold.woff2") format("woff2"),
        url("fonts/ProximaNovaCond-Bold.woff") format("woff"),
        url("fonts/ProximaNovaCond-Bold.ttf") format("truetype");
    font-style: normal
}

@font-face {
    font-family: ProximaNovaBlack;
    src: url("fonts/ProximaNovaBlack.woff2") format("woff2"),
        url("fonts/ProximaNovaBlack.woff") format("woff"),
        url("fonts/ProximaNovaBlack.ttf") format("truetype");
    font-style: normal
}

@font-face {
    font-family: ProximaNovaCondensedBlack;
    src: url("fonts/ProximaNovaCond-Black.woff2") format("woff2"),
        url("fonts/ProximaNovaCond-Black.woff") format("woff"),
        url("fonts/ProximaNovaCond-Black.ttf") format("truetype");
    font-style: normal
}

@font-face {
    font-family: ProximaNovaCondensedRegular;
    src: url("fonts/ProximaNovaCondensedRegular.woff2") format("woff2"),
        url("fonts/ProximaNovaCondensedRegular.woff") format("woff"),
        url("fonts/ProximaNovaCondensedRegular.ttf") format("truetype");
    font-style: normal
}

@font-face {
    font-family: ProximaNovaExtraBold;
    src: url("fonts/ProximaNovaBlack.woff2") format("woff2"),
        url("fonts/ProximaNovaBlack.woff") format("woff"),
        url("fonts/ProximaNovaExtraBold.ttf") format("truetype");
    font-style: normal
}

@font-face {
    font-family: ProximaNovaLight;
    src: url("fonts/ProximaNovaLight.woff2") format("woff2"),
        url("fonts/ProximaNovaLight.woff") format("woff"),
        url("fonts/ProximaNovaLight.ttf") format("truetype");
    font-style: normal
}

@font-face {
    font-family: ProximaNovaSemiBold;
    src: url("fonts/ProximaNovaSemiBold.woff2") format("woff2"),
        url("fonts/ProximaNovaSemiBold.woff") format("woff"),
        url("fonts/ProximaNovaSemiBold.ttf") format("truetype");
    font-style: normal
}

@font-face {
    font-family: ProximaNovaCondensedExtraBold;
    src: url("fonts/ProximaNovaCond-Extrabld.woff2") format("woff2"),
        url("fonts/ProximaNovaCond-Extrabld.woff") format("woff"),
        url("fonts/ProximaNovaCond-Extrabld.ttf") format("truetype");
    font-style: normal
}

body {
    font-family: 'ProximaNova', arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    text-transform: none;
    text-decoration: none;
    line-height: 1.75em;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body.modal-open {
    padding-right: 0 !important;
}

.body-litegreen {
    background-color: #F5FBF8 !important;
}

.bg-white {
    background-color: #fff !important;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.home-section-title {
    font-size: 33px;
    font-weight: 600;
    color: #222;
}

.side-gaps {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.lite-green-bg {
    background-color: #f5fbf8;
}

.thin-title {
    font-size: 12px;
    letter-spacing: 2px;
}

.small-title {
    font-size: 12px;
    color:#999;
}

h5.subtext-small {
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 500;
}

h4.thin-title {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dedede;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

h4.thin-title span {
    padding: 0 10px;
}

.display-block {
    display: block !important;
}

.navbar {
    margin: 0;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}

.section-gap {
    margin-top: 35px;
    margin-bottom: 35px;
}

.blackoverlay,
.blacklocoverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-transform: translateZ(0);
    z-index: 5;
}

.textoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=10);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-transform: translateZ(0);
    z-index: 1;
}

input.btn-s {
    font-size: 11px;
}

input[type="text"],
input[type="number"],
input[type="email"],
select,
textarea {
    padding: 7px 10px;
    border: solid 1px #DEDEDE;
}

input.input-small {
    width: 100px;
}

input.input-big,
textarea.input-big {
    width: 100%;
}

input.input-error,
select.input-error {
    border: 1px solid #ff7e7e;
    background-color: #ffd3dc;
    /* color: #FFF; */
}

.btn,
.btn:hover,
.btn:active {
    text-decoration: none;
    padding: .250rem .75rem;
}

button.btn-blue,
button.btn-blue:hover,
button.btn-blue:active,
button.btn-blue:focus,
.btn-blue,
.btn-blue:hover,
.btn-blue:visited,
.btn-blue:active {
    border: 1px solid #07BDD4;
    background-color: #07BDD4;
    color: #FFF;
}

.btn-blue:hover {
    border: 1px solid #07BDD4;
    background-color: #FFF;
    color: #07BDD4;
}

.btn-grey {
    border: 1px solid #444;
    background-color: #888;
    color: #FFF;
}

.btn-grey:hover {
    border: 1px solid #444;
    background-color: #FFF;
    color: #444;
}

.ullist {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.sep {
    float: left;
    width: 100%;
    height: 10px;
}

.no-border {
    border: 0;
}

.full-content {
    float: left;
    width: 100%;
}

.close-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: url(../images/close.png);
}

a,
a:hover,
a:focus,
a:active {
    /* text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; */
    outline: none;
}

a.lnk {
    color: #E20130;
}

h2.sub-title {
    margin: 0;
    padding: 20px 0;
    font-size: 22px;
    font-weight: bold;
}

h2.page-title {
    margin: 0;
    padding: 15px 0;
    font-size: 22px;
    font-weight: bold;
    color: #E20130;
}

h3.title {
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.seo-text {
    font-size: 16px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.ulform {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.ulform li {
    float: left;
    width: 100%;
}

.ulform li label {
    float: left;
}

.divformfield {
    float: left;
}

.mandatory {
    color: red;
}

.err-msg {
    display: none;
    float: left;
    width: 100%;
    font-size: 10px;
    color: #cd0a0a;
}

#submitframe {
    display: none;
}

#pagemsg {
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -350px;
    display: none;
    float: left;
    width: 100%;
    max-width: 700px;
    padding: 20px 10px 20px 60px;
    font-size: 16px;
    z-index: 1051;
    background-color: #FAFAFA;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    -webkit-box-shadow: 0 0 3px #666;
}

#cartmsg {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -250px;
    float: left;
    width: 100%;
    max-width: 500px;
    padding: 20px 10px 20px 60px;
    font-size: 16px;
    z-index: 1051;
    background-color: #FAFAFA;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    -webkit-box-shadow: 0 0 3px #666;
}

.passmsg {
    color: #02974d;
    background: url(../images/correct.png) 10px center no-repeat;
    background-size: 40px;
    border: 1px solid #A3D179;
}

.failmsg {
    color: #C43C4C;
    background: url(../images/wrong.png) 10px center no-repeat;
    background-size: 40px;
    border: 1px solid #C43C4C;
}

.warningmsg {
    color: #C75C5C;
    background: url(../images/warning.png) 10px center no-repeat;
    background-size: 40px;
    border: 1px solid #F5CD86;
}


/*text css*/

.grey-text,
.grey-text:hover {
    color: #777;
}

.blue-text,
.blue-text:hover {
    color: #1EB7F1;
}

.blue-bg {
    background-color: #1EB7F1;
}

.red-text,
.red-text:hover {
    color: #cd0a0a;
}

.green-text,
.green-text:hover {
    color: #439441;
}

.orange-text,
.orange-text:hover {
    color: #ff8829;
}

.black-text,
.black-text:hover {
    color: #222;
}

.white-text,
.white-text:hover {
    color: #FFF;
}

.small-text {
    font-size: 10px;
}

.medium-text {
    font-size: 11px;
}

.normal-text {
    font-size: 12px;
}

.large-text {
    font-size: 14px;
}

.xlarge-text {
    font-size: 16px;
}

.right-text {
    float: right;
}

.div-form {
    display: none;
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #F2F2F2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* modall css */

.site-modal-header {
    background-color: #222;
    color: #FFF;
    padding: 10px;
}

.form-group label {
    font-weight: 600;
}

.site-modal-title {
    font-size: 18px;
    padding-top: 5px;
}

.site-modal-header .close {
    margin: 0;
    color: #FFF;
    opacity: 0.7;
    padding: 7px;
}


/* modall css ends here */


/* website css starts here */
.site-logo-holder {
    margin-top: 15px;
}

.top-wrapper {
    padding: 0px;
}

.top-wrapper-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1042;
    box-shadow: 0 0 2px #111111;
    -moz-box-shadow: 0 0 2px #111111;
    -webkit-box-shadow: 0 0 2px #111111;
}

.top-container {
    background-color: #EEEEEE;
    padding: 0px;
    transition: 0.15s all ease-in-out;
}

.mobile-menu {
    height: 35px;
}

.mobile-menu img {
    width: 100%;
}

.menu-container {
    border-top: solid 1px #a0a0a0;
    padding: 20px 0px;
}

.top-container-hidden,
.menu-container-hidden {
    height: 0px;
    overflow: hidden;
}

.dvagentretlogin-mob {
    display: none;
    float: right;
}

.site-user-container,
.site-emp-container {
    position: relative;
    float: right;
    margin-right: 10px;
}

.site-user-pic,
.site-emp-pic {
    position: absolute;
    right: 0;
    top: 5px;
    /* float: right; */
    height: 20px;
    color: #A6D800;
    font-size: 28px;
    margin-left: 10px;
    /* margin-top: 4px; */
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.site-ret-pic {
    color: #A6D800;
    margin-right: 10px;
    font-size: 16px;
}

.user-content,
.user-content:hover,
.user-content:visited,
.user-content:active,
.user-content:focus,
.emp-content,
.emp-content:hover,
.emp-content:visited,
.emp-content:active,
.emp-content:focus {
    position: relative;
    float: left;
    width: 100%;
    text-decoration: none;
    padding: 2px 35px 2px 0px;
}

.site-user-name,
.site-emp-name,
.site-ret-name {
    float: right;
    margin-top: 5px;
    color: #616161;
    font-size: 12px;
    font-weight: 500;
}

.site-ret-name {
    float: left;
}

.site-phone-holder,
.site-phone-holder:hover,
.site-phone-holder:visited,
.site-phone-holder:focus,
.site-phone-holder:active {
    position: relative;
    float: right;
    margin-left: 5px;
    padding: 8px 0px 4px 30px;
    color: #616161;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.site-phone-icon {
    position: absolute;
    top: 8px;
    left: 15px;
    color: #616161;
    font-size: 16px;
}

.ulprofileoption,
.ulempprofileoption {
    display: none;
    position: absolute;
    top: 64px;
    right: -31px;
    width: 180px;
    padding-left: 0;
    background-color: #444;
    z-index: 19;
}

.ulprofileoption li,
.ulempprofileoption li {
    float: left;
    width: 100%;
    border-bottom: solid 1px #666;
    list-style: none;
    transition: all ease-in-out 0.25s;
}

.ulprofileoption li:hover,
.ulempprofileoption li:hover {
    background-color: #666;
}

.ulprofileoption-lnk,
.ulprofileoption-lnk:hover,
.ulprofileoption-lnk:focus,
.ulprofileoption-lnk:active,
.ulprofileoption-lnk:visited {
    float: left;
    width: 100%;
    padding: 8px 15px;
    color: #FFF;
    /* font-size: 14px; */
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease-in-out 0.25s;
}

.profilemenu-icon {
    margin-right: 10px;
}

.search-container {
    position: relative;
    background-color: #FFF;
    padding: 0px;
}

.site-logo {
    float: left;
    max-height: 50px;
    max-width: 100%;
}

.mobile-menu-icon,
.mobile-menu-icon:hover,
.mobile-menu-icon:focus,
.mobile-menu-icon:active,
.mobile-menu-icon:visited {
    display: none;
    position: absolute;
    top: 0px;
    right: 5px;
    color: #017DC3;
    font-size: 22px;
    width: 25px;
    height: 100%;
    padding-top: 20px;
    text-align: center;
}

.login-link,
.login-link:hover,
.login-link:visited,
.login-link:active {
    padding: 2px 10px;
    margin-top: 3px;
    margin-left: 5px;
    font-size: 13px;
}

.signup-link {
    background-color: #FCCA41;
    color: #222;
}

.signup-link:hover {
    background-color: #6D963C;
    color: #222;
}


/* footer css  */

.footer-container {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #171717;
    border-top: solid 1px #eee;
}

.footer-header {
    color: #FFF;
    margin-top: 35px;
    margin-bottom: 20px;
}

.footer-header:after {
    content: "";
    width: 60%;
    height: 2px;
    position: absolute;
    top: 65px;
    left: 15px;
    z-index: 9;
    background: linear-gradient(to right, #ff8829 30%, #fff 50%);
}

.orange-icon {
    color: #ff8829;
}

.footer-header-lnk {
    display: none;
}

.footer-header-lnk,
.footer-header-lnk:hover,
.footer-header-lnk:active,
.footer-header-lnk:focus {
    width: 100%;
    text-decoration: none;
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #dbdbdb;
    font-weight: 500;
}

.lnk-appledown,
.lnk-anddown {
    display: block;
    width: 120px;
    height: 40px;
    background: url(../images/app-download.png) no-repeat 0 0;
    text-indent: -9999px;
}

.lnk-appledown {
    background-position: -4px 2px;
}

.lnk-anddown {
    background-position: -4px -35px;
}

.ulfooter {
    padding: 0px;
    min-height: 150px;
}

.footer-link,
.footer-link:hover,
.footer-link:focus,
.footer-link:active,
.footer-link:visited {
    float: left;
    /* width: 100%; */
    padding: 3px 0px;
    text-decoration: none;
    font-size: 15px;
    color: #dbdbdb;
}

.footer-addr-wrapper {
    padding-left: 50px;
    padding-top: 20px;
}

.footer-addr-header {
    position: relative;
    margin-bottom: 5px;
    margin-top: 20px;
}

.footer-addr-header img {
    height: 50px;
}

.footer-addr-holder {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 0;
    color: #dbdbdb;
}

.footer-addr-ico {
    display: flex;
    flex-direction: row;
    color: #fff;
    margin-right: 5px;
    font-size: 18px;
}

.footer-email-holder,
.footer-mobile-holder {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.footer-email-holder .footer-addr-ico,
.footer-mobile-holder .footer-addr-ico {
    top: 0px;
}

.footer-contact-holder {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.footer-support-email,
.footer-support-mobile {
    margin-top: -5px;
}

.social-icons {
    color: #171717;
    text-align: center;
    background-color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-size: 22px;
    margin-right: 10px;
    padding-top: 7px;
}

.bottom-footer-container {
    background-color: #1e1e1e;
    border-top: 2px solid #1e1e1e;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bottom-footer-header {
    text-align: center;
    color: #666;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.powered-by-txt {
    color: #666;
}

.powered-by-txt a {
    text-decoration: none;
    color: #017DC3;
}

.footer-social-link,
.footer-social-link:hover,
.footer-social-link:focus,
.footer-social-link:active,
.footer-social-link:visited {
    display: inline-block;
    font-size: 18px;
    color: #AAA;
    padding: 10px 10px;
}

.footer-social-link:hover {
    color: #DDD;
}

.newsletter-input-holder {
    position: relative;
    float: left;
    width: 100%;
}

input.input-newsletter,
input.input-newsletter:focus {
    float: left;
    width: 100%;
    height: 40px;
    background-color: #FFF;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding-right: 133px;
}

.btn-newsletter {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    background-color: #444;
    color: #EEE;
    border: none;
    padding: 0 30px;
    outline: none;
}


/* footer css ends here */

.cart-section {
    display:flex;
}

.cart-icon {
    float: left;
    color: #757575;
    font-size: 30px;
}

.cart-amount-holder {
    float: left;
    color: #6D963C;
    font-size: 12px;
    margin-left: 10px;
}

.cart-amount {
    float: left;
    width: 100%;
}

.cart-count {
    display: none;
    position: absolute;
    top: -10px;
    left: 15px;
    min-height: 25px;
    min-width: 25px;
    color: #FFF;
    text-align: center;
    background-color: #6D963C;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px;
}

.login-site-logo {
    width: 100px;
}

.top-label {
    font-weight: 600;
    margin-bottom: 15px;
}

.popup-header {
    margin-top: 25px;
    color: #FFF;
    float: left;
    margin-bottom: 0px;
}

.form-control {
    font-size: 0.8rem;
    line-height: 1.5;
}

.logo-modal-header {
    justify-content: left;
}

.logo-modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.forget-lnk,
.forget-lnk:hover {
    float: left;
    color: #6D963C;
    text-decoration: none;
    margin-left: 10px;
    line-height: 40px;
}


/*breadcrumb style*/

.site-breadcrumb {
    float: left;
    padding: 0;
    margin: 5px 0;
    background-color: #FFF;
}

.site-breadcrumb li {
    float: left;
    padding: 0;
    margin: 0;
}

.site-breadcrumb>li+li:before {
    content: "";
    padding: 0;
    margin: 0;
    width: 0;
}

.site-breadcrumb li a,
.site-breadcrumb li a:hover {
    position: relative;
    float: left;
    padding: 7px 15px;
    margin: 0;
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

.site-breadcrumb li a.breadcrumb-home {
    float: left;
    font-size: 20px;
    color: #222;
    padding: 5px 10px 5px 2px;
}

.site-breadcrumb li a:after {
    content: "|";
    position: absolute;
    top: 7px;
    right: -3px;
    font-size: 14px;
    color: #BBB;
}

.site-breadcrumb li:last-of-type a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -3px;
    font-size: 14px;
    color: #666;
}

.site-breadcrumb li:first-child a {
    border: none;
}

.site-breadcrumb li a.active-breadcrumb {
    color: #75a644;
}

.ulmenu {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
}

.ulmenu li {
    float: left;
    margin-left: 20px;
}

/* .ulmenu li:first-child {
    margin-left: 0;
} */

.ulsubmenu-holder {
    display: none;
    position: absolute;
    z-index: 11;
    top: 35px;
    left: 0px;
    width: 100%;
    transition: all ease-in-out 0.25s;
}

.ulsubmenu-content {
    float: left;
    width: 100%;
    padding: 0px 15px;
}

.ulsubmenu {
    float: left;
    width: 100%;
    padding: 5px 15px;
    list-style: none;
    background-color: #FFF;
    box-shadow: 0px 3px 1px #DDD, 0px 2px 1px #DDD;
    -moz-box-shadow: 0px 3px 1px #DDD, 0px 2px 1px #DDD;
    -webkit-box-shadow: 0px 3px 1px #DDD, 0px 2px 1px #DDD;
}

.ulsubmenu li {
    float: left;
    width: 25%;
}

.deal-link,
.deal-link:hover,
.deal-link:visited,
.deal-link:active {
    position: relative;
    color: #fff !important;
    background-color: #ff7a00;
    text-decoration: none;
    border-radius: 3px;
}

.menu-link,
.menu-link:hover,
.menu-link:visited,
.menu-link:active {
    position: relative;
    float: left;
    padding: 5px 15px;
    color: #222;
    text-decoration: none;
    font-size: 16px;
}

.menu-link-extras::after {
    display: none;
    position: absolute;
    content: ' ';
    left: 50%;
    top: 85%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #ffffff transparent;
}

.menu-link-extras:hover.menu-link-extras::after {
    display: block;
}

.all-categ-menu,
.all-categ-menu:hover,
.all-categ-menu:active,
.all-categ-menu:focus,
.all-categ-menu:visited {
    background-color: #fdd835;
    color: #111111;
    font-size: 12px;
    font-weight: 600;
}

.sublink-arrow {
    font-size: 10px;
    font-weight: 200;
    margin-left: 5px;
    color: #CCC;
}

.submenu-link,
.submenu-link,
.submenu-link:hover,
.submenu-link:active {
    position: relative;
    float: left;
    width: 100%;
    padding: 8px 40px 8px 10px;
    height: 37px;
    overflow: hidden;
    font-weight: 600;
    font-size: 13px;
    color: #111;
}

.ulmenu li:hover .ulsubmenu-holder {
    display: block;
}

.more-link,
.more-link:hover,
.more-link:visited,
.more-link:active {
    float: left;
    padding: 10px 20px;
    color: #FFF;
    text-decoration: none;
}

.ulmenu li.more-li {
    float: right;
    position: relative;
}

.down-arrow {
    margin-left: 5px;
    font-size: 14px;
}

.ulmoremenu {
    display: none;
    list-style: none;
    padding: 0px;
    position: absolute;
    width: 200px;
    z-index: 10;
    top: 39px;
    right: 0px;
    background-color: #FFF;
    box-shadow: 1px 0px 1px #DDD, 0px 2px 1px #DDD;
    -moz-box-shadow: 1px 0px 1px #DDD, 0px 2px 1px #DDD;
    -webkit-box-shadow: 1px 0px 1px #DDD, 0px 2px 1px #DDD;
    transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
}

.more-li:hover .ulmoremenu {
    display: block;
}

.ulmoremenu li {
    position: relative;
    float: left;
    width: 100%;
}

.moremenu-link,
.moremenu-link:hover,
.moremenu-link:visited,
.moremenu-link:active {
    float: left;
    width: 100%;
    padding: 8px 25px;
    border-bottom: solid 1px #FBFBFB;
    color: #222;
    text-decoration: none;
}

.ulmoresubmenu {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: -202px;
    width: 100%;
    list-style: none;
    padding: 0px;
    background-color: #FFF;
    box-shadow: 1px 0px 1px #DDD, 0px 2px 1px #DDD;
    -moz-box-shadow: 1px 0px 1px #DDD, 0px 2px 1px #DDD;
    -webkit-box-shadow: 1px 0px 1px #DDD, 0px 2px 1px #DDD;
}

.ulmoresubmenu li {
    float: left;
    width: 100%;
}

.ulmoremenu li:hover .ulmoresubmenu {
    display: block;
}

.moresubmenu-link,
.moresubmenu-link:hover,
.moresubmenu-link:visited,
.moresubmenu-link:active {
    float: left;
    width: 100%;
    padding: 8px 25px;
    border-bottom: solid 1px #FBFBFB;
    color: #222;
    text-decoration: none;
}

.dv-allcateg-box {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 20;
    max-width: 250px;
    background-color: #FFF;
    border: 1px solid #FCFCFC;
    box-shadow: 1px 3px 6px 0px #ccc;
    -webkit-box-shadow: 1px 3px 6px 0px #ccc;
    -moz-box-shadow: 1px 3px 6px 0px #ccc;
}

.ulallcateg {
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ulsuballcateg {
    display: none;
    position: absolute;
    top: 0;
    left: 230px;
    margin: 0;
    padding: 0;
    min-width: 250px;
    width: 100%;
    list-style-type: none;
    background-color: #FFF;
    border: 1px solid #FCFCFC;
    box-shadow: 1px 3px 6px 0px #ccc;
    -webkit-box-shadow: 1px 3px 6px 0px #ccc;
    -moz-box-shadow: 1px 3px 6px 0px #ccc;
}

.ulallcateg li,
.ulsuballcateg li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.allmenu-link,
.allmenu-link:hover,
.allmenu-link:visited,
.allmenu-link:focus,
.allmenu-link:active {
    display: inline-block;
    text-decoration: none;
    color: #616161;
    width: 100%;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
    background-image: url(../images/all-categ-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.allmenu-link-down {
    display: inline-block;
    text-decoration: none;
    color: #616161;
    width: 100%;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
    background-image: url(../images/all-categ-uparrow.png);
    background-position: center right;
    background-repeat: no-repeat;
}

.allmenu-link:hover {
    color: #333;
    background-color: #dedede;
}

.ulallcateg li:hover {
    background-color: #dedede;
}

.ulallcateg li:hover .ulsuballcateg {
    display: block;
}

li.lisuballhead {
    background-color: #DEDEDE;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}

.suballmenu-link,
.suballmenu-link:hover,
.suballmenu-link:visited,
.suballmenu-link:focus,
.suballmenu-link:active {
    display: inline-block;
    text-decoration: none;
    color: #616161;
    width: 100%;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
}

.suballmenu-link:hover {
    color: #333;
    background-color: #dedede;
}

.prod-count {
    position: absolute;
    top: 8px;
    right: 10px;
    background-color: #F2f2f2;
    border: solid 1px #F2f2f2;
    color: #333;
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 4px;
    background-color: #AAA;
    width: 4px;
}


/* product block css */

.prod-wrapper {
    position: relative;
    float: left;
    width: 100%;
    min-height: 326px;
    /* margin-bottom: 30px; */
}

.prod-wrapper-small {
    /* height: 266px; */
}

.prod-container {
    /* float: left;
    width: 100%;
    height: 100%;
    padding: 10px 0 0 0;
    border: #EEEEEE solid 1px;
    cursor: pointer;
    overflow: hidden; */

    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-image: linear-gradient(#fff, #fff);
    border-radius: 20px;
    box-shadow: 0px 0px 3px -1px #ccc;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #f0f0f0;
}

.prod-img-holder {
    position: relative;
    float: left;
    width: 100%;
    padding: 2px 2px 0 2px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    overflow: hidden;
}

.prod-img-holder img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 288px;
}

.prod-detail {
    float: left;
    width: 100%;
    padding: 25px 10px 25px 10px;
    text-align: left;
}

.prod-categ {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #AAA;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prod-name {
    float: left;
    width: 100%;
    color: #212121;
    font-size: 16px;
    overflow: hidden;
    font-weight: 600;
}

.prod-brand {
    float: left;
    font-weight: 500;
    width: 100%;
    color: #999;
    margin-bottom: 10px;
}

.prod-country-name{
    width: 100%;
    min-height:24px;
}

.prod-price-holder {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0px;
}

.price-sep {
    margin: 0 5px;
}

.price-offer,
.price-mrp {
    font-weight: bold;
    font-size: 14px;
    color: #212121;
}

.prod-add-cart-holder {
    float: left;
    width: 100%;
}

.cart-updown-btn{
    float:right;
    display:flex;
    flex-direction: row;
}

.btn-minus a,
.btn-minus a:hover,
.btn-minus a:active,
.btn-minus a:focus{
    font-size:12px !important;
    padding:5px 8px !important;
    color:#333 !important;
}

.btn-plus a,
.btn-plus a:hover,
.btn-plus a:active,
.btn-plus a:focus{
    font-size:12px !important;
    padding:5px 8px !important;
    color:#333 !important;
}

.cart-qty .prod-qty-count{
    width:50px;
}

.price-disc-mrp {
    text-decoration: line-through;
    font-weight: bold;
    font-size: 12px;
    color: #333;
}

.qty-holder {
    float: left;
    margin-top: 5px;
}

.prod-qty-text {
    float: left;
    margin-top: 1px;
    font-weight: bold;
    font-size: 11px;
}

input.prod-qty-count,
.prod-qty-count {
    float: left;
    /* width:50px; */
    height: 24px;
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 2px 3px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #000;
    font-weight: bold;
}

.add-to-cart-lnk,
.add-to-cart-lnk:hover,
.add-to-cart-lnk:active,
.add-to-cart-lnk:focus {
    float: left;
    width: 100%;
    background-color: #75a644;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    text-decoration: none;
    padding: 6px 0px;
    margin-top: 10px;
    transition: 0.25s opacity ease-in-out;
    -moz-transition: 0.25s opacity ease-in-out;
    -webkit-transition: 0.25s opacity ease-in-out;
}


/* .prod-wrapper:hover .add-to-cart-lnk{
    opacity: 1;
} */


/* product block css ends here */


/*   change password */

.password-form-holder {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 5px 0;
    background-color: #FFF;
    /* box-shadow:  0px 0px 5px 2px #CCC;
   -moz-box-shadow:  0px 0px 5px 2px #CCC;
   -webkit-box-shadow:  0px 0px 5px 2px #CCC; */
}

.log-data-holder {
    float: left;
    width: 100%;
}

.logo-container {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.logo-container img {
    width: 140px;
}

.log-form-container {
    float: left;
    width: 100%;
    padding: 0px 15px 15px 15px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


/* mini cart css */

.mini-cart-wrapper {
    float: left;
    margin-left: 5px;
    position: relative;
    z-index: 18;
    width: 95px;
}

.mini-cart-holder {
    float: left;
    width: 100%;
    max-height: 250px;
    overflow: hidden;
}

.mini-cart-item {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 10px 10px 80px;
    min-height: 80px;
    border-bottom: solid 1px #F6F6F6;
}

.mini-cart-container {
    display: none;
    position: absolute;
    top: 65px;
    right: 15px;
    width: 300px;
    background-color: #FFF;
    border: 2px solid #E2E2E2;
    border-top: none;
    border-bottom-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    z-index: 10;
}

.mini-cart-holder {
    float: left;
    width: 100%;
    max-height: 250px;
    overflow: hidden;
}

.mini-cart-img {
    position: absolute;
    top: 10px;
    left: 10px;
    overflow: hidden;
    width: 60px;
    height: 60px;
}

.mini-cart-product-name,
.mini-cart-product-name:hover,
.mini-cart-product-name:active,
.mini-cart-product-name:focus,
.mini-cart-product-name:visited {
    float: left;
    width: 100%;
    padding-right: 12px;
    color: #555;
    text-decoration: none;
    margin-bottom: 3px;
    font-weight: 600;
}

.mini-cart-price-qty {
    color: #777;
    font-size: 13px;
}

.mini-cart-remove,
.mini-cart-remove:hover,
.mini-cart-remove:active,
.mini-cart-remove:focus,
.mini-cart-remove:visited {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    color: #BBB;
    text-decoration: none;
}

.mini-cart-remove:hover {
    color: #b53737;
}

.mCustomScrollBox>.mCSB_scrollTools {
    width: 4px;
}

.mini-cart-subtotal {
    float: left;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.mini-cart-actions {
    float: left;
    width: 100%;
    padding: 0 10px 10px 10px;
}

.mini-cart-action-left {
    float: left;
    width: 50%;
    padding-right: 5px;
}

.mini-cart-action-right {
    float: left;
    width: 50%;
    padding-left: 5px;
}

.mini-cart-action-lnk,
.mini-cart-action-lnk:hover,
.mini-cart-action-lnk:active,
.mini-cart-action-lnk:focus,
.mini-cart-action-lnk:visited {
    float: left;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    color: #FFF;
    background-color: #FCCA41;
    text-decoration: none;
    transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
}

.mini-cart-action-lnk.mini-cart-checkout-lnk {
    background-color: #6D963C;
}

.mini-cart-action-lnk:hover {
    background-color: #333;
}

.mini-cart-item-count {
    font-weight: bold;
    font-size: 11px;
    margin-left: 5px;
    color: #017DC3;
}


/* mini cart css ends here */


/* Page loader*/

.pageoverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-transform: translateZ(0);
    z-index: 5;
}

.page-loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -70px;
    text-align: center;
    z-index: 12;
}

.page-loader-text {
    margin-top: 10px;
    color: #017DC3;
    font-size: 16px;
}

.pageloader-icon {
    font-size: 42px;
    color: #017DC3;
}


/* Page loader css ends here */

.gen-modal-header {
    background-color: #86BC22;
    color: #FFF;
    padding: 10px;
}

.gen-modal-title {
    font-size: 18px;
    padding-top: 3px;
}

.gen-modal-header .close {
    margin: 0;
    color: #FFF;
    opacity: 0.7;
    padding: 7px;
}


/* invoice css */

.popup {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 99;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

.orders-popup {
    position: absolute;
}

.order-inv-popup {
    min-width: 980px;
}

.pop-cont {
    width: 330px;
    margin: 0px auto;
    position: relative;
}

.pop-cont-xlg {
    width: 650px;
}

.pop-cont-xxlg {
    width: 980px;
}

.pop-cont .close {
    display: block;
    position: absolute;
    z-index: 100;
    right: -25px;
    top: 0px;
    width: 16px;
    height: 16px;
    /* background: url(../images/sprite.png) no-repeat; */
    background-position: -80px -244px;
    cursor: pointer;
    color: #FFF;
}

.pop-area {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    margin-top: 10%;
}

.radius3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.orders-popup-area {
    margin-top: 50px;
}

.pop-area .heading {
    width: 100%;
    background-color: #A6D800;
    padding: 18px 10px;
}

.pop-area .heading h2 {
    font-family: inherit;
    line-height: normal;
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 0px;
}

.gen-pop-content {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.orders-popup-content {
    position: relative;
    text-align: left;
    font-size: 13px;
    padding: 10px;
    color: #333;
}

.pop-area .enter {
    width: 100%;
    padding: 30px 20px;
}

.pop-area .orders-popup-content {
    padding: 10px 10px 25px 10px;
}


/* invoice css ends here */

.select-loc-container,
.sel-emp-retail-container {
    display: none;
    position: absolute;
    left: 0;
    width: 282px;
    z-index: 1050;
    background: transparent;
}

.current-loc-holder,
.current-loc-holder:hover,
.current-loc-holder:focus,
.current-loc-holder:focus,
.current-loc-holder:visited {
    position: relative;
    float: left;
    padding: 6px 50px;
    background-color: #FFF;
    text-decoration: none;
}

.current-location {
    float: left;
    color: #333333;
    font-size: 14px;
}

.current-loc-holder:before {
    position: absolute;
    top: 8px;
    left: 20px;
    content: '';
    height: 20px;
    width: 20px;
    background: url(../images/location_marker.png) 0px 0px no-repeat;
    background-size: cover;
}

.emp-retaler-name.current-loc-holder:before {
    background: none;
}

.current-loc-holder:after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: '';
    height: 15px;
    width: 15px;
    background: url(../images/location_down_arrow.png) 0px 0px no-repeat;
    background-size: cover;
}

.loc-form-holder {
    float: left;
    width: 100%;
    padding: 10px 15px;
    background-color: #FFF;
    padding-top: 10px;
}

.ddl-loc {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding: 6px 15px;
    border: solid 1px #DDD;
    box-shadow: none;
    outline: none;
    border-radius: 5px;
}

.site-location {
    position: relative;
    float: left;
    color: #FFF;
    font-size: 14px;
}

.site-loc-container {
    position: relative;
}

.emp-retail-container {
    float: left;
    width: 100%;
}

.site-loc-holder {
    position: relative;
    float: left;
    padding: 6px 30px;
}

.site-location {
    position: relative;
    float: left;
    color: #616161;
    font-size: 12px;
    font-weight: 500;
}

.site-loc-icon {
    position: absolute;
    top: 7px;
    left: 8px;
    color: #75a644;
    font-size: 16px;
}

.site-loc-holder:after {
    position: absolute;
    top: 9px;
    right: 0px;
    content: '';
    height: 15px;
    width: 15px;
    background: url(../images/location_down_arrow.png) 0px 0px no-repeat;
    background-size: cover;
}

.site-loc-container {
    position: relative;
}

.select-loc-wrapper {
    position: relative;
}

.retailer-select-header {
    margin: 0px;
    padding: 15px 0px;
}

.disti-loc-details {
    display: inline-block;
    width: 100%;
    padding: 6px 0px;
    color: #FFF;
}

.top-header-right {
    padding: 0px;
}

.mobile-menu,
.mobile-menu:hover,
.mobile-menu:active,
.mobile-menu:visited,
.mobile-menu:focus {
    /* position: absolute;
    left: 0;
    top: 0;*/
    display: none;
    float: left;
    color: #222;
    font-size: 22px;
    margin-top: 9px;
    padding: 9px 15px 8px 15px;
    z-index: 2;
    /* background-color: #017DC3; */
}

.site-loc-icon-active {
    position: absolute;
    top: 8px;
    left: 20px;
}

.dv-mobile-loginbox {
    display: none;
    position: absolute;
    width: 200px;
    top: 0;
    right: -500px;
    z-index: 10;
    background-color: #FFF;
    padding: 20px;
}

.dv-mobile-loginbox .site-loc-container {
    border-bottom: 1px solid #616161;
    float: left;
    width: 100%;
    padding-bottom: 6px;
}

.dv-mob-loginbox {
    float: left;
    padding: 20px 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: 0 2px 3px 2px #CCC;
    background-color: #FFF;
    margin-top: 25px;
    height: 140px;
}

.dv-mob-phone {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 27px;
    padding-top: 6px;
    border-top: 1px solid #616161;
}

.dv-mobile-loginbox .agent-login,
.dv-mobile-loginbox .retailer-login {
    background-position: center center;
    width: 105px;
    margin: 0;
    margin-top: 0;
}

.dv-mob-loginbox .header-lnk-black,
.dv-mob-loginbox .header-lnk-green {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.dv-mob-loginbox .header-lnk-black {
    margin-top: 50px;
}


/* top serach css*/

.srch-container {
    display: none;
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 9;
    background-color: #6D963C;
}

.srch-holdr-mob {
    display: none;
    float: right;
}

.srch-holdr {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
    background-color: #f7f7f7;
    border-radius: 5px;
    /* box-shadow: 1px 3px 3px 0px #ccc; */
}

.search-lnk {
    float: left;
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    margin-top: 27px;
    background: url(../images/search-icon.png) no-repeat 0 0;
}

.srch-categ {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    background-color: #f7f7f7;
    border: none;
    border-radius: 5px 0px 0px 5px;
    padding: 6px 0 3px 15px;
    /* min-width: 110px; */
}

.searchddl,
.searchddl:hover,
.searchddl:visited,
.searchddl:active {
    text-decoration: none;
    color: #555;
    margin-right: 3px;
    border-right: solid 1px #dedede;
    padding-right: 5px;
}

.srch-input {
    display: block;
    width: 100%;
}

.txt-hdr-search {
    width: 100%;
    height: 39px;
    padding: 10px 60px;
    border-radius: 3px;
}

input.txt-hdr-search {
    padding-left: 130px;
    outline: none;
    background-color: #f7f7f7;
    border: solid 1px #f7f7f7;
}

.srch-button {
    width: 60px;
    margin: 0;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    text-align: center;
}

.srch-button-mob {
    display: none;
    width: 60px;
    margin: 0;
    vertical-align: middle;
    text-align: center;
    margin-top: 5px;
}

.srch-button-mob .btn-hdr-search {
    background-color: #fff;
}

.btn-hdr-search,
.btn-hdr-search:hover,
.btn-hdr-search:focus,
.btn-hdr-search:active {
    padding: 10px 15px 11px 15px;
    z-index: 4;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    background-color: #f7f7f7;
    border-radius:0 5px 5px 0;
    color: #555;
}

.ulallcategories {
    display: none;
    position: absolute;
    left: 0;
    top: 39px;
    width: 100%;
    background-color: #f7f7f7;
    z-index: 2;
    padding: 0px;
    color: #999;
    list-style: none;
    border: solid 1px #eee;
}

.ulallcategories li {
    float: left;
    width: 100%;
}

.all-categories-link,
.all-categories-link:hover {
    display: block;
    width: 100%;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700;
    color: #555;
    background-color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.all-categories-link:hover {
    color: #FFFFFF;
    background-color: #009643;
    text-decoration: none;
}

.srch-icon {
    padding-left: 1px;
}

.ulsearchprodlist {
    list-style: none;
    position: absolute;
    top: 66px;
    left: 16px;
    width: 729px;
    margin: 0px;
    padding: 0px;
    max-height: 480px;
    overflow-y: auto;
    z-index: 11;
}

.ulsearchprodlist li:last-of-type .search-prod-lnk {
    border-bottom: none;
}

.search-prod-lnk {
    position: relative;
    float: left;
    width: 100%;
    min-height: 95px;
    padding: 15px 10px;
    border-bottom: solid 2px #EEE;
    background-color: #FFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
}

.searchprod-image-holder {
    position: absolute;
    left: 10px;
    top: 15px;
}

.searchprod-img {
    float: left;
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.searchprod-details {
    float: left;
    width: 100%;
    padding-left: 75px;
}

.searchprod-name {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #000;
}

.searchprod-price {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333;
}

.lnk-closesearch {
    display: none;
    float: right;
    color: #fff;
    margin-right: 35px;
}

/*Top Right CSS*/
.top-rightbox {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
    align-items: flex-end;
}

.top-loc {
    width: 100%;
    text-align: right;
}

.regstore-icon {
    width: 150px;
}

.lnk-changeloc,
.lnk-changeloc:hover,
.lnk-changeloc:active,
.lnk-changeloc:focus {
    text-decoration: none;
    color: inherit;
}

.lnk-changeloc:hover {
    text-decoration: underline;
}

.top-icons {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.top-whatsappbox {
    display: flex;
    flex-direction: row;
    border-right: solid 2px #dedede;
    padding-right: 10px;
    margin-right: 10px;
}

.top-whatsapp {
    width: 40px;
    height: 40px;
    background: #29a71a;
    padding: 3px 0 0 2px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
}

.top-whatsapp .green-icon {
    font-size: 30px;
    color: #fff;
}

.green-icon {
    color: #fff;
}

.top-number {
    display: flex;
    flex-direction: column;
}


.top-number span:first-child {
    font-size: 16px;
    font-weight: 600;
}

.top-number span:last-child {
    width: 100%;
    text-align: right;
    color: #a0a0a0;
}

.top-icons a {
    color: #222;
    text-decoration: none;
    font-size: 16px;
}

.top-user,
.top-fav,
.top-cartbox {
    position: relative;
    margin-left: 5px;
    margin-top: 10px;
}

.top-fav,
.top-cartbox {
    margin-left: 15px;
}

.top-fav span,
.top-cartbox span#spcartcount {
    position: absolute;
    top: -7px;
    left: 8px;
    padding: 0 2px;
    z-index: 4;
    color: #fff;
    height: 17px;
    width: 17px;
    text-align: center;
    background-color: #009039;
    border-radius: 10px;
    font-size: 8px;
    line-height: 2;
}

.top-cartbox {
    display: flex;
    flex-direction: row;
}

.top-cartval {
    display: flex;
    flex-direction: column;
    margin-top: -9px;
    margin-left: 10px;
}

.top-cartval span {
    font-size: 9px;
    color: #999;
}

#spcartval {
    font-weight: 600;
    color: #333;
}

.login-logo {
    float: right;
    width: 150px;
    margin-top: 10px;
}

.lbl-logreg {
    float: left;
    width: 30px;
    color: #616161;
    border-right: 1px solid #616161;
    font-size: 18px;
    padding: 5px 0;
}

input.input-icon {
    float: left;
    width: 260px;
    border: 0;
}

.agent-icon,
.retailer-icon {
    text-decoration: none;
    margin: 0;
    padding: 0;
    padding-left: 60px;
    width: 55px;
    height: 55px;
    margin-left: -60px;
    background: url(../images/agent-icon.png) no-repeat 0 0;
}

.retailer-icon {
    background: url(../images/retailer-icon-b.png) no-repeat 0 0;
}

.sp-agenthead {
    float: left;
    margin-top: 7px;
    color: #75a644;
    font-size: 18px;
}

.agent-login,
.retailer-login {
    float: left;
    text-decoration: none;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 35px;
    margin-top: 27px;
    background: url(../images/employee-icon.png) no-repeat 0 0;
}

.retailer-login {
    width: 84px;
    background: url(../images/retailer-icon.png) no-repeat 0 0;
}

.header-lnk-black,
.header-lnk-green {
    float: left;
    width: 100%;
    margin-left: 35px;
    color: #111;
    font-weight: 500;
}

.header-lnk-green {
    color: #75a644;
    font-size: 10px;
}


/* 
.header-search-holder{
    position:relative;
    float:left;
    width:100%;
    margin-top: 14px;
}

.header-search-select{
    float:left;
    width:20%;
    height:38px;
    background-color: #f6f6f6;
    font-size: 14px;
    color: #555;
    border-top-left-radius:5px; 
    border-bottom-left-radius:5px; 
} 

.header-search-input{
    float:left;
    width:80%;
    height:38px;
    background-color: #f6f6f6;
    font-size: 14px;
    color: #555;
    border: none;
    box-shadow: none;
    outline: none;
    border-top-right-radius:5px; 
    border-bottom-right-radius:5px; 
}

.search-icon,.search-icon:hover,.search-icon:focus,.search-icon:visited{
    position:absolute;
    top:0px;
    right:0px;
    color: #FFF;
    font-size: 18px;
    width: 45px;
    height: 100%;
    padding-top: 11px;
    text-align: center;
    background-color: #fcca41;
    border-left: solid 1px #eee;
    border-top-right-radius:5px; 
    border-bottom-right-radius:5px; 
} */


/*Sign Up*/

.modal-signin {
    max-width: 750px;
}

.green-bg {
    background-color: #6D963C;
}

.white-bg {
    background-color: #FFFFFF;
}

.sign-close {
    position: absolute;
    top: -14px;
    right: -26px;
    z-index: 10;
    color: #FFF;
    cursor: pointer;
}

.sign-body {
    padding-top: 0;
    padding-bottom: 0;
}

.btn-signin,
.btn-signin:hover,
.btn-signin:focus,
.btn-signin:active,
.btn-signup {
    border-radius: 10px;
    background-color: #6D963C;
    color: #FFF;
    padding-left: 45px;
    padding-right: 45px;
}

.btn-signup,
.btn-signup:hover,
.btn-signup:active,
.btn-signup:focus {
    background-color: #FFF;
    color: #6D963C;
    text-decoration: none;
    outline: 0;
    padding-left: 45px;
    padding-right: 45px;
}

.sign-padding {
    padding: 50px 40px;
    min-height: 455px;
}

.dvsignup-text {
    float: left;
    width: 100%;
    text-align: center;
    color: #FFF;
    margin-top: 30px;
}

.signin-content {
    border-radius: 1.3rem;
    outline: 0;
    overflow: hidden;
    background-color: transparent;
}

.cancelled-image {
    background: url(../images/cancelled.png) no-repeat center center;
}

#dvresetpwd-box,
#dvforgotpwd-box,
#dvagforgotpwd-box,
#dvretmobver,
#dvretotpver,
#dvretotpmsg {
    display: none;
}

#TxtRetVerfMob {
    width: 250px;
    margin-left: 30px;
    border-radius: 0 3px 3px 0;
}

.dvretotpbox {
    float: left;
    margin-left: 75px;
}

.dvretotpbox input {
    float: left;
    width: 45px;
    text-align: center;
    margin-right: 3px;
}

.loadinggif {
    display: none;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
}

.white-lnk,
.white-lnk:hover {
    float: left;
    color: #FFF;
    text-decoration: none;
    margin-left: 10px;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 1px;
}

.err-retreg {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
}

.dvphonecode,
.dvphonecode_active {
    float: left;
    padding: 7px 7px;
    background-color: #EEEEEE;
    border: 1px solid #DEDEDE;
    border-radius: 3px 0 0 3px;
    color: #222;
    margin-left: 21px;
}

.dvphonecode_active {
    border-color: rgba(27, 122, 190, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(27, 122, 190, 0.6);
    outline: 0 none;
}

.foot-beright {
    width: 105px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.foot-logo {
    width: 140px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.dvmob-beright {
    display: none;
    width: 100%;
    height: 105px;
    margin-top: 10px;
}

/*New CSS*/
.dvlocpop {
    display: none;
    position: fixed;
    top: 50px;
    left: 50%;
    z-index: 1045;
    margin-left: -300px;
    width: 600px;
    padding: 45px;
    background: #dedede;
    background: url(../images/loc-pop.jpg) no-repeat 0 0;
}

.dvlocpop-container {
    width: 100%;
    color: #fff;
}

.dvlocpop-container h3 {
    text-align: center;
}

a.lnkcloselocpop,
a.lnkcloselocpop:hover,
a.lnkcloselocpop:active,
a.lnkcloselocpop:focus {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 15;
    color: #fff !important;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.page-banner {
    position: relative;
    width: 100%;
    max-height: 350px;
    overflow: hidden;
}

.page-banner img {
    width: 100%;
    text-align: center;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
}

.page-title,
.top-pagenav {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.page-title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.top-pagenav {
    margin-top: 35px;
}

.olpagenav {
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0;
}

.olpagenav li {
    display: inline;
}


.cart-btn a.btn-outofstock,
.cart-btn a.btn-outofstock:hover,
.cart-btn a.btn-outofstock:focus,
.cart-btn a.btn-outofstock:active {
    font-size: 13px;
    color: #e2173c;
    background-color: #fbd3da;
}

.fixed-item{
    overflow: hidden;
    padding:0 !important;
    position: relative;
}

.fixed-item img{
    width:100%;
    border-radius:20px;
}

.text-over{
    position:absolute;
    top:50px;
    left:30px;
    z-index:10;
    text-align: left;
}

.h2-title{
    font-weight: 600;
    font-size: 28px;
}

.btn-thin,
.btn-thin:hover,
.btn-thin:active,
.btn-thin:focus{
    border: 1px solid #439441;
    padding: 7px 20px;
    color: #222;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
}