@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    @font-face {
        font-family: "Flaticon";
        src: url("./Flaticon.svg#Flaticon") format("svg");
    }
}

body{ background: #ffffff; color: #222; font-family: 'Nata Sans', sans-serif; font-size: 13px; overflow-x: hidden;
        -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
h1,h2,h3{
    font-family: 'Nata Sans', sans-serif;
    font-weight: 600;
}
h3.sectionHeading{font-size:25px;font-weight:700;color:#222;text-align: center;margin: 50px 0 30px 0;}
h3.sectionHeading:after{
    content: '';
    display: block;
    width: 200px;
    margin: 20px auto;
    height: 2px;
    background:#a2bb49;
}
select:not(.select2){
    height: 42px;
}
.tab-content h2{
    font-size: 2rem;
    margin-left: 18px;
}
.inner_banner {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 3.625em;
    padding-bottom: 2.625em;
}
/*.inner_banner::before {
    position: absolute;
    content: "";
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    right: 0;
    left: 0;
    top: 0;
    padding-top: 11.625em;
    padding-bottom: 0.625em;
}*/
.inner_banner h1 {
    position: relative;
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.inner_banner ol {
    position: relative;
}

@media (max-width: 1900px){
    .inner_banner {
        padding-top: 6.625em;
        padding-bottom: 5.625em;
    }
}
@media (min-width: 1100px){
    .container{padding-left: 0;padding-right: 0;}
}
.error{ font-size: 12px; }
.custom-checkbox label input[type=checkbox]:checked+span::after { margin-bottom: 2px;}
/*----------------------------------------------------
    GLOBAL DECLARATION FOR DROPDOWN MENU
------------------------------------------------------*/
@media (min-width: 768px){
    .open > .dropdown-menu {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity:1;
    }

    .dropdown-menu {
        opacity:.3;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-transform: scale(1, 0);
        display: block;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
    }
    .dropdown-menu>li>a {
        padding: 10px 20px;
    }
    .dropdown-menu > li {
        border-bottom: 1px solid rgba(174, 209, 57, 0.4);
    }
    .dropdown-menu>li:last-child { border-bottom: 0; }
 }

/*----------------------------------------------------
    DEFINE FLAT ICONS
------------------------------------------------------*/
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-google-plus:before {
    content: "\f100";
}
.flaticon-twitter-logo-button:before {
    content: "\f101";
}
.flaticon-right-arrow:before {
    content: "\f102";
}
.flaticon-view:before {
    content: "\f103";
}
.flaticon-support:before {
    content: "\f104";
}
.flaticon-shipped:before {
    content: "\f105";
}
.flaticon-wallet:before {
    content: "\f106";
}
.flaticon-credit-card:before {
    content: "\f107";
}
.flaticon-next:before {
    content: "\f108";
}
.flaticon-back:before {
    content: "\f109";
}
.flaticon-shopping-cart:before {
    content: "\f10a";
}
.flaticon-like:before {
    content: "\f10b";
}
.flaticon-search:before {
    content: "\f10c";
}
.flaticon-facebook-logo-button:before {
    content: "\f10d";
}
.flaticon-close-envelope:before {
    content: "\f10e";
}
.flaticon-whatsapp:before {
    content: "\f10f";
}
.clr {
    clear: both;
}

/*----------------------------------------------------
    OTHER DECLARATIONS
------------------------------------------------------*/
.bold{
    font-weight: bold;
}
.normal{
    font-weight: normal;
}

.nopadding {
    padding: 0;
}
.nomargin {
    margin: 0;
}
.bg_light_blue {
    background: #fff;
    /*background: #f3f3fb; changed...*/
    /*background: #f6fafb */;
}
.padding_top_bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}
.content_wrapper {
    float: left;
    width: 100%;
}
/*----------------------------------------------------
    HEADER TOP BAR
------------------------------------------------------*/
#top {
    position: relative;
    background: #7a9b0e;
    z-index: 1041;
}
.currency {
    color: #fff;
    position: relative;
    top: -2px;
}
.currency .dropdown-menu{
    border-radius: 0;
    z-index: 1052;
}
.currency li {
    border-bottom: 1px solid #ddd;
    margin-right: 10px;
}
.currency li .btn {
    border-radius: 0;
    padding: 10px;
}
.currency li .btn:hover {
    background-color: #ddd;
}
.currency .selectedCurrency{
    cursor: pointer;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    background: none;
    box-shadow: none !important;
}
.currency .btn-link {
    color: #333;
    font-size: 13px;
    text-transform: capitalize;
    padding: 13px 20px 13px 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-align: left;
}
.currency .selectedCurrency span::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
    padding-left: 7px;
    transition: all 0.3s ease-in-out;
}
.currency .dropdown-menu {
    left: auto;
    right: 0 !important;
    max-height: 300px;
    overflow: auto;
}

/*----------------------------------------------------
    HOMEPAGE SLIDER
------------------------------------------------------*/
.banner_container {
    width: 100%;
}

.slider {
    float: left;
    width: 1345px;
}
.content_slider {
    float: left;
    width: 100%;
}
.content_slider img {
    height: 652px;
    float: left;
    width: 100%;
}
.slider_side_box_div {
    float: left;
    width: 558px;
}
.slider_box {
    float: left;
    width: 100%;
    position: relative;
}
.slider_box a {
    display: block;
    color: #fff;
}
.slider_box a:hover {
    color: #b4d440 !important;
}
.slider_box img {
    float: left;
    width: 100%; height:274px;
    position: relative;
}
.slider_box .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
}
.slider_box .overlay::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    height: 100%;
    content: "";
}
.slider_box .overlay .info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    padding-bottom: 20px;
    text-align: center;
}
.slider_box .overlay h2 {
    font-size: 2.3125em;
    margin: 0;
    color: #fff;
}
.slider_box .overlay p {
    position: relative;
    z-index: 999;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 1.375em;
    margin: 0;
}

