:root {
    --text-colorL: #FFFFFF;
    --text-colorBr: #6c4a3a;
    --text-colorD: #252525;
    --bg-colorL: #FFFFFF;
    --bg-colorTan: #ede9e0;
    --bg-colorD: #1a1a1a;
}
html {
    scroll-behavior: smooth;
    scroll-snap-type: y proximity;
}
h1, h2, h3, h4, h5, p, body {
    margin: 0;
    color: var(--text-colorD)
}
h1, h2, h3, h4, #topMid {
    /*font-family: 'Cormorant Garamond', serif;*/
    font-family: 'Italiana', serif;
    font-weight: 300;
}
h4, h5, p, body {
    /*font-family: 'Mukta', sans-serif;*/
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;

}
h1 {
    font-size: clamp(1.5rem, 7vw, 3.5rem);
}
h2 {
    font-size: clamp(1.3rem, 7vw, 2.7rem);
}
h3 {
    font-size: clamp(1.1rem, 7vw, 2rem);
}
h4 {
    font-size: clamp(1.1rem, 7vw, 1.5rem);
}
h5 {
    font-size: clamp(.7rem, 7vw, .87rem);
}
p {
    line-height: 1.75;
    font-size: 13px;
}
body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}
#LejeCoverWrap{
    background-color: #6c4a3a;
    width: 100vw;
    height: calc(100vh - 50px);
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 1000;
}
.LeJeCoverText{
    height: calc(95vh - 50px);
    text-align: center;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    animation: LeJeText 1.5s;
}
#lejeCoverPic{
    width: 170px;
    height: 170px;
    margin: 0 auto;
}
@keyframes LeJeText {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;

    }
}
/*     NAV     */
#LogInInitial {
    position: absolute;
    top: 17px;
    right: 27px;
    text-align: center;
    height: 25px;
    width: 25px;
    box-sizing: border-box;
    border-radius: 50px;
    background-color: var(--text-colorBr);
    margin-top: -5px;
    color: #FFFFFF;
}
a, a:visited {
    color: var(--text-colorL);
    text-decoration: none;
}
a:focus, a:active, a:focus a:valid, a:hover {
    font-style: italic;
    color: var(--text-colorL);
    text-decoration: underline;
}
#TopBox {
    padding-top: 8px;
}
#NavBox {
    width: 100%;
    height: 50px;
    background-color: var(--bg-colorL);
}
#NavBar {
    width: 96%;
    margin: 0 auto;
    max-width: 1300px;
    background-color: #FFFFFF;
    border-bottom: 0;
    padding-top: 0;
    position: relative;
}
.topLeftLogo {
    width: 275px;
    min-width: 150px;
}
.topLeft {
    white-space: nowrap;
    padding: 5px 0 4px 0px;
    width: 1.75rem;
}
#topCart{
    padding: 0;
    width: 22px;
    position: absolute;
    right: 56px;
    top: 15px;
}
.topCartPic{
    width: 22px;
    margin-top: -3px;
}
#topMid {
    position: absolute;
    left: 50%;
    top: .7rem;
    font-size: 1.3rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.topRight {
    text-align: right;
    right: 3%;
    padding-top: .80rem;
    width: 25px;
}
#topMenu {
    right: 0;
    top: 11px;
    position: absolute;
    width: 20px;
    padding-left: 5px;
}
#navTop {
    flex-direction: column;
    justify-content: center;
    display: flex;
    opacity: .97;
    height: calc(100vh - 72px);
    padding-top: 15px;
    padding-bottom: 10px;
    max-width: unset;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    background-color: rgba(108, 74, 58, 0.97);
    -webkit-animation-delay: .05s;
    animation-delay: .07s;
    animation: fadeNav .5s;
}
@keyframes fadeNav {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
#navTop ul li {
    padding: 15px 15px;
    text-align: center;
}
#navTop ul li a{
    font-size: 18px;
}
#navTop ul:hover a {
    opacity: 0.5;
}
#navTop ul a {
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease-in-out;
}
#navTop ul a:hover {
    opacity: 1;
}
.bar1, .bar2, .bar3 {
    background-color: var(--bg-colorD);
}
.Btns {
    color: var(--text-colorD);
}
.BtnsLog {
    color: var(--text-colorD);
}
.Btns:hover {
    color: #0c0c0c;
    font-style: normal;
}
.BtnLogIn {
    background-color: #ffffff;
    padding: .3rem 1rem;
    border: 1px solid #252525;
    color: #252525;
    margin-right: 1rem;
}
.BtnSignUp {
    background-color: #0c0c0c;
    border: 1px solid #252525;
    padding: .3rem 1rem;
    color: #FFFFFF;
}
.BtnSignUp:hover, .BtnLogIn:hover {
    color: #252525;
    font-style: normal;
}
.BtnSignUp:hover {
    color: #FFFFFF;
}
.ProductListBtn1{
    background: transparent;
    padding: 7px 30px;
    border: solid 1px #252525;
    color: #252525;
    max-width: 150px;
    margin: 30px auto;
    font-size: 13px;
    transition: background-color 0.5s ease;
}
.ProductListBtn1:hover{
    background-color: #252525;
    color: #FFFFFF;
}
#bannerBkg {
    width: 100%;
}
footer {
    background: #1c1c1c;
    border-top: 1px #252525;
    z-index: 3;
    position: relative;
}
.cl {
    background-color: var(--bg-colorL);
}
.cBrown {
    color: var(--text-colorBr);
}
.cTan {
    background-color: var(--bg-colorTan);
}
.tl {
    color: var(--text-colorL);
}
.cd {
    background-color: var(--bg-colorD);
}
.b1 {
    width: 100%;
    position: relative;
}
.bold{
    font-weight: bold;
}
.z1, .z2, .z3, .relative {
    position: relative;
}
.relative {
    position: relative;
}
.z1 {
    z-index: 3;
}
.mt3rem {
    margin-top: 3.5rem;
}
.mtb5rem {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.mtb5remPreset{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.mtb7rem {
    margin-top: 7rem;
    margin-bottom: 7rem;
}
.P_pb5rem {
    padding-bottom: 5rem;
}
.P_pb7rem{
    padding-bottom: 7rem;
}
.mb-5rem {
    margin-bottom: -5rem;
}
.pb2rem{
    padding-bottom: 1.5rem;
}
.pt1rem {
    padding-top: 1rem;
}
.pb1rem {
    padding-bottom: 1rem;
}
.pt2rem {
    padding-top: 2rem;
}
.ptb3rem{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.pt3-5rem {
    padding-top: 3.5rem;
}
.pb5rem{
    padding-bottom: 3rem;
}
.ptb5rem{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.ptb7rem {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pt7rem {
    padding-top: 7rem;
}
.ptbMPayment7rem {
    padding-top: 2.5rem;
}
.absolute {
    position: absolute;
}
.absoluteCenter{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.z_4 {
    z-index: 4;
}
.boxSizing {
    box-sizing: border-box;
}
.Desktop,.Desktop2 {
    display: none;
}
.phone_fw,.cartItemWrap,.cartItemBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cartItemWrap{
    max-width: 400px;
    width: 100%;
    margin-top: -25px;
}
.phone_vw {
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.phone_vf{
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.textCenter {
    text-align: center;
}
.btn1 {
    color: #ffffff;
    padding: 7px 35px;
    background-color: #6c4a3a;
    border: none;
    border-radius: 5rem;
    cursor: pointer;
    transition-duration: .3s;
    max-width: 185px;
    font-size: 13px;
    box-sizing: border-box;
}
.btn1:hover {
    background-color: #252525;
    color: #ffffff;
}
.btn2 {
    width: 100%;
    max-width: 25rem;
    margin-bottom: 1.7rem;
}
.btn3 {
    background-color: #af967e;
}
.btn5{
    background-color: transparent;
    padding: 13px 30px 13px 30px;
    border: solid 1px #000000;
    color: #000000;
    max-width: 245px;
    margin: 30px 0;
}
.btnPreset{
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
}
.Arrow_1, .Arrow_2 {
    width: 17px;
    padding-left: 11px;
}

/*     HomeVideo     */
#T2_1_VideoWrap {
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 94vh;
    background-color: #FFFFFF;
}
#T2VideoBox {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.LejeCoverPhoto{
    height: 130px;
    width: 130px;
    margin: 0 auto;
}
.videoHomeCover {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content_wrap {
    width: 94%;
    margin: 0 auto;
    max-width: 1920px;
}
.content_wrapPreset{
    width: 90%;
}
.content_wrapS{
    max-width: 1400px;
}
.content_wrapS2{
    max-width: 1000px;
}
.card_3text{
    padding-bottom: 1.3rem;
}
.b1BannerH1 {
    top: 17%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.b1Banner__text, .b1__textLine {
    bottom: 3rem;
    right: 13%;
}
/*.b1__textLine {*/
/*    margin: 2rem auto 0 3.7rem;*/
/*    width: 1px;*/
/*    height: 50px;*/
/*    background-color: var(--text-colorD);*/
/*}*/
.b1Left {
    left: 18px;
    top: 0;
    width: 50px;
    height: 100%;
    /*background-color: var(--bg-colorL);*/
}
.b1Right {
    right: 18px;
    top: 0;
    width: 50px;
    height: 100%;
    /*background-color: var(--bg-colorL);*/
}
.b1eLeft__text {
    left: -3rem;
    width: 9rem;
    bottom: 6rem;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 13px;
}
.b1eLeft__icons {
    top: 3rem;
    left: .6rem;
    width: 3rem;
}
.b1eRight__icons {
    bottom: 3rem;
    right: .6rem;
    text-align: right;
    width: 3rem;
}
.b1eRight__icons img, .b1eLeft__icons img {
    padding-bottom: 5px;
    width: 30px;
}
.b1eRight__text {
    right: -3rem;
    width: 9rem;
    top: 6rem;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    font-size: 13px;
}
#fadePanel_0, #fadePanel_1, #fadePanel_2, #fadePanel_3, #fadePanel_4, #fadePanel_5 {
    animation-fill-mode: both;
    animation-duration: 1000ms;
    animation-delay: 0ms;
    animation-iteration-count: 1;
    transition: opacity .6s linear, transform .6s cubic-bezier(0.26, 0.67, 0.48, 0.91);
}
@keyframes Fade-Up {
    0% {
        transform: translateY(120px);
    }
    100% {
        transform: translateY(0);
    }
}
.box {
    width: 100%;
    max-width: 500px;
    height: auto;
}
.boxWrapper{
    width: 100%;
    height: 705px;
    box-sizing: border-box;
}
.FlexBox3Pic{
    max-width: 515px;
}
.FlexBox3PicText{
    width: 100%;
}
.parallax-container {
    position: relative;
    margin-top: 70px;
    max-width: 600px;
    height: 470px; /* Set desired height */
}
.parallax-container1{
    margin-top: 0;
}
.parallax-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: translate3d(0, 0, 0);
}
.homePgParallax3{
    margin-top: 150px;
}
.layer1,.layer2,.layer4,.layer5,.layer7,.layer8{
    width: 67vw;
    height: calc(67vw * 1.29);
    max-width: 300px;
    max-height: 387px;
}
.layer1,.layer4,.layer7{
    margin-top: -115px;
}
.layer2,.layer5,.layer8{
    margin-left: 27%;
    margin-top: 100px;
}
.layer3,.layer6,.layer9{
    margin-left: 9%;
    /*max-width: 300px;*/
    /*max-height: 387px;*/
    max-width: 350px;
    max-height: 451px;
    width: 75vw;
    height: calc(75vw * 1.29);
}
.TopPgWrap {
    background-color: #FFFFFF;
    z-index: 100;
}
/*  ScrollPanel CSS  */
#scrollPic_wrapper{
    position:fixed;
    width: 100vw;
    z-index: -5;
}
.scrollBox{
    width: 100vw;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
}
.scrollBox:after{
    position: relative;
}
.scrPic{
    max-width: none;
    max-height: none;
    position: absolute;
    top: 0px;
    /*left: 50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
}
.scrPicText{
    transition: ease-in-out;
    /*position: absolute;*/
    flex-direction: column;
    justify-content: center;
    display: flex;
    top: 5px;
    left: .3rem;
    max-width: 500px;
    border-radius: 15px;
    padding: 1.3rem;
    font-size: 15px;
}
#textSlide1,#textSlide2,#textSlide3,#textSlide4,#textSlide5,#textSlide6,#textSlide7{
    position: absolute;
    /*top: 0;*/
    /*left: 0;*/
    z-index: 100;
}
#scrollPanel{
    height: 800vh;
}
#scrollPanelLastPic,#scrollPanelLastPic2{
    /*height: 100vh;*/
    position: relative;
}
#scrollPanelLastPic2{
    height: 100vh;
    padding-top: 45px;
    background: #FFFFFF;
}
#slide0Pic{
    position: relative;
    width: 100vw;
    top: 100px;
    background: #FFFFFF;
}
.card_3{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-color: var(--bg-colorL);
    margin-bottom: 2rem;
}
/*  END ScrollPanel  */

