h1,
h2,
h3,
h4,
h5,
h6,
th,
.font-crimson {
    font-family: "Crimson Text", serif;
}

p,
a,
span,
cite,
body,
strong,
label,
figcaption,
title,
address,
aside,
li,
ol,
td,
.btn,
body,
input,
select,
textarea,
.form-control,
.form-select,
/* .font-ropa {
    font-family: 'Ropa Sans', sans-serif;
} */

html {
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
}
body {
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

.font-jaipur {
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
}

.homepage main {
    padding: 0 0 70px 0;
}

main,
.collection-section {
    /* padding: 20px 0 50px; */
    padding: 50px 0 50px;
}

/* .header-nav-item.nav-link:hover .main-menu-sub-dropdown{
    position: absolute;
    inset: 0px auto auto 0px !important;
    margin: 0px;
    transform: translate(806px, 47px);
} */

.dropdown-toggle::after {
    display: none !important;
}

header {
    display: flex;
}
/* sticky header  */
header.RZY-header-sticky {
    position: sticky;
    top: 0;
    z-index: 5;
}
section {
    padding-bottom: 70px;
}

figure {
    overflow: hidden;
}

footer {
    background: #f7f7f7;
    padding: 40px;
}

.wrapper {
    position: relative;
}

.font-regular {
    font-style: normal;
}

.font-italic {
    font-style: italic;
}

.text-decoration {
    text-decoration: underline;
}

.img-responsive {
    width: 100%;
}

.muted {
    opacity: 0.4;
}

.color-dark {
    color: #333 !important;
}

.wrapper hr {
    margin: 10px;
}
.bg-light-blue {
    background-color: #bbd3d4;
}

.btn.btn-primary {
    background: #2a312e;
    min-height: 40px;
    max-width: 200px;
    min-width: 160px;
    border: 0;
    border-radius: 0;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    text-wrap: nowrap;
}

.admin-side .btn.btn-primary {
    min-height: 40px;
    min-width: 100px;
    line-height: normal;
    width: auto;
    background: #ea7410;
    border: 1px solid transparent;
}

.admin-side .btn.btn-primary.show-filters {
    line-height: 30px;
}

.admin-side .btn.btn-primary:hover {
    background: transparent;
    color: #ea7410;
    border: 1px solid #ea7410;
}

.margin-top-65 {
    margin-top: 65px;
}

.margin-top-90 {
    margin-top: 90px;
}

.with-banner .margin-top-90 {
    margin-top: 40px;
}

.color-white {
    color: #fff !important;
}

.pointer-event {
    pointer-events: none;
}

.link {
    color: #086ad8 !important;
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1050px !important;
    }
}
.become-form {
    background: #ececec;
    padding-top: 70px;
    padding-bottom: 70px;
}

.form-head {
    margin: 50px 0px;
}

.form-head hr {
    width: 300px;
}

.none {
    display: none;
}

.main-form {
    max-width: 600px;
    margin: 0px auto;
    padding: 29px;
    margin-bottom: 58px;
}

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */

.step {
    height: auto;
    width: 56px;
    margin: 0 2px;
    /* background-color: #bbbbbb; */
    border: none;
    /* border-radius: 50%; */
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
    border-bottom: 1px solid #ea7410;
    color: #ea7410;
}

/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #ea7410;
    color: #fff;
    opacity: 1;
}

/* Mark input boxes that gets an error on validation: */

input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */

.tab {
    display: none;
}

#regForm {
    margin: 40px auto;
}

.partner-form input {
    width: 100%;
    background: #f9f9f9;
    border-radius: 0px;
    border: 1px solid #efefef;
    padding: 5px 15px;
}

.partner-form select {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #efefef;
    padding: 5px 15px;
}

.partner-form input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #efefef;
    padding: 5px 13px;
}

.partner-form select:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #efefef;
    padding: 5px 13px;
}

.bottom-line {
    max-width: 1137px;
    margin: 0px auto;
}

.partner-form .step {
    display: inline-block;
    width: 115px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0px 18px;
    font-size: 20px;
}

.partner-form .all-step {
    margin-bottom: 30px;
    text-align: center;
}

.partner-form .tab h4 {
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 28px;
}

.updtade-form .tab {
    display: block;
}

.updtade-form h4 {
    text-align: center;
}

.inner-form-heading {
    font-size: 19px;
    margin-bottom: 20px;
}

.radio-inline input {
    width: 20px;
    height: auto;
}

.inner-tab-li {
    display: block;
    text-align: center;
    padding-top: 15px;
    margin-top: 10px;
}

.inner-tab-li li {
    display: inline-block;
}

.four-tab-main .product-details-wrap {
    border: 0px;
}
.icon-menu {
    width: 19.14px;
    height: auto;
}

.icon-bag {
    width: 16px;
    height: auto;
}

.icon-img {
    width: 25px;
    height: auto;
}

.icon-truck {
    width: 18.75px;
    height: auto;
}

.icon-shop {
    width: 16px;
    height: auto;
}

.icon-truck,
.icon-shop {
    margin-right: 10px;
}

.icon-white {
    display: none;
}

.homepage .icon-white {
    display: block;
}

.homepage .icon-black {
    display: none;
}

.mobile-nav-icon {
    display: none;
}

/* .homepage .mobile-nav-icon,
.homepage .mobile-nav-icon i {
    color: #f9f9f9;
} */

.mobile-nav-icon,
.mobile-nav-icon i {
    color: #333;
    font-size: 28px;
    margin-left: 5px;
}

.home-slider {
    z-index: 1;
}

.slider-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.overlay,
.backdrop {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #141414;
    opacity: 0.3;
    top: 0;
    left: 0;
    z-index: 2;
}