/*------------- slider-------------------*/
.carousel .item{
    min-height: 463px;
}
.carousel .item img {
    width: 100%;
}
.carousel-caption {
    position: absolute;
    right: 8%;
    top: 18%;
    left: auto;
    bottom: auto;
    text-align: left;
    max-width: 380px;
    width: 90%;
    height: auto;
    padding: 30px 30px 40px 30px;
    //border: #f00 solid 1px;
    background: rgba(255,255,255,0.8);
}
.carousel-caption .shortTitle{
    animation-delay: 0.2s;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    color: #333;
    font-size:22px;
    text-shadow: none;
    font-style: italic;
    font-weight: 600;
}
.carousel-caption .mainTitle{
    animation-delay: 0.4s;
    display: block;
    margin-bottom: 10px;
    margin-left: -2px;
    text-align: left;
    color: #000;
    line-height: 1;
    font-size:3rem;
    font-weight: 700;
    text-shadow: none;
}
.carousel-caption .tagline{
    animation-delay: 0.4s;
    display: block;
    text-align: left;
    color: #333;
    font-size:1.25rem;
    text-shadow: none;
}
.carousel-caption .actionButton{
    animation-delay: 0.7s;
    white-space: nowrap;
    font-size: 12px;
    line-height: 10px;
    padding: 8px 15px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: rgb(235,93,38);
    border-color: rgb(235,93,38);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background:none;
    padding: 10.5em 0;
}
.carousel-control.right, .carousel-control.left{
    background: none;
}
.carousel-control i{
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #000;
    background: none;
    display: block;
    font-size: 21px;
    padding: 5px 0px;
}
.carousel-control.left i{
    left: 0;
    margin-left: 10px;
}
.carousel-control.right i{
    right: 0;
    margin-right: 10px;
}
@media (min-width: 300px) and (max-width: 767px) {
    .product_categories .tab-content .tab-pane > div{
        padding-left: 2px;
        padding-right: 2px;
    }
    .product-title h1{
        font-size: 16px !important;
        line-height: 1.25 !important;
    }
    .product-page .product-carousel{
        display: none;
    }
    .slick-slide img{
        width: 65% !important;
        margin: auto;
    }
    .carousel .item{
        min-height: 150px;
    }
    .carousel-caption {
        right: auto;
        top: 10%;
        left: 0%;
    }
    .carousel-caption.hide-in-mobile, .carousel .carousel-control.hide-in-mobile {
        display: none;
    }
    .carousel-caption .shortTitle{
        font-size: 1.25rem;
    }
    .carousel-caption .mainTitle{
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) and (max-width: 922px) {
    .carousel .item{
        min-height: 260px;
    }
    .carousel-caption {
        right: auto;
        top: 12%;
        left: 60%;
        width: 70%;
        margin-left: -45%;
        bottom: auto;
    }
    .carousel-caption .shortTitle{
        font-size: 17px;
    }
    .carousel-caption .mainTitle{
        font-size: 2rem;
    }
    .carousel-caption .tagline{
        font-size: 15px;
    }
    .carousel-control i{
        top: 30%;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .carousel .item{
        min-height: 300px;
    }
    .carousel-control {
        padding: 0 !important;
    }
    .carousel-caption {
        top: 5%;
        right: 7%;
        width: 360px;
    }
}
@media (min-width: 1400px) {
    .carousel-caption {
        top: 21%;
        width: 420px;
    }
    .carousel-caption .shortTitle{
        font-size: 25px;
    }
    .carousel-caption .mainTitle{
        font-size: 2.5rem;
    }
    .carousel-caption .tagline{
        font-size: 17px;
    }
    .carousel-caption .actionButton{
        font-size: 15px;
    }
}
@media (min-width: 1600px) {
    .carousel-caption {
        top: 24%;
        width: 420px;
    }
}
@media (min-width: 1700px) {
    .carousel-caption {
        top: 22%;
        width: 420px;
    }
    .carousel-caption .shortTitle{
        font-size: 25px;
    }
    .carousel-caption .mainTitle{
        font-size: 2.5rem;
    }
    .carousel-caption .tagline{
        font-size: 17px;
    }
    .carousel-caption .actionButton{
        font-size: 15px;
    }
}
.actionButtons button {
    display: inline-block;
    border: solid 2px #61b5e0;
    text-decoration: none;
    font-size: 1.0625em;
    border-radius: 40px;
    font-weight: 700;
    color: #fff;
    background: #adc649;
}
.actionButtons button:hover {
    color: #fff;
    text-decoration: none;
    background: #b4d440;
}

@media (max-width: 768px)
{
    .slider_box {
        margin-top: 20px;
    }
    .key_points{ display: none; }
    #counter span.days:before, #counter span.hours:before, #counter span.minutes:before, #counter span.seconds:before{ font-size: 13px }
}

/*------------- special offer slider-------------------*/
.specialOffer .soItem{
    display: block;
    margin-bottom: 30px;
    transition: all 0.3s;
    box-shadow: #ddd 0 0 6px;
    width: 100%;
}
.specialOffer .soItem img{
    width: 100%;
}
.specialOffer .soItem:hover{
    box-shadow: #bbb 0 0 10px;
    transition: all 0.3s;
}
.specialOffer .offerTitle{
    font-size: 1.65rem;
    font-weight: bold;
    color: #7a9b0e;
    display: block;
    height: 48px;
    overflow: hidden;
}
.specialOffer .productTitle{
    font-size: 1.15rem;
    font-weight: normal;
    color: #000;
    display: block;
    height: 20px;
    overflow: hidden;
}
.specialOffer .imgWrapper{
    display: block;
    min-height: 30px;
}
.specialOffer .imgWrapper .productImg{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.specialOffer .imgWrapper .productImg img{
    width: 100%;
}
.specialOffer .imgWrapper .priceWrapper .prices{
    display: block;
    font-size: 1.35rem;
    color: #000;
}
.specialOffer .imgWrapper .priceWrapper .prices .old{
    font-size: 1.25rem;
    color: #666;
    display: inline-block;
    margin-right: 10px;
    text-decoration: line-through;
}
.specialOffer .imgWrapper .priceWrapper{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 30px;
    width: 40%;
}
.specialOffer .actionButton{
    animation-delay: 0.7s;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 10px;
    padding: 8px 15px;
    margin-top: 20px;
    font-weight: 700;
    color: rgb(255,255,255);
    text-transform: uppercase;
    background-color: rgb(235,93,38);
    border-color: rgb(235,93,38);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
}
@media (min-width: 300px) and (max-width: 766px) {
    h3.sectionHeading{font-size:19px;margin: 25px 0 15px 0;}
    h3.sectionHeading:after{margin-top: 10px;}

    .specialOffer .offerTitle{
        font-size: 1.45rem;
        height: 38px;
        overflow: hidden;
    }
    .specialOffer .productTitle{
        font-size: 1.2rem;
        height: 18px;
    }
}
/*------------- end of special offer slider-------------------*/

/*------------- start of bestsellers-------------------*/
.bestSellers > ul, .bestSellers .tab-content{
    text-align: center;
    box-shadow: none !important;
}
.bestSellers > ul > li{
    float: none;
    display: inline-block;
    max-width: 250px;
    min-height: 110px;
    vertical-align: top;
}
.bestSellers > ul > li > a > img{
    width: 28px;
}
.bestSellers > ul > li > a > span{
    display: block;
    font-size: 14px;
    color: #777;
    font-weight: 700;
    line-height: 1.5;
}
.bestSellers > ul > li:hover a > span{
    color: #eb5d26;
}
.bestSellers > ul > li.active a > span{
    color: #eb5d26;
}
.bestSellers > ul > li.active a > span:after{
    content: '';
    display: block;
    width: 90%;
    margin: auto;
    height: 2px;
    background-color: #eb5d26;
}
@media (max-width:1024px){
    .bestSellers > ul > li{
        max-width: 200px;
    }
    .bestSellers > ul > li > a > span{
        font-size: 12px;
    }
}
@media (max-width:992px){
    .bestSellers > ul > li > a > span{
        font-size: 10px;
        text-transform: uppercase;
    }
    .bestSellers > ul > li{
        max-width: 140px;
        min-height: 120px;
    }
}
@media (max-width:767px){
    .bestSellers .tab-content{
        padding: 0 !important;
        margin: 0 !important;
    }
    .bestSellers > ul > li > a > span{
        display: none;
    }
    .bestSellers > ul{
        margin-bottom: 20px;
    }
    .bestSellers > ul > li{
        width: auto;
        max-width: auto;
        min-height: auto;
        margin: 0;
        padding: 0;
        float: left;
    }
    .bestSellers > ul > li > a{
        padding: 6px 0;
        line-height: 2 !important;
        background: #f9f9f9 !important;
    }
    .bestSellers > ul > li > a > img{
        width: 24px;
    }
    .bestSellers > ul > li.active a{
        background: #c6dd79 !important;
    }
    .bestSellers > ul > li.active a > span:after{
        display: none;
    }
}
/*------------- end of bestsellers-------------------*/

/*---------testimonial slider------------*/

/*----------------------------------------------------
    HOMEPAGE
------------------------------------------------------*/
@media (min-width: 768px){
    .key_points .col-lg-3{
        width:20%;
    }
    .section.key-points{
        background: #fff;
        /*background: #f3f3fb; changed...*/
        padding: 50px 0;
    }
}


.key_points {
    float: left;
    width: 100%;
    background: #fff;
    border: solid 1px #ececec;
    box-shadow: 0 14px 42px #efefef;
}
.key_points .icon_box {
    float: left;
    width: 100%;
    border-right: solid 1px #ececec;
    padding: 3.3125em 10px;
    position: relative;
    text-align: center;
}
.key_points .icon_box.last {
    border-right: none;
}

.key_points .icon_box i {
    font-size: 4.375em;
    color: #bfbfbf;
}
.key_points .icon_box h5 {
    font-size: 1.5125em;
    color: #000;
    margin: 10px 0;
}
.key_points .icon_box p {
    font-size: 0.975em;
    color: #8d8d8d;
}

.coupon-discounts {
    float: left;
    width: 100%;
    background: url(/images/deal_of_the_weak.jpg) no-repeat top center;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
}
.coupon-discounts .title {
    color: #fff;
    text-align: center;
}
.coupon-discounts .coupon {
    background: #fff;
    margin: 0 auto; /* Center the coupon */
    max-width: 600px;
    padding: 15px;
    box-shadow: #000 0 0 15px;
}
.coupon-discounts .coupon-details{
    border: 2px dashed #bbb; /* Dotted border */
}
.coupon-discounts .promo {
    background: #ccc;
    padding: 3px;
}

.coupon-discounts .expire {
    color: #d00;
    font-size: 11px;
}
.coupon-details h3 {
    min-height: 30px;
    line-height: 1;
    font-size:13px;
    font-weight: bold;
    padding: 0 5px;
}

.tag_line {
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.line {
    display: inline-block;
    width: 1px;
    height: 30px;
    background: #eb5d26;
    margin: 0.6875em 0 30px 0;
}

h2.title {
    font-size: 2.5em;
    color: #000;
    position: relative;
    margin: 0;
    line-height: 26px;
}
.product_categories {
    padding-top: 10px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
}
.products_categori_box {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 14px 42px #efefef;
}
.products_categori_box .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
}
.products_categori_box .overlay::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    height: 100%;
    content: "";
}
.products_categori_box .overlay h3 {
    font-size: 35px;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    right: 0;
    left: 0;
    padding-top: 25%;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
}
.products_categori_box .overlay a {
    color: #fff;
}
.products_categori_box .overlay h3:hover {
    color: #b4d440;
}

.testimonial_bg {
    float: left;
    width: 100%;
    background: url(../images/testimonial_bg.jpg) no-repeat top center;
    position: relative;
}
.testimonial_bg .title {
    color: #fff;
}
.testimonial_bg .item {
    min-height: 342px;
}
.testimonial_box {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: relative;
}
.testimonial_box p {
    font-size: 13px;
    color: #6b6b6b;
    text-align: justify;
    margin: 0;
}
.testimonial_box h6 {
    color: #000;
    text-align: left;
    font-size: 1.125em;
    margin-top: 20px;
}
.testimonial_box .des {
    text-align: left;
    font-size: 14px;
    font-style: italic;
    color: #afc547;
}
.testimonial_box .photo_test {
    position: absolute;
    bottom: -53px;
    right: 24px;
    width: 110px;
    height: 110px;
    border-radius: 100%;
}
.testimonial_box .photo_test img {
    overflow: hidden;
    border-radius: 100%;
    border: solid 10px #fff;
}
.media_coverage .title {
    margin-top: 25px;
}
.media_coverage ul {
    padding: 0;
    margin: 0;
}
.media_coverage ul li {
    display: inline-block;
    list-style: none;
    width: 170px;
    /*  box-shadow: 0 0 30px #eee;*/
    margin-right: 15px;
    border: solid 1px #eee;
}
.news_letter{ float:left; width: 100%; padding: 30px 0; background: #f9f9f9;}
.news_letter h1{
    color: #333;
}

.news_letter_form{ float:left; width: 100%;}
.news_letter_form input{ height:45px; border-radius: 0px; box-shadow: none;}

.news_letter_form button {
    float: left;
    width: 100%;
    height: 45px;
    background: #eb5d26;
    color: #fff;
    border: none;
}

@media (max-width: 767px)
{
    .line {
        height: 23px;
    }
    .coupon-discounts {
        /*background: #f3f3fb; changed...*/
        background: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .coupon-discounts .title {
        color: #454545;
        text-align: center;
    }
    .coupon-discounts .coupon {
        background: #fff;
        margin: 0 auto; /* Center the coupon */
        max-width: 600px;
        padding: 15px;
        border: 1px solid rgba(54, 64, 74, 0.05);
        background-clip: padding-box;
        margin-bottom: 20px;
    }
    .product_categories {
        padding-top: 25px;
        padding-bottom: 15px;
    }

}

/*----------------------------------------------------
    LOGIN PAGE
------------------------------------------------------*/
.login-page .section{
    padding-bottom: 60px;
    padding-top: 30px;
}
.login-form .form-group, .register-form .form-group, .forgot-password-form .form-group {
    float: left;
    width: 100%;
}
.left_div {
    box-shadow: 0 0 40px #e4e4e4;
    margin: auto;
    padding: 20px 40px;
    width: 100%;
    max-width: 500px;
    background: #fff;
    text-align: center;
}
.text_div {
    margin: auto;
}
.left_div ul {
    padding: 0;
    margin: 0px 0 2.5em 0;
    float: left;
}
.left_div li {
    display: inline-block;
    list-style-type: none;
    width: 50%;
}
.left_div li a {
    border-bottom: 2px solid #f4f4f4;
    display: block;
    font-size: 18px;
    color: #333333;
    padding: 15px 0;
    text-decoration: none;
}
.left_div li a.active {
    border-bottom: 2px solid #eb5d26;
    color:#eb5d26;
}

.forgot-password-form, .register-form .SetPassword{
    display: none;
}
.register-form, .register-form .email {
    display: none;
}
.register-form .country-code{
    position: absolute;
    left: 0;
    top: 9px;
    display: none;
    font-size: 15px;
}
.SetPassword .resend-otp {
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 13px;
    font-weight: bold;
}

.forgot-password {
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #014ba5;
    text-align: right;
    margin: -8px 0 0 0;
}
.divider_holder {
    float: left;
    width: 100%;
    height: 1px;
    background: #efefef;
    margin-top: 40px;
}
.divider_holder span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #ededed;
    border-radius: 100%;
    font-size: 20px;
    color: #7c7c7c;
    margin-top: -32px;
    position: absolute;
    margin: -25px 0 0 -19px;
    padding-top: 11px;
}
.facebook {
    float: left;
    width: 100%;
    font-size: 16px;
    background: #3b5998;
    padding: 14px 0;
    display: block;
    margin-top: 55px;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
}
.facebook:hover {
    text-decoration: none;
    color: #fff;
}
.google_plus:hover {
    text-decoration: none;
    color: #fff;
}
.google_plus {
    float: left;
    display: block;
    width: 100%;
    font-size: 16px;
    background: #f34a38;
    padding: 14px 0;
    margin-top: 20px;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
}
.account {
    font-size: 18px;
    color: #979797;
    font-weight: 400;
    padding-top: 30px;
    clear: both;
}
.account a {
    color: #000;
    text-decoration: none;
}
.group {
    position: relative;
    margin-bottom: 40px;
}
.group i {
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 18px;
    color: #d9d9d9;
}
.group i.fa-exclamation-triangle {
    position: static;
    color: #f05050;
}
.group label {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.group input {
    font-size: 14px;
    padding: 10px 0px 10px 0px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
input:focus {
    outline: none;
}
input:focus~label, input:valid~label {
 top: -10px;
 font-size:12px;
 color: #999;
 font-weight: 400;
 float: left;
 margin: 0;
}
/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}
.bar:before, .bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #eb5d26;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.bar:before {
    left: 50%;
}
.bar:after {
    right: 50%;
}
/* active state */

input:focus~.bar:before, input:focus~.bar:after {
    width: 50%;
}

/*----------------------------------------------------
    CATEGORY PAGE
------------------------------------------------------*/
.breadcrumb {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.breadcrumb li {
    color: #fff;
    display: inline-block;
    list-style: none;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
}
.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb.dark {
    text-align: left;
}
.breadcrumb.dark li {
    color: #333;
}
.breadcrumb.dark li a {
    color: #333;
    text-decoration: none;
}
.breadcrumb.dark > li+li:before {
    padding: 0 5px;
    color: #737171;
    content: "/\00a0";
}

.sort-wrapper.card-box{
    padding: 15px;
}
.sorting{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sorting li{
    display: inline-block;
}
.sorting li a{
    color: #454545;
    cursor: pointer;
    padding: 5px 10px;
}
.sorting li a.active{
    color: #e54658
}
.sorting li a:hover{
    text-decoration: underline
}
.sorting li a.active:hover{
    cursor: auto;
    text-decoration: none
}

@media (max-width: 465px){
    .sort-wrapper.card-box{
        padding: 15px 10px;
    }
    .sorting li:first-child{
        display: block;
        padding-left: 10px;
        margin: 0;
    }
    .sorting li{
        margin-top: 10px;
    }
    .sorting li.bold{
        display: block;
    }
    .sorting li a{
        padding: 10px;
    }
}
/*----------------------------------------------------
    FOOTER
------------------------------------------------------*/
.footer {
    float: left;
    background: #fafafa;
    width: 100%;
    padding: 3.125em 0 0 0;
}
.footer .footer_link_div {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.footer .footer_link_div li {
    display: block;
    list-style: none;
    text-align: left;
}
.footer .footer_link_div li:first-child {
    text-align: left;
    font-size: 1.25em;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer .footer_link_div li a {
    display: block;
    font-size: 1em;
    color: #333;
    padding: 0.5em 0;
}
.footer .footer_link_div li i {
    margin-right: 5px;
}
.footer .social_link {
    padding: 0;
    margin: 3px 0 0 0;
    float: left;
}
.footer .social_link li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}
.footer .social_link li a span:before{
    color: #555;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #eee;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.footer .social_link li a span:hover:before{
    background: #eb5d26;
    color: #fff;
}
.footer .social_link li a {
    display: block;
    font-size: 1.25em;
    text-decoration: none;
    padding: 0;
    line-height: 26px;
}
.footer .social_link h5 {
    text-align: left;
    font-size: 1.25em;
    color: #afc547;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer .social_link .flaticon-facebook-logo-button {
    color: #3b5998;
}
.footer .social_link .flaticon-twitter-logo-button {
    color: #55acee;
}
.footer .social_link .flaticon-google-plus {
    color: #dd4b39;
}
.base_footer {
    float: left;
    width: 100%;
    background: #000;
    margin-top: 3.125em;
    padding: 2em 0;
}
.base_footer p {
    color: #afc547;
    font-size-adjust: 0.9375em;
    font-weight: 400;
    margin: 0;
}
.base_footer a {
    color: #afc547;
    text-decoration: none;
}
.footer .get_in_touch{
    //border:#f00 solid 1px;
}
.footer .get_in_touch li{
    margin-bottom: 15px;
}
.footer .newsletter h4{
    margin-top: 30px;
}
.footer .get_in_touch .address:before{
    content: '\f041';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    width: 25px;
    margin-top: -3px;
    vertical-align: top;
}
.footer .get_in_touch .phone:before{
    content: '\f095';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    width: 25px;
    margin-top: -3px;
    vertical-align: top;
}
.footer .get_in_touch .whatsapp:before{
    content: '\f232';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    width: 25px;
    margin-top: -3px;
    vertical-align: top;
}
.footer .get_in_touch .email:before{
    content: '\f0e0';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    width: 25px;
    margin-top: -3px;
    vertical-align: top;
}
.footer .get_in_touch .workingHours:before{
    content: '\f017';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    width: 25px;
    margin-top: -3px;
    vertical-align: top;
}
.footer .get_in_touch span{
    display: inline-block;
    vertical-align: top;
    width: 90%;
}

@media (max-width: 1600px)
{

    .cart_button i {
        margin-right: 5px;
        float: left;
        font-size: 1.7em;
        color: #fff;
        line-height: 20px;
    }

    .cart_button{ padding: 11px 14px;}

    .slider_box img {
        float: left;
        width: 100%; height: 295px;
        position: relative;
    }

    .slider {
        float: left;
        width: 1095px;
    }
    .slider_side_box_div {
        float: left;
        width: 505px;
    }
}

@media (max-width: 1440px)
{
    .cart_button {
        padding: 11px 6px;
    }
    .slider_box img {
        float: left;
        width: 100%; height:243px;
        position: relative;
    }
    .slider {
        float: left;
        width: 1024px;
    }
    .slider_side_box_div {
        float: left;
        width: 416px;
    }
}

@media (max-width: 1400px)
{

    .cart_button span {
        float: left;
        color: #fff;
        background: #81900f;
        padding: 11px 6px;
        line-height: 0px;
        border-radius: 3px;
        font-size: 12px;
    }

    .cart_button {
        padding: 11px 4px;
    }

    .slider_box img {
        float: left;
        width: 100%; height:257px;
        position: relative;
    }
    .slider {
        float: left;
        width: 960px;
    }
    .slider_side_box_div {
        float: left;
        width: 440px;
    }
}

@media (max-width: 1366px)
{
    .cart_button span {
        float: left;
        color: #fff;
        background: #81900f;
        padding: 11px 6px;
        line-height: 0px;
        border-radius: 3px;
        font-size: 12px;
    }
    .cart_button {
        padding: 11px 4px;
    }

    .slider_box img {
        float: left;
        width: 100%; height:248.5px;
        position: relative;
    }
    .slider {
        float: left;
        width: 923px;
    }
    .slider_side_box_div {
        float: left;
        width: 426px;
    }

}

@media (max-width: 1280px)
{
    .cart_button i {
        margin-right: 8px;
        float: left;
        font-size: 1.2em;
        color: #fff;
        line-height: 20px;
    }
    .cart_button span {
        float: left;
        color: #fff;
        background: #81900f;
        padding: 11px 6px;
        line-height: 0px;
        border-radius: 3px;
        font-size: 12px;
    }
    .cart_button {
        padding: 11px 4px;
    }
    .slider_box img {
        float: left;
        width: 100%; height:245.5px;
        position: relative;
    }
    .slider {
        float: left;
        width: 860px;
    }
    .slider_side_box_div {
        float: left;
        width: 420px;
    }
}

@media (max-width: 1200px)
{
    .slider_box img {
        float: left;
        width: 100%; height:222.4px;
        position: relative;
    }
    .slider {
        float: left;
        width: 820px;
    }
    .slider_side_box_div {
        float: left;
        width: 380px;
    }
    .padding {
        padding: 10.89925rem 2.5rem 10.89925rem 2.5rem;
    }
    .padding_2 {
        padding:3.595rem 2.5rem 2.95125rem 2.5rem;
    }
    .filter_title h1 {
        text-align: left;
        float: left;
        margin: 1px 0 0 0;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .products_list_div ul li a {
        display: block;
        font-size: 14px;
        padding: 1rem;
        text-decoration: none;
        border-bottom: solid 1px #eee;
        color: #333333;
    }
}


@media (max-width: 768px)
{
    .filter_title h1 {
        text-align: left;
        float: left;
        margin: 1px 0 0 0;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .products_list_div ul li a {
        display: block;
        font-size: 14px;
        padding: 1rem;
        text-decoration: none;
        border-bottom: solid 1px #eee;
        color: #333333;
    }

    .padding_2 {
        padding: 3.995rem 2.5rem 3.90125rem 2.5rem;
    }

    .padding {
        padding: 10.89925rem 2.5rem 10.89925rem 2.5rem;
    }

    .slider_box img {
        float: left;
        width: 100%; height:170.2px;
        position: relative;
    }
    .slider {
        float: left;
        width: 820px;
    }
    .slider_side_box_div {
        float: left;
        width: 380px;
    }
    .slider_box .overlay h2 {
        font-size: 18px;
    }

    .slider_box .overlay p {
        font-size: 14px;
    }
    .key_points .icon_box h5 {
        font-size: 1.2125em;
        color: #000;
        margin: 10px 0;
    }
    .tag_line {
        font-size: 16px;
        color: #fff;
        position: relative;
        margin-bottom: 30px;
    }

    .products_categori_box .overlay h3 {
        font-size: 1.2625em;
        padding-top: 28%;
    }

    .holder{
        float:left;
        width: 100%;
        padding: 10px;
    }
    .holder input{
        height:40px;
        border-radius: 0px;
        margin-bottom: 10px;
        box-shadow: none;
    }
    .holder button{
        height: 40px;
        float: left;
        width: 100%;
        border-radius: 0px;
        margin-bottom: 0px;
        background: #81c868;
        color: #fff;
        border: none;
    }
    .footer .footer_link_div li a {
        font-size: 12px;
        margin: 0.5em 0;
    }
}

@media (max-width: 600px)
{
    .footer .footer_link_div li:first-child {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .forgot_password {
        float: right;
        font-size: 12px;
        font-weight: 400;
        color: #014ba5;
        text-align: right;
        margin: -8px 0 0 0;
    }
    .left_div {
        float: left;
        padding: 20px;
        width: 100%;
        background: #fff;
    }
    .login-form .read_more {
        display: block;
        width: 100%;
        margin-top: 2.2em;
        padding: 13px 0;
    }
    .filter_title h1 {
        text-align: left;
        float: left;
        margin: 1px 0 0 0;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .inner_banner h1 {
        position: relative;
        color: #fff;
        font-size: 29px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .inner_banner {
        padding-top: 2.625em;
        padding-bottom: 2.625em;
    }
    .inner_banner::before {
        padding-bottom: 2.625em;
    }
    .box {
        float: left;
        width: 100%;
        padding: 20px;
        min-height: 100%;
        margin-top: 1.75em;
        box-shadow: 0 0 40px #e4e4e4;
    }
    .holder{
        float:left;
        width: 100%;
        padding: 10px;
    }
    .holder input{
        height:40px;
        border-radius: 0px;
        margin-bottom: 10px;
        box-shadow: none;
    }
    .holder button{
        height: 40px;
        float: left;
        width: 100%;
        border-radius: 0px;
        margin-bottom: 0px;
        background: #81c868;
        color: #fff;
        border: none;}
    h2.title {
        font-size: 25px;
        color: #000;
        position: relative;
        margin: 0;
        line-height: 26px;
    }
    .line {
        display: inline-block;
        width: 1px;
        height: 23px;
        background: #eb5d26;
        margin: 0.6875em 0 30px 0;
    }
    .slider_box img {
        float: left;
        width: 100%; height:100%;
        position: relative;
    }

    .slider {
        float: left;
        width: 820px;
    }
    .slider_side_box_div {
        float: left;
        width: 100%;
    }
    .key_points .icon_box h5 {
        font-size: 1.2125em;
        color: #000;
        margin: 10px 0;
    }
    .tag_line {
        font-size: 16px;
        color: #fff;
        position: relative;
        margin-bottom: 30px;
    }

    .products_categori_box .overlay h3 {
        font-size: 20px;
        padding-top: 35%;
    }

    .key_points .col-lg-3 {
        width: 100%;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        padding: 0 21px;
    }
    .box {
        float: left;
        width: 100%;
        padding: 20px;
        min-height: 100%;
        margin-top: 1.75em;
        box-shadow: 0 0 40px #e4e4e4;
    }
    .panel_holder label {
        font-size: 13px;
        width: 100%;
        margin-bottom: 16px; margin-top: 15px;
    }
}

@media (max-width: 480px)
{
    .form_box {
        float: left;
        width: 100%;
        padding: 20px;
    }
    .padding_top_bottom {
        padding-top: 2.625em;
        padding-bottom: 2.625em;
    }
    .mt60 {
        margin-top: 19px;
    }
    .content {
        font-size: 14px;
        text-align: justify;
        line-height: 22px;
    }
    h2.title {
        font-size: 25px;
        position: relative;
        margin: 0;
        line-height: 26px;
    }
    .line {
        display: inline-block;
        width: 1px;
        height: 23px;
        background: #eb5d26;
        margin: 0.6875em 0 10px 0;
    }
    .read_more {
        margin-top: 0;
        text-decoration: none;
        font-size: 1.0625em;
        line-height: 1.8;
        padding: 6px 20px;
    }
    .slider_box img {
        float: left;
        width: 100%; height:100%;
        position: relative;
    }
    .slider {
        float: left;
        width: 820px;
    }
    .slider_side_box_div {
        float: left;
        width: 100%;
    }
    .slider_box .overlay h2 {
        font-size: 26px;
    }

    .slider_box .overlay p {
        font-size: 16px;
    }
    .key_points .icon_box h5 {
        font-size: 1.2125em;
        color: #000;
        margin: 10px 0;
    }
    .tag_line {
        font-size: 16px;
        color: #fff;
        position: relative;
        margin-bottom: 30px;
    }
    .products_categori_box .overlay h3 {
        font-size: 29px;
        padding-top: 35%;
    }
    .key_points .col-lg-3 {
        width: 100%;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        padding: 0 21px;
    }
    #counter {
        font-size: 1.2em;
    }
    #counter span {
        width: 50px;
    }
}
@media (max-width: 375px) {

    h2.title {
        font-size: 25px;
        color: #000;
        line-height: 26px;
    }

    .line {
        display: inline-block;
        width: 1px;
        height: 23px;
        background: #eb5d26;
        margin: 0.6875em 0 10px 0;
    }
    
    .slider_box img {
        float: left;
        width: 100%; height:100%;
        position: relative;
    }
    .slider {
        float: left;
        width: 820px;
    }
    .slider_side_box_div {
        float: left;
        width: 100%;
    }
    .slider_box .overlay h2 {
        font-size: 18px;
    }

    .slider_box .overlay p {
        font-size: 14px;
    }
    .key_points .icon_box h5 {
        font-size: 1.2125em;
        color: #000;
        margin: 10px 0;
    }
    .tag_line {
        font-size: 16px;
        color: #fff;
        position: relative;
        margin-bottom: 30px;
    }

    .products_categori_box .overlay h3 {
        font-size: 29px;
        padding: 4em 0;
    }

    .key_points .col-lg-3 {
        width: 100%;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        padding: 0 0px;
    }
    #counter {
        font-size: 1.2em;
    }
    #counter span {
        width: 50px;
    }
    .footer .footer_link_div{
        margin-bottom: 20px;
    }

    .footer .social_link.pull-left{
        float: none!important;;
        text-align: center;
    }
    .footer .social_link h5 {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer .social_link li {
        float: none;
    }
}

@media (max-width:360px)
{
    h2.title {
        font-size: 25px;
        line-height: 26px;
    }
    .line {
        display: inline-block;
        width: 1px;
        height: 23px;
        background: #eb5d26;
        margin: 0.6875em 0 30px 0;
    }
    .read_more {
        margin-top: 1.5em;
        display: inline-block;
        border: solid 2px #61b5e0;
        text-decoration: none;
        font-size: 1.0625em;
        border-radius: 40px;
        font-weight: 700;
        color: #fff;
        padding: 6px 20px;
        background: #adc649;
        background: -moz-linear-gradient(left, #adc649 0%, #f5b01c 100%);
        background: -webkit-linear-gradient(left, #adc649 0%, #f5b01c 100%);
        background: linear-gradient(to right, #adc649 0%, #f5b01c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc649', endColorstr='#f5b01c', GradientType=1 );
    }
    .slider_box img {
        float: left;
        width: 100%; height:100%;
        position: relative;
    }
    .slider {
        float: left;
        width: 820px;
    }
    .slider_side_box_div {
        float: left;
        width: 100%;
    }
    .slider_box .overlay h2 {
        font-size: 1.6125em;
    }
    .slider_box .overlay p {
        position: relative;
        z-index: 999;
        bottom: 0;
        right: 0;
        left: 0;
        font-size: 0.875em;
        margin: 0;
    }
    .key_points .icon_box h5 {
        font-size: 1.2125em;
        color: #000;
        margin: 10px 0;
    }
    .tag_line {
        font-size: 16px;
        color: #fff;
        position: relative;
        margin-bottom: 30px;
    }
    .products_categori_box .overlay h3 {
        font-size: 29px;
        padding:3.6em 0;
    }
    .key_points .col-lg-3 {
        width: 100%;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        padding: 0 0px;
    }
    #counter {
        font-size: 1.2em;
    }
    #counter span {
        width: 60px;
    }
}

@media (max-width:320px)
{
    h2.title {
        font-size: 25px;
        color: #000;
        position: relative;
        margin: 0;
        line-height: 26px;
    }
    .line {
        display: inline-block;
        width: 1px;
        height: 23px;
        background: #eb5d26;
        margin: 0.6875em 0 30px 0;
    }
    .read_more {
        margin-top: 1.5em;
        display: inline-block;
        border: solid 2px #61b5e0;
        text-decoration: none;
        font-size: 1.0625em;
        border-radius: 40px;
        font-weight: 700;
        color: #fff;
        padding: 6px 20px;
        background: #adc649;
        background: -moz-linear-gradient(left, #adc649 0%, #f5b01c 100%);
        background: -webkit-linear-gradient(left, #adc649 0%, #f5b01c 100%);
        background: linear-gradient(to right, #adc649 0%, #f5b01c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc649', endColorstr='#f5b01c', GradientType=1 );
    }
    .slider_box img {
        float: left;
        width: 100%; height:100%;
        position: relative;
    }
    .slider {
        float: left;
        width: 820px;
    }
    .slider_side_box_div {
        float: left;
        width: 100%;
    }
    .slider_box .overlay h2 {
        font-size: 1.6125em;
    }
    .slider_box .overlay p {
        position: relative;
        z-index: 999;
        bottom: 0;
        right: 0;
        left: 0;
        font-size: 0.875em;
        margin: 0;
    }
    .key_points .icon_box h5 {
        font-size: 1.2125em;
        color: #000;
        margin: 10px 0;
    }
    .tag_line {
        font-size: 16px;
        color: #fff;
        position: relative;
        margin-bottom: 30px;
    }
    .products_categori_box .overlay h3 {
        font-size: 29px;
        padding:3.6em 0;
    }
    .key_points .col-lg-3 {
        width: 100%;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        padding: 0 0px;
    }
    .testimonial_bg .item {
        min-height: 403px;
    }
    #counter {
        font-size: 1.2em;
    }
    #counter span {
        width: 60px;
    }

}


/*=-----------products list page--------------*/

.products_list_div {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 0;
    border: solid 1px #eee;
}
.filter_title {
    float: left;
    width: 100%;
    padding: 10px;
    background: #b4d440;
    border-bottom: solid 1px #eee;
}
.filter_title h1 {
    text-align: left;
    float: left;
    margin: 1px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.products_list_div ul {
    padding: 0;
    clear: both;
    margin-bottom: 0;
}
.products_list_div ul li {
    display: block;
    list-style: none;
    text-align: left;
}
.products_list_div ul li a {
    display: block;
    font-size: 14px;
    padding: 12px;
    text-decoration: none;
    border-bottom: solid 1px #eee;
    color: #333333;
}
.content {
    font-size: 1.1rem;
    text-align: justify;
    line-height: 22px;
}
.filter_main_div {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
    margin-bottom: 1.875em;
    border: solid 1px #eee;
}
.bg_orange {
    background: #eb5d26;
}
.product_disc {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
}
.delivery {
    float: left;
    margin-top: 11px;
    margin-left: 0;
    padding-left: 4px;
}
.cod input {
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
}
.cod button {
    float: left;
    width: 100%;
    border: #eee solid 1px;
    font-size: 1rem;
}
.product_holder {
    float: left;
    width: 100%;
    box-shadow: 0 0 40px #e4e4e4;
    background: #fff;
}
.mt60 {
    margin-top:48px;
}
.title_disc {
    text-align: left;
    margin: 0;
}
.product_holder .content {
    font-size: 0.9375rem;
}
.client_review {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}
.photo {
    float: left;
    width: 80px;
    height: 80px;
    background: #eee;
    margin-top: 15px;
    border-radius: 100%;
}
.client_review h3 {
    text-align: left;
    font-size: 17px;
    color: #000;
    font-weight: 400;
}
.client_review span {
    float: left;
    font-size: 12px;
    color: #8e8e8e;
    font-weight: 300;
    clear: both;
    margin-bottom: 10px;
}
.client_review span {
    float: left;
    font-size: 12px;
    color: #8e8e8e;
    font-weight: 300;
    clear: both;
    margin-bottom: 10px;
}
.client_review p {
    text-align: left;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    clear: both;
    font-weight: 300;
}

/*----------------------------------------------------
    QUICK NAV FLOATING
------------------------------------------------------*/
.quick-menu ul{text-align:right}
.quick-menu {
    position:fixed;
    z-index:1039;
    bottom:15%;
    right:15px;
    pointer-events:none
}
.quick-menu-trigger,.quick-menu.nav-is-visible{ pointer-events:auto }
.quick-menu .quick-menu-bg {
    position:absolute;
    z-index:10102;
    bottom:-50px;
    right:0;
    width:70px;
    height:35px;
    border-radius:30px!important;
    background:#00BBD6;
    box-shadow:0 1px 4px rgba(0,0,0,0.6);
    webkit-transition:height .2s,box-shadow .2s;-moz-transition:height .2s,box-shadow .2s;-ms-transition:height .2s,box-shadow .2s;-o-transition:height .2s,box-shadow .2s;transition:height .2s,box-shadow .2s
}
.quick-menu.nav-is-visible .quick-menu-bg {
    box-shadow:0 6px 30px rgba(0,0,0,.2);
}
.quick-menu-trigger {
    position:absolute;
    z-index:10103;
    right:0;
    bottom:-50px;
    height:35px;
    width:70px;
    border-radius:50%!important;
    overflow:hidden;
    white-space:nowrap;
    color:transparent
}
.quick-menu-trigger span,.quick-menu-trigger span::after,.quick-menu-trigger span::before {
    position:absolute;
    width:38px;
    height:16px;
}
.quick-menu-trigger span {
    left:45%;
    top:40%;
    bottom:auto;
    right:auto;
    webkit-transition:background-color .2s;-moz-transition:background-color .2s;-ms-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s;
    webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)
}
.quick-menu-trigger span::before {
    font-size: 16px;
    color: #fff;
    content:"Help ?";
    top:0;
    left:0;
    -webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;
    backface-visibility:hidden;
    webkit-transition:transform .2s;-moz-transition:transform .2s;-ms-transition:transform .2s;-o-transition:transform .2s;transition:transform .2s
}
.nav-is-visible .quick-menu-trigger span {
    background-color:transparent
}
.nav-is-visible .quick-menu-trigger span::before {
    font-family:'themify';
    content:"\e646";
    left: 32%;
}

.quick-menu ul {
    position:absolute;
    bottom: 100%;
    right: 0;
    z-index:10103;
    padding:60px 0 0;
    visibility:hidden;
    webkit-transition:visibility .3s;-moz-transition:visibility .3s;-ms-transition:visibility .3s;-o-transition:visibility .3s;transition:visibility .3s;
    list-style:none;
    width: 300px;
}
.quick-menu ul>li:first-child{
    position:relative;
    display:block;
    height:50px;
    line-height:50px;
    font-size:26px;
    font-weight: lighter;
    color: #fff;
    padding-right:20px;
}
.quick-menu ul>li a {
    position:relative;
    display:block;
    height:50px;
    line-height:50px;
    padding:0 calc(1em + 60px) 0 1em;
    font-size:1.4rem;
    webkit-transition:color .2s;-moz-transition:color .2s;-ms-transition:color .2s;-o-transition:color .2s;transition:color .2s
}
.quick-menu ul>li a::before,.quick-menu ul>li a>i {
    content:'';
    position:absolute;
    height:16px
}
.quick-menu ul>li a:hover,.quick-menu ul>li a:hover>span {
    text-decoration:none
}
.quick-menu ul>li a>i {
    width:16px;
    font-size:18px;
    right:24px;
    top:16px;
    color:#ebebeb
}
.quick-menu ul>li a::before {
    background-color:#4caf50;
    width:3px;
    top:50%;
    right:60px;
    webkit-transform:translateX(3px) translateY(-50%) scaleY(0);-moz-transform:translateX(3px) translateY(-50%) scaleY(0);-ms-transform:translateX(3px) translateY(-50%) scaleY(0);
    -o-transform:translateX(3px) translateY(-50%) scaleY(0);transform:translateX(3px) translateY(-50%) scaleY(0);
}
.quick-menu ul>li span {
    color:#ebebeb;
    font-weight:400;
    display:block;
    opacity:0;
    webkit-transform:translateX(-25px);-moz-transform:translateX(-25px);-ms-transform:translateX(-25px);-o-transform:translateX(-25px);transform:translateX(-25px)
}
.quick-menu ul>li:last-child {
    padding-bottom:10px
}
.quick-menu.nav-is-visible ul {
    visibility:visible
}
.quick-menu.nav-is-visible ul a::after {
    webkit-transform:translateY(-50%) scale(1);-moz-transform:translateY(-50%) scale(1);-ms-transform:translateY(-50%) scale(1);-o-transform:translateY(-50%) scale(1);transform:translateY(50%) scale(1);
    -webkit-animation:scaleIn .15s backwards;-o-animation:scaleIn .15s backwards;animation:scaleIn .15s backwards;
    webkit-transition:opacity .2s;-moz-transition:opacity .2s;-ms-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s
}
.quick-menu.nav-is-visible ul a:hover::before {
    webkit-transform:translateX(3px) translateY(-50%) scaleY(2);-moz-transform:translateX(3px) translateY(-50%) scaleY(2);-ms-transform:translateX(3px) translateY(-50%) scaleY(2);
    -o-transform:translateX(3px) translateY(-50%) scaleY(2);transform:translateX(3px) translateY(-50%) scaleY(2);webkit-transition:transform .15s .3s;-moz-transition:transform .15s .3s;
    -ms-transition:transform .15s .3s;-o-transition:transform .15s .3s;transition:transform .15s .3s
}
.quick-menu.nav-is-visible ul a:hover>span {
    color:#fff
}
.quick-menu.nav-is-visible ul a:hover>i {
    color:#fafafa
}
.quick-menu.nav-is-visible ul span {
    opacity:1;
    webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);
    -webkit-animation:slideIn .15s backwards;-o-animation:slideIn .15s backwards;animation:slideIn .15s backwards;
    webkit-transition:transform .2s;-moz-transition:transform .2s;-ms-transition:transform .2s;-o-transition:transform .2s;transition:transform .2s
}
.quick-menu-overlay {
    display:none;
    top:0;
    bottom:0;
    right:0;
    left:0;
    position:fixed;
    z-index:1010;
    background:0 0
}
.quick-menu.nav-is-visible + .quick-menu-overlay {
    background:rgba(0,0,0,.8);
    display:block;
    -webkit-transition:background .7s ease-out;-moz-transition:background .7s ease-out;-o-transition:background .7s ease-out;transition:background .7s ease-out
}

/*----------------------------------------------------
    PRODUCT WIDGET
------------------------------------------------------*/
.product-widget {
    background-color: #FFF;
    /*border: 1px solid rgba(0,0,0,.06);*/
    border-radius: 0
    /*-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);*/
    display: block;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.product-widget.noShadow{
    box-shadow: none;
}
.product-widget.noShadow:hover, .product-widget.noShadow:hover .atcWrapper{
    box-shadow: none;
}
.product-widget:hover{
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    box-shadow: 0 10px 15px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.product-widget:hover .atcWrapper{
    display: block;
    /*bottom: -100px;*/
    transition: all 2s ease 0s;
}
.product-widget .widget-block {
    padding: 1.5rem;
    padding-top: 0px;
}
.product-widget .widget-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}
.product-widget .widget-body a{
    display: block;
}
.product-widget .widget-title {
    font-weight: 600;
    margin-bottom: 1rem;
    height: 45px;
    color: #333;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-text .strike-through {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    padding-right: 10px;
    text-decoration: line-through;
}
.widget-text .price {
    font-weight: 400;
    font-size: 14px;
    color: #111;
}
.widget-text .weight {
    color: #888;
    font-size: 11px;
}
.widget-text .discount {
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    margin-left: 5px;
    display: inline-block;
    min-width: 50px;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
.widget-text .discount::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: -8px;
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid red;
}
.widget-text .offers {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    margin-left: 10px;
    display: inline-block;
    min-width: 60px;
    padding: 2px 4px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    box-shadow: #333 1px 1px 3px;
    font-weight: 600;
}
.widget-text .offers::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: -8px;
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid red;
}
.product-widget .atcWrapper {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 10;
    padding: 10px;
    background: #fff;
    animation-duration: 0.5s;
    -webkit-box-shadow: 0 10px 15px 0 rgba(62, 57, 107, 0.07), 0 5px 9px 0 rgba(62, 57, 107, 0.06);
    box-shadow: 0 10px 15px 0 rgba(62, 57, 107, 0.07), 0 5px 9px 0 rgba(62, 57, 107, 0.06);
}
.product-widget .atcWrapper .btn-group{
    width: 100%;
}
.product-widget .btn-outline-gray {
    font-size: 11px;
    padding: 5px;
    text-align: center;
    -webkit-transition:background .4s ease-out;-moz-transition:background .4s ease-out;-o-transition:background .4s ease-out;transition:background .4s ease-out
}
.product-widget .btn-group button {
    width: 60%;
}
.product-widget .btn-group button i{
    display: none;
}
.product-widget .btn-group span {
    width: 40%;
    margin-left: 0;
}

.product-widget .product-sizes{
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: -150px;
    min-height: 100px;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
    z-index: 10;
    -webkit-transition:bottom .3s ease-out;-moz-transition:bottom .3s ease-out;-o-transition:bottom .3s ease-out;transition:bottom .3s ease-out
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16), 0 1px 3px 0 rgba(0,0,0,.12);
}
.product-widget .product-sizes.show{
    bottom: 0px;
}
.product-sizes ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-sizes ul li{
    display: inline-block;
    margin: -4px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.product-sizes ul li:last-child{
    margin-right: 0px;
}
.product-sizes ul li a{
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    display: block;
    min-height: 38px;
    min-width: 38px;
    line-height: 38px;
    text-align: center;
}
.product-sizes ul li:hover a{
    background-color: #AED139;
    border: 1px solid #AED139;
    color: #fff;
}

.product-sizes ul li a.not-available{
    color: #999;
}
.product-sizes ul li a.not-available:hover{
    background-color: #fff;
    border: 1px solid #ccc;
    color: #999;
    cursor: auto;
}

@media (min-width: 768px)
{
    .product-widget .btn-outline-gray:hover{
        background-color: #aed139;
        color: #fff;
    }
}

@media (max-width: 767px)
{
    .widget-text .discount {
        top: 5px;
        left: -5px;
        font-size: 12px;
        font-weight: normal;
        padding: 1px 3px;
        border-radius: 0;
    }
    .widget-text .offers {
        top: 5px;
        right: -5px;
        font-size: 12px;
        font-weight: normal;
        padding: 1px 3px;
        border-radius: 0;
    }
}

@media (max-width: 1024px){
    .product-widget .btn-group button{
        padding: 6px 0 7px 0;
    }
    .product-widget .btn-group button i{
        display: block;
        font-size: 13px;
    }
    .product-widget .atcWrapper button span{
        display: none;
    }
    .read_more .fa-heart-o:after, .product-widget .btn-outline-gray .fa-heart-o:after{
        display: none;
    }
    .product-widget .widget-title {
        height: 40px;
        font-size: 13px;
    }
}
@media (max-width: 550px){
    .product-widget .atcWrapper{
        position: static;
        display: block;
        padding: 0;
        bottom: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .product-widget{
        border: #eee solid 1px;
    }
    .product-widget:hover{
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.read_more .fa-heart-o:after, .product-widget .btn-outline-gray .fa-heart-o:after{
    content: "SAVE";
    padding-left: 5px;
    font-family: 'Nata Sans';
    font-size:13px;
}
.product-widget .btn-outline-gray.marked{
    background-color: #aed139;
    color: #fff;
}
.img-fluid, .img-thumbnail {
    height: auto;
    max-width: 100%;
}

.read_more .fa-heart-o:after{
    content: "SAVE";
    font-weight: 300;
    padding-left: 5px;
}

/*----------------------------------------------------
    PRODUCT PAGE
------------------------------------------------------*/
.product-page .slide{ position: relative; }
.product-page .slide img {
    cursor: url("/images/cursor-plus.png") 50 50, pointer;
    cursor: -webkit-image-set(url('/images/cursor-plus.png') 2x), auto;
}
.intense-loader{
    background-color: rgba(3,3,3,0.1);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}
.intense-loader img{
    margin: auto;
    margin-top: 50%;
    width: 66px !important;
}
.product-page .product-nav, .product-page .product-carousel{
    margin-bottom: 10px;
}

.product-page .product-carousel .slick-slide img{
    max-width: 80px;
}

.slick-slide.video-container {
    position: relative;
    height: 350px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    border: 0;
    width: 100%;
    height: 100%;
}

.product-page .slick-prev, .product-page .slick-next {
    width: 20px;
    height: 100%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0%;
    margin-top: 0px;
    display: block;
    background: none;
    border-radius: 0;
    z-index: 1;
    padding: 0;
    border: none;
}
.product-page .slick-prev:before, .product-page .slick-next:before {
    color: #000;
}

figcaption{
    background-color: rgba(0,0,0,0.8);
    display: none;
    padding: 10px !important;
}
figcaption h2{
    color: #fff !important;
}

.product-title{
    margin-bottom: 5px;
    position: relative;
}
.product-title .new {
    position: absolute;
    top: 6px;
    left: -70px;
    background: #ec5d27;
    margin-left: 10px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
    padding: 3px 4px;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    box-shadow: #555 -2px 1px 2px;
}
.product-title .new::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -8px;
    bottom: 2px;
    width: 0; 
    height: 0; 
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #ec5d27;
}
.priceWrapper{
    position: relative;
}
.priceWrapper .productOffers {
    position: absolute;
    top: 5px;
    left: -87px;
    background: #22a7f0;
    margin-left: 10px;
    display: inline-block;
    min-width: 65px;
    text-align: center;
    padding: 4px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    box-shadow: #555 -2px 1px 2px;
    cursor: pointer;
}
.priceWrapper .productOffers::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -15px;
    bottom: 2px;
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #22a7f0;
}

.product-title h1{
    font-size: 22px;
    font-weight: 600;
    color: #222;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.product-title .product-rating{
    margin-top: 5px;
}
.product-title .product-rating .label-primary{
    background-color: #7a9b0e;
    font-weight: normal;
}
.product-title .rating-info{
    display: inline-block;
    color: #888;
    margin-left: 5px;
}
.product-title .rating-info span{
    display: inline-block;
    color: #333;
    font-weight: 600;
    margin-right: 10px;
}
.product-page .breadcrumb, .recipe-page .breadcrumb, .blog_category_page .breadcrumb, .blog_details_page .breadcrumb{
    text-align: left;
    margin-bottom: 5px;
    margin-top: 10px;
}
.product-page .breadcrumb li, .product-page .breadcrumb li a, .recipe-page .breadcrumb li, .recipe-page .breadcrumb li a,  .blog_category_page .breadcrumb li,  .blog_category_page .breadcrumb li a,
.blog_details_page .breadcrumb li, .blog_details_page .breadcrumb li a{
    color: #555;
    font-size: 12px;
}
.blogSearch{
    margin-top: 9px;
}
.blogSearch input{
    padding: 3px 6px;
    height: 30px;
}
.blogSearch .input-group-addon{
    padding: 2px 6px;
}
.dropdown.blogSearch .dropdown-menu{
    display: block;
    background: none;
    box-shadow: none !important;
    border: none;
    left: auto;
    right: 0;
}
.product-page .product-price{
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}
.product-page .product-price .amount{
    font-size: 25px;
}
.product-page .product-price .strike-through{
    color: #888;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
    text-decoration: line-through;
}
.product-page .product-price .discount {
    color: #e23e38;
    font-size: 13px;
    font-weight: 400;
    padding-left: 10px;
}
.product-page .product-price .weight {
    font-size: 13px;
}
.product-page .products-details p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}
.product-page .products-details strong {
    font-size: 14px;
    color: #000;
}

.discount-info{
    background: #d9f288;
    background: linear-gradient(79deg, rgba(217, 242, 136, 1) 0%, rgba(192, 217, 117, 1) 32%, rgba(242, 255, 209, 1) 100%);
    display: none;
    border: none;
    padding: 10px 15px;
    min-width: 300px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.discount-info.display{
    display: inline-block;
}
.discount-info .custom-checkbox label input[type=checkbox]:checked+span{
    background-color: #000000;
}
.discount-info label{
    font-weight: 500 !important;
    font-size: 1.4rem;
}
.discount-info .offer-applied{
    font-weight: 600 !important;
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: 5px;
}
.discount-info .offer-title{
    display: block;
    font-weight: 600;
    margin: 2px 0 5px 0;
    font-size: 1.8rem;
}
.discount-info .offer-desc{
    display: block;
    font-weight: 400;
    color: #333;
}

.product-stock{
    border-top: 0px solid #eee;
    padding-top: 10px;
    margin-top: 15px;
}
.product-stock label{
    color: #222;
    font-weight: 400;
}
.product-stock ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-stock ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.product-stock ul li a{
    border: 1px solid #eee;
    color: #555;
    cursor: pointer;
    display: block;
    padding: 11px 15px 12px 15px;
    -webkit-transition:border .4s ease-out;-moz-transition:border .4s ease-out;-o-transition:border .4s ease-out;transition:border .4s ease-out
}
.product-stock ul li a.text-muted{ color: #999; cursor: auto; }
.product-stock ul li.active a{
    border: 1px solid #999;
    color:  #333;
    background-color: #ecfac5;
}

.product-stock ul li a.variation-thumb {
    padding: 3px 8px;
    border-radius: 5px;
    line-height: 1.4;
}
.product-stock ul li a.variation-thumb img{
    width: 35px;
}
.product-stock .stock{
    color: #f05f40;
    padding-top: 10px
}

.product-page .coupons{
    border: 1px dashed #aed139;
    border-radius: 5px;
    background: #f2f2f2;
    margin:20px 0;
    padding: 0 10px;
    list-style: none;
    width: auto;
}
.product-page .coupons li{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.product-page .coupons li .fa-tags{
    color: #21b24b;
    font-size: 17px;
}
.product-page .coupons li:last-child{
    border: none;
    margin-bottom: 0;
}
.product-page .coupons label{
    color: #eb5d26;
}
.product-page .coupons label.label{
    border-radius: 50px;
    color: #fff;
    padding: 5px;
    -webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out
}
.product-page .coupons p{
    font-weight: bold;
}
.product-page .coupons p, .product-page .cod p{
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.product-page .cod{
    max-width: 300px;
    margin-top: 15px;
}
.product-page .cod p{
    margin-bottom: 5px;
}
.product-page .coupons b{
    color: #000;
}
.product-page .cod .btn:focus{
    border: 1px solid rgba(0,0,0,0.1) !important;
}
.product-page p.cod-info{
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
}

.product-page .delivery-info{
    margin: 20px 0;
}
.product-page .delivery-info i{
    color: #eb5d26;
}
.product-page .delivery-info p{
    color: #000;
}

.product-page .ingredients{
    color: #000;
    font-size: 15px;
}
.product-page .storage{
    color: #000;
    font-size: 15px;
}
.product-page .ingredients h4{
    color: green;
    font-weight: 600;
}
.product-page .storage h4{
    color: tomato;
    font-weight: 600;
}

.product-page .responsive-tabs {
    margin-bottom: 2px;
}

.product-page .nav.nav-tabs > li > a{
    font-size: 15px;
}
.product-page .nav-tabs.sliding > li.active > a {
    color: #000 !important;
}
.product-page .nav.nav-tabs + .tab-content {
    background: #ffffff;
    color: #222;
    padding: 15px;
}

.product-page .tab-content p{
    margin-bottom: 0;
    line-height: 1.5;
}
.product-page .reviews {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-page .reviews li{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    min-height: 100px;
    padding: 0;
    position: relative;
}
.product-page .reviews li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.product-page .reviews li .ratings{
    position: absolute;
    top: -5px;
    right: 10px;
}
.product-page .reviews li .ratings .fa{
    font-size: 16px;
}
.product-page .reviews li .header{
    padding-bottom: 5px;
}
.product-page .reviews li .header label{
    color: #333;
    font-weight: normal;
}
.product-page .reviews li .content{
    font-size: 16px;
    font-style: italic;
    padding-top: 8px;
}
.rating-container .filled-stars {
    color: #07c94b !important;
}
#reviews .overall{
    position: relative;
    margin-bottom: 20px;
}
#reviews .overall .rate-button{
    position: absolute;
    top: 10px;
    right: 10px;
}
.morelink {
    display: none;
}

.product-page .health-benefits{
    padding: 20px;
}
.product-page .health-benefits p{
    font-size: 15px;
    margin-bottom: 0;
}

.recipe-list{
    list-style: none;
    padding: 0;
}
.recipe-list li h4 a {

    display: block;
    font-size: 15px;
    min-height: 50px;
}
@media screen and (max-width: 500px)
{
    .recipe-list li, .recipe-list li a img, .recipe-list .img-thumbnail {
        width: 100% !important;
    }
    .recipe-list li:nth-child(4n+1) {
        clear: left;
    }
    .recipe-list li h4 a {
        text-align: center;
    }
}

@media (max-width: 767px)
{
    .product-title .new {
        top: -30px;
        left: -10px;
        box-shadow: #555 2px -1px 2px;
        border-radius: 0;
    }
    .product-title .new::after {
        left: 5px;
        bottom: -16px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #ec5d27;
    }
    .priceWrapper .productOffers {
        left: auto;
        right: 100px;
        box-shadow: #555 2px -1px 2px;
        border-radius: 0;
    }
    .priceWrapper .productOffers::after {
        left: -15px;
        right: auto;
        bottom: 2px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: none;
        border-right: 20px solid #22a7f0;
    }
    .product-page .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }
    .product-page .slick-dots{
        bottom: -45px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .product-page .slick-dots li{
        width: 48px;
        height: 48px;
    }
    .product-page .slick-dots li button{
        width: 48px;
        height: 48px;
    }
    .product-page .slick-dots li button:before{
        margin: 10px 15px;
    }
    .responsive-tabs-container.accordion-xs .accordion-link {
        font-size: 18px;
    }
    .product-page .reviews li .ratings{
        position: static;
        top: 0;
        right: 0;
    }
    .morecontent span {
        display: none;
    }
    .morelink {
        display: block;
        margin-top: 10px;
    }

    .product-page .ingredients{
        border-right: none;
        border-bottom: 1px inset #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

/*----------------------------------------------------
    RECIPE PAGE
------------------------------------------------------*/
.recipe-title{
    background-color: #84a020;
    border-radius: 10px 10px 0 0;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    margin-top: 10px;
    padding: 10px;
    position: relative;
}
.recipe-title:after {
    position: absolute;
    right: -14px;
    bottom: 0px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 0 0 14px;
    border-color: transparent transparent transparent transparent;
}
.recipe-title:after {
    border-color: transparent transparent transparent #84a020;
}
#recipe-slider h2{
    color: #84a020;
    margin: 0;
}
#recipe-slider .slide h6{
    font-size: 13px;
    margin-bottom: 20px;
}
#recipe-slider .animated {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
    filter: alpha(opacity=0 * 100);
}
#recipe-slider .activate {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
    filter: alpha(opacity=1 * 100);

    animation-delay: 0.5s;
    animation-duration: 0.5s;
}
#recipe-slider .slick-dots {
    bottom: -33px;
}
#recipe-slider .slick-dots li button:before {
    color: #84a020;
}
#recipe-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #84a020;
}

.separator_line {
    text-align: center;
    position: relative;
    margin: 30px 0 30px;
}
.separator_line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    border-bottom: 1px dashed #2b3034;
    height: 1px;
    width: 100%;
    z-index: 1;
}
.separator_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 27px;
    border-bottom: 1px dashed #fff;
    height: 1px;
    width: 100%;
    z-index: -1;
}
.separator_line h1, .separator_line h2 {
    font-weight: 300;
    display: inline-block;
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 0 25px;
    font-size: 35px;
    text-shadow: 2px 2px 0px #fff;
    color: #2b3034;
}
.recipe_widget {
    -webkit-box-shadow: 0 0 40px rgba(43,48,52,0.07), 0 0 15px rgba(43,48,52,0.05);
    box-shadow: 0 0 40px rgba(43,48,52,0.07), 0 0 15px rgba(43,48,52,0.05);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    margin-bottom: 25px;
}
.recipe_widget .recipe_img {
    overflow: hidden;
}
.recipe_widget .recipe_img img{
    height: auto;
    width: 100%;
    margin-left: 0px;
}
.recipe_widget .recipe_desc {
    padding: 15px 20px;
    height: 100px;
    background: #fff;
    margin-left: 0;
}
.recipe_widget .recipe_desc .title {
    font-size: 21px;
    margin-top: 3px;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 23px;
    min-height: 23px;
    max-height: 48px;
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.overlay-container {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}
.overlay-container img {
    display: block;
    width: 100%;
    height: auto;
}
.overlay-bottom {
    position: absolute;
    top: 0;
    padding: 15px;
    bottom: 0px;
    left: 0;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto !important;
    padding-bottom: 20px;

    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.overlay-bottom p {
    color: #fff;
    font-size: 20px;
}

@media (max-width: 992px)
{
    #recipe-slider h2{
        margin-top: 15px;
    }
    #recipe-slider .slide h6{
        margin-bottom: 0px;
    }
}
/*----------------------------------------------------
    RECIPE DETAILS PAGE
------------------------------------------------------*/
.recipe-prep{
    list-style: none;
    padding: 0;
}
.recipe-prep li {
    font-size: 15px;
    padding: 10px 0;
}
.recipe-prep li:first-child {
    padding-top: 0;
}
.recipe-prep li label{
    width: 140px;
}
.recipe-owner{
    color: #84a020;
}
.recipe-page .ingredients h4, .recipe-page .method h4, .recipe-page .chef-tips h4, .recipe-page .nutrition-notes h4{
    color: #84a020;
    font-size: 21px;
    font-weight: bold;
}
.recipe-page .ingredients ul li{
    font-size: 15px;
    padding: 5px 0;
}
.recipe-page .method {
    border-left: 1px dashed #ccc;
}
.recipe-page .method p, .recipe-page .nutrition-notes p{
    font-size: 15px;
    margin: 0;
}
blockquote{
    font-style: italic;
    font-size: 16px;
}

.recipe-page .chef-tips h4{
    color: #E67500;
}
.recipe-page .nutrition-notes h4{
    color: #A46F3E;
}

@media (max-width: 992px)
{
    .recipe-prep{
        padding-top: 20px;
    }
    .recipe-prep hr{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .recipe-page .method {
        border-left: 0px dashed #ccc;
        border-top: 1px dashed #ccc;
        margin-top: 20px;
        padding-top: 10px;
    }
}

/*----------------------------------------------------
    BLOG HEADER
------------------------------------------------------*/
.blog_header{
    background-color: #fff;
    padding: 15px 0;
    text-align: center;
}
.blog_header .header-slogan {
    margin: 17px 0 0 0;
    text-align: center;
    line-height: 1;
}
.blog_header .header-slogan .header-slogan-text {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #313131;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    vertical-align: top;
}
.blog_header .header-slogan .header-slogan-text:before, .blog_header .header-slogan .header-slogan-text:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    display: block;
    width: 60px;
    background: #313131;
}
.blog_header .header-slogan .header-slogan-text:before, .blog_header .header-slogan .header-slogan-text:after {
    background: #dedede;
}
.header-slogan .header-slogan-text:before {
    right: auto;
    left: 100%;
}
.header-slogan .header-slogan-text:after {
    left: auto;
    right: 100%;
}

.blog_navbar .navbar-inverse {
    background-color: #AED139;
    border: none;
    padding: 0px 25px;
}
.blog_navbar .navbar-inverse .navbar-nav>li>a {
    color: #333;
    text-transform: uppercase;
}
.blog_navbar .navbar-inverse .navbar-nav>.active>a, .blog_navbar .navbar-inverse .navbar-nav>.active>a:focus, .blog_navbar .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.blog_navbar .navbar-inverse .navbar-toggle {
    border: none;
    box-shadow: none;
    color: #fff;
    position: relative;
    float: none;
    cursor: pointer;
    padding: 10px;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
}
.blog_navbar .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.blog_navbar .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}
.blog_navbar .navbar-inverse .navbar-toggle span{
    display: inline-block;
    font-size: 16px;
    margin-top: 3px;
}
.blog_navbar .navbar-inverse .navbar-toggle i {
    color: #fff;
    font-size: 25px;
}
.blog_navbar .navbar-inverse .navbar-toggle > button {
    background: none;
    border: 0;
    float: right;
}

#blog-slider .slide{
    padding: 10px;
}
#blog-slider .slide img{
    width: 100%;
}

.blog_widget {
    background-color: #fff;
    margin-bottom: 30px;
}

.blog_widget .blog_info .blog_title, .blog_widget .blog_info .blog_title a{
    color: #84a020;
    margin-top: 0;
}
.blog_widget .blog_info .blog_category{
    color: #E67500;
    display: block;
    font-size: 15px;
}
.blog_widget .blog_info .desc{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
}
.blog_widget .blog_info .read_more{
    background: #fff;
    border: solid 2px #ccc;
    color: #333;
    margin-bottom: 15px;
    margin-top: .5em;
}
.blog_widget .blog_info .read_more:hover{
    background: #adc649;
    border: solid 2px #adc649;
}
.blog_widget .blog_image{
    max-height: 300px;
    overflow: hidden;
}
.blog_pagination {
    margin: 40px 0;
    overflow: hidden;
    clear: both;
    text-align: center;
}
.blog_pagination .newer, .blog_pagination .older {
    display: inline-block;
}
.blog_pagination .disable-url {
    color: #999999;
}
.blog_pagination a, .blog_pagination .disable-url {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.blog_pagination .newer:after {
    content: "/";
    display: inline-block;
    margin: 0 16px 0 20px;
    font-size: 12px;
    color: #999;
}

@media (max-width: 1024px){
    .nav>li>a{
        font-size: 12px;
    }
}

@media (min-width: 768px)
{
    .blog_navbar .navbar-inverse .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }

    .blog_widget .blog_image{
        float: left;
        width: 48%;
    }
    .blog_widget .blog_info{
        float: right;
        width: 50%;
    }

    .blog_widget.mini .blog_image{
        float: left;
        width: 30%;
    }
    .blog_widget.mini .blog_info{
        float: right;
        width: 68%;
    }

    .blog_widget.right .blog_image{
        float: right;
        width: 48%;
    }
    .blog_widget.right .blog_info{
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 992px)
{
    .blog_widget .blog_info .desc{
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 70px;
        /* Fallback for non-webkit */
        margin: 10px 0 0 0;
        font-size: 15px;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767px)
{
    .blog_page, .blog_page .separator_line h1, .separator_line h2 {
        background: #f4f4f4;
    }
    .blog_widget{
        padding: 15px;
        -webkit-box-shadow: 0 0 40px rgba(43,48,52,0.07), 0 0 15px rgba(43,48,52,0.05);
        box-shadow: 0 0 40px rgba(43,48,52,0.07), 0 0 15px rgba(43,48,52,0.05);
    }
    .blog_widget.mini{
        padding: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
    .blog_widget .blog_info{
        margin-bottom: 10px;
    }
    .blog_widget .blog_info .blog_title{
        font-size: 20px;
        margin-bottom: 5px;
    }
}

/*----------------------------------------------------
    BLOG_CATEGORY.php & blog_details.php PAGE
------------------------------------------------------*/
.blog_details_page{
    background-color: #f4f4f4;
}
.blog_category_page h1, .blog_details_page h1{
    color: #E67500;
    margin-top: 0;
}
.blog_details_page .blog_image{
    margin-bottom: 20px;
}
.blog_details_page .desc p{
    color: #000;
}
.blog_details_page .blog_meta{
    color: #888;
    margin-bottom: 20px;
}
.blog_details_page .blog_meta .sharer{
    margin-left: 10px;
}
.blog_meta > span.author:before, .blog_meta > span.date:before, .blog_meta > span.views:before {
    content: "";
    width: 0;
    height: 10px;
    margin: 0 10px;
    display: inline-block;
    background: none !important;
    border-right: 1px solid;
    opacity: 0.7;
}

.blog_details_page h5{
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

.blog_details_page .blog_widget.mini .blog_meta{
    margin-bottom: 10px;
}
/*----------------------------------------------------
    CART PAGE
------------------------------------------------------*/
.cart-page .content_wrapper{
    /*background: #f3f3fb; changed...*/
    background: #fff;
    padding-bottom: 50px;
    padding-top: 30px;
}
.card-box-2{
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px !important;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.16), 0 1px 3px 0 rgba(0,0,0,.12);*/
}
.card-box-2 .card-header {
    border-radius: -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    /*border-bottom: 1px solid rgba(0,0,0,.2);*/
    color: #222;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 15px;
}
@media (max-width: 767px){
    .card-box-2 .card-header {
        font-size: 18px;
    }
}
.mont{
     font-family: montserrat, sans-serif;
}
.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    position: relative;
}
.card-body > ul > li{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.cart-item{ padding: 15px 0 0 0; }
.cart-item .img-thumbnail{border:none;}
.cart-item h3.item-title{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}
.cart-item ul > li{
    color: #333;
    vertical-align: top;
}
.cart-item ul > li label{
    color: #888;
    font-weight: normal;
}
.cart-item .package{
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 38px;
    line-height: 35px;
    padding: 0 8px;
}
.cart-item .select2{
    width: 60px;
}
.cart-item .price{
    font-size: 15px;
    padding-right: 5px;
}
.cart-item .discount{
    padding-left: 5px;
}
.cart-item .action-buttons{
    margin-top: 15px;

}
.cart-item .action-buttons a{
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 0;
}

#order-summary td {
    padding-left: 15px;
    padding-top: 15px;
}

#order-summary td.right {
    text-align: right;
    font-size:14px;
    padding-right: 20px;
}
#order-summary td .cart-shipping.free {
    color:#489875;
}
#order-summary td.amount-payable.right {
    font-weight:bold;
}
@media (min-width: 768px){
    .fixed{
        position: fixed;
        top: 80px;
        max-width: 340px;
        width: 100%;
        z-index: 1;
    }
}
.summary-section .coupon-list{
    display: none;
}
.price-details label{
    color: #777;
    font-weight: normal;
}
.price-details label:last-child{
    color: #333;
    font-size: 14px;
}
.price-details h4{
    font-size: 14px;
    margin: 0;
}
.coupon-list{
    display: one;
}
.coupon-list .coupons{
    padding: 10px;
}
.coupon-list .coupons ul{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    max-height: 200px;
}
.coupon-list .coupons li{
    border: 1px dashed #ccc;
    margin-bottom: 10px;
    font-size: 12px;
}

.coupon-list .coupons li .custom-radiobutton{ padding: 10px 10px 5px 15px; }
.coupon-list .coupons li p{
    font-size: 13px;
    margin: 0;
    margin-left: 32px;
}
.payment_option p {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
}

@media (max-width: 767px){
    .payment_option img {
        margin: auto;
    }
    .payment_option p {
        text-align: center;
    }
    .cart-item h3.item-title{
        font-size: 13px;
        line-height: 1.5;
    }
}

/*----------------------------------------------------
    CHECKOUT ADDRESS PAGE
------------------------------------------------------*/
.checkout-page .content_wrapper, .payment-page .content_wrapper{
    /*background: #f3f3fb; changed...*/
    background: #fff;
    padding-bottom: 50px;
    padding-top: 30px;
}
.addresses{
    min-height: 500px;
    padding: 15px;
}
.address-list {
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.address-list li {
    border: 1px dashed #ddd;
    display: inline-block;
    min-width: 300px;
    min-height: 160px;
    width: 33%;
    margin-bottom: 15px;
    padding: 15px;
    vertical-align: top;
}
.address-list address{
    /*min-height: 120px;*/
    margin-bottom: 0;
}
.address-list li.selected{
    background-color: #f2f2f2;
}
.addresses .add a {
    color: #888;
    display: block;
    font-size: 21px;
    font-weight: 300;
    margin: auto 0;
    padding: 50px 0;
    text-align: center;
}

@media (max-width: 767px){
    .address-list li {
        width: 49%;
    }
    .address-list li .btn-info{
        clear: both;
    }
}

/*----------------------------------------------------
    CHECKOUT PAYMENT PAGE
------------------------------------------------------*/
.payment-options{
    list-style: none;
    margin: 0;
    padding: 0;
}
.payment-options li {
    border-bottom: 1px solid #ddd;
}
.payment-options li:last-child {
    border-bottom: 0px solid #ddd;
}
.payment-options li label{
    color: #222;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 10px 15px 10px 15px;
}
.payment-options li label.cod{
    padding: 15px 15px 10px 15px;
}

.modal-footer .otp-section{
    display: none;
    text-align: left;
}
@media (max-width: 767px){
    .btn-pay{ width: 100%; }
}

/*----------------------------------------------------
    MY ACCOUNT PAGE
------------------------------------------------------*/
.myaccount-page .content_wrapper, .order-details-page .content_wrapper{
    /*background: #f3f3fb; changed...*/
    background: #fff;
    padding-bottom: 50px;
    padding-top: 1px;
}
.account-header.affix{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1041;
}
@media (min-width: 1200px)
{
    .account-header.affix {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 1170px;
    }
}
.elements-scroller{
    padding: 0px 40px;
}
.elements-scroller .slide{
    text-align: center;
}
.elements-scroller .slide a{
    background-color: #fff;
    border: 1px solid #fff;
    color: #eb5d26;
    cursor: pointer;
    display: block;
    font-size: 15px;
    //height: 50px;
    width: 120px;
    margin: auto;
    //margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.elements-scroller .slide a:hover, .elements-scroller .slide a:hover label{
    color: #eb5d26;
}
.elements-scroller .slide a.active{
    background-color: #fff;
    //border: 1px solid #eb5d26;
    border-bottom: 3px solid #eb5d26;
    color: #eb5d26;
}
.elements-scroller .slide a.active label{
    color: #eb5d26;
}
.elements-scroller .slide a label{
    color: #555;
    cursor: pointer;
    display: block;
    font-weight: normal;
}
.elements-scroller .carousel .slick-prev, .elements-scroller .carousel .slick-next{
    margin-top: -12px;
    width: 25px;
    height: 25px;
}
.elements-scroller .slick-next
{
    right: -30px;
}
.elements-scroller .slick-prev
{
    left: -30px;
}
.elements-scroller .slick-disabled{
    opacity: 0;
}

.personal-info-form, .login-details-form {
    max-width: 600px;
    padding: 20px 10px;
    width: 100%;
}
.personal-info-form .form-group {

}
.personal-info-form .group{
    margin-bottom: 30px;
}
.personal-info-form .group input{
    color: #333;
}
.personal-info-form .placeholder{
    color: #333;
    font-size: 17px;
}
.login-details-form{
    padding-left: 20px;
}
#VerifyEmailForm, #VerifyMobileForm{
    display: none;
}
.login-details-form .resend-otp {
    position: absolute;
    top: 14px;
    right: 0;
    font-size: 13px;
    font-weight: bold;
}

@media (max-width: 767px){
    .myaccount-page .content_wrapper{
        padding-bottom: 50px;
        padding-top: 10px;
    }
    .personal-info-form .form-group > div:first-child {
        margin-bottom: 15px;
    }
}

/*----------------------------------------------------
    MY ORDERS PAGE
------------------------------------------------------*/
.order-item .order-unit-container {
    border: 1px solid #e0e0e0;
    padding-right: 30px;
    padding-top: 23px;
    padding-left: 28px;
    padding-bottom: 40px;
}
.order-item .order-status-block{
    position: relative;
}
.order-item .order-status-block .right-block a:hover{
    border: 1px solid #000;
}
.order-item.Delivered .order-status {
    color: #4caf50;
}
.order-item.Cancelled .order-status, .order-item.Failed .order-status {
    color: #e25223;
}
.order-item.Shipped .order-status {
    color: #1b7fad;
}
.order-item .order-status-block h3{
    margin-top: 0;
    margin-bottom: 0;
}
.order-item .order-status-block .right-block{
    position: absolute;
    right: 0;
    top: -3px;
}
.order-item .order-status-block .right-block a{
    border: 1px solid #ccc;
    color: #333;
    font-weight: bold;
}
.order-item .order-products-list{
    border-top: 0px solid #ddd;
    margin-top: 10px;
    padding: 20px 0 0px 0;
}
.order-item .order-product{
    margin-bottom: 10px;
    padding: 0;
}
.order-item .order-product a{
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.order-item .order-product a.rateReview{
    font-weight: 400;
    color: #333;
    font-size:13px;
    background: #eee;
    border: #ddd solid 1px;
    border-radius: 2px;
    margin-top: -15px;
}
.order-item .order-product > ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.order-item .order-product > ul > li{
    border: none;
    display: inline-block;
    vertical-align: top;
}
.order-item .order-product li .product-info{
    padding-left: 15px;
}
.order-item .order-product li .product-info .product-title{
    margin-bottom: 5px;
}
.order-item .order-product li .product-info .product-title a{
    color: #333;
    font-size: 15px;
}
.order-item .order-product .img-thumbnail{
    max-width: 100px;
    border: none;
}
.order-item .product-info li{
    border: none;
    color: #555;
    font-size: 12px;
    padding: 2px 0;
}
.order-footer{
    border-top: 1px solid #ddd;
    padding: 10px 0 5px 0;
}
.order-item .order-footer div{
    padding-left: 0;
}
@media (min-width: 300px){
    .order-footer .dl-horizontal {
        margin-bottom: 5px;
    }
    .order-footer .dl-horizontal dt{
        display: inline-block;
        font-weight: normal;
        width: 80px;
        margin-bottom: 5px;
        text-align: left;
    }
    .order-footer .dl-horizontal dd{
        display: inline-block;
        font-weight: bold;
        margin-left: 5px;
    }
}

/*----------------------------------------------------
    ORDER DETAILS PAGE
------------------------------------------------------*/
.order-details-page h3{
    color: #000;
    font-size: 18px;
}
.order-steps-bar{
    padding: 50px 0;
}

.multi-steps > li.active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}
.multi-steps > li.active:after, .multi-steps > li.active ~ li:after {
    background-color: #ededed;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #489875;
    font-weight: 700;
}
.multi-steps > li:before {
    content: '\f00c';
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-family: 'FontAwesome';
    border-width: 2px;
    border-style: solid;
    border-color: #489875;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.multi-steps > li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #489875;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: 0;
}
.multi-steps > li:last-child:after {
    display: none;
}
.multi-steps > li.active:before {
    background-color: #fff;
    border-color: #489875;
}
.multi-steps > li.active ~ li {
    color: #808080;
}
.multi-steps > li.active ~ li:before {
    background-color: #ededed;
    border-color: #ededed;
}
.multi-steps > li > div.date {
    color: #555;
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
}
@media (max-width: 767px)
{
    .order-steps-bar{
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .multi-steps > li {
        text-align: left;
        display: table-row;
        position: relative;
        color: #489875;
        font-size: 16px;
    }
    .multi-steps > li:before {
        display: inline-block;
        margin-bottom: 0px;
        margin-right: 15px;
        width: 36px;
        height: 36px;
        line-height: 32px;
        text-align: center;
        font-family: 'FontAwesome';
        border-width: 2px;
        border-style: solid;
        border-color: #489875;
        border-radius: 50%;
        position: relative;
        z-index: 1;
    }
    .multi-steps > li:after {
        height: 0px;
    }
    .multi-steps > li > div.date {
        margin-top: 0;
        margin-left: 52px;
        margin-bottom: 20px;
    }
}

.order-product-details h3{
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px 0;
    margin-top: 0;
}
.order-summary .btn-group{
    margin-top: 0px;
    float: right;
}
.order-summary .btn-group .btn{
    //padding-left: 0;
}
.order-summary .btn-white{
    border: 1px solid #ddd !important;
    background-color: #ffffff;
    color: #000 !important;
    font-size: 13px;
}
.order-summary .btn-white:hover{
    background-color: #22A7F0 !important;
    color: #fff !important;
}
.order-summary .table, .delivery-info .table {
    color: #333;
    margin-bottom: 0px;
}
.order-summary .table th, .delivery-info .table th, .order-total .table th{
    width: 150px;
    padding-left: 0;
}
.delivery-address .table th{
    padding-left: 0;
    width: 120px;
}

.saved-amount{
    color: tomato;
    font-size: 16px;
}

.order-total{
    //border-top: 1px solid #ddd;
}
.order-total ul li{
    padding: 10px 0 0px 5px;
}
.order-total ul li .heading{
    color: #333;
    display: inline-block;
    width: 160px;
}
.order-total ul li .heading.green{
    color: #4ab849;
}
.order-total ul li label{
    font-weight: normal;
    color: #000;
}
.order-details-page .total{
    font-size: 16px;
    font-weight: bold;
}

.order-total .coupon-details h4{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.order-total .coupon-details .coupon{
    border: 1px dashed #ccc;
    padding: 10px;
    padding-bottom: 0px;
}
.order-total .coupon-details .fa-tags{
    color: #21b24b;
}

@media (max-width: 767px)
{
    .order-summary .btn-group{
        margin-top: 20px;
        float: left;
    }
    .status-box .table td{ border: none; border-left: 1px solid #999; display: table-row; height: 25px; }
    .status-box .table td:before{
        content: " ";
        display: inline-block;
        width: 15px;
    }
    .status-box .table tr.spacer { height: 25px; }
}
@media (max-width: 400px)
{
    .order-summary .btn{
        padding: 6px 10px;
    }
    .order-summary .btn-white{
        border: 1px solid #ddd !important;
        background-color: #ffffff;
        color: #000 !important;
        font-size: 12px;
    }
}

/*----------------------------------------------------
    ADDRESS BOOK PAGE
------------------------------------------------------*/
.saved-addresses{
    min-height: 400px;
    padding: 15px;
}
.saved-addresses .address-list {
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.saved-addresses .address-list li {
    border: 1px dashed #ddd;
    display: inline-block;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    vertical-align: top;
}
.saved-addresses .address-list address{
    //min-height: 120px;
    margin-bottom: 0;
}
.add-address{
    position: absolute;
    right: 10px;
    top: 8px;
}
.saved-addresses .btn-group{
    position: absolute;
    bottom: 0;
    right: 0;
}

.saved-addresses .btn-group .btn:hover{
    background-color: #65829d;
    color: #fff;
}

@media (max-width: 767px){
    .saved-addresses{
        min-height: 300px;
    }
    .saved-addresses .address-list li .btn-info{
        clear: both;
    }
}

/*----------------------------------------------------
    MY SAVINGS
------------------------------------------------------*/
.total-savings{
    font-weight: lighter;
    font-size: 25px;
    padding: 20px 0;
}
.total-savings span {
    font-size:25px;
    color: #888
}
.savings-widget dt{
    display: inline-block;
    padding: 5px 0;
    width: 120px;
}
.savings-widget .savings{
    text-align: center;
}
.savings-widget .savings span{
    font-size: 20px;
    font-weight: lighter;
}
.savings-widget li{
    padding-bottom: 5px;
}
.savings-widget .fa-check-circle{
    color: #388e3c;
}

@media (max-width: 767px){
    .total-savings {
        text-align: center;
    }
    .total-savings span {
        display: block;
    }
    .savings-widget .savings{
        padding: 15px 0;
        text-align: left;
    }
}

/*----------------------------------------------------
    MY COUPONS
------------------------------------------------------*/
.my-coupons ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.my-coupons ul li{
    border: 1px dashed #ccc;
    margin:20px 0;
    padding: 10px;
    list-style: none;
}
.my-coupons ul li .fa-tags{
    color: #21b24b;
}

.right-link{
    position: absolute;
    right: 10px;
    top: 15px;
}
.pure-cash .section{
    padding: 50px 0;
}
.pure-cash .lead {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
.pure-cash blockquote {
    font-size: 15px;
    line-height: 1.6;
    border-left: 5px solid #ccc;
}
.pure-cash h4{
    color: #333;
    font-weight: bold;
}

.health-tips{
    list-style: none;
    margin: 0;
    padding: 0;
}
.health-tips li{
    font-size: 15px;
    margin-bottom: 1px;
    text-align: justify;
}
.health-tips li label{
    color: #888;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 10px;
}
.health-tips li .card-box-2{
    padding: 15px 0;
}
.load-more{
    background-color: #aed139;
    color: #000;
    display: block;
    padding: 10px 0;
    text-align: center;
}

/*----------------------------------------------------
    CONTACT.php
------------------------------------------------------*/
.contact_page .section{
    padding: 30px 0;
}
.contact_form {
    margin: auto;
    padding: 10px 20px;
    background: #fff;
}
.contact_page select.form-control{
    background-color: #f5f5f5;
    font-size: 15px;
    height: 50px;
    margin-bottom: 20px;
}
.contact_form h5{
    color: #333;
    font-size: 18px;
}
.contact_form .brand{
    color: #E67500;
    font-weight: bold;
}
.contact_form .direct-contact{
    font-size: 18px;
}
.contact_form h1{
    color: #333;
    margin-bottom: 27px;
}
/*----------------------------------------------------
    TOAST
------------------------------------------------------*/
#toast {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #252525; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#toast.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4s;
    animation: fadein 0.5s, fadeout 0.5s 4s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.custom-radiobutton.payment-option span{
    vertical-align: top !important;
    margin-top: 3px;
}
.custom-radiobutton.payment-option span.cod{
    margin-top: 10px;
}
.custom-radiobutton.payment-option .titleWrapper .title{
    font-weight:bold;
    font-size: 13px;
}
.custom-radiobutton.payment-option .titleWrapper .desc{
    margin-top: 3px;
    font-size:13px;
    color:#555;
}
.custom-radiobutton.payment-option .titleWrapper{
    display:inline-block;
    width:94%;
}
@media (max-width: 1024px){
    .custom-radiobutton.payment-option .titleWrapper{
        display:inline-block;
        width:80%;
    }
}
@media (max-width: 767px){
    .custom-radiobutton.payment-option .titleWrapper{
        display:inline-block;
        width:94%;
    }
}
@media (max-width: 449px){
    .custom-radiobutton.payment-option .titleWrapper{
        display:inline-block;
        width:91%;
    }
}
@media (max-width: 399px){
    .custom-radiobutton.payment-option .titleWrapper{
        display:inline-block;
        width:88%;
    }
}
.generalNotice{
    padding: 10px;
    text-align: center;
    background:#f5f5f5;
    border-bottom:rgba(204,0,0,0.6) solid 3px;
    font-size:14px;
    font-weight:normal;
    color:#333;}

.floatingAddToCart{
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    background: none;
    z-index:100;
    display: none;
}
.floatingAddToCart div{
    display:inline-block;
    width: 49.53%;
}
.floatingAddToCart .atc, .floatingAddToCart .atwl{
    width: 100%;
    border:none;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 600;
    background: #eb5d26;
    color:#fff;
    margin:0
}
.floatingAddToCart .atwl::after{
    content: 'ADD TO WISHLIST';
}
.floatingAddToCart .atwl.marked::after{
    content: 'REMOVE TO WISHLIST';
}
.floatingAddToCart .atwl{
    background: #adc649;
}
#cartProductsBox .card-box-2{
    margin-bottom: 0;
}
#cartProductsBox{
    min-height:500px;
}
.navbar-nav a{
    position: relative;
}
.navbar-nav a.newCategory:before{
    content: "NEW";
    position: absolute;
    font-size:9px;
    font-weight:normal;
    background: rgba(221,27,32,0.8);
    color: #fff;
    right: 20%;
    top: 2px;
    display: inline-block;
    height: 16px;
    line-height: 18px;
    padding: 0 4px;
    border-radius: 3px;    
}
.actionButtons .add-to-cart{
    background-color: #eb5d26 !important;
    border: none !important;
    border-radius: 2px;
}
.actionButtons .add-to-cart:hover{
    border: none !important;
}
button.add-to-wishlist{
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    padding: 0;
    margin: 0;
    width: 36px;
    height: 36px;
    line-height: 38px;
    font-size: 2rem;
    background: #fff;
    box-shadow: #ccc 0 0 8px;
    color: #999999;
    border-radius: 18px;
    z-index: 1;
}
button.add-to-wishlist.marked i{
    color: #aed139;
}
@media (max-width: 767px){
    .product-page .breadcrumb, .recipe-page .breadcrumb, .blog_category_page .breadcrumb, .blog_details_page .breadcrumb {
        display: none;
    }
    .product-content-row{
        margin-top: 20px;
    }
    .floatingAddToCart{
        display: block;
    }
    .actionButtons, .soldBy{
        display: none;
    }
    #cartProductsBox{
        min-height: 200px;
    }
}
/*************Start of new UI css****************************/
.icon{
    font-size:15px;
    margin-right: 7px;
}
.themeBG{
    background-color: #7a9b0e;
}
/***********************
Top Header
***********************/
nav .leftPortion{
    color: #fff;
    margin: 0;
    height: 42px;
    line-height: 42px;
    padding-left: 0;
}
nav .leftPortion li{
    border-right:rgba(255, 255, 255, 0.33) solid 1px;
    padding-right: 8px;
}
nav .leftPortion li:last-child{
    padding: 0 0 0 5px;
    border-right: none;
}
nav .rightPortion{
    margin:0;
    padding-right: 0;
}
nav .rightPortion .headerOptions{
    margin: 0 !important;
    float:right;
}
nav .rightPortion .headerOptions > li{
    height: 42px;
    line-height: 42px;
    padding:0 20px;
    border-right:rgba(255, 255, 255, 0.33) solid 1px;
}
nav .rightPortion .headerOptions > li:last-child{
    border-right:none;
    padding:0 0 0 20px;
}
nav .rightPortion .headerOptions .socialLinks a{
    color: #fff;
}
nav .rightPortion .headerOptions .socialLinks{
    font-size:15px;
}
nav .rightPortion .headerOptions .socialLinks li{
    padding: 0 13px;
}
nav .rightPortion .headerOptions .socialLinks li:last-child{
    padding: 0 0 0 13px;
}
nav .rightPortion .headerOptions a.login{
    color: #fff;
}
nav .rightPortion .headerOptions a.login .fa{
    font-size: 17px;
}
#desktopHeader{
    display: block;
}
#mobileHeader{
    display: none;
    height: 80px;
}
#mobileHeader.sticky{
    position: fixed;
    background: rgba(122,155,14,1);
    width: 100%;
    box-shadow: 0 2px 3px #333;
}
#mobileHeader div{
    vertical-align: top;
}
#mobileHeader .logo{
    display: block;
    margin-top: 5px;
}
#mobileHeader .menuWrapper .currencySelector ul li{
    border: none;
    border-bottom: #ddd solid 1px; 
    padding: 0;
    border-radius: 0;
}
#mobileHeader .menuWrapper{
    text-align: right;
    padding-top: 10px;
}
#mobileHeader .menuWrapper .currencySelector .dropdown-menu{
    width: 200px !important;
    right: 5%;
    border-radius: 0;
    max-height: 200px;
    overflow: auto;
}
#mobileHeader .menuWrapper .currencySelector .dropdown-toggle{
    margin: 0 15px 0 0;
    padding: 3px 0 0 0;
    color: #fff;
}
#mobileHeader .menuWrapper .currencySelector{
    display: inline-block;
}
#mobileHeader .menuWrapper .menuToggle{
    display: inline-block;
    position: relative;
    width: 35px;
    margin-top: 4px;
}
#mobileHeader .menuWrapper .menuToggle a span{
    display: block;
    width: 26px;
    border: #fff 1px solid;
    border-radius: 3px;
    margin-bottom: 6px;
}
#mobileHeader .currencies li{
    padding: 5px 0;
    margin-bottom: 10px !important;
    text-align: center;
    border-color: #ddd;
    border-radius: 5px;
    min-width: 60px;
}
#mobileMenu{
    position: fixed;
    display: none;
    left: -100%;
    top: 0;
    width: 100%;
    max-width: 350px;
    height: 100%;
    z-index: 1042;
    background: rgba(255,255,255,1);
}
#mobileMenu.visible{
    display: block;
}
#mobileMenu .list-group{
    margin-top: 10px;
    margin-bottom: 10px;
}
#mobileMenu > ul{
    width: 100%;
    height: 100%;
    max-height: 92%;
    overflow: auto;
    overflow-x: hidden;
}
#mobileMenu > ul > li{
    position: static;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: #eee solid 1px !important;
    border-radius: 0;
}
#mobileMenu > ul > li > ul > li{
    padding-top: 12px;
    padding-bottom: 12px;
}
#mobileMenu > ul > li:first-child{
    border-top: none !important;
}
#mobileMenu li a{
    display: inline-block;
    width: 80%;
    color: #000;
    font-size: 13px;
}
#mobileMenu .mmHeading{
    border-bottom: #eee solid 1px;
}
#mobileMenu .mmHeading .mmLabel{
    font-size:12px;
    font-weight: bold;
    display: inline-block;
    width: 72%;
    text-align: center;
    margin-top: 3px;
    padding: 12px 5px;
    text-transform: uppercase;
}
#mobileMenu .mmHeading .mmBackBtn, #mobileMenu .mmHeading .mmCloseBtn{
    display: inline-block;
    cursor: pointer;
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: center;    
}
#mobileMenu .mmHeading .mmBackBtn{
    float: left;
    border-right: #eee solid 1px;
    visibility: hidden;
}
#mobileMenu .mmHeading .mmBackBtn.visible{
    visibility: visible;
}
#mobileMenu .mmHeading .mmCloseBtn{
    float: right;
    border-left: #eee solid 1px;
}
#mobileMenu .mmHeading .mmBackBtn:after{
    content: '\f104';
    color: #000;
    font-family: FontAwesome;
    font-size: 15px;
}
#mobileMenu .mmHeading .mmCloseBtn:after{
    content: 'X';
}
#mobileMenu .mmTabs{
    position: relative;
}
#mobileMenu .mmTabs .hasSub{
    display: inline-block;
    float: right;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-top: -5px;
    text-align: center;
    cursor: pointer;
}
#mobileMenu .mmTabs .hasSub:after{
    content: '\f105';
    color: #000;
    font-family: FontAwesome;
    font-size: 15px;
}
#mobileMenu li span.fa{
    font-size:14px;
}
#mobileMenu >ul > li img{
    margin-right: 10px;
    width: 24px;
}
#mobileMenu .mmSubMenu{
    position: absolute;
    display: none;
    top: 0;
    right: -100%;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #fff;
}
#mobileMenu .mmSubMenu.visible{
    display: block;
}
#mobileMenu .mmSubMenu li{
    border: none !important;
}
#mobileHeader .altSearchWrapper{
    position: relative;
    margin-top: 3px;
    border: #eee solid 1px;
    border-radius: 25px;
}
#mobileHeader .altSearchWrapper::after{
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 21px;
    color: #ddd;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 0;
}
#mobileHeader .altSearchWrapper input{
    width:95%;
    background: none;
    height: 30px;
    color: #f9f9f9;
    border:none;
    font-size: 13px;
}
@media (max-width: 1024px){
    nav .rightPortion .headerOptions > li{
        padding:0 10px;
    }
    nav .rightPortion .headerOptions .socialLinks li{
        padding: 0 5px;
    }
    nav .rightPortion .headerOptions .socialLinks li:last-child{
        padding: 0 0 0 5px;
    }
}
@media (max-width: 992px){
    nav .leftPortion{
        text-align: center;
        padding: 0 15px;
    }
    nav .leftPortion li{
        border-right:none;
    }
    nav .rightPortion{
        text-align: center;
        border-top: rgba(255, 255, 255, 0.33) solid 1px;
        padding-left: 0;
    }
    nav .rightPortion .headerOptions > li:last-child{
        border-right:none;
        padding:0 20px;
    }
    nav .rightPortion .headerOptions .socialLinks li:last-child{
        padding: 0 13px;
    }
    nav .rightPortion .headerOptions{
        float:none;
        text-align: center;
    }
    nav .rightPortion .headerOptions > li{
        border-right: none;
    }
}
@media (max-width: 768px){
    #mobileHeader{
        display: block;
    }
    #desktopHeader{
        display: none;
    }
    .middleHeader, .bottomHeader{
        display: none;
    }
    ::placeholder {
      color: #ddd !important;
      font-size: 1.25em;
    }
}
/***********************
Middle Header
***********************/
.middleHeader .row>div{
    padding-top: 30px;
}
.middleHeader .logo img{
    width:150px;
    margin-top: -20px;
    margin-bottom: 5px;
}
.middleHeader .cartIcons{
    text-align: right;
}
.middleHeader .pageTabs a{
    font-size:17px;
    font-weight:600;
    color: #222;
    padding: 0 10px;
    text-align: center;
}
.middleHeader .pageTabs a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-left: 10%;
    background: #000;
    transition: width .3s;
}
.middleHeader .pageTabs a:hover::after {
    width: 80%;
    //transition: width .3s;
}
.middleHeader .cartIcons li{
    padding-left: 15px;
}
.wishlistIcon, .cartIcon{
    position: relative;
    color: #333;
}
.wishlistIcon:hover, .cartIcon:hover{
    color: #000;
}
.cartIcon.mobile{
    margin-right: 20px;
}
.cartIcon span.cartLabel{
    color: #222;
    font-size: 14px;
    padding-left: 12px;
}
.wishlistIcon span.count, .cartIcon span.count{
    position:absolute;
    display: inline-block;
    min-width: 19px;
    height:19px;
    line-height:19px;
    border-radius: 50%;
    background: #eb5d26;
    left: 12px;
    top:6px;
    text-align: center;
    font-size: 14px;
    font-weight:normal;
    color: #fff;
}

