:root {
    --space: 2rem;
    --space-xs: calc(var(--space) / 3);
    --space-sm: calc(var(--space) / 2);
    --space-md: calc(var(--space) * 2);
    --color-primary: lightgray;
    --color-accent: whitesmoke;
    --color-dark: black;
    --color-mid: gray;
    --color-light: white;
    --color-highlight: dodgerblue;
    --radius: 0.125rem;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #bdbdbd;
    font-size: 14px;
}

p {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    color: #acacac;
}

a:hover {
    text-decoration: none;
}

.header-text {
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    text-align: center;
    padding: 6px 0;
    color: #000;
    font-family: PRATA, serif;
    margin-top: 2px;
    margin-bottom: 25px;
    min-height: 30px;
    max-height: max-content;
}

.header-text h1 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
}

.jadore-areas-divs {
    width: 350px;
    min-height: 500px;
    font-family: "Prata", serif;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #7a7d7f;
    outline: 2px solid #ccc;
    outline-offset: -7px;
    margin: 10px 20px;
    padding: 25px 20px;
    color: #383838;
    max-height: max-content;
}

.jadore-areas-logo-div img {
    width: 200px;
    height: 155px;
    object-fit: contain;
}

.jadore-areas-logo-div {
    margin-top: 40px;
}

.jadore-area-name-div {
    margin-top: 5px;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
}

.jadore-area-desc-div {
    margin-top: 5px;
}

.jadore-area-desc-div h3 {
    font-size: 16px;
    line-height: 1.5;
}

.jadore-area-name-desc-div {
    padding-top: 40px;
    text-align: center;
}

.jadore-areas-adv {
    font-size: 12px;
    margin: 10px 5px 0;
    font-size: 13px;
    line-height: 1.5;
    padding-top: 55px;
    text-align: center;
}

