﻿body {
    line-height: 1.7;
    color: #333;
    font-size: 14px;
    background-color: #fff;
}

.d-block {
    display: block;
}

.w-100 {
    width: 100% !important;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.ptb-20 {
    padding: 20px 0px;
}

.ptb-40 {
    padding: 40px 0px 30px;
}

.mt-70 {
    margin-top: 70px;
}

.dropdown-menu {
    padding: 10px 10px 5px;
}

.dropdown-menu li {
    font-size: 16px;
    padding-bottom: 5px;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
}

.secton-header {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

.catgry-card {
    /*height: 340px;*/
    margin-bottom: 30px;
    width: 95%;
}

.catgry-card:hover {
    /*border: 1px solid #eee;*/
    box-shadow: 0 2px 2px 0 rgb(220 220 220 / 50%);
}

.catgry-body {
    position: relative;
    background-color: #e9e9e9;
    padding: 0px 30px 30px;
    cursor: default;
}


.catgry-body .catgry-title h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 5px 25px 5px 10px;
    position: relative;
    display: inline-block;
    z-index: 27;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.catgry-title {
    border-radius: 0 0px 20px 20px;
}


.catgry-headers {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}

.shopnow-txt {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.shopbullet {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
    padding: 1px 4px;
    margin-left: 2px;
    line-height: 0;
    font-size: 7px;
    vertical-align: middle;
}

.catgry-imgdiv {
    position: relative;
    margin: 0px 0px 20px;
    height: 170px;
}

.catgry-imgdiv img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.trnd-card {
    background-color: #E7E7E7;
    height: 310px;
}
.product_name_div{
    height: 42px;
}

.trnd-card:hover {
    border: 0 solid #eee;
    box-shadow: 0 2px 24px 0 rgb(220 220 220 / 50%);
}

.trnd-body {
    position: relative;
    padding: 10px;
}

.trnd-bodytop {
    height: 151px;
}

.trnd-bodytopa {
    position: relative;
    display: block;
    text-align: center;
}

.sales_label {
    position: absolute;
    left: 5px;
    top: 7px;
    width: 45px;
    height: 45px;
    z-index: 3;
    text-align: center;
    background-color: #E26161;
    border-radius: 50%;
    float: left;
    line-height: 46px;
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
}

.heart_label {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}

.trnd-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.graylabel {
    font-size: 12px;
    color: gray;
}

.price-clr {
    /*color: #330000;*/
}

.btn-themes {
    /*background-color: #330000;*/
    color: #fff;
    border-radius: 0px;
    width: 100%;
}

.btn-themes:hover {
    color: #fff;
}

.introbutton {
    margin: 15px 0px 0px 0px;
    animation-duration: 1000ms;
    animation-delay: 600ms;
    animation-name: fadeInDown;
}

.introbutton .small {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.introbutton .big {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}

.btn-app-store {
    background: #000;
    color: #FFF;
    position: relative;
    height: 53px;
    padding: 2px 20px 0 47px;
    border: 2px solid #eee;
    width: 150px;
    border-radius: 10px;
}

.btn-app-store i {
    font-size: 26px;
    position: absolute;
    left: 10px;
    line-height: 1.7;
}

.btn-googleplay {
    background: #000;
    color: #FFF;
    position: relative;
    height: 53px;
    border: 2px solid #eee;
    width: 155px;
    padding: 3px 30px 0 5px;
    border-radius: 10px;
}

.btn-googleplay i {
    font-size: 40px;
    position: absolute;
    left: 10px;
}

.googleplay-img {
    margin-top: 10px;
    margin-right: 5px;
    width: 35px;
}

.introbutton .btn.focus, .btn:focus, .btn:hover {
    color: #F66161;
    text-decoration: none;
}

.top110 {
    top: 110px;
}

section {
    width: 100%;
    height: auto;
    float: left;
}

.footer-top {
    /*background-color: #330000;*/
    padding: 30px 0px;
}

.footer-top h1 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-top p {
    color: #fff;
    font-size: 15px;
}

.footer-div {
    margin: 0 0 13px;
    padding: 0;
    position: relative;
}

.footer-input {
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: transparent;
    padding: 0 50px 0 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.btn-subscribe {
    width: 90px;
    height: 30px;
    font-size: 14px;
    border-radius: 1px;
    border: none;
    background: #fff;
    color: #000;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 10px;
    padding-top: 2px;
}

.footer-links ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer-top ul li, .footer-top ul li a {
    color: #fff;
    font-size: 15px;
}

.footer-bottom {
    background-color: #808080;
    padding: 20px 20px 10px;
}

.copyright {
    font-size: 14px;
    color: #fff;
}

.footer-left ul {
    list-style-type: none;
    display: inline-block;
    padding: 0;
}

.footer-left ul li {
    display: inline-block;
    /*border-right: 1px solid #fff;*/
    padding-right: 5px;
    line-height: 14px;
}

.footer-left ul li a {
    font-size: 14px;
    color: #fff;
}

.dynamic-caption {
    text-align: center !important;
    left: 2% !important;
    top: 30px !important;
    font-weight: 800 !important;
    text-shadow: none !important;
    width: 40%;
}

.deal-txt {
    font-size: 42px;
    font-weight: 600;
}

.btn-shopnow {
    width: 40%;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    margin: 20px 0;
    color: #fff;
}

.btn-shopnow:hover {
    color: #fff;
}


.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
}

.displayib {
    display: inline-block;
}

.rpt-40 {
    vertical-align: super;
    padding-left: 30px;
    padding-bottom: 20px;
}

.color-text {
    color: #330000;
}

.color-bakgrnd {
    background-color: #330000;
}

.topLink {
    width: 180px;
    height: 65px;
    margin-right: 20px;
}

.shopnow-txt:hover {
    text-decoration: none;
    color: #330000;
}

.color-bakgrnd:hover {
    color: #fff;
}

.ptb-60 {
    padding: 60px 0px 60px;
}

.ptb-70 {
    padding: 70px 0px 0px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
    float: right;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.w-200 {
    width: 200px;
}
.mt-0 {
    margin-top: 0px;
}
.lftside-content {
    bottom: 0;
    width: 100%;
    padding: 2rem 0;
    overflow: auto;
    background-color: #fff;
    line-height: 1.3;
}
.category-menu {
    padding: 0 0 0.4rem;
    background: #fff;
}
.category-menu > li {
    margin-right: 0;
    padding: 0 0;
}
.category-menu > li > a {
    display: block;
    padding: 1.2rem 0;
    min-height: 3.9rem;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #545454;
}
.nav-pills > li > a {
    border-radius: 0px;
}
.nav-pills > li > a {
    padding: 6px 25px;
    font-size: 16px;
    color: #330000;
}
.nav-pills > li + li {
    margin-left: 2px;
    margin-top: 1px;
    border: 2px solid #231F20;
    margin-bottom: 5px;
    margin-right: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #231F20 !important;
    padding: 6px 25px;
}
.owlbg-box {
    background-color: #eee;
    border: 1px solid #b6b6b6;
    margin-bottom: 20px;
    padding: 20px 20px 20px;
    overflow: auto;
}
.products_count_height{
    height: 610px;
    overflow-y: scroll !important;
}
.owlbg-header {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.owlbg-header > a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    padding-left: 15px;
}
.owlbg-header > a > i {
    font-size: 12px;
}
owl-carousel .owl-item .single-staff-item img {
    max-width: 325px;
    width: 160px;
    border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
/*.owl-carousel.owl-drag .owl-item{
    width: 9.5% !important;
    margin-right: 36px !important;
}*/
.single-staff-item > .trnd-card {
    background-color: #fff;
}
.staff-meta {
    font-size: 12px;
    color: #b7b7b7;
    margin-top: 20px;
}
.staff-meta h3 {
    font-size: 20px;
    margin: 0 0 10px;
}
.staff-list .owl-nav button {
    display: inline-block;
    width: 50px;
    height: 40px;
    background-color: #f3f3f3 !important;
    margin-left: 10px;
    transition: .3s;
}
.staff-list .owl-nav button:hover {
    background: #14ADF3 !important;
    color: white !important;
}
.staff-list .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
}
.staff-desc {
    margin-top: 20px;
}
.box-carts {
    background-color: #FDFEFE;
    box-shadow: 0 0 16px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 40px;
    margin: 40px 0px;
}
.box-cartsspan {
    font-size: 16px;
    color: gray;
}
.cont-txt {
    padding: 1.5em 0;
}
.old-prices {
    text-decoration: line-through;
    color: gray;
    font-size: 16px;
}
.btns-carts {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 22px;
}
.dsplyib {
    display: inline-block;
    padding: 3em 0 0;
}
.brdrsb {
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}
.brdrsb:last-child {
    border-bottom: 0px;
}
.cstm-cntrl {
    display: inline-block;
    width: 38%;
    border: 0px solid #000;
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 22px;
    font-weight: normal !important;
    padding: 6px 3px !important;
    text-align: center;
}
.cstms-control{
    font-size: 19px !important;
    font-weight: normal !important;;
    padding: 4px 3px !important;
    text-align: center !important;;
    height: 28px !important;
}
.txts-lg {
    color: #330000;
    text-decoration: underline;
}
.box-carts-right {
    background-color: #FDFEFE;
    box-shadow: 0 0 16px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0px;
}
.mtb-5 {
    margin: 5px 0;
}
.fnts-t {
    font-size: 18px;
    font-weight: 500;
    color: gray;
    padding: 5px 0 5px;
}
.fnts-tt {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.mb-30 {
    margin-bottom: 30px;
}
.fnt-24 {
    font-size: 18px;
}
.cstm-chkbx {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.cstm-chkbx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 12px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.cstm-chkbx:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.cstm-chkbx input:checked ~ .checkmark {
    background-color: #330000;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.cstm-chkbx input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.cstm-chkbx .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carts-headings{
    font-size: 20px !important;
    display: inline-block;
    margin-top: 20px;
}

.btn-confirmndplsordr {
    color: #fff;
    border-radius: 4px;
    width: 100%;
    padding: 10px 14px;
    font-size: 20px;
}
@media(max-width:40em) {
    .catgry-card {
        margin-bottom: 10px;
    }
    .wdth-5 {
        width: 20% !important;
    }
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
    border: 2px solid #fff !important;
}
.carousel-caption .btn {
    text-shadow: none;
}

.icon{
    font-size: 22px;
    color: #fff;
    padding-right: 10px;
}

.icon:hover{
    color: #fff;
}

::placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}
.carousel {
    margin-bottom: 0;
    padding: 0px 0 0px 0 !important
}

.footer-links ul {
    list-style-type: none;
    padding-left: 0px;
}

.h-500{
    height: 440px !important;
}

.pb-00{
    padding-bottom: 0px !important;
}

.dynamic-caption h1{
    font-size: 30px;
}

.btn-red > i{
    color: #ff0016 !important;
}

.bg-backgrnd{
    background-color: #F47F57;
    padding: 30px;
}

.storestext{
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.changestore{
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
}

.changestore:hover{
    color: #fff;
    text-decoration: underline;
}

.ptb-90 {
    padding: 90px 0px 0px;
}
.rght-side > strong{
    color: #fff;
    font-size: 20px;
}

.rght-side > span{
    color: gold;
    font-size: 20px;
}

.navbar-brand{
    padding: 9px 15px !important;
}

.carousel-control{
    text-shadow: none !important;
    box-shadow: none !important;
    margin-top: 120px !important;
    border: 0px solid #4fa9cc !important;
    line-height: 200px !important;
    height: 155px !important;
    color: #f3f3f3 !important;
}

.carousel-control.right {
    right: 9px;
}
#subcategory_all{
    border: 2px solid #231F20;
    margin-top: 1px;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-right: 2px;
}

.container-fluid{
    padding-right: 35px !important;
    padding-left: 35px !important;
}

.cstm-navs{
    display: block;
    float: right;
    position: absolute;
    margin-right: 0;
    margin-left: 74%;
    width: auto;
    margin-top: 13px;
}

.mt-20{
    margin-top: 20px;
}

.rmw-100{
    width: 100%;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

@media screen and (max-width: 768px){
    .cstm-navs{
        margin-left: 50%;
    }
}

@media(max-width:40em) {
    .catgry-card {
        margin-bottom: 20px;
    }
    .trnd-card {
        margin-bottom: 15px;
        padding: 0px 10px;
    }
    .top110 {
        top: 10px;
    }
    .dynamic-caption {
        top: 0px !important;
        font-weight: 800 !important;
        width: 50%;
    }
    .dynamic-caption h1{
        font-size: 16px;
    }

    .dynamic-caption h3{
        font-size: 14px;
    }
    .deal-txt {
        font-size: 18px;
    }
    .btn-shopnow {
        width: 59%;
        padding: 3px 10px;
        font-size: 14px;
        cursor: pointer;
        margin: 20px 0 0;
        color: #fff;
    }
    .dynamic-caption h1, .dynamic-caption h3{
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .displayib{
        font-size: 28px !important;
    }
    .rpt-40 {
        padding-top: 20px;
        white-space: normal;
        padding-left: 0px !important;
    }
    .topLink {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .carousel-inner>.item>img, .carousel-inner>.item>a>img{
        /*height: 200px;*/
        height: auto;
    }
    .h-500{
        height: 100% !important;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
        margin-right: 6px !important;;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: 6px !important;
    }
    .row-align{
        display: block;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
        float: left;
        width: 100%;
    }
    .rmb-10{
        margin-bottom: 8px !important;
    }

    #delivery_change{
        float: left !important;
        margin-top: 10px;
        padding-left: 28px;
    }
    .row-align {
        display: block !important;
    }
    .rh-160{
        height: 190px !important;
    }
    .rh-200{
        height: 200px !important;
    }
    .stores-texts {
        font-size: 24px !important;
        word-break: break-word;
    }
    .secton-header {
        font-size: 28px;
    }
    .box-carts{
        padding: 30px 22px !important;
    }
    .box-carts > h3 {
        font-size: 18px;
    }
    .rpt-40 {
        padding-top: 20px;
        white-space: nowrap;
        margin-left: -14px;
    }
    .topLink {
        width: 130px;
        height: 50px;
    }
    .rh-txt{
        font-size: 26px;
        white-space: nowrap;
    }
    .container-fluid {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .rpts-0{
        padding: 0px !important;
    }
    .rplr-0{
        padding: 0px !important;
    }
    .cstm-ulli{
        position: absolute !important;
        float: right;
        z-index: 1035;
        margin-top: -58px;
        text-align: right;
        left: 0;
        /*right: 75px;*/
    }
    .cstm-navs{
        display: block;
        float: right;
        position: absolute;
        margin-right: 0;
        margin-left: 60%;
        width: auto;
        margin-top: 13px;
    }
    .rmw-100{
        width: 100%;
    }
    .pl-40 {
        padding-left: 15px !important;
    }
}

.this-week-text{
    top: 14px !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0 !important;
}
.dropdown-item {
    color: #000 !important;
    display: block !important;
    padding: 10px 0px 6px !important;
    font-size: 15px !important;
}

.pt-15{
    padding-top: 80px;
}

.stores-texts{
    font-size: 44px;
    font-family: arial;
    font-weight: 600;
    margin: 30px 0;
    word-break: break-all;
}

.wdth-5{
    width: 5%;
    display: inline-block;
    float: right;
}

.row-align {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mt-10{
    margin-top: 10px;
}

.trnd-cardstwo {
    background-color: #fff;
    height: 250px;
    margin-bottom: 20px;
}


.trnd-cardstwo:hover {
    border: 0 solid #eee;
    box-shadow: 0 2px 24px 0 rgb(220 220 220 / 50%);
}

.trnd-bodytwo {
    position: relative;
    padding: 10px;
}

.trnd-bodytop {
    height: 120px;
}

.trnd-bodytopatop {
    position: relative;
    display: block;
    text-align: center;
}

.cstm-font{
    height: 50px;
    border-radius: 0px;
    font-size: 16px !important;
}


#search_for_product {
    border: 1px solid #ccc !important;
    background: #fff !important;
    font-size: 16px !important;
}

#search_for_product_button{
    font-size: 16px !important;
}

@media (min-width: 992px) and (max-width : 3000px) {
    .h-500 {
        height: 100% !important;
    }
    .wdth-5{
        width: 17%;
        display: inline-block;
        float: right;
    }
    .rw-100{
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width : 1023px) {
    .copyright{
        font-size: 11px !important;
    }
    .footer_ul ul li{
        padding-right: 10px !important;
        font-size: 11px;
    }
    #social_footer ul li{
        margin: 0 !important;
    }
}
/* back to top*/
#back_to_top {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#back_to_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 47px;
    color: #fff;
}
#back_to_top:hover {
    cursor: pointer;
    background-color: #333;
}
#back_to_top:active {
    background-color: #555;
}
#back_to_top.show {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 500px) {
    #back_to_top {
        margin: 30px;
    }
}
@media (min-width: 768px) {
    .store_banners{
        width:auto !important;
        margin:auto;
    }
    .h-290{
        height: 290px;
    }
    .h-310{
        height: 310px !important;
    }
}
@media (min-width: 618px) and (max-width: 1023px){
    .f-size24{
        font-size: 24px !important;
    }
    .f-size32{
        font-size: 32px !important;
    }
    .mb-sm-5{
        margin-bottom: 5px !important;
    }
    .mt-sm-0{
        margin-top: 0 !important;
    }
    .m-sm-20{
        margin: 20px auto !important;
    }
}

@media (min-width: 320px) and (max-width: 1024px){
    .carousel-control{
        height: auto !important;
        margin-top: 5px !important;
    }
    .h-310{
        height: auto !important;
    }
}
@media (min-width: 320px) and (max-width: 763px){
    .store_banners_left_icon{
        left: 0 !important;
        margin-left: 0 !important;
    }
    .store_banners_right_icon{
        right: -10px !important;
        margin-right: 0 !important;
    }
    .products_content{
        padding: 0 !important;
    }

}
@media (min-width: 1300px){
    .store_banners_left_icon{
        margin-left: 20px !important;
    }
    .store_banners_right_icon{
        margin-right: 10px !important;
    }
}

@media (max-width: 320px){
    .stores-texts {
        font-size: 20px !important;
        word-break: break-word !important;
    }
    .secton-header {
        font-size: 28px;
    }
    .rpt-40 {
        padding-top: 20px;
        white-space: nowrap;
        margin-left: -14px;
    }
    .rh-txt{
        font-size: 26px;
        white-space: nowrap;
    }

}
@media (min-width: 769px)  and  (max-width: 1300px){
    .cstm-ulli{
        position: absolute;
        left: -100px;
    }
}


