.homebanner-container {
    padding-left: 0px;
    padding-right: 0px;
}

.top-text {
    display: flex;
    flex-direction: row;
}

.top-arrow {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 3px solid #64DFDF;
    margin: -5px 2px 0 2px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
}

.top-picks {
    padding: 40px 15px;
}

.shopcateg-bg {
    background: url(../../images/shopcategory-bg.jpg) repeat 0 0;
    padding: 25px 15px;
}

.shop-categ-link {
    position: relative;
    float: left;
    width: 100%;
}

.shop-categ-img {
    float: left;
    width: 100%;
    height: 100%;
    max-height: 140px;
}

.shop-categ-title {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    font-size: 16px;
    padding: 5px 0;
    margin-top: -17px;
    text-align: center;
    color: #fff;
    background-color: rgba(166, 216, 0, 0.8);
}

.sidemenu-list {
    float: left;
    width: 100%;
    padding-left: 0px;
    background-color: #FFF;
    max-height: 300px;
    overflow: hidden;
    padding-bottom: 10px;
    z-index: 1;
}

.text-bold {
    font-weight: bold;
}


/* .sidemenu-list  {
    float: left;
    width: 100%;
    border-bottom: solid 1px #F6f6f6;
} */

.sidemenu-link,
.sidemenu-link:hover,
.sidemenu-link:focus,
.sidemenu-link:active,
.sidemenu-link:visited {
    float: left;
    width: 100%;
    text-decoration: none;
    color: #666;
    font-weight: 300;
    padding: 10px 0px;
    border-bottom: solid 1px #F6f6f6;
}

.sidemenu-link-active,
.sidemenu-link-active:hover,
.sidemenu-link-active:focus,
.sidemenu-link-active:active,
.sidemenu-link-active:visited {
    font-weight: 600;
    color: #64DFDF;
}

.sidemenu-list li.li-brand {
    float: left;
    width: 100%;
    color: #64DFDF;
    padding: 10px 0px;
}

.forw-arrow-indi {
    color: #CCC;
    margin-right: 5px;
}

.forw-arrow-indi-active {
    color: #fff;
    margin-right: 5px;
    background-color: #64DFDF;
}

.price-ranges {
    margin-top: 15px;
    font-size: 13px;
    color: #555;
}

.ui-slider-horizontal {
    height: 4px;
}

.ui-slider .ui-slider-handle {
    width: 15px;
    height: 25px;
    border-radius: 5px;
    background-color: #64DFDF;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #dedede;;
}