@media (max-width: 780px) {
    .jadore-areas-divs {
        min-height: 270px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    p.jadore-areas-adv{
        display: none;
    }

    .jadore-areas-logo-div{
        margin-top: 5px;
    }

    .jadore-area-name-desc-div{
        padding-top: 15px;
    }

    .main-bg-slider .slider-block-1{
        min-height: 65vh;
    }

    .main-bg-slider{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .main-bg-slider .header-text{
        margin-bottom:0;
    }

    .jadore-areas-logo-div img{
        width: 160px;
        height: 115px;
    }
}

@media (max-width: 400px) {
    .jadore-areas-divs {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .jadore-area-item{
        margin: 0 10px;
        width: 100%;
    }
}

.jlf-events-div {
    font-family: "Prata", serif;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid #7a7d7f;
    outline: 2px solid #ccc;
    outline-offset: -7px;
    margin: 10px 20px;
    padding: 25px 20px;
    color: #383838;
    max-height: max-content;
    min-height: 140px;
}

.jadore-event-div {
    /* padding-top: 10px; */
    text-align: center;
}

.images-grid {
    display: flex;
    grid-gap: 0 10px;
}

.jadore-events-adv {
    margin: 10px 5px 0;
    font-size: 13px;
    line-height: 1.5;
    padding: 20px 0px;
    text-align: center;
}

.jadore-areas-divs {
    transition: transform 0.3s;
}

.jlf-events-div {
    transition: transform 0.3s;
}

.jadore-areas-divs:hover {
    -ms-transform: scale(1.07);
    /* IE 9 */
    -webkit-transform: scale(1.07);
    /* Safari 3-8 */
    transform: scale(1.07);
}

.jlf-events-div:hover {
    -ms-transform: scale(1.07);
    /* IE 9 */
    -webkit-transform: scale(1.07);
    /* Safari 3-8 */
    transform: scale(1.07);
    background-color: rgba(255, 255, 255, 0.9);
}

.home-footer-links a:hover {
    color: #525252;
    text-decoration: none;
}

.home-footer-links a {
    -webkit-transition: all 0.3s;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.home-footer-links {
    list-style: none;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.home-footer-links li {
    display: inline-block;
}

.left-bar-logo-div {
    margin-top: 70px;
    text-align: center;
    margin-right: 25px;
}

.left-bar-logo-div img {
    width: 200px;
}

.left-bar-collections {
    min-width: auto;
    overflow: auto;
    list-style-type: none;
    margin-top: 80px;
    margin-right: 25px;
}

.left-bar-collections-width {
    max-height: calc(100vh - 285px);
}

.left-bar-collections a {
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-family: "Prata", serif;
    color: #95989a;
    line-height: 1.5;
    display: block;
    padding: 12px;
}

.left-bar-collections a {
    font-size: 17px;
}

.left-bar-collections a:hover {
    text-decoration: none;
    color: #fff;
}

.main-menu-item-style {
    color: #ee8441;
    font-weight: 600;
    font-style: italic;
}

.left-bar-collections .collections-li.active a {
    color: #fff;
}

.left-bar-collections li.active a {
    font-size: 21px;
}

.left-bar-collections::-webkit-scrollbar {
    width: 10px;
}

.left-bar-collections::-webkit-scrollbar-thumb {
    background: #151515;
    border-radius: 5px;
}

.left-bar-collections::-webkit-scrollbar-track {
    background: transparent;
}

.main-header-menu {
    list-style-type: none;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 0px;
}

/* .main-header-menu li {
    display: inline-block;
} */

.main-header-menu a {
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-family: "Prata", serif;
    color: #95989a !important;
    line-height: 1.5;
    display: block;
    padding: 0px 12px;
    font-size: 20px;
}

.main-header-menu a:hover {
    text-decoration: none;
    color: #fff !important;
}

.search-area-div {
    width: 360px !important;
}

.search-area-div input {
    background: transparent;
    border: none;
    border-radius: 4px;
    padding: 2px 6px;
    border-right: 0;
    color: #fff !important;
    background-color: #1c1c1c;
    height: 36px;
}

.search-area-div input::placeholder {
    color: #949494;
    font-size: 14px;
}

.search-area-div button {
    background: transparent;
    background-color: #1c1c1c;
    height: 36px;
    border: none;
}

.search-area-div button i {
    color: #ababab;
    font-size: 19px;
}

.search-area-div input:focus {
    background-color: #1c1c1c;
    caret-color: white;
}

.basket-img-div img {
    width: 40px;
    height: 40px;
}

.right-sidebar-width {
    width: calc(100vw - 370px);
    /* height: 100vh; */
    /* overflow: hidden; */
}

/* .right-sidebar-width>div {
    height: 100vh;
    overflow-y: auto;
} */

.right-sidebar-width > div::-webkit-scrollbar {
    display: none;
}

.basket-style-div {
    top: 85%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 17px;
    margin-top: 3px;
}

.ml-mr-25 {
    margin-right: 25px;
    margin-left: 25px;
}

.header-menu-border-bottom {
    border-bottom: 3px solid #1d1d1d;
}

.sort-by-dropdown {
    color: #898c8d;
    font-size: 20px;
    /* background: #232323; */
    /* padding: 0 10px; */
    margin-top: 10px;
    border-radius: 3px;
    margin-right: 0px;
    font-family: "Roboto", sans-serif;
    /* font-size: 16px; */
    color: #898c8d;
    font-weight: 300;
    background-color: transparent;
    padding: 0 !important;
}

.border-none {
    border: none;
}

button:focus {
    outline: none;
}

.ml-mr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

#sort-by-dropdown-style {
    border-top: 2px solid #c0b689;
    background: #1a1a1a;
    border-radius: 0px;
}

#sort-by-dropdown-style a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #898c8d;
    font-weight: 300;
    padding: 0.5em;
}

#sort-by-dropdown-style .dropdown-item:hover {
    background-color: transparent;
    color: white;
}

.filter-dropdown-style {
    font-family: "Prata", serif;
    background-color: rgba(20, 20, 20, 0.95);
    padding: 15px 15px 25px 0;
    position: absolute;
    top: -10px;
    width: 760px;
    right: 0px;
    z-index: 11;
    margin-right: 15px;
}

.filter-dropdown-style i {
    font-size: 18px;
}

.filter-dropdown-inner-input {
    margin-left: 5%;
    display: flex;
    flex-wrap: wrap;
    top: 0;
    right: 0%;
    min-height: 30px;
    width: 90%;
    border: 0.2px solid #8b9296;
}

.dropdown-plus-style {
    background-color: rgba(255, 0, 255, 0);
    font-size: 20px;
    border-radius: 25%;
    color: #c1b78a;
    margin-left: 10px;
}

.ml-mr-percent-5 {
    margin-left: 5%;
    margin-right: 5%;
}

.filter-dropdown-menu h5 {
    font-size: 16px;
    color: #fff;
}

.range-slider-div-width {
    width: 80%;
}

.filter-dropdown-reset {
    margin: 17px 24px 0px 0px;
    font-size: 18px;
    border: 1px solid #c0b689;
    padding: 5px 15px;
    font-family: "Roboto", sans-serif;
    color: white;
}

.filter-dropdown-reset:hover {
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

.shop-page-main-title {
    margin: 40px 10px 10px 0;
}

.shop-page-main-title h1 {
    font-family: "Prata", serif;
    color: #95989a;
    /* font-size: 36px; */
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    display: inline;
    width: 100%;
    text-transform: capitalize;
}

.main-page-description {
    margin-bottom: 25px;
    font-family: "Prata", serif;
    color: #95989a;
    font-size: 20px;
}

.page_map {
    font-size: 12px;
    margin-top: 10px;
    font-family: "Prata", serif;
    display: inline-block;
}

.page_map_link {
    color: #676d71;
}

.page_map_link:hover {
    color: white;
}

.page_map a:last-child {
    color: white;
}

.jadore-flowers .product-main-image {
    width: 100%;
    min-height: calc((100vw - 350px) * 0.23);
}

.max-width-for-big {
    max-width: 700px;
}
.col-xl-5.max-width-for-big {
    width: 41.666667%;
}

@media (max-width: 1440px) {
    .shop-page-each-product {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .jadore-flowers .product-main-image {
        min-height: calc((100vw - 350px) * 0.47);
    }
}

@media (max-width: 1199px) {
    /* .jadore-flowers .product-main-image {
        min-height: calc((100vw - 350px) * 0.43);
    } */
    .col-xl-5.max-width-for-big {
        width: 100%;
        /* max-width: 100%; */
        /* max-width: 41.666667%; */
    }
}

@media (max-width: 991px) {
    .jadore-flowers .product-main-image {
        min-height: calc((100vw - 85px) * 0.53);
    }
    .shop-page-main-title h1 {
        font-size: 22px;
    }
    .toggle-wrap {
        margin-top: -15px;
    }
    .basket-img-div {
        margin-top: -15px;
    }
    
    /*#header-menu-mobile .account {*/
    /*    margin-top: -25px;*/
    /*}*/
}
@media (max-width: 767px) {
    .footer-logo-div {
        display: none;
    }
    .footer-section-title {
        font-size: 13px !important;
    }
    /* .footer-flex-mobile {
        flex-wrap: nowrap;
    } */
    .payment-padding {
        justify-content: flex-end;
        padding-right: 10px !important;
    }
    .footer-section-mobile {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-right-section-mobile {
        flex: 0 0 28%;
        max-width: 28%;
    }
    .footer .newsletter-desc-div {
        padding-right: 0px !important;
    }
    .footer-section-mobile > div {
        justify-content: space-between;
    }
    .select-date-div {
        justify-content: center;
        max-width: max-content;
    }
    .sort-by-dropdown {
        font-size: 16px;
    }

    /*.main-header-menu li:first-child {*/
    /*    width: 100%;*/
    /*}*/
    /*.main-header-menu li span:first-child {*/
    /*    font-size: 16px;*/
    /*}*/
    .main-header-menu li a {
        font-size: 13px;
    }
    .mobile-logo-style img {
        max-width: 130px;
    }
    .toggle-wrap {
        margin-top: -20px;
    }
    .basket-img-div {
        margin-top: -20px;
    }
    #header-menu-mobile .account {
        margin-top: -5px;
    }
    .submenu-dropdown {
        font-size: 16px!important;
        line-height: 20px;
    }
    .has-submenu.dropdown>a {
        padding-right: 5px;
    }
}
@media (max-width: 678px) {
    .filter-dropdown-style {
        width: calc(100% - 30px) !important;
        margin-right: 15px;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

.product-title {
    color: #95989a;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.product-price {
    font-size: 14px;
    color: white;
}

.product-img-div-style {
    overflow: hidden;
}

.filter-submenus-div p {
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.filter-submenus-div > div {
    margin-bottom: 35px;
}

.filter-submenus-div i {
    font-size: 13px;
    color: #c0b689;
}

.submenu-title.active:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-left: -18px;
    width: 16px;
    height: 20px;
    font-size: 13px;
    color: #c0b689;
}

.submenu-title:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-left: -18px;
    width: 16px;
    height: 20px;
    font-size: 13px;
    color: #c0b689;
}

.submenu-inner-item-style {
    margin-left: 7px;
    color: #d2d7db;
    border: 0.1px solid #d2d7db;
    margin-top: 7px;
    padding-left: 5px;
    margin-right: 2px;
    margin-bottom: 7px;
    text-align: center;
    font-size: 14px;
    font-family: "Courier New", monospace;
}

.submenu-delete-btn-style {
    background-color: rgba(255, 0, 255, 0);
    margin-left: 10px;
    color: #c1b78a;
    font-size: 13px;
    font-family: "Courier New", monospace;
}

.submenu-title p {
    display: inline-block;
}

.footer {
    background-color: #242424;
    padding: 30px 0 20px;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer .footer-logo {
    max-width: 135px;
    margin: 0 auto;
}

.footer .footer-logo img {
    width: 100%;
}

.footer-section-title {
    color: #95989a;
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 14px;
}

.footer ul li a {
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: inline-block;
    padding-left: 3px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    font-size: 14px;
}

.footer ul li a:hover {
    text-decoration: none;
    color: #95989a;
}

.newsletter-desc {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #bdbdbd;
    font-size: 14px;
}

.footer .newsletter-desc-div .newsletter-input input {
    background-color: #000;
    border: 1px solid #333333;
    padding: 8px 96px 8px 12px;
    height: 44px;
    color: #95989a;
}

.footer .newsletter-desc-div .newsletter-input {
    margin-bottom: 25px;
    position: relative;
}

.footer .newsletter-desc-div .subscribe-button {
    border-radius: 0;
    border: none;
    padding: 8px 10px;
    background-color: #333333;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 14px;
    color: white;
}

.footer .newsletter-desc-div {
    padding-right: 25px;
    padding-top: 15px;
}

.payment-padding {
    padding-right: 33px;
    padding-left: 5px;
}

#cards-footer {
    width: 100%;
    max-width: 300px;
}

.form-control:focus {
    /* border: none; */
    border-color: #c1b78a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
        0 0 8px rgb(193 183 138 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(193 183 138 / 60%);
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

@media (max-width: 1450px) {
    .search-area-div {
        width: 260px !important;
    }
}

@media (max-width: 1250px) {
    .search-area-div {
        width: 180px !important;
    }
}

/* -------------------------------------- */

.left-sidebar-width {
    width: 350px;
    flex-grow: 1;
    flex-basis: 300px;
    align-self: start;
    position: sticky;
    top: 0px;
}

.left-sidebar-width-event {
    width: 350px;
}

.component {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.left-sidebar-width .component {
    max-height: calc(100vh - var(--offset) * 2);
}

.mobile-logo-style {
    max-width: 130px;
    margin: 10px auto 0;
}

.mobile-logo-style img {
    width: 100%;
}

/* toggle animation */

.toggle-wrap {
    padding: 10px;
    position: relative;
    cursor: pointer;
    float: left;
    /*disable selection*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 999;
}

.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.toggle-wrap.active .toggle-bar {
    border-top: 6px solid transparent;
}

.toggle-bar {
    width: 30px;
    margin: 10px 0;
    position: relative;
    border-top: 2px solid #c0b689;
    display: block;
}

.toggle-bar::before,
.toggle-bar::after {
    content: "";
    display: block;
    background: #c0b689;
    height: 2px;
    width: 30px;
    position: absolute;
    top: -12px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 4%;
    -webkit-transform-origin: 4%;
    transform-origin: 4%;
}

.toggle-bar::after {
    top: 8px;
}

.toggle-wrap.active .toggle-bar {
    border-top: 6px solid transparent;
}

.toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* toggle animation */

.w-100 {
    width: 100% !important;
}

#header-menu-mobile {
    display: none;
}

.price-range-slider.mobile {
    display: none;
}

.left-menu-sidebar-open {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
    width: 100%;
    height: 100%;
}

.bg-black {
    background-color: black;
}

.sku-code {
    font-size: 16px;
    font-weight: 500;
    color: #bdbdbd;
}

.product-price-product-view {
    font-size: 36px;
    color: #fff;
    line-height: 1.1;
    /* margin-bottom: 20px; */
}

.select-date-div p span {
    display: block;
}

.select-date-div p {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #95989a;
    margin-bottom: 0px;
}

.select-date-div .active {
    background-color: #212121;
}

.select-date-div .active span {
    color: white;
}

.select-date-div .active p:before {
    border: 1px solid #c0b689;
    position: absolute;
    content: "";
    bottom: 3px;
    right: 3px;
    left: 3px;
    top: 3px;
    z-index: 1;
}

.select-date-div > div {
    position: relative;
    width: 110px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #393629;
    margin-right: 7px;
    margin-left: 7px;
}

.select-date-div {
    margin-bottom: 20px;
}

.box-color-title {
    font-size: 24px;
}

/* variations inner div */

.variations-inner-div .variation-label {
    font-size: 15px;
    font-weight: 400;
    color: #95989a;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0;
    padding-top: 7px;
    margin-bottom: 6px;
}

.variations-inner-div {
    border: 1px solid #404040;
    display: inline-block;
    padding: 1px 3px 1px 12px;
    border-radius: 5px;
    width: max-content;
}

.variations-inner-div.red-line {
    border-color: #f75959;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.variations-inner-div button {
    background: transparent;
    border: none;
    color: white;
}

.variations-inner-div button:focus {
    box-shadow: none !important;
    background: transparent;
    border: none;
    outline: none !important;
    color: white;
}

.variations-inner-div .dropdown-menu {
    background-color: #242424;
    border-radius: 0;
    padding: 2px;
}

.variations-inner-div .dropdown-menu span {
    color: #a7a7a7;
    font-size: 14px;
}

.variations-inner-div .dropdown-menu li.disabled span {
    text-decoration: line-through;
}

.variations-inner-div .dropdown-menu a:hover span {
    color: white;
    background: transparent;
}

.variations-inner-div .dropdown-menu a:hover {
    background: transparent;
}

.variations-inner-div .dropdown-item.active.selected {
    background: transparent;
    border: 1px solid #c0b689;
}

.variations-inner-div .dropdown-item.active.selected span {
    color: white !important;
}

.variations-inner-div .dropdown.bootstrap-select {
    width: max-content !important;
}

.variations-inner-div button:active {
    background: transparent !important;
    color: white !important;
}

.variations-inner-div button:hover {
    background: transparent;
    color: white;
}

/* variations inner div  */

.ml-7 {
    margin-left: 7px;
}

.variations-div {
    margin-bottom: 20px;
}

.box-color-slider img {
    width: 100%;
}

.box-color-slider .feature-active {
    border: 2px solid #c0b689!important;
    padding: 2px;
}

.feature-sold-active{
    border: 2px solid #6d0000 !important;
	padding: 2px;
}

.feature-block .img-block {
    width: 95px;
    height: 95px !important;
    border: 1px solid #393629;
}

.feature-block {
    width: 95px !important;
    cursor: pointer;
}

[sold-out="true"] {
    cursor: not-allowed;
}

/* .box-color-slider .slick-list.draggable .slick-slide>div div {
    width: 95px !important;
    height: 95px; */

/* } */

.box-color-slider .fa-chevron-left:before {
    content: url(../images/left-chevron.png);
}

.box-color-slider .fa-chevron-left {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(0, -75%);
    cursor: pointer;
}

.box-color-slider .fa-chevron-right:before {
    content: url(../images/right-chevron.png);
}

.box-color-slider .fa-chevron-right {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(0, -95%);
    cursor: pointer;
}

.box-color-slider .feature_name {
    font-size: 12px;
    color: white;
    font-weight: 500;
    line-height: 1;
}

.product-description {
    font-size: 16px;
    margin-bottom: 25px;
    color: #95989a;
}

.secondary-desc-product-view {
    font-size: 10pt;
    line-height: 107%;
    font-family: Arial, sans-serif;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
}

.third-text-product-view {
    color: #95989a;
    font-size: 16px;
    background-color: rgb(0, 0, 0);
}

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

.product-notification-info {
    color: #c0b689;
    font-size: 12px;
    margin-bottom: 20px;
}

#btn_add_cart::before {
    border: 1px solid #c0b689;
    position: absolute;
    content: "";
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    z-index: 1;
}

/* .btn-sub-black {
    -webkit-transition: all 0.3s;
    background-color: #212121;
    border-radius: 0;
    color: #fff;
    position: relative;
    width: 220px; 
    font-size: 17px;
    margin: 0 auto;
    height: 46px;
    font-weight: 200;
    text-transform: uppercase;
} */

.btn-sub-black:hover {
    background-color: #96894c !important;
    color: #000 !important;
}

.jssocials-share-link {
    padding: 0.5em 0.6em;
    color: #acacac;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out,
        border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, color 200ms ease-in-out,
        border-color 200ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #545454;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
}

.jssocials-share-link:hover {
    color: #939393;
}

.jssocials-share-link:hover a {
    color: #939393 !important;
}

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
}

.social-share-place {
    padding-bottom: 125px;
}

.press-right-side-title {
    border: 0px;
    font-family: Prata, serif;
    font-style: inherit;
    font-weight: 400;
    outline: 0px;
    padding: 0px;
    vertical-align: baseline;
    clear: both;
    color: rgb(192, 182, 137);
    font-size: 20px;
}

.press-right-side-text {
    color: #95989a;
    font-size: 14px;
}

.press-page-title-margin-bottom {
    margin-bottom: 40px;
}

.press-left-side-img-div {
    /* width: 450px; */
    margin-right: 60px;
}

.pb-125 {
    padding-bottom: 125px;
}

.press-left-side-img-div img {
    width: 100%;
}

.about-us-main-div h5 {
    font-family: times;
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
    color: #bdbdbd;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.about-us-main-div p {
    font-family: 'Prata', serif;
    font-style: unset;
    font-size: 15px;
    color: #bdbdbd;
    margin-bottom: 10px;
}

.about-us-main-div img {
    width: 100%;
}

.contact_us_info_section{
    display:flex;
    justify-content: space-between;
    padding: 20px 0 20px 0;
    border-bottom: 4px solid #c1b78a;
    border-top: 4px solid #c1b78a;
    color: #505050;
    font-size: 27px;
    font-family: "Prata", serif;
    text-align: center;
}

.toll-free {
    padding: 20px 0 20px 0;
    border-bottom: 4px solid #c1b78a;
    border-top: 4px solid #c1b78a;
    color: #505050;
    font-size: 27px;
    font-family: "Prata", serif;
    text-align: center;
}

.toll-free-contact{
    color: #505050;
    font-size: 27px;
    font-family: "Prata", serif;
    text-align: center;
}

.toll-free-contact-mail{
    word-break: break-word;
}

@media (max-width: 800px) {
    .toll-free-contact-mail, .toll-free-contact-phone{
        display: block;
    }
}

.contact-blocks h3 {
    color: #505050;
    font-size: 23px;
    font-family: "Prata", serif;
}

.contact-form-title {
    color: #c0b689;
    margin-top: 30px;
    font-size: 27px;
    font-family: "Prata", serif;
    padding: 0px 0 20px 0;
    border-bottom: 2px solid #c1b78a;
    margin-bottom: 20px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.contact-us-left {
    font-size: 14px;
    color: #95989a;
    text-align: left;
    font-weight: 300;
}

.contact-us-left span {
    color: #f00;
}

.name-input-div input {
    background-color: transparent;
    border-color: #c0b689;
    border-radius: 0;
    height: 38px;
    color: #fff;
}

.name-input-div textarea {
    background-color: transparent;
    border-color: #c0b689;
    border-radius: 0;
    height: 38px;
    color: #fff;
    height: 95px;
}

.name-input-div input:focus {
    background-color: transparent;
    border-color: white;
}

.name-input-div textarea:focus {
    background-color: transparent;
    border-color: white;
}

.mb-15 {
    margin-bottom: 15px;
}

.contact-us-submit-btn {
    color: #000 !important;
    background-color: #c0b689 !important;
    font-weight: 200 !important;
    border: none !important;
    font-family: "Roboto", sans-serif !important;
    border-radius: 4px !important;
    height: 44px !important;
    padding: 8px 40px !important;
    font-size: 17px !important;
    width: 150px !important;
}

.contact-us-submit-btn:hover,
.contact-us-submit-btn:active,
.contact-us-submit-btn:focus {
    background-color: #96894c !important;
    color: #000 !important;
}

@media (max-width: 400px) {
    .press-right-side-video iframe {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .left-sidebar-width {
        display: none;
    }
    .left-sidebar-width-event {
        display: none;
    }
    .right-sidebar-width {
        width: 100%;
    }
    #header-menu-mobile {
        display: block;
        /* margin-bottom: 20px; */
    }
    #header-menu-not-mobile {
        display: none !important;
    }
    .filter-dropdown-style {
        width: 545px;
    }
    
    .left-sidebar-account-menu{
        display: block !important;
    }
}

@media (max-width: 575px) {
    .filter-dropdown-style {
        width: 290px;
    }
    .price-range-slider.mobile {
        display: block;
    }
    .price-range-slider.pc {
        display: none;
    }
    .range-slider-div-width {
        width: 100%;
    }
}

/* dropdown submenu */

.main-shop-dropdown .dropdown-submenu {
    position: relative;
    padding: 0;
}

.main-shop-dropdown .dropdown-submenu .dropdown-item-toggle {
    margin-right: 5px;
}

.main-shop-dropdown .dropdown-submenu .dropdown-item-toggle::after {
    position: absolute;
    right: 7px;
    content: "▸";
    color: #aaa;
    margin-left: 0.5rem;
}

.main-shop-dropdown .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.main-shop-dropdown {
    list-style-type: none;
}

/* dropdown submenu */

.jlf-home-logo-div {
    width: 180px;
    margin: 0 auto;
}

.jlf-home-logo-div img {
    width: 100%;
}

.home-slider-text {
    color: #000;
    font-family: Prata;
    text-align: center;
    font-size: 50px;
    margin-bottom: 0px;
}

.home-slider-sub-text {
    color: #000;
    font-family: Prata;
    text-align: center;
    font-style: italic;
    font-size: 18px;
}

.jlf-home-slider-decor-div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: max-content;
}

/* jlf home dropdown */

.explore-dropdown {
    position: absolute;
    top: 40px;
    left: 40px;
}

.explore-dropdown .dropbtn {
    background-color: transparent;
    color: black;
    padding: 16px;
    font-size: 20px;
    border: none;
    -webkit-transition: all 0.3s;
    font-family: "Prata", serif;
}

.explore-dropdown .dropbtn > div a {
    color: black;
}

.explore-dropdown .dropbtn i {
    font-size: 12px;
}

.explore-dropdown .dropdown {
    position: relative;
    display: inline-block;
}

.explore-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.explore-dropdown .dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s;
    font-family: "Prata", serif;
    font-weight: 300;
    text-transform: capitalize;
}

.explore-dropdown .dropdown:hover .dropdown-content {
    display: block;
}

/* jlf home dropdown */

.home-decor-mobile-text {
    color: #000;
    position: relative;
    font-size: 28px;
    margin: 0;
    font-weight: 600;
    padding: 30px;
    min-height: max-content;
    font-family: Prata sans-serif;
}

.lux-decor-info-div {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 20px;
    margin: 0;
    display: flex;
}

.lux-decor-info-left-grey {
    width: 30%;
    background-color: #d2d5da;
}

.lux-decor-info-right-text {
    width: 70%;
    font-weight: 500 !important;
    margin: 0 auto;
}

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

.jlf-home-flower-types img {
    width: 100%;
}

.jlf-home-flower-types .product-name {
    color: black;
    margin-top: 10px;
    font-size: 18px;
}

.jlf-home-main-img-div img {
    width: 100%;
}

.custom-request-title h2 {
    font-size: 40px;
}

.bg-white {
    background-color: white;
}

@media (max-width: 991px) {
    .lux-decor-info-left-grey {
        display: none;
    }
    .lux-decor-info-left-grey {
        font-size: 14px;
    }
    .lux-decor-info-right-text {
        font-size: 14px;
    }
    .jlf-home-logo-div {
        width: 80px;
    }
    .home-slider-text {
        color: #fff;
        top: 65px;
        font-size: 30px;
    }
    .home-slider-sub-text {
        display: none;
    }
    .explore-dropdown {
        top: 10px;
        left: 10px;
    }
    .explore-dropdown .dropbtn {
        font-size: 13px;
    }
    .lux-decor-info-right-text {
        font-size: 14px;
        margin: 0 auto;
        padding: 20px 5px;
    }
    .custom-request-title h2 {
        font-size: 22px;
    }
}

.mb-20 {
    margin-bottom: 20px;
}

.left-bar-logo-div-event {
    text-align: center;
}

.left-bar-logo-div-event img {
    width: 200px;
}

.event-title-form {
    color: #505050;
    margin-top: 30px;
    font-size: 27px;
    font-family: "Prata", serif;
    padding: 0px 0 20px 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.event-sub-title-form h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
    color: #bdbdbd;
}

.type-of-event-select-style {
    background-color: transparent;
    border-color: #c0b689;
    border-radius: 0;
    height: 38px;
    font-size: 14px;
    color: #95989a;
    text-align: left;
    font-weight: 300;
}

.type-of-event-select-style:focus {
    background-color: transparent;
}

.type-of-event-select-style option {
    font-size: 14px;
    color: #95989a;
    text-align: left;
    font-weight: 300;
}

.privacy-policy-div h2 {
    color: #505050;
    margin-top: 10px;
    font-size: 27px;
    font-family: "Prata", serif;
    line-height: 1.5;
}

.privacy-policy-div p {
    line-height: 1.5;
}

.care-and-handling-div h3 {
    color: #505050;
    font-size: 23px;
    font-family: "Prata", serif;
    line-height: 1.5;
}

.thank-you-img img {
    width: 80%;
}

.product-attr {
    font-size: 15px; 
    color: #cbcbcb;
}

#checkout .product-attr{
    color: #FFFFFF;
    font-weight: bold;
}

#checkout .product-name{
    color: #FFFFFF;
}

#checkout .summary .product-attr{
    color: #c0b689;
}

.form-control.occasion-style{
    background-color: transparent!important
}

.text-gold{
    color: #c0b689 !important;
}

.product-name {
    font-size: 16px;
    color: #95989a;
}

.cart-product-item-div {
    border-bottom: 4px solid #c1b78a;
    padding-bottom: 20px;
    padding-top: 20px;
}

#pick-up-checkbox {
    width: 38px;
    height: 38px;
    margin-right: 15px;
}

