body {
    position: unset !important;
    min-height: unset !important;
    top: unset !important;
}

.app-header__logo .logo-src {
    width: 100%;
}


/* Add here all your CSS customizations */

.logo-src img {
    width: 50%;
    height: auto;
    /* width: 100px; */
    /* margin-top: 21px; */
}

[disabled="disabled"],
[disabled] {
    cursor: not-allowed !important;
}

.app-drawer-wrapper.drawer-open.float-left {
    left: 0;
    right: unset;
}

.app-drawer-wrapper.float-left {
    left: -450px;
    right: unset;
}

.app-drawer-wrapper.float-left.drawer-open .drawer-nav-btn {
    background: unset;
    top: unset;
    box-shadow: unset;
}

.app-theme-white.fixed-header .app-header__logo {
    background: unset;
}

.ui-theme-settings .btn-open-options {
    transition: 0.5s;
    left: -95px;
    bottom: 10px;
    line-height: unset;
    opacity: 0.6;
    box-shadow: 0px 0px 5px 0px #dbab6a;
}

.ui-theme-settings .btn-open-options:hover {
    opacity: 1;
    box-shadow: 0px 0px 7px 1px #dbab6a;
}

.bg-midnight-bloom {
    background-image: linear-gradient(-20deg, #000 0%, #dbab6a 100%) !important;
}

.goog-te-gadget {
    font-family: Roboto, "Open Sans", sans-serif !important;
    text-transform: uppercase;
}

.goog-te-gadget-simple {
    background-color: #edf0f4 !important;
    border: 1px solid #d8d8d880 !important;
    padding: 6px !important;
    border-radius: 4px !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
}

.goog-te-gadget-simple:hover {
    background-color: #7d7d7d5e !important;
}

.goog-te-menu2 {
    max-width: 100%;
}

span[aria-hidden="true"],
.goog-te-menu-value {
    color: #515c75 !important;
    font-weight: 700;
}

.goog-te-menu-value:hover {
    text-decoration: unset;
}

.goog-te-menu-value span:nth-child(3) {
    border: none !important;
    font-family: "Material Icons";
}

.goog-te-gadget-icon {
    background-image: url(https://img.icons8.com/color/18/000000/google-logo.png) !important;
    background-position: 0px 0px !important;
    height: 17px !important;
    width: 19px !important;
    margin-right: 0px !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

@media (max-width: 667px) {
    #google_translate_element {
        position: fixed;
        bottom: 10px;
        left: 16px !important;
        goog-te-gadget {
            width: 100% !important;
        }
        .skiptranslate {
            width: 100% !important;
        }
        .goog-te-gadget-simple {
            width: calc(100% - 32px) !important;
            text-align: center;
        }
    }
}

.goog-tooltip.skiptranslate {
    visibility: hidden !important;
    display: none !important;
}

.goog-text-highlight {
    background-color: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
    box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    position: unset !important;
}

.brush_icon {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-left: -55px;
    margin-top: -55px;
    cursor: pointer;
    /* opacity: 0.5; */
    z-index: 99999;
}

.brush_icon img {
    width: 100%;
    height: 100%;
}

.brush_icon:hover {
    opacity: 1;
}

.brush_icon:active {
    opacity: 0.55;
}

.move_icon {
    position: absolute;
    width: 55px;
    height: 55px;
    margin-left: 40px;
    margin-top: 0;
    cursor: move;
    opacity: 0.33;
}

.move_icon img {
    width: 100%;
    height: 100%;
}

.move_icon:hover {
    opacity: 1;
}

.move_icon:active {
    opacity: 0.55;
    cursor: move;
}

.show_btn {
    width: 100%;
    position: relative;
    top: 0;
    margin: auto;
    background: white;
    display: none;
}

.show_btn a {
    padding: 17px 20px;
    background: #2c97de;
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    text-transform: capitalize;
    margin: 0 3% 0 0;
    width: 41%;
    font-size: 16px;
    border-radius: 0;
}

.app-sidebar .app-sidebar__inner {
    padding: 0px 10px;
}

.closed-sidebar .app-sidebar:hover {
    width: 210px !important;
}

.app-sidebar {
    width: 240px;
    min-width: 240px;
}


/*.fixed-sidebar .app-main .app-main__outer{
  padding-left: 240px;
}*/

.app-header {
    height: 45px;
}

.fixed-header .app-main {
    padding-top: 45px;
}

.app-header__logo {
    width: 240px;
}

.closed-sidebar .app-header__logo {
    width: 50px;
}

.fixed-sidebar .app-main .app-main__outer {
    padding-left: 240px;
}

.closed-sidebar.fixed-sidebar .app-main__outer {
    padding-left: 60px;
}

.closed-sidebar .app-sidebar {
    width: 50px;
    min-width: 50px;
}

.closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo {
    width: 50px;
    padding: 10px;
}

.card.widget-chart.tiles-image-card img {
    max-height: 100%;
    max-width: 100%;
    height: 250px;
}

.card.widget-chart.tiles-image-card {
    transition: 0.4s;
    padding: 5px;
}

.card.widget-chart.tiles-image-card:hover {
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 3-8 */
    transform: scale(1.05);
    box-shadow: 0px 0px 8px 4px #a0a0a0;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.select2-results__options::-webkit-scrollbar {
    width: 5px !important;
    background-color: #f5f5f5 !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #929292;
}

.theme-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.theme-scroll::-webkit-scrollbar {
    width: 5px !important;
    background-color: #f5f5f5 !important;
}

.theme-scroll::-webkit-scrollbar-thumb {
    background-color: #929292;
}


/*Select 2 css*/

.select2-container--bootstrap4 {
    z-index: 11111;
    width: auto !important;
}

.select2-container--bootstrap4 .select2-results__option {
    padding: 6px;
}


/*SideBar*/

.drawer-content-wrapper {
    background-color: #dbab6a !important;
    border-radius: 20px 20px 20px 20px;
}

.tiles-list {
    padding: 10px;
    margin: 0px;
}

.app-drawer-wrapper .tiles-view-room img {
    height: 60px;
    width: 100%;
    border-radius: 1px;
}

.app-drawer-wrapper .category-tiles-rooms .room {
    padding: 0 4px 0 0;
}

.app-drawer-wrapper .category-tiles-rooms .room .tiles-view-room {
    background-color: #f8f9fad1;
    padding: 4px;
    border-radius: 5px;
    transition: 0.4s;
}

.app-drawer-wrapper .category-tiles-rooms .room .tiles-view-room:hover {
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 3-8 */
    transform: scale(1.05);
    box-shadow: 0px 0px 8px 4px #a0a0a0;
}

.text-body {
    color: #464646 !important;
    text-align: center;
}

a {
    text-decoration: unset !important;
}


/**/

.all-rooms-list {
    height: 500px;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url(images/check_radio_sheet.png) left top no-repeat;
    cursor: pointer;
    top: 0;
    position: absolute;
    left: 0;
}

input[type="checkbox"]:checked+label span {
    background: url(images/check_radio_sheet.png) -19px top no-repeat;
    top: 0;
    position: absolute;
    left: 0;
}

input[type="checkbox"] {
    display: none !important;
}

#vis {
    position: relative !important;
    max-width: 100%;
    max-height: 100%;
}

#vis_ctrl {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#vis_opentiles {
    position: absolute !important;
    top: 17px;
    left: 17px;
}

