 .display-hide {
    display: none;
}
.display-show {
    display: block;
}
td.displayMore {
    background: url('../images/icons/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.displayMore {
    background: url('../images/icons/details_close.png') no-repeat center center;
}
.bg-color {
    background-color: #64b0f2 !important;
}
.b-color {
    border-color: #64b0f2 !important;
}
.card a {
    color: #000000 !important;
}
.card .card-body {
    border-top: 1px solid #dddddd !important;
}
.btn-themes {
    background-color: #64b0f2 !important;
    border-color: #64b0f2 !important;
    color: #ffffff;
}
.bold-title {
    font-weight: bold;
}
.font-center {
    text-align: center !important;
}
table tr th {
    text-align: center !important;
    font-weight: bold !important;
}
table tr {
    text-align: center !important;
}
.img-border {
    border: 1px solid #ddd;
}
.cursor-pointer {
    cursor: pointer;
}
.img-response {
    display: block;
    width: 100%;
}
.m-t-33-p {
    margin-top: 33% !important;
}
.m-r-10 .card {
    margin: 10px 10px !important;
}
.btn-add-reward {
    margin: 0 auto;
    padding: 30px 0px;
    font-size: 25px;
    color: #473ed2 !important;
}
.font-color-white {
    color: #ffffff;
}
.m-l-10 {
    margin-left: 10px;
}
.card-p-border {
    /*background-color:whitesmoke !important;*/
    border: none !important;
    padding: 0px !important;
    border-radius: 50px !important;
}
.card-p-border div {
    padding-top: 5px;
}
.btn-radius {
    border-radius: 17px;
}
.btn-width-50 {
    width: 50%;
}
.font-color-white:hover {
    color: #ffffff;
}
#sidebar-menu ul li a {
    color: #000000;
}
#sidebar-menu>ul>li>a.active {
    color: #ffffff !important;
    background-color: #64b0f2 !important;
}
.font-color-black {
    color: #000000 !important;
}
.m-t-50 {
    margin-top: 50px;
}
@media screen and (max-width: 1440px) {
    #sidebar-menu {
        overflow-y: scroll;
        height: 100%;
        visibility: visible;
    }
}
fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove;
    margin-bottom: 15px;
}
legend {
    width: auto;
    padding: 0px 10px;
}
.product-grid {
    font-family: Raleway, sans-serif;
    text-align: center;
    /*padding: 0 0 72px;*/
    /*border: 1px solid rgba(0, 0, 0, .1);*/
    /*overflow: hidden;*/
    position: relative;
    z-index: 1
}
.product-grid .product-image {
    position: relative;
    transition: all .3s ease 0s
}
.product-grid .product-image a {
    display: block
}
.product-grid .product-image img {
    width: 100%;
    height: auto
}
.product-grid .pic-1 {
    opacity: 1;
    transition: all .3s ease-out 0s
}
.product-grid:hover .pic-1 {
    opacity: 1
}
.product-grid .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-out 0s
}
.product-grid:hover .pic-2 {
    opacity: 1
}
.product-grid .social {
    width: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    transition: all .3s ease 0s
}
/*.product-grid:hover .social {
    opacity: 1;
    top: 50%
}

.product-grid .social li {
    display: inline-block
}*/

