* {
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
}

/* variables  */

:root {
    --primary-color: #efe75c;
    --secondary-color: rgb(223, 221, 221);
    --black-color: #000;
    --white-color: #fff;
}

html {
    scroll-behavior: smooth;
}

body {
    font-weight: 300;
    font-size: 100%;
}

.wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url("../images/breadcrumb.png");
    background-size: cover;
}

.wrapper.breadcrumb_section {
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url(../images/breadcrumb.png);
    background-size: cover;
    border-bottom: 2px solid #fff;
}

.text-content {
    padding: 0;
    margin: 0;
    width: 80%;
    margin: auto;
    background-color: rgba(254, 254, 254, 0.9);
    height: 50%;
    position: relative;
    top: 25%;
}

/* top header  */

.header-main h1 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: capitalize;
    color: var(--black-color);
}

.header-main h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color);
}

.header-main h3 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: var(--black-color);
}

.header-main h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    text-transform: capitalize;
    color: var(--black-color);
}

.header-main h5 {
    color: var(--black-color);
    text-transform: capitalize;
    font-weight: 400;

}

.header-main p {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 400;
    opacity: 0.8;
    letter-spacing: 1px;
}

.header-main .main-btn {
    background: transparent;
    height: 30px;
    font-size: 12px;
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    display: inline-block;
    color: var(--white-color);
    font-weight: 400;
    text-transform: capitalize;
    padding: 2px 25px;
    transition: all .2s ease-in-out;
    color: var(--primary-color);
    transition: transform .2s;
}

.header-main .main-btn:hover {
    /* color: var(--primary-color); */
    transform: scale(1.025);
}

.line-champ1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.header-main a,
.header-main a:hover {
    text-decoration: none;
    color: var(--white-color);
}

.header-main a:hover {
    color: var(--primary-color) !important;
}

.navbar.navbar-expand-lg a,
.navbar.navbar-expand-lg a:hover {
    text-decoration: none;
    color: var(--white-color);
}

.navbar.navbar-expand-lg a:hover {
    color: var(--primary-color) !important;
}

.header-main ol,
ul {
    list-style-type: none;
    margin: 0%;
    padding: 0%;
}

.top-header {
    background-color: var(--secondary-color);
}

.top-header span {
    color: var(--black-color);
    font-weight: 500;
}

.navbar-wrapper {
    border-bottom: 1px solid var(--secondary-color);
}

.navbar-brand img {
    width: 190px;
}

.searchInput {
    margin-right: 30px;
}

.searchInput input {
    display: inline-block;
    background-color: var(--black-color);
    color: #fff;
    height: 30px;
    border-radius: 15px;
}

.searchInput input:focus {
    background-color: var(--black-color);
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}

.main-site-section {
    background-color: var(--secondary-color);
}

.package {
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 210px;
    width: 100%;
}

.packageBG1 {
    background: url(../images/packege1.png);
    background-size: contain;
}

.packageBG2 {
    background: url(../images/packege2.png);
    background-size: contain;
}

.packageBG3 {
    background: url(../images/packege3.png);
    background-size: contain;
}

.container-border {
    height: 268px;
    width: 100%;
    border: 1px solid var(--white-color);
}

.carousel-inner-wrapper {
    height: 400px;
}

/* main body start here  */
.main-site-section h1 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color);
    letter-spacing: 1px;
}

.main-site-section h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color);
    letter-spacing: 1px;
}

/* .main-site-section h3{
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: capitalize;
    color: var(--black-color);
}
.main-site-section h4{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    text-transform: capitalize;
    color: var(--black-color);
}
.main-site-section h5{
    color: var(--black-color);
    text-transform: capitalize;
    font-weight: 400;
} */
.main-site-section p {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 400;
    opacity: 0.8;

}

.main-site-section .main-btn {
    background: transparent;
    height: 30px;
    font-size: 12px;
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    display: inline-block;
    font-weight: 400;
    text-transform: capitalize;
    padding: 2px 25px;
    transition: all .2s ease-in-out;
    color: var(--primary-color);
    transition: transform .2s;
}

.main-site-section .main-btn:hover {
    /* color: var(--primary-color); */
    transform: scale(1.1);
}

.contact_details {
    width: 92%;
}

/* footer start here  */
.footerul .footerli a {
    font-size: 14px;
}

.social_icons a i {
    padding: 0px 14px;
}

.social_icons a i.border-right {
    border-right: 1px solid #dee2e661 !important;
}

.footer-wrapper h2.headingFT {
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
    margin-bottom: 16px;
    text-transform: capitalize;
    color: var(--white-color);
}

.footer-wrapper h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
}

.footer-wrapper h3 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
    /* text-transform: capitalize; */
    color: var(--white-color);
}

.footer-wrapper h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    text-transform: capitalize;
    color: var(--white-color);
}

.footer-wrapper h5 {
    color: var(--white-color);
    ;
    text-transform: capitalize;
    font-weight: 400;
}

.footer-wrapper p {
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
    opacity: 0.8;
    letter-spacing: 1px;
}

.footer-wrapper input.subscribe_input {
    width: 90%;
    border-radius: 50px;
    background: #000;
    font-size: 13px;
    color: #fff;
}

.form-control:focus {
    border-color: inherit;
}

.footer-wrapper .main-btn {
    background: transparent;
    height: 30px;
    font-size: 12px;
    /* border: 1px solid var(--primary-color); */
    border-radius: 15px;
    display: inline-block;
    background-color: var(--primary-color);
    font-weight: 600;
    text-transform: capitalize;
    padding: 2px 25px;
    transition: all .2s ease-in-out;
    color: var(--black-color);
    transition: transform .2s;
}

.footer-wrapper .main-btn:hover {
    /* color: var(--primary-color); */
    /*transform: scale(1.025);*/

}

.footer-wrapper a {
    text-decoration: none;
    color: var(--white-color);
}

.footer-wrapper a:hover {
    color: var(--primary-color) !important;
}

.footer-wrapper ol,
ul {
    list-style-type: none;
    margin: 0%;
    padding: 0%;
}

.footer-follow {
    border-top: 1px solid var(--white-color);
    border-bottom: 1px solid var(--white-color);
}

.footer-follow-ul {
    border-right: 1px solid var(--white-color);
}

.font-weight-600 {
    font-weight: 600;
}

/*Home page css*/
.bg-theme {
    background-color: #ecf0f1;
}

.package-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.package {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.package .content {
    display: flex;
    background: #ffffffde;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    text-align: center;
    max-width: 90%;
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

/* .package .content:after{
    content: "";
    position: absolute;
    border: 1px solid #000;
    width: 322px;
    height: 185px;
} */

.package .content:before {
    content: '';
    position: absolute;
    top: 6%;
    right: 6%;
    bottom: 12%;
    left: 6%;
    border-top: solid 2px;
    border-bottom: solid 2px;
    transition: 0.2s;
    transform: scaleX(0);
}

.package .content:after {
    content: '';
    position: absolute;
    top: 6%;
    right: 6%;
    bottom: 13%;
    left: 6%;
    border-left: solid 2px;
    border-right: solid 2px;
    transition: 0.2s;
    transform: scaleY(0);
}

.package .content:hover:before,
.package .content:hover:after {
    transform: scale(1);
}



.package .content h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2px;
}

.package .content a {
    font-weight: 500;
    font-size: 15px;
}

.card-box {
    margin: 10px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    padding: 40px 20px;
    transition: 0.6s;
    color: #efe75c;
    height: 216px;
}

.card-box:hover {
    transform: scaleX(1) rotate(0deg);
    transition-delay: 0s, 0.3s, 0.6s;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.card-box {}

.card-box:before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-top: solid 2px;
    border-bottom: solid 2px;
    transition: 0.2s;
    transform: scaleX(0);
    z-index: -9999;
}

.card-box:after {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-left: solid 2px;
    border-right: solid 2px;
    transition: 0.2s;
    transform: scaleY(0);
    z-index: -9999;
}

.card-box:hover:before,
.card-box:hover:after {
    transform: scale(1);
}




.card-box img {
    max-width: 90px;
    height: 100px;
    object-fit: contain;
}

.card-box p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.card-box p.cstm-p {
    color: #000;
}

.category-row .col-md-4 {
    padding: 0;
}

.category-row {
    padding: 10px 20px;
}

.user-profile-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin: auto;
    border-radius: 50px;
}

.brand-slider div.brandIMG {
    text-align: center;
    padding: 5px;
}

.brand-slider div.brandIMG.slick-slide img {
    display: initial;
    max-height: 125px;
    width: 100%;
    object-fit: cover;
}