.collections .overlay {
    background: -moz-linear-gradient(180deg, rgb(0 0 0 / 0%) 5%, #343434 100%);
    background: -webkit-linear-gradient(
        180deg,
        rgb(0 0 0 / 0%) 5%,
        #343434 100%
    );
    background: -o-linear-gradient(180deg, rgb(0 0 0 / 0%) 5%, #343434 100%);
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 5%, #343434 100%);
}

.slider-text {
    position: relative;
    z-index: 3;
}

.slider-text h2 {
    font-size: 80px;
    line-height: 70px;
    color: #fff;
    margin: 0;
}

.owl-carousel {
    padding: 0;
}

.owl-carousel a {
    text-decoration: none;
}
.owl-carousel.home-slider .owl-dots {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.owl-products.owl-carousel .owl-dots {
    /* position: absolute;
    top: -53px; */
    /* right: 500px; */
    /* text-align: right; */
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: -2%;
}

.owl-carousel.home-slider .owl-dots .owl-dot,
.owl-products.owl-carousel .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.owl-products.owl-carousel .owl-dots .owl-dot {
    margin: 0 0 0 5px;
    border: 1px solid #dbdbdb;
    background: #ffffff;
}

.owl-carousel.product-slider .owl-dots .owl-dot,
.owl-carousel.home-slider .owl-dots .owl-dot.active {
    background: #fff;
}

.owl-products.owl-carousel .owl-dots .owl-dot.active {
    background: #a2a39a;
}

/* product slider */
.product-slider.owl-carousel {
    position: relative;
}
.product-slider .owl-nav {
    display: block !important;
}
.product-slider .owl-nav button {
    position: absolute;
    top: 0;
    color: #ffffff !important;
    font-size: 35px !important;
    background-color: #00000080 !important;
    height: 100%;
    width: 40px;
}
.product-slider .owl-nav button.owl-prev {
    left: 0;
}
.product-slider .owl-nav button.owl-next {
    right: 0;
}

.nav-item,
.nav-item a {
    color: #000000;
    /* font-family: 'Ropa Sans', sans-serif; */
    font-size: 15px;
    text-decoration: none;
    overflow: hidden;
}

/* .innerPageHeader .nav-item a {
    color: rgb(80, 80, 80);
} */

.innerPageHeader .nav-item a:hover {
    color: #000;
}

.nav-item + .nav-item {
    /* margin-left: 15px; */
    margin-left: 10px;
}
.main-menu-rzy .nav-item + .nav-item {
    margin-left: 20px;
}

.nav-item .nav-item + .nav-item {
    margin-left: 0px;
}

.nav-item a,
.nav-item a *,
.products-thumbnails-checkout a img,
.products-thumbnails a img,
.d-flex.sidebar-main,
.d-flex.sidebar-main * {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.products-thumbnails2 a img {
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    transition: 0.2s all linear;
}

.products-thumbnails {
    margin-top: 10px;
}
.products-thumbnails2 {
    margin-top: 10px;
}

.nav-item a:hover {
    color: #2e2e2e;
    text-decoration: none;
}

/* .container-fluid.extra-padding-lr {
    padding-left: 120px;
    padding-right: 120px;
} */

/* .main-content .container {
    padding-right: 100px;
    padding-left: 100px;
} */

.top-header-wrap {
    /* padding-top: 30px;
    padding-top: 15px;
    position: absolute;
    z-index: 3;*/
}
.top-header-wrap.home-header {
    align-items: baseline;
}

.page-header.top-header-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    align-items: center;
    background: #fff;
}

header hr.main-header-rzy {
    margin: 0;
    /* color: #F1F1F1; */
    color: #979797;
    width: 100%;
}

.page-header .nav-item,
.page-header .nav-item a {
    color: #333333;
}

.home-header a.custom-logout-button {
    color: #333333;
}

.mega-menu {
    background: #fff;
    margin: 10px 50px;
    padding: 25px 25px 15px 25px;
    right: 0;
    /*min-height: 314px;*/
    width: calc(100% - 100px) !important;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

li.nav-item.position-static:hover .mega-menu,
li.nav-item.position-static .mega-menu.mobile-mega-menu {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    z-index: 3;
}

.nav-item a:hover img:not(.icon-img),
.simple-grid-item:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.product-lable {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding-top: 10px;
}

.view-all a {
    width: 124px;
    padding: 20px;
    background: #f8f8f8;
    align-items: center;
    height: calc(100% - 43px);
}

.view-all a:hover {
    background: #c2c2c2;
}

.view-all a .product-lable {
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
    width: 100%;
    font-size: 23px;
}

.section-title,
.section-heading {
    font-size: 42px;
    color: #444444;
    margin: 25px 0 0 0;
}

.section-heading {
    /* font-family: 'Merriweather', serif; */
}

.collections,
.collections * {
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.bestsellers {
    height: auto;
    background: #efeff4;
}

.collections:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.collections figcaption {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 30px 40px;
    font-size: 34px;
    color: #fff;
    line-height: normal;
}

/* .collections.bestsellers figcaption {
    color: #1B2437;
} */

.collections figcaption::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

/* .collections.bestsellers figcaption::after {
    background: #333;
} */

.collections:hover figcaption {
    bottom: 40px;
}

.collections:hover figcaption::after {
    width: 100%;
}

.collections figcaption span {
    width: 100%;
    display: flex;
    font-size: 20px;
}

.collections:hover .overlay {
    opacity: 1;
}

.collection-section .card {
    padding: 4px;
    border: 0;
}

.new-additions {
    background: #a2a39a;
}

.addition-content {
    max-width: 466px;
}

.addition-content p {
    font-size: 18px;
}

.light-grey-bg {
    padding: 70px;
    background: #f7f7f7;
}

.bg-EDECE9 {
    background: #edece9;
}

.bg-fafafa {
    background: #fafafa;
}

.bragging-about {
    font-size: 22px;
    line-height: 36px;
}

.owl-nav {
    display: none !important;
}

section.about-rizzy {
    padding: 70px 0;
}

.about-rizzy p {
    font-size: 22px;
    line-height: 42px;
    color: #333333;
}

.video-popover {
    width: 490px;
    height: 450px;
}

.play-icon {
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.2s all cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: 0.2s all cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: 0.2s all cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: 0.2s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.video-popover a:hover .play-icon {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    -o-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
}

.blackBox-shadow {
    width: 318px;
    height: 286px;
    background: #a2a39a;
    top: -47px;
    right: -225px;
    z-index: -1;
}

.social-article {
    columns: 3;
}

.social-images {
    margin-bottom: 15px;
    display: block;
    height: 100%;
}

.social-images img {
    width: 100%;
    height: 100%;
}

.footer-info a,
.footer-info address,
.footer-info li {
    font-size: 17px;
    color: #696969;
    text-decoration: none;
    margin-bottom: 13px;
}

.footer-title {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 500;
}

footer small {
    font-size: 14px;
}

.social-icons {
    width: 237px;
}

.social-icons > a {
    /* width: 48px;
    height: 48px;
    border: 1px solid #E0E0E0;
    border-radius: 50%; */
    color: #000;
}

.social-icons > a,
.social-icons > a > i {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0.5rem 1.3rem;
}

.breadcrumbs {
    background-color: #fff !important;
}
.breadcrumbs ul {
    margin-left: 74px !important;
}
.breadcrumbs a {
    color: #000 !important;
    font-size: 12px;
    text-decoration: none;
}

.sort-categories {
    width: 269px;
}

.sort-categories select,
.form-select:focus {
    /* font-size: 18px;
     height: 44px;*/
    outline: none;
    border: 1px solid #ced4da;
}

.simple-grid-item {
    width: 24%;
    margin-bottom: -30px;
}

.three-col .simple-grid-item {
    width: 33%;
}

div#designs_wrapper.three-col .simple-grid-item {
    width: calc(33% - 10px);
    margin-right: 10px;
}

div#designs_wrapper {
    justify-content: unset;
}

div#designs_wrapper.collection-sub-items
    .simple-grid-item
    figure
    img.img-responsive {
    max-width: 100%;
}

.simple-grid-item,
.simple-grid-item * {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.simple-grid-item:hover .product-lable {
    letter-spacing: 0.5px;
}

.pagination .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    color: #333333;
    /* font-family: 'Crimson Text', serif; */
    font-size: 16px;
    /*font-weight: bold;*/
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    margin-right: 10px;
    border: 1px solid #dedede;
    border-radius: 50%;
    align-items: center;
}
.pagination .page-link.multiple-pg {
    border: none;
    padding: 0;
    width: auto;
}
.pagination .page-link.multiple-pg:hover {
    background-color: transparent;
    color: #111111;
}
.pagination .page-link i.bi {
    line-height: 10px;
    font-size: 28px;
}

.all-cat-page .simple-grid-item a {
    padding-right: 15px !important;
}

.section-top-most {
    padding-bottom: 70px !important;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link.active {
    color: #fff;
    background: #2a312e;
    border-color: transparent;
    box-shadow: none;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.pagination .page-link:hover i,
.pagination .page-link:focus i,
.pagination .page-link.active i {
    color: #fff;
    border-color: transparent;
    box-shadow: none;
}

.pagination .page-item:first-child(3):focus,
.pagination .page-item:last-child .page-link:focus,
.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover,
.pagination .page-link[aria-label="Previous"]:hover,
.pagination .page-link[aria-label="Next"]:hover {
    background: #c5c5c5;
}

.sidebar-main {
    padding: 25px;
}

.filter-col {
    position: fixed;
    top: 400px;
    left: 0;
    width: 25%;
}
.content-col {
    margin-left: 25%;
    width: 75%;
    box-sizing: border-box;
}

.sidebar {
    background: #f7f7f7;
}

.filter-header {
    background: #fbfbfb;
    padding: 10px 5px;
}

.filter-header h3 {
    font-size: 1.1rem !important;
    font-weight: 600;
}

.filter-content li + li {
    /*margin-top: 2px;*/
    /*border-top: 1px solid #e4e4e4;*/
}

.design-nrf {
    display: flex;
    width: 100%;
    height: 70vh;
    align-items: center;
    justify-content: center;
    background: #fbfbfb;
}

.design-nrf span {
    font-size: 25px;
}

.sidebar .form-check,
.sidebar .form-check-label,
.sidebar .filter-content li a {
    font-size: 16px;
    color: #22232b;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.filter-content li a {
    display: flex;
}

.sidebar .form-check:hover,
.sidebar .form-check-labelhover,
.sidebar .filter-content li a:hover {
    background: #eee;
}

.sidebar .form-check-label small {
    display: flex;
    width: 100%;
    font-size: 13px;
    color: #b7b7b7;
}

.filter-subheading {
    text-transform: uppercase;
    font-size: 3rem !important;
}

.filter-by ul:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
}

.colors li a {
    display: flex;
    align-items: center;
    line-height: normal;
}

.color-selector {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    border: 1px solid #cccccc;
}

#coloPicker .color-selector {
    width: 23px;
    height: 23px;
    margin-right: 0px;
    border: 0;
    border-radius: 3px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

#coloPicker .color-selector:hover,
#coloPicker .color-selector:focus,
#coloPicker .color-selector:active {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.searchFilter input.form-control {
    background: transparent;
    border: 1px solid #dddddd;
}

/*.product-listing .simple-grid-item img {*/

/*    -ms-filter: grayscale(1);*/

/*    -webkit-filter: grayscale(1);*/

/*    -moz-filter: grayscale(1);*/

/*    -o-filter: grayscale(1);*/

/*    filter: grayscale(1);*/

/*}*/

.product-listing .simple-grid-item:hover img {
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.btn.btn-outline-secondary {
    font-size: 13px;
    color: #2a312e;
    border: 1px solid #2a312e;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.add-to-cart {
    width: 118px;
    margin-top: 20px;
}

.cursor_wait {
    cursor: wait !important;
}

.products-thumbnails a {
    /* width: 200px; */
    height: 100px;
    border: 1px solid transparent;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.products-thumbnails2 a {
    /* width: 200px; */
    height: 100px;
    border: 1px solid transparent;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.products-thumbnails-checkout a {
    width: 50px;
    height: auto;
}

.products-picture {
    display: flex;
    justify-content: start;
    overflow: hidden;
}

.products-thumbnails a:hover {
    border: 1px solid #eee;
}
.products-thumbnails2 a:hover {
    border: 1px solid #eee;
}

.products-thumbnails-checkout a img,
.products-thumbnails a img {
    width: 100%;
    height: 100%;
}

.products-thumbnails a:hover img {
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.products-thumbnails2 a:hover img {
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.singleProduct .titlt-nd-badge .item-badges .badge {
    padding: 0.65em 0.95em;
    font-size: 0.75em;
    margin-top: 8px;
}
.item-badges .badge.bg-warning {
    background-color: #ed7a19 !important;
}
.item-badges .badge.bg-success {
    background-color: #df0a08 !important;
}
.item-badges .badge.bg-secondary {
    background-color: #007e89 !important;
}
.item-badges .badge.bg-info {
    background-color: #1173e1 !important;
}
.item-badges .badge.bg-danger {
    background-color: #c10100 !important;
}
.product-heading {
    color: #444444;
    font-size: 1.9rem;
    font-weight: 300 !important;
    letter-spacing: 0.2rem;
    text-transform: capitalize !important;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
}
#product-heading-design {
    font-weight: 300 !important;
    margin-left: 0.5rem !important;
    font-size: 1.9rem !important;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
}
.product-description {
    width: 80%;
    font-size: 14px;
    color: #656565;
    line-height: 20px;
}

.specs strong {
    color: #2a312e;
    font-size: 18px;
}

.specs span,
.specs ul {
    color: #656565;
    font-size: 18px;
}

.action-item-lg {
    width: 100%;
}

.action-item-sm,
.minicart-content .action-item-sm {
    width: 100%;
}

.account-content.p-5 {
    padding: 1.5rem !important;
}

.bi-x::before {
    font-weight: bold !important;
}

.main-collections {
    height: 345px;
    background-position: center !important;
    background-size: cover !important;
}

.col-md-10.col-12.d-flex.flex-wrap.flex.item-udf-fields p {
    width: 50%;
}

.overlay,
.backdrop {
    background: #141414;
}

#quick-cart .overlay {
    background: #b9bebc !important;
}

.swal-button {
    background: #2a312e;
    text-transform: uppercase;
    border-radius: 0;
}

.swal-button:hover,
.swal-button:focus,
.swal-button:active {
    background: #000 !important;
}

.swal-overlay--show-modal .swal-modal {
    border-radius: 0.3rem !important;
}

.swal-overlay {
    background: #59646070 !important;
}

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

.cart_main_custom span.base_price {
    color: #ea7410;
}

.cart_main_custom {
    align-items: center;
}

.page-header a.custom-log {
    border: 1px solid #f1f1f1;
}

.sidemenu-inner ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    /* padding: 15px; */
}

.sidemenu-inner ul li {
    padding: 14px;
}

.sidemenu-inner ul {
    margin-top: 45px;
}

.sidemenuinnerrelative
    .social-icons.d-flex.flex-row.justify-content-lg-between {
    /* max-width: 90% !important; */
    width: 285px !important;
    justify-content: space-around;
}

.sidemenuinnerrelative {
    position: absolute !important;
    bottom: 10px;
    padding-left: 14px;
}

.bg-white.position-absolute.quick-cart-inner.sidemenu-inner {
    padding-left: 25px;
    min-height: 615px;
}

aside#sidemenu {
    overflow-y: auto;
}

aside .overlay {
    background: #596460 !important;
}

.nano {
    background: #bba;
    width: 100%;
    height: 400px;
}

.nano .nano-content {
    padding: 10px;
}

.nano .nano-pane {
    background: #888;
}

.nano .nano-slider {
    background: #111;
}

.form-checout input[required] {
    background: #f5f5dc !important;
}

.cart-items .minicart-footer:hover {
    cursor: pointer !important;
}

.btn-close {
    float: right;
}

@media (min-width: 1366px) {
    .action-item-lg {
        width: 220px;
    }
    .action-item-sm {
        width: 100px;
    }
}

.product-actions label {
    font-size: 16px;
}

.product-actions select {
    height: 44px;
    border-radius: 0;
    border: 1px solid #e6e6e6;
}

.quick-cart-inner .products-thumbnails a {
    max-width: 150px;
    max-height: 130px;
    /*display: block;*/
    margin-right: 15px !important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.cart_main_custom button.btn.btn-dark.add-to-cart {
    margin: 0;
}

input.error,
select.error,
input.error:focus {
    border: 1px solid red !important;
    font-weight: 300;
    color: red;
}

#order_form label.error {
    display: none !important;
}

label.error {
    float: right !important;
    color: red;
    font-size: 12px;
}

.order_form_validation_error {
    float: right !important;
    color: red;
    font-size: 16px;
}

.checkout_items_wrap {
    max-height: 613px;
    overflow-y: auto;
    overflow-x: hidden;
}
.search-by-design-rzy select {
    font-size: 13px;
}
.checkout-balance .additional-filters .choose-collection-rzy select,
.checkout-balance .additional-filters .choose-collection-rzy input {
    height: 33.2px;
    width: 138px;
    font-size: 13px;
}
.address-cards .card {
    padding: 0;
}
.remove-product-frm-co {
    cursor: pointer;
    width: 5%;
}
.products-thumbnails-checkout {
    width: 10%;
}
.prd-title-co {
    /* width: 40%; */
    width: 50%;
}
.prd-title-co-heading {
    width: 55%;
}
.add-sidemark-co {
    /* width: 15%; */
    width: 20%;
    padding: 0 7px;
}
.prd-total-co,
.prd-price-co {
    width: 7.5%;
    text-align: center;
}
.quantity-co {
    width: 15%;
}
.co-cart-titles {
    padding: 10px 50px 0px;
    font-weight: bold;
    font-size: 13px;
}
.prd-title-co h3 {
    font-size: 18px;
    text-overflow: ellipsis;
    font-weight: bold;
}
.search-by-design-rzy {
    align-items: flex-start;
    align-items: flex-end;
}

.remove-product-frm-co i.bi.bi-x-circle-fill {
    color: #fc4d22;
}
.remove-product-frm-co i.bi.bi-x-circle-fill:hover {
    color: #ff3300;
}
.minicart-header.d-flex.flex-row.align-items-center.justify-content-between {
    margin: 34px 22px 0 22px;
}
.add-sidemark-co .text-sidemark {
    resize: none;
}
.co-cart-prd-details {
    padding: 0px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
}
.checkout_items_wrap h3 {
    text-overflow: ellipsis;
}
body .show-on-mobile {
    display: none !important;
}
.quick-cart-inner {
    overflow-y: scroll;
}
.minicart-content.mt-4 {
    /*padding-bottom: 170px;*/
    max-height: calc(86vh - 200px);
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.checkout_items_wrap .updating-all-cart,
.minicart-content .updating-all-cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cart-items {
    position: relative;
    height: calc(100% - 34px);
}

.popover-body {
    padding: 5px 15px;
    color: #212529;
}

a.custom-logout-button {
    position: absolute;
    top: 53px;
    border: 1px solid #b8b8b8;
    padding: 5px 20px;
    border-radius: 3px;
    right: 47px;
    background: #fff;
    min-width: 100px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.85rem;
    color: #858796;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

li.nav-item.logout-custom-modal {
    position: relative;
}

.quick-cart-inner::-webkit-scrollbar {
    display: none;
}

.minicart-content.mt-4 hr.minicart-seprator.mt-4 {
    margin: 5px 22px !important;
}

.minicart-content .d-flex.flex-row.justify-content-lg-between.flex-dir-col {
    margin: 15px 22px;
}

.btn.btn-dark {
    font-size: 0.9rem;
    width: 160px;
    padding: 9.5px 0;
    background: #2a312e;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
}

input#item_qty {
    height: 44px;
}

.admin-side .btn.btn-dark {
    min-height: 40px;
    min-width: 100px;
    line-height: 28px;
    width: auto;
    background: #2a312e;
}

.admin-side .btn.btn-dark:hover {
    background: rgb(42 49 46 / 60%);
}

.btn.btn-dark.half-muted,
.admin-side .btn.btn-dark.half-muted {
    background: rgb(42 49 46 / 60%);
    border: 1px solid transparent;
}

.btn.btn-dark.half-muted:hover,
.admin-side .btn.btn-dark.half-muted:hover {
    background: rgb(42 49 46 / 0%);
    border: 1px solid #333;
    color: #333;
}

form .form-label {
    font-size: 18px;
    color: #333333;
}
form input:focus-visible {
    outline: 0;
    border: 1px solid;
}
form input,
form .form-control,
.input-group.date,
.input-group.date .form-control[readonly] {
    font-size: 14px;
    color: #333333;
    height: 40px;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    background: transparent;
}

.input-group.date {
    align-items: center;
    padding: 0 10px;
}

.input-group.date .form-control[readonly] {
    border: 0;
}

form .form-control::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

form .form-control:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5);
}

form .form-control::placeholder {
    color: rgba(51, 51, 51, 0.5);
}

form .link {
    font-size: 15px;
}

form .btn.btn-primary {
    width: 100%;
    text-align: center;
    max-width: initial;
    letter-spacing: 1.5px;
}

.grid-item {
    width: 25%;
}

.grid-item--width2 {
    width: 50%;
}
.bestsellers {
    /* height: 184px; */
    height: 273px;
}
.whats-new {
    height: 547px;
}
/* .about-rizzyhome p {
    font-size: 19px;
    text-align: justify;
} */
/* about us page CSS by ASAD */
.about-rizzyhome {
    padding-top: 170px !important;
}
.checkout-rizzyhome {
    padding-top: 180px !important;
}
main.main-content.about-rizzyhome {
    padding: 0;
}
.main-aboutus-banner .banner-section span {
    font-size: 48px;
    line-height: 61px;
    text-shadow: 0 0 75px #000;
    color: #ffffff;
    max-width: 710px;
    width: 90%;
}
.main-aboutus-banner .banner-section p {
    font-size: 20px;
    margin: 50px 0 0;
    line-height: 27px;
    color: #ffffff;
}
.story-intro {
    max-width: 820px;
    margin: 80px auto;
    font-size: 20px;
    line-height: 27px;
    padding: 0 20px;
    letter-spacing: 0.47px;
}
.about-us-info .container {
    padding: 0;
}
.about-us-info .rz-story-content {
    /* max-width: 1035px; */
    margin: auto;
    position: relative;
    /* padding: 0 20px; */
}
.about-us-info .rz-story-content .rz-story-block {
    margin-bottom: 60px;
    background: #f8f6f3;
}
.about-us-info .rz-story-content .rz-story-block .about-img {
    flex-basis: 450px;
    height: 450px;
}
.rz-story-block .about-img img {
    object-fit: cover;
    max-width: none;
    height: 100%;
    width: 100%;
    display: block;
}
.about-us-info .rz-story-content .rz-story-block .about-content {
    flex-basis: 600px;
    text-align: center;
    padding: 40px 80px;
}
.rz-story-block .about-content .rz-number {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 30px;
    width: 32px;
    height: 32px;
    border: 1px solid #1f1e1e;
    line-height: 32px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}
.rz-story-block .about-content .rz-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.rz-story-block .about-content p {
    font-size: 14px;
    letter-spacing: 0.41px;
}
.partner-program .section-title {
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin: 0 0 40px;
    position: relative;
}
.partner-program p {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 50px;
}
.partner-program .section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 115px;
    height: 1px;
    background: #1f1e1e;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}

/* end of about us  */
.companyInfo p,
.companyInfo a {
    font-size: 19px;
    color: #656565;
    text-decoration: none;
}

.quick-cart {
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.quick-cart-inner {
    width: 418px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.minicart-header,
.minicart-seprator {
    border-bottom: 1px solid #e3e3e3;
    margin: 5px 0;
    opacity: 1;
}

.minicart-header h2 {
    font-size: 28px;
}

.minicart-header .badge {
    min-width: 40px;
    font-size: 14px;
    border-radius: 10px !important;
    line-height: 12.5px;
}

.minicart-content .product-heading {
    font-size: 17px;
}

.minicart-content .price {
    text-align: right;
    font-size: 18px;
    color: #596460;
    font-weight: bold;
    margin-bottom: 5px;
}

hr.minicart-seprator {
    background: transparent;
}

hr.minicart-seprator.filter-page-separator {
    background-color: transparent;
}

.minicart-content .remove-product {
    color: #2a312e;
    font-size: 18px;
    text-decoration: none;
}

.minicart-content .update-cart-button {
    color: #2a312e;
    font-size: 18px;
    text-decoration: none;
}

.minicart-content .action-item-sm input {
    width: 86px;
    border-radius: 0;
}

.minicart-footer {
    width: 100%;
    min-height: 154px;
    left: 0;
    bottom: 0;
    background: #596460;
}

.checkout-label {
    font-size: 28px;
}

.btn-checkout {
    display: flex;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    opacity: 0.5;
    border-radius: 20px;
    text-decoration: none;
    justify-content: center;
}

.btn-checkout:hover {
    color: #fff;
    /*opacity: 1;*/
}

.close-icon {
    top: 10px;
    right: 10px;
    color: #333;
}

.font-black-14 {
    font-size: 14px;
    color: #333333;
    line-height: normal;
    text-decoration: none;
    letter-spacing: 0;
}

.styledCheckbox.form-check .form-check-input {
    margin-right: 10px;
    margin-top: 0;
}

.styledCheckbox.form-check .form-check-label {
    width: 100%;
}

.form-checout .form-control,
.form-checout .form-select {
    border: 1px solid transparent;
    color: #212529;
}

.column-gap-20 {
    column-gap: 20px;
}

.btn.no-bg {
    background: none;
    background-color: transparent;
}

.total-amount.specs strong,
.total-amount.specs span {
    font-size: 22px;
}

.showroom h2 {
    font-size: 24px;
}

.showroom h3 {
    font-size: 18px;
}

.showroom p {
    font-size: 16px;
}

.accordion .accordion-button {
    font-size: 19px;
    font-weight: bold;
}

.accordion .accordion-button:not(.collapsed) {
    color: #ef1461;
    background-color: transparent;
}

.accordion .accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    filter: invert(1);
}

.admin-sidebar .filter-content li a {
    width: 100%;
    border-left: 3px solid rgb(89 100 96 / 20%);
    margin: 0;
    padding: 10px;
}

.admin-sidebar .filter-content li a.active,
.admin-sidebar .filter-content li a:hover {
    color: #fff;
    background: #596460;
    border-left: 7px solid #ea7410;
}

.account-content {
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.account-content .section-title {
    font-size: 30px;
    color: #333333;
}

.account-content .card.bg-success {
    width: 24%;
    /*height: 99px;*/
    border-radius: 13px;
    background-color: #007782 !important;
    text-decoration: none;
}

.account-content .card.bg-success h5 {
    font-size: 12px;
    text-decoration: none;
    margin-top: 16px;
    font-weight: normal;
}

.bill-to h6 {
    font-size: 18px;
}

.bill-to p {
    color: #333333;
    font-size: 16px;
    margin: 0;
}

.settings > a {
    font-size: 13px;
    color: #ea7410;
    font-weight: bold;
}

.manageUser-form select {
    max-width: 35%;
    color: #d0cdcd;
}

.manageUser-form input {
    max-width: 63%;
}

.kinda-table > .flex-row {
    padding: 10px;
    align-items: center;
}

.kinda-table > .flex-row * {
    margin: 0 !important;
}

.kinda-table > .flex-row h6 {
    font-size: 16px;
    font-weight: bold;
}

.t-left img {
    max-width: 120px;
}

.modal-body.thanku {
    display: flex;
    margin-top: -32px;
}

.t-right a {
    float: right;
}

.t-right p span a {
    float: unset;
    color: #ea7410;
}

.modal-dialog.modal-lg.wunst {
    max-width: 470px !important;
}

.t-right p {
    padding-top: 28px;
}

.even-row {
    background: #f8f8f8;
}

.table-dark th {
    background: #596460;
    background-color: #596460 !important;
    padding: 12px !important;
}

.table th {
    font-size: 16px;
    font-weight: normal;
}

.table td {
    font-size: 14px;
}

.less-m-para p {
    margin-bottom: 5px;
}

.del-item {
    color: #ea7410;
    font-size: 22px;
    line-height: normal;
}

.freight-estimator td:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.admin-card {
    background: #fbfbfb;
    border-radius: 6px;
    padding: 10px 0;
}

.admin-card h4,
.admin-card p {
    font-size: 16px;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #e9e9e9;
}

.admin-card p:last-child {
    border-bottom: 1px solid transparent;
}

.admin-card h4 {
    color: #ea7410;
    font-weight: bold;
}

.admin-card cite {
    font-style: normal;
    width: 100%;
}

.tabs-all {
    box-shadow: 0px 0px 8px -2px #c1c1c1;
}

.tabular.nav-pills {
    background: #f1f1f1;
}

.tabular.nav-pills .nav-link {
    padding: 13px 30px;
    color: #333;
}

.tabular.nav-pills .nav-link.active,
.tabular.nav-pills .show > .nav-link {
    background-color: #ea7410;
    border-radius: 0;
}

.tab-content {
    padding: 0 10px;
}

.credit-card > p {
    font-size: 16px;
    color: #333333;
}

.credit-card > span {
    font-size: 16px;
}

.seprator {
    width: 100%;
    height: 2px;
    background: #eeeeee;
}

.height-40 {
    height: 40px !important;
    line-height: 28px !important;
}

.document-buttons .btn {
    width: 30% !important;
    max-width: 100%;
}

.line-height-30 {
    line-height: 30px;
}

.banner-listing {
    display: none;
}

.with-banner .banner-listing {
    display: block;
    overflow: hidden;
    pointer-events: none;
}

.rotated {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.alert {
    font-size: 12px;
    font-weight: normal;
}

.nothing-found {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.sidebar-close,
.show-filters,
.btn.show-filters,
.btn.btn-primary.show-filters,
.btn.btn-secondary.show-filter {
    display: none;
}

.bi-chevron-double-right.bi-chevron-double-left::before {
    content: "\f27f";
}

.navbar-nav {
    z-index: 4;
}

.min-height-420 {
    min-height: 420px;
}

.mega-menu li.nav-item {
    flex-grow: 1;
    width: calc(20% - 15px);
}

.mega-menu li.nav-item.view-all {
    max-width: 150px;
}

ul.pagination.mt-2 {
    flex-wrap: wrap;
    justify-content: center;
}

.mega-menu .nav-item a,
.mega-menu .nav-item a img {
    width: 100%;
}

.zindex-4 {
    z-index: 4;
}

.popupModal .modal-content {
    z-index: 5;
}

.popupModal .modal-header {
    padding: 10px 5px 10px 10px;
}

.close.closePopup {
    background: transparent;
    border: 0;
    font-size: 25px;
    line-height: 10px;
    color: #333;
}

#coloPicker .modal-lg {
    max-width: 633px;
    position: absolute;
    left: calc(50% - 300px);
    top: calc(50% - 240px);
    /* transform: translat
    e(-50%, -50%); */
}

#checkOut_popup .modal-lg {
    max-width: 570px;
}

.open-colorPiker {
    margin-top: 5px;
}

.dealer-heading {
    font-size: 28px;
}

form .btn.btn-primary.checkout-signin {
    max-width: 145px;
}

form .form-control:hover,
form .form-control:focus {
    /* background: #f8fbff !important;*/
    border-color: #e4e4e4;
    box-shadow: none !important;
}

.contact-balance {
    margin: 0 !important;
}

.contact-balance img {
    height: 100%;
    width: 100%;
}

.btn.no-bg:hover,
.btn.no-bg:focus {
    color: #fff !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    border-color: transparent !important;
    box-shadow: none !important;
}

#menu-filter-hide {
    cursor: pointer !important;
}

.collection-sub-items .simple-grid-item figure {
    height: 300px;
    text-align: center;
}

.alert {
    /* font-family: 'Ropa Sans' !important; */
    font-size: 16px;
}

.d-flex.justify-content-start.flex-wrap .form-check.me-3 {
    min-width: 22%;
}

section.collection-section .container .container {
    padding: 0 !important;
}

.form-select:focus {
    box-shadow: unset !important;
    border-color: #ced4da !important;
}

.collection-sub-items .simple-grid-item figure img.img-responsive {
    height: 100%;
    max-width: 100%;
}

.product-listing {
    align-content: flex-start;
}

.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background: #000 !important;
}

.filter-by {
    height: 70vh;
    padding: 40px;
    overflow-y: hidden;
}
.filter-by:hover {
    overflow-y: auto;
}
.ml-40 {
    margin-left: 40px;
}

.visible {
    visibility: visible;
}
.hidden {
    visibility: hidden;
}

.filter-by ul {
    max-height: 185px;
    overflow-y: auto;
}

.breadcrumbs a:hover {
    color: #000 !important;
}

.filter-btn {
    padding: 10px;
    /* text-align: center; */
    align-items: center;
    justify-content: center;
}

.form-select {
    border-radius: 0 !important;
}

.d-flex.flex-wrap.bottom-cats figure {
    max-height: 234px;
}

.insta-posts-main {
    padding-bottom: 0 !important;
}

.d-flex.flex-wrap.bottom-cats img {
    max-height: 234px;
}

.freight-estimator td:first-child a {
    position: absolute;
    left: 15px;
}

.products-picture a img {
    /* max-width: 100%;  */
    max-height: 411px;
    max-width: 490px;
    width: 100%;
    height: auto;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

a.page-link:hover img {
    filter: brightness(0) invert(1) !important;
}

/*Latest changes*/

a.custom-log {
    width: 100%;
    height: 50%;
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d3d3d3 !important;
    margin: 0 0 5px;
    padding: 0 10px;
}

.main-loader {
    position: fixed;
    background: #596460;
    opacity: 0.7;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    top: 0;
    align-items: center;
    z-index: 99999;
}

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* avatar pop-up */

.avatar-pop-up {
    position: absolute;
    top: 45px;
    right: -10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    z-index: 5;
}

.card-avatar-popup {
    width: 300px;
    border: none;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    height: auto;
    box-shadow: 0px 3px 7px 1px #dee1e659;
}

.upper {
    height: 60px;
    background-color: #dee1e6;
    border-radius: 8px 8px 0 0;
}

.upper img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.user {
    position: relative;
}

.profile img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.profile {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 70px;
    width: 70px;
}

.user-name {
    /* font-family: 'Ropa Sans', sans-serif; */
    text-align: center;
    font-size: 17px;
    color: #2a312e;
}
.user-name span {
    text-decoration: underline;
    color: #2a312e;
}

.user-email {
    /* font-family: 'Ropa Sans', sans-serif; */
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #df5d10;
}

.inner-user-settings {
    padding: 10px 40px 30px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 8px;
}

.user-information {
    border-bottom: 1px solid #dee1e6;
}

.user-settings-block1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0;
}

.user-settings-block1 + .user-settings-block1 {
    border-top: 1px solid #dee1e6;
}

.user-settings-block2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 5% 3%;
    border-bottom: 1px solid #dee1e6;
}

.user-settings-block3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3% 5%;
}

.user-settings {
    color: #2a312e;
    font-size: 13px;
    font-weight: 500;
}

.user-settings-block1 img {
    width: 13px;
}

.user-settings-block2 img {
    width: 13px;
}

.user-settings-block3 img {
    width: 13px;
}

.arrow-upp-user-portal:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 13px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #dee1e6;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

/* careers page changings */

.left-careers-imageside {
    width: 85%;
}

.careers-form-box {
    width: 70% !important;
}

.register-btn-signin-page {
    display: flex;
}

.move-to-signin-or-signup {
    color: #ea7410 !important;
}
/* Sign up form */

.rzy-register-mode .form-group {
    margin-bottom: 1rem;
}
.rzy-register-mode label {
    margin-bottom: 1rem;
}
.rzy-register-mode .checkbox > label {
    display: flex;
    align-items: center;
}
.rzy-register-mode .checkbox > label > input {
    margin-right: 10px;
    width: 20px;
}
.rzy-register-mode hr {
    margin: 20px 0;
}
input#stax_certificate {
    padding: 9px 15px;
}
/* .rzy-register-mode .btn.btn-primary {
    min-height: 40px;
    min-width: 100px;
    line-height: normal;
    width: auto;
    background: #EA7410;
    border: 1px solid transparent;
} */

/* Css for Search Pop-Up */

.dropdown-submenuu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: auto;
    min-width: 10% !important;
    height: auto;
    margin-top: 0;
    border: 1px solid #dee1e6 !important;
    background-color: #ffffff;
    top: 100%;
    left: 12%;
    box-shadow: 0px 2px 6px #888888;
    padding: 8px;
    border-radius: 5px;
}

