/* CSS Document */
.white {
    color: #fff !important;
}
/*.search_box {
    float: left;
    width: 100%;
}*/
.phn {
    color: #04bf9d;
    font-size: 30px;
    padding-right: 10px;
    vertical-align: middle;
}

.li_pad {
    padding: 4% 0 0 10px;
}

.cont_bg {
    /*background-color: #e6e9e6;*/
    background-color: #00C7C1;
    border-radius: 0.3em;
}

.mainnav ul li {
    font-size: 15px;
    font-weight: 500;
    /* padding: 0px 5px;*/
    line-height: 16px;
}

    .mainnav ul li:hover {
        background: #00C7C1;
        color: #fff;
    }

.top {
    margin-top: 1%;
}

.marq-cntnt {
    font-size: 16px;
    font-weight: bold;
    padding: 1%;
    text-align: center;
    width: 100%;
}

.banner {
    width: 100%;
    height: auto;
    float: left;
}

    .banner img {
        width: 100%;
        border-radius: 0.4em;
    }

.fl-left {
    float: left !important;
}

.fl-right {
    float: right !important;
}

.clr-both {
    clear: both !important;
}

.my-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.slid-img:nth-child(1) {
    border: 1px solid #bfbfbf;
    border-radius: 0.4em;
    float: left;
    text-align: center;
    width: 100%;
}

.slid-img:nth-child(2) {
    border: 1px solid #bfbfbf;
    border-radius: 0.4em;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 1%;
}

.slid-img:nth-child(3) {
    border: 1px solid #bfbfbf;
    border-radius: 0.4em;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 1%;
}

.slid-img:nth-child(4) {
    border: 1px solid #bfbfbf;
    border-radius: 0.4em;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 1%;
}

.slid-img img {
    border-radius: 0.4em;
}

.icon {
    border: 1px solid #bfbfbf;
    border-radius: 0.5em;
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
}

.ofer-deal-main {
    border: 1px solid #bfbfbf;
    border-radius: 0.4em;
    float: left;
    text-align: center;
    width: 100%;
    height: 1090px;
}

.testi-brder-main {
    border: 1px solid #bfbfbf;
    border-radius: 0.4em;
    float: left;
    text-align: center;
    width: 100%;
}
/*.icon:nth-child(2) {
    border: 1px solid #bfbfbf;
    border-radius: 0.4em;
    float: left;
    text-align: center;
    width: 100%;
	margin-top:1%;
}
.icon:nth-child(3) {
    border: 1px solid #bfbfbf;
    border-radius: 0.4em;
    float: left;
    text-align: center;
    width: 100%;
	margin-top:1%;
}*/
.offers-deals {
    background-color: #04b3ae;
    border-bottom: 2px solid #666;
    border-radius: 0.2em;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    width: 100%;
}

.my-row {
    width: 100%;
    float: left;
}

.pad {
    padding: 5% 2% !important;
}

.deal_font {
    color: #222;
    float: right;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    width: 100%;
}

.deal_descri {
    color: #444;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-top: 3%;
    text-align: justify;
    width: 100%;
}

.deal-rs {
    color: #222;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-decoration: line-through;
    width: 50%;
    margin-top: 3%;
}

.deal-rs-sale {
    color: #04bf9d;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
    width: 50%;
    margin-top: 3%;
}

.btn-my {
    background-color: #04B3AE;
    border: 1px solid #333;
    border-radius: 0.3em;
    color: #fff;
    float: left;
    font-size: 14px;
    margin-top: 1%;
    padding: 3% 2%;
    border: 0px;
    width: auto;
    height: auto;
}

    .btn-my:hover {
        color: #fff;
    }

.btn-my-crt {
    background-color: #F4795B;
    border: 1px solid #333;
    border-radius: 0.3em;
    color: #fff;
    float: right;
    font-size: 14px;
    border: 0px;
    margin-top: 5%;
    padding: 3% 2%;
}

