/** Shopify CDN: Minification failed

Line 790:171 Unexpected "/"
Line 1076:199 Unexpected "{"
Line 1101:1 Unexpected "{"

**/
/* :root{
  --white-color:#fff;
  --black-color:#000;
  --light-black:#010101;
  --red-color:#E4042A;
  --red-color-hover:#A2031E;
  --green-color:#219F4E;
  --dark-gray:#F4F4F4;
  --light-gray:#F0F0F0;
  --gray-color:#808080;
  --light-gray-color:#4D4D4D;
  --slight-gray-color:#D9D9D9;
  --footer-border:#D3D1D1;
  --separator:#E6E6E6;
  --border-color:#CFCFCF;
  --light-border-color:#E2E2E2;
  --success:#008033;
}
*/

            /* @font-face {
      font-family: 'Maison Neue';
      src: url('/cdn/shop/files/MaisonNeue-Book.eot?v=1745490526');
      src: url('/cdn/shop/files/MaisonNeue-Book.eot?#iefix') format('embedded-opentype'),
          url('/cdn/shop/files/MaisonNeue-Book.woff2?v=1745490526') format('woff2'),
          url('/cdn/shop/files/MaisonNeue-Book.woff?v=1745490526') format('woff'),
          url('/cdn/shop/files/MaisonNeue-Book.ttf?v=1745490526') format('truetype'),
          url('{{ "MaisonNeue-Book.svg" | asset_url }}#MaisonNeue-Book') format('svg');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }
     
    @font-face {
      font-family: 'Maison Neue';
      src: url('/cdn/shop/files/MaisonNeue-Medium.eot?v=1745490526');
      src: url('/cdn/shop/files/MaisonNeue-Medium.eot?#iefix') format('embedded-opentype'),
          url('/cdn/shop/files/MaisonNeue-Medium.woff2?v=1745490526') format('woff2'),
          url('/cdn/shop/files/MaisonNeue-Medium.woff?v=1745490526') format('woff'),
          url('/cdn/shop/files/MaisonNeue-Medium.ttf?v=1745490526') format('truetype'),
          url('{{ "MaisonNeue-Medium.svg" | asset_url }}#MaisonNeue-Medium') format('svg')
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }
     
    @font-face {
      font-family: 'Maison Neue';
      src: url('/cdn/shop/files/MaisonNeue-Bold.eot?v=1745490526');
      src: url('/cdn/shop/files/MaisonNeue-Bold.eot?#iefix') format('embedded-opentype'),
          url('/cdn/shop/files/MaisonNeue-Bold.woff2?v=1745490526') format('woff2'),
          url('/cdn/shop/files/MaisonNeue-Bold.woff?v=1745490526') format('woff'),
          url('/cdn/shop/files/MaisonNeue-Bold.ttf?v=1745490526') format('truetype'),
          url('{{ "MaisonNeue-Bold.svg" | asset_url }}#MaisonNeue-Bold') format('svg');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
    }
 */