label {
    margin-bottom: 5px;
}

.time-input-style input[type="time"]::-webkit-calendar-picker-indicator {
    filter: brightness(1) contrast(0);
}

.time-input-style input,
.time-input-style input:focus {
    background: transparent;
    border-radius: 0px;
    border-color: #c0b689;
}

/* custom checkbox */

.pick-up-checkbox-div {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pick-up-checkbox-div input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #c0b689;
}

.pick-up-checkbox-div:hover input ~ .checkmark {
    background-color: transparent;
    border: 1px solid #c0b689;
}

.pick-up-checkbox-div input:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid #c0b689;
}

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

.pick-up-checkbox-div input:checked ~ .checkmark:after {
    display: block;
}

.pick-up-checkbox-div .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.same_billing_label .checkmark{
    height: 20px !important;
    width: 20px !important;
}

.same_billing_label .checkmark:after{
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
}

/* custom checkbox */

.address-type-main-div span, .delivery-info-type-main-div span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 10px;
    color: white;
    display: none;
}

.address-type-main-div.active span, .delivery-info-type-main-div.active span {
    display: block;
}

.delivery-info-type-main-div button {
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    background: transparent;
    padding: 0px 28px;
    height: 35px;
    user-select: none;
    line-height: 35px;
    padding-top: 0px !important;
    color: #fff ;
    text-align: center !important;
    border: 1.4px solid #96894c;
    font-weight: bold;
}

 .delivery-info-type-main-div.active button{
    background-color: #96894c;
    color: #000;
}
.address-type-main-div.active button{
    background-color: #96894c;
    color: #000;

}