#vis_openinfo {
    position: absolute !important;
    top: 17px;
    right: 17px;
}

#vis_dia_tiles,
#vis_dia_info {
    /*padding:17px;*/
    border: none !important;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}

.tile_list div {
    display: inline-block !important;
    margin: 7px;
    padding: 3.7px;
}

.ui-tabs {
    padding: 0 !important;
}

.tile-tab-body {
    padding: 7px !important;
}

.tile_rad {
    display: inline-block;
    position: relative;
    margin: 7px;
    max-width: 18%;
    cursor: pointer;
}

.tile_rad img {
    cursor: pointer;
}


/* Layouts */

.layout-type-input,
.tile-type-input,
.grout-type-input {
    display: none;
}

.layout-type-label,
.tile-type-label,
.grout-type-label {
    display: inline-block;
    padding: 2px;
    border: 2px solid transparent;
    cursor: pointer;
}

.tiles-search-box-design {
    margin: 10px 0px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #717171;
    color: #000;
    font-weight: 500;
}

.tile-type-label {
    height: 65px;
    width: 100% !important;
}


/* Tile types */


/*li.tile-wrap img {
  height: 100%;
  width: 100%;
  max-height: 2000px;
  max-width: 2000px !important;
}*/

li.tile-wrap img {
    height: 100%;
    width: auto;
    max-height: 2000px;
    max-width: 2000px !important;
}

