@import url("https://fonts.cdnfonts.com/css/myriad-pro");
@import url("https://fonts.cdnfonts.com/css/eras-demi-itc");
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffff00;
    --bs-green: #31a93d;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #31a93d;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #fe5773;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}
:root {
    --blue: #0d6efd;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --orange: #fd7e14;
    --green: #31a93d;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #0d6efd;
    --secondary: #6c757d;
    --success: #31a93d;
    --info: #0dcaf0;
    --warning: #ffc107;
}

* {
    transition: all 0.3s;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 10rem;
    background-color: rgb(214, 213, 213);
}
body {
    font-family: "Myriad Pro", sans-serif;
    letter-spacing: 0.75px;
}
#addedToCartModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 60px); /* Adjust as needed */
    margin-bottom: 0;
}
#addedToCartModal .modal-content {
    width: 100%;
    max-width: 500px; /* Adjust as needed */
}
#submenu {
    z-index: 100;
    position: absolute;
    background: white;
    top: 142px;
    left: 0;
    box-shadow: 0px 8px 15px #686262;
    width: 100%;

}
.hayes_pin{
    margin-top: 20px;
    position: absolute;

}

.active1{
    border-top-color: #003f51;
    border-top: 4px solid #57b568;
    cursor: pointer;
    background: #fff;
    color: green !important;
}

.bounds_pin{
    margin-top: 50px;
    position: absolute;
    margin-left: 39px;

}

.hanworth_pin{
    margin-left: -20px;
    position: absolute;
    margin-top: -8px;

}
.gatwick_pin{
    position: absolute;
    margin-top: 63px;
    margin-right: 20px;
    margin-left: -35px;

}
.farn_pin {
    position: absolute;
    margin-top: 28px;

    margin-left: -22px;
}

.sqr_m{
    font-size: 16px;
    margin-top: -10px;
    position: absolute;
    font-weight: 100;

}

.rto_was_class{
    text-decoration: line-through;
    color: red;

    padding-left: 2px;
    line-height: 1;
    margin-right: 5px;
    font-size: small;
    position: relative;
    top: -14px;
}

.rto_instore_class{
    text-decoration: line-through;
    color: black;

    padding-left: 2px;
    line-height: 1;
    margin-right: 5px;
    font-size: small;
    top: -44px;
    position: relative;
}
.rto_onlineprice_class{
    position: relative; top: -30px;
    font-size: 27px;
}


#calToCartModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 60px); /* Adjust as needed */
    margin-bottom: 0;
}
#calToCartModal .modal-content {
    width: 100%;
    max-width: 500px; /* Adjust as needed */
}


#close_cart_modal{
    right: -16px;
    width: 47px;
    height: 47px;
    padding-left: 0px;
    text-align: center;
    color: #fff;
    float: right;
    font-size: 33px;
    position: absolute;
    background-color: #eb3679;

    border-radius: 50%;
    top: -15px;
    cursor: pointer;
}
#close_cal_modal{
    right: -16px;
    width: 47px;
    height: 47px;
    padding-left: 0px;
    text-align: center;
    color: #fff;
    float: right;
    font-size: 33px;
    position: absolute;
    background-color: #eb3679;

    border-radius: 50%;
    top: -15px;
    cursor: pointer;
}
#addedToCartModal .modal-header{
    font-size: 25px;
    color: white;
    background-color: #31a93d;

    font-weight: bold;

    margin: 0;
    text-align: center !important;

    padding: 21px 0px 21px 16px;
}
#calToCartModal .modal-header{
    font-size: 25px;
    color: white;
    background-color: #31a93d;

    font-weight: bold;

    margin: 0;
    text-align: center !important;

    padding: 21px 0px 21px 16px;
}


.your_basket{
    padding-top: 10px;
    color: #31a93d;
    font-family: Arial;
    font-weight: bold;
}

.sub_total{

    color: #4a4a4a;
    font-family: Arial;
    font-size: 14px !important;

    font-weight: bold;
}
.grand_total{
    color: #31a93d;

    font-size: 20px;
    font-weight: bold;
}
.proceed_checkout{

}
.summary{
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;

}
.cart_p_name{
    color: #4a4a4a !important;
    font-family: Arial;
    font-size: 20px !important;


    font-weight: bold;

}
.cart_font_size{
    font-size: 13px;
}
.cart_area_input{
    border: 1px solid #31a93d !important;
    background: #fff;
    width: 66px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    height: 38px;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: -12px;

}
.cart_item{
    border: 1px solid #4af84a;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
}
/* Remove default input number arrows */
.cart_area_input::-webkit-inner-spin-button,
.cart_area_input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.total_price_mt{
    margin-top: 94px;
    min-width: 380px;
}
.total_price {
    margin-left: -35px;
    margin-top: 16px;
    margin-right: -30px;

}
.total_price_area{

    margin-top: 16px;
    /*max-width: fit-content;*/


}