.address-type-main-div button{
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    background: transparent;
    padding: 0px 28px;
    height: 35px;
    user-select: none;
    line-height: 35px;
    padding-top: 0px !important;
    color: #fff ;
    text-align: center !important;
    border: 1.4px solid #96894c;
    font-weight: bold;
}

.address-type-show.active {
    display: block;
}

.address-type-show {
    display: none;
}

.cvv-style {
    font-size: 15px; 
    color: #cbcbcb;
}

#checkout .cvv-style{
    color: #FFFFFF;
    font-weight: bold;
}

.cvv-input-div input {
    width: 80px;
}

.order-review-title {
    font-weight: 700;
    font-size: 16px;
    color: #464545;
}

.order-review-div {
    border: 1px solid #c0b689;
    padding: 20px;
}

#jlf-home-main-img-slider-div .fotorama__wrap {
    width: 100% !important;
}

#jlf-home-main-img-slider-div .fotorama__wrap .fotorama__stage {
    width: 100% !important;
}

#jlf-home-main-img-slider-div
    .fotorama__wrap
    .fotorama__stage
    .fotorama__stage__shaft {
    width: 100% !important;
}

#jlf-home-main-img-slider-div
    .fotorama__wrap
    .fotorama__stage
    .fotorama__stage__shaft
    .fotorama__stage__frame {
    width: 100% !important;
}