.video-plyr {
    position: relative;
}

.playIMG {
    width: 55px;
    position: absolute;
    top: 38%;
    left: 38%;
}


.video-plyr:hover .playIMG {
    display: none;
}

/*Sidebar menu css */
.overlay {
    height: 100%;
    /* background-color: #0000001f; */
    width: 0;
    position: fixed;
    z-index: 1111;
    top: 0;
    /*left: -1px;*/
    overflow-x: hidden;
    transition: 0.5s;
}

.menubar-body {
    width: 280px;
    min-height: 100vh;
    background: #fff;
    border-right: 1px solid lightgray;
}

.overlay-content {
    width: 100%;
}

.overlay a {
    /*padding: 8px;*/
    text-decoration: none;
    color: #000;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    border: 1px solid gray;
    height: 19px;
    text-align: center;
    font-size: 20px !important;
    line-height: 14px;
    width: 19px;
    border-radius: 50%;
    position: absolute;
    /*top: 20px;*/
    left: 244px;
}

.overlay-content .text-menu a:hover {
    color: #837300 !important;
}

.overlay-content .text-menu a {
    padding: 9px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #414141 !important;
}

.btn-signIn {
    border-radius: 11px;
    background: #efe75c;
    border-color: #f3e75f;
    font-size: 13px;
    font-weight: 600;
}

a.closebtn:hover {
    color: #d2c641;
}

.overlay::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.overlay::-webkit-scrollbar-thumb {
    background: #d2c641;
}

.overlay::-webkit-scrollbar-track {
    background: white;
}

/*Sidebar menu css end*/


/*Home Decor*/
.home-decor .card {
    border: 0px solid lightgray;
    border-radius: 0;
}

.home-decor .card-img-top {
    border-radius: 0;
    padding: 30px;
    max-width: 100%;
    height: 225px;
    object-fit: contain;
}

.home-decor .new_tag {
    width: 60px;
    position: absolute;
}

.home-decor .card {
    margin-bottom: 30px;
    color: #b2ab37;
}




.home-decor .card:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.home-decor .card:before {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-top: solid 2px;
    border-bottom: solid 2px;
    transition: 0.2s;
    transform: scaleX(0);
}

.home-decor .card:after {
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-left: solid 2px;
    border-right: solid 2px;
    transition: 0.2s;
    transform: scaleY(0);
}

.home-decor .card:hover:before,
.home-decor .card:hover:after {
    transform: scale(1);
}






/*product List page*/

.product-list .accordion1 .card-header:after {
    /* font-family: 'FontAwesome';
    content: "\f107"; */
    margin-left: 8px;

    float: right;
}

.product-list .accordion1 .card-header[aria-expanded="false"]:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 8px;
}
.product-list .accordion1 .card-header[aria-expanded="true"]:after {
    font-family: 'FontAwesome';
    content: "\f106";
    margin-left: 8px;
}

.product-list .accordion1 .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #efe75c;
    padding: 10px;
    font-weight: 500;
}

.product-list .accordion2 .card-header2:after,
.product-list .accordion3 .card-header2:after,
.product-list .accordion4 .card-header2:after,
.product-list .accordion5 .card-header2:after {
    font-family: 'FontAwesome';
    content: "\f106";
    margin-left: 8px;
    float: right;
}

.product-list .accordion2 .card-header2.collapsed:after,
.product-list .accordion3 .card-header2.collapsed:after,
.product-list .accordion4 .card-header2.collapsed:after,
.product-list .accordion5 .card-header2.collapsed:after {
    content: "\f107";
    margin-left: 8px;
}

.product-list .accordion2 .card-header2,
.product-list .accordion3 .card-header2,
.product-list .accordion4 .card-header2,
.product-list .accordion5 .card-header2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background: #efe75c;*/
    padding: 10px;
    font-weight: 500;
    cursor: pointer;
}

#BrandFilter label.form-check-label,
#BrandFilter2 label.form-check-label,
#PriceFilter label.form-check-label,
#SizeFilter label.form-check-label,
.rating-div {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}
#SubCatFilter label.form-check-label, #BrandFiltersubC label.form-check-label{
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}
#SubCatFilter .form-check{
    display: flex;
    align-items: flex-start;
}

#SizeFilter input[type=radio] {
    box-sizing: border-box;
    padding: 0px;
    width: 18px !important;
    height: 18px !important;
}

.product-list .wrapper {
    background-color: rgb(217 217 217);
}

.product-list .row1 {
    background-color: #efe75c;
    color: black;
}

.product-list .color1 {
    margin: auto;
    border: none;
    border-radius: 50%;
    background-color: black;
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
}

.product-list .color2 {
    margin: auto;
    border: none;
    border-radius: 50%;
    background-color: grey;
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
}

.product-list .color3 {
    margin: auto;
    border: none;
    border-radius: 50%;
    background-color: orange;
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
}

.product-list .color4 {
    margin: auto;
    border: none;
    border-radius: 50%;
    background-color: green;
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
}

.product-list .color5 {
    margin: auto;
    border: none;
    border-radius: 50%;
    background-color: red;
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
}

.product-list .color6 {
    margin: auto;
    border: none;
    border-radius: 50%;
    background-color: blue;
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
}

.product-list .color7 {
    margin: auto;
    border: none;
    border-radius: 50%;
    background-color: lightslategray;
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
}

.product-list .color8 {
    margin: auto;
    border: none;
    border-radius: 50%;
    background-color: pink;
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
}

.product-list .color9 {
    margin: auto;
    border: none;
    border-radius: 50%;
    background-color: purple;
    height: 35px;
    width: 35px;
    margin-bottom: 20px;
}

.product-list .star .fa-star {
    color: #efe75c;
}

.product-list .rupee {
    font-size: 19px;
    color: #7d7d7d;
    font-weight: bolder;
    margin-bottom: 0 !important;
    font-weight: 700;
    padding-top: 40px;
}

.new-product-slider img {
    height: 200px;
    object-fit: cover;
}

.deals-slider img {
    height: 291px;
    object-fit: cover;
}

.blog-slider img {
    max-height: 350px;
    object-fit: cover;
}

.brandIMG .blogs-sli-img {
    height: 249px;
    width: 100%;
    object-fit: cover;
}

.top-selling-slider img {
    height: 218px;
    object-fit: cover;
}

.discounts-slider img {
    height: 271px;
    object-fit: cover;
}

.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: capitalize;
    padding: 8px 1px !important;
    font-size: 14px;
}