.detailspage_left_price{
    color: black ;
    font-size: 32px;
    font-weight: bold;
    font-family: Arial;
}

.switch_move_left{
   margin-left: -40px !important;
}

.total{
    top: -13px;
    position: relative;
    color: #31a93d ;
    margin-left: -30px;

    font-weight: bold;
    font-family: Arial;
}
.detailspage_left_price_m2{
    font-family: Arial, Helvetica, sans-serif;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;

}
.m2-input{
    border: 1px solid #31a93d;
    background: #fff;
    width: 80px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    /*border-radius: 10px;*/
    margin-left: -30px;
}

.cal_input{
    border: 1px solid #31a93d;
    background: #fff;
    width: 80px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    height: 38px;
    border-radius: 10px;
    margin-left: -30px;
}

.nav-item1{
    margin-top: 7px;
border-right: 0px !important;
    margin-right: 10px;
    background: rgba(270, 248, 250);
    list-style: none;

}

.tab_box_size{
    padding: 19px;
    padding-left: 40px;
    padding-right: 40px;
}

.delivery_input{
    border: 1px solid #31a93d;
    background: #fff;

    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    height: 38px;
    border-radius: 10px;

}

.b_m_bar{
    font-size: 18px;
}
.m2-sqr{


    font-family: Arial, Helvetica, sans-serif;
    color: #4a4a4a;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    top: 8px;

}
.add10pr{
    padding-left: 10px;
    color: #464544;
   top: 5px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.product-pricing {
    padding: 17px 40px 13px 40px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
.ten-tip{
    color: #a1170c;
    font-weight: bold;
    font-size: 14px;
   }
.ten-tip2{
    color: #60b307;
    font-weight: bold;
    font-size: 14px;
}
.tipsection{
    padding-top: 15px;
    -webkit-transition: 3s ease-in height;
    -o-transition: 3s ease-in height;
    transition: 3s ease-in height;
    border-bottom: 1px solid #cccccc;
}
.add_tobasket_sec{
    padding: 20px 0px;
    -webkit-transition: 3s ease-in height;
    -o-transition: 3s ease-in height;
    transition: 3s ease-in height;

}

.add_cut_sample{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #29275b;
    border: 2px solid  #29275b;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    max-width: 260px;
    min-height: auto;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: Arial;

    font-weight: bold;
    -webkit-box-shadow: 0px 8px 15px #686262;
    box-shadow: 0px 8px 15px #686262;
    padding: 10px 9px 12px;
    text-transform: uppercase;
    margin-top: 5px;
}
.add_to_cart{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #31a93d;
    border: 2px solid #31a93d;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    max-width: 260px;
    min-height: auto;
    position: relative;
    text-align: center;
    width: 100%;
    font-family: Arial;

    font-weight: bold;
    -webkit-box-shadow: 0px 8px 15px #686262;
    box-shadow: 0px 8px 15px #686262;
    padding: 10px 10px 12px;
    text-transform: uppercase;
    margin-top: 5px;
}
.map_location_text_font{
    font-size: 14px;
}

.view_all{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #31a93d;
    border: 2px solid #31a93d;
    border-radius: 3px;
    color: #fff;




    font-size: 14px;
    max-width: 260px;
    min-height: auto;

    text-align: center;
    width: 100%;
    font-family: Arial;

    font-weight: bold;
    -webkit-box-shadow: 0px 8px 15px #686262;
    box-shadow: 0px 8px 15px #686262;
    padding: 10px 10px 12px;
    text-transform: uppercase;
    margin:20px;
}
.addcursor{
    cursor: pointer;

}
.calculateTxt{
    font-size: 10px;
    text-decoration: underline;
    font-family: Arial;
    text-align: center;
    display: block;
    margin-top: 5px;
    cursor: pointer;
}
.img-bor:hover {
    box-shadow: 1px 1px 4px 4px green !important;

}
.listingFilters {
    /* position: sticky;
    position: -webkit-sticky;
    top: 10px; */
    margin: 25px 0;
    overflow-y: auto;
    max-height: 87.5vh;
}
.listingFilters::-webkit-scrollbar {
    width: 6px;
}
.listingFilters::-webkit-scrollbar-track {
    background-color: transparent;
}
.listingFilters::-webkit-scrollbar-thumb {
    border-radius: 10rem;
    background-color: rgb(214, 213, 213);
}
.listingFilters::-webkit-scrollbar .listingFilters::-webkit-scrollbar .stuck {
    position: fixed;
    /*top: -904px !important;*/
    max-width: 261px;
    margin-left: -27px;
}

.arialFont {
    font-family: Arial, Helvetica, sans-serif;
}
.erasBold {
    font-family: "Eras Bold ITC", sans-serif;
}
.erasLight {
    font-family: "Eras Medium ITC", sans-serif;
}
.erasMedium {
    font-family: "Eras Demi ITC", sans-serif;
}
.bgPurple {
    background-color: var(--purple);
}
.bgOrange {
    background-color: var(--orange);
}
.mainBanner {
    background: url(../images/homepage/banner.png) no-repeat center / cover;
    min-height: 440px;
}

.onlyNavFix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.filterFix {
    position: fixed;
    top: 57px;
    max-width: 261px;
    width: 100%;
    z-index: 100;
}
.navFixMain {
    padding-top: 0px;
}
.shopNow {
    clip-path: polygon(0 0, 100% 0, 78% 100%, 22% 100%);
    height: 100%;
    padding: 0 7.5rem;
    background: radial-gradient(#013e51, #026f93);
}
.shopNowPolygon {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 96px;
    height: 96px;
}
.smallxx {
    font-size: 60%;
}
.objectFitThumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}
.alig_colors{
    margin-top: -45px;
}
.instock {
    width: 10px;
    height: 10px;
    border-radius: 10rem;
}
.headerLogo {
    max-width: 190px;
    margin-top: 8px;
}

.off {
    border: 1px solid white;
    border-radius: 10rem;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
    color: white;
}
.offSmall {
    border: 1px solid white;
    border-radius: 10rem;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1rem;
    color: white;
}
.bgDarkOpac75 {
    background-color: rgba(0, 0, 0, 0.85);
}
.categories {
    background-color: rgba(255, 255, 255, 0.5);
    padding-bottom: 22px;
}
.phoneIcon {
    width: 20px;
    margin-top: -20px;
}
.phonenumber {
    font-size: 20px;
}
.inspiration h4,
.inspiration p,
.inspiration img {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 280px;
    margin-left: -4rem;
    margin-bottom: 1rem;
}
.imageFit {
    max-height: 320px !important;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}
.greenLine {
    width: 72px;
    height: 2px;
    border-radius: 5rem;
    display: inline-flex;
}
.newArrival {
    position: absolute;
    top: 0rem;
    right: 0rem;
    border: 1px solid white;
    padding: 0.85rem;
    border-radius: 10rem;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.specialOffer {
    position: absolute;
    top: 13px;
    right: -2.5rem;
    padding: 6px 2.5rem 10px;
    transform: rotate(41deg);
    font-size: 12px;
    font-weight: 600;
}
.offOverlay {
    position: absolute;
    right: -1rem;
    bottom: -1rem;
}
.footerLinks {
    color: white;
    position: relative;
    text-decoration: none;
}
.footerLinks::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 20%;
    background-color: var(--bs-success);
    width: 6px;
    height: 60%;
}
#counter-one .decrementer {
    width: 20px !important;
    height: 33px !important;
}

#counter-one .incrementer {
    width: 20px !important;
    height: 33px !important;
}