.cat-one {
    background-color: #fff;
    border-bottom: 2px solid #04b3ae;
    border-radius: 0.2em;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding: 1.5%;
    text-align: left;
    width: 100%;
}

.cat-img {
    margin: 6.5% auto;
    width: 175px;
    height: 175px;
    overflow: hidden;
}

    .cat-img img {
        width: 175px;
        height: 175px;
        /*width:100%;*/
    }

.image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.image:hover img {
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
}


.one-touch {
    color: #222;
    float: right;
    font-size: 14px;
    font-weight: 600;
    /* height: 25px;*/
    text-align: center;
    width: 100%;
    line-height: 14px;
}

.cat-price1 {
    color: #04bf9d;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    margin-top: 7%;
    padding-left: 5%;
    text-align: left;
    /*width: 50%;*/
}

.cat-price {
    color: #04bf9d;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    margin-top: 7%;
    padding-left: 5%;
    text-align: left;
    width: 50%;
}

.cat-cart {
    color: #04bf9d;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5%;
    text-align: right;
    width: 50%;
}

.overlay {
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #f8f5f5;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.overlayContent {
    z-index: 99;
    margin: 250px auto;
    width: 80px;
    height: 80px;
}

    .overlayContent h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .overlayContent img {
        width: 80px;
        height: 80px;
    }

.wishlist {
    color: #333;
    float: left;
    font-size: 12px;
    margin-bottom: 3%;
    margin-top: 3%;
    text-align: center;
    width: 95%;
}

.testim-descr:nth-child(1) {
    color: #444;
    float: right;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    width: 96%;
    margin: 2%;
}

.testim-descr:nth-child(2) {
    color: #04bf9d;
    float: right;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    width: 94%;
    margin: 0 3% 2.7%;
}

.nws-ltr:nth-child(1) {
    height: auto;
    margin: 0 auto;
    padding: 2% 0;
    width: 70%;
}

.nws-ltr:nth-child(2) {
    height: auto;
    margin: 0 auto;
    padding: 0 0 1%;
    width: 70%;
}

.zero-auto {
    margin: 0 auto;
}

.txtbx {
    border: 1px solid #04bf9d;
    border-radius: 0.3em;
    padding: 2%;
    text-align: center;
    width: 100%;
}

.btn-send {
    background-color: #333;
    border: 1px solid #333;
    border-radius: 0.3em;
    color: #fff;
    font-size: 14px;
    padding: 2% 5%;
}

.free-delivery {
    color: #222;
    float: right;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    width: 100%;
}

.delivery-text {
    color: #444;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin-top: 3%;
    text-align: justify;
    width: 95%;
}

.delivery-box {
    /*border: 1px solid #bfbfbf;*/
    border-radius: 0.4em;
    float: left;
    text-align: center;
    width: 100%;
    height: 250px;
    /*	box-shadow: 0px 0px 2px #666; */
}

.signup {
    background: #f6f7f6;
    border: 1px solid #9a9a9a;
    margin-bottom: 40px;
    width: 100%;
}

    .signup header {
        display: block;
        padding: 6px 20px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        font-size: 25px;
        font-weight: 300;
        color: #671d1c;
        border-bottom: 1px solid #9a9a9a;
    }

    .signup .h30 {
        height: 40px;
    }

.messagesend {
    max-width: 500px;
    margin: 0 auto;
    padding: 5px 0 25px 0;
}

    .messagesend header {
        display: block;
        padding: 5px;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,.1);
        background: #00C7C1;
        font-size: 25px;
        font-weight: 300;
        color: #fff;
    }

.main-messagesend {
    padding: 40px;
    background-color: #eee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.sign-form {
    margin: 0;
    outline: none;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
    padding: 25px 30px 5px;
}

    .sign-form .h30 {
        height: 30px !important;
    }

.sign-body {
    padding: 20px;
}

.messagesend1 {
    max-width: 500px;
    margin: 0 auto;
    border-radius:8px;
}

    .messagesend1 header {
        display: block;
        padding: 5px;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,.1);
        background: #00C7C1;
        font-size: 25px;
        font-weight: 300;
        color: #fff;
    }