.tile-wrap.no-match {
    opacity: 0.5;
    border: 1px solid #000;
}

.tile-type-input {
    display: none;
}

.tile-type-input[type="checkbox"] {
    display: block;
    position: relative;
    z-index: 2;
    width: 1.4em;
    height: 1.4em;
    margin: 0;
    top: 25px;
}

.tile-type-label {
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
    text-align: top;
}

.grout-type-color {
    width: 40px;
    height: 40px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.zoom_btn {
    background-color: #eee;
    font-size: 25px;
    border-radius: 50%;
    height: 45px;
    border: 1px solid #fff;
    width: 45px;
    padding: 3px;
}

.layout_thumbs .grout-type-label div {
    height: 30px !important;
    width: 30px !important;
}

.layout_thumbs .grout_color_box {
    margin-bottom: 20px;
}

.grout_color_box span {
    padding: 0px 18px;
}

.layout_thumbs .layout-type-label>img {
    max-width: 100%;
    height: 58px;
    width: 63px;
}

.layout_thumbs.no-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

hr {
    margin: 5px 0px;
}

.layout_thumbs li.stack-item {
    margin: 0px;
    width: 22%;
    display: inline-block;
}

.grout_color_box .grout-type-label {
    font-weight: bolder !important;
    text-align: center !important;
}

.grout_color_box .grout-type-label div {
    width: 35px !important;
    height: 35px !important;
    margin: -1px !important;
    border-radius: 3px 3px 3px 3px !important;
}

.grout-type-label:hover {
    border-color: #1c74bb;
    border-radius: 2px;
}

.tile-type-input:hover,
.layout-type-label:hover,
.tile-type-label:hover,
.tile-type-label.active,
input:checked+.tile-type-input,
input:checked+.layout-type-label,
.grout-type-label:hover {
    border-color: #dbab6a !important;
    border-radius: 2px !important;
}

#Layout1,
#Layout2,
#Layout3,
#Layout4 {
    padding: 10px;
    height: 640px;
}

#menuPanel1 .hamburger,
#menuPanel2 .hamburger,
#menuPanel3 .hamburger,
#menuPanel4 .hamburger {
    left: 85%;
    right: 0;
    position: absolute;
    top: 1%;
    background: #66666629;
    padding: 5px 10px;
    border-radius: 20px 20px 20px 20px;
    /* border: solid #b3c1c0 1px; */
    border-left: 0;
    box-shadow: 0 0 5px 0 #fbfeff;
    z-index: inherit;
    margin-right: 10px;
}

.app-drawer-wrapper .hamburger:hover {
    opacity: 1 !important;
}

.app-drawer-wrapper .hamburger {
    display: none;
}

.app-drawer-wrapper.drawer-open .hamburger {
    display: unset !important;
}

.app-drawer-wrapper #list-tab a .fa {
    font-size: 20px;
}