#counter-two .decrementer {
    width: 20px !important;
    height: 33px !important;
}

#counter-two .incrementer {
    width: 20px !important;
    height: 33px !important;
}

.listingbar {
    color: #32aa3e !important;
    background-color: #32aa3e !important;
    width: 9px !important;
    display: inline-block !important;
    height: 22px !important;
    font-size: 24px !important;

    position: relative !important;
    top: 1px !important;
}
.detailbar {
    color: #32aa3e !important;
    background-color: #32aa3e !important;
    width: 9px !important;
    display: inline-block !important;
    height: 18px !important;
    font-size: 20px !important;

    position: relative !important;
}
.colors {
    /*width: 16px;*/
    /*height: 16px;*/
    /*border-radius: 10rem;*/
   padding: 2px;
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SLIDER  SETTINGS */
#trendingCategoriesCarousel  .carousel-inner {
    width: 100%;
    height: 395px;
}

.carousel-inner {
    width: 100%;

}
.carousel-inner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.carousel-indicators {
    position: relative;
    margin: 0;
}
.carousel-indicators [data-bs-target] {
    width: 100px;
    height: 80px;
    opacity: 1;
}
.carousel-indicators [data-bs-target] img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    object-position: center;
}
/* OVERRIDE */
.text-warning {
    color: var(--bs-yellow) !important;
}
.form-check-input[type="checkbox"] {
    border-radius: 0;
}
.navbar-nav .nav-item.active a {
    background-color: var(--success);
}
.bg-success {
    background: var(--bs-success) !important;
}
.bg-danger {
    background: var(--bs-danger) !important;
}
.text-success {
    color: var(--bs-success) !important;
}
.text-danger {
    color: var(--bs-danger) !important;
}
.border-success {
    border-color: var(--bs-success) !important;
}
.formControlModified .form-control:focus-visible,
.formControlModified .form-control:hover,
.formControlModified .form-control:focus {
    outline: none;
    box-shadow: none;
}
.availableColor .form-check,
.tileSizes .form-check {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.availableColor .form-check .form-check-input,
.tileSizes .form-check .form-check-input {
    margin-left: 0;
}
.tileSizes .form-check-label {
    border: 1px solid #b7b5b5;
}
.tileSizes .t30x60 {
    width: 30px;
    height: 60px;
}
.tileSizes .t60x60 {
    width: 60px;
    height: 60px;
}
.tileSizes .t60x120 {
    width: 60px;
    height: 120px;
}
.tileSizes .t75x75 {
    width: 75px;
    height: 75px;
}
.tileSizes .t90x90 {
    width: 90px;
    height: 90px;
}
.tileSizes .t120x120 {
    width: 120px;
    height: 120px;
}
/* NUMBER  STYLE */
.counter {
    display: flex;
    margin-bottom: 20px;
}

.c1-btn,
.c2-btn {
    width: 100px;
    height: 32px;
    background-color: orange;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.c1-btn:hover,
.c2-btn:hover {
    background-color: #db8e00;
}

.c1-p,
.c2-p {
    color: gray;
    font-size: 16px;
}

.c1-span,
.c2-span {
    color: green;
}
.navbar-expand-lg .navbar-nav .nav-item a:hover,
.navbar-expand-lg .navbar-nav .nav-item a:active,
.navbar-expand-lg .navbar-nav .nav-item a:hover:focus,
.navbar-expand-lg .navbar-nav .nav-item a:focus-visible,
.navbar-expand-lg .navbar-nav .nav-item a:focus-within {
    background-color: var(--success);
}
/* .navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    background-color: var(--success);
} */

.tab_color{
    color: #6c757d;

}
.tab_color:hover {
    color: green;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: green;
    background-color: #fff;
    border-color: green;
}
.sliderAvatarFit {
    width: 650px !important;
    height: 550px !important;
    object-fit: cover !important;
    object-position: center !important;
    max-width: 100%;
    max-height: 100%;
}
.trendingAvatarFit {
    width: 100%;
    height: 320px !important;
    object-fit: cover !important;
    object-position: center !important;
    max-width: 100%;
    max-height: 100%;
}
.tileFit {
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}
.nav-item {
    display: inline-block; /* Display items horizontally */
    position: relative; /* Needed for positioning the vertical line */
}

.nav-item:not(:last-child) {
    border-right: 2px solid green; /* Add a vertical line to all items except the last one */
    padding-right: 0px; /* Adjust as needed */
}

.nav-link {
    display: block; /* Ensure link fills entire list item */
}
.tileFitListings {
    width: 320px;
    height: 320px;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}
.cart_img_fit {
    width: 150px;
    height: 139px;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}
.store_img_fit {

    height: 700px;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}
.basket_ondetailpage_img_fit {
    width: 150px;
    height: 124px;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}


.columCount2 {
    column-count: auto;
}
.tog {
    border: 0;
    background: transparent;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 24px;
}
.tog .plus,
.tog .minus {
    font-size: 24px;
    line-height: 8px;
    display: block;
    width: 20px;
}
.mb_continue{
    display: none;
}
.lp_continue{
    display: block;
}
.area_mr{
    margin-right: 30px;
}
.c_text_right{
    text-align: right;
}
.cal{
    margin-top: 19px;
}
.showroompadding1 {
    padding-left: 220px;
    padding-right: 220px
}
.showroompadding2 {
    padding-left: 400px;
    padding-right: 400px
}
.cart_rm_button{
    margin-left:-40px;
    font-weight: bold;

}

.listing_from{
    font-weight: 1000;
    font-size: 16px;
}
.stock_s{
    position: relative;
    top: -33px;
    font-size: 20px
}





@media all and (max-width: 767px) {
    .free_delivery{
        width: 30px;
    }
    .cu_sam{
        width: 30px;
    }
    .loc{
        width: 23px;
    }
    .tab_box_size {
        padding: 10px;
        padding-left: 21px;
        padding-right: 21px;
    }
    .cart_rm_button{

        margin-left:-11px;
        font-weight: bold;

    }
    .summary{
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
         border: 0px solid rgba(0, 0, 0, 0.2);
         border-radius: 0rem;
        outline: 0;
    }
    .remove_from_cart_container{
        margin-top: 10px;
    }
    .stock_s{
        position: relative;
        top: -29px;
        font-size: 16px
    }
    .sqr_m {
        font-size: 16px;
        margin-top: -8px;
        position: absolute;
        font-weight: 100;
    }

    .showroompadding1 {
        padding-left: 30px;
        padding-right: 30px
    }
    .showroompadding2 {
        padding-left: 30px;
        padding-right: 30px
    }

    .rto_onlineprice_class{
        position: relative; top: -32px;
        font-size: medium !important;


    }
    #calToCartModal{
        left: 240px;

    }

    #from{
        margin-left: -7px;
    }
    .was_in_on{

        margin-left: -23px;
        margin-right: 23px;

    }

    .rto_was_class {
        text-decoration: line-through;
        color: red;
        padding-left: 2px;
        line-height: 1;
        margin-right: 5px;
        font-size: small;
        position: relative;
        top: -14px;
        margin-left: 40px;
    }
    .cal{
        margin-top: -3px;
    }


    .c_text_right{
        text-align: center;
    }

    .basket_ondetailpage_img_fit {
        width: 350px;
        height: 124px;
        object-fit: cover;
        object-position: center;
        max-width: 100%;
        max-height: 100%;
    }

    .lp_continue{
        display: none;
    }
    .mb_continue{
        display: block;
    }
    .detailspage_left_price{
        color: black ;
        font-size: 32px;
        font-weight: bold;
        font-family: Arial;
        margin-left: -40px;
    }

    .total{
        top: -13px;
        position: relative;
        color: #31a93d ;
        margin-left: 0px;

        font-weight: bold;
        font-family: Arial;
    }
    .t_text {
        top: -30px;
        position: relative;
        color: #31a93d;
        margin-left: 144px;
        font-weight: bold;
        font-family: Arial;
    }
    .area_mr{
        margin-right: 0px;
    }
    .cros_icon{
        margin-left: -21px;
        margin-right: 16px;
    }

    .switch_move_left{
        margin-left: 0px !important;
        margin-top: 5px;
    }
    .detailspage_left_price_m2{
        font-family: Arial, Helvetica, sans-serif;
        color: #4a4a4a;
        font-size: 16px;
        font-weight: 700;
        margin-left: -5px;

    }
    #rt_price{
        margin-right: 0px !important;
        padding-bottom: 0px !important;
    }
    #rt_was > br {
    display: block !important;


    }
    #rt_was{



    }
    .sizeleft{
        margin-left: 30px;
    }
    .barnches_bg{
        background: rgb(244 244 245);
    }
    .text_xs {
        font-size: .75rem !important;
        line-height: 1rem !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;

    }

    .megastore{
        top: 0rem !important;
        right: 0rem !important;
        padding: 3rem !important;
    }
    .listingFilters {
        /* position: sticky;
        position: -webkit-sticky;
        top: 10px; */
        margin: 25px 0;
        overflow-y: hidden;
        max-height: 100%;
    }

    .onlyNavFix {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .filterFix {
        position: relative;
        top: 0px;
        max-width: 100%;
        width: 100%;
    }
    .navFixMain {
        padding-top: 0px;
    }

    .mobmtgal {
        margin-top: 80px !important;
    }
    .notshow {
        display: none !important;
    }
    .marginmob {
        margin-top: 5rem !important;
    }
    #card {
        position: relative;
        width: 19px;
        padding-left: 5px !important;
    }
    .locationmob {
        width: 16px;
        margin-right: 5px;
    }
    /*mmob {*/
    /*    top: -4px !important;*/
    /*    position: relative !important;*/
    /*}*/

    .personmob {
        width: 20px;
        margin-right: 5px;
    }
    .bucketmob {
        margin-right: 18px;
        width: 22px;
    }

    .stuck {
        position: static;
        top: 0px !important;
        max-width: 100%;
        margin-left: 0px;
    }
    .navFix {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10;
        background: white;
    }
    .navFixMain {
        padding-top: 109px;
    }
    #spinner {
        margin-left: 75% !important;
        margin-top: 3.5% !important;
    }
    .spinner-border {
        width: 1rem !important;
        height: 1rem !important;
    }
    .thmax {
        max-width: 75px !important;
    }
    .modal_mob {
        max-width: 300px !important;
        position: relative;
    }
    .calbody {
        left: 0px !important;
    }
    .h5change {
        font-size: 12px !important;
    }
    .me-2 {
        margin-top: -9px !important;
        padding-bottom: 5px !important;
    }
    .tiletitle {
        margin-top: 15px !important;
    }
    .listingbar {
        top: 0px !important;
        height: 18px !important;
    }
    .detailbar {
        height: 16px !important;
    }
    .m2left {
        margin-left: 28px !important;
    }
    .calbtn {
        margin-left: 16px !important;
    }
    .cartleft {
        left: 0px !important;
    }
    .mapimg {
        width: 39px !important;
        margin-top: -15px !important;
    }
    .maptile {
        text-align: left !important;
    }
    .mapheading {
        margin-bottom: 0px !important;
    }
    .headerLogo {
        max-width: 140px;
    }
    .newArrival,
    .offOverlay {
        right: -5px;
        width: 72px;
        height: 72px;
    }
    .menuBtn {
        position: fixed;
        top: 24px;
        right: 3px;
        padding: 0;
        font-size: 18px;
        z-index: 10;
    }
    .hidemb {
        display: none;
    }
    .shopNow {
        clip-path: none;
    }
    .inspiration img {
        margin-left: 0;
    }
    .tileFitListings,
    .tileFit {
        width: 100%;
        height: 100%;
        min-height: 260px;
    }
    .phonenumber {
        font-size: 14px;
    }
    .phoneIcon {
        width: 14px;
    }
    .columCount2 {
        column-count: 2;
    }

    .total_price_mt{
        margin-top: 10px;
        min-width: 200px;
    }
    .total_price_items_move_lesft{
        margin-left: 0px;
    }
    .total_price {
        margin-left: -1px;
        margin-right: 0px;
        border-bottom: 2px solid green;
        font-weight: bold;
        font-size:20px;
    }




    .cart_img_fit {
        width: 290px;
        height: 120px;
        object-fit: cover;
        object-position: center;
        max-width: 100%;
        max-height: 100%;
    }
    .carousel-inner {
        width: 100%;
        height: 103px;
    }
    #trendingCategoriesCarousel .carousel-inner
     {
        width: 100%;
        height: 360px;
    }

    .total_price_area {
        margin-right: -70px !important;
        margin-left: 0px;
    }
    .total_border{
        border: 1px solid green;
    }


}