.main-messagesend {
    padding: 40px;
    background-color: #eee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

#my-footer {
    background: none repeat scroll 0 0 #e7e7e7;
}

.share-txt {
    color: #04bf9d;
    font-size: 20px;
    font-weight: 500;
}

.foot-nav {
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 24px;
    width: 100%;
}

.fb-foot:nth-child(1) {
    float: left;
    height: auto;
    margin-left: 0;
    width: 20%;
}

.fb-foot:nth-child(2) {
    float: left;
    height: auto;
    margin-left: 5%;
    width: 20%;
}

.fb-foot:nth-child(3) {
    float: left;
    height: auto;
    margin-left: 5%;
    width: 20%;
}

.fb-foot:nth-child(4) {
    clear: both;
    float: left;
    height: auto;
    margin-left: 0;
    margin-top: 5%;
    width: 20%;
}

.fb-foot:nth-child(5) {
    float: left;
    height: auto;
    margin-left: 5%;
    margin-top: 5%;
    width: 20%;
}

.fb-foot:nth-child(6) {
    float: left;
    height: auto;
    margin-left: 5%;
    margin-top: 5%;
    width: 20%;
}

.fb-foot img {
    width: 100%;
}

.footbg {
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
    width: 17%;
}

.od-image {
    width: 25%;
    height: auto;
    float: left;
}

    .od-image img {
        width: 100%;
    }

.od-discription {
    float: left;
    height: auto;
    width: 70%;
}

.od-main:first-child {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px #04bf9d dashed;
    margin-bottom: 1%;
    margin-bottom: 3%;
}

.od-main {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px #04bf9d dashed;
    margin-bottom: 1%;
    margin-bottom: 3%;
}

    .od-main:last-child {
        width: 100%;
        height: auto;
        float: left;
        border-bottom: none;
    }
/*.cat-main-one:nth-child(1) {
    float: left;
    height: auto;
    margin-left: 0;
    width: 22%;
}*/
.cat-main-one {
    float: left;
    height: auto;
    margin-left: 1%;
    width: 180px;
}
/*.cat-main-one:nth-child(2) {
    float: left;
    height: auto;
    margin-left: 4%;
    width: 22%;
}
.cat-main-one:nth-child(3) {
    float: left;
    height: auto;
    margin-left: 4%;
    width: 22%;
}
.cat-main-one:nth-child(4) {
    float: left;
    height: auto;
    margin-left: 4%;
    width: 22%;
}*/
.textddlborder {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: auto;
    height: 30px;
}

.srch-main-bx {
    width: 33%;
    float: left;
}

.efr {
    width: 33%;
    float: left;
}

.contactinfo {
    float: right;
    /*width: 100%;*/
    margin-top: 5px;
}

.truckdiv {
    width: 32%;
    float: left;
}

    .truckdiv img {
        width: 100%;
    }

.truck-discri {
    width: 65%;
    float: right;
}

.advr-image:first-child {
    width: 32%;
    float: left;
    margin: 0;
}

.advr-image {
    width: 32%;
    float: left;
    margin: 0px 2%;
    border: 1px solid rgb(171, 171, 171);
}

    .advr-image:last-child {
        width: 32%;
        float: left;
        margin: 0;
    }

    .advr-image img {
        width: 100%;
    }

.new-block:first-child {
    width: 32%;
    float: left;
    margin: 0;
}

.new-block {
    width: 32%;
    float: left;
    margin: 0px 2%;
    border: 1px solid rgb(171, 171, 171);
    height: 520px;
}

    .new-block:last-child {
        width: 32%;
        float: left;
        margin: 0;
    }

.no-mar-left-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0.4em;
}

.news-testi {
    width: 49%;
    float: left;
}