#jlf-home-main-img-slider-div
    .fotorama__wrap
    .fotorama__stage
    .fotorama__stage__shaft
    .fotorama__stage__frame
    img {
    width: 100% !important;
    height: auto;
}

#datepicker-feature {
    font-size: 15px;
    font-weight: 300;
    color: #95989a;
    margin-bottom: 0px;
}

.flatpickr-calendar {
    background-color: rgb(30, 30, 30) !important;
    box-shadow: none !important;
}

.flatpickr-current-month {
    color: #bdbdbd !important;
    font-weight: 400;
}

.flatpickr-weekdaycontainer .flatpickr-weekday {
    color: #bdbdbd !important;
    font-weight: 400;
}

.flatpickr-day {
    color: #bdbdbd !important;
    font-weight: 400;
    border-radius: 4px !important;
    /* max-width: 29px;
    height: 34px; */
    display: flex !important;
    align-items: center !important;
}

.flatpickr-day.disabled {
    color: #656565 !important;
}

.flatpickr-day.nextMonthDay {
    color: #bdbdbd !important;
    font-weight: 400;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
    color: #656565 !important;
}

.flatpickr-day.today {
    /* border-color: #959ea9; */
    border: none !important;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-radius: 4px !important;
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    border-radius: 4px !important;
    background-color: #04c !important;
    border-color: #04c !important;
}

.flatpickr-next-month {
    color: #bdbdbd !important;
    font-weight: 400;
}

.flatpickr-prev-month {
    color: #bdbdbd !important;
    font-weight: 400;
}

.active-sort {
    color: white !important;
}

.load-button-place {
    text-align: center;
    margin: 30px;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.event-image {
    position: absolute;
    z-index: 10;
    max-width: 100%;
    width: 50%;
	bottom: 0;
	right: 0;
}

.label-image {
    position: absolute;
    z-index: 10;
}

.label-text {
    position: absolute;
    top: 0;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.feature_name {
    display: inline;
}

.feature_sold_out_label {
    width: 95px;
    /* display: inline;
    text-align: right; */
    color: #fff;
    text-shadow: 1px 1px 2px 1px 1px 2px #383838bd;
    padding: 3px 0;
    padding-right: 5px;
    font-size: 11px;
    font-family: Prata;
    font-weight: 600;
    font-style: italic;
    z-index: 99;
}

.product-description p {
    margin-bottom: 1rem;
}

.date-block {
    cursor: pointer;
}

.info-modal .modal-content {
    background-color: rgba(20, 20, 20, 0.95);
    text-align: center;
    border-radius: 0;
}

.info-modal .modal-content .modal-header {
    border: none;
    padding: 10px 13px;
}

.info-modal .modal-content .modal-body {
    padding: 5px 15px 15px;
}

.info-modal .modal-content .modal-body .modal-title {
    text-align: center;
    color: #fff;
    font-weight: 200;
    margin-bottom: 25px;
    font-size: 24px;
}

.info-modal .modal-content .modal-body .modal-message-place {
    color: #95989a;
    margin-bottom: 25px;
}

.info-modal .modal-content .modal-body .modal-message-place .btn-sub-black {
    display: block;
    margin-bottom: 17px;
    line-height: 29px;
}

.btn-sub {
    color: #000;
    background-color: #c0b689;
    border-radius: 8px;
    height: 46px;
    padding: 8px 12px;
    font-size: 20px;
    font-weight: 200;
    width: 100%;
    border: none;
    font-family: "Roboto", sans-serif;
}
.apply-coupon-btn{
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background-color: #212121;
    border-radius: 0;
    position: relative;
    width: 100%; /*  Old style */
    min-width: 100px;
    font-size: 16px;
    margin: 0 auto;
    height: 30px;
    font-weight: 200;
    text-transform: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #96894c !important;
    color: #000 !important;
}

.btn-sub-black {
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background-color: #212121;
    border-radius: 0;
    color: #fff;
    position: relative;
    /* width: 220px; */ /*  Old style */
    width: 210px;
    font-size: 16px;
    margin: 0 auto;
    height: 100%;
    min-height: 50px;
    font-weight: 200;
    text-transform: unset !important;
    /* font-family: "Prata", sans-serif; */
    /* line-height: 22px; */
    display: flex;
    justify-content: center;
    align-items: center;
}



.btn-sub-black:focus {
    background-color: #96894c;
    color: #000;
}

.info-modal .modal-content:before {
    border: 1px solid #c0b689;
    position: absolute;
    content: "";
    bottom: 10px;
    right: 10px;
    left: 10px;
    top: 10px;
}

.info-modal .modal-dialog {
    width: 600px;
    max-width: 600px;
}

.btn-sub-black-long:before,
.btn-sub-black:before {
    border: 1px solid #c0b689;
    position: absolute;
    content: "";
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    z-index: 1;
}

#datepicker-feature-product-view {
    z-index: 100;
}

.btn-sub-black.red-light {
    color: #c0b689;
    background-color: #4e0303;
    width: 250px;
}

/*  Variations */

.right-sidebar-width #addToCartForm .variations.select-lists {
    margin-bottom: 25px;
}
.right-sidebar-width #addToCartForm .variation-single-block {
    border: 1px solid #404040;
    display: inline-block;
    padding: 1px 3px 1px 12px;
    border-radius: 5px;
}
.right-sidebar-width #addToCartForm .variation-single-block.red-line {
    border-color: #f75959;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.right-sidebar-width #addToCartForm .variation-single-block .bootstrap-select {
    width: auto;
}
.right-sidebar-width
    #addToCartForm
    .variation-single-block
    .bootstrap-select
    .btn-default {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
.right-sidebar-width
    #addToCartForm
    .variation-single-block
    .bootstrap-select
    .btn-default:focus {
    outline: none !important;
}
.right-sidebar-width
    #addToCartForm
    .variation-single-block
    .bootstrap-select
    .dropdown-menu {
    background-color: #242424;
    border-radius: 0;
    padding: 2px;
}
.right-sidebar-width
    #addToCartForm
    .variation-single-block
    .bootstrap-select
    .dropdown-menu
    ul
    > li
    > a {
    color: #a7a7a7;
}
.right-sidebar-width
    #addToCartForm
    .variation-single-block
    .bootstrap-select
    .dropdown-menu
    ul
    > li
    > a:hover {
    color: #fff;
    background-color: transparent;
}
.right-sidebar-width
    #addToCartForm
    .variation-single-block
    .bootstrap-select
    .dropdown-menu
    ul
    > li
    > a:focus {
    background-color: transparent;
    outline: none !important;
}
.right-sidebar-width
    #addToCartForm
    .variation-single-block
    .bootstrap-select
    .dropdown-menu
    ul
    > li.selected
    a {
    color: #fff;
    border: 1px solid #c0b689;
}
.right-sidebar-width
    #addToCartForm
    .variation-single-block
    .bootstrap-select
    .dropdown-menu
    ul
    > li.selected
    a:focus {
    color: #fff;
    background-color: transparent;
    outline: none !important;
}
.right-sidebar-width #addToCartForm .variation-single-block .variation-label {
    font-size: 15px;
    font-weight: 400;
    color: #95989a;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 6px;
}

