* {
    box-sizing: border-box;
}
body {
    background-color: #FFFFFF;
    font-family: Lato, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    margin: 0;
}

a {
    font-family: Lato, Arial, Helvetica, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

p {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 1rem;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}



.fill-btn
{
	border-radius:4px;
  background-color:#F9BF29;
  color: #2f2f2f;
  box-shadow: rgba(8, 8, 8, 0.08) 0px 4px 4px;
  font-weight: 600 !important;
  text-align: center;
  line-height: 1.2;
  padding-top: 15px;
  padding-right: 32px;
  padding-bottom: 15px;
  padding-left: 32px;
  cursor: pointer;
  border:solid 1px #F9BF29;
}
.fill-btn:hover
{
	background-color:#2f2f2f;
	color:var(--white);
	border:solid 1px #2f2f2f;
}
.fill-btn.rounded {
	border-radius: 30px !important;
}
.dark-btn {
	border-radius:4px;
  background-color:var(--dark-black);
  color: var(--white);
  box-shadow: rgba(8, 8, 8, 0.08) 0px 4px 4px;
  font-weight: 600 !important;
  text-align: center;
  line-height: 1.2;
  padding-top: 15px;
  padding-right: 32px;
  padding-bottom: 15px;
  padding-left: 32px;
  cursor: pointer;
  border: none;
  border:solid 1px var(--black);
}
.dark-btn:hover
{
	background-color:#ffffff;
	border:solid 1px #2f2f2f;
	color:var(--black);
}

.header-color {
    background-color: #FFFFFF !important;
    border: #E5E5E5 !important;
}

.header-text-color {
    color: #000000 !important;
}

.primary-color {
    background-color: #E5E5E5 !important;
    border: #E5E5E5 !important;
}

.primary-title-color {
    color: #2543ba !important;
}

.secondary-title-color {
    color: #000000 !important
}

.sec-label-color {
    color: #fff !important;
}

.secondary-color {
    background-color: #000000 !important;
    border: #000000 !important;
}

.third-color {
    background-color: #222222 !important;
}

.third-title-color {
    color: #fff !important;
}

.fourth-color {
    background-color: #FFF !important;
}

.fourth-title-color {
    color: #000000 !important
}

.primary-hover-color:hover {
    color: #939292 !important;
}

.font-family-style-1 {
    font-family: 'Dancing Script', cursive;
}

.font-family-style-2 {
    font-family: 'Merriweather', serif;
}

.font-family-style-3 {
    font-family: 'Montserrat', sans-serif;
}

.font-family-style-4 {
    font-family: 'Lato', sans-serif;
}


.font-var7 {
    font-size: .9rem;
    line-height: 1.4;
}

.font-var6 {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
}

.font-var5 {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 600;
}

.font-var4 {
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 600;
}

.font-var3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.font-var2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
}

.font-var1 {
    font-size: 3rem;
    font-weight: 700;
}

@media (max-width: 992px) {
    .font-var1 {
        font-size: 1.5rem;
    }

    .font-var2 {
        font-size: 1.4rem;
    }

    .font-var3 {
        font-size: 1.3rem;
    }

    .font-var4 {
        font-size: 1.2rem;
    }

    .font-var5 {
        font-size: 1.1rem;
    }

    .font-var6 {
        font-size: 1rem;
    }

    .font-var7 {
        font-size: 0.9rem;
    }
}

/*   Remove in future (Needed for old sites)   */

.display-7 {
    font-size: .9rem;
    line-height: 1.4;
}

.display-6 {
    font-size: 1rem;
    line-height: 1.4;
}

.display-5 {
    font-size: 1rem;
    line-height: 1.6;
}

.display-4 {
    font-size: 1.3rem;
    line-height: 1.6;
}

.display-3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.display-2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
}

@media (max-width: 992px) {
    .display-1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .display-1 {
        font-size: 1.2rem;
    }
}



.btn {
    position: relative;
    font-weight: 500;
    margin: 0.4rem 0.8rem;
    font-style: normal;
    white-space: normal;
    transition: all 0.2s ease-in-out,box-shadow 2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow: hidden;
    line-height: 1.5;
    letter-spacing: 1px;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.btn2 {
    padding: 0.7rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
}

@media (max-width: 1400px) {
    .btn {
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    .btn2 {
        padding: 0.3rem 1rem;
        font-size: 0.7rem;
    }
}

.btn-primary {
    background-color: #33363b;
    border-color: #33363b;
    color: #ffffff;
}

.btn-secondary {
    background-color: transparent;
    border-color: #33363b;
    color: #33363b;
}

.btn i {
    margin-left: 10px;
}

.dropdown:hover .dropdown-content {
    z-index: 999;
    display: block;
}

.err_msg {
    color: #fa0021;
    display: none;
    margin-top: 3px;
    width: 100%;
    font-size: 13px;
}

.disabled_button {
    background: #E5E5E5 !important;
    color: #fff !important;
    border: #E5E5E5 !important;
}


/* --------------------------------- Identity Pages ------------------------------------------------ */
.pvs_users {
    display: none;
}

.login-sec .row {
    justify-content: center;
    --bs-gutter-x: unset;
}

h1.profile_head {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}

.idnt .form-group {
    margin-bottom: 15px;
}

    .idnt .form-group label {
        padding-left: 10px;
        font-size: 14px;
    }

.manage-profile .col-md-3 {
    padding-top: 50px;
    margin-right: 0px;
    float: right;
    width: 15%;
}

.manage-profile.row {
    --bs-gutter-x: unset;
}

.manage-profile .nav-pills .nav-link {
    color: #373737;
    font-weight: 600;
    font-size: 14px;
}

    .manage-profile .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff !important;
        background-color: #0d6efd;
    }

.manage-profile .col-md-9 h4 {
    color: rgb(129, 129, 129);
    text-transform: uppercase;
}

.manage-profile .col-md-3 ul {
    margin-right: 30px;
    float: right;
    width: auto;
}

.manage-profile .col-md-3 ul {
    display: block;
    align-items: left;
}

.manage-profile .col-md-9 {
    padding-right: 50px;
    padding-left: 50px;
}

.profile_head {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}

.conf_mail_img {
    display: flex;
    justify-content: center;
}

    .conf_mail_img img {
        width: 100%;
        max-width: 200px;
        margin-top: 2rem;
    }

.conf_mail {
    display: flex;
    justify-content: center;
}

    .conf_mail h1 {
        text-transform: uppercase;
        font-weight: 600;
        padding: 2rem;
    }

.idnt .form-control {
    font-size: 16px;
    padding: 14px;
    border-radius: 5px;
    width: 100%;
    font-weight: 600;
}

.login-sec h1 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
}

.col-login {
    flex: 0 0 auto;
    width: 800px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}

button#email-verification {
    margin: 0;
    border: 0;
}

button#change-email-button {
    margin: 10px 0 0;
}

.btn-primary {
    margin: 0.4rem 0rem;
}

@media (max-width: 768px) {
    .manage-profile.row {
        display: flex;
        justify-content: center;
    }

    .manage-profile .col-md-3 ul {
        display: flex;
        justify-content: center;
        margin-right: 0px;
        text-align: center;
    }
}

/* --------------------------------- Identity Pages End------------------------------------------------ */

/* --------------------------------- Product Detail ------------------------------------------------ */

productdetail {
    display: block;
    min-height: 500px;
}

.product_slider .zoom {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #fff;
}