.product-grid .social li a {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 0 2px;
    display: block;
    position: relative;
    transition: all .3s ease-in-out
}
.product-grid .social li a:hover {
    color: #fff;
    background-color: #ef5777
}
.product-grid .social li a:after, .product-grid .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}
.product-grid .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1
}
.product-grid .social li a:hover:after, .product-grid .social li a:hover:before {
    opacity: 1
}
.product-grid .product-discount-label, .product-grid .product-new-label {
    color: #fff;
    background-color: #ef5777;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0
}
.product-grid .product-discount-label {
    background-color: #333;
    left: auto;
    right: 0
}
.product-grid .rating {
    color: #FFD200;
    font-size: 12px;
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: -1
}
.product-grid .rating li.disable {
    color: rgba(0, 0, 0, .2)
}
.product-grid .product-content {
    background-color: #fff;
    text-align: center;
    padding: 1px 0;
    margin: 0 auto;
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: -27px;
    z-index: 1;
    transition: all .3s
}
.product-grid:hover .product-content {
    bottom: 0
}
.product-grid .title {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s
}
.product-grid .title a {
    color: #828282
}
.product-grid .title a:hover, .product-grid:hover .title a {
    color: #ef5777
}
.product-grid .price {
    color: #333;
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: .6px;
    margin-bottom: 8px;
    text-align: center;
    transition: all .3s
}
.product-grid .price span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block
}
.product-grid .add-to-cart {
    color: #000;
    font-size: 13px;
    font-weight: 600
}
@media only screen and (max-width: 990px) {
    .product-grid {
        margin-bottom: 30px
    }
}
.main-container .title-breadcrumb {
    background: #f4f4f4 !important;
    margin-bottom: 0px !important;
    padding: 35px 0 !important;
}
.main-container .title-breadcrumb .entry-header .entry-title, .main-container .title-breadcrumb .woocommerce-breadcrumb, .main-container .title-breadcrumb .breadcrumbs {
    line-height: 0px !important;
}
.footer .footer-static h5 {
    color: #000000 !important;
    display: inline-block;
    font-family: Roboto, sans-serif !important;
    font-size: .857em !important;
    margin-bottom: 0;
    margin-right: 8px;
    max-width: 120px;
    padding-left: 35px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
}

.footer p{
    margin-bottom: 0px !important;
}

.img-box img{
    background: #fff;
    border: 10px solid #95a83f;
    height: 155px;
    left: 50%;
    padding: 10px;
    width: 155px;
    z-index: 99;
    margin: auto;
    border-radius: 83px;
    margin-top: 19px;
}

.optionsreviewtext{
    background: none;
    border: none;
    color: #fff;
    font-size: 1.143em;
    letter-spacing: .05em;
    line-height: 2.1;
    margin-bottom: 25px;
    text-align: center;
    max-width: 60%;
    margin: auto;
}
.optionsreviewtext::before {
    color: rgb(149, 168, 63);
    content: "“";
    display: inline-block;
    font-family: "Playfair Display", Roboto, san-serif;
    font-size: 180px;
    left: 148px;
    line-height: 1;
    position: absolute;
    top: 121px;
    z-index: 9;
}
.carousel-item .overview {
    color: rgb(149, 168, 63);;
}
.slick-prev:before, .slick-next:before{
    font-size: 37px !important;
    color: grey !important;
    z-index: 200;
}
.slick-prev{
    left:7px !important;
    z-index: 10 !important;
}
.slick-next{
    right: 22px !important;
    z-index: 10 !important;
}
.Department .slick-prev{
    left:-50px !important;
    z-index: 10 !important;
}
.Department .slick-next{
    right: -40px !important;
    z-index: 10 !important;
}

.Weekly .slick-prev{
    left:-17px !important;
    z-index: 10 !important;
}
.Weekly .slick-next{
    right: 0px !important;
    z-index: 10 !important;
}
.Weekly .thumnail{
    /*padding: 0 35px 35px 35px;*/
}

.Weekly img{
    max-width: 100%;
    width: auto;
    height: auto;
}

.aboutus{
    padding: 50px;
    color: rgb(255, 255, 255);
    background-color: #b7031c;
    text-align: left;
}

.add_to_cart_shape {
    position: absolute;
    z-index: 99;
    padding: 0px 0 0 50px;
    margin-top: -30px;
}


.cirlce_points {
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 2px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    float: left;
    margin-right: 5px;
    color: white
}
.cirlce_points .fa.fa-circle {
    color: #eee;
    font-size: 29px;
}

.ReCAPTCHA div{
    margin: auto;
    padding-top: 5px;
    padding-bottom: 15px;
}

.ReCAPTCHA iframe {
    width: 304px !important;
}

height-1{height: 40px !important}
height-2{height: 80px !important}
height-3{height: 120px !important}


.notification {
    color: white;
    text-decoration: none;
    padding: -4px 3px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    z-index: 0;
    top: -15px;
}

.notification .badge {
    position: absolute;
    top: -14px;
    right: -10px;
    padding: 5px 7px 5px 7px;
    border-radius: 100%;
    background-color: red;
    color: white;
}