a.user-settings {
    display: flex;
    width: 100% !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
    margin: 0 0 0 10px;
}

a.user-settings:hover {
    color: #df5d10;
}

a.user-settings div {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.col-md-10.products-picture a {
    width: 90%;
}

.dropdown-submenuu-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: auto;
    min-width: 150px !important;
    height: auto;
    margin-top: 0;
    border: 1px solid #f1f1f1 !important;
    background-color: #ffffff !important;
    /* top: 90px; */
    padding: 0px;
    z-index: 3;
}
.navbar-nav .catalog-nav-menu ul.dropdown-submenuu-home.nav-item li a {
    padding: 0 20px;
}
.catalog-nav-menu {
    border: 0px;
}

.catalog-nav-menu:hover .dropdown-submenuu-home.nav-item {
    display: block !important;
}

.inner-menuu {
    position: relative;
    padding: 3% 9%;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 1px solid #dee1e6 !important;
}

.inner-menuu-home {
    position: relative;
    padding: 3% 9%;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 1px solid #dee1e6 !important;
}

.home-header .inner-menuu-home:focus,
.home-header .inner-menuu-home:hover {
    color: #fff !important;
    background-color: transparent !important;
}

.page-header .inner-menuu-home:focus,
.page-header .inner-menuu-home:hover {
    color: #333333 !important;
    background-color: transparent !important;
}

ul.dropdown-submenuu-home.nav-item li {
    padding: 10px;
    border-bottom: 1px solid #333;
}

ul.dropdown-submenuu-home.nav-item li:last-child {
    border: 0 !important;
}