@keyframes Slow-Fade {
    0% {
        opacity: 0;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.Item_wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
 }
.Item_wrap3{
    padding-bottom: 15px;
}
#scroll_wrap,#scroll_wrap2,#scroll_wrap3{
    padding-left: 30px;
}
.Item_wrap::-webkit-scrollbar {
    width: 15px;
    height: 11px;
    border-radius: 50px;
    border: 1px solid #d5d4d4;;
}
.Item_wrap::-webkit-scrollbar-track {
    background-clip: content-box;
    border-radius: 50px;
}
.Item_wrap::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 50px;
    border: 1px solid #d5d4d4;
}
.Item_wrap::-webkit-scrollbar-thumb:hover {
    background-color: #ececec;
}
.Item_wrap::-webkit-scrollbar-thumb:active {
    background-color: #ececec;
}
.Item_wrap::-webkit-scrollbar-corner,.Item_wrap::-webkit-scrollbar-track {
    background-color: #d5d4d4;
}
.ItemBox {
    width: 250px;
    box-sizing: border-box;
    border: none;
    margin: 0 30px 15px 0;
    overflow: hidden;
    position: relative;
    height: 430px;
    border-radius: 34px;
}
.ItemBox3{
    width: 130px;
    height: 88px;
    border-radius: 30px 30px 0 0;
    margin-top: 30px;
    margin-bottom: 10px;
}
.ItemBox2{
    width: 300px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    white-space: normal;
}
.ItemBox2:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.Item_wrap .ItemBox,.review-box {
    display: inline-block;
    vertical-align: top;
}
.ItemPic{
    width: 100%;
    object-fit: cover;
    transition: transform .3s;
}
.ItemPic:hover{
    transform: scale(1.03);
    opacity: 1;
}
.conPic{
    width: 100%;
}
.textContentWrap{
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    width: 94%;
    padding: 0 0 100px 0;
}
#bookingWrap{
    text-align: left;
}
.secondary-title{
    color: #3c3c3c;
    padding: 25px 5px 11px 0;
}
.product_fld,.shop-box-style{
    border: solid 1px #cccccc;
    background-color: #fafafa;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 5px 5px 15px;
    border-radius: 5px;
}
.product_fldSmall:last-child{
    margin-bottom: 0;
}
.product_fldSmall{
    width: 48%;
}
.sub-title{
    font-size: 15px;
    color: #5d5d5d;
}
::placeholder{
    font-size: 13px;
}
.productName{
    margin: 33px auto 15px auto;
    font-size: 21px;
}
.productPrice{
    margin-bottom: 15px;
}