ul.dropdown{
    z-index: 1;
}

.print-barcode{
    display: none;
}
.print-barcode-text{
 display: none;
}


.nav-item:after,.nav-item:before {
    content: "";
    display: block;
    width: 300px;
}

.rmpassing .active{
    font-weight: bold;
    background: #f8f8f8 !important;
    color: #666;
}

.rmpassing .active > a {
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    color: #666;
}

.rmpassing .nav-item{
    border: 1px solid #e3e3e3;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
    border-color: #e3e3e3;
    border-width: 1px;
    background-color: #ebebeb;
    color: #666;
    margin-top: 1px;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 0;
    /*margin: 0px 0px 1px 1px;*/
}
.rmpassing .nav-item > a {
    padding: 14px 20px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid transparent;
    position: relative;
    text-decoration: none;
    color: inherit;
    -webkit-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    -o-transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    transition: background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
}


.top-manu-border {
    width   : 100%;
    position: relative;
    /*z-index : 1;*/
    font-weight: bold;
}

.top-manu-border::before {
    content : "";
    position: absolute;
    right    : 0;
    bottom  : -4px;
    height  : 1px;
    width   : 69%;  /* or 100px */
    /*border-bottom:1px solid lightgray;*/
}

.site-navbar .site-navigation .site-menu > li > a:hover{
    color: #95a83f !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover{
    color: #95a83f !important;
    background: none;
}
.set-weekly-ads div{
    top: 0;
}

.homeslider .slick-list .intro-section
{
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    background-repeat: no-repeat;
}

.homeslider .slick-dots{
    bottom: 20px;
    text-align: center;
}
.slick-dots li{
    border: lightgray 2px solid;
    padding: 2px;
    background: grey;
    border-radius:50px;
    list-style-type:none !important;
}
.slick-dots .slick-active{
    border: black 3px solid;
    background: white;
    border-radius:50px;
    list-style-type:none !important;
}
.slick-dots button{
    opacity: 0 !important;
}



.weekly .slick-dots li {
    bottom: 10px;
    border: none !important;
    background: none !important;
    list-style-type: none !important;
    margin-left: 29px;
    }
.weekly .slick-dots .slick-active{
    border: none !important;;
    background: none !important;;
    list-style-type:none !important;
}

.weekly .slick-dots .slick-active>div{
    background: #e7e7e7 !important;;
    list-style-type:none !important;
}

.weekly .slick-dots button{
    opacity: 1 !important;
    color:black;
    background: grey;
    border: 2px grey solid;
    padding: 10px;
}
.slick-dots li button:before{
    opacity: 0 !important;
}
 .weekly .slick-dots button {
     display: inline-block;
     border: 3px solid #c4c4c4;
     color: #95a83f;
     background: #fff;
     font-family: roboto;
     font-size: 11pt;
     font-weight: bold;
     margin-right: 7px;
     padding: 10px;
     width: 40px;
     height: 40px;
     border-radius: 50% 50%;
     text-align: center;
     text-decoration: none;

 }

.weekly .slick-dots .slick-active  button {
    display: inline-block;
    border: 3px solid #c4c4c4;
    color: white;
    background: #95a83f;;
    font-family: roboto;
    font-size: 11pt;
    font-weight: bold;
    margin-right: 7px;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50% 50%;
    text-align: center;
    text-decoration: none;
}
.slider-button{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: 2px gray solid;
    padding: 10px 30px;
    border-radius:20px;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    font-size: 16px;
}

.slider-button:hover{
    background-color: #95a83f;
    background-repeat:no-repeat;
    border: 2px #95a83f solid;
    padding: 10px 30px;
    border-radius:20px;
    color: white;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    font-size: 16px;
}
.slider-button2{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: 2px gray solid;
    padding: 10px 30px;
    border-radius:20px;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    font-size: 16px;
    z-index: 1015;
}