.news-testi1 {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.news-testi:last-child {
    float: right;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.foot-sub-div {
    width: 25% !important;
    float: left;
}

.donate-medi {
    color: #04b5aa;
    float: left;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.donate-image {
    clear: both;
    height: auto;
    margin: 0 auto;
    width: 50%;
}

    .donate-image img {
        width: 100%;
    }

.donate-descri {
    color: #444;
    float: left;
    font-size: 13px;
    font-weight: normal;
    left: 12px;
    line-height: 22px;
    margin: 1% 2%;
    text-align: justify;
    width: 96%;
}

.read-more {
    color: #04b5aa;
    float: left;
    font-weight: 600;
    left: 18px;
    line-height: 22px;
    text-align: center;
    text-decoration: underline;
    width: 100%;
    margin-bottom: 10px;
}

.who-r-v-desc {
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    width: 100%;
}

p {
    margin: 10px 0 !important;
}

.my-paddi {
    float: left;
    padding: 1%;
    width: 100%;
}

.orga-name:first-child {
    width: 32%;
    height: auto;
    float: left;
    margin: 0;
    background: #04b5aa;
    border-radius: 0.3em;
}

.orga-name {
    width: 32%;
    height: auto;
    float: left;
    margin: 0 0 0 2%;
    background: #04b5aa;
    border-radius: 0.3em;
}

    .orga-name:last-child {
        width: 32%;
        height: auto;
        float: right;
        margin: 0;
        background: #04b5aa;
        border-radius: 0.3em;
    }

.orga-font {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 3%;
    text-align: center;
}

.discount-descrip {
    border-bottom: thin solid #333;
    float: left;
    margin: 1% 0;
    padding: 1%;
    width: 100%;
}

    .discount-descrip:last-child {
        border-bottom: none;
        float: left;
        padding: 1%;
        width: 100%;
        margin: 1% 0;
    }

.shop-name {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.shop-add {
    color: #333;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin: 0 2%;
    text-align: justify;
    width: 96%;
}

.shop-discount {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.cart-product-image {
    float: left;
    width: 80px;
    height: 20px;
}
    /*.cart_description { 
    float: left; 
    width: 20px;
    height:10px;
}

.cart_price {
    float: left; 
    width: 20px;
    height:10px;
}

.cart_quantity {
    float: left; 
    width: 20px;
    height:10px;
}

.cart_total {
    float: left; 
    width: 20px;
    height:10px;
}*/

    .cart-product-image img {
        width: 87%;
        height: 350%;
    }

.discription-single-product {
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 2%;
    text-align: justify;
    width: 96%;
}

.icon:hover .product-overlay {
    display: block;
    height: 100%;
    z-index: 200;
}

.product-overlay {
    background: none repeat scroll 0 0 #666;
    border-radius: 3px;
    display: none;
    float: left;
    position: absolute;
    top: 0;
    transition: height 500ms ease 0s;
    width: 100%;
    opacity: .9;
}

/*-----New Overlay-----*/
.overlay_link {
    line-height: 26px;
    height: 1000px;
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.product-overlay .add-to-cart {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    border-radius: 0;
    color: #fe980f;
    font-family: "Roboto",sans-serif;
    font-size: 13px;
    margin-bottom: 290px;
}

.add-to-cart {
    background: none repeat scroll 0 0 #f5f5ed;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

#wrapper {
    float: left;
    height: auto;
    width: 100%;
}

.rslides {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.track {
    position: relative;
    width: 100%;
}

.carousel {
    position: relative;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    background: url(images/loader.gif) center center no-repeat;
}

    .carousel .next,
    .carousel .prev {
        display: none;
        width: 56px;
        height: 56px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-top: -28px;
        z-index: 9999;
        cursor: pointer;
    }

    .carousel .prev {
        margin-left: -60px;
        background: url(images/prev.png) 0 0 no-repeat;
    }

    .carousel .next {
        margin-right: -60px;
        background: url(images/next.png) 0 0 no-repeat;
    }

    .carousel li {
        display: none;
    }

        .carousel li img {
            width: 100%;
            height: auto;
        }

.paging {
    position: absolute;
    z-index: 9998;
}

    .paging > a {
        display: block;
        cursor: pointer;
        width: 40px;
        height: 40px;
        float: left;
        background: url(images/dots.png) 0px -40px no-repeat;
    }

        .paging > a:hover,
        .paging > a.current {
            background: url(images/dots.png) 0px 0px no-repeat;
        }

.badge {
    display: block;
    width: 104px;
    height: 104px;
    background: url(images/badge.png) 0 0 no-repeat;
    z-index: 9000;
    position: absolute;
    top: -3px;
    left: -3px;
}

img {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    -o-user-select: none;
    user-select: none;
}
/* Figure */

.my-wrapper {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.rowcolumnlines {
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
}
/*#txtSearch{
    padding:8px;
    border: 2px thin green;
    border-color: #333;
    border-radius: 5px;
    width: 410px;
}
#btnSearch {
    padding:8px;
    border: 2px thin green;
    border-color: #04b5aa;
    border-radius: 5px;
    color: #04b5aa;
    width: 70px;
}*/

.wrap {
    padding: 5px;
}

.top-product {
    margin-top: 3%;
}

.cat-main:hover .product-overlay {
    /*display: block;
    height: 100%;*/
}

.cat-main {
    float: left;
    height: auto;
    margin-bottom: 3%;
    width: auto;
}

/*.cat-main:nth-child(1) {
    float: left;
    height: auto;
    margin-left: 0;
    width: 22%;
}
.cat-main:nth-child(2) {
    float: left;
    height: auto;
    margin-left: 4%;
    width: 22%;
}
.cat-main:nth-child(3) {
    float: left;
    height: auto;
    margin-left: 4%;
    width: 22%;
}
.cat-main:nth-child(4) {
    float: left;
    height: auto;
    margin-left: 4%;
    width: 22%;
}*/

/*-----------------------------------------paginagtion-------------------------------------------------------*/
.dob_box {
    margin-bottom: 15px;
    background-color: #F26B4D;
    border-bottom: 2px solid #666;
    border-radius: 0.2em;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    width: 30%;
}

.pagination-my {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    border-radius: 3px;
    display: inline-block;
    float: right;
    padding: 3% 0;
    vertical-align: baseline;
    width: 26%;
}

    .pagination-my .prev, .pagination-my .next {
        font-family: Open Sans;
        font-size: 14px;
    }

    .pagination-my > a {
        background-clip: padding-box;
        border-color: #666;
        text-decoration: none;
        text-shadow: 0 1px black;
        transition: all 0.1s ease-out 0s;
    }

    .pagination-my > a, .pagination-my > span {
        border: 1px solid black;
        border-radius: 3px;
        color: #666;
        float: left;
        font-family: Open Sans;
        font-size: 12px;
        font-weight: 500;
        line-height: 27px;
        margin-left: 5px;
        min-width: 17px;
        padding: 0 6px;
        text-align: center;
        text-decoration: none;
    }

        .pagination-my > span, .pagination-my > a:active {
            background: none repeat scroll 0 0 rgba(255, 255, 255, 0.01);
            border-color: black rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.6);
            box-shadow: 0 1px rgba(0, 0, 0, 0.05) inset, 0 2px 2px rgba(0, 0, 0, 0.3) inset, 0 1px rgba(255, 255, 255, 0.06);
            color: #04b3ae;
        }

    .pagination-my > a {
        background-clip: padding-box;
        border-color: #666;
        text-decoration: none;
        transition: all 0.1s ease-out 0s;
    }

.table1 {
    width: 100%;
    line-height: 3px;
}

    .table1 td {
        margin-bottom: 20px;
        padding-left: 10px;
    }

.table2 {
    width: 76%;
    line-height: 3px;
}

    .table2 td {
        margin-bottom: 20px;
        padding-left: 10px;
    }

.box_space {
    Width: 100%;
    Height: 30px;
    margin-bottom: 10px;
}

.img_area {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
}

    .img_area img {
        width: 100%;
        display: block;
    }

.img_content {
    position: absolute;
    padding: 3% 5% 5% 5%;
    width: 90%;
    top: 0px;
}

.coupan_count {
    width: 36px;
    height: 36px;
    border: 2px solid #FFFFFF;
    float: right;
    border-radius: 50px;
    position: absolute;
    background: #EC100E;
    z-index: 10;
    right: 15px;
    top: 0px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

@media screen and (max-width:992px) {
    .table2 {
        width: 100%;
        line-height: 3px;
    }

    .new-block {
        height: auto;
    }

    .delivery-box {
        height: auto;
    }
}

@media screen and (max-width:768px) {
    .news-testi1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .news-testi {
        width: 100%;
        margin-bottom: 15px;
    }

    .modalBackground {
        background-color: Black;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }

    .modalPopup {
        background-color: #FFFFFF;
        width: 300px;
        border: 3px solid #04b5aa;
        border-radius: 12px;
        padding: 0;
    }

    .modalPopupheader {
        background-color: #04b5aa;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopupbody {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopupfooter {
        padding: 6px;
    }

    .modalPopupyes1, .modalPopupno1 {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopupyes {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
        border: 1px solid #4cae4c;
        width: 80px;
    }

    .modalPopupno {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
        border: 1px solid #d43f3a;
        width: 80px;
    }



    .search_bgr, .search_bgr1 {
        background: #84c05c;
        width: 100%;
        height: auto;
        margin: 20px 0 14px;
        opacity: .94;
        padding: 15px 5px;
        color: #262523;
        font-size: 26px;
        font-weight: 200;
        display: inline-block;
        font-family: open_sanslight;
    }

    .search_inputbg {
        height: auto;
        background: #FFF;
        border-radius: 8px;
        padding: 3px;
        margin-right: 8px;
        float: left;
    }

    .search_btn {
        float: right;
    }

    .search_bgr input[type=text] {
        width: 545px;
        border: none;
        float: left;
        font-weight: 200;
        padding: 0 10px;
        font-size: 18px;
        height: 34px;
        outline: 0;
    }

    .search_bgr button {
        background-color: #231f20;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 200;
        padding: 7px 29px 6px;
        border: none;
        color: #fff;
        cursor: pointer;
    }

    .search_divd {
        border-left: 2px solid #231f20;
        height: 117px;
        margin: 0 8px;
    }

    .search_upd {
        margin: 0 auto;
    }

    .search_mrg {
        margin: 7px 0 25px -2px;
        display: inline-block;
    }

    .search-select {
        height: 36px;
        display: none;
    }

        .search-select select {
            border: none;
            color: #505052;
            display: inline;
            height: 36px;
            width: 230px;
            float: left;
        }

    .search_inputbg {
        height: auto;
        background: #FFF;
        border-radius: 8px;
        padding: 3px;
        margin-right: 8px;
        float: left;
    }

    .search_btn {
        float: right;
    }

    .search_bgr input[type=text] {
        width: 545px;
        border: none;
        float: left;
        font-weight: 200;
        padding: 0 10px;
        font-size: 18px;
        height: 34px;
        outline: 0;
    }

    .search_bgr button {
        background-color: #231f20;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 200;
        padding: 7px 29px 6px;
        border: none;
        color: #fff;
        cursor: pointer;
    }

    .search_divd {
        border-left: 2px solid #231f20;
        height: 117px;
        margin: 0 8px;
    }

    .search_upd {
        margin: 0 auto;
    }

    .search_mrg {
        margin: 7px 0 25px -2px;
        display: inline-block;
    }

    .search-select {
        height: 36px;
        display: none;
    }

        .search-select select {
            border: none;
            color: #505052;
            display: inline;
            height: 36px;
            width: 230px;
            float: left;
            box-shadow: none;
            font-size: 18px;
            font-style: italic;
            padding: 0;
            -webkit-appearance: none;
            background-color: #fff;
        }

        .search-select label::before {
            background: url(../images/icons/search-arrow.jpg?1611221810) no-repeat scroll left center #fff;
            content: "";
            display: block;
            height: 37px;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 17px;
        }
}