/*Product info detail css
.product_info_bar .product_info_1 .product_wrapper img,
.product_info_bar .product_info_2 .product_wrapper img,
.product_info_bar .product_info_3 .product_wrapper img,
.product_info_bar .product_info_4 .product_wrapper img{
  height: 80px;
  width: 120px;
  border-radius: 2px;
  box-shadow: 0 0 2px 0px;
  margin-left: 10px;
  padding: 2px;
}

.product_info_bar .product_info_1 .product_wrapper .co-md-4,
.product_info_bar .product_info_2 .product_wrapper .co-md-4,
.product_info_bar .product_info_3 .product_wrapper .co-md-4,
.product_info_bar .product_info_4 .product_wrapper .co-md-4{
  padding: 0px;
}

.selected_product_name{
  word-break: break-word;
}

.td-app-logo img{
  height: 50px;
  width: 160px;
  margin-bottom: 20px;
}

.slimScrollDiv{
  height: 600px !important;
}
.product_info_bar{
  height: 100% !important;
}


.list-group-item:not(.active){
  background-color: #b9abdc91 !important;
}

.list-group-item{
  padding: 30px 0px !important;
}


/* Customize the label (the container) */

.radio-container {
    /* display: block; */
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}


/* Hide the browser's default radio button */

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.radio-container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.radio-container input:checked~.checkmark {
    background-color: #dbab6a;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio-container input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio-container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.check-container {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.check-checkmark {
    position: absolute;
    transition: 0.5s;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.check-container:hover input~.check-checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.check-container input:checked~.check-checkmark {
    background-color: #0a0a0a;
}


/* Create the check-checkmark/indicator (hidden when not checked) */

.check-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the check-checkmark when checked */

.check-container input:checked~.check-checkmark:after {
    display: block;
}


/* Style the check-checkmark/indicator */

.check-container .check-checkmark:after {
    left: 8px;
    top: 2px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.img_hover {
    transition: 0.5s;
    margin: auto;
    text-align: center;
    background: #eaeaea94;
    width: 89%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 22%;
    z-index: 11;
}

.img_hover a {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    background: #dbab6a;
    padding: 1px 10px;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 2px solid #dbab6a;
}

.room_img {
    margin-bottom: 25px;
}

.gallery_img:hover .img_hover {
    display: inline-block;
}

.img_hover:hover {
    display: inline-block;
}

.img_hover a:hover {
    text-decoration: none;
}

.gallery_hover {
    transition: 0.5s;
}

.gallery_hover:hover+.img_hover {
    display: inline-block;
}

input[type="range"] {
    background-color: unset;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 80%;
    box-shadow: 0px 0px 2px 1px #9e9d9d;
    border-radius: 10px;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: silver;
    border-radius: 25px;
    border: 0px solid #000101;
}

input[type="range"]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #dbab6a;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.6px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: silver;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: silver;
    border-radius: 25px;
    border: 0px solid #000101;
}

input[type="range"]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #007bff;
    cursor: pointer;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    background: silver;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type="range"]::-ms-fill-upper {
    background: silver;
    border: 0px solid #000101;
    border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type="range"]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 20px;
    width: 39px;
    border-radius: 7px;
    background: #007bff;
    cursor: pointer;
}

input[type="range"]:focus::-ms-fill-lower {
    background: silver;
}

input[type="range"]:focus::-ms-fill-upper {
    background: silver;
}

.minicolors-panel.minicolors-slider-hue {
    border: solid 3px #3f6ad8;
    border-radius: 5px;
}

.minicolors-swatch.minicolors-sprite.minicolors-input-swatch,
.minicolors-swatch-color {
    width: 34px !important;
    height: 34px !important;
    border-radius: 2px;
    background: url("https://img.icons8.com/office/50/000000/rgb-circle-1.png");
    background-position: center;
    background-repeat: no-repeat;
}


/* jaydeep css start*/

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../images/loader.gif") no-repeat center center;
    text-align: center;
    padding-top: 35%;
    color: #000;
    background-size: 130px 130px;
}

.js div#preloader2 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../images/loader.gif") no-repeat center center;
    text-align: center;
    color: #fff;
    background-size: 130px 130px;
    opacity: 0.7;
}

.app-sidebar__inner ul.vertical-nav-menu li {
    padding: 6px 0;
}

.fixed-sidebar .app-sidebar {
    height: 110vh;
}