.navbar.navbar-expand-lg ul.navbar-nav {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

/*Product Card*/
.product-card .card img {
    border-radius: 0;
    height: 250px;
    object-fit: cover;
}

.product-card .card-body {
    padding: 12px 16px;
}

.product-card .card-body .star {
    margin-bottom: 2px;
    color: #93891f;
}

.product-card .card-body .card-title {
    font-size: 16px;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-card .card-body .card-text {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
}

.product-card .card-body .rupee {
    margin-bottom: 8px;
}

.product-card .card {
    margin-bottom: 20px;
    color: #000;
}

.product-card .card a {
    color: #000;
}

.product-card .card a:hover {
    color: #000;
}

.product-card-main .card img {
    border-radius: 0;
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.product-card-main .card-body {
    padding: 12px 16px;
}

.product-card-main .card-body .text-elip+p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-card-main .card-body .star {
    margin-bottom: 2px;
}

.product-card-main .card-body .card-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.product-card-main .card-body .card-text {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
}

.package-slider a,
.package-list-slider a {
    color: #000;
}

.package-slider a:hover,
.package-list-slider a:hover {
    color: #000;
}

.package-slider .card-body .card-text,
.package-list-slider .card-body .card-text {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
}

.package-slider .card-body .card-title,
.package-list-slider .card-body .card-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.package-slider .product-card-main .rupee,
.package-list-slider .product-card-main .rupee {
    font-size: 19px;
    color: #7d7d7d;
    font-weight: bolder;
    margin-bottom: 0 !important;
    font-weight: 700;
}

.product-card-main .card-body .rupee {
    margin-bottom: 8px;
}

.product-card-main .card {
    margin-bottom: 0px;
    margin-left: 8px;
    margin-right: 8px;
    transition: 0.5s;
}

.product-card-main .card:hover {
    box-shadow: rgb(255 255 255 / 64%) 0px 6px 12px -2px, rgb(255 255 255 / 70%) 0px 3px 7px -3px;
}

.product-card-main .rupee {
    font-size: 19px;
    color: #7d7d7d;
    font-weight: bolder;
    margin-bottom: 0 !important;
    font-weight: 700;
}

/*Product Card End*/

.form-control:focus,
.custom-control-input:focus {
    box-shadow: 0 0 0 0.1rem rgb(61 62 62 / 16%);
}

.form-check-label a:hover {
    color: hsl(242deg 61% 64%);
}

.muted-heading {
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 500;
}

.numCounter input {
    width: 60px;
    margin-left: -1px;
    background: #fff;
    border-width: 1px;
    margin-right: -1px;
    text-align: center;
}

.numCounter {
    display: flex;
}

.numCounter .increment,
.numCounter .decrement {
    border: 1px solid #cfcfd0;
    width: 26px;
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
    top: .8rem;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0;
}

.checkbox-lg .custom-control-label {
    padding-top: 13px;
    padding-left: 6px;
}

.cart-amount-content {
    display: flex;
    border-bottom: 1px solid lightgray;
    justify-content: space-between;
}

.cart-amount-content p {
    margin-bottom: 9px;
    font-size: 15px;
    margin-top: 9px;
    font-weight: 400;
}

.btn1:hover {
    color: #ffde04;
}

.point-heading {
    display: flex;
}

.point-heading h5 {
    width: 135px;
}

.point-heading p {
    width: inherit;
    border-width: 3px !important;
    margin-bottom: 9px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.order-card {
    display: flex;
    flex-direction: row;
}

.order-card img {
    border: 1px solid #1e1e1e63;
    height: 110px;
    object-fit: cover;
    width: auto;
}

.order-card .card-body p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.product-price {
    font-weight: 600;
    font-size: 15px;
}

.breadcrumb_section p {
    font-size: 21px;
}

.breadcrumb_section a {
    color: #808080;
    font-weight: 700;
}

.breadcrumb_section span a {
    color: #1e1e1e;
    font-weight: 700;
}

.wishlist-section .table thead .table td,
.table th {
    padding: 1.2rem;
    vertical-align: top;
    border-top: 2px solid #dee2e6;
}

.wishlist-section .table tbody .align-middle,
.table th {
    padding: 2rem .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.package-section-page {
    padding-top: 70px;
    padding-bottom: 70px;
}

.bedroom-packages {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footerul .footerli .fa-arrow-right {
    font-size: 9px;
    vertical-align: middle;
}

/*Cart page css*/

.cart-body .star {
    color: #efe75c;
}

.cart-body .btn1 {
    border-radius: 5px;
    background-color: black;
    color: white;

}

.cart-body .btn2 {
    background-color: #efe75c;
    color: black;
    border: none;
    width: 45%;
}

.cart-body .total-row {
    border-top: 1px solid grey;
}

.cart-body .qty {
    background-color: white;
    text-align: center;
    padding: 6px 5px;
    border: 1px solid lightgray;
    width: 40px;
}

.cart-body .container-main {
    background-color: #ecf0f1;
}

.cart-body .td-img {
    width: 15%;
}

.cart-body .table th p,
.cart-body .table th .custom-control-label {
    font-size: 15px;
    font-weight: 600;
}

.cart-body .fw-500 {
    font-weight: 500;
}

.cart-body i.fa.fa-trash.fa-lg.text-muted {
    transition: 0.5s;
}

.cart-body i.fa.fa-trash.fa-lg.text-muted:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    transform: scale(1.1);
}

/*Checkout page*/

.checkout-body .star {
    color: #efe75c;
}

.checkout-body .btn1 {
    background-color: white;
    border-radius: 8px;
    font-weight: 600;
    color: #1e1e1e;
    border: 2px solid #1e1e1e;
    transition: 0.5s;
}

.checkout-body .btn2 {
    /*width: 80%;*/
    background-color: #efe75c;
    font-weight: 600;
    color: #1e1e1e;
    border-radius: 8px;
    /*border: 2px solid #1e1e1e;*/
    transition: 0.5s;
}

.checkout-body .btn1:hover,
.checkout-body .btn2:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.checkout-body .cont {
    border: 2px solid white;
    position: sticky;
    top: 14px;
    z-index: 999;
}

.checkout-body .img img {
    height: 110px;
    border: 1px solid #1e1e1e63;
    object-fit: cover;
}

.checkout-body .container-main {
    background-color: #ecf0f1;
}

.checkout-body .cart-desc .card-text {
    font-size: 15px;
    font-weight: 500;
}

.checkout-body .total-count .total-content {
    display: flex;
    justify-content: space-between;
}

.checkout-body .total-count .total-content p {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 15px;
}


/*Confirm order*/

.confirm-order .btn1 {
    background-color: white;
    border-radius: 8px;
    font-weight: 600;
    color: #1e1e1e;
    border: 2px solid #1e1e1e;
    transition: 0.5s;
}

/*.btn1:hover{
    transform: scale(1.1);
}
*/

.confirm-order .btn2 {
    background-color: #efe75c;
    font-weight: 600;
    color: #1e1e1e;
    border-radius: 8px;
    transition: 0.5s;
}

/*.btn2:hover{
    transform: scale(1.1);
}*/
.confirm-order .btn1:hover,
.confirm-order .btn2:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/*Product Detail*/
.product-details-body .star {
    color: #ffc400;
}

.product-details-body .color.active {
    border: 1px solid #fff;
    outline: 2px solid #efe75c;
    border-radius: 50%;
    height: 34px;
    width: 34px;
}

.product-details-body .color {
    border: none;
    border-radius: 50%;
    height: 34px;
    width: 34px;
}

.product-details-body .heart {
    width: 50%;
    background-color: white;
    color: black;
    display: block;
    margin: auto;
    border: 1px solid black;
    border-radius: 10%;
}

.product-details-body .minus-btn {
    width: 30px;
    border: none;
    background-color: rgb(208, 210, 211);
}

.product-details-body .plus-btn {
    width: 30px;
    border: none;
    background-color: rgb(119, 119, 119);
}

.product-details-body .quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 30%;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
}

.product-details-body .minus-btn img {
    margin-bottom: 3px;
}

.product-details-body .plus-btn img {
    margin-top: 2px;
}

.product-details-body button:focus,
.product-details-body input:focus {
    outline: 0;
}

.product-details-body .btn1 {
    background-color: white;
    border-radius: 8px;
    font-weight: 600;
    color: #1e1e1e;
    border: 2px solid #1e1e1e;
    transition: 0.5s;
}

.product-details-body .btn1:hover,
.product-details-body .btn2:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.product-details-body .btn2 {
    background-color: #efe75c;
    font-weight: 600;
    color: #1e1e1e;
    border-radius: 8px;
    transition: 0.5s;
}

.product-details-body .img {
    width: 35px;
}

.product-details-body .flickity-enabled {
    position: relative;
}

.product-details-body .flickity-enabled:focus {
    outline: none;
}

.product-details-body .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.product-details-body .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}






/* draggable */

.product-details-body .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-details-body .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.product-details-body .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.bedroom-view-more-btn {
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.bedroom-view-more-btn a {
    color: #e6ab0b;
    font-weight: 700;
    font-size: 18px;
}

.bed-des-visit {
    display: flex;
    justify-content: space-between;
}

.bed-des-visit a {
    text-decoration: underline;
    font-weight: 600;
    transition: 0.5s;
}

.bed-des-visit a:hover {
    color: #414141;
    transform: scale(0.9);
}

.bed-des-visit .logo-img {
    width: 100px;
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
}

.product-details-body .card-bedroom-page ol {
    margin-left: 20px;
}

.product-details-body .card-bedroom-page .details-des {
    font-size: 1.60rem;
    font-weight: 700;
}

.product-details-body .card-bedroom-page ol li {
    font-weight: 400;
}

.product-details-body .btn3 {
    background-color: #efe75c;
    font-weight: 600;
    color: #1e1e1e;
    border-radius: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-details-body .btn3:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.product-details-body .btn3:hover {
    background-color: #ffdd0098;
}

.product-details-body-bed .blog-slider button.slick-prev {
    position: absolute;
    z-index: 11;
    top: 33%;
    color: gray;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    font-weight: 100;
    border: 0px solid #bababa;
    padding: 12px 20px;
    border-radius: 50%;
    left: -17px;
    transition: 0.5s;
}

.product-details-body-bed .blog-slider button.slick-next {
    position: absolute;
    z-index: 11;
    top: 33%;
    color: gray;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    font-weight: 100;
    border: 0px solid #bababa;
    padding: 12px 20px;
    border-radius: 50%;
    right: -17px;
    transition: 0.5s;
}

.product-details-body-bed .blog-slider button.slick-next:hover,
.product-details-body-bed .blog-slider button.slick-prev:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    color: #fff;
    background: #efe75c;
}

.brandIMG {
    position: relative;
}


.product-details-body-bed .blog-slider .round label {
    background-color: transparent;
    border: 3px solid #bababa;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    right: 15px;
    position: absolute;
    top: 15px;
    width: 28px;
    z-index: 99999;
}

.product-details-body-bed .blog-slider .round label:after {
    border: 3px solid rgb(126, 125, 124);
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 12px;
}

.product-details-body-bed .blog-slider .round input[type="checkbox"]+label {
    background-color: transparent;
    border: 3px solid rgb(126, 125, 124);
}

.product-details-body-bed .blog-slider .round input[type="checkbox"]+label:after {
    opacity: 1;
}


.product-details-body-bed .blog-slider .round input[type="checkbox"] {
    visibility: hidden;
}

.product-details-body-bed .blog-slider .round input[type="checkbox"]:checked+label {
    background-color: transparent;
    border: 3px solid orange;
    -webkit-box-shadow: 9px 11px 8px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 9px 11px 8px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 9px 11px 8px -7px rgba(0, 0, 0, 0.75);
}

.product-details-body-bed .blog-slider .round input[type="checkbox"]:checked+label:after {
    opacity: 1;
    border: 3px solid orange;
    border-top: none;
    border-right: none;
}

/* ---- previous/next buttons ---- */

.product-details-body .flickity-prev-next-button {
    position: absolute;
    top: 38%;
    width: 44px;
    height: 44px;
    border: none;
    /*border-radius: 50%;*/
    /*background: white;*/
    /*background: hsla(0, 0%, 100%, 0.75);*/
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    /*background: rgb(212, 212, 212);*/
    padding: 10px 16px;
    color: gray;
    font-weight: 100;
    border-radius: 8px;
}

.product-details-body .flickity-prev-next-button:hover {
    background: #ebf0f1;
}

.product-details-body .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff;
}

.product-details-body .flickity-prev-next-button:active {
    opacity: 0.6;
}

.product-details-body .flickity-prev-next-button.previous {
    left: 10px;
}

.product-details-body .flickity-prev-next-button.next {
    right: 10px;
}

.product-details-body .flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.product-details-body .flickity-prev-next-button svg {
    position: absolute;
    left: 35%;
    top: 35%;
    width: 30%;
    height: 30%;
}

.product-details-body .flickity-prev-next-button .arrow {
    fill: #333;
}

.product-details-body .carousel-main {
    margin-bottom: 8px;
}

.product-details-body .carousel-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details-body .carousel-cell {
    width: 100%;
}

.product-details-body .carousel-nav .carousel-cell {
    height: 90px;
    width: 120px;
}


/* Atelierbram edit */
.product-details-body .carousel-main img {
    display: block;
    margin: 0 auto;
}

.product-details-body .color-shades a {
    margin-right: 10px;
}

/* -------------------bedroom packages one ----------------------- */
.bedroom-package-one-section .pack-heading {
    padding: 10px 5px 25px 5px;
}

.bedroom-package-one-section .pack-heading h5 {
    font-weight: 600;
}

.bedroom-package-one-section table input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0px;
    width: 23px;
    height: 23px;
}

.bedroom-package-one-section table .order-card {
    display: flex;
    flex-direction: column;
}

.bedroom-package-one-section i.fa.fa-trash.fa-lg.text-muted {
    transition: 0.5s;
}

.bedroom-package-one-section i.fa.fa-trash.fa-lg.text-muted:hover {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    transform: scale(1.1);
}

.bedroom-package-one-section .total-prc p {
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 600;
}

.bedroom-package-one-section .total-prc p span {
    padding: 0px 0px 0px 120px;
}

.bedroom-package-one-section .use-point h5 {
    font-weight: 700;
    margin-bottom: 0px;
}

.bedroom-package-one-section .use-point {
    position: relative;
}

.bedroom-package-one-section .use-point h5:after {
    content: "";
    position: absolute;
    border: 0.3px solid #e1e1e1;
    width: 91.6%;
    height: 1px;
    bottom: 5px;
}

.bedroom-package-one-section .use-point-left-box {
    padding: 30px 0px;
}

.bedroom-package-one-section .use-point-left-box p {
    padding: 10px 0px;
    font-size: 18px;
    color: #898585;
}

.bedroom-package-one-section .use-point-left-box .btn-appl {
    padding: 12px 45px;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
}

.bedroom-package-one-section .use-point-left-box p input[type=text] {
    outline: none;
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 25px;
}

.bedroom-package-one-section .use-point-left-box p input[type=text]::placeholder {
    color: #ccc;
    font-size: 16px;
}



.bedroom-package-one-section .use-point-right-box {
    padding: 30px 60px;
    /*margin-top: -4px;*/
    /* line-height: 10px; */
    /*background-color: rgb(247, 245, 245);*/
}

.bedroom-package-one-section .use-point-right-box .subtotal {
    display: flex;
    justify-content: space-between;
    line-height: 25px;
}

.bedroom-package-one-section .use-point-right-box .subtotal p {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.bedroom-package-one-section .use-point-right-box .total-sub p {
    color: #09F;
    font-weight: 600;
    font-size: 18px;
}

.bedroom-package-one-section .use-point-right-box .subtotal-btn {
    display: flex;
    justify-content: center;
}

.bedroom-package-one-section .use-point-right-box .subtotal .pc-one-btn {
    padding: 12px 80px;
    background-color: #efe75c;
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    transition: 0.5s;
}

.bedroom-package-one-section .use-point-right-box .subtotal .pc-one-btn:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.bedroom-package-one-section .use-point-right-box .subtotal .pc-one-btn:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* ----------------related product--------------- */
.bedroom-package-one-section .releted-heading {
    padding: 35px 0px;
}

.bedroom-package-one-section .releted-heading h3 {
    font-size: 26px;
    font-weight: 700;
}

.bedroom-package-one-section .product-card-main .card .card-body .star .fa-star {
    color: #efe75c;
}

.bedroom-package-one-section .product-card-main .card-body .card-title {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* -----------------bedroom-package-two-section--------------------------- */

.bedroom-package-two-section .form-row .form-group input[type=text] {
    outline: none;
    border: 1px solid rgb(240, 240, 240);
    width: 100%;
    padding: 10px 25px;
    border-radius: 10px;
}

.bedroom-package-two-section .form-row .form-group input[type=text]:focus {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.bedroom-package-two-section .form-row .form-group select:focus {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.bedroom-package-two-section .form-row .form-group select {
    outline: none;
    border: 1px solid rgb(240, 240, 240);
    width: 100%;
    padding: 0px 25px;
    border-radius: 10px;
    color: #ccc;
}

.bedroom-package-two-section .form-row .form-group input[type=text]::placeholder {
    color: #ccc;
    font-size: 16px;
}

.bedroom-package-two-section .form-row .form-group select::placeholder {
    color: #ccc;
    font-size: 16px;
    padding-right: 10px;
}

.bedroom-package-two-section .drop-sel {
    position: relative;
}

.bedroom-package-two-section .drop-sel::after {
    content: "";
    position: absolute;
    border: 1px solid #efeded;
    height: 25px;
    right: 25px;
    top: 7px;
}

.bedroom-package-two-section .form-up-bor {
    border: 2px solid #fff;
    padding: 30px;
}

.bedroom-package-two-section .bedroom-two-form-btn1 {
    width: 90%;
    padding: 14px 20px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    outline: none;
    border: 2px solid #000;
    background-color: #fff;
    font-weight: 500;
    border-radius: 10px;
    transition: 0.5s;
}

.bedroom-package-two-section .bedroom-two-form-btn1:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.bedroom-package-two-section .bedroom-two-form-btn2 {
    width: 90%;
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    outline: none;
    border: none;
    background-color: #efe75c;
    font-weight: 500;
    border-radius: 10px;
    transition: 0.5s;
}

.bedroom-package-two-section .bedroom-two-form-btn2:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.bedroom-package-two-section .form-up-bor .two-img-cls {
    border: 1px solid #000;
    width: 120px;
}

.bedroom-package-two-section .bedroom-package-two-section .two-para-cls {
    padding-left: 10px;
}

.bedroom-package-two-section .two-para-cls p:first-child {
    margin-bottom: 0px;
}

.bedroom-package-two-section .two-para-cls p:nth-child(2) {
    padding-bottom: 35px;
}

.bedroom-package-two-section .two-para-cls p:nth-child(3) {
    margin-bottom: 0px;
}

.bedroom-package-two-section .form-right-box p {
    font-size: 16px;
    font-weight: 500;
}

.bedroom-package-two-section .form-right-box.font-lst p {
    font-weight: 700;
}

.bedroom-package-two-section .form-right-box {
    display: flex;
    justify-content: space-between;
}

.bedroom-package-two-section .bedroom-mb-custom {
    margin-bottom: 5.5rem;
}

/* ----------------------------story section ------------------------------------ */
.story-section .container-fluid {
    background-color: #ecf0f1 !important;
}

.story-section .top-row {
    background: url('/img/breadcrumb.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20vh;
}

.story-section a {
    text-decortion: none;
    color: black;
}

.story-section video {
    max-width: 100%;
    height: auto;
}
.story-section .video-list-custom video {
    /*max-width: 100%;
    min-height: 300px;*/
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.story-section .video-list-custom .card-title{
    padding: 5px 10px;
}
.story-section .video-list-custom .card-title a{
margin-bottom: 0px;
display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
}

.story-section .pagining>a {
    line-height: 10px;
}

.story-section .readmore {
    background-color: #efe75c;
    width: 50%;
    font-weight: bold;
    padding: 8px 20px;
    transition: 0.5s;
}

.story-section .readmore:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.story-section .card>div {
    background-color: #fff !important;
    border-bottom: none !important;
    border-top: none !important;
}

.story-section .card .last-p-select p:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.story-section .card-header .stry-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.story-section .card p:first-child {
    color: rgb(231 169 105);
}

.story-section .story {
    min-height: 50px;
    background-color: #f6e58d;
}

.story-section .card-header {
    padding: 0px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solidrgba(0, 0, 0, .125);
}

.story-section .card-body h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
}

.story-section .card {
    /* border-top: none; */
    /* border-left: none; */
    margin-bottom: 25px;
    border-right: 1px solidrgba(0, 0, 0, .125);
    border-bottom: 1px solidrgba(0, 0, 0, .125);
}
.story-section .card-body.last-p-select{
    padding-bottom: 0;
}
.story-details-section .sd-video-dv .stry-detail {
    height: auto;
    max-height: 400px;
    max-width: 100%;
    width: auto;
}

/* ------------------------------pagination------------------ */
.pagination-outer {
    text-align: center;
}

.pagination {
    font-family: 'Poppins', sans-serif;
    display: inline-flex;
    position: relative;
}

.pagination li a.page-link {
    color: #555;
    background-color: white;
    font-size: 15px;
    font-weight: 300;
    line-height: 36px;
    height: 36px;
    text-align: center;
    width: 32px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 1px solid #ebf0f1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}

.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
    color: #fff;
    background-color: transparent;
}

.pagination li a.page-link:before,
.pagination li a.page-link:after {
    content: '';
    background-color: #01b4f5;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.4s ease 0s;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ebf0f1;
    font-size: 20px;
    line-height: 19px;
    font-weight: 400;
}

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    line-height: 18px;
    border: 1px solid #ebf0f1;
}

.pagination li a.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%) !important;
}

.pagination li a.page-link:after {
    background-color: #007bff;
    transition: all 0.4s ease 0.1s;
}

.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before {
    top: -100%;
}

.pagination li a.page-link:hover:after,
.pagination li a.page-link:focus:after,
.pagination li.active a.page-link:hover:after,
.pagination li.active a.page-link:after {
    top: 0;
}

@media (min-width:992px) {
    .blog-section {
        min-height: 406px;
    }
}

@media only screen and (max-width: 480px) {
    .pagination {
        font-size: 0;
        display: inline-block;
    }

    .pagination li {
        display: inline-block;
        vertical-align: top;
        margin: 10px 0;
    }
}



/* -----------------------------story details ------------------------- */
.sd-slider .story-head h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.sd-slider .story-head p {
    text-transform: uppercase;
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.sd-slider {
    background-image: url("../images/sd-story-bg.jpg"), linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    background-blend-mode: overlay;
    background-size: contain;
    padding: 80px 0px;
}

.sd-slider .story-d-slider .card .sd-rel-btn {
    background-color: #efe75c;
    font-size: 15px;
    transition: 0.5s;
}

.sd-slider .story-d-slider .card .sd-rel-btn:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* ---------------------------bedroom package f p-------------------------- */
.two-btn-bg {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px 0px;
}

.two-btn-bg .btn.add-to-crt {
    padding: 15px 45px;
    width: 19%;
    border: 1px solid #000;
    font-weight: 700;
    border-radius: 10px;
}

.two-btn-bg .btn.add-to-crt:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.two-btn-bg .btn.add-to-crt span i {
    font-size: 17px;
}

.two-btn-bg .btn.buy-now {
    padding: 15px 45px;
    width: 19%;
    border: 1px solid #efe75c;
    background-color: #efe75c;
    font-weight: 700;
    border-radius: 10px;
    transition: 0.5s;
}

.two-btn-bg .btn.buy-now:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.bpfp .total-prc {
    border-top: 3px double #ccc;
}


/* ---------------------blog details---------------------- */
.blog-details .bd-para-right h4 {
    font-weight: 700;
}

.blog-details .bd-para-right p {
    text-align: justify;
    font-size: 15px;
    color: grey;
    font-weight: 400;
}

.blog-details .bd-para-center p {
    text-align: justify;
    font-size: 15px;
    color: grey;
    font-weight: 400;
}

.blog-details .releted-heading {
    padding: 35px 0px;
}

.blog-details .product-card-main .card .card-body .star .fa-star {
    color: #efe75c;
}

.blog-details .package-slider .card .card-body .fa-heart-o {
    font-size: 20px;
    font-weight: 700;
    color: #43484D;
}

/* ----------------------login fb go------------------------ */
.login-fb-go-section #exampleModal {
    background: rgb(0 0 0 / 80%);
}

.login-fb-go-section .modal-title {
    text-align: center;
}

.login-fb-go-section .modal .modal-content {
    border-radius: 15px;
    box-shadow: 0px 1px 16px 0px rgb(227 227 227 / 75%);
    -webkit-box-shadow: 0px 1px 16px 0px rgb(227 227 227 / 75%);
    -moz-box-shadow: 0px 1px 16px 0px rgb(227 227 227 / 75%);
}

.login-fb-go-section .googleicon {
    width: 16px;
}

.login-fb-go-section .btn1 {
    background-color: #4267B2;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

.login-fb-go-section .btn1 a {
    color: white;
}

.login-fb-go-section .btn1 a:hover {
    text-decoration: none;
}

.login-fb-go-section .btn2 {
    border: 1px solid black;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

.login-fb-go-section .btn2 a {
    color: black;
}

.login-fb-go-section .btn2 a:hover {
    text-decoration: none;
}

.login-fb-go-section .btn3 {
    border: none;
    background-color: #efe75c;
    box-shadow: 0 2px 5px 1px rgb(64 60 67 / 16%);
}

.login-fb-go-section .btn3 a {
    color: black;
}

.login-fb-go-section .btn3 a:hover {
    text-decoration: none;
}

.login-fb-go-section .or {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #8d8d8d;
    padding: 4px 0px;
}

.login-fb-go-section .or span {
    background-color: rgb(253 248 248);
    padding: 5px 7px;
    border-radius: 50%;
    border: 6px solid #fff;
    font-weight: 700;
}

.login-fb-go-section .or:before,
.login-fb-go-section .or:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #c6c6c6;
}

.login-fb-go-section .or:before {
    margin-left: -50%;
    text-align: right;
}

/* ------------------------registration form ------------------------------ */
.registration-sec {
    padding-bottom: 30px;
}

.registration-sec .login-form-right {
    border: 3px solid #fff;
}

.registration-sec .login-form-right .login-tabs:nth-child(1) {
    background-color: #fff;
    padding: 10px;
    margin-top: 25px;
}

.registration-sec .login-form-right .login-tabs {
    background-color: #fff;
    padding: 18px;
    margin-top: 20px;
    position: relative;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(217, 214, 217, 1);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(217, 214, 217, 1);
    box-shadow: inset 0px 0px 2px 2px rgba(217, 214, 217, 1);
    border-radius: 5px;
    transition: 0.5s all ease-in-out;
}

.registration-sec .login-form-right .login-tabs:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.registration-sec #gender {
    /* width: 100%; */
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.registration-sec .form-ino-1 {
    padding: 5px;
    text-align: center;
    width: 75px;
    font-weight: 600;
}

.registration-sec .form-ino-2 {
    padding: 5px;
    text-align: center;
    width: 120px;
    font-weight: 600;
}

.registration-sec .form-ino-1::placeholder {
    font-size: 13px;
}

.registration-sec .form-ino-2::placeholder {
    font-size: 13px;
}

.registration-sec .login-form-right .login-tabs p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #000;
    /* line-height: 30px; */
}

.registration-sec .login-form-right .login-tabs p a {
    color: #000;
    /* line-height: 30px; */
}

.registration-sec .login-form-right .login-tabs p span {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    /* line-height: 30px; */
    margin-right: 20px;
}

.registration-sec .login-form-right .login-tabs p span .p-tag-img1 {
    width: 50px;
}

.registration-sec .login-form-right .login-tabs p span .p-tag-img {
    width: 20px;
}

.login-tabs-btn {
    margin-top: 40px;
    text-align: center;
}

.login-tabs-btn button {
    background-color: #efe75c;
    padding: 8px 70px;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #efe75c;
    color: rgba(0, 0, 0, 0.877);
}

.login-tabs-btn button span {
    padding-right: 10px;
}








.registration-sec .login-form-left {
    border: 3px solid #fff;
}

.registration-sec .form-group label {
    margin-bottom: 0;
    font-weight: 500;
    color: rgb(80 79 79);
    font-size: 15px;
}

.registration-sec .btn.btn-warning.button.text-capitalize.text-center.w-30 {
    width: 58%;
    transition: 0.5s all ease-in-out;

}

.registration-sec .btn.btn-warning.button.text-capitalize.text-center.w-30 a {
    color: rgba(0, 0, 0, 0.877);
}

.registration-sec .btn.btn-warning.button.text-capitalize.text-center.w-30:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.registration-sec .form-check .form-check-label small {
    font-weight: 700;
}

.registration-sec .login-bottom-box {
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 18px -28px
}

.registration-sec .login-bottom-box .login-box-para {
    font-weight: 700;
}

.registration-sec .login-bottom-box .login-box-para a:hover {
    color: rgb(43, 108, 228) !important;
}

/* ----------finish css--------------- */
.sd-pg-para {
    font-size: 15px;
}

/* ---------------about us---------------- */
.our-counter-r {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}

.happy-cli-dv {
    width: 50%;
}


.cart-body .total-prc p {
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 600;
}

.cart-body .total-prc p span {
    padding: 0px 0px 0px 120px;
}

.cart-body .use-point h5 {
    font-weight: 700;
    margin-bottom: 0px;
}

.cart-body .use-point {
    position: relative;
}

.cart-body .use-point h5:after {
    content: "";
    position: absolute;
    border: 0.3px solid #e1e1e1;
    width: 91.6%;
    height: 1px;
    bottom: 5px;
}

/* ---------------index page css----------------- */
.h-section .home-font-bold {
    font-weight: 900;
    /* font-size: 1.35rem; */
}

.new-brands .brandIMG {
    position: relative;
}

.new-brands .content-home {
    display: flex;
    background: #ffffffde;
    justify-content: center;
    align-items: center;
    width: 135px;
    height: 75px;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.new-brands .content-home img {
    width: 75%;
}

.new-brands .content-home h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 2px;
}

.new-brands .content-home a {
    font-weight: 500;
    font-size: 15px;
}

.top-selling-section {}

.top-selling-section .top-selling-slider img {
    height: 275px;
    object-fit: cover;
}

.top-selling-section .top-sel-div h5 {
    padding: 1.28rem 0px !important;
}

/* --------------------------bedroom packages image icons----------------------- */
.bedroom-img-div .carousel-cell img {
    position: relative;
}

.bedroom-img-div {
    position: relative;
}

.share-wish-icon {
    position: absolute;
    top: 5px;
    right: 35px;
}

.share-wish-icon .s-w-i1 a i,
.share-wish-icon .s-w-i2 a i {
    background-color: grey;
    font-size: 26px;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 18px 2px;
    border-radius: 15px;
    color: rgb(219, 219, 219);
}

.share-wish-icon .s-w-i1 a i:hover,
.share-wish-icon .s-w-i2 a i:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    color: #efe75c;
}

.share-wish-icon1 {
    position: absolute;
    top: 5px;
    right: 5px;
}

.share-wish-icon1 .s-w-i1 a i,
.share-wish-icon1 .s-w-i2 a i {
    background-color: grey;
    font-size: 21px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 4px;
    border-radius: 15px;
    color: rgb(219, 219, 219);
    transition: 0.5s;
}

.share-wish-icon1 .s-w-i1 a i:hover,
.share-wish-icon1 .s-w-i2 a i:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    color: #efe75c;
}

/* --------------------------product store banner----------------------- */

.product-store-top .pro-st-border::after {
    content: "";
    position: absolute;
    border: 4px solid #000;
    width: 110%;
    height: 52%;
    z-index: 9;
    top: 24%;
    left: 30%;
}

.product-store-top .deal-of-the {
    content: "Deal of the day";
    position: absolute;
    background-color: #000;
    width: 155px;
    height: 30px;
    z-index: 10;
    bottom: 17%;
    left: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.product-store-top .deal-of-the a {

    color: #fff;
}

.product-store-top .pro-st-first-para {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.product-store-top .pro-st-first-para h4 {
    font-size: 20px;
    font-weight: 700;
}

.product-store-top .pro-st-first-para p:nth-child(1) {
    font-size: 15px;
}

.product-store-top .pro-st-first-para p:nth-child(3) {
    font-size: 20px;
    font-weight: 700;
    color: grey;
}

.pro-st-img {
    position: relative;
    z-index: 1;
}

.ugaao-cls {
    width: 80px;
    margin-left: 120px;
}

.ugaao-cls img {
    width: 100%;
}



.product-store-top .pro-st-border1::after {
    content: "";
    position: absolute;
    border: 4px solid #000;
    width: 110%;
    height: 52%;
    z-index: 999;
    top: 24%;
    right: 30%;
}

.product-store-top .deal-of-the1 {
    content: "Deal of the day";
    position: absolute;
    background-color: #000;
    width: 155px;
    height: 30px;
    z-index: 1000;
    bottom: 17%;
    right: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.product-store-top .deal-of-the1 a {

    color: #fff;
}

.product-store-top .pro-st-first-para1 {
    width: 70%;
    position: absolute;
    top: 50%;
    right: -2%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

.product-store-top .pro-st-first-para1 h4 {
    font-size: 20px;
    font-weight: 700;
}

.product-store-top .pro-st-first-para1 p:nth-child(1) {
    font-size: 15px;
}

.product-store-top .pro-st-first-para1 p:nth-child(3) {
    font-size: 20px;
    font-weight: 700;
    color: grey;
}

.pro-st-img1 {
    position: relative;
    z-index: 2;
}

/* ---------------------------profile section start------------------------------ */
.box_wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 17%), 0 2px 4px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 17%), 0 2px 4px rgb(0 0 0 / 15%);
}

.profile .profile_lft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile .profile_lft .img {
    width: 65px;
    border-radius: 60px;
    height: 65px;
    overflow: hidden;
    margin-right: 15px;
}

.profile .profile_lft .img img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #323A3D;
    border-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    padding: 13px 15px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #2f3a3d;
}

.tab-content>.active {
    display: block;
}

.wish_txt {
    font-size: 20px;
}

button#edit {
    /*float: right;*/
    background: #154a91;
    color: #fff;
    font-size: 12px;
    padding: 6px 11px;
}

button#edit .fa {
    font-size: 16px;
}