html,body{width:100%;height:100%;color:var(--blue-color);background:var(--white-color); font-size: 14px; font-family: 'Maison Neue';font-weight:400;line-height: 1.5; vertical-align: baseline; scroll-behavior: smooth;}
h1,h2,h3,h4,h5,h6,p,ul,li{margin:0;}
*{margin:0;padding:0;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
small{font-size:100%;}
/* ul,li{list-style:none;}
a{text-decoration: none;} */
img{max-width:100%;}
button:focus{outline:none;}
a:focus{text-decoration:none!important;outline:0!important;}
header,footer,section,artical{display:block;}
.form-group{margin-bottom: 15px;}
.form-group:last-child{margin-bottom: 0;}
.form-label{width: 100%; display: inline-block; font-size: 14px;color: var(--light-gray-color);font-weight: 400;padding: 0px;background: transparent; margin-bottom: 6px;}
.form-control{font-size: 14px; color: var(--light-black); font-family: 'Maison Neue'; font-weight: 400; width: 100%; padding: 0px 12px; height: 52px; border: 1px solid var(--separator); background: var(--white-color); border-radius: 6px;}
textarea.form-control{resize:none; height: 50px;}
.form-control.selectarrow {background: url(../images/down-arrow.svg) no-repeat 90% var(--white-color); background-size: 10px; -webkit-appearance: none;}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
input:focus{outline: none; border-bottom:1px solid var(--light-black);}
input[type="text"]:focus{outline:0px solid var(--light-black); border: none; border:1px solid var(--light-black); box-shadow: 0 0 0; color: var(--light-black);}
input[type="email"]:focus, input[type="phone"]:focus, input[type="number"]:focus{outline:0px solid var(--light-black); border: none; border:1px solid var(--light-black); box-shadow: 0 0 0; color: var(--light-black);}
input[type="submit"]:focus{outline:0;background: transparent; border-color:transparent; box-shadow: 0 0 0;}
select:focus{outline:1px solid var(--light-black);}
textarea:focus{outline: 1px solid var(--light-black);}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: var(--light-gray-color);}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */color: var(--light-gray-color);opacity:1;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */color: var(--light-gray-color);}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */color: var(--light-gray-color);opacity:1;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {display: none;}
input[type=number] {-moz-appearance: textfield;}
.form-control:focus{outline:0px solid var(--slight-gray-border-color); border: none; border:1px solid var(--light-black); box-shadow: 0 0 0; color: var(--light-black);}
.form-control.selectarrow:focus {background: url(../images/down-arrow.svg) no-repeat 90% var(--white-color); background-size: 10px;}
.form-control::placeholder { color: var(--light-gray-color); opacity: 1;}
.form-control::-ms-input-placeholder {color: var(--light-gray-color);}
.mb-0{margin-bottom: 0 !important;}
button{font-family: 'Maison Neue';}
.form-check{display: flex; align-items: flex-start; margin-bottom: 16px}
.form-check .checkbox {padding: 0; height: initial; width: initial; margin-bottom: 0;display: none;cursor: pointer;}
.form-check .checkbox-label{font-size: 12px; color: var(--light-black); display: flex; position: relative; cursor: pointer;}
.form-check .checkbox-label:before {content: ''; width: 14px; min-width: 14px; height: 14px; border: 1px solid var(--light-black); display: inline-block; position: relative; vertical-align: middle; cursor: pointer; border-radius: 2px; margin-right: 8px; margin-top: 1px; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05); padding: 0px; background-color: transparent; -webkit-appearance: none;}
.form-check .checkbox:checked + .checkbox-label::before {background: var(--light-black);}
.form-check .checkbox:checked + .checkbox-label:after {content: ''; display: block; position: absolute; top: 3px; left: 6px; width: 3px; height: 7px; border: solid var(--white-color); border-width: 0 2px 2px 0; transform: rotate(45deg);}
.form-check .checkbox-label a{color: var(--light-black); margin-left: 4px;}
.form-check:last-child{margin-bottom: 0;}
.success-text{font-size: 12px; color: var(--success) !important; margin-top: 6px;}
.error-text{font-size: 12px; color: var(--red-color); margin-top: 6px;}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0px transparent, 0 0 0 0px rgba(255,255,255,0.3), 0 0 0 0px transparent, 0 0 0 0px rgba(255,255,255,0.3);
  }
  100% {
    box-shadow: 0 0 0 10px transparent, 0 0 0 12px rgba(255,255,255,0), 0 0 0 25px transparent, 0 0 0 27px rgba(255,255,255,0);
  }
}
/* wevsite-class-global */
.container {width: 100%;max-width: 100%;margin: 0 auto;padding: 0 20px;}
body.scroll{overflow-y: hidden;}
.line-height{line-height: 0;}
.d-flex{display: flex; flex-wrap: wrap; justify-content: space-between;}
.d-grid{display: grid; gap: 0px;}
.d-none{display: none;}
.display{display: inline-block;}
.flex{display: flex;;}
.d-block{display: block;}
.justify-content{justify-content: flex-start}
.justify-center{justify-content: center;}
.align{align-items: center;}
.relative{position: relative;}
.text-center{text-align: center;}
.thumb-ratio{padding-bottom: 50%; position: relative;}
.w-full{width: 100% !important; height: auto;}
.full-box{width: 100% !important;}
.clear-both{clear: both;}
.picture{line-height: 0; display: block;}
.one-line{overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.full-image {position: absolute; top: 0; left: 0; right: 0; bottom: 0; -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%;}
.hovertime{transition: ease-in-out .3s; -webkit-transition: all 0.3s ease-in-out;-moz-transition: ease-in-out .3s; -o-transition: ease-in-out .3s;}
.m0{margin: 0;}
.mb-10{margin-bottom: 10px;}
.mt-10{margin-top: 10px;}
.padding-tb-lg{padding: 40px 0;}
.padding-tb{padding: 20px 0;}
.padding-b{padding-bottom: 50px;}
.hover-img:hover .zoom-img{transform: scale(1.1);}
.display{display: inline-block;}
.w-full{width: 100% !important; height: auto;}
.bg-light{background: var(--slight-gray-color);}
.product-lr .item{padding: 0 15px;}
.product-lr .slick-list{padding-bottom: 50px;}
.layer-bg {position: fixed; left: 0px; top: 0px; bottom: 0px; right: 0px; background: var(--black-color); opacity: 0.1; display: none;}
.layer-bg.active { display: block; z-index: 9999;}
.overflow{overflow: hidden;}
.col-6{width: 50%;}
.table-responsive {overflow-x: auto; -webkit-overflow-scrolling: touch;}
.table{width: 100%; border-spacing: 0; border: 1px solid var(--light-border-color);}
.table>tbody {vertical-align: inherit;}
tbody, td, tfoot, th, thead, tr{border-style: solid; border-width: 0;}
.table td, .table th{font-size: 12px; color: var(--black-color); font-weight: 400; padding: 15px 10px;}
.scroll-bar::-webkit-scrollbar-track{border-radius: 0px;background-color: var(--separator);}
.scroll-bar::-webkit-scrollbar{width: 6px;background-color: var(--separator); border-radius: 5px;}
.scroll-bar::-webkit-scrollbar-thumb{border-radius: 0px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: var(--red-color);}
.oneline-text{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
/* wevsite-class-global-end */

.lottoxlheading{font-size: 48px;}
.lottolgheading{font-size: 40px;}
.lottomdheading{font-size: 32px;}
.lottosmheading{font-size: 24px;}
.lottoxsheading{font-size: 20px;}
.lottoxxsheading{font-size:16px;}
.lottoxxssheading{font-size:14px;}


.slick-dots {position: absolute; bottom: -12px; display: block; width: 100%; padding: 0;margin: 0; list-style: none; text-align: center;}
.slick-dots li {position: relative; display: inline-block;width: 50px;height: 5px;background:var(--light-gray-color);border-radius: 0px;margin: 0 0px;padding: 0;cursor: pointer;}
.slick-dots li button {display: none;}
.slick-dots li.slick-active {width: 15px; border-radius: 20px; background: var(--gray-color); transform: scale(1);}
.slick-next, .slick-prev{font-size: 0;border: 0;width: 48px;height: 48px;border-radius: 50%;position:absolute;right: 70px;top: -45px;background-color: transparent;margin-top: -20px;z-index:1;cursor: pointer;}
.slick-next::after, .slick-prev::after{content: '';width: 100%;height: 100%;position: absolute;top: 50%;left: 42%;transform: translate(-40%, -50%);margin: auto;background:url(../images/icons/slider-left-arrow.svg) no-repeat;background-size: 100%;border-radius: 50%; transition: ease-in-out .5s; -webkit-transition: all 0.6s ease-in-out;-moz-transition: ease-in-out .5s; -o-transition: ease-in-out .5s;}
.slick-next::after{background:url(../images/icons/slider-right-arrow.svg) no-repeat; background-size: 100%;}
.slick-next{left:auto;right:5px;background-position:0 -190px;}
.slick-prev:hover::after{background:url(../images/icons/slider-left-arrow.svg) no-repeat; background-size: 100%;}
.slick-next:hover::after{background:url(../images/icons/slider-right-arrow.svg) no-repeat; background-size: 100%;}
.slider-center-arrow .slick-next, .slider-center-arrow .slick-prev{top: 50%; left: -5px; right: auto; margin-top: -30px;}
.slider-center-arrow .slick-next{left:auto;right:-5px;background-position:0 -190px;}
.slider-lr .slick-prev{right: 60px;}
.slider-lr .slick-next{right: 0px;}
.slider-rl {margin: 0 -6px;}
.slider-rl .item{padding: 0 6px;}
.slider-mini .slick-prev, .slider-mini .slick-next{width: 34px; height: 34px; top: -32px; right: 55px;}
.slider-mini .slick-next{right: 5px;}
.slider-mid .slick-prev, .slider-mid .slick-next{background: var(--white-color); top: 50%; left: 20px;}
.slider-mid .slick-next{left: auto; right: 20px;}
.slick-track{margin-left: 0;}

.slider-white-bot .slick-dots, .slider-black-bot .slick-dots{bottom: 10px;}
.slider-white-bot .slick-dots li, .slider-black-bot .slick-dots li{width: 4px; height: 4px; border-radius: 50%; background: rgba(255, 255, 255, 0.6); margin: 0 2px;}
.slider-white-bot .slick-dots li.slick-active, .slider-black-bot .slick-dots li.slick-active{width: 16px; background: var(--white-color); border-radius: 50px;}
.slider-white-bot .slick-dots li:last-child, .slider-white-bot .slick-dots li:first-child, .slider-black-bot .slick-dots li:last-child, .slider-black-bot .slick-dots li:first-child{border-radius: 50px;}
.slider-black-bot .slick-dots li{background: var(--gray-color);}
.slider-black-bot .slick-dots li.slick-active{background: var(--light-black);}

/*-- pop-css-start --*/
.lotto-popup{width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: none; -webkit-transition: opacity .25s linear;-o-transition: opacity .25s linear;transition: opacity .25s linear;overflow-x: hidden;overflow-y: hidden; z-index: 123;}
.lotto-popup-overlay {font-size: 0; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.6); z-index: 123; }
.lotto-popup-wrapper{width: 820px; max-height: 650px; overflow-y: auto; position: absolute; top: 50%; left: 50%; padding: 80px 105px; background-color: var(--white-color); opacity: 1; transform: translate(-50%,-50%); border-radius: 0; border-radius: 0px; margin: 0px auto; z-index: 123;}
.lotto-popup-close {width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; position: absolute; top: 20px;right: 20px; padding: 0; background: none; border: 0px solid var(--white-color);border-radius: 0%; cursor: pointer; z-index: 1;}
.lotto-popup-body{width: 100%;}
.lotto-popup-body .lotto-popup-btn{gap: 20px;}
.lotto-popup-body .lotto-btn, .lotto-popup-body .lotto-btn-line{font-size: 14px; font-weight: 700; padding: 16px 20px 15px; line-height: 21px;}
.popup-height{max-height: 650px; overflow-y: auto;}
.lotto-popup-wrapper::-webkit-scrollbar-track{border-radius: 0px;background-color: var(--separator);}
.lotto-popup-wrapper::-webkit-scrollbar{width: 6px;background-color: var(--separator); border-radius: 5px;}
.lotto-popup-wrapper::-webkit-scrollbar-thumb{border-radius: 0px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: var(--red-color);}

.lotto-btn, .lotto-black-btn{font-size: 14px; color: var(--white-color); font-weight: bold; text-align: center; text-transform: uppercase; padding: 12px 25px; border: 1px solid transparent; border-radius: 50px; background: var(--red-color);display: inline-flex; justify-content: center; align-items: center; letter-spacing: 1px; cursor: pointer; position: relative; overflow: hidden; text-decoration: none;}
.lotto-btn:hover, .lotto-black-btn:hover{border-color: transparent; color: var(--white-color); background: var(--red-color-hover);}
/* .lotto-btn::after{content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; border-radius: 50px; background: var(--black-color); z-index: -1; transition: ease-in-out.5s; -webkit-transition: all 0.6sease-in-out;-moz-transition: ease-in-out .5s;-o-transition: ease-in-out .5s;}
.lotto-btn:hover::after{width: 100%;} */
.lotto-btn-line{font-size: 16px; text-align: center; color: var(--light-black); font-weight: 500; text-decoration: none; text-transform: uppercase; border: 1px solid var(--light-black); padding: 12px 25px; border-radius: 50px; cursor: pointer; background: transparent; display: inline-flex; justify-content: center; align-items: center;}
.lotto-btn-line:hover{color: var(--red-color);}
.lotto-black-btn{background: var(--light-black); color: var(--white-color);}
.lotto-black-btn:hover{background: var(--gray-color);}
.lotto-btn-noline{font-size: 14px; color: var(--light-black); font-weight: 700; text-transform: uppercase; text-decoration: underline; background: transparent; border: 0; border-radius: 0; cursor: pointer;}
.w-btn{width: 162px;}
.lotto-black-btn:hover{background: var(--gray-color);}
.lotto-btn-line:hover{color: var(--white-color); background: var(--gray-color); border-color: var(--gray-color);}
.lotto-btn-line:hover svg path{stroke: var(--white-color);}
.lotto-btn.flex{display: flex; justify-content: center; max-width: max-content; gap: 9px;}
.lotto-btn.loading, .lotto-black-btn.loading{height: 54px;}
.lotto-btn .loading__spinner, .lotto-black-btn .loading__spinner{width: 20px; display: flex; align-items: center; justify-content: center;}
.lotto-btn .loading__spinner .path, .lotto-black-btn .loading__spinner .path{stroke: var(--white-color);}
.lotto-btn:disabled, .lotto-black-btn:disabled, .lotto-btn-line:disabled{background: #D5D5D5;}
.lotto-btn-line:disabled svg path{stroke: var(--white-color);}
.lotto-white-btn{width:max-content; font-size:14px; line-height: 16px; color:#010101; height:34px; background:var(--white-color); border-radius:50px; padding:10px 16px; text-transform: uppercase; text-decoration: none; display: inline-block; margin:0 auto; cursor:pointer;}
.lotto-white-btn:hover{border-color: transparent; color: var(--white-color); background: var(--red-color);}

.lotto-top-heading{margin-bottom: 40px;}
.lotto-top-heading .lottolgheading, .lotto-top-heading .lottoxlheading, .lotto-top-heading .lottomdheading, .lotto-top-heading .lottosmheading, .lotto-top-heading .lottoxsheading, .lotto-top-heading .lottoxxsheading{color: var(--black-color); font-weight: bold; text-transform: uppercase; line-height: 48px; margin-bottom: 8px;}
.lotto-top-heading p{font-size: 16px; color: var(--light-gray-color); margin-bottom: 20px; line-height: 22px;}
.lotto-top-heading.m0{margin-bottom: 0;}
.lotto-top-heading.m0 p{margin-bottom: 0;}
.lotto-top-heading .lottosmheading{text-transform: none;}
.lotto-top-md-heading{width: 600px; margin-bottom: 20px;}
.lotto-top-md-heading .lottosmheading{line-height: 29px; margin-bottom: 4px;}
.lotto-top-mid-heading{width: 500px; margin: 0 auto 32px;}
.lotto-top-mid-heading .lottolgheading{text-transform: none; margin-bottom: 5px;}
.lotto-top-mid-heading p{margin-bottom: 0;}

.inner-banner{line-height: 0;}
.inner-banner::after{
  content: ''; 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  top: 0; left: 0; 
  /* background: rgb(255,255,255); 
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 100%); */
}
/* .inner-banner-details{width: 700px;position: absolute; top: 50%; left: 55px; transform: translate(0, -50%);}
.inner-banner-details .gusxlheading{font-size: 50px; color: var(--white-color); font-weight: 700; line-height: 64px; text-transform: uppercase;} */

.breadcrumbs{position: absolute; top: 20px; left: 0; padding: 0px 0 0 25px; z-index: 1;}
.breadcrumbs ul{list-style: none;}
.breadcrumbs ul li{font-size: 12px; font-weight: 400; color: var(--white-color); margin-right: -5px; display: inline-block; text-transform: uppercase;}
.breadcrumbs ul li a{font-size: 12px; font-weight: 400; color: var(--white-color); display: flex; align-items: center; text-decoration: none; text-transform: uppercase;}
.breadcrumbs ul li svg{margin-left: 15px;}
.breadcrumbs ul li:last-child{margin-right: 0;}
.breadcrumbs span{font-size: 12px; font-weight: 400; color: var(--white-color); margin-right: 0px; display: inline-block; text-transform: uppercase;}
.breadcrumbs a{font-size: 12px; font-weight: 400; color: var(--white-color); display: inline-block; text-decoration: none; text-transform: uppercase;}

/* header-start */
.header{border-bottom: 0px solid var(--separator); height: 100px;}
.header-main{padding: 0px 0; align-items: center;}
.nav ul{padding: 0; margin: 0; list-style: none;}
.nav ul li{display: inline-block; padding: 17.1px 16px;}
.nav ul li a{font-size: 12px; font-weight: 500; color: var(--white-color); line-height: 14px; display: inline-block; text-transform: uppercase; text-decoration: none; transition: ease-in-out .5s; -webkit-transition: all 0.5s ease-in-out; -moz-transition: ease-in-out .5s; -o-transition: ease-in-out .5s;}
.nav ul li a:hover{color: var(--red-color);}
.header-right{gap: 15px;}
.header {
  position: relative;
  background: var(--white-color);
  transition: ease-in-out .0s; -webkit-transition: all 0.0s ease-in-out;-moz-transition: ease-in-out .0s; -o-transition: ease-in-out .0s;
}
.nav ul li .mega-menu a{color: var(--light-black);}
/* Sticky header state */
.header.sticky {
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: ease-in-out .5s; -webkit-transition: all 0.5s ease-in-out;-moz-transition: ease-in-out .5s; -o-transition: ease-in-out .5s;
}

.header-right svg path, .header-right svg circle {
    stroke: #fff;
}
/* Add padding to main content to prevent jump */
/* main {
  transition: padding-top ease-in-out .5s;
} */

/* banner-section */
.home-thumb{position: relative;}
/* .home-thumb::after{content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; 
                   background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 100%);
                  } */
.home-thumb .banner-content{position: absolute; width: 450px; top: 80%; left: 0; right: 0; text-align: center; transform: translate(0%, -80%); z-index: 1; margin: auto;}
.home-thumb .banner-content .lottoxlheading{color: var(--white-color); font-weight: 700; text-transform: uppercase; line-height: 48px; margin-bottom: 8px;}
.home-thumb.video-thumb::after{opacity: 0;}
.home-thumb .banner-text {
    position: absolute;
    width: 440px;
    top: 50%;
    left: 60px;
    transform: translate(0%, -50%);
    z-index: 1;
    margin: auto;
}
.home-thumb .banner-text .lottoxlheading{width:430px; font-size:80px; color:#FFFEF0; font-family: 'Obviously Narrow'; font-weight: 600; text-transform: uppercase; line-height: 69px; margin-bottom: 8px; letter-spacing:0;}
.home-thumb .banner-text .lottomdheading{font-size:31px; color:#FFFEF0; font-family: 'Obviously Narrow'; font-weight:500; line-height:27px; text-transform: capitalize; font-style: italic; letter-spacing:0;}
/* banner-section-end */

.category-sec{padding: 78px 0 68px;}
.category-main{grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0px;}
.category-card, .leggenda-card{position: relative; text-align: center; line-height: 0;}
.category-card a, .leggenda-card a, .collabs-card a, .featured-card .featured-thumb a{width: 100%; display: inline-block; text-decoration: none;}
.category-card .lottoxxsheading, .leggenda-card .lottoxxsheading{font-size: 16px; color: var(--white-color); font-weight: 400; text-transform: uppercase; position: absolute; top: 50%; left: 0; right: 0; transform: translate(0%, -50%); margin: auto; line-height: 22px; z-index: 1; transition: ease-in-out .4s; -webkit-transition: ease-in-out .4s;-moz-transition: ease-in-out .4s; -o-transition: ease-in-out .4s;}
.leggenda-card a{transition: ease-in-out .3s; -webkit-transition: all 0.3s ease-in-out;-moz-transition: ease-in-out .3s; -o-transition: ease-in-out .3s;}
.leggenda-card a:hover .lottoxxsheading{-moz-transform: rotate(0deg) translate(0px, -12px) skew(-20deg, 0deg);
    -webkit-transform: rotate(0deg) translate(0px, -12px) skew(-20deg, 0deg);
    -o-transform: rotate(0deg) translate(0px, -12px) skew(-20deg, 0deg);
    -ms-transform: rotate(0deg) translate(0px, -12px) skew(-20deg, 0deg);
    transform: rotate(0deg) translate(0px, -12px) skew(-20deg, 0deg);}

.leggenda{padding: 56px 0 40px;}
.leggenda-list{grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px;}
.category-card .lottoxxsheading{width:max-content; font-size:14px; line-height: 16px; color:#010101; height:34px; background:var(--white-color); border-radius:50px; padding:10px 16px; margin:0 auto; cursor:pointer;}
.category-card .lottoxxsheading:hover{border-color: transparent; color: var(--white-color); background: var(--red-color);}
/* .category-card:after, .leggenda-card:after{content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.05);} */

.shoe-card{margin-bottom: 40px;}
.shoe-card::after{content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 100%);}
.shoe-card .shoe-content{position: absolute; top: 50%; left: 0; right: 0; transform: translate(0%, -50%); z-index: 1;}
.shoe-card .shoe-content .lottolgheading{color: var(--white-color); font-weight: bold; text-transform: uppercase;}
.shoe-card .shoe-content p{color: var(--white-color); margin-bottom: 24px;}
.shoe-card:last-child{margin-bottom: 0px;}

.collabs{}
.collabs .lottolgheading{color: var(--black-color);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 48px;
    margin-bottom: 28px;}
.collabs-main{grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px;}
.collabs-card .lottoxxsheading{color: var(--light-gray-color); margin-top: 12px; line-height: 22px;} 
.collabs .slider-rl{margin:0 -20px 0 -5px;}
.collabs .slider-rl .item{padding:0 5px;}
.collabs .custom-scrollbar{display:none;}

.misson{padding: 120px 0 80px;}
.misson .lotto-top-heading{margin-bottom: 0;}
.misson .lotto-top-heading .lottomdheading {width: 460px; color: var(--black-color); font-weight: bold; text-transform: none; margin: 0 auto 12px;line-height: 35px;}
.misson .lotto-top-heading p{margin-bottom: 24px;}

/* footer-start */
.footer{background: transparent; padding: 0px 0; position: relative;}
.footer-main{width: 100%; margin: 0 auto;}
.footer-main ul{padding: 0; margin: 0; list-style: none;}
.footer-main ul li{line-height: 12px; margin-bottom: 12px;}
.footer-main ul li a{font-size: 10px; color: var(--white-color); text-transform: uppercase; text-decoration: none; transition: ease-in-out .5s; -webkit-transition: all 0.5s ease-in-out; -moz-transition: ease-in-out .5s; -o-transition: ease-in-out .5s;}
.footer-top{border-top: 1px solid var(--white-color); padding:56px 20px;}
.footer-top .footer-left{width: 100%; min-width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr));}
.footer-top .footer-left .lottoxxssheading{font-size: 10px; color: var(--white-color); margin-bottom: 16px; line-height: 12px; font-weight: 700;}
.footer-top .footer-right{width: 30%;}
.footer-top .footer-right .lottoxxsheading{color: var(--white-color); line-height: 22px; margin-bottom: 18px;}
.footer-top .footer-right .lotto-btn{background: var(--white-color); color: var(--red-color);}
.footer-top .footer-right .lotto-btn::after{background: var(--red-color);}
.footer-top .footer-col:last-child{width: 110px; margin-left: 50px;}
.footer-top .footer-right .lottoxxssheading{font-weight: 500; color: var(--white-color);line-height: 20px; margin: 12px 0;}

.footer-bottom{padding:20px 20px; background-color: var(--red-color);}
.footer-bottom ul li{display: inline-block; margin-right: 20px; margin-bottom: 0}
.footer-bottom ul li a{color:var(--white-color);}
.footer-bottom ul li:last-child{margin-right: 0;}
.footer-bottom p{width: 30%; font-size: 10px; color: var(--white-color); opacity: 1; text-align: right; line-height: 12px; display: flex; align-items: center; justify-content: flex-end;}
.footer-bottom p a{color: var(--white-color); text-decoration: none;}
.footer-main ul li a:hover{color: var(--white-color);}
.footer-main ul li:last-child{margin-bottom: 0}
.footer-mid{grid-template-columns: repeat(2, minmax(0, 1fr));gap: 20px; padding: 54px 20px; border-top: 1px solid var(--white-color);}
.footer-mid .footer-col .lottoxxsheading{font-size:10px; color: var(--white-color); font-weight:700; line-height: 12px; text-transform: uppercase; margin-bottom:16px;}
.footer-mid .footer-col .footer-col-sub{margin-bottom:18px;}
.footer-mid .footer-col .footer-col-sub .lottoxxssheading{font-size:10px; color: var(--white-color); font-weight:700; line-height: 12px; text-transform: uppercase; margin-bottom: 10px;}
.footer-mid .footer-col .footer-col-sub ul li a{text-transform:capitalize;}
.footer-mid .footer-sub-main{grid-template-columns: repeat(2, minmax(0, 1fr));gap: 20px;}
.footer-mid .footer-col .lottoxxsheading .col-icon{display:none;}
.footer-mid .footer-col .footer-col-sub:last-child{margin-bottom:0;}
#backtop{width: 36px; height: 36px; border-radius: 50%; position: absolute; top: 85px; right: 20px; cursor: pointer; opacity: 0; visibility: hidden; z-index: 1;}
#backtop.backshow{opacity: 1;visibility: visible;}
.newsletter-form__field-wrapper {
    display: flex;
    width: 100%;
    max-width: 400px;
}
/* footer-end */

.mid-banner {height: 600px; background-attachment: fixed; background-position: center; background-repeat: no-repeat;background-size: cover; background-image: url("../images/mid-banner-desktop.jpg");}
.mid-banner-two{background-image: url("../images/mid-banner-desktop2.jpg");}

/* product-card */
.product-card .product-nav-slider .item{padding: 0 2px;}
.product-card .item{padding: 0;}
.product-card .product-content{margin-top: 10px;}
.product-card .product-content-top{margin-bottom: 20px;}
.product-card .product-content-left .lottoxxssheading a{color: var(--light-black); font-weight: 700; text-transform: uppercase; text-decoration: none; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.product-card .product-content-left p{font-size: 14px; color: var(--light-gray-color); display: flex; align-items: center; margin: 4px 0 10px;}
.product-card .product-content-left p .discount{text-decoration: line-through; margin-top: 0; margin-right: 4px;}
.product-card .product-content-left p .off{font-size: 12px; color: var(--red-color); margin-left: 4px;}
.product-card .addcart-btn{width: 32px; min-width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: var(--dark-gray); border-radius: 50%; padding: 8px; border: 0; cursor: pointer; margin-right: 12px;}
.product-card .product-tag{font-size: 12px; color: var(--light-gray-color); letter-spacing: -.02em; line-height: 14px;}

.product-card .product-content.product-content-new .product-thumb-wrap{margin-top: 0; margin-bottom: 16px; padding-bottom: 0px;}
.product-card .product-content.product-content-new .product-status{font-size: 14px; font-weight: 500; color: var(--red-color); line-height: 17px; margin-bottom: 6px; letter-spacing: -.02em;}
.product-card .product-content.product-content-new .product-cat{font-size: 14px; font-weight: 400; color: var(--light-black); line-height: 20px; margin-bottom: 4px; letter-spacing: -.02em;}
.product-card .product-content.product-content-new .product-content-left .lottoxxssheading{margin-bottom: 6px;}
.product-card .product-content.product-content-new .product-material{font-size: 14px; font-weight: 400; color: var(--light-gray-color); line-height: 20px; margin-bottom: 0px; letter-spacing: -.02em;}
.product-card .product-content.product-content-new .price{margin-top: 4px; line-height: 20px;}
.product-card .product-content.product-content-new .price-item--last{font-size: 14px; font-weight: 400; color: var(--light-gray-color); line-height: 20px; margin-right: 0px;}
.product-card .product-content.product-content-new .price-item--regular{font-size: 14px; font-weight: 400; color: var(--light-gray-color); line-height: 20px; margin-right: 0px;}
.product-card .product-content.product-content-new .offprice{font-size: 12px;color: var(--red-color);font-weight: 400; margin-left:-4px;}
.product-card .product-content.product-content-new .product-tag{margin-bottom: 0;}
/* product-card */

/* inner-search */
.inner-search{padding: 40px 0 32px; flex-wrap: nowrap; gap: 12px;}
.inner-search-left{width: 100%;}
.inner-search-left .form-control{height: 54px; padding-left: 40px;}
.inner-search-left .form-control::-moz-placeholder{color: var(--light-gray-color);}
.inner-search-left .search-icons{position: absolute; top: 19px; left: 14px;}
.inner-search-right{width: 54px; min-height: 54px; height: 54px;}
.inner-search-right .inner-filter-btn{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid var(--separator); border-radius: 6px; background: transparent; cursor: pointer;}
/* inner-search-end */


.empty-cart{width: 285px; margin: 0 auto;}
.empty-cart .empty-top-icon{margin-bottom: 14px;}
.empty-cart .lottoxsheading{color: var(--light-black); font-weight: 700; margin-bottom: 6px;}
.empty-cart p{width: 250px; color: var(--light-gray-color); margin: 0 auto 24px;}
.empty-cart .lotto-btn{padding: 16px 25px;}
/* 404-page */
.notfound-box .empty-cart{width: 500px; position: absolute;left: 0;right: 0;top: 50%;bottom: 0;margin: auto;transform: translate(0%, -50%); display: block;}
.notfound-box .empty-cart .lottolgheading{color: var(--black-color); font-weight: 700; line-height: 40px; margin-bottom: 20px;}
.notfound-box .empty-cart p{width: 470px;}
.notfound-box .w-full{width: auto !important;}
/* 404-page-end */

/* product-card */
.product-card .product-thumb{line-height: 0; position:relative;}
.product-card .product-content{margin-top: 10px;}
.product-card .product-content-top{margin-bottom: 0px;}
.product-card .product-content-left{width: 80%; min-width: 80%;}
.product-card .product-content-left .lottoxxssheading{line-height: 17px;}
.product-card .product-content-left .lottoxxssheading a{color: var(--light-black); font-weight: 700; text-transform: uppercase; text-decoration: none;}
.product-card .product-content-left p{font-size: 14px; color: var(--light-gray-color); display: flex; align-items: center; margin: 4px 0 12px; line-height: 20px;}
.product-card .product-content-left p .discount{font-size: 14px; color: var(--light-gray-color); text-decoration: line-through; margin-right: 4px;}
.product-card .product-content-left p .off{font-size: 12px; color: var(--red-color); margin-left: 4px;}
.addcart-btn{width: 32px; min-width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: var(--dark-gray); border-radius: 50%; padding: 8px; border: 0; cursor: pointer;}
.product-tag{font-size: 12px; color: var(--light-gray-color);}
/* product-card-end */

.mega-menu{width: 100%; background: var(--white-color); padding: 40px 20px; position: absolute; top: 100px; left: 0; box-shadow: 0 10px 10px rgba(0,0,0,.1); display: none; z-index: 12; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.2s ease-out; -o-transition: all 0.3s ease-out;}
.mega-menu ul li{padding: 0;}
.mega-menu .menu-left{width: 823px;}
.mega-menu .menu-left .menu-left-top{gap: 52px; grid-template-columns: repeat(3, 1fr);}
.mega-menu .menu-col .menu-col-heading{font-size: 12px; color: var(--light-black); font-weight: 700; text-transform: uppercase; margin-bottom: 14px; line-height: 14px;}
.mega-menu .mega-right{width: 300px;}
.mega-card .mega-card-thumb a{width: 100%;display: inline-block;text-decoration: none; line-height: 0;}
.mega-card .mega-menu-content{padding-top: 20px;}
.mega-card .mega-menu-content .lottoxxsheading{line-height: 19px; margin-bottom: 8px;}
.mega-card .mega-menu-content .lottoxxsheading a{font-size: 16px; color: var(--light-black); font-weight: 500; text-transform: none;}
.mega-card .mega-menu-content p{font-size: 14px; color: var(--light-gray-color); margin-bottom: 16px; line-height: 20px;}
.mega-card .mega-menu-content .lotto-btn-noline{font-size: 14px; font-weight: 700; text-decoration: underline; line-height: 16px;}
.mega-menu .menu-second-list li{display: block; padding: 10px 0;}

.mega-menu .other-links{position: absolute; bottom: 0; left: 0;}
.mega-menu .other-links li{margin-right: 24px; padding: 0;}
.mega-menu .other-links li a{color: var(--light-black); display: flex; align-items: center; line-height: 17px;}
.mega-menu .other-links li a svg{position: relative;top: -2px; margin-right: 8px;}
.mega-menu .other-links li:last-child{margin-right: 0;}
.menu-col .menu-second-bottom, .step-back{display: none;}


.navbar-top, .nav-arrow, .first-item-card, .first-item-bottom{display: none;}

.home-thumb .banner-content .lotto-btn, .leggenda .lotto-btn, .shoe-card .shoe-content .lotto-btn, .misson .lotto-btn, .footer .lotto-btn{width: 162px; padding: 16px 20px 15px; line-height: 21px; height: 53px;}

html,body {font-family: 'Maison Neue' !important;}
.lotto-btn, .lotto-black-btn {letter-spacing: -0.02em;}

h1, h2, h3, h4, h5, h6, a, p, li, button, input, textarea, label, span,
.lotto-top-heading .lottolgheading,
.lotto-top-heading .lottoxlheading,
.lotto-top-heading .lottomdheading,
.lotto-top-heading .lottosmheading,
.lotto-top-heading .lottoxsheading,
.lotto-top-heading .lottoxxsheading,
.home-thumb .banner-content .lottoxlheading, .lottoxlheading, .lottolgheading, .lottomdheading, .lottosmheading, .lottoxsheading, .lottoxxsheading, .lottoxxssheading{letter-spacing: -.02em;}

.nav ul li a {letter-spacing: -0.02em;}

/* Difference 3 - Line height adjustment */
.category-card .lottoxxsheading, .leggenda-card .lottoxxsheading {letter-spacing: -0.02em;}
.collabs .lottosmheading {letter-spacing: -0.02em;}
.home-thumb .banner-content .lotto-btn, .leggenda .lotto-btn, .shoe-card .lotto-btn, .misson .lotto-btn, .footer-top .footer-right .lotto-btn {letter-spacing: -.02em;}
.lotto-top-heading p {letter-spacing: -0.02em;}

.notification-bar{width: 100%; position: absolute; top: 56px; left: 0; display: flex; align-items: center; justify-content: space-between; background: var(--light-gray-color); padding: 16px 24px; z-index: 12;}
.notification-bar p{font-size: 16px; color: var(--white-color); font-weight: 400; line-height: 19px;}
.notification-bar button{background: transparent; border: 0; border-radius: 0; cursor: pointer;}
.notification-bar svg{cursor: pointer;}

.order-card .order-left .order-thumb img, .cart-card .cart-card-left img, .order-status-card .order-status-thumb img, #addcart-popup .addcart-card-left img, #order-summary-popup .user-order-card .order-status-thumb img, .card-2-main-img{aspect-ratio: 1 / 1; object-fit: cover; object-position: bottom;}

.product-col-content.review .jdgm-widget.jdgm-widget{width: 48%;}
.product-col .product-col-content .reviewfull .jdgm-widget.jdgm-widget{width: 100%;}
/* .product-col .product-col-content .review-btn div:first-child{display: none;} */
.empty-cart{width: 285px; margin: 0 auto;}
.empty-cart svg{margin-bottom: 14px;}
.empty-cart .lottoxsheading{color: var(--light-black); font-weight: 700; margin-bottom: 6px;}
.empty-cart p{width: 250px; color: var(--light-gray-color); margin: 0 auto 24px;}
.empty-cart .lotto-btn{width: 162px; padding: 16px 10px 15px; line-height: 21px; height: 53px;}

.empty-cart.empty-search{width: 270px;}
.empty-cart.empty-search svg{width: 72px; height: 72px;}
.empty-cart.empty-search svg {margin-bottom: 24px;}
.empty-cart.empty-search p{font-size: 20px; font-weight: 500; color: var(--light-black); line-height: 24px;}
.my-wishlist .empty-cart .lotto-btn{width: 165px;}
#noAddress.empty-cart .lotto-btn{width: 184px; min-width: 184px; padding: 16px 10px 15px;}
#size-popup .lottosmheading{margin-bottom:32px;}
#size-popup .table{text-align: center;}
#size-popup .table th{width: 27%; color: var(--white-color); font-weight: 500; background: var(--red-color); border-left: 1px solid var(--white-color); padding: 15px 10px; vertical-align: middle;}
#size-popup .table th p{font-size: 10px;}
#size-popup .table th:first-child{width: 100px; border-left: 0px;}
#size-popup .table td{border-left: 1px solid var(--light-border-color); border-bottom: 1px solid var(--light-border-color);}
#size-popup .table td:first-child{background: var(--dark-gray); border-left: 0;}
#size-popup .table tr:last-child td{border-bottom: 0;}

.loader {
    width: 24px;
    height: 24px;
    margin: auto;
}
button .loader{
  display:none;
}
button{
  position:relative;
}
button .loader{
  position: absolute;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
button.loading .loader{
  display:inline-block;
}
button.loading .default{
  /*display:none;*/
  visibility:hidden;
}
.cart-sizebtn svg{
  width:14px;
  height:14px;
}
button.loading .loader{
  width:14px;
  height: 14px;
}
.loader svg{
  max-width:14px;
  height: 14px;
  width: 14px;
}
  .loading.wishlist-added .addedToWishlist{
    display:none
  }
  .cart-sizebtn .loader{
    position:relative;
    top:initial;
    left:initial;
    transform:none;
  }
  .cart-sizebtn.loading .default{
    display:none;
  }
.loader, .summary-bottom .form-group .apply-button svg{-webkit-animation:spin 2s linear infinite; -moz-animation:spin 2s linear infinite; animation:spin 2s linear infinite;}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.nav ul .nav-item a.active{color: var(--red-color);}
.product-details-slider .RmZoom-button{cursor: pointer; z-index: 1;}
.home-slider:not(.slick-initialized) .home-thumb{height:100%;}
.home-slider:not(.slick-initialized) .item{width:100%; min-width: 100%;}

#MainContent.home-neg{padding-top: 0px !important;}
.secondary-banner{position:relative;}
.secondary-banner::after{content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0;  background: rgb(255,255,255); background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 100%);}
.secondary-banner .secondary-banner-content{position: absolute; width: 450px; top: 80%; left: 0; right: 0; text-align: center; transform: translate(0%, -80%); z-index: 1; margin: auto;}
.secondary-banner .secondary-banner-content .lottolgheading{color: var(--white-color); font-weight: 700; text-transform: uppercase; line-height: 40px; margin-bottom: 8px;}
.secondary-banner .secondary-banner-content .lottoxxsheading{color: var(--white-color); font-weight: 400; line-height: 19px; margin-bottom: 12px;}

.shop-style{padding:68px 0 55px;}
.shop-style .lottolgheading{color: var(--black-color); text-align:center; font-weight: bold;text-transform: uppercase; line-height: 48px; margin-bottom: 28px;}
.shop-style-main{grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px;}
.shop-style-card a {width: 100%; display: inline-block; text-decoration: none;
    transition: ease-in-out .3s;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
}
.shop-style-card .shop-style-heading{font-size:14px; color: var(--black-color); text-align:center; font-weight: 500; text-transform: uppercase; line-height:20px; margin:20px auto 0; text-decoration:none; letter-spacing: -0.02em;}
.hits-section{padding-bottom:72px;}
.hits-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:80px 0 !important;
}
.hits-section .hits-heading{    width: 636px;
    font-size: 48px;
    color: var(--black-color);
    font-weight: 400;
    text-align: center;
    line-height: 62px;
    margin: 0 auto;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%); letter-spacing: -.02em;}
.hits-section .hits-heading .word {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sec-TextImageReveal_Word {
      display: inline-block;
      margin-right: 0px;
      --Reveal_Amount: 0%;
      color: #9b9b9b;
      position: relative;
    }

    .sec-TextImageReveal_Word::after {
      content: attr(data-word);
      position: absolute;
      left: 0;
      top: 0;
      color: #000;
      width: var(--Reveal_Amount);
      white-space: nowrap;
      overflow: hidden;
    }
.sec-TextImageReveal_Word_red::after{color: #E4042A;}
.marquee-banner .lotto-white-btn{position:absolute; bottom:93px; left:0; right:0; margin:0 auto;}
.marquee-banner .marquee-wrapper {position: absolute; bottom: 169px;width: 100%;overflow: hidden;white-space: nowrap;}
.marquee-banner .marquee-content {display: inline-flex;align-items: center;font-size: 69px;font-weight: 700;line-height: 69px;color: var(--white-color);animation: marquee 30s linear infinite;}
.marquee-banner .marquee-content img{width: 80px;height: 85px; position: relative;top: -5px;}
.marquee-banner .marquee-content:last-child{margin-left:232px;}
@keyframes marquee {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}
/* .marquee-banner .marquee-content:hover, .marquee-banner .marquee-content:focus-within {animation-play-state: paused;cursor: grab;} */

.featured-box{padding:68px 0 27px;}
.featured-box .lottolgheading{color: var(--black-color);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 48px;
    margin-bottom: 28px;}
.featured-box .slider-rl {margin: 0 -20px 0 -5px;}
.featured-slider .item{padding:0 5px;}
/* .featured-slider .slick-list{padding-right:250px;} */
.featured-card{}
.featured-card .featured-thumb{position:relative;}
.featured-card .featured-star{position:absolute; top:10px; left:12px; display:flex; align-items:center; background:var(--white-color); padding:5px; gap:2px;}
.featured-card .featured-content{margin-top:15px;}
.featured-card .featured-content .featured-title a{font-size: 12px; color: var(--light-black); font-weight: 700; margin: 0px 0 25px;display: inline-block; line-height: 16px; text-transform: uppercase; text-decoration:none;}
.featured-card .featured-content p{width: 95%; font-size: 12px; font-weight: 400; line-height: 17px; color:var(--light-gray-color); margin-bottom: 19px;}
.featured-card .featured-btn{font-size: 12px; font-weight: 500; color: var(--red-color); text-decoration: none; text-transform: uppercase; transition: ease-in-out .5s; -webkit-transition: all 0.5s ease-in-out;-moz-transition: ease-in-out .5s; -o-transition: ease-in-out .5s;}
.featured-card .featured-btn:hover{color: var(--light-black);}
.featured-product-slider .product-card .product-content.product-content-new .price-item--last{display:none;}
/* @media (prefers-reduced-motion: reduce) {
.marquee-banner .marquee-content { animation: none; }
} */

.featurd-product{padding:0px 0 58px;}
.featurd-product .featurd-product-top{display:flex; align-items:center; justify-content:space-between; margin-bottom:20px;}
.featurd-product .featurd-product-top .lottosmheading{color: var(--light-black);font-weight: 700; line-height: 24px; text-transform: uppercase; letter-spacing: -0.02em;}
.featurd-product .featurd-product-top .discover-btn, .featurd-product .discover-btn{font-size: 12px; font-weight: 500; color: var(--red-color); text-decoration: none; position: absolute; top: 50px; right: 0; z-index: 2; width:auto; text-transform: uppercase;}
.featurd-product .featurd-product-top .discover-btn:hover{text-decoration:underline;}
.featurd-product .featurd-tab{display:flex; align-items:center; justify-content:center; gap: 3px; list-style:none; margin-top:20px;}
.featurd-product .featurd-tab li{width: 100px;
    font-size: 11px;
    line-height: 16px;
    color: var(--light-gray-color);
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid var(--light-gray-color);
    padding: 10px 16px;
    border-radius: 50px;
    height: 34px;
    text-align: center;
    margin: 0 5px;}
.featurd-product .featurd-tab li.active{color:var(--black-color); border-color:var(--black-color); font-weight:700; text-decoration:none;}
.featurd-product .discover-btn.mobile-btn{display:none;}

.tag-card-top{width:100%; display:flex; align-items:center; justify-content:space-between; position:absolute; top:5px; left:0px; padding: 0 8px 0 5px;}
.tag-card-top .newin-tag{font-size:13px; color:#E4042A; line-height:14px; font-weight:500; height:25px; text-transform:uppercase; background:var(--white-color); padding:6px 16px; letter-spacing: -0.02em;}
.tag-card-top .wishlist-btn{width:31px; min-width:31px; height:31px; display:flex; align-items:center; border-radius:50%; background:transparent; padding: 0px; line-height: 16px; border:0; margin-left:auto;}
.tag-card-top .wishlist__button .addToWishlist{width:100%; height:100%; cursor:pointer;}
.tag-card-top .wishlist__button svg{max-width:100%; height:100%;}
.tag-card-top .wishlist-btn svg path{stroke:#000;}
.tag-card-top .wishlist-btn.wishlist-added svg path{stroke:#fff;}

.product-card .card-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: ease-in-out .3s; -webkit-transition: all 0.3s ease-in-out;-moz-transition: ease-in-out .3s; -o-transition: ease-in-out .3s;
}
.product-card .product-thumb:hover .card-hover-img{opacity:1;}
.featured-product-slider .slick-track{display:flex;}
.edit-popup .lotto-popup-wrapper .select-size-box .option-block.swatch_color .inputEditPopup:checked + label{border-radius:0;}
.edit-popup .lotto-popup-wrapper .swatch_size li label{border: 0; aspect-ratio: auto;}
.shop-style-card:hover .shop-style-heading{text-decoration:underline;}

@media only screen and (min-width: 1919px) {
/* body{font-size: 3.2vw;} */
.marquee-banner .marquee-content:last-child{margin-left:235px;}
}
@media only screen and (min-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.misson .lotto-top-heading .lottomdheading{font-size: 32px;}
.home-thumb .banner-content .lottoxlheading{font-size: 48px;}
.category-card .lottoxxsheading, .leggenda-card .lottoxxsheading, .footer-top .footer-right .lottoxxsheading, .collabs-card .lottoxxsheading, .mega-card .mega-menu-content .lottoxxsheading, .secondary-banner .secondary-banner-content .lottoxxsheading{font-size: 16px;}
.leggenda .lottolgheading, .shoe-card .shoe-content .lottolgheading{font-size: 40px;}
.featurd-product .featurd-product-top .lottosmheading, .featured-box .lottosmheading, .collabs .lottosmheading{font-size:24px;}
.shop-style .lottolgheading{font-size:28px;}
}

@media only screen and (min-width: 768px){
.header-logo{width: 144px;}
.header-right svg{width: 20px !important; height: 20px !important;}
.footer .lotto-btn {margin-top: 15px;}

.nav ul li:hover .mega-menu{display: flex; }
  /* {height: 380px; opacity: 1; visibility: visible;} */
.mega-menu .menu-left, .mega-menu .mega-right, .mega-menu .other-links{visibility: hidden; height: 0; opacity: 0; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.2s ease-out; -o-transition: all 0.3s ease-out;}
.nav ul li:hover .mega-menu .menu-left, .nav ul li:hover .mega-menu .mega-right, .nav ul li:hover .mega-menu .other-links{visibility: visible; height: auto; opacity: 1;} */
}
@media only screen and (max-width: 1499px){
}

@media only screen and (max-width: 1399px){
.footer-main{width: 100%;}
.slick-next, .slick-prev{top: -45px;}
.featured-card .featured-content p, .blogs-slider .collabs-card .lottoxxsheading{width: 100%;}
}
@media only screen and (max-width: 1299px) {
}
@media (max-width: 1199px) {
.container{max-width: 100%; padding: 0 12px;}
.lottoxlheading{font-size: 32px;}
.lottolgheading{font-size: 28px;}
.lottomdheading{font-size: 24px;}
.lottosmheading{font-size: 20px;}
.lottoxsheading{font-size: 16px;}
.lottoxxsheading{font-size:12px;}
.slick-next, .slick-prev{width: 40px; height: 40px; right: 65px; top: -35px;}
.slick-next{left: auto; right: 15px;}
.nav ul li{padding: 17.1px 16px;}
.misson .lotto-top-heading .lottomdheading{width: 350px;}
.misson .lotto-top-heading p{width: 510px; margin: 0 auto 15px;}
.footer-main{width: 100%;}
.footer-top .footer-left{width: 100%; min-width: 100%;}
.footer-top .footer-right, .footer-bottom p{width: 30%;}
#backtop{top: auto; bottom: 80px;}
.mega-menu .menu-left{width: 680px;}
.collabs .slider-rl, .featured-box .slider-rl{margin: 0 -12px 0 -5px;}
/* .hits-section .hits-heading{width:95%; font-size: 60px; line-height:70px; top: 50%;} */

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.mega-menu .menu-left{width: 460px;}
.mega-menu .mega-right {width: 260px;}
}
@media (max-width: 991px) {
.lotto-popup-wrapper{width: 750px;}
.inner-search-left, .hits-section .hits-heading{width: 100%;}
.featured-slider .slick-list {padding-right: 100px;}
/* .blogs-slider .slick-list {padding-right: 180px;} */
/* .hits-section .hits-heading{width:95%;} */
}

@media (max-width: 767px) {
.padding-tb-lg{padding: 30px 0;}
.padding-tb{padding: 12px 0;}
.lotto-btn{font-size: 10px; padding: 10px 15px;}
.lotto-btn-line{font-size: 12px; padding: 10px 25px;}
.breadcrumbs{padding: 0px 0 0 15px;}
.lotto-top-heading{margin-bottom: 32px;}
.lotto-top-heading .lottolgheading, .lotto-top-heading .lottoxlheading, .lotto-top-heading .lottomdheading, .lotto-top-heading .lottosmheading, .lotto-top-heading .lottoxsheading, .lotto-top-heading .lottoxxsheading{font-size: 32px; line-height: 35px; margin-bottom: 4px;}
.lotto-top-md-heading .lottosmheading{font-size: 20px; line-height: 20px; margin-bottom: 6px;}
.lotto-top-heading p{font-size: 14px; line-height: 20px; margin-bottom: 16px;}
.lotto-top-md-heading{width: 100%; margin-bottom: 15px;}
.lotto-top-md-heading p{font-size: 12px; line-height: 17px;}
.lotto-top-mid-heading{width: 360px; text-align: left; margin: 0 0 20px;}
.slick-dots{bottom: -30px;}
.slick-dots li{width: 40px; height: 2px; background: var(--separator); border-radius: 0;}
.slick-dots li:first-child{border-radius: 50px 0 0 50px;}
.slick-dots li:last-child{border-radius: 0px 50px 50px 0px;}
.slick-dots li.slick-active{width: 40px; background: var(--light-black); border-radius: 50px;}
.form-control{font-size: 12px;}
.header{height: 96px;}
.header.sticky {
    height: 52px;
}
.header-main{margin: 0 -12px;}
.header-main .header-logo{width: 119px; padding-left: 12px;}
.header-main .header-right{padding-right: 12px;}
.header-main .nav{width: 100%; border-top: 1px solid #EEEEEE; padding: 15px 0 0 12px; order: 3; margin: 15px 0 0;}
.nav ul li{padding: 0 5px;}
.home-thumb .banner-content{width: 320px;}
.home-thumb .banner-content .lottoxlheading{line-height: 35px;}
.category-sec{padding: 22px 12px 40px;}
.category-main, .collabs-main{grid-template-columns: repeat(1, minmax(0, 1fr));}
.collabs-main{gap: 20px;}
.leggenda-list{grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
.category-card .lottoxxsheading, .leggenda-card .lottoxxsheading{line-height: 17px;}
.leggenda{padding: 36px 0 40px;}
.shoe-card .shoe-content .lottolgheading{width: 300px; margin: 0 auto;}
.collabs .lottosmheading{margin-bottom: 16px; line-height: 20px;}
.shoe-card .shoe-content p{margin-bottom: 16px;}
.collabs-card .lottoxxsheading{margin-top: 12px; line-height: 17px;}
.misson{padding: 80px 0;}
.misson .lotto-top-heading .lottomdheading{width: 280px;margin: 0 auto 8px;}
.misson .lotto-top-heading p{font-size: 14px; width: 300px; margin: 0 auto 20px;}
.footer{padding: 0;}
.footer-main{width: 100%;}
.footer-bottom ul li{margin-right: 5px;}
.footer-top{padding:30px 12px;}
.footer-top .footer-left{width: 100%; min-width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); order: 2; gap: 25px 0;}
.footer-top .footer-right {
        width: 100%;
        order: 1;
        text-align: center;
        border-bottom: 1px solid rgba(226, 231, 238, .4);
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
.footer-top .footer-right .lottoxxsheading{width: 280px; font-size: 16px;  margin: 0 auto 15px;}
.footer-bottom p{width: 100%; padding: 0; margin-top: 11px; justify-content:center; opacity:0.8;}
.footer-main ul li{line-height: 12px; margin-bottom: 12px;}
.footer-main ul li a{font-size: 10px;}
.footer-bottom ul li{padding: 0px 0; margin-right: 12px; margin-bottom: 0;}
.footer-bottom ul li a{font-size: 10px;}
.footer-bottom ul li:last-child{margin-right: 0}
.footer-top .footer-col:last-child{width:100%; margin-left:0;}
.footer-bottom{padding:12px 12px 8px; justify-content: center;}

#backtop {top: auto; bottom: 50px;}
      .footer-right .footer__newsletter {
        align-items: center;
    }
.home-thumb .banner-content .lotto-btn, .leggenda .lotto-btn, .shoe-card .shoe-content .lotto-btn, .misson .lotto-btn, .footer .lotto-btn{font-size: 12px; width: 140px; padding: 12px 10px 11px; line-height: 18px; height: 42px;}
.mid-banner {height: 300px; background-image: url("../images/mid-banner-mobile.jpg");}
.mid-banner-two{background-image: url("../images/mid-banner-mobile2.jpg");}
.product-card .product-content-top .lottoxxssheading, .product-card .product-content-left p{font-size: 12px;}
.product-card .product-content-left p .off{font-size: 10px;}
.product-card .addcart-btn{width: 28px; min-width: 28px; height: 28px; margin-right: 0;}
.lotto-popup-wrapper{width: 100%; max-height: 500px; top: auto; bottom: 0; padding: 48px 12px 20px; transform: translate(-50%, 0%);}
.lotto-popup-wrapper::after{content: ''; width: 53px; height: 1px; background: var(--black-color); position: absolute; top: 12px; left: 0; right: 0; margin: auto;}
.lotto-popup-close{display: none;}
.inner-search{padding: 12px 0 40px;}
.inner-search-left{width: 100%;}

.empty-cart .empty-top-icon{width: 56px; height: 56px; margin-bottom: 24px;}
.empty-cart .lottoxsheading{font-size: 20px;}
.empty-cart p{width: 200px; font-size: 14px; margin: 0 auto 24px; line-height: 20px;}
.empty-cart .lotto-btn {padding: 12px 25px;}
.notfound-box .w-full{width: auto !important;}
.notfound-box .empty-cart{width: 100%; position: relative; transform: translate(0%, 0%);}
.notfound-box .empty-cart p {width: 300px;}
.notfound-box .empty-cart .lottolgheading{margin-bottom: 12px;}


.header-main{padding: 16px 0; }
.header-main .nav{width: 100%; height: 100vh;  position: fixed;  top: 0; left: 0; background: var(--white-color); border-top: 0; padding: 0 12px; overflow-y: auto; margin: 0; z-index: 12; display: none;}
.navbar-main{padding: 12px 0;}
.nav ul li{display: flex; align-items: center; justify-content: space-between; padding: 12px 0;}
.nav ul li a{width: 100%; font-size: 14px; line-height: 20px}
.nav ul li .nav-arrow{width: 95px; min-width: 95px; height: 20px; text-align: right;} 
.navbar-top{display: flex; justify-content: space-between; align-items: center; padding: 13px 0;}
.navbar-top a{width: 107px; height: 20px; display: inline-block;}
.first-item-card{padding: 56px 0;}
.first-item-bottom .other-links{padding-bottom: 24px;}
.first-item-bottom .other-links li{padding: 10px 0;}
.first-item-bottom .other-links li a{font-size: 12px; font-weight: 500; color: var(--light-black); line-height: 17px; display: flex; align-items: center; text-transform: uppercase;}
.first-item-bottom .other-links li a svg{position: relative;top: -1px; margin-right: 12px;}

.mega-menu{display: none;}
.mega-card .mega-menu-content {padding-top: 16px;}
.mega-card .mega-menu-content .lottoxxsheading{font-size: 12px; line-height: 14px; margin-bottom: 4px;}
.mega-card .mega-menu-content .lottoxxsheading a{font-size: 12px; text-decoration: none; line-height: 14px;}
.mega-card .mega-menu-content p{font-size: 12px; line-height: 17px; margin-bottom: 10px;}
.mega-card .mega-menu-content .lotto-btn-noline{font-size: 10px; line-height: 12px;}
.mega-menu .menu-second-list li{padding: 12px 0; display: flex;}
.mega-menu .menu-left, .mega-menu .mega-right{width: 100%;}
.mega-menu .menu-left .menu-left-top{grid-template-columns: repeat(1, 1fr); gap: 0;}
.mega-menu .menu-col .menu-col-heading{font-size: 14px; font-weight: 500; display: flex; align-items: center; justify-content: space-between; padding: 12px 0; margin-bottom: 0;}
.mega-menu .other-links{display: none;}
.second-menu{display: none;}
.nav-item.active .mega-menu, .menu-col.active .second-menu{display: block; padding: 12px 12px; height: 100%;position: fixed;overflow-y: auto;}
.nav-item.active .mega-menu{display: flex; flex-wrap: wrap;}
.menu-col.active .second-menu {width: 100%;top: 50px; left: 0; z-index: 12; background: #fff; height: 100%; display: flex; flex-wrap: wrap; overflow-y: auto;}
.menu-col .second-menu .menu-second-list{width: 100%;}
.menu-col .menu-second-bottom{width: 100%; display: block;}
.nav-close{width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.nav-close svg{width: 12px; height: 12px;}
.step-back {width: 100%; display: flex; align-items: center; font-size: 14px; color: var(--light-black);font-weight: 700;padding: 12px 0 20px; line-height: 20px; text-transform: uppercase;}
.step-back .step-back-icon{width: 20px; height: 20px; margin-right: 8px; position: relative; top: -1px;}
.nav-arrow, .first-item-card, .header-main .nav.navshow, .first-item-bottom{display: block;}
.nav ul li:last-child{padding-bottom: 0;}
.product-card .product-content {margin-top: 12px;}
.product-card .product-content-left .lottoxxssheading{line-height: 14px;}

.header-main{padding: 16px 0; }
.header-main .nav{width: 100%; height: 100%;  position: fixed;  top: 0; left: 0; background: var(--white-color); border-top: 0; padding: 0 12px; overflow-y: auto; margin: 0; z-index: 12; display: none;}
.navbar-main{padding: 12px 0; position: relative; top: 50px;}
.nav ul li{display: flex; align-items: center; justify-content: space-between; padding: 12px 0;}
.nav ul li a{font-size: 14px; width: 70%; color: var(--light-black);}
.navbar-top{display: flex; justify-content: space-between; align-items: center; padding: 16px 12px; position: fixed; top: 0; background: #fff; width: 100%; left: 0; z-index: 1;}
.first-item-card{padding: 56px 0;}
.first-item-bottom .other-links{padding-bottom: 24px;}
.first-item-bottom .other-links li{padding: 10px 0;}
.first-item-bottom .other-links li a{font-size: 12px; font-weight: 500; color: var(--light-black); display: flex; align-items: center; text-transform: uppercase;}
.first-item-bottom .other-links li a svg{position: relative;top: -1px; margin-right: 12px;}
.mega-card .mega-card-thumb a{line-height: 0;}
.mega-menu .menu-second-list li{padding: 12px 0;}
.mega-menu .menu-left, .mega-menu .mega-right{width: 100%; position: initial;}
.mega-menu .mega-right{margin-top: auto;}
.mega-menu .menu-left .menu-left-top{grid-template-columns: repeat(1, 1fr); gap: 0;}
.mega-menu .menu-col .menu-col-heading{font-size: 14px; font-weight: 500; display: flex; align-items: center; justify-content: space-between; padding: 12px 0; margin-bottom: 0;}
.mega-menu .other-links{display: none;}
.menu-col .second-menu{display: none; align-items: flex-start; align-content: space-between;}
.nav-item.active .mega-menu, .menu-col.active .second-menu{display: block; padding: 12px 0px; height: calc(100vh - 49px); background: #fff;position: absolute;overflow-y: auto; top: 0px; height: 100%; left: 0; width: 100%; box-shadow: 0 0 0;}
.nav-item.active .mega-menu{display: flex; flex-wrap: wrap;}
.menu-col.active .second-menu {width: 100%;top: 0;left: 0;z-index: 12; background: #fff;height: 100%;display: flex;flex-wrap: wrap; overflow-y: auto;}
.menu-col .second-menu .menu-second-list, .menu-col .second-menu .second-menu-top{width: 100%;}
.menu-col .menu-second-bottom{width: 100%; display: block; margin-top: auto;}
.nav-close{display: flex; align-items: center; cursor: pointer;}
.step-back {width: 100%; display: flex; align-items: center; font-size: 14px;color: var(--light-black);font-weight: 700;padding: 12px 0 20px;}
.nav-arrow, .first-item-card, .header-main .nav.navshow, .first-item-bottom{display: block;}
.nav ul li:last-child{padding-bottom: 0;}
.notfound-box .picture img{width: 100% !important;}
.inner-search-left .form-control{height: 50px;}
.notification-bar{padding: 13px 12px;}
.notification-bar p{font-size: 12px; line-height: 14px;}
/* .nav-item.active .mega-menu:after {
    content: '';
    position: fixed;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 50px;
    background: var(--white-color);
    z-index: 1;
} */
.lotto-popup-body .lotto-btn, .lotto-popup-body .lotto-btn-line{padding: 12px 20px 11px; line-height: 18px;}
.empty-cart svg, .empty-cart.empty-search svg{width: 56px; height: 56px; margin-bottom: 24px;}
.empty-cart .lottoxsheading{font-size: 20px;}
.empty-cart p{width: 200px; font-size: 14px; margin: 0 auto 24px;}
.empty-cart .lotto-btn{width: 140px;font-size: 12px; padding: 12px 10px 11px; line-height: 18px; height: 42px;}
.empty-cart.empty-search p{width: 211px; font-size: 16px; line-height: 19px;}
.my-wishlist .empty-cart .lotto-btn{width: 140px;}
#size-popup .lottosmheading{margin-bottom:24px;}
#noAddress.empty-cart .lotto-btn{width: 159px; min-width: 159px; padding: 12px 10px 11px;}
#noAddress.empty-cart .lotto-btn svg{width: 11px; height: 11px;}
.product-card .product-content.product-content-new .product-thumb-wrap{margin-bottom: 12px;}
.product-card .product-content.product-content-new .product-status{font-size: 12px; line-height: 17px;}
.product-card .product-content.product-content-new .product-cat, .product-card .product-content.product-content-new .product-material, .product-card .product-content.product-content-new .product-tag{font-size: 12px; line-height: 17px;}
.menu-col .second-menu .menu-second-list .nav-arrow {
    display: none;
}
.footer-mid{grid-template-columns: repeat(1, minmax(0, 1fr)); padding:30px 12px; gap:0;}
.footer-mid .footer-col .lottoxxsheading{display:flex; align-items:center; justify-content:space-between;}
.footer-mid .footer-col .lottoxxsheading .col-icon{width:12px; height:12px; display:flex; align-items:center; justify-content:space-between;}
.footer-mid .footer-col .lottoxxsheading .col-icon svg{width:100%; height:100%;}
.footer-mid .footer-col .lottoxxsheading .col-icon svg path{stroke:#fff;}
.footer-mid .footer-col.active .footer-col-sub{display:block;}
.footer-mid .footer-col .footer-col-sub:last-child{margin-bottom:18px;}
.footer-mid .footer-col .footer-col-sub, .footer-mid .footer-col.active .lottoxxsheading .col-icon svg path:first-child{display:none;}

.lotto-white-btn, .category-card .lottoxxsheading{font-size: 12px; height: 32px; line-height: 15px;}
.featurd-product{padding-bottom:44px;}
.featurd-product .slider-rl{margin:0 -12px 0 -3px}
.featured-product-slider .slick-list{padding-right:0px;}
.featurd-product .slider-rl .item{padding:0 3px;}
.featurd-product .featurd-product-top{justify-content:center;}
.featurd-product .featurd-product-top .lottosmheading{font-size:14px; line-height:14px;}
.secondary-banner .secondary-banner-content{width: 100%; top: auto; bottom: 115px; transform: translate(0%, 0%);}
.secondary-banner .secondary-banner-content .lottolgheading{font-size:24px; line-height:24px; margin-bottom:8px;}
.secondary-banner .secondary-banner-content .lottoxxsheading{font-size:15px; margin-bottom:16px;}
.shop-style{padding: 40px 0 32px;}
.shop-style-main{grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 12px; padding:0 8px;}
.shop-style .lottolgheading, .featured-box .lottosmheading, .collabs .lottosmheading, .featured-box .lottolgheading, .collabs .lottolgheading{font-size:14px; line-height:14px; margin-bottom:18px;}
.shop-style-card .shop-style-heading{font-size:11px; line-height: 18px; margin: 7px auto 0;}
.hits-section{padding-bottom:33px;}
.hits-section .hits-heading{width:80%; font-size:35px; line-height: 48px;}
.marquee-banner .marquee-wrapper{bottom:152px;}
.marquee-banner .marquee-content{font-size: 33px; line-height: 32px;}
.marquee-banner .marquee-content svg{width:30px; max-width:30px; height:30px;}
.marquee-banner .lotto-white-btn{bottom:107px;}
.featured-box{padding: 40px 0 17px;}
.featured-box .lottosmheading{text-align:center; margin-bottom:16px;}
.featured-box .slider-rl{margin:0 -12px 0 -5px;}
.featured-slider .slick-list{padding-right:0;}
.featured-card .featured-content{margin-top:8px;}
.featured-card .featured-content .featured-title{line-height:12px;}
.featured-card .featured-content .featured-title a{font-size:9.5px; line-height: 14px; margin: 0px 0 20px;}
.featured-card .featured-content p{width:100%; font-size: 9.5px; line-height: 14px; margin-bottom:20px;} 
.featured-card .featured-btn{font-size:9.5px; line-height:14px; bottom:0;}
.collabs .slider-rl {margin: 0 -12px 0 -5px;}
.collabs .lottosmheading{text-align:center; margin-bottom:12px;}
.tag-card-top .newin-tag{top:3px; left:0px; padding:0 5px 0 3px;}
.tag-card-top .newin-tag{font-size:8px; height:14px; line-height: 8px; padding:4px 9px;}
.featured-card .featured-star{top:6px; left:6px; padding:3px;}
.featured-card .featured-star svg{width:11px; max-width:11px; height:11px;}
.marquee-banner .marquee-content:last-child {margin-left: 120px;}
.marquee-banner .marquee-content img{width:40px; height:45px;}
.featurd-product .discover-btn.mobile-btn{text-align: center; margin: 10px auto 0; display:block; position:relative; top:0;}
.featurd-product .discover-btn:hover{text-decoration:underline;}
.tag-card-top .wishlist-btn{width:25px; min-width:25px; height:25px;}
.hits-section {min-height: 100vh;}
.secondary-banner::after, .featured-product-slider .product-card .product-content.product-content-new .price-item--last, .featurd-product .featurd-product-top .discover-btn.desktop-btn{display:none;}{display:none;}
.product-card .product-content-left{width: 90%; min-width: 90%;}
.home-thumb{height:100vh;}
.home-thumb .banner-text{width: 100%;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;}
.home-thumb .banner-text .lottoxlheading{width:100%; font-size:68px; line-height:58px;}
.home-thumb .banner-text .lottomdheading{font-size:27px; line-height:23px;}
.product-card .product-content-left .price__container, .product-card .product-content.product-content-new sapn{line-height:14px;}
.product-card .product-content.product-content-new .price-item--regular{font-size:10px; line-height:14px; margin-right:0;}
.product-card .product-content.product-content-new .price-item--last{font-size:10px; font-weight:400; line-height:14px;}
.product-card .product-content.product-content-new .offprice{font-size:9.5px; font-weight:400; margin-left: -4px;}
}
@media (max-width: 599px) {
}
@media (max-width: 479px) {
.footer-top .footer-left{grid-template-columns: repeat(2, minmax(0, 1fr));}
}
@media (max-width:379px) {
.lotto-top-mid-heading{width: 300px;}
}
@media (max-width:349px) {

}{
  text-align: left;
    font-weight: 700 !important;
    font-size: 12px;
    text-decoration: underline;
}
/* Resonsive-css-end */


/* Akash css */
.form-group p{
  color:var(--red-color);
}
.size-txt{line-height: normal;}
.otp-timer *{text-align: left !important;}
.resend-btn{
  text-align: left !important;
    font-weight: 700 !important;
    font-size: 12px;
    text-decoration: underline;
   height:18px;
}
/* .errotp{display: none;} */
.login-stepthree .login-edit{gap:5px;}
.login-stepthree .form-group p{font-size: 12px;}
.login-stepthree .form-group .form-control {
    width: 100%;
    height: 52px;
    text-align: center;
    letter-spacing: 12px;
    color: #010101;
 
}