.app-sidebar,
.hamburger.close-sidebar-btn.hamburger--elastic {
    display: none;
}

.fixed-sidebar .app-main .app-main__outer {
    padding-left: unset;
}

.catname {
    display: none;
    padding-top: 50px !important;
}

.category-header-fixed {
    background-color: #000;
    padding: 45px 0px 5px 0px !important;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    transition: 0.2s;
    border-bottom: solid 2px #000;
    margin-top: 12px;
}

.app-header.header-shadow {
    border-bottom: solid 2px #000;
}

.category-header-fixed .body-tabs-animated {
    justify-content: center;
    padding: 0 0 !important;
}

.category-label {
    z-index: 111;
}

.btn-outline-link.active {
    color: #3f6ad8;
    background: #f8f9fa;
}

@media only screen and (min-height: 250px) and (max-height: 480px) {
    div.bhoechie-tab-menu div.list-group {
        line-height: 30px;
    }
    .list-group h4 {
        margin: 0px 0px;
    }
    div.bhoechie-tab-menu .list-group-item p {
        line-height: 1px !important;
        text-align: center;
    }
    .cbp-spmenu-vertical a {
        padding: 5px 0 !important;
    }
    .logo {
        height: 50px !important;
    }
    .brush_icon {
        height: 30px !important;
        width: 30px !important;
    }
}

@media (max-width: 991.98px) {
    .app-page-title .page-title-icon,
    .ui-theme-settings {
        display: unset !important;
    }
    .category-header-fixed {
        display: none;
    }
    .catname {
        padding-top: 0px !important;
    }
    .app-sidebar,
    .hamburger.close-sidebar-btn.hamburger--elastic {
        display: unset;
    }
}

.set_convert_icon {
    position: fixed;
    top: 48%;
    right: 0px;
    z-index: 1111;
    margin: 0 !important;
    background: #fff;
    left: auto;
    padding: 10px 0px;
    text-align: center;
    width: 60px;
    color: #000;
}


/*jaydeep end start*/

.add-to-cart-btn {
    right: 0;
    box-shadow: 0px 0px 5px 0px #443000;
    margin-right: 11px;
    border-radius: 50px;
    position: fixed;
    bottom: 80px;
    padding: 0;
    cursor: pointer;
    border: 0px;
    height: 54px;
    width: 54px;
    text-align: center;
    display: block;
    margin-top: -27px;
    z-index: 11;
    opacity: 0.6;
    transition: 0.5s;
}

.add-to-cart-btn:hover {
    opacity: 1;
    box-shadow: 0px 0px 7px 1px #dbab6a;
}

img.f-cart-image {
    height: 200px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px;
}

.cart-count-label {
    background-color: #dbab6a !important;
    text-align: center;
    font-size: 20px;
    display: grid;
    font-weight: bold;
    height: 40px;
    color: white;
    width: 40px !important;
    min-width: 40px;
    border-radius: 50%;
    position: relative;
    margin: 0 1rem 0 0;
    align-content: center;
    align-items: center;
    overflow: hidden;
}

.cd-cart-container {
    height: 70vh;
    overflow-y: scroll;
    background: #f0f3f5;
}

.cd-cart-container .widget-chart {
    border: solid 1px #afb5bb;
    box-shadow: 0px 0px 4px 0px #afb5bb;
}

.cd-cart-container .widget-chart:hover {
    box-shadow: 0px 0px 5px 2px #afb5bb;
}

.user-cart-count-label {
    padding: 4px 0px;
    border-radius: 20px;
    position: absolute;
    top: -15px;
    right: -9px;
    height: 28px;
    width: 28px;
    background: #e94b35;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 4px 1px #ffffff;
}

.user-cart-count-label:empty {
    display: none;
}

.theme-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.theme-scroll::-webkit-scrollbar {
    width: 7px !important;
    background-color: #f5f5f5 !important;
}

.theme-scroll::-webkit-scrollbar-thumb {
    background-color: #929292;
}

.mg_top_50 {
    margin-top: 50px;
}

.cm_tect_gold {
    color: #dbab6a;
}