.inner-menuu2 {
    position: relative;
    padding: 3% 9%;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.inner-menuu2-home {
    position: relative;
    padding: 3% 9%;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.inner-menuu2-home:focus,
.inner-menuu2-home:hover {
    color: #ffffff !important;
    background-color: #6c6c6c !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
}

.nav-item-avatar-pop-up {
    overflow: visible;
}

.avatar-inside-pop-up {
    display: initial !important;
}

.for-cartt {
    overflow: visible;
    margin-left: 10px;
}

.web-avatar-pop-up {
    position: absolute;
    top: 45px;
    right: 55px;
    border: 1px solid #ccc;
    border-radius: 8px;
    z-index: 5;
}

.badge-on-cart {
    position: absolute;
    font-size: 11px;
    border-radius: 50%;
    padding: 0 5px;
    /* bottom: 0%; */
    top: -25%;
    left: 55%;
    color: #ffffff;
    background-color: #ea7410 !important;
    max-width: 100%;
}

.checkout_items_wrap
    .d-flex.flex-row.justify-content-lg-between.p-5.align-items-center.pb-2
    .col-md-9 {
    padding-left: 13px;
}

.remove-product-cart {
    position: absolute;
    color: #fc4d22;
    left: -5px;
    top: -6px;
    font-size: 21px;
    z-index: 1;
    background: #fafafa;
    border-radius: 50%;
    /* width: 26px; */
    /* height: 26px; */
    /* text-align: center; */
    line-height: 14px;
    /* border: 5px solid green; */
}

.checkout_items_wrap .remove-product-cart {
    font-size: 18px;
}

.dropdown-search-icon {
    display: flex;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    border: 0px solid #777777;
    padding: 5px;
    background-color: white;
}

.popup-search-header {
    display: flex;
    background-color: white;
}

.popup-search-header-home {
    display: flex;
    position: relative;
    right: 0%;
    bottom: 15%;
}

.inner-dropdown-search-mobile {
    background: #ffffff;
    display: none;
}

.selection-categories-mobile {
    background-color: #fff;
    display: flex;
}

.type-here-field-mobile {
    display: flex;
}

.selection-categories {
    border: 1px solid #e4e4e4 !important;
    border-right: 0px solid #e4e4e4 !important;
    width: 109px !important;
}

.selection-categories-home {
    border: 0px solid #00000052 !important;
    border-right: 1px solid #111 !important;
    width: 109px !important;
    background-color: transparent !important;
    color: #fff !important;
}

.type-here-field {
    border: 1px solid #e4e4e4 !important;
    /* width: 190px !important; */
    width: 160px !important;
    border-radius: unset !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem #ffffff00 !important;
}

.type-here-field-home {
    border: 0px solid #00000052 !important;
    width: 190px !important;
    border-radius: unset !important;
    background-color: #6c6c6c !important;
    color: #fff !important;
}

.type-here-field-home::placeholder {
    color: #ffffff91 !important;
    opacity: 1;
}

.type-here-field::placeholder {
    color: #333333 !important;
    opacity: 1;
}

.inner-search-btn {
    display: flex;
    border: 0px solid #777777;
    padding: 10px;
    text-align: center;
    background-color: #aaa;
}

.search-btn-mobile {
    display: flex;
    border: 0px solid #777777;
    padding: 10px;
    text-align: center;
    display: none;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

a.custom-log:hover {
    color: #000;
}

figcaption.fig_image_top_right {
    max-width: 212px;
}

/* .bestsellers .overlay {
    background: unset;
} */

.collection-sub-items .simple-grid-item img.img-responsive {
    height: 100%;
    max-width: 100%;
    width: auto;
}

.stock_error {
    color: red;
}

.error_login {
    color: red;
}

.mega-menu .nav-item a.mega_menu_image {
    /*height: 191px !important;*/
}

.mega-menu .nav-item a.mega_menu_image,
.mega-menu .nav-item a.mega_menu_title {
    max-width: 100% !important;
    display: block;
    text-align: center;
}

.mega-menu .nav-item a.mega_menu_image img {
    max-width: 100% !important;
    /*max-height: 250px;*/
}

.mega-menu .nav-item a.mega_menu_title {
    height: 43px;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
}

.mega-menu li.nav-item {
    flex-grow: 1;
    width: 100%;
    max-width: calc(100% / 5 - 10px) !important;
    /*margin-right: 20px;*/
}

.login-modal-popup .modal-dialog.modal-lg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 99;
    width: 90%;
}

.login-modal-popup .backdrop.zindex-4 {
    background: #596460 !important;
}

/* Scrollbar Styling */

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

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 1px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #888;
}

select.form-select.selection-categories-home:focus {
    border-right: 1px solid #111 !important;
}

.col-lg-6.col-sm-12.m-md-2.mb-sm-3.contact-mb3.contact-balance.col-12 {
    margin: 0 !important;
}

.col-lg-6.col-sm-12.m-md-2.mb-sm-3.contact-mb3.col-12.p-2 {
    margin: 0 !important;
}

.dropdown-toggle.active-dropDown::after {
    border-top: 0.3em solid;
    border-bottom: 0;
}

.favourite-grid {
    columns: 2;
}
.favourite-grid img {
    max-width: 100%;
}

.tooltip-arrow {
    display: none !important;
    opacity: 0;
}

.avatar-initials {
    background: #dee1e6;
    border: 3px solid #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 30px;
    color: #c1591b;
    line-height: 66px;
    font-weight: bolder;
    letter-spacing: 2px;
    /* font-family: inherit; */
}
.loadinMsg {
    font-size: 20px;
}
.all-muted,
button.btn-muted {
    opacity: 0.5;
    pointer-events: none;
}
.greenCheck {
    color: rgb(4, 94, 4);
}

.checkout-page .checkout_items_wrap .action-item-sm input {
    max-width: 100px !important;
}

.checkout-page .checkout_items_wrap .action-item-sm a {
    color: #2a312e;
    font-size: 16px;
    text-decoration: none;
    position: absolute;
    bottom: -25px;
}
.co-cart-prd-details .quantity-co div#updating-cart {
    position: absolute;
    bottom: -22px;
}
div#updating-cart .spinner-border {
    width: 1rem;
    height: 1rem;
}
.pageLoader {
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(255 243 225 / 70%);
    width: 100%;
    height: 100%;
    padding-top: 50vh;
    z-index: 10;
}
.singleProduct .products-thumbnails {
    /* height: 560px; */
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 13px;
}
.d-flex.singleProduct {
    flex-direction: row !important;
}
.login-addtocart-selectcustomer .customers-main.item_customer_parent {
    float: left;
}
.login-addtocart-selectcustomer .cart_main_custom {
    float: right;
    padding: 0.5rem 0;
}
.infoIcon {
    position: absolute;
    right: -10px;
    top: 20px;
}

.filter-content .badge {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    white-space: unset;
}

.remove-filer-cross {
    background: none;
    border: 0;
    color: #fff;
    font-size: 25px;
    padding: 0 0 0 5px;
    line-height: 0;
}

.social-icons a img {
    width: 25px;
}

button.add-to-wishlist-main .spinner-border,
button.add-to-cart .spinner-border {
    display: none !important;
    width: 1rem;
    height: 1rem;
}

button.add-to-wishlist-main.btn-muted .spinner-border,
button.add-to-cart.btn-muted .spinner-border {
    display: block !important;
}

button.add-to-wishlist-main.btn-muted .label-text,
button.add-to-cart.btn-muted .label-text {
    display: none !important;
}

.product-desc .muted > * {
    pointer-events: none;
    cursor: "not-allowed";
}
@media (min-width: 1300px) and (max-width: 1850px) {
    .slider-item .handles-position {
        left: 5%;
    }
}
.simple-grid-item .handles-position,
.slider-item .handles-position {
    /* left: 9%; */
    /* left: 25px; */
    min-width: 100px;
    min-height: 25px !important;
    background-repeat: no-repeat !important;
}

.rug-pos {
    left: 15%;
}
.throws-pos {
    left: 17%;
}
.pillow-pos,
.bedding-pos {
    left: 9%;
}

.simple-grid-item .handles-position:nth-of-type(1),
.slider-item .handles-position:nth-of-type(1) {
    bottom: 65px;
}
.simple-grid-item .handles-position:nth-of-type(2),
.slider-item .handles-position:nth-of-type(2) {
    bottom: 95px;
}
.simple-grid-item .handles-position:nth-of-type(3),
.slider-item .handles-position:nth-of-type(3) {
    bottom: 125px;
}
.simple-grid-item .handles-position:nth-of-type(4),
.slider-item .handles-position:nth-of-type(4) {
    bottom: 155px;
}
.simple-grid-item .handles-position:nth-of-type(5),
.slider-item .handles-position:nth-of-type(5) {
    bottom: 185px;
}
.simple-grid-item,
.slider-item {
    position: relative;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    max-width: 100%;
    /* height: 100%; */
    margin: 0 auto;
}

.homepage .owl-carousel .owl-item img {
    width: 100% !important;
}

footer a img {
    max-width: 200px;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #2a312e !important;
    border-color: #2a312e !important;
    opacity: 0.5 !important;
}

.disabled-card p,
.disabled-card .select-address,
.disabled-card label {
    opacity: 0.4;
}

.input-group > .form-control.is-invalid,
.input-group > .form-control.is-invalid ~ .input-group-addon {
    border: 1px solid #dc3545 !important;
}

.mobile-nav-links-btm {
    display: none;
}

#search-icon-mobile-version {
    display: none;
}

.shipping-dropdown-box {
    padding: 15px 20px;
    /* border-radius: 3px; */
}
select.form-control {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

.input-group .input-group-addon {
    background: #fff;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
}

.datepicker.datepicker-dropdown > *,
.datepicker.datepicker-dropdown th {
    /* font-family: "Ropa Sans", sans-serif !important; */
}

.filler-show-btn,
.close-fillter-btn {
    display: none;
}
/* wishlist css */
.titlt-nd-badge .bi::before,
.titlt-nd-badge [class^="bi-"]::before,
.titlt-nd-badge [class*=" bi-"]::before,
.design-item-info .bi::before,
.design-item-info [class^="bi-"]::before,
.design-item-info [class*=" bi-"]::before {
    font-weight: bold !important;
}
.for-wishlist .bi::before,
.for-wishlist [class^="bi-"]::before,
.for-wishlist [class*=" bi-"]::before {
    margin-top: 8px;
}
.for-wishlist i {
    font-size: 22px;
    cursor: pointer;
    margin: 0 2px 0 10px;
}
.titlt-nd-badge i,
.wishlist-popup i,
.design-item-info i {
    font-size: 22px;
    color: #000000;
    cursor: pointer;
}
.titlt-nd-badge i {
    margin-left: 15px;
    color: #ea7410;
    font-size: 20px;
}
.titlt-nd-badge i span {
    font-style: normal;
    margin-left: 10px;
}
/* wishlist popup */
/* .item-wishlist-popup-main {
    top: 50px;
    right: -50px;
    width: 250px;
} */
.wishlist-popup {
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0px 1rem 2rem 0px rgb(0 0 0 / 34%);
}
.wishlist-popup form {
    padding: 20px 70px 80px;
}
.wishlist-popup .list-remove {
    top: 30px;
    bottom: 0px;
    right: 0px;
    line-height: normal;
    width: auto;
    background: transparent;
    border: 1px solid transparent;
}
.wishlist-popup .new-list {
    padding: 0.375rem 2.75rem 0.375rem 0.75rem;
}
.wishlist-popup .add-new-list {
    font-size: 18px;
    text-decoration: underline;
    color: #ea7410;
    letter-spacing: 1px;
    cursor: pointer;
}
.wishlist-popup .add-to-wishlist-main {
    min-width: 100%;
}
.design-wishlist-main {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
}
.overlay-wishlist {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100vw;
    height: 100vh;
    background: #596460;
    opacity: 0.3;
    transition: opacity 0.2s;
}
.design-wishlist-popup-main {
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 570px;
    transform: translate(-50%, -50%);
}
.design-wishlist-main + .pageLoader {
    background: #59646040;
    transition: opacity 0.2s;
    z-index: 99;
}
.admin-side .dashboard-forms .btn.btn-primary.dash-add-list {
    min-height: 30px;
    min-width: 60px;
}
form .btn.btn-primary.add-to-wishlist-main {
    max-width: 145px;
    min-width: 145px;
}
.badge-on-wishlist {
    height: 12px;
    top: 5%;
    left: 69%;
}
.design-add-wishlist,
.design-add-wishlist1 {
    cursor: pointer;
}
/* dashboard wishlist */
.admin-side .btn.btn-primary.delete {
    width: 95px;
}
.dataTables_wrapper #DataTables_Table_0_filter {
    margin-bottom: 10px;
}
.dataTables_wrapper #DataTables_Table_0_length {
    margin: 10px 0;
}
/* home popup */
.home-popup {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
}
.overlay-home-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100vw;
    height: 100vh;
    background: #596460;
    opacity: 0.3;
    transition: opacity 0.2s;
}
.home-popup-main {
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 655px;
    transform: translate(-50%, -50%);
}
.home-popup-inner {
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0px 1rem 2rem 0px rgb(0 0 0 / 34%);
}
.homepopup-info {
    background-color: #2a312e;
    margin-top: -50px;
    height: 300px;
}
.home-popup-heading {
    font-size: 40px;
}
.btn-primary.home-popup-explore-main {
    background-color: #ea7410;
}
.close-home-popup {
    z-index: 9999;
}
.homepopup-info p {
    letter-spacing: 1px;
}
.closePopup.close-home-popup {
    opacity: 0.7;
}
/* item page new table css */
.heading-PAChart {
    margin: 0;
    color: #444444;
    font-size: 38px;
    font-weight: normal;
}
.heading-Date-PAChart {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 400;
    color: #212529;
}
.heading-DateTime-Color {
    color: blue;
}
td.PAChart-text-Heading {
    font-weight: bold;
    font-size: 16px;
}
.PAChart-Size {
    background-color: #cecfd0 !important;
}
.PAChart-Dimensions-Weight {
    background-color: #dbdbdb !important;
}
/* .PAChart-InStock {
    background-color: #e6e6e6 !important;
}
.PAChart-Within30Days {
    background-color: #edeeef !important;
}
.PAChart-Within2Months{
    background-color: #f1f2f3 !important;
}
.PAChart-Over2Months{
    background-color: #f8f9fa !important;
} */
.PAChart-Quantity {
    border-right: 1px solid #a5a9aa;
}
.PAChart-Quantity input.form-control {
    width: 100px;
}