.dashboard-detail-txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60%;
}

.dashboard-detail-txt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
}

.dashboard-detail-txt ul li .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.dashboard-detail-txt ul li .details>div {
    width: 50%;
}

.dashboard-detail-txt ul li .details .left h6 {
    font-weight: 400;
}

.dashboard-detail-txt h6 {
    font-weight: normal;
}

span.required {
    color: red;
}

.account-details_show .form-control {
    border-radius: 0;
    min-height: 45px;
}

.account-details_show #formSubmit button.btn {
    min-width: 250px;
}

.profile .p10 {
    padding: 10px;
}

.profile .p20 {
    padding: 20px;
}

.profile a:hover {
    color: #2a55e5;
}

.toggle-password.icone-eye {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 11;
    cursor: pointer;
}

/* -----------------pagination ----------------- */
.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #8d8605;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #c9c245;
    border-color: #c9c245;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #dadada;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #eee;
}

.profile .btn-danger1 {
    color: #323a40 !important;
    background-color: #efe75c;
    border-color: #efe75c;
    transition: 0.5s;
}

.profile .btn-danger1:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px !important;
}

.form-control:focus {
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

#ProductFilterCollapse .clear-fil button.btn.btn-dark.font-weight-bold.px-4.w-100.d-block {
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.wishlist-section i.fa.fa-trash.fa-lg.text-muted {
    transition: 0.5s;
}

.wishlist-section i.fa.fa-trash.fa-lg.text-muted:hover {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    transform: scale(1.1);
}

.wishlist-section button.btn.btn2.d-block.m-auto.fw-500.py-2.px-4 {
    transition: 0.5s all ease-in-out;
}

.wishlist-section button.btn.btn2.d-block.m-auto.fw-500.py-2.px-4:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/*============================================*/
.color-shades .size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0;
}