.middleHeader .cartIcons .wishlistIcon:before{
    content: '\f004';
    font-family: FontAwesome;
    font-size: 20px;
}
.cartIcon:before{
    content: '\f290';
    font-family: FontAwesome;
    font-size: 20px;
}
.middleHeader .toggleMenuIcon{
    display: none;
    position: relative;
}
.middleHeader .toggleMenuIcon a{
    position: absolute;
    top: 40px;
    right: 0;
}
.middleHeader .toggleMenuIcon a span{
    display: block;
    width: 26px;
    border: #7a9b0e 1px solid;
    border-radius: 3px;
    margin-bottom: 5px;
}
.middleHeader .altSearchWrapper{
    display: none;
    position: relative;
    border: #ddd solid 2px;
    border-radius: 25px;
}
.middleHeader .altSearchWrapper::after{
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 21px;
    color: #333;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 3px;
}
.middleHeader .altSearchWrapper input{
    width:95%;
    background: none;
    height: 35px;
    border:none;
}
/***********************
Bottom Header
***********************/
.bottomHeader .row>div{
    padding-bottom: 10px;
    //border: #ddd solid 1px;
}
.bottomHeader .searchWrapper{
    text-align: center;
}
.megaMenuWrapper{
    position: relative;
    width:270px;
}
.megaMenuWrapper .mmDropdown .megaSubMenu .column > .list-group{
    overflow: auto;
    max-height: 250px;
}
.megaMenuWrapper .mmButton{
    padding: 15px 30px 5px 20px;
    width:100%;
    cursor: pointer;
    color: #fff;
    background:#7a9b0e;
    position: relative;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.megaMenuWrapper .mmButton .before{
    display:inline-block;
    width:22px;
}
.megaMenuWrapper .mmButton .title{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-left:20px;
    color: #fff;
    font-weight: 700;
}
.megaMenuWrapper .mmButton .before span{
    display: block;
    background: #fff;
    margin: 5px 0;
    height: 2px;
}
.megaMenuWrapper .mmDropdown{
    display: none;
    position: absolute;
    animation-duration: 0.5s;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 200px;
    background-color: #fff;
    z-index: 100;
    padding:0 8px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: #000 solid 0;
    box-shadow: #555 1px 2px 3px;
}
.megaMenuWrapper .mmDropdown.visible{
    display: block;
}
.megaMenuWrapper .mmDropdown .megaSubMenu{
    display: none;
    position: absolute;
    animation-duration: 0.5s;
    left: 106%;
    top: -2px;
    width: 950px;
    padding:15px 20px; 
    z-index: 11;
    background:#fff;
    border:#f00 solid 0;
    box-shadow: #777 1px 2px 8px;
}
.megaMenuWrapper .mmDropdown .megaSubMenu>div{
    //border: #ddd solid 1px;
}
.megaMenuWrapper .mmDropdown>ul>li:hover .megaSubMenu{
    display: block;
}
.megaMenuWrapper .mmDropdown .megaSubMenu .msmTitle, .megaMenuWrapper .mmDropdown .megaSubMenu .msmTitle a{
    font-size: 15px;
    font-weight: 700;
    color: #222;
}
.megaMenuWrapper .mmDropdown .megaSubMenu .column{
    display: inline-block;
    float: left;
    min-width: 100px;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
}
.megaMenuWrapper .mmDropdown .megaSubMenu ul>li{
    padding-left: 0;
    border: none;
}
.megaMenuWrapper .mmDropdown .megaSubMenu ul>li>a{
    color: #333;
}
.megaMenuWrapper .mmDropdown .megaSubMenu ul>li>a:hover{
    color: #ec5d27;
}
.megaMenuWrapper .mmDropdown .megaSubMenu .bestSellers>div{
    text-align: center;
}
.megaMenuWrapper .mmDropdown .megaSubMenu .bestSellers img{
    width: 90%;
}
.megaMenuWrapper .mmDropdown .megaSubMenu .bestSellers .bsTitle{
    font-size: 13px;
    font-weight: 600;
    color: #333;
    display: block;
    width: 95%;
    margin: 10px auto 0 auto;
}
.megaMenuWrapper .mmDropdown .megaSubMenu .bestSellers .bsPrice{
    font-size: 13px;
    font-weight: 700;
    color: #555;
    margin-top: 10px;
    display: block;
}
.megaMenuWrapper .mmDropdown .megaSubMenu .bestSellers .bsPrice .oldPrice{
    font-weight: 600;
    color: #555;
    display: inline-block;
    padding-left: 5px;
    text-decoration: line-through;
}
.megaMenuWrapper .mmDropdown>ul{
    margin: 0;
}
.megaMenuWrapper .mmDropdown>ul>li{
    border:none;
    border-top: #d5d5d5 dotted 1px !important;
    padding: 0;
}
.megaMenuWrapper .mmDropdown>ul>li:first-child{
    border-top: none !important;
}
.megaMenuWrapper .mmDropdown>ul>li>a{
    display: block;
    position: relative;
    border: #f00 solid 0;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #333;
    font-size: 13px;
}
.megaMenuWrapper .mmDropdown>ul>li>a.hasSub:after{
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    color: #222;
}
.megaMenuWrapper .mmDropdown>ul>li>a:hover{
    color: #ec5d27;
}
.megaMenuWrapper .mmDropdown>ul>li>a .mainCatTitle{
    display: inline-block;
    margin-left: 10px;
}
.megaMenuWrapper .mmDropdown>ul>li>a>img{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
}
.megaMenuWrapper:hover .mmDropdown{
    //visibility: visible;
}
.megaMenuWrapper .title:after{
    position: absolute;
    display: inline-block;
    content: "\f0d7";
    font-family: 'FontAwesome',sans-serif;
    font-size: 18px;
    right: 20px;
    top: 14px;
}
.bottomHeader .mainSearchBar{
    margin-left: 10px;
    margin-top: 5px;
    padding: 4px 0;
    position: relative;
    border: #ddd solid 2px;
    border-radius: 25px;
}
.bottomHeader .mainSearchBar::after{
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 21px;
    color: #333;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 6px;
}
.bottomHeader .mainSearchBar input{
    width:92%;
    background: none;
    height: 35px;
    border:none;
}
.bottomHeader .supportWrapper{
    padding-left: 10px !important;    
}
.bottomHeader .supportWrapper>ul{
    margin: 0;
}
.bottomHeader .supportWrapper>ul>li{
    border:none !important;
    padding: 0 0 0 20px;
}
.bottomHeader .supportWrapper a{
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.bottomHeader .supportWrapper a.call:before{
    content: '\f095';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #7a9b0e;
    margin-right: 5px;
}
.bottomHeader .supportWrapper a.whatsapp:before{
    content: '\f232';
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #7a9b0e;
    margin-bottom: -20px;
}
.bottomHeader .supportTime{
    padding-left: 50px;
    color: #333;
    margin-top: -3px;
    font-size: 14px;
}

@media (max-width: 1024px){
    .middleHeader .pageTabs ul{
        display: none;
    }
    .middleHeader .altSearchWrapper{
        display: block;
    }
    .middleHeader .toggleMenuIcon{
        display: block;
    }
    .bottomHeader{
        display: none;
    }
}
#zoomedImg{position:absolute;right:0%;top:0%;width:600px;height:600px;display:none;z-index:10000}
@media (max-width: 999px){
    #zoomedImg{
        right: auto;
        top: 5%;
        left: 40%;
        width: 400px !important;
        height: 400px !important;
    }
}
.stickyHeader{
    position: fixed;
    display: none;
    top: 0;
    background: rgba(255,255,255,1);
    box-shadow: #666 0 3px 10px;
    z-index: 1042;
    width:100%;
    height:50px;
    animation-duration: 0.5s;
}
.stickyHeader.visible{
    display: block;
}
.stickyHeader ul.mt{
    display: inline-block;
    margin: 5px 0 0 20px;
    padding: 0;
    vertical-align: top;
}
.stickyHeader ul.mt li{
    border: none;
    background: none;
    margin-right: 20px;
}
.stickyHeader ul.mt li a{
    font-weight: 600;
    font-size: 17px;
    color: #222;
}
.stickyHeader .container .toTop{
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-top: 7px;
    float: right;
    background: #eb5d26;
    color: #fff;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}
.stickyHeader .container .toTop:after{
    content: '\f062';
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: normal;
    color: #f5f5f5;
}
.stickyHeader .container .mm{
    background: #7a9b0e;
    display: inline-block;
}
.stickyHeader .container{
    padding: 0;
}
.account-options .dropdown-toggle{
    padding: 0;
}
.account-options i, .account-options a, .account-options span{
    color: #fff;
}
.account-options i{
    margin: 0 10px 0 0 !important;
}
.account-options span{
    margin-left: 10px !important;
}
.btn.codCheck{
    background: #eee;
}
/*************Sharer css****************************/
.sharerBtn{
    position: relative;
    display: inline-block;
    color: #444;
    cursor: pointer;
    float: right;
    padding: 2px 5px;
    border-radius: 5px;
    border: #ddd solid 1px;
}
.sharerBtn .sharelabel{
    color: #333;
    font-weight: normal;
}
.sharerBtn .realSharerWrapper{
    position: absolute;
    display: none;
    width: 300px;
    text-align: center;
    padding: 20px;
    font-size: 13px;
    font-weight: normal;
    top: 30px;
    left: 0;
    z-index: 2;
    border: #ddd solid 1px;
    background: #fff;
    box-shadow: #ccc 1px 1px 8px;
}
.sharerBtn.left .realSharerWrapper{
    margin-left: -280px;
}
.sharerBtn.active .realSharerWrapper{
    display: inline-block;
}
@media (max-width: 767px){
    .sharerBtn{
        position: static;
    }
    .sharerBtn .realSharerWrapper{
        position: fixed;
        width: 100%;
        padding: 30px 0 80px 0;
        top: 0;
        left: 0;
        z-index: 100;
        margin-left: 0 !important;
    }
}
.productDetails{
    font-size: 1.5rem;
}

.productDetails h2{
    font-size: 2rem;
    color: #111;
}

.productDetails > div{
    border-bottom: #ccc solid 1px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.productDetails > div:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
/*************End of new UI css****************************/
.rating-xs{
    font-size: 1.8rem;
}
.rating-sm{
    font-size: 2.4rem;
}
.rating-container .caption{
    margin-top: -2px;
}
.rating-disabled .rating{
    cursor: default;
}
.product-rating.product-page .rating-container{
    display: inline-block;
}
.product-rating.product-page .rating-info{
    font-size: 1.4rem;
    color: #444444;
}