.PAChart-text-Within30Days {
    font-size: 12px;
    padding-left: 87px;
}
#tblProductSizes td {
    border-bottom: 1px solid #a6a9aa;
    border-right: 1px solid #a6a9aa;
    vertical-align: middle;
}
.search_filters button.btn.btn-dark {
    width: 100px;
    font-weight: bold;
}
td.PAChart-Quantity input.item_qty {
    width: 100px;
}
.lets-get-rizzy {
    display: none;
}
button.clear_all_filters {
    padding: 3px 15px;
}
/* Return policy page  */
.returns-footer p {
    margin-bottom: 2px;
}

/*=============================================
   - Scroll top
=============================================*/

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #000000;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
    .scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.filter-price {
    text-align: center;
    background: #f8f6f3;
    border-radius: 2px;
    padding: 5px;
    font-size: 13px;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
}

.scroll-top .arrow-top {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%, 80px);
    -ms-transform: translate(-50%, 80px);
    transform: translate(-50%, 80px);
}

.scroll-top:hover {
    background-position: right center;
}

.scroll-top:hover .arrow-top {
    -webkit-transform: translate(-50%, -80px);
    -ms-transform: translate(-50%, -80px);
    transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* hang tags */
.hang-tags-main form input {
    height: auto;
}
.hang-tags-main form input.form-control-file {
    width: 100%;
}
.hang-tags-main .table > tbody {
    vertical-align: middle;
}

/* FAQ's */
.faq-rizzyhome .section-title {
    margin: -10px 0 25px 0;
}
.faq-rizzyhome .accordion .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #bbd3d4;
    font-weight: bold;
}
.faq-rizzyhome .accordion .accordion-button:not(.collapsed)::after {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    filter: grayscale(1);
}
.faq-rizzyhome .accordion .accordion-button {
    font-size: 20px;
    font-weight: 400;
    color: #212529;
}
.faq-rizzyhome .accordion-body {
    /* font-family: 'Ropa Sans', sans-serif; */
    color: #212529;
}

.main-collections a > img.img-responsive {
    height: 100%;
}

.ship-complete {
    align-self: flex-end;
}
.ship-complete input {
    height: unset;
}

.feature_bullets {
    list-style: disc;
}

/* new product accordians new item detail page design */
.product-accordions button.accordion-button {
    padding: 15px 0;
    font-weight: normal;
    /* font-family: 'Ropa Sans'; */
    letter-spacing: 3px;
    border: 0;
}
.product-accordions .accordion-item {
    /* border-bottom: 1px solid #D8D8D8; */
    border-width: 0 0 1px 0;
}
.product-accordions .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
}
.product-accordions .accordion-button::after {
    background-image: url("/images/plus.png");
    background-size: auto;
    transition: none;
}
.product-accordions .accordion-button:not(.collapsed)::after {
    background-image: url("/images/minus.png");
    transform: translate(0px, 5px);
}
.product-accordions .accordion-body {
    padding: 15px 0;
}
.item-udf-fields p.specs.UDField {
    /* display: flex; */
    /* justify-content: flex-start; */
    /* align-items: flex-start; */
}
.specs strong.FieldName {
    flex: 0 0 auto;
    /* width: 25%;
 */
}
span.show-inventory-btn {
    color: #ea7410;
    text-decoration: underline;
    cursor: pointer;
}
.standard-custom-size .nav-item .nav-link {
    border-radius: 0px 2px 2px 0px;
    border: 1px solid #b7b7b7;
    background: #fff;
    font-size: 16px;
    padding: 8px 35px;
    color: #b7b7b7;
}
.standard-custom-size .nav-item .nav-link.active {
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #1f1e1e;
    background: #f8f6f3;
    color: #000000;
}
.standard-custom-size .tab-content .dropdown .dropdown-toggle {
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #000;
    opacity: 0.8;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.standard-custom-size .tab-content .dropdown ul.dropdown-menu {
    width: 100%;
    padding: 0;
    border: 0;
}
.standard-custom-size .tab-content .dropdown ul.dropdown-menu li {
    border: 1px solid #d8d8d8;
    border-width: 0 1px 1px 1px;
}
.standard-custom-size
    .tab-content
    .dropdown
    ul.dropdown-menu
    li
    a.dropdown-item {
    padding: 10px;
}
.standard-custom-size
    .tab-content
    .dropdown
    ul.dropdown-menu
    li
    a.dropdown-item.disabled {
    background: #f8f6f3;
    color: #000000;
    padding: 10px;
    border-top: 1px solid #d8d8d8;
}
button.btn.tearsheet-btn {
    border: 1px solid #1f1e1e;
    color: #2a312e;
    min-height: 42px;
    border-radius: 0;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0px 55px 3px !important;
    font-size: 0.9rem;
    text-wrap: nowrap;
}
button.btn.my-wish_btn {
    /* border: 1px solid #1F1E1E;
    color: #2A312E;
    min-height: 42px;
    margin-top: -17px !important;
    padding: 0px 65px 1px !important;
    border-radius: 0;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.9rem;
    text-wrap: nowrap; */
    border: 1px solid #1f1e1e;
    color: #2a312e;
    min-height: 42px;
    border-radius: 0;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0px 55px 3px !important;
    font-size: 0.9rem;
    text-wrap: nowrap;
    margin-top: -14px;
}
button.btn.tearsheet-btn:focus,
button.btn.tearsheet-btn:hover,
button.btn.my-wish_btn:hover,
button.btn.my-wish_btn:focus {
    color: #fff;
}
.standard-custom-size .btn.add-to-cart {
    width: 100%;
}
.standard-custom-size
    .tab-content
    .dropdown
    ul.dropdown-menu
    li
    a.dropdown-item
    p,
.standard-custom-size
    .tab-content
    .dropdown
    ul.dropdown-menu
    li
    a.dropdown-item
    span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cu-quntity .PAChart-Quantity .item_qty {
    border-radius: 0;
    border-width: 1px 0;
    width: 160px;
}
.cu-quntity .btn {
    border: 1px solid #ced4da;
    font-size: 18px;
}
.cu-quntity .btn:focus {
    box-shadow: none;
}
.recc-rug-pad input.form-check-input {
    opacity: 0;
    margin-right: 5px;
    display: none;
}
.recc-rug-pad .form-check.form-check-inline {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background: #ffffff;
    padding: 5px !important;
}
.recc-rug-pad .form-check.form-check-inline:has(input:checked) {
    border: 1px solid #1f1e1e;
    background: #f8f6f3;
}
.recc-rug-pad .form-check.form-check-inline label {
    cursor: pointer;
}

@media (min-width: 1400px) {
    .margin-top-90 {
        margin-top: 125px !important;
    }
}
@media (max-width: 1366px) {
    /* .bestsellers {
        height: 206px;
    } */
    .popup-search-header {
        background-color: white;
    }
}

@media (max-width: 1200px) {
    /* .bestsellers {
        height: 167px;
    } */
    /* .collection-sub-items .simple-grid-item figure {
        height: 220px;
    } */
    /* .sidebar-main,
    .d-flex.sidebar-main {
        display: none !important;
        position: fixed;
        z-index: 2;
        max-width: 95%;
        top: 0;
        left: 0;
        overflow: scroll;
        height: 100%;
        -webkit-transform: translate(-120%, 0px);
        -moz-transform: translate(-120%, 0px);
        -o-transform: translate(-120%, 0px);
        -ms-transform: translate(-120%, 0px);
        transform: translate(-120%, 0px);
        -webkit-transition: 0.3s all cubic-bezier(0.39, 0.58, 0.57, 1);
        -moz-transition: 0.3s all cubic-bezier(0.39, 0.58, 0.57, 1);
        -o-transition: 0.3s all cubic-bezier(0.39, 0.58, 0.57, 1);
        -ms-transition: 0.3s all cubic-bezier(0.39, 0.58, 0.57, 1);
        transition: 0.3s all cubic-bezier(0.39, 0.58, 0.57, 1);
    } */
    .show-filters,
    .btn.btn-primary.show-filters,
    .btn.btn-secondary.show-filters {
        display: block;
    }
    .sidebar-main.show-sidebar-main,
    .d-flex.sidebar-main.show-sidebar-main {
        /* display: block !important; */
        -webkit-transform: translate(0%, 0px);
        -moz-transform: translate(0%, 0px);
        -o-transform: translate(0%, 0px);
        -ms-transform: translate(0%, 0px);
        transform: translate(0%, 0px);
        z-index: 4;
    }
    .sidebar-close {
        display: block;
        font-size: 20px;
        color: #f50000;
        font-weight: bold;
        position: absolute;
        right: 10px;
        width: 60px !important;
        height: 60px;
        top: 10px;
    }
    .products-picture {
        /* padding: 0 20px; */
        width: 100%;
    }
    .products-picture img {
        max-width: 100%;
    }
    .products-thumbnails a {
        width: auto;
        height: auto;
    }
    .table-responsive table {
        min-width: 700px;
    }
    .popup-search-header {
        background-color: white;
    }
    .popup-search-header-home {
        display: flex;
        /* background-color: white; */
        position: relative;
        right: 0%;
        bottom: 15%;
    }
    .collection-section .fav-pg,
    .collection-section .coll-pg {
        justify-content: center !important;
    }
}

@media (min-width: 1081px) {
    li.nav-item.custom-cat i.bi.bi-caret-down-fill {
        display: none;
    }
    .page-header .dropdown-submenuu-home {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        width: auto;
        min-width: 10% !important;
        height: auto;
        margin-top: 0;
        border: 1px solid #f1f1f1 !important;
        background-color: #ffffff !important;
        top: 50px;
        left: initial;
        /* box-shadow: 0px 2px 6px #888888; */
        padding: 8px;
        /* border-radius: 5px; */
    }
}

@media screen and (max-width: 1285px) and (min-width: 1080px) {
    .nav-item,
    .nav-item a {
        font-size: 12px;
    }
    .type-here-field {
        width: 120px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 1080px) {
    li.nav-item.custom-cat i.bi.bi-caret-down-fill {
        position: absolute;
        right: 3px;
        top: 10px;
        pointer-events: none;
    }
    .dropdown-submenuu-home {
        background-color: #efefef !important;
        position: unset !important;
    }
    li.nav-item.custom-cat {
        position: relative;
    }
    li.nav-item.custom-cat i.bi.bi-caret-down-fill::before {
        font-size: 11px;
    }
    li.nav-item.custom-cat .dropdown-toggle::after {
        display: none;
    }
    .mega-menu.position-absolute {
        position: initial !important;
        margin: 0 !important;
        width: 100% !important;
        padding: 10px;
    }
    .mega-menu.position-absolute.balanced-megamenu {
        display: block;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        z-index: 3;
    }
    .mega-menu.position-absolute.balanced-megamenu.mobile-mega-menu {
        display: block;
    }
    .mega-menu.position-absolute ul {
        padding: 0;
    }
    .mega-menu .navbar-nav {
        justify-content: space-between;
    }
    .mega-menu .nav-item {
        width: 47%;
        margin-bottom: 20px;
    }
    .mega-menu li.nav-item {
        width: 25%;
        padding: 3px;
    }
    .mega-menu .nav-item.view-all {
        width: 100%;
        max-width: inherit;
    }
    .mega-menu .nav-item.view-all a {
        width: 100%;
        height: 145px;
    }
    .mega-menu .nav-item + .nav-item {
        margin-left: 0;
    }
    .mega-menu .nav-item .products-thumbnails a img {
        width: 100%;
    }
    header .navbar-nav:not(.right-nav) {
        display: none;
        background: #fff;
        border: 1px solid #eee;
        box-shadow: 1px 3px 10px #ccc;
        padding: 30px;
        border-radius: 2px;
        position: absolute;
        left: 0px;
        top: 50px;
        /* top: 60px; */
        /* top: 90px; */
    }
    .homepage header .navbar-nav:not(.right-nav) {
        top: 65px;
        box-shadow: 1px 3px 10px #000;
    }
    header .navbar-nav:not(.right-nav) .nav-item,
    header .navbar-nav:not(.right-nav) .nav-item a {
        color: #333;
    }
    header .navbar-nav:not(.right-nav) .nav-item a {
        padding: 10px 20px;
        border-bottom: 1px solid #e4e4e4;
        width: 100%;
        display: flex;
    }
    header .navbar-nav:not(.right-nav) .nav-item a.mega_menu_title {
        padding: 0px;
    }
    header .navbar-nav:not(.right-nav) .nav-item:last-child a {
        border-bottom: 0;
    }
    header .navbar-nav:not(.right-nav) .nav-item + .nav-item {
        margin-left: 0;
    }
    .mobile-nav-icon {
        display: block;
        line-height: 10px;
    }
    .slider-text h2 {
        font-size: 65px;
    }
    .aboutImg img {
        width: 100%;
    }
    .popup-search-header {
        background-color: white;
    }
    .popup-search-header-home {
        display: flex;
        /* background-color: white; */
        position: relative;
        right: 0%;
        bottom: 15%;
    }
    /* css for mobile header */
    #profile-parent .catalog-nav-menu {
        display: none;
    }
    .mobile-nav-links-btm {
        display: block;
    }
    .main-content .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .singleProduct .titlt-nd-badge .item-badges .badge {
        padding: 0.65em 0.65em;
        font-size: 0.85em;
    }
    header.RZY-header-sticky {
        position: unset;
    }
    div#profile-parent {
        margin-right: 10px;
    }
    .top-header-wrap.home-header {
        align-items: center;
    }
    body .hide-on-mobile {
        display: none !important;
    }
    body .show-on-mobile {
        display: block !important;
    }
    body .breadcrumbs {
        margin-left: 13px;
    }
}

@media (max-width: 992px) {
    /* .bestsellers {
        height: 257px;
    } */
    .popup-search-header {
        background-color: #f7f7f7 !important;
        position: absolute;
        right: 30%;
        top: 40px;
        display: flex;
        height: 100px;
        width: 168px;
        height: 67px;
        box-shadow: 0 0 5px 0px #dbd9d9;
        z-index: 3;
    }
    .home-header .popup-search-header {
        box-shadow: unset;
    }
    div#search_text_container {
        display: none;
    }
    select.form-select.selection-categories {
        position: absolute;
        top: 10px;
        right: 8px;
        min-width: 150px;
    }
    a#search-icon-mobile-version img.icon-img.icon-search {
        /* display: block !important; */
        width: 19px;
    }
    div#search_text_container input#formGroupExampleInput {
        position: absolute;
        top: 15px;
        right: 8px;
        min-width: 150px;
    }
    a.search_text_button.inner-search-btn {
        position: absolute;
        top: 17px;
        right: 10px;
        /*min-width: 120px;*/
    }
    .contact-balance {
        display: none;
    }
    .careers-form-box {
        display: flex;
        width: 100% !important;
    }
    .careers-form-box .bg-white,
    .left-careers-imageside {
        width: 100% !important;
    }
    .overlay {
        z-index: 3;
    }
    .card .collections .overlay {
        z-index: 2;
    }
    /* .collection-sub-items .simple-grid-item figure {
        height: 220px;
    } */
    .innersecright .col-lg-6.col-sm-12.col-12 {
        padding-bottom: 20px;
    }
    .popup-search-header {
        background-color: white;
    }
    .type-here-field {
        border: 1px solid #e4e4e4 !important;
        width: 120px !important;
        border-radius: unset !important;
    }
    #search-icon-mobile-version {
        display: block;
    }
    .d-flex.singleProduct {
        flex-direction: column !important;
    }
}