.color-shades .size-list li {
    margin-left: 10px;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.color-box {
    border: 1px solid #ded8d8;
    background: #fcfcfc;
    height: 29px;
    padding: 2px;
}

.product-details-body .color-shades .size-list .color-box a input.checkbox {
    display: none !important;
}

.size-list .color-box a div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    font-size: 15px;
    color: #000;
    width: auto;
    text-transform: capitalize;
    padding: 1px 5px;
    cursor: pointer;
}

.radio-btn-custom [type="radio"]:checked,
.radio-btn-custom [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-btn-custom [type="radio"]:checked+label,
.radio-btn-custom [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.radio-btn-custom [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio-btn-custom [type="radio"]:checked+label:before,
.radio-btn-custom [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.radio-btn-custom [type="radio"]:checked+label:after,
.radio-btn-custom .radio-btn-custom [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #004b91;
    position: absolute;
    top: 3px;
    left: 3.5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-btn-custom label {
    margin-left: 35px;
}

.testimonial-page-section .user-profile-img {
    width: 160px;
    height: 160px;
    margin: auto;
    border-radius: 50%;
}

.related-button-agn {
    text-align: right;
}

.related-button-agn .sd-rel-btn {
    background-color: #efe75c;
    font-size: 15px;
    transition: 0.5s;
    border-radius: 20px;
    margin: 10px 10px;
    font-size: 16px;
    font-weight: 600;
}

.hom-testi-dv .testi-det-pr small {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.blog-index-page .brandIMG div label small {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wish_list button {
    outline: none;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    width: 22px;
    color: #c6c6c6;
}

.wish_list button.fa-heart.fa-red {
    color: #ff0000;
}

.wish_list button.fa-heart.fa-gray {
    color: #c6c6c6;
}

/* .prod-lst-he p:nth-child(3){
    color: red !important;
} */
.prod-lst-he .jsjsh+p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-list .prod-lst-he .rupee {
    font-size: 17px;
    color: #82780b;
    font-weight: bolder;
    margin-bottom: 0 !important;
    font-weight: 600;
    padding-top: 2px;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #138496;
    border-color: #117a8b;
}

.bedroom-img-div .share-wish-icon1 button {
    background-color: grey;
    font-size: 21px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 4px;
    border-radius: 15px;
    color: rgb(219, 219, 219);
    transition: 0.5s;
    border: none;
}
.bedroom-img-div .share-wish-icon1 button.fa-red{
    color: rgb(244 27 53);
}

.side-body .cs-prod-des-row .input-icons {
    margin-bottom: 0px;
}

.side-body .cs-prod-des-row .input-icons .go-t-crt-a {
    background-color: #efe75c;
    font-weight: 600;
    color: #1e1e1e;
    border-radius: 8px;
    transition: 0.5s;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.side-body .cs-prod-des-row .input-icons .go-t-crt-a:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.numCounter.cs-num-count input {
    width: 47px;
    margin-left: -1px;
    background: #fff;
    border-width: 1px;
/*    margin-right: -14px;*/
    text-align: center;
    border: 1px solid#cfcfd0;
}

.cus-cart-dv .cart-inp-cs {
    background-color: white;
    text-align: center;
    padding: 2px 2px;
    border: 1px solid lightgray;
    width: 40px;
}

.cs-save-for-ltr-td {
    text-align: center;
}

.cs-save-for-ltr-td button {
    border: none;
    outline: none;
    background-color: transparent;
    color: #000;
    white-space: nowrap;
}
.cs-save-for-ltr-td .del-btn-cus{
    margin-right: 30px !important;
}

.cs-save-for-ltr-td button.save-for-later-btn {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.cs-save-for-ltr-td button.save-for-later-btn:hover {
    color: rgb(72, 126, 224);
    font-size: 18px;
    font-weight: 500;
}

.check-tabs-row .tabs_content-cus-css {
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    width: 100%;
    height: 40px;
}

.checkout-body .wish_txt .new-add-btn-css {
    float: none !important;
    margin-left: 10px;
}

.check-tabs-row .tabs_content-cus-css input[type=radio] {
    box-sizing: border-box;
    padding: 0px;
    width: 20px;
    height: 20px;
}

.payment-hed-col .payment-tr-cs {
    display: flex;
    justify-content: space-between;
}

.payment-hed-col .paymnet-cus-dv {
    padding: 30px;
}

.payment-hed-col .disp-f-w-sb {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

.paym-section {
    background-color: rgb(246 244 244 / 88%);
}

.price-detail-dv {
    background-color: #efe75c;
    color: #000;
}

.product-card .card .wishlist-icon {
    color: gray;
}

.product-card .card .wishlist-icon.active {
    color: red;
}



/* custom scrollbar  */
.text-black {
    color: #000 !important;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: var(--white-color);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
}

/* custom css  */

#SubCatFilter, #BrandFiltersubC{
    max-height: 200px;
    overflow-y: scroll;
}
.image-selection-area .img-select-content img{
    max-height: 250px;
    object-fit: cover;
    width: 100%;
}
.line-champ2{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-champ1{
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.line-champ3{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

/*Rating Review CSS*/


.rating_review {
    display: flex;
    border-radius: 15px;
    gap: 40px;
    height: auto;
    flex-wrap: wrap;
}
.rating_review .chart {
  /* width: 500px; */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.review-title{
    color: #000;
    font-weight: 700;
}
.rating_review .chart .rate-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 40px;
  padding: 20px 0;
  padding: 10px;
}
.rating_review .chart .rate-box > * {
  height: 100%;
  display: flex;
/*  align-items: center;*/
  font-weight: 500;
  color: #444;
}
.rating_review .rate-box .value {
  display: flex;
  align-items: center;
}
.rating_review .rate-box .value:hover {
  color: #66bb6a;
}
.rating_review .chart .value {
  font-size: 20px;
  cursor: pointer;
}
.rating_review .chart .rate-box > .count {
    width: 100px;
}
.rating_review .rate-box .progress-bar {
  border-width: 1px;
  position: relative;
  background-color: #cfd8dc91;

  height: 8px;
  border-radius: 100px;
  width: 275px;
}
.rating_review .rate-box .progress-bar .progress {
  background-color: #66bb6a;
  height: 100%;
  border-radius: 100px;
  transition: 300ms ease-in-out;
}

.rating_review .global {
  height: 100%;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.rating_review .one .fas {
  color: #cfd8dc;
}

.rating_review .two {
  background: linear-gradient(to right, rgb(239 231 92) 78%, transparent 0%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  transition: 0.5s ease-in-out all;
}

.rating_review .global > span {
  font-size: 70px;
  font-weight: 500;
}

.rating_review .rating-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 10%;
}
.rating_review .rating-icons span {
  position: absolute;
  display: flex;
  font-size: 25px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5px;
}

.rating_review .total-reviews {
  font-size: 25px !important;
}

.progress-bar.progress-bar-one .progress {
    background-color: #c82929 !important;
}
.progress-bar.progress-bar-two .progress {
    background-color: #ff6161 !important;
}
.progress-bar.progress-bar-three .progress {
    background-color: #ff9f00 !important;
}
.progress-bar.progress-bar-four .progress {
    background-color: #f3e75f !important;
}
.progress-bar.progress-bar-five .progress {
    background-color:#388e3c !important;
}
.rating_num{
    border-radius: 7px;
}

.notify_email{
    width: 50% !important;
    display: initial;
    text-align: left !important;
}
.main-btn-n{
    background-color: var(--primary-color);
    width: auto !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    height: calc(1.5em + 0.75rem + 2px);
    margin-top: -4px;
}

@media (max-width:700px){
    .rating_review .rate-box .progress-bar{
        width: 160px;
    }
    .rating_review .chart .rate-box > .count {
        width: 60px;
    }
    .rating_review{
        justify-content: center;
    }
    .notify_email{
        width: 100% !important;
    }
    .main-btn-n{
        margin-top: 5px;
    }
    #homeslider1 .carousel-indicators{
        display: none;
    }
    #homeslider1 .carousel-inner .carousel-item img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    #homeslider1 .carousel-inner .carousel-item {
        width: 100%;
        height: auto;
    }
    #homeslider1 .carousel-inner .carousel-item .carousel-caption.carousel-caption-cus1 {
        top: 50%;
        transform: translate(-50%, -74%);
        bottom: 100%;
        left: 50%;
    }
    .product-list h4.filter-cus-heading{
        font-size: 20px;
        color: cadetblue !important;
        border-bottom: 1px solid;
    }
}

/* .lower-border-cus
{
    width: 0;
    height: 0;
    border-top: 40px solid #CC85DD;
    border-left: 40px solid  transparent;
    border-right: 40px solid  transparent;
} */

.bg-white.mb-2.lower-border-cus{
    height: 785px;
    /* clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
}

.slice-border-cls::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(313deg);
    width: 1072px;
    height: 1%;
    background-image: conic-gradient(#ebf0f1 0deg, #ebf0f1 90deg, #ebf0f1 130deg, #ebf0f1 180deg, #ebf0f1 180deg, #ebf0f1 270deg, #ebf0f1 310deg, #ebf0f1 360deg);
    /* transition: transform 2s; */
    
}
.cat-row-m-top{
    position: relative;
    z-index: 9;
}
/* .lower-border-cus1{

    background-image: linear-gradient(120deg, rgba(255,255,255,255) 50%, transparent 50%), url(http://localhost/styliv_dev/public/images/products/18-10-2022_7597_ec2afffa-985c-4efc-b139-71634bfcefff.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
      bottom right,
      left,
      right;
} */
.head-box{
    background-color: transparent !important;
    overflow: hidden;
    position: relative;
}
/* .f-dv{
    width: 1751px;
    height: 800px;
    position: absolute;
    top: 0%;
    left: 26%;
    transform: translate(-50%,-50%) rotate(133deg);
    z-index: 0;
    transition: all 0.5s;
}
.f-dv:hover{
    background-color: yellow;
}
.s-dv{
    width: 2992px;
    height: 866px;
    position: absolute;
    top: 0%;
    left: 176%;
    transform: translate(-50%,-50%) rotate(133deg);
    z-index: 0;
}
.s-dv:hover{
    background-color: rgb(153, 153, 150);
} */
.height-fx{
    height: 785px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.height-fx img{
    height: 785px;
    position: relative;
}

/* .height-fx map area:nth-child(1):before{
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-top: solid 4px transparent;
    border-bottom: solid 0px;
    transform: scaleX(0);
    transition: 1s;
    z-index: 9;
    border-color: red;
}

.height-fx map area:nth-child(1):after{
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-left: solid 4px;
    border-right: solid 0px;
    transition: 1s;
    transform: scaleY(0);
    z-index: 9;
    border-color: red;
} */

.height-fx-content{
    position: absolute;
    top: 0;
    /* color: #fff; */
    width: 100%;
    z-index: 999;
}
.height-fx-content1{
    position: absolute;
    bottom: 22px;
    right: 15px;
    /* color: #fff; */
}
.height-fx-content .card-box{
    width: 250px;
    /* border: 1px solid rebeccapurple; */
}
.height-fx-content1 .card-box{
    width: 250px;
    /* border: 1px solid rebeccapurple; */
}
.height-fx-content .card-box p{
    color: #fff;
}
.height-fx-content1 .card-box p{
  color: #fff;
}
/* .height-fx map[name="workmap"] area:nth-child(1):hover:after{
    transform: scale(1);
}
.height-fx map[name="workmap"] area:nth-child(1):hover:before{
    transform: scale(1);
} */
/* .height-fx map area:nth-child(2):before{
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-top: solid 0px transparent;
    border-bottom: solid 4px;
    transform: scaleX(0);
    transition: 0.3s;
    z-index: 9;
    border-color: red;
}

.height-fx map area:nth-child(2):after{
    content: '';
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    border-left: solid 0px;
    border-right: solid 4px;
    transition: 0.3s;
    transform: scaleY(0);
    z-index: 9;
    border-color: red;
} */

/* .height-fx map[name="workmap"] area:nth-child(2):hover:after{
    transform: scale(1);
}
.height-fx map[name="workmap"] area:nth-child(2):hover:before{
    transform: scale(1);
} */
.lower-border-cus{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 785px;
}
.overly-head{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
}
.overly-flex{

}
.popup_close_btn {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    border-radius: 50px;
    right: -20px;
    top: -20px;
    font-size: 28px;
    background-color: #0e0e0e !important;
}
#styliv_wlcm{
    background: rgba(0, 0, 0, 0.5); 
}
/* 
.workpl-one {
    width: 100%;
    height: 100%;
    }
.workpl-two {
    width: 100%;
    height: 100%;
    transform: all 1s;
    }
    
    .workpl-one:hover {
        background: url('../../../s-1zoom.jpg');
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background-repeat: no-repeat;
        background-size: cover;
    }
    .workpl-two:hover {
        background: url('../../../s2-zoom.jpg');
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    } */
    /* ====================slice one==================== */
.content_cus {
    border: 1px solid #CCCCCC;
    height: 100%;
    line-height: 400px;
    /* margin: 50px auto 50px auto; */
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .corner-link {
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    transform: rotate(-43deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    right: 0;
    top: 0;
    display: block;
    height: 1203px;
    clip: rect(-258px, 566px, 1154px, 0px);
    position: absolute;
    width: 728px;
    z-index: 3;
    /* background-color: green; */
  }
  .corner-text span {
    position: relative;
    top: 130px;
    left: 85px;
    display: block;
    font-size: 85px;
    text-align: center;
    text-transform: uppercase;
  }
  .corner-text {
    color: white;
    -webkit-transform: rotate(-47deg);
    -moz-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    -o-transform: rotate(-47deg);
    transform: rotate(-47deg);
    right: 0;
    top: 0;
    clip: rect(-269px, 755px, 1006px, 0px);
    /* background-color: blue; */
    display: block;
    height: 1006px;
    position: absolute;
    width: 950px;
    z-index: 2;
    overflow: hidden;
  }
  .corner-text-wrapper {
    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -o-transform: rotate(47deg);
    transform: rotate(47deg);
    clip: rect(-274px, 1137px, 548px, 0px);
    height: 619px;
    position: absolute;
    right: -377px;
    top: -82px;
    /* background: red; */
    /* background: url('../../../home-bg.jpg'); */
    width: 1137px;
    z-index: 1;
    overflow: hidden;
  }
  /* ===================slice two=================== */
  .content_cus1 {
    border: 1px solid #CCCCCC;
    height: 785px;
    line-height: 400px;
    /* margin: 50px auto; */
    /* overflow: hidden; */
    position: relative;
    width: 100%;
  }
  .corner-link1 {
    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -o-transform: rotate(47deg);
    transform: rotate(47deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    left: -22px;
    bottom: 190px;
    display: block;
    height: 619px;
    clip: rect(-274px, 1137px, 548px, 0px);
    position: absolute;
    width: 1137px;
    z-index: 3;
    /* background: purple; */
  }
  .corner-text1 span {
    position: relative;
    top: 100px;
    left: 100px;
    display: block;
    font-size: 85px;
    text-align: center;
    text-transform: uppercase;
  }
  .corner-text1 {
    color: white;
    -webkit-transform: rotate(-47deg);
    -moz-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    -o-transform: rotate(-47deg);
    transform: rotate(-47deg);
    left: 0;
    bottom: 0;
    clip: rect(-269px, 755px, 650px, 0px);
    /* background-color: yellow; */
    display: block;
    height: 650px;
    position: absolute;
    width: 935px;
    z-index: 2;
    /* overflow: hidden; */
  }
  .corner-text-wrapper1 {
    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -o-transform: rotate(47deg);
    transform: rotate(47deg);
    clip: rect(-274px, 1137px, 548px, 0px);
    height: 619px;
    position: absolute;
    left: -434px;
    bottom: -126px;
    /* background: green; */
    /* background: url('../../../you-bg.jpg'); */
    width: 1137px;
    z-index: 1;
    overflow: hidden;
  }
  .content_cus_parent{
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
} */
	/* .slice-show-large{
		display: none;
        visibility: hidden;
	}
	.slice-show-mobile{
		display: none;
        visibility: hidden;
	} */




@media only screen and (min-width:200px) and (max-width:767px) {
        .check-tabs-row .tabs_content-cus-css {
            display: flex;
            align-items: center;
            align-content: center;
            align-self: center;
            width: 100%;
            height: unset;
        }
}