.product-photos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.main-photo img {
    max-width: 100%;
    height: auto;
    padding-top: 1px;
}
.thumbnail-photos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.thumbnail-photos img {
    width: 75px; /* Adjust the size as needed */
    height: 52px; /* Adjust the size as needed */
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease-in-out;
}
.thumbnail-photos img:hover {
    border-color: #f90; /* Change the border color on hover */
}
.topPresetPicWrap{
    margin-bottom: 1.5rem;
}




.BookingBtn{
    padding: 7px 30px;
    background-color: #6c4a3a;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 30px;
    width: 130px;
    text-align: center;
    cursor: pointer;
}
.product_fld:focus,.product_fld:focus-visible,.shop-box-style:focus,.shop-box-style:focus-visible {
    outline: 1px solid #6c4a3a;
}
.infoError{
    color: #ef0000;
}
.faq-container {
    max-width: 750px;
    width: 100%;
    margin: 0px auto;
}
.question:last-child{
    padding: 0;
    height: 1px;
}
.question {
    padding: 10px;
    cursor: pointer;
    border-top: 1px solid #000000;
}
.answer {
    border-top: 1px solid #d1d1d1;
    display: none;
    padding: 10px;
}
.answerOpen{
    display: block;
}
.toggle-icon:before {
    float: right;
    content: '+';
    color: #0c0c0c;
}
.toggle-icon.minus:before {
    content: '-';
    color: #0c0c0c;
}
.before-after {
    position: relative;
    margin: 0 auto;
    width: 94vw;
    height: calc(94vw * .6925);
}
.before-after .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.before-after .img.front-img {
    z-index: 1;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

.slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    /*background-color: #ffffff;*/
    /*width: 7px;*/
    /*height: 30px;*/
    cursor: col-resize;
    /*border: 1px solid #ffffff;*/
    /*border-radius: 0;*/

    -webkit-appearance: none;
    appearance: none;
    height: 50px;
    width: 50px;
    background-image: url("https://lejedesigns.com/pics/image3297_7157Blog8.png?v=1");
    background-size: cover;
    border-radius: 50%;
    border: none;
}
.slider::-moz-range-thumb {
    -moz-appearance: none;
    background-color: #ffffff;
    /*width: 7px;*/
    /*height: 30px;*/
    cursor: col-resize;
    /*border: 1px solid #ffffff;*/
    /*border-radius: 0;*/


    -webkit-appearance: none;
    appearance: none;
    height: 50px;
    width: 50px;
    background-image: url("https://lejedesigns.com/pics/image3297_7157Blog8.png?v=1");
    background-size: cover;
    border-radius: 50%;
    border: none;
}
.presetIconWrap{
    width: 300px;
}
.presetIcon{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px;
}
.btnArrow{
    margin-left: 15px;
    width: 13px;
    padding-bottom: 3px;
}
/*//////////CART/////////*/
.FrmHeading{
    margin-top: 30px;
}
.cartItemBox{
    height: 140px;
    border-top: solid 1px #999;
}
.cartItemBox:first-child{
    margin-top: 15px;
}
#bagNumber{
    font-size: 9px;
    text-align: center;
    padding: 1px;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 9px;
    top: 7px;
    border-radius: 50px;
    background-color: #0A629F;
    color: #ffffff;
    display: none;
}
#cartItemInfo{
    width: 100%;
}
.cartSubItem{
    clear: both;
    float: left;
    width: 75%;
    line-height: 30px;
    padding-bottom: 15px;
}
#cartPrice{
    float: right;
    width: 25%;
    text-align: right;
    line-height: 30px;
    padding-bottom: 15px;
    color: #39423d;
}
.cartTotItem{
    clear: both;
    float: left;
    width: 63%;
    font-size: 17px;
    line-height: 40px;
    margin-top: 5px;
    border-top: 1px solid #999;
}
.cartTotAmt{
    float: right;
    width: 37%;
    text-align: right;
    font-size: 25px;
    font-weight: 100;
    line-height: 50px;
    margin-top: 5px;
    border-top: 1px solid #999;
}
.CartContent_wrap {
    width: 92%;
    max-width: 1920px;
    margin: 30px auto;
    background-color: #ffffff;
}
.cartItemName{
    margin: 45px 10px 20px 0;
    font-size: 13px;
    width: 55%;
    font-weight: bold;
    color: #39423d;
}
.productTitleWrap {
    margin-bottom: 17px;
    opacity: 0;
}
.productTitleLeft{
    color: #39423d;
    font-size: 15px;
}
.productTitle,.cartItemPrice,.cartItemTotal,.cart_total{
    text-align: right;
    align-items: end;
    color: #39423d;
}
.productTitle{
     text-align: center;
     width: 87px;
 }