@media (min-width: 992px) {
    .innersecright .col-lg-6.col-sm-12.col-12 {
        padding-right: 15px;
    }
    .innersecleft a.social-images {
        padding-right: 20px;
    }
    .innersecright .row:nth-child(1) {
        padding-bottom: 20px;
    }
    .innersecright .col-lg-6.col-sm-12.col-12 {
        padding-right: 8px;
    }
}

@media (min-width: 768px) {
    /* .product-desc {
        margin-left: 22px;
    }
    .col-md-10.products-picture {
        margin-left: 13px;
    } */
    .flex-wrap .footer-site-logo {
        max-width: 30%;
        flex: 0 0 30%;
        margin-right: 20px;
    }
    .flex-wrap .footer-site-map {
        max-width: 22%;
    }
}

@media (max-width: 767px) {
    .slider-text h2 {
        font-size: 55px;
    }
    /*.nav-item+.nav-item {*/
    /*    margin-left: 15px !important;*/
    /*}*/
    .mega-menu li.nav-item {
        max-width: 50% !important;
    }
    .social-article {
        columns: 2;
    }
    .simple-grid-item {
        width: 32%;
    }
    .responsive-banner.img-responsive {
        width: auto;
    }
    .responsive-mb {
        margin-bottom: 20px;
    }
    .products-thumbnails a {
        width: 50px;
        height: 50px;
    }
    .checkout-balance {
        padding: 30px 0;
    }
    .admin-sidebar {
        height: 100%;
    }
    .min-height-420 {
        min-height: initial;
    }
    .mega-menu {
        padding: 13px;
    }
    .mega-menu li.nav-item {
        width: 50%;
    }
    #coloPicker .modal-body {
        overflow-x: auto;
    }
    .upper {
        height: 100px;
        background-color: #dee1e6;
        width: 100%;
    }
    .profile img {
        position: relative;
        height: 80px;
        right: 0px;
        width: 80px;
        margin-top: 2px;
        border-radius: 50%;
    }
    .profile {
        position: absolute;
        top: -50px;
        border: 0px solid #fff;
        border-radius: 50%;
    }
    .inner-user-settings {
        padding: 5%;
        background-color: #fff;
        width: 100%;
    }
    /*.popup-search-header {*/
    /*display: none;*/
    /*}*/
    .popup-search-header-home {
        display: none;
    }
    .search-btn-mobile {
        display: flex;
        border: 0px solid #777777;
        padding: 10px;
        text-align: center;
        width: 25px;
        height: auto;
    }
    .inner-dropdown-search-mobile {
        background-color: #fff;
        display: block;
        position: absolute;
        right: 20%;
        top: 85%;
    }
    /* Filter button on small devices */
    .filler-show-btn,
    .close-fillter-btn {
        display: block;
    }
    .filler-show-btn {
        text-align: right;
    }
    .filler-show-btn button {
        border: 1px solid #ced4da;
        color: #505050;
        padding: 7px 25px;
        background-color: #fff;
        -webkit-text-fill-color: #070001;
    }
    #sub3 {
        position: fixed;
        left: 0px;
        top: 0px;
        background-color: #f8f6f3;
        width: 100%;
        color: black;
        display: none;
        z-index: 9999;
        height: 100%;
        overflow-y: auto;
        padding: 15px 0px 30px;
        overflow-x: hidden;
    }
    .collection-section .container {
        position: relative;
    }
    .sidebar .filler-show-btn {
        position: absolute;
        top: 230px;
        right: 34px;
    }
    .menu-filter-sort {
        margin-right: 1px !important;
        padding: 10px !important;
    }
    .menu-filter-sort select {
        padding: 0px 25px !important;
    }
    .close-fillter-btn {
        position: absolute;
        left: 325px;
        z-index: 9999;
        border: none;
        font-size: 30px;
        color: #070001;
        width: 45px;
        line-height: 0;
        padding: 5px;
        /* background-color: transparent; */
        background-color: #fff;
        -webkit-text-fill-color: #070001;
    }
    /* .heading-PAChart {
        font-size: 30px;
    } */
    .PAChart-Quantity input.form-control {
        width: 70px;
    }
    td.PAChart-text-Heading {
        font-size: 14px;
        line-height: 17px;
    }
    .faq-rizzyhome .accordion .accordion-button {
        font-size: 16px;
    }
    /* wishlist css */
    .titlt-nd-badge i {
        margin-left: 0px;
    }
    .item-wishlist-popup-main {
        top: 0px;
        right: -70px;
    }
    .design-wishlist-popup-main {
        width: 320px;
    }
    .wishlist-popup form {
        padding: 20px 26px 50px;
    }
    .home-popup-heading {
        font-size: 25px;
    }
    .home-popup-main {
        width: 300px;
    }
    .homepopup-info {
        height: 170px;
        margin-top: -18px;
    }
    .homepopup-info p {
        font-size: 14px;
    }
    .btn-primary.home-popup-explore-main {
        min-width: 130px;
        letter-spacing: 1px;
        font-size: 12px;
        padding: 0;
        min-height: 30px;
    }
    .home-popup-inner .modal-header {
        padding: 0;
    }
}

/* main website logo */

.logo img {
    width: 300px;
    /*width: 10px;*/
}
/* mobile version of checkout */
@media (max-width: 768px) {
    .products-thumbnails.co-pd-thumb a {
        width: 70px;
        height: 100px;
    }
    .logo img {
        width: 176px;
    }
}
@media (max-width: 580px) {
    .products-thumbnails.co-pd-thumb a {
        width: 145px;
        height: 200px;
    }
    /* checkout mobile */
    .search-by-design-rzy {
        flex-direction: column;
        align-items: flex-start;
    }
    .search-by-deign-btn {
        margin: 20px 10px 10px 0;
    }
    .additional-filters .choose-collection-rzy select {
        width: 145px;
    }
    .additional-filters .choose-collection-rzy input {
        width: 145px;
    }
    .checkout-page .checkout_items_wrap .action-item-sm a {
        position: unset;
    }
    /* end mobile */
}
@media (max-width: 577px) {
    .flex-dir-col,
    .flex-dir-col.flex-row {
        flex-direction: column !important;
    }
    .login-modal-popup .modal-dialog.modal-lg form#popup_login_form {
        padding: 0 !important;
    }
    .addition-content {
        padding: 50px 0;
    }
    footer {
        padding: 40px 20px;
    }
    footer .col-md-3.col-sm-6 {
        width: 50%;
    }
    .nav-item a,
    .nav-item a *,
    .products-thumbnails a img {
        /*width: 100%;*/
    }
    .page-item:nth-child(5),
    .page-item:nth-child(6),
    .page-item:nth-child(7),
    .page-item:nth-child(8) {
        display: none;
    }
    .simple-grid-item {
        width: 49%;
    }
    .logo img {
        /* max-width: 90%;
        margin-right: -60px; */
        max-width: 140px;
    }
    header * {
        align-items: center;
    }
    .container-fluid.extra-padding-lr {
        padding-left: 10px;
        padding-right: 10px;
    }
    .three-col .simple-grid-item {
        width: 48%;
    }
    .product-lable {
        font-size: 17px;
    }
    .quick-cart-inner {
        max-width: 100%;
    }
    .quick-cart-inner .products-thumbnails a {
        width: 100px;
        height: 100px;
        display: flex;
    }
    .products-thumbnails {
        position: relative !important;
    }
    .contact-mb3 {
        margin-bottom: 30px;
    }
    .contact-balance .bg-white {
        padding: 30px 0;
    }
    .sidebar-main.show-sidebar-main,
    .d-flex.sidebar-main.show-sidebar-main {
        width: 65% !important;
    }
    .balanced_btn {
        margin-top: 20px;
    }
    .flex-sm-wrap {
        flex-wrap: wrap;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap;
    }
    .account-content .card.bg-success {
        width: 47%;
    }
    .tabular.nav-pills .nav-link {
        padding: 13px 20px;
    }
    html body .balanced_options {
        padding: 20px !important;
    }
    .document-buttons .btn {
        width: 100% !important;
    }
    .nav.nav-pills.tabular .nav-item + .nav-item {
        margin-left: 0px;
    }
    .inner-dropdown-search-mobile {
        background-color: #fff;
        display: block;
        position: absolute;
        right: 16%;
        top: 85%;
    }
    .social-icons {
        width: auto;
    }
    .collections figcaption {
        padding: 30px 15px;
        word-break: break-word;
        font-size: 30px;
    }
    .login-addtocart-selectcustomer .customers-main.item_customer_parent {
        float: unset;
    }
    .login-addtocart-selectcustomer .cart_main_custom {
        padding: 0 0.5rem;
    }
    /* sign up  */
    .all-step .step {
        width: 80px;
        margin: 0px;
    }
}

@media (max-width: 450px) {
    footer .col-md-3.col-sm-6 {
        width: 100% !important;
    }
    .social-icons {
        width: auto;
    }
    .PAChart-Quantity input.form-control {
        width: 50px;
    }
    td.PAChart-text-Heading {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 420px) {
    .account-content .card.bg-success {
        width: 100% !important;
    }
    .social-icons {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .wrapper.admin-side .container {
        max-width: calc(100% - 50px) !important;
    }
}

@media (min-width: 767px) {
    .right-side-cat .card {
        height: 222px;
    }
    .right-side-cat .card figure {
        height: 100%;
    }
    .right-side-cat .card figure img.img-responsive {
        /*HEIGHT: 100%;*/
    }
    .left-side-cat .card {
        max-height: 444px;
    }
    .social-icons {
        width: auto;
    }
}
@media (max-width: 767px) {
    .simple-grid-item .handles-position,
    .slider-item .handles-position {
        left: 0px;
    }
    .card-title input#existing-address {
        width: auto;
    }
    .ship-to-address .card-title {
        justify-content: space-around;
    }
    .add-info-field {
        width: 100%;
    }
    /* about us page by asad */
    .main-aboutus-banner .banner-section span {
        font-size: 26px;
        line-height: 30px;
    }
    .story-intro {
        margin: 60px auto;
    }
    .about-us-info .rz-story-content .rz-story-block {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .about-us-info .rz-story-content .rz-story-block .about-img {
        height: 330px;
    }
    .about-us-info .rz-story-content .rz-story-block .about-img,
    .about-us-info .rz-story-content .rz-story-block .about-content {
        flex-basis: 100%;
    }

    .about-us-info .rz-story-content .rz-story-block .about-content {
        padding: 50px 30px;
    }
    .partner-program .section-title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .partner-program p {
        font-size: 16px;
        line-height: 25px;
    }
}
@media (max-width: 450px) {
    footer .col-md-3.col-sm-6 {
        width: 100% !important;
    }
    .social-icons {
        width: auto;
    }
    .simple-grid-item .handles-position,
    .slider-item .handles-position {
        left: 15px;
    }
}

@media (max-width: 420px) {
    .account-content .card.bg-success {
        width: 100% !important;
    }
    .social-icons {
        width: auto;
    }
    .simple-grid-item .handles-position,
    .slider-item .handles-position {
        left: 5px;
    }
}
.filter-header h3 {
    font-size: 15px !important;
    /* font-family: inherit !important; */
}
.filter-search-btn {
    font-weight: normal !important;
}
.filter-heading {
    /* font-family: inherit !important; */
}
#accordionFilters {
    padding: 0px !important;
    margin: 0px !important;
}
.sidebar {
    background-color: #fff !important;
}
.filter-header {
    background-color: #fff !important;
}
.accordion-filter-item:last-of-type .accordion-filter-btn.collapsed {
    font-weight: 600 !important;
}
.filter-accordion .accordion-filter-btn:not(.collapsed) {
    color: #000 !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
}
.filter-collapse {
    padding: 0 !important;
    margin: 0 !important;
}
.filter-form-label {
    font-size: 0.9rem !important;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
}
.menu-filter-hide {
    /* margin-left: 50px !important; */
    /* margin: 20px 0px;
    padding: 20px; */
}
.menu-filter-hide span,
.menu-filter-show span {
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
    text-transform: uppercase;
    padding: 0 0 0 10px !important;
}
.menu-filter-sort {
    margin-right: 40px !important;
    padding: 20px;
}
.menu-filter-sort span {
    margin-right: 10px;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
}
.menu-filter-sort select {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 115px;
    color: #505050 !important;
    font-weight: 600;
    font-size: 14px;
}

.menu-filter-sort select option {
    color: #505050 !important;
    font-weight: 600;
    font-size: 14px;
}
.accordion-filter-btn {
    padding: 1rem 0rem !important;
}
.accordion-filter-item:last-of-type .accordion-filter-btn.collapsed {
    color: #000 !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
}
.accordion-filter-btn::after {
    background-image: url("/images/plus.png") !important;
    /* background-image: url('/images/filter-right.svg') !important; */
    filter: brightness(50%) saturate(200%) hue-rotate(0deg) !important;
    color: rgba(59, 15, 15, 0.1) !important;
    background-size: 15px 15px !important;
    background-position: center !important;
}
.accordion-filter-btn.my-accordion-button::after {
    background-image: url("/images/minus.png") !important;
    filter: brightness(50%) saturate(200%) hue-rotate(0deg) !important;
    color: rgba(59, 15, 15, 0.1) !important;
    background-size: 15px 15px !important;
    background-position: center !important;
}
.accordion-filter-btn.collapsed.accordion-filter-btn::after {
    background-image: url("/images/plus.png") !important;
    filter: brightness(50%) saturate(200%) hue-rotate(0deg) !important;
    color: rgba(0, 0, 0, 0.1) !important;
    background-size: 15px 15px !important;
    background-position: center !important;
}
.accordion-filter-btn:not(.collapsed)::after {
    transform: rotate(0deg) !important;
}
.filter-accordion .accordion-filter-btn {
    font-weight: normal !important;
}

.detail-accordion-button::after {
    background-image: url("/images/plus.png") !important;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    filter: brightness(50%) saturate(200%) hue-rotate(0deg) !important;
    color: rgba(59, 15, 15, 0.1) !important;
}
.detail-accordion-button.my-accordion-button::after {
    background-image: url("/images/minus.png") !important;
    filter: brightness(50%) saturate(200%) hue-rotate(0deg) !important;
    color: rgba(59, 15, 15, 0.1) !important;
}
.detail-accordion-button.collapsed.detail-accordion-button::after {
    background-image: url("/images/plus.png") !important;
    filter: brightness(50%) saturate(200%) hue-rotate(0deg) !important;
    color: rgba(0, 0, 0, 0.1) !important;
}

/* MENU HEADERS START */
.header-menu {
    position: inherit !important;
}
.menu {
    float: right;
}
.menu .parant {
    display: inline-block;
}
.menu .parant .main-item {
    display: block;
    color: #333 !important;
    text-transform: uppercase;
    /* font-family: 'Ropa Sans', sans-serif; */
    font-size: 16px;
    text-decoration: none;
    padding: 0px 13px;
}
.menu .parant .drop-down-item {
    position: absolute;
    width: 100%;
    left: 0px;
    background: #fff;
    top: 190px;
    left: 230px;
    padding: 25px 0px 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    min-height: 329px;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); */
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
}
.menu .parant:hover .drop-down-item {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
}
.sub-menu-item a {
    margin-left: 0px;
    text-decoration: none !important;
    color: #333 !important;
    font-size: 0.8rem !important;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
    text-transform: capitalize;
}