.rounded-radio .radio-inline {
    padding: 0 7px 0 0;
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.rounded-radio .radio-inline .last-calendar,
.rounded-radio .radio-inline .last-calendar-feb {
    line-height: 57px;
}
.rounded-radio .radio-inline .shop-collection {
    line-height: 57px;
}
.rounded-radio .radio-inline p {
    width: 125px;
    height: 65px;
    border: 1px solid #393629;
    color: #95989a;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center;
}
.rounded-radio .radio-inline p span {
    display: block;
}

.rounded-radio .radio-inline input[type="radio"],
.rounded-radio .radio-inline p {
    border: 1px solid #393629;
    width: 83px;
    height: 65px;
    padding: 3px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    color: #95989a;
}

.rounded-radio .radio-inline .last-calendar,
.rounded-radio .radio-inline .last-calendar-feb {
    width: 110px;
}

.rounded-radio .radio-inline .shop-collection {
    width: auto;
}

.rounded-radio .radio-inline .calendar-mobile-view {
    display: none;
}
.rounded-radio .radio-inline .calendar-mobile-view .mobile-calendar {
    line-height: 57px;
    width: 110px;
    border: 1px solid #393629;
    background-color: transparent;
}

.rounded-radio .radio-inline p {
    width: 85px;
    display: table-cell;
}
.rounded-radio .radio-inline p small {
    font-size: 15px;
}

.rounded-radio .radio-inline .last-calendar,
.rounded-radio .radio-inline .last-calendar-feb {
    width: 110px;
    border: 1px solid #393629;
    background-color: transparent;
}

.rounded-radio .radio-inline .shop-collection {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #95989a;
    border: 1px solid #393629;
    background-color: transparent;
    text-transform: capitalize;
}
.rounded-radio .radio-inline .shop-collection a {
    color: #95989a;
}

.rounded-radio .radio-inline input[type="radio"]:checked ~ p {
    background-color: #212121;
    color: #fff;
    border-color: transparent;
}
.rounded-radio .radio-inline input[type="radio"]:checked ~ p:before {
    border: 1px solid #c0b689;
    position: absolute;
    content: "";
    bottom: 3px;
    right: 3px;
    left: 3px;
    top: 3px;
    z-index: 1;
}

.rounded-radio .radio-inline input[type="radio"] {
    display: none;
}

.rounded-radio.variations {
    margin-bottom: 30px;
}
.rounded-radio.variations .variation-block {
    margin-bottom: 10px;
}
.rounded-radio.variations .variation-title {
    color: #fff;
    font-size: 16px;
    display: block;
}
.rounded-radio.variations .radio-inline input[type="radio"] + p {
    width: auto;
    min-width: 103px;
    height: 30px;
    font-size: 13px;
    text-transform: uppercase;
}

.variations_radio.rounded-radio {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.variations .radio-inline p {
    width: 100%;
    padding: 6px;
    height: 80px;
    display: inline-grid;
}
.variations .radio-inline p .second {
    margin: 3px 0;
}
.variations .radio-inline p .first {
    font-weight: 500;
    font-size: 16px;
    padding-top: 5px;
}
.variations .radio-inline p .price {
    font-size: 16px;
}

@media (max-width: 495px) {
    .variations .rounded-radio .radio-inline {
        width: 49% !important;
    }
}
@media (max-width: 360px) {
    .variations .rounded-radio .radio-inline {
        width: 100% !important;
    }
}

.info-modal {
    padding: 0 !important;
    text-align: center;
}
/*.info-modal:before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    height: 100%;*/
/*    vertical-align: middle;*/
/*    margin-right: -4px;*/
/*}*/
.info-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.info-modal .modal-content {
    background-color: rgba(20, 20, 20, 0.95);
    text-align: center;
    border-radius: 0;
}
.info-modal .modal-content:before {
    border: 1px solid #c0b689;
    position: absolute;
    content: "";
    bottom: 10px;
    right: 10px;
    left: 10px;
    top: 10px;
}
.info-modal .modal-content .modal-header {
    border: none;
    padding: 10px 13px;
}
.info-modal .modal-content .modal-header .close {
    text-shadow: none;
    color: #95989a;
    opacity: 0.9;
    font-weight: 100;
    margin-top: 5px;
    margin-right: 5px;
}
.info-modal .modal-content .modal-body {
    padding: 5px 15px 15px;
}
#pickup_modal {
    z-index: 9999;
    /*font-size: 12px;*/
}
.info-modal .modal-content .modal-body .modal-title {
    text-align: center;
    color: #fff;
    font-weight: 200;
    margin-bottom: 25px;
}
.info-modal .modal-content .modal-body .modal-title .error-description {
    font-size: 15px;
    padding: 0 50px;
}
.info-modal .modal-content .modal-body .modal-message-place {
    color: #95989a;
    margin-bottom: 25px;
}
.info-modal
    .modal-content
    .modal-body
    .modal-message-place.terms-and-conditions {
    padding-left: 15px;
    padding-right: 15px;
}
.info-modal
    .modal-content
    .modal-body
    .modal-message-place.terms-and-conditions
    h4 {
    font-weight: 300;
    font-size: 15px;
    color: #ccc;
    margin-bottom: 25px;
}
.info-modal
    .modal-content
    .modal-body
    .modal-message-place.terms-and-conditions
    p {
    font-size: 12px;
    color: #ccc;
    line-height: 1.7;
    margin-bottom: 20px;
}
.info-modal .modal-content .modal-body .modal-message-place .popup-phone {
    font-size: 26px;
    color: #fff;
    padding-top: 30px;
}
.info-modal .modal-content .modal-body .modal-message-place .btn-sub-black {
    display: block;
    margin-bottom: 17px;
    line-height: 29px;
}
.info-modal .modal-content .modal-body .error-description {
    padding: 0 60px;
    margin-bottom: 30px;
}
.info-modal .modal-content .modal-big-text {
    font-size: 18px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.5;
}

.info-modal a,
.info-modal a:focus,
.info-modal a:hover {
    color: #fff;
}

.event-title-place {
    color: #ffffff;
}

.event-title-place .event-title {
    margin-bottom: 0;
    font-weight: 100;
    font-size: 18px;
}

/* New Account page design */

table.table-custom-design th {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table.table-custom-design td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #212121;
}

table.table-custom-design td .trash_button i {
    color: #212121;
    font-size: 18px;
}

table.table-custom-design tr:first-child th {
    border-top: 0;
}

table.table-custom-design tr td:first-child,
table.table-custom-design tr th:first-child {
    border-left: 0;
}

table.table-custom-design tr:last-child td,
table.table-custom-design tr:last-child th {
    border-bottom: 0;
}

table.table-custom-design tr td:last-child,
table.table-custom-design tr th:last-child {
    border-right: 0;
}

.btn-gold-color{
    background-color: #AFA474 !important;
    border-color: #C0B689 !important;
}

.bascet-product-name {
    width: 100%;
}

.bascet-product-name .product-price {
    text-align: right;
}

.verifyEmailMessage{
    -webkit-transition: all 0.3s;
    background-color: #212121;
    border-radius: 0;
    color: #fff;
    position: relative;
    max-width: 420px;
    height: 230px;
    font-size: 16px;
    margin: 0 auto;
    font-weight: 200;
    text-transform: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    font-family: "Roboto", sans-serif;
    padding: 8px 12px;
}

.verifyEmailMessage:before {
    border: 1px solid #c0b689;
    position: absolute;
    content: "";
    bottom: 5px;
    right: 5px;
    left: 5px;
    top: 5px;
    z-index: 1;
}

.verifyEmailLoginBtn{
    width: 70%;
    margin-top: 10px;
}

.verifyEmailLoginBtn .btn-sub-black{
    width: 100%;
}

.mg-l-10 {
    margin-left: 10px;
}
.color-gold{
    color:  #C0B689;
}

#checkout .required_field{
    color: #c0b689;
}