.productTitle, .item_Total {
    color: #39423d;
    font-size: 15px;
}
#cartConfirmWrap, .productTitleWrap,.productTitleRight,.quantity {
    justify-content: space-between;
}
#cartConfirmWrap, .productTitleWrap,.productTitleRight,.quantity,.cartQty {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.cartItemTotal,.productTitle:last-child{
    display: none;
}
#shipping_OrderItems .cartItemPrice{
    display: none;
}
#shipping_OrderItems .cartItemTotal{
    display: block;
}
.cartQty{
    width: 174px;
}
#cartConfirmWrap{
    box-sizing: border-box;
}
.cartPic {
    width: 30%;
    max-width: 100px;
    margin: 31px 7px 36px 0;
    border-radius: 11px;
    border: solid 1px #d9d9d9;
    background-color: #FFFFFF;
}
.cartLine{
    border-top: 1px solid #cbc4bc;
    margin-top: 15px;
    width: 100%;
}
.cartQtyWrap{
    width: 75%;
}
.quantity {
    border: 1px solid #cbc4bc;
    padding: 3px 7px;
    margin-bottom: 7px;
    box-sizing: border-box;
    max-width: 81px;
    float: right;
    width: 100px;
    height: 33px;
    margin-top: -5px;
}
.BagNumber,.BagMinus,.BagPlus{
    background-color: transparent;
    border: none;
    color: #cbc4bc;
    font-size: 18px;
    cursor: pointer;
}
.BagMinus{
    font-size: 17px;
}
.BagMinus{
    display:inline-block;
    -webkit-transform:scale(2,1);
    -moz-transform:scale(2,1);
    -ms-transform:scale(2,1);
    -o-transform:scale(2,1);
    transform:scale(2,1);
}
.BagQuantity{
    background-color: transparent;
    text-align: center;
    width: 35px;
    padding-top: 3px;
    border: none;
    color: #918b84;
    font-size: 14px;
}
.BagNumber{
    text-align: center;
    width: 30px;
}
.cartItemPrice,.cartItemTotal,.cart_item_remove{
    width: 80px;
}
.cartItemPrice{
    text-align: center;
}
.cart_item_remove, .cart_qty a, .cart_qty a:visited{
    font-size: 14px;
    color: #cbc4bc;
    text-align: right;
    margin-left: 45%;
}
.cart_qty a{
    margin-left: 11px;
}
.cart_item_remove{
    margin-left: -3px;
}
.cart_item_remove:hover{
    color: #897663;
}
@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes slideOutToRight {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}
#shippingPopup{
    display: none;
    max-width: 538px;
    margin: 200px auto 40px auto;
    width: 80%;
    position: relative;
    overflow-x: hidden;
    min-height: 376px;
    color: #FFFFFF;
}
#cartConfirmWrap{
    padding: 30px 15px;
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    overflow-y: scroll;
    right: 0;
    top: 0;
    z-index: 80;
    background-color: #FFFFFF;
    box-shadow: 0 7px 29px 0 rgba(100,100,111,.15);
    transition: opacity 0.5s ease-in;
}
.FrmSummary{
    padding-bottom: 122px;
}
#cartX{
    width: 23px;
    margin-top: -10px;
    margin-bottom: -5px;
    height: 23px;
    position: relative;
    cursor: pointer;
}
#cartX::before,
#cartX::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    height: 2px;
    background-color: #555;
    transform: translate(-50%, -50%) rotate(45deg);
}
#cartX::after {
    transform: translate(-50%, -42%) rotate(-45deg);
}
.checkOutBtn{
    float: right;
    padding: 15px 25px;
    margin: 30px 0 50px 0;
    background-color: #cbc4bc;
    border: none;
    color: #FFFFFF;
}
.Cart_bg_color {
    background-color: #ffffff;
    width: 100%;
    padding-top: 1px;
}
#shipping_OrderItems {
    width: 100%;
}
.order_summaryWrap{
    width: 100%;
    height: 65px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background-color: #efefef;
}
.order_summaryIcon{
    width: 20px;
    height: 20px;
    margin-left: 3%;
    padding: 1px 10px 10px 0;
    float: left;
}
.order_summary{
    background-color: transparent;
    color: #39423d;
    border: none;
}
.order_summary_btn{
    position: relative;
    color: #333333;
    text-align: right;
    display: block;
    cursor: pointer;
    outline: none;
    text-transform: initial;
    min-height: auto;
    height: auto;
    border-radius: 0;
    float: left;
}
.order_summary_btn::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    right: 180px;
    font-size: 25px;
    content: "\002b";
    color: inherit;
}
.order_summary_Btnopen::after {
    content: "\002d";
    font-size: 34px;
    top: 47%;
    left: 16px;
}
.order_summaryLeft{
    float: left;
    cursor: pointer;
    padding: 20px 0;
    width: 100%;
}
.order_summaryRight{
    padding: 20px 20px 20px 20px;
}
#order_summaryTotal{
    display: none;
    text-align: right;
}
.product_fld{
    background-color: white;
    padding: 13px 20px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 5px;
    margin: 5px 0 15px 0;
    box-sizing: border-box;
    width: 100%;
}
.cart_frm_leftWrap{
    width: 94%;
    margin: auto;
}
.presetThumbnail{
    display: none;
}
.cart_frm_rightWrap {
    width: 100%;
    margin: 0;
    padding: 20px 30px 15px 30px;
    box-sizing: border-box;
    display: none;
    background-color: #fafafa;
}
.cart_frm_rightOpen{
    display: block;
}
/*//////////CART END/////////*/
/*///////BR///////*/
.myProductsDesktop{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 65px;
    width: 100%;
    background-color: #f7f5f0;
    z-index: 100;
}
.allProductsTitles{
    font-weight: bold;
    padding: 8px;
    width: 49.5%;
    box-sizing: border-box;
    text-align: center;
}
.allProducts{
    display: none;
}
.ProductsBtnActive{
    background-color: #d5d3d3;
}
.allProductsIcon{
    padding: 3px 15px;
    height: 20px;
    width: 20px;
    margin: 0 auto;
}
/*///////BR End///////*/
@media only screen and (min-width: 370px) {
    #productListWrap,#productListBoxWrap{
        width: 94%;
        max-width: 1100px;
        margin: 0 auto;
    }
    .productListTextWrap{
        width: 94%;
        max-width: 700px;
        text-align: center;
        margin: 0 auto 100px auto;
    }
    .productItem{
       width: 100%;
    }
    .productDescrip,.productPrice,.productItem{
        text-align: center;
    }
    .productDescrip h3{
        margin-top: 1.5rem;
    }

    .star{
        font-size: 30px;
    }
    .reviews {
        padding-bottom: 3rem;
        padding-top: 15px;
        text-align: center;
    }
    .rating {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        background-color: #6c4a3a;
        color: #fff;
        font-size: 36px;
        font-weight: bold;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .review-content {
        padding: 20px 20px 30px 20px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .review-content p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 20px;
        color: #565656;
    }
    .reviewer {
        font-size: 16px;
        font-style: italic;
        color: #2c2c2c;
    }
    .star {
        display: inline-block;
    }
    .star:after{
        content: "\2605";
        color: #ffffff;
        font-size: 24px;
    }
    .half-star:before {
        font-size: 24px;
        display: inline-block;
        position: relative;
        top: 0;
        left: -10px;
        width: 0;
        overflow: visible;
    }
    .half-star:after {
        content: "\2605";
        color: #ffffff;
        font-size: 24px;
        display: inline-block;
        position: relative;
        top: 0;
        left: -10px;
        width: 50%;
        overflow: hidden;
    }
    .cartItemWrap{
        max-width: 400px;
        width: 30%;
        height: 100px;
        margin-top: 22px;
    }
    .cartItemName{
        margin: 45px 10px 20px 0;
        font-size: 13px;
        width: 30%;
        font-weight: bold;
        color: #39423d;
    }
    #shipping_OrderItems .cartItemWrap{
        margin-top: 45px;
    }
}
@media only screen and (min-width: 500px) {
    .btnPreset{
        max-width: 245px;
    }
}

