 .text-right{text-align:right;}
 .fontWeight400 {
    font-weight: 400 !important;
}
 .fontWeight500 {
    font-weight: 500 !important;
}
.txt14 {
    font-size: 14px;
    color: #666;
}
body .desktop-hide{display:none !important;} 
/* hide scrollbar but allow scrolling */
 @media (min-width:1400px){body .container,body .container-lg,body .container-md,body .container-sm,body .container-xl,body .container-xxl{max-width:1440px}}

body::-webkit-scrollbar { 
  width: 0 !important;
  display: none; 
}

.accordion-body ul li.fontulli {
    list-style: none;
    display: inline-block;
    width: 100%;
}
.accordion-body ul li.fontulli a{ font-size: 10px; color: #000;}
  /*   Topbar css   */
        .topbar {
            background-color: #1C1C1C;
            --space: 2rem;
            padding: 10.5px 0px;overflow: hidden;
        }

        .topbar p {
            font-size: 14px;
            color: #fff;
            font-family: lato;
        }

        .topbar .marquee {
            --duration: 80s;
            --gap: var(--space);
            display: flex;
            user-select: none;
            gap: var(--gap);
        }

        .topbar .marquee__group {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: space-around;
            gap: var(--gap);
            min-width: 100%;
            animation: marquee-txt var(--duration) linear infinite;
        }


@keyframes marquee {
  0% {
    margin-left: 100%;
    transform: translateX(0%);
  }
  100% {
    margin-left: 0;
    transform: translateX(-100%);
  }
}

        @keyframes marquee-txt {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(calc(-100% - var(--gap)));
            }
        }


        /*Header css*/
        .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 103px;
  background: white;
  color: black;
  z-index: 10;
  display: flex;
  align-items: center;
}
        p.Sﾃ傍BELLA, p.SÖTBELLA {
  color: #FFF;
/*  text-align: center;*/
  font-family: "DM Serif Display";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin-top: 15px;
  
}
nav.navbar.bg-white .navbar-brand p.Sﾃ傍BELLA, nav.navbar.bg-white .navbar-brand p.SÖTBELLA {
    color: black;
    margin-top: 16px;
    margin-left: 16px;
    text-decoration: none;
}
        ul.navbar-nav.right-menu>li>a {
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            font-family: 'Lato';
            display: inline-block;letter-spacing:.5px;
        }
       nav.navbar.bg-white ul.navbar-nav.right-menu>li>a{color:black;}

        ul.navbar-nav.right-menu>li>a:after {
            display: block;
            content: '';
            border-bottom: solid 1px #fff;
            transform: scaleX(0);
            transition: transform 250ms ease-in-out;
        }

        ul.navbar-nav.right-menu>li>a:hover:after {
            transform: scaleX(1);
        }
        .right-side-header input.form-control::placeholder{color:#fff;font-size:14px;}
        .homePage_scroll .right-side-header input.form-control::placeholder{color:#000;}
        .right-side-header button.btn a {
    color: #fff;
    text-decoration: none;
}
 nav.navbar.bg-white ul.navbar-nav.right-menu>li>a:after{border-color:#000;}  
     .homePage_scroll header nav {
    background: rgb(255 255 255 / 34%) !important;
    margin-top: 0 !important;
    z-index: 999999 !important;
}  
.homePage_scroll header nav img.lens {
    filter: invert(1);
}
.homePage_scroll header nav p.SÖTBELLA, .homePage_scroll header nav p.Sﾃ傍BELLA, .homePage_scroll header ul.navbar-nav.right-menu>li>a, .homePage_scroll header .right-side-header button.btn a {color:#000;}
.homePage_scroll header .right-side-header .border {
    border-color: #000 !important;
}
.Currency-selection{position:relative;}
.iconset {
   position: relative;
    color: #fff;
    height: 35px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;font-size:14px;
}
.Currency-selection .iconset img{width:24px;border-radius: 2px;}
.homePage_scroll header .iconset, .homePage_scroll header .iconset .fa{color:#000;}
.iconset .fa {
    margin-left: 8px;
    margin-top: 2px;
}
.setting-link.active ~ #settingsBox {
   visibility: visible;
    opacity: 1;
    top: 65%;
    left: 0;
}

#settingsBox {
    visibility: hidden;
    opacity: 0;
    padding: 0px;
    width: 34px;
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 99;
}
#settingsBox {
    color: #050000;
    text-align: left;
    background-color: #f7f7f7;
    box-shadow: 0 0 15px rgba(5, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px rgba(5, 0, 0, .1);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;border-radius:5px;
}
#settingsBox ul#currencies{padding:5px;margin:0;}
#settingsBox ul#currencies li {list-style:none;line-height:normal;}
#settingsBox ul#currencies li a {
    color: #000;font-size:11px;
}
#settingsBox ul#currencies li a img{width:24px;border-radius: 2px;}
         /*    Footer css    */
        footer {
            background-color: #1d1d1d;
        }
        .footer_wrapper-{padding-top:60px;padding-bottom:40px;}
.footer_bottom- .bg-light{border-color:#ffffff50; margin-bottom:40px;height:1px}
        .foot-logo {
            color: #FFF;
            font-family: "DM Serif Display";
            font-size: 64px;
            font-style: normal;
            font-weight: 400;
            line-height: 55px;
        }

        .content-txt {
            font-family: "Lato", serif;
            color: #FFFFFF50;
            font-size: 12px;
        }

        .foot-title {
            font-family: "Lato", serif;
            color: #FFFFFF50;
            font-size: 16px;
        }

        .foot-links {
            font-family: "Lato", serif;
            color: #FFFFFF;
            font-size: 14px;
        }

        ul.foot-links>li>a {
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
            font-family: 'Lato';
            display: inline-block;
            padding: 6px 0px;letter-spacing:.5px;
        }

        ul.foot-links>li>.nav-link:focus,
        ul.foot-links>li>.nav-link:hover {
            color: #fff;
        }

        ul.foot-links>li>a:after {
            display: block;
            content: '';
            border-bottom: solid 1px #fff;
            transform: scaleX(0);
            transition: transform 250ms ease-in-out;
        }

        ul.foot-links>li>a:hover:after {
            transform: scaleX(1);
        }

        footer .form-control:focus {
            box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
        }

        footer .form-control::placeholder {

            font-family: "Lato", serif;
            color: #FFFFFF80;
            font-size: 12px;
            text-transform: uppercase;
        }

        footer .form-control::-ms-input-placeholder {
            /* Edge 12-18 */
            font-family: "Lato", serif;
            color: #FFFFFF80;
            font-size: 12px;
            text-transform: uppercase;
        }

        footer .input-group button {
            font-family: "Lato", serif;
            color: #FFFFFF80;
            font-size: 14px;
        }

        footer ul.nav.social-media-links a.nav-link {
            padding: 0px 20px;
        }

        footer .copyright-txt {
            font-family: "Lato", serif;
            color: #FFFFFF80;
            font-size: 18px;
        }
        
         /*shopping bag*/
    .filter__shopping_bag.offcanvas-end {  width: 430px;}
    .filter__shopping_bag .shopping_bagImg_wrapper img { width: 130px;}
.filter__shopping_bag .shopping_bagImg_info { padding: 0 0 0 15px;}
.filter__shopping_bag .shopping_bagImg_info h6 {
    font-size: 14px;
    text-transform: uppercase;;
    font-weight: 300;
} 
.filter__shopping_bag .size-tag {
    font-size: 12px;
    color: #1D1D1D; 
}
.filter__shopping_bag .size-tag span{opacity:50%;}
.shopping_bag-subtotal h6, .shopping_bag-price h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #1D1D1D;
}
.shopping_bag-subtotal h6 span, .shopping_bag-price h6 span {
    opacity: 50%;
    margin-left: 10px;
}

.shopping_bag-price h6 span{text-decoration:line-through}
.shopping_bag-line {
    font-size: 12px;
    color: #1D1D1D;
}

/**cart right header design **/

.center-side-header__{   
    margin-left: 20%;
    margin-top: 1%;}
.bg-black {
    background: #000;
}
.bg-completed {
    background-color: #F2F2F2;
}
.h-20 {
    height: 20px;
}
.w-20 {
    width: 20px;
}
.center-step-text {
   color: #1D1D1D;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;margin-left:12px;
}

/**you might love**/
.filter__shopping_bag .you_mightLove {
    background-color: #f4f4f4 !important;
    padding: 16px 20px;
    position: absolute;
    width: 100%;
    max-width: 55%;
    height: 100vh;
    top: 0;
    right: 100%;
    overflow-y: scroll;
    z-index: -1;
    transition: transform .25s ease-in;
    transform: translateX(100%);
    scrollbar-width: none;
}
.filter__shopping_bag .you_mightLove h5{text-align:center;    text-transform: uppercase;font-family: 'Lato';font-size: 15px;}
.filter__shopping_bag .you_mightLove .four-image2last12ss {
    height: 250px;
    max-width: 100%;
}
.filter__shopping_bag .you_mightLove .product-c h6 {
    font-size: 13px;
    margin-bottom: 0;
}
.filter__shopping_bag .you_mightLove .product-c p {
    font-size: 12px;
}
.filter__shopping_bag .you_mightLove .add-cart-icon {
    width: 25px;
    height: 25px; 
    top: 60%;
}
.filter__shopping_bag .you_mightLove .Add-cart-multiple-bttn{top: 60%;padding: 15px 9px;}
.filter__shopping_bag .you_mightLove .Add-cart-multiple-bttn .multiple-size-bttn { display: flex; gap: 3px;}
.filter__shopping_bag .you_mightLove .Add-cart-multiple-bttn .multiple-size-bttn button {
    padding: 2px 7px;
    font-size: 10px;
    font-weight: 300;
}






@media (max-width: 768px) { 
     header .bg-transparent.fixed-top {position:fixed;padding-top:5px !important;}
  .homePage_scroll header .bg-transparent.fixed-top, header .fixed-top{ z-index: 9;}
body .desktop-hide{display:flex !important;}
body .mobile-hide{display:none !important;}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    justify-content: inherit !important;    flex-direction: row;
    padding-left: calc(var(--bs-gutter-x)* .5) !important;
    padding-right: calc(var(--bs-gutter-x)* .5) !important;}
header nav.navbar { padding: 0 !important; width: 100%;}
header .left-side-header{width:45%;padding-left:0px;}   
header .left-side-header button.btn, header .left-side-header .navbar-brand { display: inline-block !important;padding:0 !important;} 
header .left-side-header img{margin-top:-3px !important;filter:invert(1);}
a.navbar-brand {margin: 0 !important;padding: 0 !important;}
p.SÖTBELLA { font-size: 27px; margin-top: 0 !important;margin-left:0 !important;} 
header .right-side-header.desktop-hide { display: inline-block !important;width:48%;}
    header .right-side-header.desktop-hide ul {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: stretch;
        flex-direction: row;
    }
header .right-side-header.desktop-hide ul li {display: inline-block;}
header .right-side-header.desktop-hide ul li svg{color:#fff !important;margin-left:0;} 
.homePage_scroll header .right-side-header.desktop-hide ul li svg{color:#000 !important;}
.navbaar-nav_bottom > .row {  padding: 0 !important;  margin: 0 !important;}
body .accordion-collapse.collapse .accordion-body {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0px;
     padding-top: 20px;
        left: 0;
        margin-bottom: 20px;
}
    .breadcrumbs-wrapper {
        margin-top: 0 !important;
    }
  body footer.ps-5.pt-5.pe-5 {  padding: 25px !important;} 
 footer .container-fluid{display:block !important;}
  .google_app-row p {   width: 50%;  float: left;  padding: 10px 0 !important;  margin: 0 !important;}
.google_app-row p img{width:100%;}
body .footer_bottom-{padding-top:0 !important; }
.footer_bottom- .bg-light {border: 1px solid #fff !important; width: 100%;margin-bottom:20px !important;}
    .footer_bottom- * {  padding-top: 0 !important;  text-align: center !important; display: inline-block !important;    }
    footer .foot-about__ {
    padding: 0 !important;
    border-bottom: 1px solid #ffffff73 !important;
    margin-bottom: 20px;
    padding-bottom: 10px !important;
}
    body .footer_bottom- ul.nav.social-media-links {margin-bottom: 10px;}
.foot-wrapper { border-bottom: 1px solid #ffffff73 !important;   margin-bottom: 15px;   padding-bottom: 15px;}
.foot-wrapper .foot-title{position:relative;margin-bottom:0;font-size:13px;}
.foot-wrapper .foot-title:before {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    right: 0;
    position: absolute;
}
footer ul.foot-links>li>a{width:100%;font-size:12px;padding: 3px 0px;}
footer .foot-title {  font-size: 13px !important;}
 footer .foot-wrapper .foot-title ~ ul.nav {  display: none !important;   }
footer .foot-wrapper .foot-title.active ~ ul.nav {  display: block !important; margin-top:10px;  }
footer .copyright-txt {  font-size: 15px;margin-bottom:20px !important;}
footer .foot-logo {
    font-size: 40px;
    margin-bottom: 0;
}
.d-flex.center-side-header__ {  width: 100%;margin-left:0 !important;  display: inline-block !important;margin-top:15px;}

 .indicator-container .center-step-text {
    position: absolute;
    bottom: -25px;
    margin-left: -10px;
    font-size: 12px;
}
.center-side-header__ .bg-completed {  background-color: #cfcccc8c;}
 body header.trackOrder_header .left-side-header { width: 45% !important;  padding-left: 10px !important;  display: flex !important; text-align: left;}
     body header.trackOrder_header .left-side-header button.btn  {  display: inline-block !important;  padding: 0 !important;  margin: 0 !important;    }
     body header.trackOrder_header .left-side-header img{position:relative !important;left:inherit !important;top:inherit !important;}
     body header.trackOrder_header .left-side-header p.SÖTBELLA{padding-left:1rem!important;}
     .breadcrumb_tagline- h5 { font-size: 15px !important; font-weight: 500 !important; letter-spacing: normal !important; margin-bottom: 0;}
     .breadcrumb_tagline- h5 img { width: 15px !important; margin-right: 7px !important;}
     p.Sﾃ傍BELLA, p.SÖTBELLA, ul.navbar-nav.right-menu>li>a{color:#1d1d1d !important;}
     
     header .right-side-header.desktop-hide ul li svg, header .right-side-header.desktop-hide ul li svg path{stroke:#1d1d1d !important;}
     ul.navbar-nav.right-menu>li>a i.fa.fa-heart-o {
    font-size: 18px;
    margin-top: 4px;
}
}





@media (min-width: 992px) {
    body .container,body .container-lg,body .container-md,body .container-sm,body .container-xl,body .container-xxl{max-width:100%}
        body .right-side-header form{width:300px;}
    body ul.navbar-nav.right-menu>li>a, body .right-side-header button.btn a { 
    font-size: 11px ;}
    
}

@media (min-width: 1023px) {
    p.Sﾃ傍BELLA, p.SÖTBELLA{font-size:30px !important;line-height:30px !important} 
    bidy .right-side-header ul.navbar-nav.right-menu>li>a { 
    font-size: 12px;
    letter-spacing: 0;
    padding: 5px !important;}
     body .right-side-header form{width:300px;}
    body ul.navbar-nav.right-menu>li>a, body .right-side-header button.btn a { 
    font-size: 11px ;}
    

}
@media (min-width: 1200px) {
    p.Sﾃ傍BELLA, p.SÖTBELLA { 
    font-size: 58px !important; 
    line-height: 58px !important;}
    body .container,body .container-lg,body .container-md,body .container-sm,body .container-xl,body .container-xxl{max-width:100%}
 body .right-side-header form{width:300px;}
    body ul.navbar-nav.right-menu>li>a, body .right-side-header button.btn a { 
    font-size: 11px ;}
    
}

@media (min-width: 1440px) {
 body .right-side-header form{width:400px;}
    body ul.navbar-nav.right-menu>li>a, body .right-side-header button.btn a { 
    font-size: 14px ;}
    
}