.my_account_section_item .my_account_heading_title{
    margin: 13px 0 12px;
    position: relative;
}

.my_account_section_item .my_account_heading_title:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
}

.my_account_section_item .my_account_heading_title span {
    background: #fff;
    z-index: 99;
    position: relative;
    padding: 0 24px;
}

.recipients_block .recipient_item  {
    color: #afa474;
}

#addCardModal .credit-card-place .credit-icon{
    position: absolute;
    right: 7px;
    top: 32px;
    max-width: 40px;
}

#checkout .credit-card-place .credit-icon {
    position: absolute;
    right: 2px;
    top: 30px;
    max-width: 40px;
}

/* Home Page Collection styles */

.jadore-area-item.jadore-area-item-buttons .link_sections_block{
    border: solid 1px #ccc;
    border-radius: 2px;
    height: 40px;
    padding: 9px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    color: #383838;
    width: 100%;
    text-align: center;
}

.jadore-area-item.jadore-area-item-buttons .link_btn_item{
    display: block;
}

.jadore-area-item.jadore-area-item-buttons .jadore-area-name-div-buttons{
    color: #fc8f98;
    font-size: 35px;
    font-weight: 600;
    text-shadow: 1px -1px #f9d8d8;
    font-family: Great Vibes;
    margin-bottom: 0;

}

.jadore-area-item.jadore-area-item-buttons .jadore-area-desc-div-buttons{
    color: #fc8f98;
    font-family: Prata;
    line-height: 2px;
    text-shadow: 1px -1px #f9d8d8;
    margin-top: 0;
}

.order_view_block{
    margin: 0 auto;
    min-width: 320px;
    max-width: 600px;
    word-wrap: break-word;
    word-break: break-word;
    background-color: #ffffff;
    color: #000 !important;
}

.logo_block .jlf_logo_img{
    outline: none;
    text-decoration: none;
    -ms-interpolation-mode: bicubic;
    clear: both;
    display: block !important;
    border: 0;
    height: auto;
    float: none;
    width: 100%;
    max-width: 126.67px;
    margin: auto;
}

.order_view_code_block{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.order_view_block .product_info_item_wrap_type1{
    color:#101010;
    line-height:120%;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    padding-right: 5px; 
    padding-left: 0px; 
    padding-top: 0px; 
    padding-bottom: 5px;
}
.order_view_block .product_info_item_wrap_subtype1{
    font-size:12px;
    line-height:14px;
    color:#101010;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-align:left;
}
.order_view_block .product_info_item_wrap_type2{
    color:#949494;
    line-height:120%;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; 
    padding-right: 5px; 
    padding-left: 0px; 
    padding-top: 5px; 
    padding-bottom: 2px;
}
.order_view_block .product_info_item_wrap_subtype2{
    font-size:12px;
    line-height:14px;
    color:#949494;
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-align:left;
}

.order_view_block .product_img_block img{
    outline: none;
    text-decoration: none;
    -ms-interpolation-mode: bicubic;
    clear: both;
    display: block !important;
    border: 0;
    height: auto;
    float: none;
    width: 100%;
    max-width: 215px;
}

.order_view_block .payment_details_style{
    margin: 0;
    font-size: 11px;
    line-height: 12px;
    text-align: right;
}
/*  */

.feature_label_image {
    display: none
}
.feature_label_image .feature_label_img {
    display: block !important;
    position: absolute;
    display: block;
    bottom: 68px;
    right: 0;
    width: 200px;
    height: 200px;
}

@media (max-width: 500px) {
    .feature_label_image .feature_label_img {
        width: 120px;
        height: 120px;
    }
}


/* Collaboration */

.collaboration_section .collaboration-desc{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 27px;
    font-family: 'Prata', serif;
    color: #c0b689;
}

/* On top price */
.mobile-on-top-price{
    display: none;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    z-index: 99999;
    background-color: #121212;
    padding: 10px;
}

/*  */

@media (max-width: 500px) {
    .product_page_buttons button {
        width: 80% !important;
    }
    
    .delivery_agreement_time_buttons{
        display: block !important;
    }
    
    .toll-free-contact{
        font-size: 16px;
    }
    
    
}

@media (max-width: 1200px) {
    #addToCartForm .product_page_details_section  {
        margin-top: 20px;
    }
		    .toll-free-contact{
        font-size: 19px;
    }
}


/* Product features price */

.bascet-items .product-feature-info {
    font-size: 12px!important;
    padding: 3px;
    margin-left: 5px;
    color: #95989a;
    text-align: left;
}

.modal_product_list .product-feature-info{
    font-size: 12px!important;
    padding: 3px;
    color: #95989a;
    text-align: left;
}

.products_features_all_summary_info .product_features_summary_info_item{
    border-bottom: 1px solid #383838;
    padding-top: 20px;
}

.products_features_all_summary_info .product_features_summary_info_item:last-child{
    border-bottom: unset;

}

.grecaptcha-badge{
    display: none;
}