@media all and (min-width: 1380px) and (max-width: 100000000px) {
    .stuck {
        max-width: 306px;
        margin-left: 0px;
        width: 306px;
    }
    .cartleft {
        left: 0px !important;
    }
    #spinner {
        margin-left: 43% !important;
    }
}

@media all and (min-width: 900px) and (max-width: 1280px) {
    .showroompadding1 {
        padding-left: 0px;
        padding-right: 0px
    }
    .showroompadding2 {
        padding-left: 200px;
        padding-right: 200px
    }
}
@media all and (min-width: 1280px) and (max-width: 1900px) {

    .showroompadding1 {
        padding-left: 100px;
        padding-right: 100px
    }
    .showroompadding2 {
        padding-left: 250px;
        padding-right: 250px
    }
}

@media all and (min-width: 768px) and (max-width: 1900px) {


    #from{
        margin-top: 10px;
        margin-bottom: -31px;
    }
    .switch_move_left{
        margin-left: -22px !important;
    }
    .tipsection {
        margin-left: 3px;
        padding-top: 15px;
        -webkit-transition: 3s ease-in height;
        -o-transition: 3s ease-in height;
        transition: 3s ease-in height;
        border-bottom: 1px solid #cccccc;
    }
    .rto_onlineprice_class{
        position: relative;
        top: -31px;
        font-size: large;
    }
}