.bread_cum .breadcum {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 12px 5px;
    color: #000;
}

    .bread_cum .breadcum ul {
        padding: 0px;
        margin: 0px;
    }

    .bread_cum .breadcum .breadcrumb_item {
        list-style: none;
        display: inline-block;
    }

        .bread_cum .breadcum .breadcrumb_item .breadcrumb_link {
            color: #000;
            font-weight: 600;
        }

        .bread_cum .breadcum .breadcrumb_item:not(:last-of-type)::after {
            content: ">";
            position: relative;
            display: inline-block;
            margin: 0px 7px;
            font-weight: 600;
            color: grey;
        }

.prod_det_imgs .product_slider {
    display: inline-block;
    width: 100%;
    position: relative;
    border: 1px solid rgba(221, 221, 221, 0.55);
    padding: 10px;
}

.prod_det_imgs .prod_det {
    height: 100%;
}

.product_slider .flexslide {
    width: 77%;
    float: right;
    margin-bottom: 0;
}

.product_slider .c img {
    width: 100%;
    height: 95px;
    object-fit: cover;
}

.product_slider .c .owl-carousel.owl-loaded {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.product_slider .c .owl-prev {
    position: absolute;
    left: -5px;
}

.product_slider .c li {
    list-style: none;
}

.product_detail .product_divQuan {
    width: 100%;
    display: table;
    padding: 10px 0px;
}

.product_detail .var_qty {
    width: 20%;
    display: inline-block;
    padding-right: 6px;
    margin: 4px 0px;
}

.product_detail .cartDiv {
    width: 100px;
    display: inline-block;
    background-color: aliceblue;
}

.product_detail .minus, .plus {
    height: 50px;
    width: 20%;
    border: none;
    background: none;
}

.product_detail .numberPlace {
    margin-left: 10px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
    background: none;
    border: none;
}

.product_detail .product_btn {
    margin-top: 0;
    width: 100%;
    padding: 10px 0px;
    display: inline-block;
}

.product_detail .det_bt {
    color: #FFF;
    margin: 0px 20px 20px 0px;
    padding: 10px 20px;
    border-radius: 0px;
}

.product_detail .product_det_vp {
    margin-top: 20px;
}

.product_detail .det_vp {
    font-weight: 500;
    color: grey;
}

    .product_detail .det_vp:not(:last-of-type)::after {
        content: '';
        width: 1px;
        height: 15px;
        display: inline-block;
        position: relative;
        background-color: #000;
        top: 2px;
        margin: 0px 8px 0px 10px;
    }

.product_detail .soc_share {
    margin: 10px 0px;
}

    .product_detail .soc_share .s_icon {
        width: 40px;
        margin: 0px 10px 0px 0px;
        color: #FFF;
        padding: 10px;
        font-size: 22px;
        height: 40px;
        text-align: center;
        border-radius: 20px;
        cursor: pointer;
    }

.prod_det_imgs .qty_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    border: 1px solid #ECECEC;
    background-color: aliceblue;
}