.mega-dropdown-link a:hover {
    color: #ef9000 !important;
}
.parant .drop-down-item a {
    padding: 6px 0px;
}
.sub-menu-item h5 {
    font-size: 0.8rem !important;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-weight: 550 !important;
}
.sub-item-container .mega-dropdown-link {
    height: 280px !important;
}
.head-heading {
    display: flex;
    justify-content: space-between;
}
.head-heading a h5 {
    font-size: 0.8rem !important;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-weight: 550 !important;
}
.head-heading a {
    text-decoration: none !important;
    color: #333 !important;
    font-size: 0.8rem !important;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}
.mega-dropdown-link {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
.mega-dropdown-link a {
    text-decoration: none !important;
    color: #333 !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
    letter-spacing: 0.07rem !important;
}
.collection-sub-items .simple-grid-item .pillow-overflow {
    height: 350px !important;
}
.rugpad-height {
    height: 300px !important;
}
.product-img-div-for-web {
    display: block;
}
.product-img-div-for-mobile {
    display: none;
}
.pad-top {
    padding-top: 70px;
}
.dataTables_scrollBody {
    height: 60vh !important;
}

@media (max-width: 1350px) {
    .header-menu {
        display: none !important;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.03) !important;
    }
    .menu {
        width: 80%;
        z-index: 9999 !important;
        display: none;
        padding: 0px 2px !important;
        position: absolute;
        background-color: #fff;
        flex-direction: column !important;
        margin-top: 20px;
        padding: 0px 90px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    }
    .parent a {
        margin: 150px 10px !important;
    }
    .menu .parant .drop-down-item {
        width: 100% !important;
        top: 26px !important;
        left: 0px !important;
    }
    .tab-mode {
        font-size: 15px !important;
    }
    .tab-mode hr,
    .head-heading hr {
        width: 100%;
    }
    .head-heading h5 {
        justify-content: flex-start !important;
    }
    .head-heading h5 {
        font-size: 12px !important;
    }
}

/* XXXL SCREEENS */
@media only screen and (max-width: 2880px) and (min-width: 2000px) {
    .rug-div {
        margin-bottom: 10px;
    }
    .rug-tag {
        padding: 10px 0px 20px;
    }
    .rug-pos {
        left: 175px;
    }
    .pillow-div {
        margin: 0px;
    }
    .pillow-pos,
    .bedding-pos {
        left: 25%;
    }
    .bedding-pos {
        bottom: 140px !important;
    }
    .bedding-div {
        padding: 65px 50px;
    }
    .throws-div {
        margin: 20px 0px;
    }
    .throws-pos {
        left: 30%;
    }
    .throws-tag {
        margin: 0 50px;
    }
}

/* BIG SCREENS */
@media only screen and (max-width: 1950px) and (min-width: 1700px) {
    .home-slider {
        height: 860px !important;
    }
    .home-slide-img {
        height: 860px !important;
        margin-top: 15px !important;
    }
    .home-slide-txt {
        height: 860px !important;
    }
    .simple-grid-item {
        margin-bottom: 10px !important;
    }
    .design-owl-carousel {
        margin: 10px 0px;
    }
    .collection-sub-items .simple-grid-item figure {
        height: 600px;
    }
    .rug-pos {
        left: 2%;
    }
    .pillow-pos {
        /* top: 62%; */
        left: 10%;
    }
    .bedding-pos {
        /* top: 65%; */
        left: 3%;
    }
    .throws-pos {
        left: 5%;
    }
    .rug-tag {
        margin: 0 -8px;
    }
    .bedding-tag {
        margin: -60px -23px;
    }
    .throws-tag {
        margin: 0 -3px;
    }
    .product-lable {
        font-size: 22px !important;
    }
    .bestsellers {
        height: 345px;
    }
    .whats-new {
        height: 686px;
    }
    .bedding-div {
        padding: 3rem;
    }
    #sidebar-main {
        padding: 50px;
    }
    .pagination-no {
        margin-top: 100px;
    }
    .filter-by {
        height: 50vh;
    }
}
/* MY SCREEN */
@media only screen and (max-width: 1600px) and (min-width: 1490px) {
    .collection-sub-items .simple-grid-item figure {
        height: 400px;
    }
    .rug-pos {
        left: 10%;
    }
    .pillow-pos {
        /* top: 60%; */
        left: 10%;
    }
    .bedding-pos {
        left: 6%;
        /* top: 70%; */
    }
    .throws-pos {
        left: 10%;
    }
    .simple-grid-item {
        margin-bottom: 20px !important;
    }
    .whats-new {
        height: 545px;
    }
    .bestsellers {
        height: 275px;
    }
    .rug-tag {
        margin: 0 10px;
    }
    .throws-tag {
        margin: 0 8px;
    }
    .bedding-tag {
        /* margin: -30px -22px; */
    }
    .bedding-div {
        padding: 1rem;
    }
    .pagination-no {
        margin-top: 50px;
    }
    .item-download-btn {
        width: 50% !important;
    }
    .item-wish-btn {
        width: 50% !important;
    }
}
/* SMALL LAPTOP */
@media only screen and (max-width: 1400px) and (min-width: 1100px) {
    .zoom-controls {
        top: -45px !important;
        left: -40% !important;
    }
    a.close-img-btn img {
        top: -10% !important;
        right: -30% !important;
    }
    .navigation-controls .arrow-right {
        right: -42% !important;
    }
    .navigation-controls .arrow-left {
        right: 120% !important;
    }
    .wishlist-popup {
        margin-top: 180px !important;
    }
    .home-slider {
        height: 450px !important;
    }
    .home-slide-img {
        height: 450px !important;
    }
    .home-slide-txt {
        height: 450px !important;
    }
    .collection-sub-items .simple-grid-item figure {
        height: 400px;
    }
    .rug-pos {
        left: 4%;
    }
    .pillow-pos {
        /* top: 60%; */
        left: 12%;
    }
    .bedding-pos {
        left: 6%;
        /* top: 65%; */
    }
    .throws-pos {
        left: 19%;
    }
    .product-lable {
        font-size: 14px;
    }
    .total-deign-no {
        visibility: hidden;
    }
    .design-page {
        margin-bottom: 2px;
    }
    .owl-theme.design-owl-carousel.product-lable,
    .design-item-info.rug-tag .product-lable {
        font-size: 16px !important;
    }
    .owl-theme.design-owl-carousel.product-lable,
    .design-item-info.pillow-tag .product-lable {
        font-size: 14px !important;
    }
    .design-item-info i {
        font-size: 15px;
    }
    .whats-new {
        height: 500px;
    }
    .bestsellers {
        height: 250px;
    }
    .bedding-pos {
        left: 6%;
    }
    .throws-pos {
        left: 10%;
    }
    .rug-tag {
        margin: 0 -8px;
    }
    .throws-tag {
        margin: 0 0px;
    }
    .pillow-tag {
        margin: 0px -15px;
    }
    .bedding-div {
        padding: 1rem;
    }
    .bedding-tag {
        margin: -45px -22px;
    }
    .throws-tag {
        margin: 10px -10px;
    }
    .rug-div {
        margin-bottom: 30px;
    }
    .rugpad-height {
        height: 280px !important;
    }
    .pagination-no {
        margin-top: 50px;
    }
}

/* TABLET */
@media only screen and (max-width: 1024px) and (min-width: 860px) {
    a.close-img-btn img {
        top: -47% !important;
        right: -10% !important;
    }
    .zoom-controls {
        top: -50% !important;
        left: -10% !important;
    }
    .arrow-right {
        right: -12% !important;
    }
    .arrow-left {
        left: -12% !important;
    }
    .product-lable {
        font-size: 7px;
    }
    .simple-grid-item .pillow-designs .handles-position,
    .slider-item .handles-position {
        top: 29%;
    }
    .filter-header h3 {
        font-size: 10px !important;
    }
    .filter-search-btn {
        padding: 0.3rem;
    }
    .home-slider {
        height: 320px !important;
        padding: 60px 50px !important;
    }
    .home-slide-img {
        height: 320px !important;
    }
    .home-slide-txt {
        height: 320px !important;
    }
    .total-deign-no {
        visibility: hidden;
    }
    .product-lable {
        font-size: 15px;
    }
    .design-item-info .product-lable {
        font-size: 10px;
    }
    .design-item-info i {
        font-size: 12px;
    }
    .design-page {
        margin-bottom: 2px;
    }
    .whats-new {
        height: 355px;
    }
    .bestsellers {
        height: 175px;
    }
    .sidebar-main {
        padding: 25px;
    }
    .rug-pos {
        /* top: 65%; */
        left: 5%;
    }
    .throws-pos {
        left: 10%;
    }
    .pillow-pos {
        left: 12%;
        /* top: 55%; */
    }
    .bedding-pos {
        /* top: 60%; */
        left: 8%;
    }
    .owl-theme.design-owl-carousel.product-lable,
    .design-item-info.rug-tag .product-lable {
        font-size: 16px !important;
    }
    .owl-theme.design-owl-carousel.product-lable,
    .design-item-info.throws-tag .product-lable {
        font-size: 16px !important;
    }
    .collection-sub-items .simple-grid-item figure {
        height: 250px;
    }
    .bedding-div {
        padding: 1rem;
    }
    .bedding-tag {
        margin: 0px -26px;
    }
    .throws-tag {
        margin: 5px 0px;
    }
}

/* SMALL TABLE */
@media only screen and (max-width: 850px) and (min-width: 700px) {
    .collection-sub-items .simple-grid-item figure {
        height: 270px !important;
    }
    .design-item-info .product-lable {
        font-size: 10px;
    }
    .design-item-info i {
        font-size: 7px !important;
    }
    .whats-new {
        height: 528px;
    }
    .rug-pos {
        left: 12%;
    }
    .throws-pos {
        left: 10%;
    }
    .pillow-pos {
        left: 14%;
        /* top: 50%; */
    }
    .bedding-pos {
        /* top: 55%; */
        left: 10%;
    }
    .owl-theme.design-owl-carousel.product-lable,
    .design-item-info.pillow-tag .product-lable {
        font-size: 10px !important;
    }
}
/* MOBILE */
@media only screen and (max-width: 540px) and (min-width: 320px) {
    #viewer {
        width: 360px !important;
        height: 300px !important;
    }
    #viewer img {
        width: 85% !important;
        height: 70% !important;
    }
    .big-img-wrapper .slider {
        display: none !important;
    }
    a.close-img-btn img {
        /* top: -65% !important; */
        top: -90% !important;
        right: 15% !important;
    }
    .zoom-controls {
        /* top: -70% !important; */
        top: -95% !important;
        left: 5% !important;
    }
    .arrow-right {
        margin-top: 40%;
        right: 30% !important;
    }
    .arrow-left {
        margin-top: 40%;
        left: 30% !important;
    }
    .collection-sub-items .simple-grid-item .pillow-overflow {
        height: 160px !important;
    }
    .pillow-designs {
        min-height: 150px !important;
    }
    .product-lable {
        font-size: 14px !important;
    }
    .design-add-wishlist1 {
        font-size: 10px !important;
    }
    .main-img-slide {
        display: none !important;
    }
    .home-slider {
        height: 150px !important;
        padding: 20px 50px !important;
        margin-bottom: 0px !important;
    }
    .home-slide-img {
        height: 150px !important;
    }
    .home-slide-txt {
        height: 150px !important;
    }
    .collection-sub-items .simple-grid-item {
        height: 220px !important;
    }
    .collection-sub-items .simple-grid-item a {
        height: 220px !important;
    }
    .collection-sub-items .simple-grid-item .design-row-img {
        min-height: 225px !important;
    }
    .simple-grid-item {
        margin-bottom: 20px !important;
    }
    .design-item-info .product-lable {
        font-size: 10px !important;
    }
    .owl-carousel.design-owl-carousel.owl-loaded {
        display: none !important;
    }
    .total-deign-no {
        display: none !important;
    }
    .design-item-info .product-lable {
        font-size: 7px !important;
    }
    .design-item-info i {
        font-size: 12px !important;
    }
    .whats-new {
        height: 215px;
    }
    .bestsellers {
        height: 218px;
    }
    .rug-pos {
        left: 19%;
    }
    .owl-theme.design-owl-carousel.product-lable,
    .design-item-info.rug-tag .product-lable {
        font-size: 12px !important;
        margin: 0 18px !important;
    }
    .owl-theme.design-owl-carousel.product-lable,
    .design-item-info.pillow-tag .product-lable {
        font-size: 12px !important;
        margin: 0 18px !important;
    }
    .owl-theme.design-owl-carousel.product-lable,
    .design-item-info.bedding-tag .product-lable {
        font-size: 12px !important;
        margin: 10px 10px !important;
    }
    .owl-theme.design-owl-carousel.product-lable,
    .design-item-info.throws-tag .product-lable {
        font-size: 12px !important;
        margin: 0 18px !important;
    }
    .mobile-flex-btns {
        /* width: 100%;
        margin: 0.5rem auto; */
    }
    .item-download-btn {
        width: 100% !important;
        margin: 0.2rem !important;
    }
    .item-wish-btn {
        width: 100% !important;
        margin: 0.2rem !important;
    }
    button.btn.my-wish_btn {
        font-size: 0.9rem !important;
    }
    .login-addtocart-selectcustomer .cart_main_custom {
        margin-top: 1rem;
    }
    .feature_bullets {
        margin-left: 0px !important;
    }
    .ship-info-table-responsive {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .filter-by {
        height: 100vh;
        padding: 0px !important;
    }
    .pagination-no {
        margin-top: 50px;
    }
    .section-title,
    .section-heading {
        font-size: 25px;
    }
    .rug-div {
        margin-bottom: 50px !important;
    }
    .throws-div {
        margin-bottom: 50px !important;
    }
    .bedding-div {
        margin-bottom: 60px !important;
    }
    .product-img-div-for-mobile {
        /* margin-bottom: -135px; */
    }
    button.btn.tearsheet-btn {
        padding: 0px 27px !important;
    }
    .mobile-design-add-wishlist {
        margin: 10px 0px;
    }
    .owl-products.owl-carousel .owl-dots {
        top: 115%;
    }
    .owl-carousel.home-slider .owl-dots .owl-dot {
        border: 1px solid #dbdbdb;
        background: #ffffff;
    }
    .owl-carousel.home-slider .owl-dots {
        bottom: -65px;
    }
    .owl-carousel.home-slider .owl-dots .owl-dot.active {
        background: #a2a39a;
    }
    .owl-products.owl-carousel .owl-dots .owl-dot {
        margin: 0 0 0 5px;
    }
    .pad-top {
        padding-top: 20px;
    }
    .menu-filter-sort {
        margin-right: 1px !important;
    }
}