@media only screen and (min-width: 598px) {
    .review-box {
        width: calc(50% - 30px);
    }

    /*////////////CART/////////*/
    .cartItemName{
        width: 25%;
    }
    .cartQty {
        float: right;
        max-width: 500px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 43%;
    }
    .cartItemWrap{
        margin-top: 45px;
        float: right;
        width: 44%;
        height: 45px;
    }
    #shipping_OrderItems .cartItemWrap{
        width: 33%;
    }
    .productTitleRight{
       margin-top: 50px;
        margin-bottom: -10px;
    }
    #cartX{
        margin-top: -32px;
        margin-bottom: -5px;
        float: unset;
        position: relative;
        cursor: pointer;
    }
}
/* Layout: 740px */
@media only screen and (min-width: 740px) {
    .fw,#productListWrap,#productListBoxWrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .vf {
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .mt3-5rem {
        margin-top: 3.5rem;
    }
    .D_mt-5rem {
        margin-top: -5rem;
    }
    .P_pb5rem {
        margin-bottom: inherit;
    }
    .mtb7rem {
        margin-top: 7rem;
        margin-bottom: 7rem;
    }
    .pt1rem {
        padding-top: 1rem;
    }
    .pt3-5rem {
        padding-top: 3.5rem;
    }
    .pb5rem{
        padding-bottom: 5rem;
    }
    .ptb5rem{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .ptb7rem {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .b1Card__Text1 {
        margin-top: -5rem;
    }
    .b1Card__Line1 {
        margin-top: -3.7rem;
    }
    .mt0 {
        margin-top: 0;
    }
    .TopPgWrap {
        margin-top: 88vh;
    }
    .Item_wrap {
        overflow-x: unset;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
        -webkit-overflow-scrolling: unset;
        margin: 0 auto;
        max-width: 850px;
    }
    .topPresetPicWrap{
        margin-bottom: 5rem;
    }
    #scroll_wrap3{
        margin-left: 3%;
    }
    .Item_wrap2{
        max-width: unset;
    }
    .ItemBox{
        height: 430px;
    }
    .ItemBox3{
        height: 88px;
    }
    .ItemBox2{
        width: 450px;
        height: 350px;
    }
    .boxWrapper{
        height: 575px;
    }
    .parallax-container {
        margin-top: -30px;
    }
    .layer1,.layer4,.layer7{
        margin-top: -115px;
    }
    .layer2,.layer5,.layer8{
        margin-top: 100px;
    }
    .left_right_50{
        width: 48%;
    }
    .FlexBox3 {
        width: 33%;
        height: auto;
    }
    .FlexBox3_2{
        width: 47%;
        max-height: 500px;
    }
    .FlexBox3PicText{
        width: 60%;
    }
    .FlexBox3Pic{
        width: 40%;
    }
    .Desktop {
        display: inherit;
    }
    .Phone {
        display: none;
    }
   .b1Card__Line1{
        display: none;
    }
    .layer1,.layer4,.layer7{
        margin-top: -115px;
    }
    .layer2,.layer5,.layer8{
        margin-left: 27%;
        margin-top: 100px;
    }
    .mtb5remPreset{
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}

@media only screen and (min-width: 850px) {
    .productItem{
        width: 30%;
    }
    .scrPic{
        max-width: none;
        max-height: none;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    #textSlide1,#textSlide2,#textSlide3,#textSlide4,#textSlide5,#textSlide6,#textSlide7{
        left: 0;
        width: 1000px;
        top: 0;
    }
    .block {
        background-position: 50% 50px;
        background-size: 1333px 750px;
    }
    .scrPicText,.scrPicTextLine{
        left: 50%;
        /*top: 30px;*/
        max-width: unset;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 16px;
    }
    .scrPicTextLine{
        height: 115px;
        top: 114px;
        width: 1px;
        left: 37%;
        background-color: #999999;
    }
    .card_3{
        width: 30%;
        margin-bottom: 0;
    }

    /*//////////CART/////////*/
    .FrmHeading{
        margin-top: 0;
    }
    .productTitleLeft, .productTitleRight {
        width: 48%;
    }
    .productTitle{
        width: 33%;
        text-align: right;
    }
    .Cart_bg_color {
        width: 50%;
        padding: 50px;
        box-sizing: border-box;
        border-right: solid 1px #999;
        min-height: 85vh;
    }
    .Cart_bg_white{
        float: right;
        width: 50%;
        min-height: 85vh;
        background-color: #fafafa;
        box-sizing: border-box;
    }
    .cart_frm_leftWrap{
        padding: 0 50px 50px 50px;
        box-sizing: border-box;
        width: unset;
    }
    .shipping_OrderItems {
        width: 46%;
        float: right;
    }
    .order_summaryWrap{
        display: none;
    }
    .order_summary_hide{
        display: block;
    }
    /*//////////CART/////////*/
    /*///////BR///////*/
    .myProductsDesktop{
        width: 22.7%;
        border-right: 1px solid #000000;
        padding: 70px 15px 0 15px;
        box-sizing: border-box;
        height: 100vh;
        z-index: unset;
    }
    .allProductsTitles{
        width: 100%;
        margin-bottom: 15px;
        border-radius: 7px;
        border: solid 1px #d5d3d3;
    }
    .allProducts{
        width: 67%;
        margin: 0 5%;
    }
    /*///////BR End///////*/
}
/* Desktop Layout:1029px */
@media only screen and (min-width: 1029px) {
    .Desktop2{
        display: block;
    }
    .Phone2{
        display: none;
    }
}

@media only screen and (min-width: 1250px) {
    #shipping_OrderItems .cartItemName{
        margin-top: 60px;
    }
}

@media only screen and (min-width: 500px) {
}

@media only screen and (min-width: 598px) {

}

/* Layout: 740px */
@media only screen and (min-width: 740px) {

}

@media only screen and (min-width: 850px) {
    .block {
        background-size: 1000px 600px;
    }
    .b1Card__Line1 {
        height: 1px;
        width: 57%;
        margin: 1rem auto;
        background-color: var(--text-colorD);
    }
    .content {
        height: 550px;
        margin-top: 10rem;
    }
}
/* Layout: 1040px */
@media only screen and (min-width: 1040px) {
    .before-after {
        width: 1000px;
        height: 692px;
    }
    .FlexBoxWrap{
        max-height: 500px;
    }
}
/* Layout: 1500px */
@media only screen and (min-width: 1400px) {

}
.layer1{
    background-image: url("https://lejedesigns.com/pics/image2465_6826Blog8.jpg?v=1");
}
.layer2{
    background-image: url("https://lejedesigns.com/pics/image2465_6827Blog8.jpg?v=1");
}
.layer3{
    background-image: url("https://lejedesigns.com/pics/image2465_6828Blog8.jpg?v=1");
}
.layer4{
    background-image: url("https://lejedesigns.com/pics/image2465_6829Blog8.jpg?v=1");
}
.layer5{
    background-image: url("https://lejedesigns.com/pics/image2465_6830Blog8.jpg?v=1");
}
.layer6{
    background-image: url("https://lejedesigns.com/pics/image2465_6831Blog8.jpg?v=1");
}
.layer7{
    background-image: url("https://lejedesigns.com/pics/image2465_6832Blog8.jpg?v=1");
}
.layer8{
    background-image: url("https://lejedesigns.com/pics/image2465_6833Blog8.jpg?v=1");
}
.layer9{
    background-image: url("https://lejedesigns.com/pics/image2465_6834Blog8.jpg?v=1");
}