.slider-button2:hover{
    background-color: #95a83f;
    background-repeat:no-repeat;
    border: 2px #95a83f solid;
    padding: 10px 30px;
    border-radius:20px;
    color: white;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    font-size: 16px;
}
.ptintbuttion{
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu > li > a {
    padding: 9px 20px;
}
.top-manu-border .font-color-4c4c4c:hover{
    color:  #95a83f!important;
}

.homeslider .align-items-center {
    align-items: unset !important;
}
.homeslider .align-items-center .slide-1{
   margin-top: 180px !important;
}

.aboutus_page a{
    color: #fff !important;
    border-color: #ff675b;
    background-color: #ff675b;
    padding: 15px;
    border-radius: 7px;
}

.aboutus_page .card-header{
    font-family: Lobster, Roboto, sans-serif;
    font-size: 20px;
}

.forgetpin .ReCAPTCHA div{
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}


.policy .border4x {
    border:none;
    border-bottom: solid 4px lightgray;
    padding: 30px 0px 5px 2px;
}
.policy .border0x {
    border:none;
    padding: 15px 0px 10px 40px;
    margin-left: 0px;
}

.text-blue{
    color: rgba(78, 86, 203, 0.52);
}



@media print {
   
    .display-hide {
        display: block;
    }

    div{
        /*background: lime;*/
        font-size: 20pt;
    }
    .product-thumbnail,.product-remove,.footer,.title-breadcrumb,.ptintbuttion,.notification,.hide-print{
        display: none;
    }
    .site-logo img{
        width: 1500%;
    }
    .site-logo {
        top: 2px;
        /* left: 1px; */
        position: absolute;
        left: 90px;
    }
    table{
        border: 0px none;
        font-size: 20pt;
        /*border-collapse: collapse;*/
        padding: 0px !important;
        margin: 0px !important;
    }
    .print-barcode{
        display: block;
    }
    .print-barcode-text{
        display: block !important;
        margin-bottom: 17px;
    }

    .print-barcode{
        display: block;
        position: fixed;
        top: 55px;
        right: 52px;
        z-index: 100;
        width: 60%;
    }
    table { page-break-inside:auto; font-size: 20pt;}
    td, th   { border-bottom: 1px solid #ddd !important; border-collapse: collapse; font-size: 20pt; text-align: left;}
    th { font-size: 20px !important; }
    tr    { page-break-inside:auto; }
    a {
        font-size: 16pt;
        /*float: left;*/
        decoration: none;
        text-decoration: none !important;
    }
}


.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    width:237px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    color: #000 !important;
    font-weight: 400 !important;
    min-width: 250px;
}

.adssliders .slick-track {
  display: flex !important;
}

.adssliders .slick-track .slick-slide {
  display: flex !important;
  height: auto;
  align-items: center;
  justify-content: center;
}

/*.woocommerce br { display: none; }*/

.register-car {
    margin-top: 7px;
}


.srv-validation-message {
    display: inline !important;
}

.accordion .card .card-header:hover {
    cursor: pointer;
}

.aboutus p {
    color:#fff !important;
}

.aboutus_desc {
    padding:30px 30px 0px 30px;
}

.vc_dark_gray {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-color: #f3f3f3 !important;
}

.vc_light_gray {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-color: #e8e8e8 !important;
}

.main-container .about-page .corporate-counter {
    text-align: center;
}

.main-container .about-page .corporate-counter .counter-image {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.main-container .about-page .corporate-counter .counter-info {
    color: #4c4c4c;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.main-container .about-page .corporate-counter .counter-info .counter-number {
    font-size: 30px;
    font-weight: bold;
}

.aboutus h3 {
    color:#fff;
}

.aboutus_desc_extra {
    color:#000;
    margin-top: 50px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    max-height: 500px;
    overflow: auto;
}

.item.carousel-item {
    margin-top: 100px;
    width:85% !important;
}

.contact-us p {
    color:#000 !important;
}

.ril__toolbar{
    background: none !important;
}


.basic-button {
    background: #eee !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 0.25rem !important;
}

.basic-button:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.offer-expires {
    font-family: Roboto !important;
}

.img-logo {
    max-height: 60px !important;
}


.blink{
    animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

/* 2019-12-05 To adjust width on coupons page where UI is broken without any reason */
.woocommerce.columns-4 {
    max-width:100%
}
.cardenasmarkets-btn{
    background-color: #B4083A !important;
    border: 2px #B4083A solid !important;
    border-radius: 50px !important;
    color: #fff !important;
}