/* NEW MOBILE MENU START */
.new-mobiel-inner {
    width: 100%;
    height: 50vh;
    background-color: #000;
}
.new-mobile-close-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 0px 15px;
}
.new-mobile-logo {
    width: 245px;
    height: 60px;
}
.new-mobile-hr {
    color: #eee !important;
    height: 5px !important;
    background-color: #ffff !important;
}
.new-mobile-accordion {
    background-color: #000 !important;
}
.new-mobile-accordion-header {
    padding: 0px !important;
}
.new-mobile-accordion-item {
    background-color: #000 !important;
}
.new-mobile-accordion-btn {
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    color: #fff !important;
}
.accordion-button .new-mobile-accordion-btn .collapsed {
    background-color: #000 !important;
    color: #000 !important;
}
.mobile-tab-mob-mode {
    color: #ffff !important;
}
.mobile-mega-dropdown-link a {
    color: #fff !important;
}
.new-mobile-accordion-btn.collapsed.new-mobile-accordion-btn::after {
    background-image: url(/images/plus.png) !important;
    background-color: transparent;
    filter: brightness(0) invert(1) !important;
    color: #fff !important;
}
.new-mobile-accordion-btn.accordion-button:not(.collapsed)::after {
    background-image: url(/images/minus.png) !important;
    background-color: transparent;
    filter: brightness(0) invert(1) !important;
    color: #fff !important;
}
/* NEW MOBILE MENU END */

/* NEW FOOTER START */
.new-web-footer-link {
    font-size: 15px;
    color: #1f1e1e !important;
    text-decoration: none !important;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
}
.social-icons img {
    background-color: transparent;
    filter: brightness(0) invert(1) !important;
    color: #fff !important;
}
#FooterAccordionExample .accordion-button {
    background-color: #1f1e1e !important;
    color: #fff !important;
    border-top: 1px solid #fff !important;
    font-size: 16px !important;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
}
#FooterAccordionExample .fourth-accordion-header {
    border-bottom: 1px solid #fff !important;
}
#FooterAccordionExample .accordion-button:not(.collapsed)::after {
    background-image: url("/images/minus.png");
    transform: translate(0px, 5px);
    background-color: transparent;
    filter: brightness(0) invert(1) !important;
    color: #fff !important;
    background-size: 15px 15px !important;
}
#FooterAccordionExample .accordion-button::after {
    background-image: url("/images/plus.png");
    background-color: transparent;
    filter: brightness(0) invert(1) !important;
    color: #fff !important;
    background-size: 15px 15px !important;
}
/* NEW FOOTER END */

@media (max-width: 1300px) {
    .about-rizzyhome {
        padding-top: 190px !important;
    }
    button.btn.my-wish_btn {
        /* min-width: 245px !important;
        min-height: 44px !important; */
        padding: 0 10px !important;
    }
    button.btn.tearsheet-btn {
        padding: 0px 19px !important;
    }
    .header-nav ul {
        padding-left: 4rem !important;
    }
}

@media (max-width: 1400px) {
    button.btn.my-wish_btn {
        /* min-width: 245px !important;
        min-height: 44px !important; */
    }
    .tearsheet-btn {
        /* max-width: 245px; */
    }
}

@media (max-width: 768px) {
    .menu {
        width: 90% !important;
        left: 20px !important;
    }
    .menu .parant .drop-down-item {
        width: 100% !important;
        top: 26px !important;
        left: 0px !important;
    }
    .tab-mode {
        font-size: 18px !important;
        margin-left: 0px !important;
    }
    .mobile-hr {
        margin: auto !important;
    }
    .head-heading h5 {
        font-size: 18px !important;
    }
    .head-heading {
        justify-content: space-around !important;
    }
}

.collapsing {
    margin-bottom: 50px !important;
}

.video-player {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.8);
}

.player-wrapper {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2rem;
}

a.close-player {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 50px;
    color: #fff !important;
    text-decoration: none !important;
}

.video-thumbnail {
    height: 88px;
    width: 88px;
    position: relative;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
}

.video-play-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-icon img {
    width: 65%;
    height: 65%;
    display: inline-block;
}

.player {
    position: relative;
}

.filter-header h3 {
    font-size: 15px !important;
    font-family: inherit !important;
}
.filter-search-btn {
    font-weight: normal !important;
}
.filter-heading {
    font-family: inherit !important;
}
#accordionFilters {
    padding: 0px !important;
    margin: 0px !important;
}
.sidebar {
    background-color: #fff !important;
}
.filter-header {
    background-color: #fff !important;
}
.accordion-filter-item:last-of-type .accordion-filter-btn.collapsed {
    font-weight: 600 !important;
}
.filter-accordion .accordion-filter-btn:not(.collapsed) {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
.accordion-filter-item:last-of-type .accordion-filter-btn.collapsed {
    color: #000 !important;
    font-size: 13px !important;
}
.accordion-filter-btn::after {
    /*background-image: url('/images/filter-right.svg') !important;*/
    /*filter: brightness(50%) saturate(200%) hue-rotate(0deg) !important;*/
    /*color: rgba(59, 15, 15, 0.1) !important;*/
}
.accordion-filter-btn.my-accordion-button::after {
    /*background-image: url('/images/filter-down.svg') !important;*/
    /*filter: brightness(50%) saturate(200%) hue-rotate(0deg) !important;*/
    /*color: rgba(59, 15, 15, 0.1) !important;*/
}
.accordion-filter-btn.collapsed.accordion-filter-btn::after {
    /*background-image: url('/images/filter-right.svg') !important;*/
    /*filter: brightness(50%) saturate(200%) hue-rotate(0deg) !important;*/
    /*color: rgba(0,0,0,0.1) !important;*/
}
.accordion-filter-btn:not(.collapsed)::after {
    transform: rotate(0deg) !important;
}
.filter-accordion .accordion-filter-btn {
    font-weight: normal !important;
}

.collapsing {
    margin-bottom: 50px !important;
}

.video-player {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.8);
}

.big-img-modal {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 9;
    background: #fff;
}

.player-wrapper,
.big-img-wrapper {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2rem;
}

a.close-player {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 50px;
    color: #fff !important;
    text-decoration: none !important;
}

.video-thumbnail {
    height: 88px;
    width: 88px;
    position: relative;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
}

.video-play-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-icon img {
    width: 65%;
    height: 65%;
    display: inline-block;
}

.player {
    position: relative;
}

.big-img-player {
    position: relative;
}

.parent-model-slider {
    max-width: 100% !important;
    max-height: 100% !important;
}

a.close-img {
    position: absolute;
    top: -331px;
    right: -709px;
    font-size: 70px;
    color: red !important;
    text-decoration: none !important;
}
#modalFotorama {
    display: flex;
    justify-content: center;
    height: 70%;
}

.fotorama__wrap
    .fotorama__wrap--css3
    .fotorama__wrap--slide
    .fotorama__wrap--toggle-arrows
    .fotorama__wrap--no-controls {
    width: 100% !important;
    height: 50% !important;
}

.fotorama {
    height: 60%;
}

.main-menu-sub-dropdown .dropdown-item:hover {
    background-color: #fff !important;
    color: #333 !important;
}

.slider {
    position: absolute;
    display: flex;
    top: 423px;
    left: -80px;
}
.slider img,
.slider video {
    width: 100px;
    height: 100px;
    cursor: pointer;
    margin: 50px 10px;
}
.slider .selected {
    border: 3px solid black;
}
#viewer {
    /* margin-top: -50px; */
    margin-top: -100px;
    width: 600px;
    /* height: 500px; */
    height: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffff;
    overflow: hidden;
}
#viewer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.2s;
}
#viewer video {
    max-width: 50%;
    max-height: 100%;
    transition: transform 0.2s;
}
.zoom-controls {
    position: absolute;
    top: -22%;
    left: -60%;
    font-size: 118px;
    display: flex;
    flex-direction: column;
}
.zoom-controls button {
    font-size: 50px;
    margin: 0px 5px;
    border: none;
    background-color: #fff;
    color: #73777b;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #73777b;
    background-color: none !important;
    border: none;
    font-size: 50px;
    cursor: pointer;
}
.arrow-left {
    left: -60%;
    background-color: #fff;
}
.arrow-left img {
    width: 60px;
    height: 68px;
    transform: rotate(180deg);
}
.arrow-right {
    right: -60%;
    background-color: #fff;
}
.arrow-right img {
    width: 60px;
    height: 68px;
}
a.close-img-btn img {
    position: absolute;
    top: -20%;
    right: -60%;
    font-size: 75px;
    color: #73777b !important;
    text-decoration: none !important;
}
#vid-icon {
    padding: 36px;
    background-color: #eee;
}
.new-font li a {
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
}

/* NEW DESIGN START */
.nav-parent .mega-drop-down {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 120px;
    left: -50px;
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    min-height: 200px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #000;
    transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}
li.nav-item.nav-parent:hover .mega-drop-down {
    z-index: 999;
    opacity: 1;
    left: 10px;
    visibility: visible;
    -webkit-transition: all 0.8s ease 0.2s;
    transition: all 0.8s ease 0.2s;
}
.header-nav-item a {
    font-size: 0.9rem !important;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
    text-transform: uppercase;
}
.nav-parent a {
    font-size: 0.8rem !important;
    font-family: "Helvetica", "Open Sans", "Montserrat", "sans-serif" !important;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
.collection-ul {
    padding-left: 3rem !important;
}
.header-nav ul {
    /* padding-left: 14rem; */
}
.header-nav-item .nav-link {
    padding: 0.5rem !important;
}
.main-menu-sub-dropdown .dropdown-item {
    /* margin-left: -220px !important; */
}
.menu-img-box img {
    width: 300px;
    height: 300px;
}
.menu-img-box {
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
}
.menu-img-box span {
    position: absolute;
    top: -15px;
    left: 100px;
    background: #4a4a4ac7;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    /* font-family: "Roboto", sans-serif; */
    font-weight: 200;
    border: 1px solid #3e3d3d66;
}
.menu-img-box div span:hover {
    background: #fff;
    color: #666;
    border: 1px solid #f0f0f0;
}
.menu-img-box div {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 999;
    bottom: 10px;
    text-align: right;
}
.service-type .para-one {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 30px 10px 0px;
}
.service-type .para-two {
    font-size: 14px;
    font-weight: 500;
    color: #949393;
    padding: 30px 10px 0px;
}
#main-regular-service-box,
#main-express-service-box {
    width: 70% !important;
    padding: 10px 5px 2px !important;
    margin-top: 10px !important;
}
#regular-service-input,
#express-service-input {
    border-radius: 10px !important;
}
#regular-service-text .para-one {
    font-size: 14px !important;
    color: #333 !important;
}
#express-service-text .para-one {
    font-size: 14px !important;
    color: #333 !important;
}
#regular-service-text .para-two {
    font-size: 13px !important;
    margin: -8px 0px !important;
    color: #949393;
}
#express-service-text .para-two {
    font-size: 13px !important;
    margin: -8px 0px !important;
    color: #949393;
}
#regular-service-price .para-one {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #000 !important;
}
#express-service-price .para-one {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #000 !important;
}
#regular-service-price .para-one span {
    color: #333 !important;
    font-weight: 500 !important;
}
#express-service-price .para-one span {
    color: #333 !important;
    font-weight: 500 !important;
}
#regular-service-price .para-two {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #333 !important;
}
#express-service-price .para-two {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #333 !important;
}
#regular-service-price .para-two span,
#express-service-price .para-two span {
    color: #333 !important;
    font-weight: 500 !important;
}
.checked-styles {
    border-radius: 4px;
    border: 1px solid #333;
    background-color: #f8f6f3;
}

/* .modal-fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
}
.fotorama__wrap--video .fotorama__stage__frame {
    background-color: black !important;
} */
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
    .menu-filter-hide {
        display: none;
    }
    main,
    .collection-section {
        padding: 12px 0 50px;
    }
    .filter-header h3 {
        font-size: 0.8rem !important;
    }
    .nav-parent .mega-drop-down {
        top: 170px;
        left: 0;
    }
    .menu-img-box span {
        left: 50px;
    }
    .mega-dropdown-link {
        max-height: 200px !important;
    }
    .mega-dropdown-link a {
        font-size: 0.8rem !important;
    }
    .filter-header h3 {
        font-size: 0.6rem !important;
        letter-spacing: 0rem !important;
    }
    .search_filters button {
        font-size: 0.7rem !important;
        padding: 0 !important;
    }
    .accordion-filter-item h6 {
        margin-left: 5px;
    }
}

@media (max-width: 570px) {
    .mega-dropdown-link {
        max-height: 200px !important;
    }
    .menu .parant .drop-down-item {
        width: 100% !important;
        top: 53px !important;
        left: 0px !important;
    }
    .menu-img-box span {
        left: 87px;
    }
    main,
    .collection-section {
        padding: 30px 0px !important;
    }
    .download-tearsheet-btn {
        margin: 1rem 0 !important;
        margin-right: 7px !important;
    }
    .design-add-wishlist {
        min-width: 243.5px !important;
        margin-right: 7px !important;
    }
    .top-detail {
        margin-left: 0 !important;
    }
}

@media (max-width: 1950px) and (min-width: 1870px) {
    #viewer {
        width: 800px;
        height: 880px;
    }
    .slider {
        left: -8px;
        top: 785px;
    }
    a.close-img-btn img {
        top: -8%;
    }
    .zoom-controls {
        top: -10%;
    }
    #search_text_container_desktop {
        margin-left: 128px !important;
    }
}
@media (max-width: 1870px) and (min-width: 1650px) {
    #search_text_container_desktop {
        margin-left: 109px !important;
    }
}