.jlf-first-page-logo-block{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.jlf-first-page-logo-block img{
    max-width: 100%;
    width: 150px;
}


.first_page_updated_design .jadore-areas-divs {
    width: 270px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.first_page_updated_design .jlf-events-div{
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0;
	max-width: 1200px;
    margin: 0 auto !important;
}

            
.slider-block-1 {
    min-height: auto;
}

.white-page-banner {
    width: 100%;
    padding: 30px 0;
    z-index: 10;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    max-width: 1200px;
    margin: 0 auto !important;
    
}

.white-page-banner-content.jadore-areas-div{
    font-family: "Prata", serif;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid #7a7d7f;
    outline: 2px solid #ccc;
    outline-offset: -7px;
    margin: 10px 20px;
    padding: 25px 20px;
    color: #383838;
    max-height: max-content;
}

.white-page-banner-content {
    width: 100% !important;
	height: 140px !important;
    min-height: 140px !important;
   
}

.white-page-banner p {
    color: black !important;
    font-size: 16px !important;
}

.white-page-banner .logo-section {
    display: block !important;
    margin: auto !important;
}

.white-page-banner-content .logo-section img {
    height: 60px !important;
    width: 50% !important;
    object-fit: contain !important;
}

.white-page-banner-content .button-section {
    position: absolute !important;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
	width: 140px;
	padding: 6px;
	height: 35px;
	background-color: #ffffffa6;
	border-radius: 1px;
	border: 1px solid #979797;
	box-shadow: 0px 0px 10px #a5a5a5;
}

.white-page-banner-content .button-section a {
    color: black;
    font-size: 17px;
    font-family: "Prata", serif;
}

.white-page-banner-content .white-page-links {
    display: flex;
    justify-content: center;
    grid-gap: 30px;
    margin-top: 5px;
}

.white-page-banner-content .white-page-links a {
    position: relative;
    z-index: 2;
    color: black;
}

.white-page-banner-content .white-page-links a small {
    vertical-align: bottom;
    font-style: italic;
    color: gray;
}
.white-page-banner-logo {
	margin-top: 0.7rem !important;
	margin: auto;
}

.white-page-banner .flower-1 {
    /*height: 105%;*/
    min-height: 195px;
    object-fit: contain;
    width: 150px;
    position: absolute;
    left: -5px;
    bottom: 0;

}

.white-page-banner .flower-2 {
	display: none;
    width: 140px;
    height: 180px;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}
.white-page-banner .jadore-areas-divs:hover{
	-webkit-transform: unset !important;
	transform: unset !important;
	
}
.button-border {
    /*border: 1px solid #ccc;*/
    position: relative;
    top: -2px;
    margin: 0 -3px;
	border-radius: 1px;
}
.button-section-mobile {
	width: 100px;
    margin: 0 auto;
	height: 29px;
	background-color: #ffffffa6;
	padding: 5px;
	border-radius: 1px;
	border: 1px solid #979797;
	box-shadow: 0px 0px 10px #a5a5a5;
	
}
.button-border-mobile {
	color: #000 !important;
    /*border: 1px solid #ccc;*/
    position: relative;
    top: -2px;
    margin: 0 -3px !important;
	border-radius: 1px;
	padding-top: 2px;
}

.white-page-banner .web-banner-img-1 {
	left: 0;
	bottom: -10px;
}
.jadore-areas-mobile-adv{
    margin: 10px 5px 0;
    font-size: 13px;
    line-height: 1.5;
	color: #a70909;
    text-align: center;
}

@media (max-width: 900px){
    .white-page-banner .flower-1 {
        object-fit: contain;
		width: 150px;
		left: 35px;
    }
	.white-page-banner-content .logo-section img{
		height: 70px;
		width: 50%;
	}
    
    .white-page-banner-content .button-section {
        right: 0;
    }
    
    .white-page-banner .flower-2 {
		display: none;
        width: 140px;
        height: 125px;
		transform: rotate(6deg);
		right: -20px;
    }
	.white-page-banner-content .white-page-links {
		display: none;
	}
	    .toll-free-contact{
        font-size: 19px;
    }
	
}

@media (max-width: 780px) {
    .first_page_updated_design .jadore-areas-divs {
        width: 230px;
        min-height: 250px;
    }

    .first_page_updated_design.main-bg-slider .slider-block-1{
        min-height: fit-content;
    }
	.jlf-first-page-logo-block {
	margin-bottom: 0px;
    padding: 5px;
	}
}


@media (max-width: 715px){
	.white-page-banner{
	height: 175px
    }
    .white-page-banner .flower-1 {
        height: 77%;
        min-height: unset;
        object-fit: contain;
        width: 150px;
		left: 35px;
		top: 35px;
    }
	.white-page-banner .vday-flower{
		top: 10px;
	}
    .white-page-banner p {
		
		font-size: 12px!important;
	}
	
    .white-page-banner-content .white-page-links {
        display: none;
		flex-direction: column;
        flex-wrap: wrap;
        grid-gap: 5px;
        margin-top: 5px;
    }
    
    .white-page-banner-content .button-section {
		display: none;
        position: static;
        margin-top: 15px;
    }
    
    .white-page-banner-content .logo-section img{
		width: 70%;
	}
    .button-section-mobile {
	display: block !important;
	}
	.web-banner-img-1 {
	left: 0;
	bottom: -10px;
	}
}
@media (max-width: 600px) {
    .first_page_updated_design .jadore-areas-divs {
        margin: 7px;
        width: 192px;
		min-height: 150px;
    }
		.jadore-area-name-div {
		font-size: 22px;
	}
	
	.jlf-first-page-logo-block img{
	    width: 75px !important;
	}
	
	.jadore_area_subtitle_mobile{
	    display: block !important;
	}
}

@media (max-width: 500px){
	.white-page-banner{
		height: 140px;
		padding: 0px !important;
		margin: 5px auto !important;
	}
	
	.white-page-banner-content{
		height: 130px;
		min-height: 120px !important;
	}                    
	.white-page-banner p{
		font-size: 14px !important;
	}
	
    .white-page-banner-content .logo-section img {
        height: 50px;
        width: 80% !important;
		margin-top: 5px;
    }
	
    .white-page-banner-content .button-section a{
		font-size: 15px; 
	}
	.white-page-banner-logo {
	margin-top: 0.2rem !important;
	}
	
    .white-page-banner .flower-1 {
		height: 70%;
        min-height: unset;
        object-fit: contain;
		left: -30px;
		top: 38px;
		z-index: 999;
    }
    
    .white-page-banner .flower-2 {
		display: none;
        width: 125px;
        height: 125px;
		transform: rotate(6deg);
		right: -20px;
    }
		.white-page-banner .vday-flower{
		top: 25px;
		left: -22px !important;
	}
	.vday-banner {
	height: 130px !important;
	}
    
}

@media (max-width: 430px) {
    .first_page_updated_design .jadore-areas-divs {
        margin: 7px;
        width: 170px !important;
		min-height: 150px !important;
    }

    .first_page_updated_design .jadore-area-item{
        margin: 0;
        width: unset !important;
    }
	.jadore-area-name-div {
		font-size: 20px;
	}
}

.has-submenu.dropdown>a {
    display: inline-block;
    vertical-align: middle;
}
.has-submenu.dropdown .dropdown-item:hover, .has-submenu.dropdown .dropdown-item:focus, .has-submenu.dropdown .dropdown-item:active {
   
    text-decoration: none !important;
    background-color: transparent;
    color: white;
    outline: none !important;
}
.has-submenu.dropdown .dropdown-menu {
   border-top: 2px solid #c0b689;
    background: #1a1a1a;
    border-radius: 0px;
}

.submenu-dropdown {
    color: #898C8D;
    font-size: 20px;
    border-radius: 3px;
    margin-right: 0px;
    font-family: "Roboto", sans-serif;
    color: #898C8D;
    font-weight: 300;
    background-color: transparent;
    padding: 0 5px 0 0 !important;
}

.popup_left_top{
    left: 0;
    top: 0;
    position: fixed;
}

.popup_left_bottom{
    left: 0;
    bottom: 0;
    position: fixed;
}

.popup_right_top{
    right: 0;
    top: 0;
    position: fixed;
}

.popup_right_bottom{
    right: 0;
    bottom: 0;
    position: fixed;
}

.popup_modal .modal-content{
    height: 100%;
}
.popup_modal .modal-header{
    border-bottom: 0px;
}
.info-modal.popup_modal .modal-content:before{
    display: none;
}
.popup_modal {
    z-index:9999;
}

.section3__animate {
    width: 100%;
    padding: 0.31rem;
    background-color: #0e0e0e;
}

.section3__animate_link:hover * {
    color: white;
}

.section3__animate li {
    list-style-type: none;
}
.section3__animate .after {
    display: block;
    position: absolute;
    z-index: 50;
    background-color: #0e0e0e;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: 200;
}
.section3__animate .after.active {
    animation: section3After 2s linear;
}

@keyframes section3After {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}
.section3__animate .section3__animate__small {
    height: 100%;
    width: auto;
    position: relative;
}

.section3__animate img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
}
.section3__animate p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    display: block;
    margin-bottom: 0;
}
.section3__animate .section3__animate__center div {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    height: 100%;
    width: auto;
    display: block;
    transform: translate(-50%, -50%);
}

.section3__animate .section3AnimationItem {
    opacity: 0;
}
.section3__animate .section3__animate__center {
    height: 5rem;
    position: relative;
}
.section3__animate__small img {
    object-position: center center;
    height: 5rem;
    width: 5rem;
    min-width: 5rem;
}
.section3__animate .section3__animate__border {
    border: 2px solid #1d1d1d;
}
.section3__animate .section3__animate__menu {
    height: 100%;
    opacity: 0;
    font-size: 1.5rem;
    transition: opacity 0.5s;
    z-index: 100;
    background-color: #0e0e0e;
}
.section3Animation {
    animation: section3Animation1 6s linear;
}

.section3AnimationCenter {
    animation: section3AnimationCenter1 4s linear;
}

@keyframes section3Animation1 {
    0% {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes section3AnimationCenter1 {
    0% {
        opacity: 0;
        transform: scale(1) translate(-50%, -50%);
    }

    30% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.1) translate(-44%, -44%);
    }
}


@media only screen and (max-width: 1440px) {
    .section3__animate .section3__animate__menu {
        font-size: 1.3rem;
    }
    .section3__animate p {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .section3__animate p {
        font-size: 1.3rem;
    }

    .section3__animate .section3__animate__center {
        height: 3.5rem;
    }
    .section3__animate__small img {
        height: 3.5rem;
        width: 3.5rem;
        min-width: 3.5rem;
    }
    .section3__animate .section3__animate__menu {
        font-size: 0.88rem;
    }
	  .jadore-area-desc-div h3 {
	font-size: 10px;
	font-weight: 600
	} 
}
@media only screen and (max-width: 500px) {
    .section3__animate__small img {
        height: 3.2rem;
        width: 3.2rem;
        min-width: 3.2rem;
    }

    .section3__animate p {
        font-size: 0.88rem;
    }

    .section3__animate__small {
        position: relative;
    }

    
    .section3__animate__small .section3AnimationItem:not(:first-child) {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .animation-right .section3__animate__small .section3AnimationItem:not(:first-child) {
        left: unset;
        right: 0;
    }
    
    .section3__animate .section3__animate__center {
        padding: 0 !important;
    }
    
    .animation-center-block:last-child {
        width: 115px !important;
        max-width: 115px !important;
    }
    
    
    
}