.ui-widget-header {
    background: #64DFDF url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}

.filter-header {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}

.filter-header:after {
    content: "";
    width: 80%;
    height: 2px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9;
    background: linear-gradient(to right, #29A71A 30%, #ccc 30%);
}


.col-prod-block {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-image: linear-gradient(#fff, #fff);
    border-radius: 20px;
    box-shadow: 0px 0px 3px -1px #ccc;
    margin-bottom: 15px;
    padding: 15px;
}

.product-count-header {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.store-subcategories,
.store-categories,
.store-brands,
.store-classification {
    float: left;
    width: 100%;
}

.prod-img-holder {
    display: flex;
    flex-direction: row;
    height: auto;
}

.prod-other-images {
    position: relative;
    width: 110px;
    padding: 5px 5px;
    /* background-color: #F7F7F7; */
}


.prod-det-img-holder {
    position: relative;
    float: left;
    height: auto;
    padding: 10px;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 15px;
    background: #fefefe;
    margin-left: 5px;
}

.prod-oos-holder {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 48px;
    width: 48px;
    z-index: 3;
}


/* .prod-desc-discount-holder {
    top: 15px;
    left: 15px;
} */

.prod-oos-content {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    padding-top: 11px;
    background-color: #e32222;
    border-radius: 50%;
    color: #FFF;
}

.prod-img-prev,
.prod-img-prev:active,
.prod-img-prev:focus {
    position: absolute;
    top: 50%;
    left: -30px;
    padding: 8px;
    font-size: 52px;
    margin-top: -23px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 2;
}

.prod-img-next,
.prod-img-next:active,
.prod-img-next:focus,
.prod-img-next:visited {
    position: absolute;
    right: -30px;
    top: 50%;
    padding: 8px;
    font-size: 52px;
    margin-top: -23px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 2;
}

.product-detail-img {
    max-width: 100%;
    max-height: 500px;
}


.prod-images-wrapper {
    float: left;
    max-width: 100%;
    width: 100%;
}

.prod-images-container {
    float: left;
    width: 100%;
    max-width: 100%;
}

.prod-img-lnk {
    float: left;
    width: 105px;
    border: #DDD solid 1px;
    margin-right: 8px;
    padding: 3px 0;
    opacity: 0.7;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 8px;
}

.prod-img-lnk-active {
    opacity: 1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.prod-images-holder {
    z-index: 1;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}

.product-title {
    margin-top: 0px;
    margin-bottom: 5px;
}

.variant-name {
    color: #64DFDF;
    font-weight: bold;
    margin-bottom: 7px;
}

.product-details {
    text-align: justify;
    color: #666;
}

.prod-tabs-wrapper {
    margin-top: 15px;
}

.prod-tabs-lnk,
.prod-tabs-lnk:focus,
.prod-tabs-lnk:hover,
.prod-tabs-lnk:active,
.prod-tabs-lnk:visited {
    float: left;
    padding: 5px 35px;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: solid 2px #f2f2f2;
}

.prod-tabs-text {
    position: relative;
}

.prod-tabs-text-active:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #ECAB45;
}

.prod-tabs-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.prod-det-out-stock-lnk,
.prod-det-out-stock-lnk:hover,
.prod-det-out-stock-lnk:focus, 
.prod-det-in-stock-lnk,
.prod-det-in-stock-lnk:hover,
.prod-det-in-stock-lnk:focus{
    float: left;
    margin: 0 10px 0 0;
    padding: 3px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none;
    font-size: 13px;
    color: #e2173c;
    background-color: #fbd3da;
}

.prod-det-in-stock-lnk,
.prod-det-in-stock-lnk:hover,
.prod-det-in-stock-lnk:focus {
    color: #64DFDF;
    background-color: #c8dec7;
}

.prod-det-action-holder {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding:15px 0;
    border-top:1px solid #f3f3f3;
    border-bottom:1px solid #f3f3f3;
}

.prod-det-cart,
.prod-det-cart:hover,
.prod-det-cart:focus {
float:left;
}

.prod-cart-minus-ico,
.prod-cart-plus-ico,
.prod-cart-minus-ico:hover,
.prod-cart-plus-ico:hover,
.prod-cart-minus-ico:focus,
.prod-cart-plus-ico:focus,
.prod-cart-minus-ico:active,
.prod-cart-plus-ico:active {
    /* float: left; */
    font-size: 12px;
    margin-top: 0;
    text-decoration: none;
    padding: 15px;
    color: #747474;
}

.offer-qty.prod-cart-item-qty,
.prod-cart-item-qty {
    float: left;
    margin: 0px 2px 0px 2px;
    width: 40px;
    min-width: 20px;
    text-align: center;
    border: 1px solid transparent;
    padding: 8px 2px;
    font-weight: bold;
    outline: none;
}

.prod-det-cart,
.prod-det-cart:hover,
.prod-det-cart:focus {
    border: 1px solid #dedede;
    border-radius: 5px;
}

.prod-det-cart-ico-lnk,
.prod-det-cart-ico-lnk:hover,
.prod-det-cart-ico-lnk:focus {
    float: left;
    text-align: center;
    margin: 0 0 0 15px;
    text-decoration: none;
    color: #FFFFFF;
    padding:10px 15px;
}

.prod-cart-item-qty {
    background-color: #FFF;
    margin: 0px 2px 0px 2px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 4px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.log-form-holder {
    float: left;
    width: 100%;
    margin-top: 150px;
    padding: 5px 0;
    background-color: #FFF;
    box-shadow: 0px 0px 5px 2px #CCC;
    -moz-box-shadow: 0px 0px 5px 2px #CCC;
    -webkit-box-shadow: 0px 0px 5px 2px #CCC;
}

.log-form-container {
    float: left;
    width: 100%;
    padding: 0px 15px 15px 15px;
}

.logo-container {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}

.logo-container img {
    width: 140px;
}

.prod-tab-data {
    display: none;
}

.prod-tab-data:first-of-type {
    display: block;
}

div.err-qty-div {
    border: #F95B21 solid 1px;
}


/*Location Page CSS*/

.location-body {
    background-color: #DEDEDE;
}

.location-logo {
    margin: 140px 0 15px 0;
    width: 100%;
    max-width: 250px;
}

.loc-tag-holder {
    position: relative;
    color: #222;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    font-weight: 300;
}

.loc-tag-holder:before {
    position: absolute;
    left: 0;
    top: -10px;
    content: '';
    background: url(../../images/drops.png) 0 0 no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
}

.loc-tag-holder:after {
    position: absolute;
    right: 0;
    bottom: -10px;
    content: '';
    background: url(../../images/drops.png) 0 0 no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
}

.loc-tag-border {
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 150px;
    height: 6px;
    margin-left: -75px;
    border-top: 2px solid #64DFDF;
    border-bottom: 2px solid #64DFDF;
}

.sel-loc-head {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 20px;
    color: #222;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.sel-loc-subhead {
    margin-bottom: 30px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
}

.loc-frm-holder {
    margin-bottom: 30px;
}

.btn-selloc {
    border: none;
    background-color: #64DFDF;
    color: #FFF;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ddl-locpage,
.ddl-locpage:focus,
.ddl-locpage:hover {
    position: relative;
    width: 100%;
    border: none;
    height: 40px;
    margin-bottom: 10px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: url(../../images/down-arrow.png) 97% 10px no-repeat #FFF;
    background-size: 20px;
}

.ddl-loc-holder:after {
    /* position: absolute;
    right: 25px;
    top: 11px;
    content: '';
    background: url(../../images/down-arrow.png) 0 0 no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF; */
}

.select-store-loc-modal-dialog {
    margin: 50px auto;
}

.loc-page-modal-header:before {
    display: none;
}


/*Location Page CSS Ends*/

.sidemenu-list li:first-of-type a {
    padding-top: 0px;
}

.product-filter-icon,
.product-filter-icon:hover,
.product-filter-icon:active,
.product-filter-icon:visited,
.product-filter-icon:focus {
    float:left;
    text-decoration: none;
    color: #222;
    border: 2px solid #ccc;
    padding: 5px 25px;
}

.dvsortby {
    position: relative;
    float: right;
    border: 2px solid #ccc;
    padding: 5px 25px;
}



.ulsortby {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 10;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #dedede;
    width: 150px;
}

.ulsortby li {
    display: block;
    width: 100%;
    padding: 3px;
}

.ulsortby li a,
.ulsortby li a:hover,
.ulsortby li a:focus,
.ulsortby li a:visited,
.ulsortby li a:active {
    display: block;
    width: 100%;
    text-decoration: none;
    margin: 0;
    padding: 5px;
    font-size: 13px;
    color: #222;
    border-bottom: 1px solid #dedede;
}

.ulsortby li a:hover {
    background: #eee;
}

.ulsortby li:last-child a {
    border: 0;
}

.dvsortby:hover .ulsortby {
    display: block;
}

.filter-content {
    background: #fff;
    padding: 5px 15px;
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 3px 2px 5px 0px #ccc;
}

.product-price-holder {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #111;
    font-weight: 600;
}

.product-mrp-holder {
    font-size: 13px;
    padding-left: 10px;
    color: #017DC3;
    font-weight: 500;
}

.product-tax-holder {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #666;
}

.profile-box,
.profile-box:hover,
.profile-box:active,
.profile-box:visited,
.profile-box:focus,
.order-box,
.order-box:hover,
.order-box:active,
.order-box:visited,
.order-box:active {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    margin: 50px 0px;
    border-radius: 10px;
    padding: 60px 0px;
    text-decoration: none;
}

.profile-box {
    background-color: #64DFDF;
    border: solid 1px #64DFDF;
}

.order-box {
    background-color: #222;
    border: solid 1px #222;
}

.login-type-icon {
    font-size: 42px;
}

.dvtopbrands .owl-item,
.dvtopbrands .owl-item .item {
    padding: 0px 4px;
}

.company-link {
    float: left;
    width: 50px;
    /* padding:3px; */
    margin-bottom: 25px;
    text-align: center;
    padding: 10px 15px;
    border-radius: 4px;
}

.company-link img {
    /* width:200px; */
    height: 160px;
    max-width: 100%;
    width: auto;
    /* box-shadow:  2px 2px 3px 2px #CCC; */
    /*-moz-box-shadow:  0px 0px 4px  #CCC;
    -webkit-box-shadow:  0px 0px 4px 1px #CCC;*/
}

.owl-carousel .owl-item .item {
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    margin: 3px 0;
}

.category-link img {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    outline: 2px solid #fff;
    outline-offset: -7px;
    border: 1px solid #fff;
}

.owl-carousel .owl-item .item .home-company-link img {
    display: inline-block;
    max-height: 62px;
    width: auto;
}

.dvcategname {
    display: block;
    width: 100%;
    color: #222;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
}

.dvsubcategname {
    display: block;
    width: 100%;
    color: #222;
    font-weight: 700;
}

.left-arrow,
.right-arrow {
    margin-top: 25px;
}

.price-unit {
    color: #222;
    font-weight: 600;
    font-size: 16px;
}

.brand-view-lyk,
.brand-view-lyk:hover {
    position: absolute;
    top: -5px;
    right: 15px;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    padding-top: 10px;
    color: #1664b7;
}

.left-arr-holder {
    float: left;
    margin-top: -40px;
    margin-left: -20px;
}

.right-arr-holder {
    float: left;
    margin-top: -40px;
    margin-right: -20px;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}

.all-brnd-content {
    padding: 0 15px;
}

.brand-link {
    position: relative;
    float: left;
    max-width: 150px;
    margin-bottom: 15px;
    text-align: center;
}

.brand-link img {
    max-width: 150px;
    max-height: 150px;
    vertical-align: middle;
}

.brnd-img-lyk img {
    width: 150px;
    height: 150px;
    border: solid 1px #eee;
}

.brand-title {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    font-size: 16px;
    padding: 5px 0;
    margin-top: -17px;
    text-align: center;
    color: #fff;
    background-color: rgba(166, 216, 0, 0.8);
}

.top-brands-container {
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}

.brands-holder {
    padding: 12px;
    background-color: #f2f2f2;
}

.carousal-holder {
    padding: 12px;
}

.item-grey {
    background-color: #f1f1f1;
    background-image: linear-gradient(#f1f1f1, #e0e0e0);
}

.dvsubcategprod .owl-item {
    background-color: #f1f1f1;
    background-image: linear-gradient(#f1f1f1, #e0e0e0);
}

.categ-container {
    margin-top: 20px;
    margin-bottom: 15px;
}

.store-brands {
    float: left;
    width: 100%;
}

.side-brands-label {
    float: left;
    width: 100%;
    color: #64DFDF;
    padding: 10px 0px;
    border-bottom: solid 1px #F6f6f6;
    margin-bottom: 0px;
}

.side-brands-checkbox {
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}

.side-brands-label:last-child {
    border-bottom: none;
}

.sidemenu-subateg-link:last-child {
    border-bottom: none;
}

.brand-header {
    margin-top: 0px;
}

.comp-holder {
    padding: 0px;
}

.company-container {
    position: relative;
    float: left;
    width: 100%;
}

.company-container img {
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.comp-logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -91px;
    margin-top: -61px;
    border: solid 1px #f2efef;
    border-radius: 3px;
}

.comp-logo-container img {
    width: 180px;
    height: 120px;
}

.all-brand-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.categ-header,
.store-brand-header {
    margin-bottom: 5px;
}

.products-row,
.brand-content {
    min-height: 540px;
}

.similar-product-holder {
    float: left;
    width: 100%;
    margin-bottom:40px;
}

.similar-product-title {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0px;
}

.similar-owl-carousel .owl-nav .owl-prev,
.similar-owl-carousel .owl-nav .owl-prev:hover,
.similar-owl-carousel .owl-nav .owl-next,
.similar-owl-carousel .owl-nav .owl-next:hover {
    top: 50%;
    margin-top: -40px;
}

.similar-owl-carousel .left-arrow,
.similar-owl-carousel .right-arrow {
    margin-top: 0px;
}

.owl-carousel.similar-owl-carousel .owl-item .prod-img-holder img {
    width: auto;
}


/* margin table css starts */

.variant-tbl-holder {
    float: left;
    width: 100%;
    margin: 20px 0;
    border: solid 1px #aaaaaa;
    border-radius: 5px;
}

.variant-tbl-hdr,
.variant-tbl-ftr {
    float: left;
    width: 100%;
}

.variant-tbl-hdr {
    border-bottom: solid 1px #aaaaaa;
}

.variant-tbl-data,
.variant-tbl-data-last {
    float: left;
    width: 33%;
    text-align: center;
    color: #017DC3;
    padding: 15px;
    font-weight: 700;
}

.variant-tbl-details,
.variant-tbl-details-last {
    float: left;
    width: 33%;
    text-align: center;
    color: #666;
    padding: 30px;
}

.variant-tbl-data,
.variant-tbl-details {
    border-right: solid 1px #aaaaaa;
}

.prod-declaration-holder {
    float: left;
    width: 100%;
    border: solid 1px #EEEEEE;
    background-color: #FAFAFA;
    padding: 15px;
    color: #666;
}

.categ-holder {
    padding-bottom: 10px;
}

.categ-img-holder {
    min-height: 300px;
    flex: 0 0 50%;
    max-width: 50%;
}

.card.categ-card {
    border: none;
    background-color: transparent;
    color: #FFF;
    border-radius: 0;
    padding: 0 15px;
}

.categ-card-holder {
    /* padding: 0px; */
    flex: 0 0 50%;
    max-width: 50%;
}

.row-odd,
.row-eve {
    height: 300px;
    margin-bottom: 20px;
}

.home-categ-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #3A3A3A;
}

.home-categ-wrapper {
    padding: 10px;
}


/* .row-odd .home-categ-wrapper:nth-child(2n+1) .home-categ-holder{
    background-color: #C31315;
} */


/* .row-odd .home-categ-wrapper:nth-child(2n) .row .categ-card-holder {
    padding-right: 0;
}

.row-odd .home-categ-wrapper:nth-child(2n+1) .row .categ-card-holder {
    padding-left: 0;
}

.row-eve .home-categ-wrapper:nth-child(2n) .row .categ-card-holder {
    padding: 0;
}

.row-eve .home-categ-wrapper:nth-child(2n+1) .row .categ-card-holder {
    padding: 0;
} */


/* .row-eve .home-categ-wrapper:nth-child(2n) .home-categ-holder{
    background-color: #C31315;
} */

.card-categ-title {
    font-size: 18px;
}

.card-categ-tag {
    font-size: 11px;
    font-weight: 300;
}

.categ-buy-lnk,
.categ-buy-lnk:hover,
.categ-buy-lnk:active,
.categ-buy-lnk:focus,
.categ-buy-lnk:visited {
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    background-color: #DDD;
    color: #3A3A3A;
    font-size: 12px;
    transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
}

.categ-buy-lnk:hover {
    background-color: #FFF;
    color: #3A3A3A;
}

.categ-card h4,
.categ-card p {
    margin-bottom: 10px;
    text-align: center;
}

.categ-card p:last-of-type {
    margin: 0;
}

.card-categ-desc {
    font-size: 13px;
}

.promo-banner-holder {
    padding: 10px;
}

.promo-banner {
    width: 500px;
    height: 500px;
}

@media(max-width:991px) {
    .home-categ-wrapper {
        /* padding: 0; */
        margin-bottom: 15px;
    }

    .categ-img-holder {
        min-height: 300px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .categ-card-holder {
        /* padding: 0px; */
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-categ-title {
        font-size: 16px;
    }

    .home-categ-wrapper .h-100 {
        height: auto !important;
    }

    .row-odd,
    .row-eve {
        height: auto;
        margin: 0;
    }

    .row .home-categ-wrapper .home-categ-holder {
        position: relative;
        padding-top: 300px;
    }

    .row .home-categ-wrapper .home-categ-holder .categ-img-holder {
        /* float: left; */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 300px;
    }

    /* .row-odd .home-categ-wrapper .home-categ-holder .categ-card-holder{
        float: right;
    } */
    .card.categ-card {
        padding: 15px;
    }

    .promo-banner-holder {
        padding: 10px 15px;
    }

    .promo-banner {
        width: auto;
        height: auto;
        max-width: 100%;
    }
}

.other-sellers-link,
.other-sellers-link:hover {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-decoration: none;
}

.other-sellers-boxes {
    display: none;
}

.other-sellers-box {
    border: solid 1px #CCC;
    border-radius: 3px;
    background-color: #F2F2F2;
    margin-bottom: 15px;
}

.other_disti_name {
    margin-top: 15px;
    padding: 0px 15px;
    color: #333;
}

.other_disti_price {
    padding: 0px 15px;
    color: #64DFDF;
}

.other-seller-arrow {
    display: inline-block;
    margin-left: 2px;
    font-size: 18px;
    padding-top: 4px;
}

.dvdealbanner {
    width: 100%;
}

.dvsuperior {
    width: 100%;
}

.dvdealbanner img,
.dvsuperior img {
    width: 100%;
}

.dvtoppicks {
    margin-top: 35px;
}
.dvcategprod{
    display:flex;
}
.delect-holder{
    display:block;
    width:340px;
    margin-top:5px;
}

.delect-products{
    display: block;
}

.delect-holder img{
    width:100%;
}
.dvtoppicks .owl-item,
.dvcategprod .owl-item {
    background-color: #fff;
    background-image: linear-gradient(#fff, #fff);
    border-radius: 20px;
    box-shadow: 0px 0px 3px -1px #ccc;
}

.owl-carousel .owl-stage-outer {
    padding: 5px;
}

.dvtoppicks img {
    width: 100%;
}

.dvdelectable,
.dvgaurantee {
    padding: 40px 15px;
}

.mobileapp-img {
    text-align: right;
}

.cart-btn {
    float: right;
}

.cart-btn a,
.cart-btn a:hover,
.cart-btn a:active,
.cart-btn a:focus {
    text-decoration: none;
    background: #5E60CE;
    border-radius: 3px;
    color: #FFF;
    padding: 10px 15px;
    font-weight: 600;
}

.dvhomeslide {
    position: relative;
    width: 100%;
}

.owl-homeslide .owl-item .item {
    padding: 0;
}

.homeslide_bg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 2px 3px 5px 0 #ccc;
}

.small-text {
    position: absolute;
    top: 30%;
    left: 30px;
    z-index: 11;
    font-weight: 600;
    font-size: 16px;
}

.big-text {
    position: absolute;
    top: 30%;
    left: 30px;
    z-index: 11;
    font-weight: 500;
    font-size: 18px;
    margin-top: 25px;
    color: #222;
}

.dvhomeslide .link-button {
    position: absolute;
    top: 30%;
    left: 30px;
    z-index: 11;
    margin-top: 60px;
}

.link-button a,
.link-button a:hover,
.link-button a:focus,
.link-button a:active {
    text-decoration: none;
    color: #fff;
    background-color: #64DFDF !important;

}

.mobilapp-bg {
    display: block;
    width: 100%;
    background: url(../../images/homeapp-bg.jpg) repeat 0 0;
}

.small-lite-text {
    font-size: 14px;
    font-weight: 200;
}

ul.ulapp {
    list-style: none;
}

.page-holder {
    display: flex;
}

.ulpaging {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: auto;
}

.ulpaging li {
    display: inline-block;
    margin-right: 10px;
}

.ulpaging li a,
.ulpaging li a:hover,
.ulpaging li a:focus,
.ulpaging li a:visited {
    text-decoration: none;
    margin: 0;
    padding: 3px;
    text-align: center;
    color: #222;
}

a.page-inactive,
a.page-active {
    display: block;
    background: #eeeeee;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.ulpaging li a.page-active,
.ulpaging li a.page-active:hover,
.ulpaging li a.page-active:focus,
.ulpaging li a.page-active:visited {
    background: #64DFDF;
    color: #fff;
}

.page-arrow {
    margin-top: 5px;
}

/*AD CSS*/
.ad-banner{
    position: relative;
    width:100%;
    display:flex;
    flex-direction: column;
    vertical-align: middle;
    text-align: center;
}

.ad-image{
    width:100%;
}

.ad-text{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -50px;
}
.ad-title{
    width:100%;
    text-align: center;
}
.ad-subtext{
    display: block;
    width:100%;
    text-align: center;
    font-size:14px;
    color:#555;
    margin:0 auto;
}