@media (max-width: 575px) {
    .product_slider .zoom {
        display: none;
    }

    .product_slider .c img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

@media (max-width: 992px) {
    .product_detail .var_qty {
        width: 40%;
    }
}

/* --------------------------------- Product Detail ProductEnquiryPopUp Start ------------------------------------------------ */

.prod_pop .section_title {
    position: relative;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 35px;
    text-align: left;
    cursor: auto;
}

/* --------------------------------- Product Detail ProductEnquiryPopUp End ------------------------------------------------ */

/* --------------------------------- Product Detail End ------------------------------------------------ */

/* --------------------------------- Product List ------------------------------------------------ */

.prod_list_1_filter .mob_only {
    display: none;
}

.prod_list_1_filter .button {
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    letter-spacing: .1rem;
    font-size: 0.7rem;
    line-height: 1.2;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0.7rem 1.7rem 0.7rem;
    background-color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.prod_list_1_filter .mySidenav-filter {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: auto;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.prod_list_1_filter .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 14px;
    margin-left: 0px;
}

.prod_list_1_filter .closebtn.clrbtn {
    right: 145px;
    color: #000;
    background: white;
    border: 2px solid #000;
}

.prod_list_1_filter .secndnav .closebtn.croxbtn {
    font-size: 45px;
    color: #000;
}

.prod_list_1_filter .side-menu {
    height: 100%;
}

.prod_list_1_filter .nav-link {
    padding-left: 0px !important;
}

.prod_list_1_filter .dropdown-menu {
    padding: 0.5rem;
}

    .prod_list_1_filter .dropdown-menu li {
        width: max-content;
    }

.prod_list_1_filter .wrapper {
    width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.prod_list_1_filter .price_tt h2 {
    font-size: 16px;
    font-weight: 600;
}

.prod_list_1_filter .price_tt p {
    margin-top: 5px;
    font-size: 14px;
}

.prod_list_1_filter .price-input {
    width: 100%;
    display: flex;
    margin: 15px 0 15px;
}

    .prod_list_1_filter .price-input .field {
        display: flex;
        width: 110px;
        height: 35px;
        align-items: center;
    }

.prod_list_1_filter .field input {
    width: 70px;
    height: 100%;
    outline: none;
    font-size: 18px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

.prod_list_1_filter input[type="number"]::-webkit-outer-spin-button,
.prod_list_1_filter input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.prod_list_1_filter .price-input .separator {
    width: 70px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.prod_list_1_filter .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

    .prod_list_1_filter .slider .progress {
        height: 100%;
        left: 25%;
        right: 25%;
        position: absolute;
        border-radius: 5px;
        background: #000;
    }

.prod_list_1_filter .range-input {
    position: relative;
}

    .prod_list_1_filter .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -5px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.prod_list_1_filter input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #000;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.prod_list_1_filter input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #000;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}


@media (max-width: 992px) {
    .prod_list_1_filter .mob_cst_container {
        position: relative;
        width: 300px;
        height: 90%;
        padding: 0px 15px;
    }

        .prod_list_1_filter .mob_cst_container ul {
            margin: 0;
            padding: 0 0px;
            height: 90%;
            overflow: auto;
        }

            .prod_list_1_filter .mob_cst_container ul li {
                color: #333;
                list-style: none;
                margin: 0;
                padding: 0;
                background: #fff;
            }

        .prod_list_1_filter .mob_cst_container a {
            text-decoration: none;
            display: block;
            padding: 1em 1em 1em 0.2em;
            outline: none;
            color: #000;
            text-transform: capitalize;
            text-shadow: 0 0 1px rgb(255 255 255 / 10%);
            letter-spacing: 1px;
            font-weight: 400;
            border-bottom: none;
            font-size: 15px;
        }

        .prod_list_1_filter .mob_cst_container span {
            font-size: 1em;
            line-height: .25em;
        }

    .prod_list_1_filter .side-menu ul li a {
        background-color: #fff;
    }

    .mobile-facets__label {
        color: #000;
        padding: 1.5rem 0px 0px;
        width: 100%;
        background-color: #fff;
        transition: background-color .2s ease;
        word-break: break-word;
        display: block;
    }

    .prod_list_1_filter .side-menu {
        position: absolute;
        top: 0px;
        background: #fff !important;
        color: white;
        width: 299px;
        /*height: 500px;*/
        background: transparent;
        background-color: var(--background-white);
    }

    .prod_list_1_filter .cst_hide {
        margin-left: -400px;
        transition: all 0.8s ease;
    }

    .prod_list_1_filter .show-menu {
        margin-left: 0 !important;
    }

    .prod_list_1_filter .mobile-facets__header {
        background-color: #fff;
        border-bottom: 0.1rem solid rgba(18, 18, 18, .08);
        padding: 1rem 2.5rem;
        text-align: center;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .prod_list_1_filter .mobile-facets__heading {
        font-size: 15px;
        margin: 0;
        font-weight: 400;
    }

    .prod_list_1_filter .mobile-facets__count {
        color: rgba(18, 18, 18, .7);
        font-size: 15px;
        margin: 0;
    }

    .prod_list_1_filter .mobile-facets__footer {
        background-color: #fff;
        border-top: 0.1rem solid rgba(var(--color-foreground), .08);
        bottom: 0;
        position: absolute;
        display: flex;
        z-index: 2;
        margin-top: auto;
        width: 100%;
    }

    .prod_list_1_filter .mobile-facets__clear-wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .prod_list_1_filter .mobile-facets__footer button {
        background: #000;
        border: 2px solid #000;
    }
}


@media (max-width: 576px) {
    .prod_list_1_filter .secndnav {
        display: block;
    }

    .prod_list_1_filter .navbar {
        display: none;
    }

    .prod_list_1_filter .imghovv {
        width: 50%;
        display: flex;
        flex: 50%;
    }

    .prod_list_1_filter .secndnav {
        display: flex;
        justify-content: space-between;
    }

    .prod_list_1_filter .mob_only {
        display: block;
    }

        .prod_list_1_filter .mob_only .mob_tit {
            font-size: 1.1rem;
            cursor: pointer;
            padding-left: 10px;
            letter-spacing: 1.7px;
        }

        .prod_list_1_filter .mob_only .mob_prod {
            font-weight: 400;
            font-size: 14px;
            color: #121212;
        }
}

.prod_list_2 .item-wrapper {
    box-shadow: 0px 0px 15px 0px rgb(20 20 20 / 10%);
    position: relative;
    z-index: 12;
    border-radius: 10px;
    overflow: hidden;
    color: #000000;
    height: 490px;
	border: 1px solid rgba(0,0,0,0.1);
}

.prod_list_2 .product_listresult {
    font-size: 14px;
    font-weight: 600;
    color: #a5a5a5;
}

.prod_list_2 .item-img {
    width: 100%;
    height: 305px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    cursor: pointer;
    /*border-bottom: 0.5px solid #e9e6e6;*/
}

    .prod_list_2 .item-img img {
        width: 100%;
        max-width: 340px;
        max-height: 305px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        object-fit: cover;
        display: flex;
        justify-content: center;
    }

.prod_list_2 .item-content {
    text-align: center;
    padding: 1rem 1rem;
}

.prod_list_2 .item-box-titl {
    transition: all 0.3s;
    height: 21px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}

.prod_list_2 .prod_price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.prod_list_2 .item-mx-price {
    text-decoration: line-through;
    color: #333333;
}

.prod_list_2 .item-price-offer {
    color: rgb(255, 23, 68);
}

.prod_list_2 .item-price {
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    width: fit-content;
    margin: 0px 15px;
}

.prod_list_2 .item-text {
    font-weight: 400;
    min-height: 20px;
    max-height: 20px;
    overflow: hidden;
    font-size: 13px;
    color: brown;
}

.prod_list_2 .form-group label {
    float: left;
    padding: 5px;
}

.prod_list_2 .form-group input {
    width: 18%;
    text-align: center;
}

.prod_list_2 .form-group .add_btn, .prod_list_2 .form-group .enq_btn {
    width: 75px;
    background: #8EC640;
    color: #fff;
    padding: .60rem 0rem;
    margin: 5px;
    border: none;
	

}

.prod_list_2 .var-sel-box {
    position: relative;
    margin-bottom: 10px;
}

    .prod_list_2 .var-sel-box .var-select-side {
        width: 25px;
        position: absolute;
        top: 0px;
        background-color: transparent;
        height: 30px;
        right: 20px;
        pointer-events: none;
    }

        .prod_list_2 .var-sel-box .var-select-side span {
            right: 0;
            top: 8px;
        }

.prod_list_2 .d_icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.prod_list_2 .var-sel-box select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
}

.prod_list_2 .qty_enq {
    display: flex;
    align-items: baseline;
}

.prod_list_2 .t_btns {
    /*width: 100%;
    text-align: right;*/
	margin: 0.5rem;
}

.prod_list_2 .form-selector.var-sel-box .form-control.input-sm {
    padding: .375rem 3rem .375rem .75rem;
}

.prod_list_2 .show_more_btn {
    width: 160px;
    background: #8EC640;
    color: #fff;
    padding: .60rem 0rem;
    margin: auto;
    display: flex;
}

.apply_btn4price {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .prod_list_1_filter .closebtn.clrbtn {
        padding: 0.3rem 1rem 0.3rem;
        background: rgba(132, 132, 132, 0.25);
        color: #000;
        border: none;
        border-radius: 5px;
        margin-left: 2rem;
    }
}

@media (max-width: 1400px) {
    .prod_list_2 .form-group input {
        width: 30%;
    }

    .prod_list_2 .item-wrapper {
        height: 100%;
    }

    .prod_list_2 .form-group .add_btn, .prod_list_2 .form-group .enq_btn {
        width: 65px;
        margin: 1px;
    }

    .prod_list_2 .item-img {
        height: 260px;
    }

        .prod_list_2 .item-img img {
            max-height: 260px;
        }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .prod_list_2 .item-img {
        height: 217px;
    }

        .prod_list_2 .item-img img {
            max-height: 217px;
        }
}

@media (max-width: 992px) {
    .prod_list_1_filter .wrapper {
        width: 280px;
    }

    .prod_list_2 .item-img {
        height: 217px;
    }

        .prod_list_2 .item-img img {
            max-height: 217px;
            max-width: unset;
        }
}

@media (max-width: 768px) {
    .prod_list_2 .item-img {
        height: 245px;
    }

        .prod_list_2 .item-img img {
            max-height: 245px;
            max-width: 100%;
        }
}

@media (max-width: 576px) {
    .prod_list_2 .item-img {
        height: 320px;
        overflow: hidden;
    }

        .prod_list_2 .item-img img {
            max-height: 320px;
            max-width: 100%;
        }
}

@media (max-width: 350px) {
    .prod_list_2 .qty_enq {
        display: block;
    }

    .prod_list_2 .form-group .add_btn, .prod_list_2 .form-group .enq_btn {
        width: 100%;
    }
}


/* --------------------------------- Product List End ------------------------------------------------ */

/* --------------------------------- Add To Cart ------------------------------------------------ */

cartdetail {
    display: block;
    min-height: 500px;
}

.cart_pg .product-quantity-total {
    display: flex;
    justify-content: space-around;
    margin-top: 4rem;
    margin-right: 2rem;
}

    .cart_pg .product-quantity-total p {
        font-size: 13px;
        color: #121212;
        opacity: 1;
        font-weight: 600;
        letter-spacing: .13rem;
    }

.sep_line {
    border-top: 0.1rem solid rgba(18, 18, 18, 0.08);
}

.cart_pg1 .cart_pro_name {
    margin: 0px;
    color: #000;
}

.cart_pg1 .cart_deta {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: #f9f9f9;
}

.cart_pg1 .img-coll {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.name_pro a {
	font-size: 1rem;
    color: var(--black);
    font-weight: 600;
}

.cart_pg1 .cartimg {
    width: 100px;
    height: 100px;
    border: 1px solid #ECECEC;
    object-fit: cover;
}

.cart_pg1 .cart_qn {
    margin-left: 2.5rem;
}

.cart_pg1 .cartDiv {
    width: 120px;
    border: 1px solid #ECECEC;
}

.cart_pg1 .qty_cart {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.cart_pg1 .minus, .plus {
    height: 50px;
    width: 25%;
    border: none;
    background: none;
}

.cart_pg1 .numberPlace {
    margin-left: 15px;
    margin-right: 15px;
}


.price_details .price_bt {
    color: #121212;
    font-size: 18px;
    float: right;
}

.price_details .signin-btn {
    width: 100%;
    color: #fff;
    border-radius: 0px;
    margin: 0rem 0rem 1rem;
}

.cart_pg1 .prod_prc_tot, .cart_pg1 .del_trash {
    margin-left: auto;
}
.cart_pg1 .del_trash a{
    color: var(--dark-black);
}

.cart_pg1 .cart-mx-price {
    text-decoration: line-through;
    width: max-content;
}

.cart_pg1 .cart-price {
    width: max-content;
    margin: 0;
}

.cart-data .em_cart, .pg_not_found {
    text-align: center;
}

@media (max-width: 992px) {
    .cart_pg .product-quantity-total {
        display: none;
    }

    .price_details {
        background-color: #f1f1f1;
        padding-bottom: 1rem;
    }

    .cart_pg1 .cart_qn {
        margin: 0px;
    }

    .cart_pg1 .cartimg {
        width: 100%;
    }

    .cart_pg1 .name_pro {
        margin: 1rem 0rem;
    }

    .cart_pg1 .cart-price {
        font-weight: 600;
        margin-top: 1rem;
    }

    .cart_pg1 .del_trash i {
        float: right;
    }

    .cart_pg1 .del_trash {
        width: 50%;
        margin: 0px;
    }

    .cart_pg1 .prod_prc_tot {
        width: 50%;
        margin: 0px;
    }
	.cart_pg1 .img-coll {
		justify-content: start;
	}
}


/* --------------------------------- Add To Cart End ------------------------------------------------ */

/* --------------------------------- Checkout ------------------------------------------------ */
.checkout .dropdwn {
    color: #6C757D;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 9px;
    background-color: #fff;
    font-size: 15px;
}

.checkout .newaddcls {
    font-size: .9rem;
    font-weight: 500;
    padding: 3px 10px;
    border: 1px solid gray;
    background: white;
    border-radius: 5px;
    color: #fff;
    float: right;
}

    .checkout .newaddcls.sv_btn {
        padding: 6px 50px;
    }

.checkout .shippingg_in p {
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout_address .shippingg_in input, .checkout_panel .panel_bodycontent input {
    appearance: none;
    border: 1px solid #d3d3d3;
    width: 14px;
    height: 14px;
    content: none;
    outline: none;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 5px;
}

    .checkout_address .shippingg_in input:checked, .checkout_panel .panel_bodycontent input:checked {
        appearance: none;
        outline: none;
        padding: 0;
        content: none;
        border: none;
    }

        .checkout_address .shippingg_in input:checked::before, .checkout_panel .panel_bodycontent input:checked::before {
            position: absolute;
            color: green !important;
            content: "\00A0\2713\00A0" !important;
            border: 1px solid #d3d3d3;
            font-weight: bolder;
            font-size: 9px;
        }

.checkout_address .addr_type {
    font-weight: 600;
    display: contents;
}

.checkout_address .editaddr {
    float: right;
    background-color: #333;
    border: 0;
    color: #fff;
}

.checkout .sv_addr {
    display: flex;
    justify-content: center;
}

.checkout .newaddcls.svd_btn {
    background-color: #429614;
    color: #fff;
}

.checkout .continue-btn {
    color: #FFF;
    border-radius: 0px;
    margin: 0px;
    padding: 10px 40px;
}

.checkout .mob_mail {
    display: flex;
}
.checkout .mob_mail .txt-area textarea{
	height: 38px;
}
.checkout .border-leftt {
    border-left: 1px solid #D9D9D9;
}

.checkout .btn-ap {
    opacity: 1 !important;
    color: #FFF;
    margin: 0px;
    padding: 10px 20px;
    border-radius: 0px;
}

.checkout .right_price_bx {
   /* background-color: var(--light-yellow);
    padding: 0px 20px;
    border-radius: 20px;*/
}

.checkout_panel {
    display: none;
}

    .checkout_panel.panel_active {
        display: block;
    }

.checkout .fileupload_main {
    width: 100%;
    display: none;
    float: left;
    padding-right: 50px;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0px 18px;
}

    .checkout .fileupload_main.selected {
        display: inline-block;
    }

.checkout .panel_bodycontent .fileupload_main button {
    color: #FFF;
    border-radius: 0px;
    margin: 0px;
    padding: 10px 18px;
}

.checkout .rig_block_var {
    display: grid;
    margin-bottom: 1rem;
}


    .checkout .rig_block_var .n_price {
        position: relative;
		font-weight: 600;
    }

.checkout .small-converand-pricee {
    font-weight: 600;
    position: absolute;
    width: 250px;
    height: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout .small-converand-price1 {
    width: 35%;
    float: right;
    text-align: right;
    margin: 0;
	font-weight: 600;
}
.checkout .small-converand-price {
	font-size: 14px;
	margin-top: 3px;
}
.checkout .single_payoption .PaytmHelpText {
    color: #7b0011;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    margin-left: 18px;
}

.checkout .payment_captchanote {
    font-size: 0.9rem;
}

.checkout .sv_btn {
    display: none;
}

.checkout .SelectErrMsg {
    display: none;
    color: red;
    font-size: 14px;
    font-weight: 600;
}

customerInfo {
    display: block;
    min-height: 500px;
}

.right_pos {
    display: block;
    min-height: 100px;
}

@media (min-width:992px) and (max-width:1400px) {
    .checkout .small-converand-pricee {
        width: 170px;
    }
}

/* --------------------------------- Checkout End ------------------------------------------------ */

/* --------------------------------- Order List ------------------------------------------------ */

.checkout_content {
    padding: 45px 0px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

.bg_color_white {
    background-color: #fff;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.secondary-clr {
    background: #222222 !important;
}

.section_title {
    position: relative;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 35px;
    text-align: left;
    cursor: auto;
}

.order_table {
    width: 100%;
    display: table;
}

div#accordion.order_table {
    padding-top: 10px;
    float: left;
    width: 100%;
}

.cancelreason > span:first-child {
    font-weight: bold;
}

.order_charges .cancelreason {
    text-align: end;
}

.order_singleblock {
    width: 100%;
    display: table;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #999999;
    color: #000000;
}

.border-none {
    border: none !important;
}

.order_middle {
    width: 100%;
    display: table;
    padding: 15px;
}

.order_img {
    display: inline-block;
    width: 25%;
    float: left;
}

.order_head .order_id,
.order_head .order_id:hover,
.order_head .order_id:focus {
    color: #ffffff;
    text-decoration: none !important;
}

.order_id {
    font-size: 15px;
    font-weight: 500;
    float: left;
    margin: 0 auto;
}

.order_middledetail {
    display: inline-block;
    width: 75%;
    float: left;
    padding-left: 10px;
    font-size: 14px;
}

.order_middleprice {
    width: 16.66%;
    display: inline-block;
    float: left;
    padding: 0px 10px;
    text-align: center;
}

.order_middleitem {
    width: 16.66%;
    display: inline-block;
    float: left;
    padding: 0px 10px;
    text-align: center;
}

.order_middlecancle {
    width: 16.66%;
    display: inline-block;
    text-align: center;
}

.charges_label {
    display: none;
}

.order_middleprice i {
    cursor: pointer;
    margin-left: 10px;
}

/*.close_orderpopup {
    display: none;
}*/

.order_detail .ordermobile_overlay {
    margin: 30px;
}

.order_detail .order_middle.order_head {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0 !important;
}

.order_detail .order_middle {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    padding: 9px 15px 5px;
}

.order_head {
    text-transform: uppercase;
    color: #ffffff;
}

.order_detail .ordermobile_overlay .order_img {
    width: 10%;
}

.order_detail .order_img img {
    max-width: 50px;
}

.ordermobile_overlay .order_middle .order_middledetail {
    display: inline-block;
    float: none;
    width: 74%;
    vertical-align: middle;
}

.ordermobile_overlay .order_middle .order_middleprice {
    width: 25%;
    text-align: center;
}

.order_detail .ordermobile_overlay .order_middleprice.name {
    width: 30% !important;
}

.ordermobile_overlay .order_middle .order_middleitem {
    text-align: center;
    display: inline-block;
    line-height: normal;
}

.old-price {
    text-decoration: line-through;
    color: #999999;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
    transition: opacity 0.15s linear;
}

    .fade:not(.show) {
        opacity: 1;
    }

.section_title h1,
.section_title h2,
.section_title div.header2,
.main_title {
    padding-bottom: 0px;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 5px 15px 10px 15px;
    color: #212121;
}

.show_more_btn {
    cursor: pointer;
    display: table !important;
    margin: 20px auto 20px;
}

.aa-browse-btn {
    font-size: 16px;
    padding: 8px 18px;
    transition: all 0.5s;
    border: 1px solid;
}

.aa-primary-btn:hover,
.aa-primary-btn:focus,
.aa-primary-btn.active,
.aa-secondary-btn:hover,
.aa-secondary-btn:focus,
.aa-secondary-btn.active {
    color: #fff;
}

@media (min-width: 1200px) {
    .ord_lst .container {
        max-width: 1170px;
        width: 100%;
    }

    .ord_lst .col-md-6 {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .order_table {
        display: block;
    }

    .order_singleblock, .order_id, .order_track {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .checkout_content {
        padding: 30px 0px;
    }

    .bg_color_white {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .section_title {
        text-align: center;
        margin-bottom: 10px;
    }

    .order_table {
        width: 100%;
        margin: 0 auto;
    }

    .order_singleblock:first-child {
        border-top: 1px solid #999999;
    }

    .order_singleblock, .order_id, .order_track {
        font-size: 13px;
    }

    .order_middle.order_head {
        display: none;
    }

    .order_bottom, .order_middle, .order_top {
        padding: 8px;
    }

    .order_img {
        width: 100%;
        margin-bottom: 5px;
        align-items: center;
        display: flex;
    }

    .charges_label {
        display: inline-block;
        padding-right: 5px;
    }

    .order_middledetail {
        font-size: 12px;
        width: 100%;
    }

    .order_middleprice, .order_middleitem {
        width: 50%;
        margin-bottom: 5px;
        padding: 0px;
    }

    .order_middleprice, .order_middleitem, .order_middlecancle {
        text-align: left;
    }

    .order_middlecancle {
        width: 100%;
    }

    .order_detail {
        padding: 15px;
        position: fixed;
        z-index: 1050;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: #fff;
        border-top: none;
        visibility: hidden;
    }

        .order_detail.collapse.show {
            height: 100% !important;
            visibility: visible;
        }

    .close_orderpopup {
        float: right;
        font-size: 30px;
        color: #000000;
        position: fixed;
        right: 10px;
        top: 0px;
    }

    .order_detail .order_middle:nth-child(2) {
        border-top: 1px solid;
    }

    .order_detail .ordermobile_overlay .order_img {
        width: 35%;
    }

    .order_detail .ordermobile_overlay .order_middledetail {
        width: 65% !important;
    }

    .order_detail .ordermobile_overlay .order_middleprice.name {
        width: 100% !important;
        text-align: left;
    }

    .order_detail .ordermobile_overlay .order_middleprice, .order_detail .ordermobile_overlay .order_middleitem {
        width: 100% !important;
        text-align: left;
    }

    .cancelreason {
        margin-top: 10px;
        margin-right: 0 !important;
        text-align: left !important;
    }
}


/* --------------------------------- Order List End ------------------------------------------------ */

/* --------------------------------- About Us ------------------------------------------------ */
.about_us .about_gallery {
    display: flex;
    justify-content: space-between;
}

    .about_us .about_gallery .abus-img {
        max-width: 281px;
        width: 100%;
        height: 211px;
        left: 0px;
        top: 0px;
        margin-bottom: 2rem;
        object-fit: contain;
        border: 1px solid #dbdbdb;
    }

.coworking {
    background-color: #fff;
}

    .coworking .wrapper {
        background-color: #f7f8fa;
        position: relative;
        z-index: 1;
        padding: 2% 2%;
    }

    .coworking .image-block {
        position: relative;
        padding: 0 0 0 30px;
        z-index: 9;
        top: 30px;
        transform: translateY(-30px);
        transition: all 0.6s cubic-bezier(0.53, 0.01, 0.18, 1);
    }

        .coworking .image-block img {
            width: 100%;
            max-width: 500px;
        }

        .coworking .image-block .color_shape {
            position: absolute;
            bottom: -30px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 100%;
            max-width: 500px;
            z-index: -1;
            background: #ffc107;
            transition: all 0.6s cubic-bezier(0.53, 0.01, 0.18, 1);
        }

    .coworking .section_title {
        padding-left: 60px;
    }

    .coworking .left-r {
        display: flex;
        align-items: center;
    }

@media (max-width: 992px) {
    .about_us .about_gallery {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .coworking .section_title {
        padding-left: 0px;
    }
}

.br-top {
    border-top: 1px solid #eaeaec;
}

.product_exspeci .product_variant {
    font-size: 12px;
    text-transform: capitalize;
    margin: 5px 0px;
    display: inline-block;
    width: 100%;
}

.product_exspeci .index-tableContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .product_exspeci .index-tableContainer .index-row:nth-child(odd) {
        margin-right: 10%;
    }

    .product_exspeci .index-tableContainer .index-row {
        position: relative;
        border-bottom: 1px solid #eaeaec;
        margin: 0 0 12px;
        padding-bottom: 10px;
        flex-basis: 40%;
    }

        .product_exspeci .index-tableContainer .index-row .index-rowKey {
            position: relative;
            color: #7e818c;
            font-size: 12px;
            line-height: 1;
            margin-bottom: 5px;
        }

        .product_exspeci .index-tableContainer .index-row .index-rowValue {
            position: relative;
            color: #282c3f;
            font-size: 16px;
            line-height: 1.2;
        }

.productlist_3 {
    padding: 3rem 0rem 0rem 0rem;
    margin: 15px;
}

    .productlist_3 .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

    .productlist_3 .prdct_heading {
        margin-top: 10px;
        padding-left: 70px;
        text-transform: uppercase;
    }

.prod_3 {
    display: flex;
    padding: 0px 70px;
    justify-content: space-evenly;
}

    .prod_3 .img-item img {
        height: 250px;
        object-fit: contain;
        margin: auto;
    }

.item-cont {
    margin-top: 10px;
    /*max-width: 250px;*/
}

.item-tit {
    height: 7%;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    color: #000;
    text-align: center;
}

.price_list {
    min-height: 1px;
    height: 30px;
    display: flex;
    width: 95%;
    margin: auto;
    align-items: baseline;
    justify-content: space-evenly;
}

.prc_old {
    text-decoration-line: line-through;
    color: #706f6f;
}

.prc_mx {
    text-decoration-line: none;
    display: flex;
    justify-content: center;
}

.prc_ofr {
    color: rgb(255, 23, 68);
}

.prod_3 .owl-prev {
    top: 30% !important;
    left: 1% !important;
}

.prod_3 .owl-next {
    top: 30% !important;
    right: 1% !important;
}

    .prod_3 .owl-prev:hover, .prod_3 .owl-next:hover {
        color: #706f6f !important;
    }

.prod_3 .owl-prev, .prod_3 .owl-next {
    color: #b5b5b5 !important;
    cursor: pointer;
    font-size: 3rem !important;
    top: 30%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    z-index: 222222222;
    position: absolute;
}

.old-price {
    text-decoration: line-through;
    color: #999999;
}

.disc-perc {
    color: #FF1744;
    font-size: 14px;
}

.product-variant {
    margin-top: 2rem;
    margin-bottom: 0.3rem;
}

.product-form__input input[type="radio"] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}

    .product-form__input input[type="radio"]:checked + label {
        background-color: #000;
        color: #fff;
    }

    .product-form__input input[type="radio"] + label {
        font-weight: normal;
        border: 1px solid #d0d0d0;
        cursor: pointer;
        color: #000000;
        margin-right: 6px;
        margin-bottom: 10px;
        padding: 6px 15px;
    }

.productAttribute label {
    margin-right: 30px;
    font-size: 14px;
}

@media(max-width: 576px) {
    .productlist_3 .prdct_heading {
        padding-left: 0px;
        text-align: center;
    }

    .item-cont {
        margin-top: 10px;
        /*max-width: 130px;*/
    }

    .prc_old {
        font-size: 10px;
        position: absolute;
        margin-top: 17px;
    }

    .prc_mx {
        font-size: 12px;
    }

    .prc_ofr {
        font-size: 10px;
    }

    .item-tit {
        font-size: 12px;
    }

    .prod_3 {
        padding: 0px 10px;
    }

        /*.prod_3 .img-item {
        width: 150px;
        height: 150px;
    }*/

        .prod_3 .img-item img {
            object-fit: contain;
            /*max-width: 150px;*/
            width: 100%;
            max-height: 300px;
        }

    .order_charges .cancelreason {
        text-align: start;
    }
}


/* --------------------------------- About Us End ------------------------------------------------ */

.refund_cancellation span {
    font-weight: 600;
    margin-right: 10px;
}

/* --------------------------------- Contact Us ------------------------------------------------ */

.md-block {
    min-height: 100px;
}

.contact_us .google-map {
    position: relative;
    width: 100%;
    height: 400px;
}

.contact_us .contacts-block {
    width: 100%;
    padding: 2rem;
    background-color: #56bdbd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    min-height: 400px;
}

.contact_us .contacts-text {
    display: flex;
    padding: 5px;
}

.contact_us .cont_details_title {
    font-weight: 600;
}

.contact_us .cont_det {
    margin-left: 5px;
}

    .contact_us .cont_det i {
        margin-right: 5px;
    }

    .contact_us .cont_det a {
        color: #FFF;
    }

.contact_us .i-font {
    font-size: 2rem;
    margin: 40px 10px 0px 10px;
}

.contact_us .field-input:not([type="checkbox"]):not([type="radio"]) {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    outline: none;
}

.contact_us .field-input {
    color: #000000;
}

.contact_us form input, .contact_us form textarea, .contact_us form select {
    padding: 11px 1rem;
    line-height: 1.6;
    width: 100%;
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    border-radius: 0;
    color: #000000;
}

    .contact_us form textarea.field-input {
        height: 150px;
    }

.contact_us .button_sub {
    text-align: center;
}

.contact_us .sub_button {
    width: 100%;
    margin: 0;
    color: #FFF;
    border-radius: 0px;
}

.contacts-other-block {
    padding: 30px;
    background-color: #E5E5E5;
}

    .contacts-other-block .contacts-title-text {
        margin-bottom: 1rem;
    }

    .contacts-other-block .contacts-text {
        padding: 0px;
        display: block;
    }

    .contacts-other-block .cont_det {
        margin-left: 0px;
    }

.contact_us .contacts-text i {
    margin-right: 5px;
}

.contacts-other-block .cont_details_title {
    font-weight: 800;
}

/* --------------------------------- Contact Us End ------------------------------------------------ */

.footer-subscribe__container {
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: antiquewhite;
}

    .footer-subscribe__container .be_img {
        display: block;
        content: "";
        background-color: rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-image: none;
        background-origin: padding-box;
        background-clip: border-box;
        background-size: contain;
        object-fit: contain;
        background-position-x: center;
        background-position-y: center;
        width: 150px;
        height: 75px;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        transform: translateY(-50%);
    }

    .footer-subscribe__container .footer-subscribe__wrapper {
        padding-top: 50px;
        padding-right: 0px;
        padding-bottom: 50px;
        padding-left: 0px;
    }

    .footer-subscribe__container .pagebuilder-column-group {
        display: flex;
    }

    .footer-subscribe__container .footer-subscribe__header {
        justify-content: flex-end;
        display: flex;
        flex-direction: column;
        background-position-x: left;
        background-position-y: top;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        text-align: left;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 33.3333%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        align-self: center;
    }

        .footer-subscribe__container .footer-subscribe__header h3 {
            padding-top: 0px;
        }

    .footer-subscribe__container .footer-subscribe__text p {
        text-align: left;
    }

    .footer-subscribe__container .footer-subscribe__text {
        justify-content: flex-end;
        display: flex;
        flex-direction: column;
        background-position-x: left;
        background-position-y: top;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        text-align: center;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 33.3333%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        align-self: center;
    }

    .footer-subscribe__container .footer-subscribe__form {
        justify-content: flex-end;
        display: flex;
        flex-direction: column;
        background-position-x: left;
        background-position-y: top;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
        text-align: center;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        align-self: center;
    }

    .footer-subscribe__container .block.newsletter {
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        max-width: none;
    }

        .footer-subscribe__container .block.newsletter .form.subscribe {
            display: table;
            width: 100%;
            margin-bottom: 0px;
        }

        .footer-subscribe__container .block.newsletter .field.newsletter {
            margin-right: 0px;
            max-width: none;
        }

        .footer-subscribe__container .block.newsletter .field .control {
            text-decoration-line: none;
            text-decoration-style: solid;
            text-decoration-color: currentcolor;
            text-decoration-thickness: auto;
            display: block;
        }

            .footer-subscribe__container .block.newsletter .field .control::before {
                font-size: 35px;
                line-height: 33px;
                color: rgb(194, 194, 194);
                font-family: "icons-blank-theme";
                vertical-align: middle;
                display: inline-block;
                font-weight: normal;
                overflow-x: hidden;
                overflow-y: hidden;
                position: absolute;
                text-align: center;
            }

            .footer-subscribe__container .block.newsletter .field .control label {
                position: relative;
            }

    .footer-subscribe__container form.subscribe input {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .footer-subscribe__container .footer-subscribe__submit {
        position: absolute;
        width: 40px;
        height: 40px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        background-color: rgb(255, 255, 255);
        font-size: 0px;
        line-height: 0;
        content: "next";
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        display: inline-block;
        top: 53px;
        left: 100%;
    }

    .footer-subscribe__container .newsletter button {
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
        background-color: rgb(0, 0, 0);
        transition-property: box-shadow;
        transition-duration: 0.1s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
        transition-behavior: normal;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
        cursor: pointer;
        display: inline-block;
        font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        text-wrap-mode: nowrap;
        white-space-collapse: collapse;
        font-size: 1.4rem;
        line-height: 1.6rem;
        box-sizing: border-box;
        vertical-align: middle;
        text-decoration-line: none;
        text-decoration-style: solid;
        text-decoration-color: currentcolor;
        text-decoration-thickness: auto;
        margin-top: 2px;
        margin-right: 2px;
        margin-bottom: 2px;
        margin-left: 2px;
    }

        .footer-subscribe__container .newsletter button:hover {
            background-color: rgb(51, 51, 51);
            color: rgb(0, 0, 0);
        }

    .footer-subscribe__container .footer-subscribe__submit::before {
        display: inline-block;
        content: "";
        border-top-width: 7px;
        border-top-style: solid;
        border-top-color: transparent;
        border-right-width: 7px;
        border-right-style: solid;
        border-right-color: transparent;
        border-bottom-width: 7px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        border-left-width: 7px;
        border-left-style: solid;
        border-left-color: rgb(255, 255, 255);
        transform: translateX(3.5px);
    }

    .footer-subscribe__container .newsletter input {
        height: 70% !important;
        width: 100%;
        outline-color: currentcolor;
        outline-style: none;
        outline-width: medium;
        font-size: 14px;
        color: rgb(0, 0, 0);
        text-align: left;
        margin-left: 12px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        margin-bottom: 10px !important;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: black;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: black;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: black;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: black;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
        appearance: textfield;
    }

    .footer-subscribe__container .err_msg {
        color: red;
        font-size: 12px;
    }

    .footer-subscribe__container .field input {
        height: 70%;
        outline-color: currentcolor;
        outline-style: none;
        outline-width: medium;
        font-size: 14px;
        color: rgb(0, 0, 0);
        text-align: center;
        margin-left: 12px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: black;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: black;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: black;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: black;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
    }


@@media (min-width: 992px) {
    .two-img-sec .shopping-2 .disc-text {
        padding-top: 100px;
        padding-right: 30px;
        padding-bottom: 0px;
        padding-left: 30px;
    }
}

@@media (min-width: 1400px) {
    .two-img-sec .shopping-2 .disc-text {
        padding-top: 300px;
        padding-right: 30px;
        padding-bottom: 0px;
        padding-left: 30px;
    }
}

@@media (max-width: 1024px) {
    .footer-subscribe__container .newsletter input {
        width: 70%;
    }
}

@@media (min-width: 1024px) and (max-width: 992px) {
    .footer-subscribe__container .err_msg {
        display: block;
    }
}

@@media (min-width: 1024px) {
    .footer-subscribe__container .be_img {
        left: auto;
        width: 170px;
        height: 80px;
        transform: translateY(-50%) translateX(20%);
        right: 50px;
    }

    .footer-subscribe__container .footer-subscribe__header h3 {
        margin-bottom: 0px;
        text-transform: none;
        padding-bottom: 1.5rem;
        transform: translateX(-5px);
    }

    .footer-subscribe__container .block.newsletter {
        max-width: 378px;
        margin-left: auto;
    }

        .footer-subscribe__container .block.newsletter .field.newsletter {
            max-width: 378px;
        }
}

@@media (max-width: 992px) {
    .two-img-sec .shopping-2 .disc-text {
        padding-top: 20px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 15px;
    }

    .two-img-sec .discount-2 .disc-text {
        padding-top: 20px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 15px;
    }

    .banner-subtext {
        top: 35%;
        width: 80%;
        left: 50%;
    }

        .banner-subtext p {
            margin-bottom: 2rem;
        }

        .banner-subtext a {
            padding-top: 5px;
            padding-right: 20px;
            padding-bottom: 5px;
            padding-left: 20px;
        }
}

@@media (max-width: 768px) {
    .coworking .section_title {
        padding-left: 0px;
    }

    .footer-subscribe__container .pagebuilder-column-group {
        display: block;
    }

    .footer-subscribe__container .footer-subscribe__header {
        width: 100%;
    }

    .footer-subscribe__container .footer-subscribe__text {
        width: 100%;
    }

    .footer-subscribe__container .footer-subscribe__form {
        width: 100%;
    }

    .footer-subscribe__container .newsletter input {
        width: 100%;
    }

    .footer-subscribe__container .block.newsletter .field .control label {
        padding-left: 0px;
    }

    .banner-subtext {
        top: 50%;
    }

        .banner-subtext h3 {
            margin-bottom: 1rem;
        }

        .banner-subtext p {
            display: none;
        }

        .banner-subtext a {
            padding-top: 5px;
            padding-right: 10px;
            padding-bottom: 5px;
            padding-left: 10px;
        }
}

@@media (min-width: 768px) {
    .footer-subscribe__container .block.newsletter .field {
        margin-right: 5px;
    }

        .footer-subscribe__container .block.newsletter .field .control {
            width: 100%;
        }
}


/* Product detail section Start*/
productdetail {
    display: block;
    min-height: 500px;
}

.product_slider .zoom {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #fff;
}

.bread_cum .breadcum {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 12px 5px;
    color: #000;
}

    .bread_cum .breadcum ul {
        padding: 0px;
        margin: 0px;
    }

    .bread_cum .breadcum .breadcrumb_item {
        list-style: none;
        display: inline-block;
    }

        .bread_cum .breadcum .breadcrumb_item .breadcrumb_link {
            color: #000;
            font-weight: 600;
        }

        .bread_cum .breadcum .breadcrumb_item:not(:last-of-type)::after {
            content: ">";
            position: relative;
            display: inline-block;
            margin: 0px 7px;
            font-weight: 600;
            color: grey;
        }

.prod_det_imgs .product_slider {
    display: inline-block;
    width: 100%;
    position: relative;
    border: 1px solid rgba(221, 221, 221, 0.55);
    padding: 10px;
}

.prod_det_imgs .prod_det{
    height:100%;
}
.product_detail .pro_det .product_price{
	color: var(--brown);
}
.product_slider .flexslide {
    width: 77%;
    float: right;
    margin-bottom: 0;
}

.product_slider .c img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.product_slider .c .owl-carousel.owl-loaded {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.product_slider .c .owl-prev {
    position: absolute;
    left: -5px;
}

.product_slider .c li {
    list-style: none;
}

.product_detail .product_divQuan {
    width: 100%;
    display: table;
    padding: 10px 0px;
}

.product_detail .var_qty {
    width: 20%;
    display: inline-block;
    padding-right: 6px;
    margin: 4px 0px;
}

.product_detail .product_btn {
    margin-top: 0;
    width: 100%;
    padding: 10px 0px;
    display: inline-block;
}

.product_detail .det_bt {
    color: #FFF;
    margin: 0px 20px 20px 0px;
    padding: 10px 20px;
    border-radius: 0px;
}

.product_detail .product_det_vp {
    margin-top: 20px;
}

.product_detail .det_vp {
    font-weight: 500;
    color: grey;
}

.product_detail .det_vp:not(:last-of-type)::after {
    content: '';
    width: 1px;
    height: 15px;
    display: inline-block;
    position: relative;
    background-color: #000;
    top: 2px;
    margin: 0px 8px 0px 10px;
}

.product_detail .soc_share {
    margin: 10px 0px;
}

.product_detail .soc_share .s_icon {
    width: 40px;
    margin: 0px 10px 0px 0px;
    color: #FFF;
    padding: 10px;
    font-size: 22px;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}


@media (max-width: 575px) {
    .product_slider .zoom {
        display:none;
    }

    .product_slider .c img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}

@media (max-width: 992px) {
    .product_detail .var_qty {
        width: 40%;
    }
}

/* Product detail section end*/


/*Common Css for Shop Oyster Start*/
:root{
	--white: #FFFFFF;
    --black: #000000;
	--dark-black:#2f2f2f;
	--dark-brown: #250000;
	--brown:#b77624;
	--light-gray: #6a6a6a;
	--light-yellow: #fff9ed;
	--yellow: #F9BF29;
  }


h1
{
	font-size: 5rem;
    font-weight: 700;
	line-height: 5rem;
}
h2
{
	font-size: 2.3rem;
    font-weight: 600;
	line-height: 3rem;
}
h3 {
	font-size: 1.75rem;
	font-weight: 600;
}
h4 {
	font-size: 1.2rem;
	font-weight: 600;
}
h5 {
	font-size: 1rem;
	font-weight: 600;
}
h6 {
	font-size: 14px;
	font-weight: 600;
}
@media (max-width: 1400px) {
	h1
	{
		font-size: 3.5rem;
		font-weight: 700;
		line-height: 4rem;
	}	
	h2
	{
		font-size: 2rem;
		font-weight: 600;
		line-height: 2.5rem;
	}
	h3 {
		font-size: 1.75rem;
		font-weight: 600;
	}
}
@media (max-width: 992px) {
	h1
	{
		font-size: 2.5rem;
		font-weight: 700;
		line-height: 3rem;
	}	
	h2
	{
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 2rem;
	}
	h3 {
		font-size: 1.3rem;
		font-weight: 600;
	}
}
@media (max-width: 576px) {
	h1
	{
		font-size: 1.75rem;
		font-weight: 700;
		line-height: 2rem;
	}	
	h2
	{
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 2rem;
	}
	h3 {
		font-size: 1.2rem;
		font-weight: 600;
	}
}





/*----------------------------------------shop oyster banner block start----------------------------------------*/
.top_bnr .item {
	display: block;
}
.top_bnr .owl-carousel button.owl-dot {
	background: transparent;
}
.top_bnr .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 5%);
}
.top_bnr .owl-dots button {
	margin: 0px 3px;
}
.top_bnr .owl-dots button.active span {
	background-color:#e54c00;
}
.top_bnr .owl-dots span {
	width: 25px;
	height: 5px;
	display: block;
	background-color: rgba(255,255,255,0.7);
}
.top_bnr .head-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}

.top_bnr .head-content span
{
	background-color: #2f2f2f;
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 20px;
}
@media(max-width: 768px){
	.top_bnr .head-content .wrapper-info h1 {
		padding: 1rem 0rem;
	}
}
@media(max-width: 576px){
	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	.top_bnr .owl-carousel .owl-item img{
		display: block;
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.p-box {
		height: 100% !important;
		max-width: 170px;
	}
}
/*----------------------------------------shop oyster banner block end----------------------------------------*/


/*-------------------------------------------Features Services Section Start------------------------------------*/
.section {
	position: relative;
}

.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 30px;
}

.featured-services .service-item .icon {
  margin-right: 20px;
}

.featured-services .service-item .icon i {
  color: #FFC451;
  font-size: 40px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon i {
  color: #FFC451;
}

.featured-services .service-item .title {
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  transition: 0.3s;
}

.featured-services .service-item .description {
  font-size: 15px;
  color: #333333;
  margin-bottom: 10px;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: #333333;
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color: #FFC451;
}
.readmore.stretched-link::after {
	position: relative;
}
/*-------------------------------------------Features Section End------------------------------------*/


/*-------------------------------------------Product Section Start------------------------------------*/
.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; 
	  z-index: -2;}
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
    font-size: 18px;
    font-weight: 700;
    color: #cf9500;
    display: inline-block;
    
	text-transform: uppercase;
      bottom: 4%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; 
	  display:flex;
	  justify-content:center;
	  align-items:center;}
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); 
		display: flex;
  align-items: center;
  justify-content: center;}
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #fff7ed;
      height: 0%;
      z-index: -1;
      border-radius: 0px 0px 10px 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height:15%; }
.icon-cross i
{
	font-size:22px;
	color:var(--white);
}
/*-------------------------------------------Product Section End------------------------------------*/

/*-------------------------------------------Why choose us Section Start------------------------------------*/
.why-choose-section {
  padding: 5rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("/uploads/imgs/dots-yellow.png");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }
@media (max-width: 992px) {
	.why-choose-section {
  padding: 2rem 0; }
  .why-choose-section .img-wrap:before {
	  width: 150px;
    height: 100px;
  }
}
/*-------------------------------------------Why choose us Section Start------------------------------------*/

/*-------------------------------------------We Help Section Start------------------------------------*/
.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("/uploads/imgs/dots-green.png");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }
@media (max-width: 992px) {
  .we-help-section .imgs-grid:before{
	  width: 150px;
    height: 100px;
  }
}
/*-------------------------------------------We Help Section End------------------------------------*/


.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #3b5d50;
      position: absolute;
      left: 0;
      top: 8px; }


/*-------------------------------------------Popular Product Section Start------------------------------------*/
.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }
/*-------------------------------------------Popular Product Section End------------------------------------*/

.popular-product.category .product-item-sm {
	background-color: antiquewhite;
    border-radius: 30px;
	
}
.popular-product.category .product-item-sm .icon i{
	font-size: 50px;
}

.product-container
{
	display:flex;
}

.cat--box
{
	padding:10px;
}

.p-box
{
	background-color:#ffffff;
	width:225px;
	height:255px;
	border-radius: 15px;
	margin-right:20px;
	border:solid 1px #ededed;
	box-shadow: 0px 0 0px #08080805,0 0px 3px #08080808,0 0px 0px #0808080a,0 1px 10px #0808080f;
}
.p-box p
{
	font-size: 16px;
  color: var(--black);
  text-align: center;
  margin-bottom: 0px;
  font-weight: 500;
}
.p-box p:hover {
	color: var(--brown);
}
.p-box img
{
	width: 205px;
    height: 200px;
	border-radius: 15px;
	object-fit:cover;
	
}
.product_multi .owl-carousel{
	display: flex;
	width: auto;
}

.success-text
{
	font-weight:normal;
	color:var(--light-gray);
	font-size:20px;
}

.item-content a
{
	color:var(--black);
	font-weight:600;
	font-size: 14px;
}

.prod_list_2 .item-price
{
	color:var(--brown);
}


.fill-btn-small
{
	padding: 8px 12px 8px 12px;
	font-size:14px;
}

.checkout-box
{
	border:solid 1px #dee2e6;
	padding:3rem;
}
.pricee, .calculated
{
	font-weight: 600;
}