/** Shopify CDN: Minification failed

Line 707:1 "text-aling" is not a known CSS property
Line 718:0 "text-aling" is not a known CSS property
Line 819:0 "text-aling" is not a known CSS property
Line 1329:6 Unexpected "*"
Line 2440:0 "text-aling" is not a known CSS property

**/
.four-column-section-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.four-column-section-block {
  width: 24%;  
  text-align: center;
}
.column-image img {
  max-height: 40px;
  vertical-align: middle;
  height: auto;
}
.column-details {
  margin-top: 30px;
}
.column-details h3 {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0;
  margin: 0;
}
.column-details p{
font-size: 14px;
line-height: 16px;
color: #000;
letter-spacing: 0;
font-weight: 600;
}


/* responsive media queries */
@media screen and (max-width:1024px){
.four-column-section-block {
  width: 46%;
  text-align: center;
  margin-bottom: 30px;
}
footer .footer-top .footer-left {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  padding-right: 0;
  flex-flow: wrap;
}
footer .footer-top .footer-left .footer-block {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 30px;
}
footer .footer-top .footer-left .footer-block.logo {
  flex: 0 0 100%;
  max-width: 100%;
}
}
@media only screen and (max-width: 767px){
.four-column-section-block {
  width: 49%;
  margin-bottom: 30px;
}
.four-column-section-block:nth-last-child(-n+2){
  margin-bottom: 0;
}
.column-details h3{
  font-size: 14px;
}
.column-details p{
  font-size: 12px;
  line-height: 15px;
}
.column-details{
  margin-top: 20px;
}
.product__info-wrapper .product-title h1 {
  font-size: 35px!important;
  line-height: 40px!important;
}

.product__info-wrapper .product-price .price__regular {
  font-size: 35px!important;
  line-height: 30px!important;
}
  footer .footer-top .footer-left .footer-block {
  flex: 0 0 100%;
  max-width: 100%;
}
}



/* design update @Vipul */

/* Section Four column */

.four-column-section-wrapper .column-details {
  margin-top: 50px;
  padding: 0 10px;
}
.four-column-section-wrapper .column-details h3 {
  font-size: 30px;
  color: #070707;
  font-family: forma-djr-display, sans-serif;
  line-height: 28px;
}
.four-column-section-wrapper .column-details p {
  margin: 5px 0 0;
  font-family: forma-djr-display, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.four-column-section-wrapper .empty-desc .column-details h3 {
  font-size: 45px;
  line-height: 50px;
}

/* Section Newsletter */

.section-newsletter-wrapper {
  clear: both;
  margin: 25px 0;
}
.section-newsletter-wrapper .section-newsletter-inner {
  display: flex;
  align-items: center;
}
.section-newsletter-wrapper .newsletter-image {
  flex: 0 0 60%;
  max-width: 60%;
}
.section-newsletter-wrapper .newsletter-section {
  flex: 0 0 40%;
  max-width: 40%;
  box-sizing: border-box;
  padding-left: 50px;
}
.section-newsletter-wrapper .newsletter-image img {
  width: 100%;
  object-fit: cover;
  max-width: 1058px;
  vertical-align: middle;
}
.section-newsletter-wrapper .newsletter-section .newsletter-title h2 {
  font-size: 45px;
  line-height: 50px;
  margin: 0;
  font-family: 'forma-djr-display';
  font-weight: 700;
  color: #0F0F0F;
}
.section-newsletter-wrapper .newsletter-section .newsletter-sub-text {
  font-size: 22px;
  line-height: 28px;
  color: #0F0F0F;
  font-family: 'forma-djr-display';
  font-weight: 400;
  margin-top: 25px;
  letter-spacing: 0;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs {
  margin-top: 100px;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #868686;
  font-size: 22px;
  line-height: 28px;
  font-family: 'forma-djr-display';
  outline: none;
  box-shadow: none;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs input::placeholder {
  color: #868686;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action {
  margin-top: 100px;
  text-align: right;
  float: right;
}

.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action {
  margin-top: 100px;
  text-align: right;
  float: right;
  font-size: 24px;
  line-height: 30px;
  background: transparent;
  font-family: 'forma-djr-display';
  color: #070707;
  border: 1px solid #070707;
  padding: 10px 50px;
  position: relative;
  height: 52px;
  cursor: pointer;
}

.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action::before, .section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action::after {
  height: 55px;
  width: 55px;
  background: #fff;
  position: absolute;
  content: '';
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action::before {
  top: 4px;
  left: -2px;
  border-right: 1px solid #070707;
  transform: rotate(25deg) translate(-78%);
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action::after {
  bottom: 4px;
  right: -2px;
  border-left: 1px solid #070707;
  transform: rotate(25deg) translate(78%);
}

/* Section Footer */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.section-newsletter-wrapper .newsletter-image {
    flex: 0 0 60%;
    max-width: 60%;
}
.section-newsletter-wrapper .newsletter-section {
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 25px;
}
.section-newsletter-wrapper .newsletter-section .newsletter-title h2 {
    font-size: 28px;
    line-height: 30px;
}
.section-newsletter-wrapper .newsletter-section .newsletter-sub-text {
    font-size: 18px;
    line-height: 22px;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs {
    margin-top: 25px;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action {
    margin-top: 25px;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs input {
    font-size: 18px;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action {
    margin-top: 50px;
    font-size: 18px;
    padding: 10px 40px;
    height: 45px;
    line-height: 22px;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action:before, .section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action:after {
  height: 49px;
}
}

/* New Footer desing */

body footer {
  padding: 0 !important;
  border: none !important;
}
footer .footer-top {
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  padding: 80px 0;
  display: flex;
}

footer .footer-top .footer-left .footer-block {
  padding: 0 10px;
}


footer .footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-top .footer-block h2 {
  font-size: 23px;
  line-height: 38px;
  font-family: 'forma-djr-display';
  font-weight: 600;
  margin: 0 0 14px 0;
  color: #fff;
  letter-spacing: inherit;
}
footer .footer-top .footer-block a {
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  font-family: 'forma-djr-display';
  color: #fff;
  font-weight: 500;
  margin-bottom: 8px;
}
footer .footer-top ul li {
  margin: 0 !important;
}
footer .footer-top ul.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -25px;
}
footer .footer-top ul.social-links li {
  margin: 0 10px 0 0 !important;
}
footer .footer-top ul.social-links li:first-child {
  margin-left: 0 !important;
}
footer .footer-top ul.social-links li:last-child {
  margin-right: 0 !important;
}

footer .footer-top .footer-left .footer-block .social-links img {
   width: 54px;
   height: 54px;
}
footer .footer-top .footer-left .footer-block .social-links img:hover {
filter: grayscale(0);
-webkit-filter: grayscale(0);
}

footer .footer-top .footer-right .footer-block {
  text-align: left;
}
footer .footer-top .footer-right .sub__text {
  font-size: 22px;
  line-height: 28px;
  font-family: 'forma-djr-display';
  color: #0F0F0F;
  font-weight: 400;
  margin-bottom: 12px;
}
footer .footer-top .footer-right .store_details .store-detail {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
footer .footer-top .footer-right .store-detail:last-child {
  margin-bottom: 0;
}
footer .footer-top .footer-right .store_details .store-detail img {
  width: 35px;
  height: 35px;
  margin-right: 25px;
}
footer .footer-top .footer-right .store_details .store-detail .details, footer .footer-top .footer-right .store_details .store-detail .details a {
  font-family: 'forma-djr-display';
  font-size: 22px;
  line-height: 28px;
  color: #0F0F0F;
  font-weight: 400;
  letter-spacing: 0;
}
footer .footer-top {
  letter-spacing: 0;
}
footer .footer-top ul li a:hover {
  color: #fff;
}
footer .footer-bottom {
  margin-top: 21px;
  text-align: center;
  padding-bottom: 80px;
}
footer .footer-bottom .copyrights {
  font-family: 'forma-djr-display';
  font-size: 30px;
  line-height: 38px;
  color: #0f0f0f;
  font-weight: 400;
  letter-spacing: 0;
}
/* @media only screen and (min-width: 1025px){ */
 footer .footer-top .footer-left .footer-block {
    /*flex: 0 0 18%;*/
    max-width: 22%;
    margin-top: 75px;
}
/* } */
 
@media only screen and (min-width: 768px){
footer .footer-top .footer-left {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  padding-right: 0;
  justify-content: space-between;
}

footer .footer-top .footer-left .footer-block:last-child {
  padding-right: 0; 
}
footer .footer-top .footer-left .footer-block.logo {
  margin-right: 60px;
}


footer .footer-top .footer-right {
    flex: 0 0 30%;
    max-width: 30%;
    border-left: 1px solid #BCBCBC;
    box-sizing: border-box;
    padding-left: 5%;
}
footer .footer-top .footer-right .footer-mobile-logo  {
  display: none;
}
}

*[id^="tabSliderFourBlocks"] .static-five-block-main .swiper-slide {
padding: 1px;
}

@media only screen and (max-width: 767px) {
#collection-filters-button-sticky {
  margin-top: 5px !important;
}
.sb__swiper .swiper-slide .sb__button {
  line-height: 1.2;
}
.four-column-section-wrapper .column-details {
    margin-top: 15px;
    padding: 0 5px;
}

.four-column-section-wrapper .four-column-section-block .column-details h3 {
    font-size: 15px;
    line-height: 23px;
}

.four-column-section-wrapper .four-column-section-inner {
  margin-left: 29px;
  margin-right: 29px;
}
.four-column-section-wrapper .four-column-section-block .column-details p {
    display: none;
}
.section-newsletter-wrapper .page-width {
    max-width: 100%;
    padding: 0;
}
.section-newsletter-wrapper .section-newsletter-inner {
    flex-direction: column;
}
.section-newsletter-wrapper .newsletter-image {
    flex: 0 0 100%;
    max-width: 100%;
}
.section-newsletter-wrapper .newsletter-section {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 40px 75px;
    background: #0F0F0F;
    box-shadow: 0px -40px 35px #0f0f0f;
}
.section-newsletter-wrapper .newsletter-section .newsletter-title h2 {
    font-size: 30px;
    line-height: 20px;
    color: #fff;
}
.section-newsletter-wrapper .newsletter-section .newsletter-sub-text {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 5px;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs {
    margin-top: 40px;
    text-align: center;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs input {
    background: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    border-color: #fff;
    text-align: left;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs input::placeholder {
    color: #868686;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action {
    float: none;
    margin-top: 40px;
    color: #fff;
    border-color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 5px 40px;
    height: 40px;
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action:before, .section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action:after {
    background: #0F0F0F;
    border-color: #fff;
    height: 45px;
}
footer .footer-top {
    padding: 0 0 100px;
    flex-direction: column;
    border: none;
    margin-top: 30px;
}
footer .footer-top .footer-right {
    order: 1;
}
footer .footer-top .footer-left {
    order: 2;
   display: flex;
   flex-direction: column;
}
footer .footer-top .footer-right .footer-mobile-logo {
    text-align: center;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 50px;
    margin-bottom: 15px;
}
footer .footer-top .footer-block h2 {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 22px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 31px;
}
.footer-block__heading {
  margin-bottom: 0 !important;
}
footer .footer-top ul li {
  justify-content: center;
}
footer .footer-block__details-content {
    display: none;
    margin-bottom: 0 !important;
    border-bottom: 0;
    padding-bottom: 0 !important;
}
footer .footer-top .footer-left .footer-block.social-link {
    order: 4;
}
footer .footer-bottom {
    display: none;
}
footer .footer-top .footer-left .footer-block.social-link .social-links {
    text-align: center;
    justify-content: center;
    border-bottom: 0;
    margin-top: 0;
}
footer .footer-top .footer-block h2 a.toggleicon {
    position: absolute;
    left: auto;
    right: auto;
    margin: 0;
}
}

/* product detail page css starts */
.product-main-section-wrapper .product-main-section-inner{
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.product-main-section-wrapper .product-main-section-inner .product-banner-left-section{
width: 50%;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section{
width: 46%;
}
.product-main-section-wrapper .product-main-section-inner .product-banner-left-section .product-gallery{
display: flex;
flex-direction: column;
}
.product-main-section-wrapper .product-main-section-inner .product-banner-left-section .product-gallery .product-gallery-block{
width: 48%;  
display: flex;
flex-direction: row;
margin-bottom: 5px;
margin-right: 5px;
}
.product-main-section-wrapper .product-main-section-inner .product-banner-left-section .product-gallery img{
width: 100%;
margin-right: 5px;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .checked {
color: #1DB57C;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .product-top-section{
display: flex;
justify-content: space-between;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .product-top-section .label{
  background: #373536 0% 0% no-repeat padding-box;
  opacity: 1; 
  top: 300px;
  left: 1305px;
  width: 132px;
  transform: skew(-21deg);
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .product-top-section .label p{
margin: 0;
color: #fff;
text-align: center;
transform: skew(21deg);
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .product-top-section .label p img.logo{
width: 15px;
height: 15px;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .product-title h1{
font-size: 45px;
line-height: 50px;
text-align: left;
color: #070707;
letter-spacing: 0;
font-family: forma-djr-display, sans-serif;
margin-bottom: 0;
margin-top: 20px;
font-weight: 600;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .title-bottom-content p{
margin: 0;
line-height: 28px;
font-family: forma-djr-display, sans-serif;
font-size: 22px;
color: #0F0F0F;
letter-spacing: 0;
font-weight: normal;
text-align: left;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .product-price p.price{
color: #070707;
font-size: 45px;
line-height: 50px;
text-align: left;
letter-spacing: 0;
margin: 0;
margin-top: 17px;
font-family: forma-djr-display, sans-serif;
font-weight: 700;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .price-bottom-content{
display: flex;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .price-bottom-content p.text{
color: #868686;
font-family: forma-djr-display, sans-serif;
text-align: left;
font-size: 18px;
line-height: 23px;
font-weight: normal;
letter-spacing: 0;
margin: 0;
max-width: 300px;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .price-bottom-content p.scalapay{
color: #070707;
font-weight: 700;
text-decoration: underline;
margin: 0;
font-family: forma-djr-display, sans-serif;
position: relative;
padding-left: 30px;
letter-spacing: 1px;
font-size: 22px;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .price-bottom-content p.scalapay:after{
content: '\f004';
display: inline-block;
font-family: 'fontawesome';
position: absolute;
left: 0;
}
.product-images{
display: flex;
flex-direction: column;
margin: 23px 0;
} 
.product-images .product-images-top{
display: flex;
align-items: center;
}
.product-images .product-images-top p.main-title{
 color: #0F0F0F;
 font-weight: 600;
 font-family: forma-djr-display, sans-serif;
 font-size: 30px;
 line-height: 38px;
 text-aling: left;
 letter-spacing: 0;
 margin: 0;
}
.product-images .product-images-top p.text{
color: #0F0F0F;
font-weight: 400;
font-family: forma-djr-display, sans-serif;
margin: 0;
font-size: 22px;
line-height: 28px;
text-aling: left;
letter-spacing: 0;
padding-left: 5px;
}
.product-images .product-images-bottom{
display: flex;
flex-direction: row;
}
/* HIDE RADIO */
.product-images .product-images-bottom input[type=radio] { 
position: absolute;
opacity: 0;
width: 0;
height: 0;
}

/* IMAGE STYLES */
.product-images .product-images-bottom input[type=radio] + img {
cursor: pointer;
}

/* CHECKED STYLES */
.product-images .product-images-bottom input[type=radio]:checked + img {
outline: 1px solid #0F0F0F;
}
.product-images .product-images-bottom img{
width: 108px;
height: 108px;
margin-right: 4px;
border: 1px solid transparent;
}
.product-attributes .product-attributes-top{
display: flex;
flex-direction: column;
}
.product-attributes .product-attributes-top{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.product-attributes .product-attributes-top p.attribute-title{
color: #0F0F0F;
font-size: 30px;
line-height: 38px;
text-align: left;
font-family: forma-djr-display, sans-serif;
font-weight: 700;
margin: 0;
}
.product-attributes .product-attributes-top p.attribute-text{
color: #868686;
font-size: 18px;
line-height: 23px;
text-align: right;
font-family: forma-djr-display, sans-serif;
text-decoration: underline;
font-weight: normal;
margin: 0;
}
.product-attributes .product-attributes-bottom{
display: flex;
align-items: center;
flex-wrap: wrap;
}
.product-attributes .product-attributes-bottom p.size{
text-decoration: none;
display: inline-block;
color: #868686;
font-size: 22px;
line-height: 28px;
text-align: center;
border: 1px solid #868686;
padding: 4px;
min-width: 65px;
max-width: max-content;
height: 36px;
margin-right: 13px;
overflow: hidden;
text-overflow: ellipsis;
}
/* HIDE RADIO */
input[type=radio] { 
position: absolute;
opacity: 0;
width: 0;
height: 0;
}

/* IMAGE STYLES */
input[type=radio] + p.size {
cursor: pointer;
}

/* CHECKED STYLES */
input[type=radio]:checked + p.size {
outline: 1px solid #0F0F0F;
}
.product-attributes-text p{
font-size: 18px;
line-height: 23px;
text-aling: left;
color: #868686;
font-family: forma-djr-display, sans-serif;
font-weight: normal;
letter-spacing: 0;
}
.actions-toolbar{
display: flex;
align-items: center;
}
.actions-toolbar .add-to-cart-button a button.add-to-cart{
background: #0F0F0F;
border: 1px solid #0F0F0F;
color: #fff;
width: 441px;
height: 53px;
font-size: 24px;
line-height: 30px;
letter-spacing: 0;
font-family: forma-djr-display, sans-serif;
font-weight: normal;
position: relative;
text-align: center;
transform: skew(-21deg);
}
.actions-toolbar .add-to-cart-button a button.add-to-cart span{
display: inline-block;
transform: skew(21deg);
}
.actions-toolbar .add-to-cart-button a button.add-to-cart:after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0567/1747/6027/files/Picto-Panier-Blanc_1.png?v=1669724987) no-repeat 0 0;
  background-size: 27px;
  width: 27px;
  height: 27px;
  display: inline-block;
  --border-offset: 0;
  margin-left: 5px;
}
/* .actions-toolbar .add-to-cart-button a button.add-to-cart:after{
content: '\f290';
display: inline-block;
transform: skew(21deg);
padding-left: 10px;
color: #fff;
font-family: 'fontawesome';
} */
.actions-toolbar .wishlist-icon{
margin-left: 20px;
}
.actions-toolbar .wishlist-icon a{
text-decoration: none;
background: #fff;
border: 1px solid #0F0F0F;
font-family: 'fontawesome';
width: 104px;
height: 53px;
display: inline-block;
text-align: center;
transform: skew(-21deg);
}
.actions-toolbar .wishlist-icon a i{
font-size: 23px;
line-height: 48px;
color: #000;
display: inline-block;
transform: skew(21deg);
}
.sticky-product-details{
 position: fixed;
 bottom: 0;
 width: 100%;
 z-index: 100;
 display: flex;
 justify-content: space-between;
 padding: 40px 50px;
 background: #fff;
border: 1px solid transparent;
}
.sticky-product-details .product-info img{
width: 65px;
height: 65px;
}
.attributes-details .product-attributes{
display: flex;
align-items: center;
flex-wrap: wrap;
}
.sticky-product-details .attributes-details .product-attributes label {
  padding: 5px !important;
}
.attributes-details .product-attributes p.size{
text-decoration: none;
display: inline-block;
color: #868686;
font-size: 22px;
line-height: 28px;
text-align: center;
border: 1px solid #868686;
padding: 4px;
min-width: 65px;
max-width: max-content;
height: 36px;
margin-right: 13px;
text-overflow: ellipsis;
overflow: hidden;
}
.sticky-product-details .product-details{
display: flex;
justify-content: space-between;
gap:1rem;
}
.sticky-product-details .product-details .product-info{
display: flex;
}
.sticky-product-details .product-details .product-info .product-name-info h1 {
  font-size: 18px;
  line-height: 24px;
  width:100%;
  max-width: 100%;
  font-weight: 600;
  margin-top: 0;
  font-family: 'forma-djr-display';
  margin-left: 15px;
  margin-bottom: 0;
}
.sticky-product-details .product-details .product-info .product-name-info p.price {
  margin-top: 0;
  margin-left: 15px;
  font-weight: 600;
  font-family: 'forma-djr-display';
}
.sticky-product-details .attributes-details .product-attributes-details p.attribute-title {
  color: #0f0f0f;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  font-family: forma-djr-display,sans-serif;
  font-weight: 700;
  margin: 0;
}
.product-main-section-wrapper .product-banner-left-section.mobile{
display: none;
}
.products-details-wrapper {
margin: auto;
max-width: 1920px;
padding: 0 5rem;  
margin-top: 90px;
}
.tabs {
max-width: 100%;
}
.tabs-nav li {
/*   float: left;
width: 25%; */
padding-right: 70px;
font-size: 30px;
line-height: 38px;
cursor:pointer;
}
ul.tabs-nav .tab-active a {
color: #0F0F0F;
cursor: default;
}
.tabs-stage {
border-top: 1px solid #cecfd5;
border-radius: 0 0 6px 6px;
clear: both;
padding: 24px 30px;
position: relative;
top: -1px;
border-bottom: 0;
}
.tabs-stage .tab-content{
color: #0F0F0F;
font-size: 22px;
line-height: 28px;
text-align: left;
letter-spacing: 0;
font-family: 'forma-djr-display';
}
.moretext {
display: none;
}
.content-details{
display: flex;
justify-content: space-between;
}
.tabs-stage .details-tab-block{
width: 33.33%;
}
ul.tabs-nav li{
list-style-type: none;
}
ul.tabs-nav li a {
  color: #868686;
text-decoration: none;
font-family: 'forma-djr-display';
}

ul.tabs-nav {
  max-width: 100%;
  margin: 0 auto;
display: flex;
}
ul.tabs-nav li{
padding-left: 10px;
position: relative;
}
.tabs-nav li:after{
  content: '\f078';
  font-family: 'fontawesome';
  display: inline-block;
  position: absolute;
  padding-left: 6px;
  font-size: 21px;
  color: #868686;
}
/* .tabs-nav li.tab-active:after{
  content: '\f077';
  font-family: 'fontawesome';
  display: inline-block;
  position: absolute;
  padding-left: 6px;
  font-size: 21px;
  color: #868686;
} */
ul.content {
  margin: 0;
}
ul.content li{
font-size: 22px;
line-height: 28px;
color: #0F0F0F;
font-family: 'forma-djr-display';
}
/* responsive product detail page starts  */
@media screen and (min-width: 1025px) and (max-width: 1500px){
.sticky-product-details{
  flex-wrap: wrap;
  justify-content: unset;
}
.sticky-product-details .product-details{
  width: 50%;
}
.sticky-product-details .attributes-details{
  width: 50%;
}
.tabs-nav li{
  font-size: 20px;
  line-height: 26px;
}
}
@media only screen and (max-width: 1024px){
.sticky-product-details{
  display: none !important;
}
}
@media only screen and (max-width: 991px){
.product-main-section-wrapper .product-banner-left-section.mobile{
  display: block;
  width: 100%;
}
.product-main-section-wrapper .product-main-section-inner .product-banner-left-section{
  display: none;
}
.product-main-section-wrapper .product-main-section-inner{
  display: block;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section{
  width: 100%;
}
.actions-toolbar .add-to-cart-button a button.add-to-cart{
  width: 100%;
  height: 32px;
  font-size: 18px;
  line-height: 23px;
}
.actions-toolbar .wishlist-icon a{
  width: 88px;
  height: 32px;
}
.actions-toolbar .wishlist-icon a i{
  font-size: 18px;
  line-height: 31px;
}
.actions-toolbar .wishlist-icon{
  margin-left: 10px;
}
.actions-toolbar{
  justify-content: center;
}
.product-main-section-wrapper .product-banner-left-section.mobile .slick-dots li button:before{
  content: '';
  background: #868686;
  width: 3px;
  height: 25px;
  transform: rotate(90deg);
  border-radius: 25px;
  position: absolute;
  top: -35px;
}
.product-main-section-wrapper .product-banner-left-section.mobile .slick-dots li.slick-active button:before{
  background: #FFFFFF;
}
.product-main-section-wrapper .product-banner-left-section.mobile .slick-slide img{
  width: 100%;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .product-title h1{
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 10px;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .title-bottom-content p{
  font-size: 18px;
  line-height: 22px;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .product-price p.price{
  font-size: 25px;
  line-height: 31px;
  margin-top: 10px;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .price-bottom-content p.text{
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.product-main-section-wrapper .product-main-section-inner .product-info-right-section .price-bottom-content p.scalapay{
  font-size: 16px;
  padding-left: 20px;
}
.product-images .product-images-top p.main-title{
  font-size: 18px;
  line-height: 23px;
}
.product-images .product-images-top p.text{
  font-size: 16px;
  line-height: 20px;
}
.product-images .product-images-bottom img{
  width: 80px;
  height: 80px;
}
.product-images .product-images-top{
  margin-bottom: 10px;
}
.product-attributes .product-attributes-top p.attribute-title{
  font-size: 18px;
  line-height: 23px;
}
.product-attributes .product-attributes-top p.attribute-text{
  font-size: 16px;
  line-height: 20px;
}
.product-attributes .product-attributes-bottom{
  flex-wrap: nowrap;
  max-width: 100vw;
  overflow: scroll;
  scrollbar-width: none;
  padding: 0 7px;
  margin-left: -9px;
  width: 100%;
}
.product-attributes .product-attributes-bottom a.size{
  width: 53px;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
}
ul.tabs-nav{
  padding: 0 15px;
  margin-top: 20px;
  display: block;
}
.tabs-nav li{
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  line-height: 23px;
  padding-top: 15px;
  padding-bottom: 8px;
  position: relative;
}
.tabs-nav li:after{
  content: '\f078';
  font-family: 'fontawesome';
  display: inline-block;
  position: absolute;
  right: 0;
  color: #000;
  font-size: 15px;
}
.tabs-nav li.tab-active:after{
  content: '\f077';
  font-family: 'fontawesome';
  display: inline-block;
  position: absolute;
  right: 0;
  color: #000;
  font-size: 15px;
}
.tabs-stage .tab-content p{
  margin: 0;
}
.content-details{
  display: block;
}
.tabs-stage .details-tab-block{
  width: 100%;
}
.tabs-stage .details-tab-block ul{
  padding: 0;
  margin-top: 20px;
}
.products-details-wrapper {
  margin-top: 30px;
}
.js-menu_wishlist {
  max-width: 90vw !important;
}
}

/* authentication page - login/register css starts */
.authentication-details {
  display: flex;
  justify-content: space-around;
}
.authentication-details .auth, .authentication-details .auth a{
color: #868686;
cursor: pointer;
font-size: 20px;
line-height: 38px;
font-family: 'forma-djr-display';
font-weight: 600;
text-decoration: none;
}
.auth.active, .auth:hover {
color: #00184C;
font-weight: 700;
text-decoration: underline;
}
.customer .have-an-account p{
margin-top: 30px;
color: #0F0F0F;
font-family: 'forma-djr-display';
font-weight: 400;
font-size: 22px;
line-height: 28px;
margin-bottom: 65px;
text-align: left;
}
.customer .have-an-account p span{
text-decoration: underline;
}
.customer .have-an-account p.text{
font-size: 22px;
line-height: 28px;
letter-spacing: 0;
margin-bottom: 0;
}
.login .field+a{
width: auto;
text-align: right;
}
.customer button{
display: flex;
float: right;
background: #fff;
/* border: 1px solid #0F0F0F; */
color: #00184C;
font-family: 'forma-djr-display';
font-weight: 700;
font-size: 22px;
}
.customer button span{
display: inline-block;
}
#MainContent .custom-tabs-address .add-new-address-custom form button{
float: unset;
}
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after{
box-shadow: unset;
}
.field__input, .customer .field input{
border-radius: 25px;
background-color: rgba(190, 190, 190, 0.4);
color: #00184c;
font-weight: 700;
box-sizing: border-box;
}
#CustomerEmail, #CustomerPassword {
padding-left: 1rem;
}
.field__label, .customer .field label{
left: 2rem;
font-size: 18px;
line-height: 28px;
font-family: 'forma-djr-display';
top: calc(2rem + var(--inputs-border-width));
font-weight: 600;
}
.field__input:focus, .field__input:not(:placeholder-shown), .field__input:-webkit-autofill, .customer .field input:focus, .customer .field input:not(:placeholder-shown), .customer .field input:-webkit-autofill{
box-shadow: unset;
font-size: 22px;
line-height: 28px;
height: auto;
min-height: auto;
font-family: 'forma-djr-display';
}
.field*:focus-visible{
box-shadow: unset;
outline: 0;
outline-offset: 0;
}
.field__input:focus~.field__label, .field__input:not(:placeholder-shown)~.field__label, .field__input:-webkit-autofill~.field__label, .customer .field input:focus~label, .customer .field input:not(:placeholder-shown)~label, .customer .field input:-webkit-autofill~label{
font-size: 22px;
line-height: 28px;
left: 0;
font-family: 'forma-djr-display';
}
.field__input, .select__select, .customer .field input, .customer select{
box-shadow: unset;
font-size: 22px;
line-height: 28px;
height: auto;
min-height: auto;
font-family: 'forma-djr-display';
padding-bottom: 0;
}
#MainContent .customer.register{
max-width: 863px;
font-family: 'forma-djr-display';
}
#MainContent .customer form{
margin: 2rem auto 0;
max-width: 641px;
}
.policy {
  margin-top: 50px;
}
.policy p{
text-align: left;
color: #0F0F0F;
font-size: 22px;
line-height: 28px;
font-family: 'forma-djr-display';
}
.customer.login.not-forget{
max-width: 863px !important;
}
.customer.login.forget{
max-width: 863px !important;
}
/* responsive login/registration css starts  */
@media only screen and (max-width: 991px){
#MainContent .customer:not(.account):not(.order){
  max-width: inherit;
  padding: 0;
  overflow: hidden; 
  margin-bottom: 0;
  margin-top: 0;
}
.authentication-details{
  border-bottom: 1px solid #868686;
}
.authentication-details .auth, .authentication-details .auth a{
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}
.auth.active, .auth:hover{
  text-decoration: none;
}
.auth.active:after{
  content:'';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #0F0F0F;
  transition: opacity 300ms, transform 300ms;
}
.customer form{
  max-width: 328px;
  margin: 0 auto;
}
.customer.login .have-an-account p{
  margin-left: -15px;
  margin-bottom: 30px;
}
.field__input, .select__select, .customer .field input, .customer select{
  font-size: 18px;
  line-height: 23px;
}
.field__label, .customer .field label{
  font-size: 18px;
  line-height: 23px;
}
.field__input:focus~.field__label, .field__input:not(:placeholder-shown)~.field__label, .field__input:-webkit-autofill~.field__label, .customer .field input:focus~label, .customer .field input:not(:placeholder-shown)~label, .customer .field input:-webkit-autofill~label{
  font-size: 18px;
  line-height: 23px;
}
.field__input:focus, .field__input:not(:placeholder-shown), .field__input:-webkit-autofill, .customer .field input:focus, .customer .field input:not(:placeholder-shown), .customer .field input:-webkit-autofill{
  font-size: 18px;
  line-height: 23px;
}
.customer button{
  width: 100%;
}
.customer .have-an-account {
  max-width: 328px;
  margin: 0 auto;
}
#MainContent .customer form{
  max-width: 272px;
  margin: 1.5rem auto;
}
.policy{
  max-width: 299px;
  margin: 50px auto 0;
}
.policy p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.customer.register button{
  max-width: 328px;
  margin: 4rem auto 1.5rem;
  float: unset;
}
.customer .have-an-account p.text{
  font-size: 18px;
  line-height: 23px;
  margin-top: 0;
}
.customer .have-an-account p{
  margin-bottom: 35px;
}
#main-nav-wishlist .wish-form button.wishlistbtn {
  top: 4px !important;
}
#main-nav-wishlist ul.wishlist-items .actions-update-cart .remove {
  width: 35px !important;
  height: 35px !important;
  padding: 1px !important;
  margin-left: 3px !important;
}
}


/* cart drawer - minicart css starts */
.js-menu__context {
background: rgba(0,0,0, 0.8); /*before 0.5*/
left: 0;
opacity: 0;
position: fixed;
top: 0px;
transition: opacity 0.8s, visibility 0.8s; /*before 0.5*/
visibility: hidden;
width: 100%;
height: 100dvh;
z-index: 40000;
overflow: hidden;
}

.js-menu {
color: #000;
position: absolute;
height: 100%;
width: 620px;
max-width: 85vw;
padding: 0rem 3rem;
margin: 0;
background: #fff;
z-index: 99;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
transition: background 0.5s, transform 0.5s;
padding: 0rem 3rem;
}
.js-menu_wishlist {
color: #000;
position: absolute;
height: 100%;
width: 560px;
max-width: 85vw;
padding: 12px;
margin: 0;
background: #fff;
z-index: 99;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
transition: background 0.5s, transform 0.5s;
}

@media only screen and (min-width: 1010px) {
.js-menu,
.js-menu_wishlist {
  max-width: calc(50vw - 100px);
}
}

.items-in-cart {
  overflow-y: auto;
  height:calc(100vh - 320px);
}

.plus-panier{
font-size: 21px;
padding-left: 7px;
}

.cart-original-subtotal,
.cart-all-discounts,
.actions-toolbar-checkout .cart-subtotal {
display: flex;
justify-content: space-between;
padding: 0rem 6rem 0rem 5rem;
font-family: "forma-djr-display";
color: #00184c;
font-size: 20px;
font-weight: 500;
}

.actions-toolbar-checkout .cart-subtotal {
padding-bottom: 1rem;
}

.cart-original-subtotal,
.cart-all-discounts {
line-height: 28px;
}

.cart-all-discounts {
color: #db5957;
}


/* .js-menu--left{
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
} */
/* .js-menu--left-wishlist {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
} */
.js-menu--right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: absolute;
  right: 0;
}
/* .js-menu--right-wishlist {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: absolute;
  right: 0;
} */
.js-menu__open {
cursor: pointer;
}

.js-menu__close {
  cursor: pointer;
  right: 0;
  position: absolute;
  padding-right: 50px;
  font-size: 32px;
  font-weight: 600;
  color: #01184C;
  top: 52px;
}

.js-menu__expanded {
-webkit-transform: translateX(0);
transform: translateX(0);
visibility: visible;
opacity: 1;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form{
display: block;
}
.cart-drawer-header{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 35px;
flex-basis: auto !important;
}
.header-detail h4 {
   margin: 0;
  color: #00184C;
  font-family: 'forma-djr-display';
  font-size: 25px;
  line-height: 38px;
  font-weight: bold;
}
.header-detail p {
   margin: 0;
  font-family: 'forma-djr-display';
  font-size: 20px;
  line-height: 28px;
  color: #00184C;
  font-weight: 500;
}
li.clearfix {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
  align-items: end !important;
}
li.clearfix .item-details{
max-width: 62%;
width:100%;
}
li.clearfix .item-details p {
  margin: 0;
 color: #0F0F0F;
font-family: 'forma-djr-display';
}
li.clearfix .item-details p.item-name{
font-size: 22px;
line-height: 23px;
}
li.clearfix .item-details p.item-price{
font-size: 26px;
line-height: 33px;
}
li.clearfix .item-details p.item-variant{
font-size: 22px;
line-height: 28px;
margin-top: 7px;
}

.cart-variant-selector {
  width: 100%;
  height: 40px;
  border: 1px solid #BEBEBE;
  border-radius: 25px;
  padding: 0 21px;
  font-size: 18px;
  color: #00184C;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2300184C' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  cursor: pointer;
}
.cart-variant-selector:focus-visible {
  outline: none;
  box-shadow: none;
}
.cart-variant-label {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  color: #00184C;
}

.actions-edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}
.quantity{
justify-content: space-around;
align-items: center;
transform: skew(-21deg);
border: 1px solid #070707;
padding-top: 8px;
}
.quantity span{
transform: skew(21deg);
display: inline-block;
cursor: pointer;
}
.remove {
  transform: skew(-21deg);
  border: 1px solid #070707;
  margin-left: 10px;
  width: 86px;
  height: 47px;
  position: relative;
  text-align: center;
cursor: pointer;
}
.remove a{
display: inline-block;
position: relative;
z-index: 1;
padding: 15px 34px;
margin: -15px -34px;
transform: skew(21deg);
}
.remove a img{
width: 20px;
height: auto;
top: 10px;
  position: relative;
  left: -4px;
}
/* .item-image{
width: 25%;
} */
.item-image img {
  width: 180px;
/*     height: 211px; */
}
.actions-toolbar-checkout{
  position: fixed;
  bottom: 0;
  background: #fff;
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
}
.checkout-action {
  background: #0F0F0F !important;
  color: #fff !important;
  border: 1px solid #0F0F0F !important;
  height: 47px;
  width: 490px;
  left: -11px;
  position: relative;
  transform: skew(-21deg);
  margin: auto;
}
.checkout-action span{
display: inline-block;
transform: skew(21deg);
 line-height: 47px;
  font-size: 13.33px;
  font-family: 'arial'; 
position: relative;
left: -10px;
}
.checkout-button {
  margin: 0 auto;
  text-align: center;
}
.view-edit-action.js-menu__close {
position: relative;
}
.view-edit-action.js-menu__close {
text-align: center;
margin-top: 40px;
margin-bottom: 40px;
}
.view-edit-action a.js-menu__close{
color: #868686;
font-size: 24px;
line-height: 30px;
display: inline-block;
position: inherit;
}

/* header css starts  */
/* @media only screen and (min-width: 990px){
header-drawer {
  display: block !important;
} 
}*/

@media only screen and (min-width: 1010px){
  p.price {
    width: 100%;
    clear: left;
}
p.price.comp {
  width: max-content;
}
.header .custom-link{
  display: none;
}
a.js-menu__open_wishlist.wishlist-icon {
  height: 4.4rem;
  width: 3.4rem;
  line-height: 4.4rem;
  position: relative;
  left: -2px;
  top: 2px;
}
a.js-menu__open_wishlist.wishlist-icon img{
  width: 40px;
  height: 40px;
}
}

@media only screen and (max-width: 1010px){
  a.js-menu__open_wishlist.wishlist-icon {
    order: -1;
    position: absolute;
    left: -64px;
  }
.header{
  /* position: fixed; */
  /* bottom: 0; */
  width: 100%;
  z-index: 99999;
  background: #fff;
  border: 1px solid #BCBCBC;
  grid-template-columns: auto auto auto;
}
a.header__heading-link.link.link--text.focus-inset {
  display: none;
}
.header .custom-link{
  display: flex;
  justify-content: space-between;
}
.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before{
  color: #000;
}
.fa-heart:before {
  color: #000;
}
a.header__icon.header__icon--account.link.focus-inset.small-hide{
  display: none !important;
}
h1.header__heading{
  display: none;
}
.header__icons{
  justify-self: unset;
  position: relative;
  left: -28px;
}
a#cart-icon-bubble{
  right: -28px;
}
header-drawer .menu-drawer{
  top: unset;
  bottom: -22px;
  right: 0;
  left: unset;
  width: calc(100vw - 1rem);
  transform: translate(100%);
}
svg.icon.icon-close{
  z-index: 999;
  top: 0;
}
header-drawer{
  position: absolute;
  right: 0;
}
li.clearfix{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
ul.shopping-cart-items{
  padding-left: 0;
  overflow: hidden;
}

.checkout-action{
  width: 275px;
  height: 32px;
}

div.cart-drawer-header > .header-detail > h4 {
  font-size: 18px;
}
}

/* wishlist popup css  */
.js-menu__context_wishlist {
background: rgba(0,0,0, 0.5);
left: 0;
opacity: 0;
position: fixed;
top: 0px;
transition: opacity 0.5s, visibility 0.5s;
visibility: hidden;
width: 100%;
height: 100vh;
z-index: 40000;
overflow: hidden;
}

.items-in-wishlist {
  overflow-y: auto;
  height: 80vh;
}
.wishlist-drawer-header{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 35px;
border-bottom: 1px solid #ccc;
}
.js-menu__expanded_wish {
-webkit-transform: translateX(0);
transform: translateX(0);
visibility: visible;
opacity: 1;
}
.wishlist-icon i{
color: #000;
}
.header__icons{
align-items: center;
width: 205px;
}
.custom-select .wrapper {
height: 100%;
display: grid;
place-content: center;
}

.custom-select .wrapper label {
margin-top: 1.5em;
margin-bottom: .5em;
font-weight: bold;
font-size: 1.2em;
display: none;
}
.custom-select {
  display: flex;
  align-items: center;
  margin-top: 31px;
  border: 1px solid #BEBEBE;
  border-radius: 21px;
  max-width: 27rem;
  padding: 0.1rem 1rem;
}
.custom-select .wrapper select {
padding: 1em;
width: 100px;
border-radius: 0;
border: 0; 
border-bottom: 1px solid #acacac;
color: #181820;

appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none; 

background: url('https://cdn1.iconfinder.com/data/icons/arrows-vol-1-4/24/dropdown_arrow-512.png');
background-repeat: no-repeat;
background-size: 15px 15px;
background-position: right;
background-origin: content-box;
margin-left: 10px;
padding-bottom: 0;
}
.custom-select .wrapper select:focus-visible {
  outline: 0;
  outline-offset: 0;
  box-shadow: unset;
}
.custom-select p.item-variant{
margin-top: 0;
}
.actions-update-cart {
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.actions-update-cart .cart-button .checkout-action{
width: 210px;
position: relative;
}
ul.wishlist-items{
padding-left: 0;
}
.actions-update-cart .cart-button .checkout-action:hover span:after{
/*     display: none; */
filter: brightness(0);
background: url(https://cdn.shopify.com/s/files/1/0567/1747/6027/files/Picto-Panier.png?v=1668753477) no-repeat 0 0;
}
.actions-update-cart .cart-button .checkout-action span:after{
position: absolute;
content: '';
    background: url(https://cdn.shopify.com/s/files/1/0567/1747/6027/files/Picto-Panier-Blanc_1.png?v=1669724987) no-repeat 0 0;
background-size: 40px;
height: 40px;
width: 40px;
filter: brightness(100);
position: absolute;
top: 6px;
}
.actions-update-cart .remove{
margin-left: -4px;
width: 60px;
height: 53px;
}
.actions-update-cart .remove a img{
top: 14px;
}

/* kuldeepbhai css  */
.shopping-cart-items .item-details p.item-name a {
  font-size:20px;
  color: #00184C;
  font-weight: 500;
  text-decoration: none !important;
}
.cart-notification {
  display: none !important;
}
.qty-input.quantity {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  transform: none;
  width: 258px;
  border: 1px solid #BEBEBE;
  height: 40px;
  border-radius: 25px;
  padding: 1rem 21px;
}
#main-nav .items-in-cart ul.shopping-cart-items {
  padding-left: 0px;
  padding-right: 30px;
}
#main-nav .actions-toolbar-checkout {
  border-top: 1px solid #00184C;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout {
  border-top: 1px solid #BEBEBE !important;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout .continue-shopping {
  text-align: center;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout .checkout-action {
  transform: none;
  border-radius: 25px;
  border: 1px solid #00184C !important;
  background-color: #00184C !important;
  left: 0 !important;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout .checkout-action:hover span {
  color: #fff;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout .checkout-action:hover:before {
  opacity: 0;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout .checkout-action:before {
  border-radius: 25px;
  background: #00184C;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout .checkout-action span {
  transform: none;
  font-size: 23px;
  font-weight: 500;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout .continue-shopping a {
  color: #00184C;
  font-size: 18px;
  font-family: 'forma-djr-display';
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout .checkout-action img {
  margin-top: -8px;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout .checkout-action span:before {
  /* content: "\f054"; */
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-style: initial;
  color: #ffffff;
  font-size: 20px;
  margin-right: 10px;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout .checkout-action:hover span:before {
  opacity: 0;
}
#main-nav .items-in-cart .shopping-cart-items .actions-edit .qty-input.quantity span {
  font-size: 30px;
  line-height: 43px;
  margin: 0;
  height: 43px;
  transform: none;
}
#main-nav .items-in-cart .shopping-cart-items .actions-edit .remove a {
  padding: 0;
  margin: 0;
  transform: none;
}
#main-nav .items-in-cart .shopping-cart-items .actions-edit  .remove {
  border-radius: 100px;
  transform: none;
  border: 1px solid #BEBEBE;
  margin-left: 5px;
  width: auto;
  height: 50px;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 0 14px;
}
#main-nav .items-in-cart .shopping-cart-items .actions-edit .remove a img {
  max-width: 20px;
  left: 0;
}
#main-nav .items-in-cart .shopping-cart-items .actions-edit span.number input {
  border: none;
  width: 100%;
  text-align: center;
  transform: skew(0);
  font-weight: 700;
  outline: 0;
  font-size: 21px;
  box-shadow: none;
}

.quantity span {
  width: 30%;
  justify-content: center;
  margin: auto;
  text-align: center;
}
span.number {
  width: 40%;
  text-align: center;
  margin: auto;
}
input.quantity {
  border: none;
  width: 100%;
  text-align: center;
transform: skew(0);
font-weight: 700;
}
body .actions-toolbar .wishlist-icon button.active i.fa-solid.fa-heart{
color: #0F0F0F;
}

@media only screen and (max-width: 1010px){
.actions-update-cart .cart-button .checkout-action{
  width: 190px;
}
a.js-menu__open_wishlist.wishlist-icon img {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -19px;
}
}

/* search popup design  */
predictive-search.search-modal__form{
width: 100%;
max-width: 100%;
}
form.search.search-modal__form{
max-width: 100%;
}
button.search-modal__close-button.modal__close-button.link.link--text.focus-inset {
  position: absolute;
  top: -15px;
  right: 62px;
}
.search-modal.modal__content{
flex-direction: column;
justify-content: flex-start;
align-items: start;
}
.search-modal.modal__content .modal-header{
padding: 0 6rem;
}
.search-modal.modal__content .modal-header h3{
margin-bottom: 0;
color: #0F0F0F;
font-family: 'forma-djr-display';
font-weight: 600;
font-size: 30px;
font-weight: 38px;
}
.search-modal__content.search-modal__content-bottom{
top: -30px;
}

/* navigation hover effect */
header.custom-header .menu>ul>li.header-main-menu a.header-main-nav-link{
position: relative;
white-space: nowrap;
transition: opacity .15s;
}
header.custom-header .menu>ul>li.header-main-menu:hover a.header-main-nav-link{
opacity: 1;
font-weight : bold;
}
header.custom-header .menu>ul>li.header-main-menu a.header-main-nav-link:after{
  content: "";
  position: absolute;
  background: #141414;
  height: 2px;
  width: 0;
  bottom: 0;
  transition: width .3s;
}
header.custom-header .menu>ul>li.header-main-menu:hover a.header-main-nav-link:hover:after{
       width: 100%;
}
header.custom-header .sub-menu li a.sub-menu-link{
 color: #868686!important;
  font-size: 24px;
  line-height: 30px;
  width: 100%;
}
header.custom-header .sub-menu a img {
  width: 100%;
  max-width: 100% !important;
}
header.custom-header .has-sub-menu:hover>.sub-menu-wrapper {
/*   left: -200px !important; */
 overflow: hidden;
}

/* my account page tab section css  */
.custom-tabs-address .tabs {
width: 100%;
}
.custom-tabs-address .tabs-nav li {
float: left;
}
.custom-tabs-address .tabs-nav li:after{
display: none;
}
.custom-tabs-address .tabs-nav li:first-child a {
border: 0;
border-right: 0;
border-top-left-radius: 6px;
}
.custom-tabs-address .tabs-nav li:last-child a {
border-top-right-radius: 6px;
}
.custom-tabs-address a {
background: unset;
border: 0;
color: #0087cc;
display: block;
font-weight: 600;
padding: 10px 0;
text-align: center;
text-decoration: none;
}
.custom-tabs-address a:hover {
color: #0F0F0F;
}
.custom-tabs-address .tab-active a {
background: #fff;
border-bottom-color: transparent;
color: #2db34a;
cursor: default;
}
.custom-tabs-address .tabs-stage {
border: 1px solid #cecfd5;
border-radius: 0 0 6px 6px;
border-top: 0;
clear: both;
padding: 24px 30px;
position: relative;
top: -1px;
border-bottom: 0;
}
.custom-tabs-address .tabs-stage .customer.addresses{
max-width: 100%;
text-align: left;
}
.custom-tabs-address .tabs-stage .customer.addresses a{
text-align: left;
}
.custom-tabs-address .tabs-stage .customer.addresses ul.address-details-desktop {
  display: flex;
  justify-content: space-between;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: left;
  width: 25%;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info p, .custom-tabs-address .tabs-stage .customer.addresses li.address-info h2{
font-size: 22px;
line-height: 28px;
color: #0F0F0F;
font-family: 'forma-djr-display';
font-weight: 400;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info h2, .custom-tabs-address .tabs-stage .customer.addresses li.address-info h4, .custom-tabs-address .tabs-stage .customer.addresses li.address-info p{
text-align: left;
margin: 0;
}
.custom-tabs-address .tabs-stage .customer.addresses h1 {
  color: #0F0F0F;
  font-size: 30px;
  line-height: 38px;
  font-family: 'forma-djr-display';
}
.custom-tabs-address .tabs-stage .customer.addresses .add-address{
display: none;
}
.custom-tabs-address {
  position: relative;
}
.sign-out {
  position: absolute;
  right: 50px;
  top: 0;
}
.sign-out a{
color: #868686;
font-size: 22px;
line-height: 28px;
font-family: 'forma-djr-display';
}
.custom-tabs-address .tabs-nav {
border-bottom: 1px solid #BCBCBC;
padding: 0 40px;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info h4.address-count{
border-bottom: 1px solid #BCBCBC;
color: #0F0F0F;
font-size: 22px;
line-height: 28px;
font-family: 'forma-djr-display';
font-weight: 600;
position: relative;
margin-bottom: 20px;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info h4.address-count a{
padding: 0;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info h4.address-count a i{
color: #868686;
font-size: 14px;
padding-left: 6px;
}
/* .custom-tabs-address .tabs-stage .customer.addresses li.address-info h4.address-count:after{
content: '\f040';
display: inline-block;
position: absolute;
font-family: 'fontawesome';
color: #868686;
font-size: 14px;
padding-left: 6px;
top: -2px;
cursor: pointer;
} */
button.edit {
  display: none;
}
button.delete{
display: none;
}

.customer.account {
  max-width: 100%;
margin-top: 10px;
/*     padding: 0 1.5rem; */
}
.customer.account h1, .customer.account a.logout {
  display: none;
}
.order-history-wrapper .order-history-inner h2.order-table-title{
display: none;
}
.customer.account .order-history-wrapper .order-history-inner table{
box-shadow: unset;
}
.customer.account .account-details{
display: none;
}
.customer.account .order-history-wrapper .order-history-inner table th{
padding: 0 !important;
color: #0F0F0F;
font-size: 20px;
line-height: 38px;
font-family: 'forma-djr-display';
}
.customer.account .order-history-wrapper .order-history-inner table th:first-of-type {
  color: #0F0F0F;
  font-size: 20px;
  line-height: 38px;
  padding: 0;
  font-family: 'forma-djr-display';
  font-weight: 500;
}
.customer.account .order-history-wrapper .order-history-inner table td:first-of-type{
padding-left: 0;
}
.customer.account .order-history-wrapper .order-history-inner table td:first-of-type a{
border: 0;
box-shadow: unset;
text-align: left;
font-size: 22px;
line-height: 28px;
font-family: 'forma-djr-display';
font-weight: normal;
color: #0F0F0F;
padding: 0;
}
.customer.account .order-history-wrapper .order-history-inner table td{
color: #0F0F0F;
font-size: 22px;
line-height: 28px;
font-family: 'forma-djr-display';
font-weight: normal;
padding: 0;
padding-top: 10px;
}
.customer.account .order-history-wrapper .order-history-inner table td time{
padding: 0;
text-aling: center;
}
.customer.account .order-history-wrapper .order-history-inner table tr{
border-top: 0;
}
.customer.order{
max-width: 100%; 
margin-top: 20px;
}
.customer.order .order-title{
display: flex;
justify-content: space-between;
align-items: center;
}
.customer.order .order-title h1{
display: none;
}
.customer.order .order-title .order-info h2{
margin-bottom: 0;
color: #0F0F0F;
font-size: 30px;
line-height: 38px;
font-family: 'forma-djr-display';
font-weight: 500;
}
.customer.order .order-title .order-info p{
margin-bottom: 0;
color: #868686;
font-size: 22px;
line-height: 28px;
font-family: 'forma-djr-display';
font-weight: normal;
}
.customer.order .order-title a.back-to-details{
color: #0F0F0F;
font-size: 22px;
line-height: 28px;
font-family: 'forma-djr-display';
font-weight: normal;
}
.customer.order .account-details{
display: none;
}
.customer.order .order-details-wrapper .order-details-inner{
 padding-right: 0;
}
.customer.order .order-details-wrapper .order-details-inner table{
box-shadow: unset;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr{
border-top: 0;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr td img.product-image{
width: 91px;
height: 91px;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr td .product-details-desktop {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.customer.order .order-details-wrapper .order-details-inner table .fulfillment{
display: none;
}
.customer.order .order-details-wrapper .order-details-inner table tbody td:first-of-type {
  padding-top: 2.4rem;
  padding: 0;
}
.customer.order .order-details-wrapper .order-details-inner table tbody td{
padding: 0;
padding-top: 20px !important;
vertical-align: middle;
color: #0F0F0F;
font-size: 22px;
line-height: 28px;
font-family: 'forma-djr-display';
font-weight: normal;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr td .product-details-desktop .product-info p.size-variant{
color: #868686;
font-size: 22px;
line-height: 28px;
font-family: 'forma-djr-display';
font-weight: normal;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr td .product-details-desktop .product-info a{
color: #0F0F0F;
font-size: 22px;
line-height: 28px;
font-family: 'forma-djr-display';
font-weight: normal;
text-decoration: none;
}
.customer.order .order-details-wrapper .order-details-inner table th{
padding: 0;
color: #0F0F0F;
font-size: 22px;
line-height: 28px;
font-family: 'forma-djr-display';
font-weight: normal;
}
.customer.order .order-details-wrapper .order-details-inner table tfoot tr{
border-bottom: .01rem solid rgba(var(--color-foreground),.08);
}
.customer.order .order-details-wrapper .order-details-inner table tfoot tr td{
color: #0F0F0F;
font-size: 22px;
line-height: 28px;
font-family: 'forma-djr-display';
font-weight: normal;
padding: 5px 0;
}
.customer.addresses a.back-to-details{
display: none;
}
.customer.addresses h1.title{
display: none;
}
.custom-tabs-address .tabs-stage .customer.addresses ul.address-details-mobile{
display: none;
}
.custom-tabs-address ul.tabs-nav li.tab-active a{
position: relative;
display: inline-block;
}
.custom-tabs-address ul.tabs-nav li.tab-active a:after{
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: -1px;
left: 0;
background-color: #0F0F0F;
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}
.custom-tabs-address ul.tabs-nav li.tab-active a:hover:after {
transform: scaleX(1);
transform-origin: bottom left;
}
.customer.account .order-history-mobile{
  display: none;
}
.customer.order .order-details-wrapper .order-details-inner table tbody .product-price-variants-mobile{
display: none;
}

@media only screen and (max-width: 991px){
.custom-tabs-address ul.tabs-nav{
  display: flex;
  padding: 0 5px;
}
.custom-tabs-address .sign-out{
  display: none;
}
.custom-tabs-address .tabs-stage .customer.addresses ul.address-details-desktop{
  display: none;
}
.custom-tabs-address .tabs-stage .customer.addresses ul.address-details-mobile{
  display: flex;
  justify-content: space-between;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info{
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 0;
}
.addresses li>button{
  --border-offset: 0;
  margin-top: 6rem;
}
.addresses li>button:focus-visible{
   box-shadow: unset;
  --border-opacity: 0;
}
.customer.addresses li>button:hover{
  --border-opacity: 0;
}
.customer.addresses li>button:hover:after{
  --border-opacity: 0;
  --border-offset: 0;
  box-shadow: unset;
}
.addresses .slick-dots li button:before{
  content: '';
   background: #000;
  height: 4px;
  width: 26px;
}
.addresses ul.slick-dots {
  left: 80px;
}
.custom-tabs-address .tabs-stage{
  border: 0;
  padding-bottom: 0;
}
.custom-tabs-address ul.tabs-nav li {
  padding: 0;
 }
.tabs-nav li{
  font-size: 16px;
  line-height: 20px;
}
.customer.account .order-history-wrapper .order-history-inner table td:first-of-type:before{
  display: none;
}
.customer.account .order-history-wrapper .order-history-inner table td:before{
  padding-right: 0;
  font-size: 18px;
  line-height: 23px;
  font-family: 'forma-djr-display';
font-weight: normal;
  color: #0F0F0F;
}
.customer.account .order-history-wrapper .order-history-inner table td{
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 23px;
  font-family: 'forma-djr-display';
font-weight: normal;
  color: #0F0F0F;
}
.customer.account .order-history-desktop{
  display: none;
}
.customer.account .order-history-mobile{
  display: block;
}
#main-nav .items-in-cart .shopping-cart-items .actions-edit span.number input {
  font-size: 18px ;
  padding-top: 5px;
}
#main-nav .items-in-cart .shopping-cart-items .actions-edit .qty-input.quantity span{
  font-size: 24px;
  line-height: 40px;
  /*padding-top: 2px;*/
}
#main-nav .items-in-cart .shopping-cart-items .actions-edit .remove {
  height: 36px;
  padding: 0px 10px;
}
.remove a img {
  top:1px;
}
}

@media only screen and (max-width: 1010px){
.actions-update-cart{
  margin-left: 0;
}
.custom-select{
  margin-top: 0.3rem;
  max-width: 18rem;
}
.checkout-action span{
  position: relative;
  /* left: -15px; */
  line-height: 28px;
  font-size: 17px !important;
}
li.clearfix .item-details p.item-variant{
  margin-top: 0px;
}
.cart-original-subtotal,
.cart-all-discounts,
.actions-toolbar-checkout .cart-subtotal {
  font-size: 18px;
}

.cart-original-subtotal,
.cart-all-discounts {
  line-height: 22px;
}
.wish-form .actions-update-cart .remove button.wishlistbtn img {
  max-width: 76% !important;
}
}

/* responsive order detail page css */
@media only screen and (max-width: 991px){
.customer.order .order-title a.back-to-details{
  display: none;
}
.customer.order {
  margin-top: 0;
}
.customer.order .order-details-wrapper .order-details-inner table tbody td:before{
    display: none;
}
.customer.order .order-details-wrapper .order-details-inner table thead{
  display: block;
}
.customer.order .order-details-wrapper .order-details-inner table thead th{
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.customer.order .order-details-wrapper .order-details-inner table thead tr{
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customer.order .order-title .order-info h2{
  margin-top: 20px;
}
.customer.order .order-info {
  margin-bottom: 20px;
}
.customer.order .order-details-wrapper .order-details-inner table thead th:first-of-type{
  width: 100%;
  text-align: left;
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 6px;
}
.customer.order .order-details-wrapper .order-details-inner table thead th#ColumnSku {
  display: none;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr td .product-details-desktop{
  flex-wrap: wrap;
  justify-content: space-between;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr td.desktop-variants{
  display: none;
}
.customer.order .order-details-wrapper .order-details-inner table tbody .product-price-variants-mobile{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  padding: 0 5px;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr td .product-details-desktop .image{
  width: 30%;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr td .product-details-desktop .product-info{
  width: 66%;
  text-align: left;
}
.customer.order .order-details-wrapper .order-details-inner table tbody .product-price-variants-mobile p{
  font-size: 18px;
  line-height: 23px;
  color: #0F0F0F;
  font-family: 'forma-djr-display';
  font-weight: 500;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr td .product-details-desktop .product-info a{
  font-size: 16px;
  line-height: 20px;
  font-family: forma-djr-display;
  font-weight: 400;
  color: #0F0F0F;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr td .product-details-desktop .product-info p.sku{
  color: #868686;
  font-size: 16px;
  line-height: 20px;
  font-family: forma-djr-display;
  font-weight: 400;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr td .product-details-desktop .product-info p.size-variant{
  font-size: 16px;
  line-height: 20px;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr{
  padding-bottom: 20px !important;
  border-bottom: 1px solid #E5E5E5;
}
.customer.order .order-details-wrapper .order-details-inner table tbody tr:last-child{
  border-bottom: 0;
}
.customer.order .order-title .order-info p{
  font-size: 14px;
  line-height: 18px;
}
.customer.order .order-title .order-info h2{
  font-size: 25px;
  line-height: 31px;
}
}

/* address page css  */
@media only screen and (min-width: 991px){
#MainContent .custom-tabs-address .add-new-address-custom form{
display: block;
margin: 0;
}
}

.custom-tabs-address .add-new-address-custom form .field input{
border-bottom: 0;
background: unset;
padding: 0;
}
.custom-tabs-address .add-new-address-custom form .field{
margin: 0;
}
.custom-tabs-address .add-new-address-custom form .field:hover.field:after{
box-shadow: unset;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info h4.address-count.add-new{
color: #868686;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info h4.address-count.add-new a .fa-add:before, .custom-tabs-address .tabs-stage .customer.addresses li.address-info h4.address-count.add-new a .fa-plus:before{
border: 1px solid #ccc;
border-radius: 50%;
padding: 2px;
}
.custom-tabs-address .add-new-address-custom form .field label{
line-height: 0;
color: #868686;
font-family: 'forma-djr-display';
}
@media only screen and (max-width: 991px){
.custom-tabs-address .tabs-stage .customer.addresses ul.address-details-mobile li.address-info.add-new-address-custom{
  text-align: center;
}
.custom-tabs-address .tabs-stage .customer.addresses ul.address-details-mobile li.address-info.add-new-address-custom a{
  display: block;
  text-align: center;
}
.custom-tabs-address .tabs-stage .customer.addresses ul.address-details-mobile li.address-info.add-new-address-custom h4{
    text-align: center;
    border: 0;
}
}
.cart footer.footer.color-.gradient.section-footer-padding .footer-top{
width: 100%;
}
.products-details-wrapper .less-cont a.less_hide, .products-details-wrapper .more-cont a.more_hide{
  color: #5D5D5D;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
}

/* mobile header design starts  */
header.header.header-mobile{
display: none;    
}
@media only screen and (max-width: 1010px){
header.header.header-mobile{
  display: flex;
}
header.header.header-desktop{
  display: none;
}
}

/* Ajay - 10/11 Start */

@media only screen and (max-width: 1010px) {
body .header {
    justify-content: space-around;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
body .header header-drawer {
    position: relative;
    margin: 0;
    right: initial;
}
body .header  .header__icons {
    left: 0;
    display: flex;
    align-items: center;
    justify-content: right;
    width: 100%;
    gap:2rem;
    padding-right: 1.2rem;
}
body .header .header__icons .wishlist-icon {
    position: relative;
    left: 0;
}
body .header .header__icons .header__search,
body .header .custom-link,
body .header header-drawer,
body .header .header__icons .wishlist-icon,
body .header .header__icons a#cart-icon-bubble {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .header .header__icons .wishlist-icon img {
    position: static;
}
body .header .header__icons a#cart-icon-bubble {
    right: 0;
    margin: 0;
}
body .header .header__icons a#cart-icon-bubble svg.icon {
    height: 35px;
    width: 35px;
}
body .header header-drawer {
    order: 5;
    position: static;
}
body .header .header__icons details-modal.header__search {
    order: 3;
}
body header .js-menu__context {
    /*height: calc(100vh - 57px);*/
    top: 0;
}
body header .js-menu__context_wishlist {
    top: 0;
    /* height: calc(100vh - 57px); */
}
body .header header-drawer summary.header__icon {
    height: auto;
    width: auto;
}
body .header header-drawer .menu-opening summary.header__icon::before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100vh - 57px);
}
body header .menu-drawer-container div#menu-drawer {
  bottom: 0;
    width: 85vw;
    height: 100vh;
    box-shadow: none;
    border: none;
    filter: none;
}
body .header header-drawer summary.header__icon svg.icon.icon-close {
    position: static;
  cursor:pointer;
}

body .header .header__icons details-modal.header__search details[open]:before {
  content: "";
  width: 100vw;
  height: 100dvh;
  background-color: rgb(0 24 76 / 75%);
  position: fixed;
  left: 0;
  top: 0;
}
body .header .header__icons details-modal.header__search details[open] .search-modal.modal__content {
  position: fixed;
  width: 85vw;
  right: 0;
  left: auto;
  height: 100dvh;
  display: flex;
  padding: 60px 0px 30px 30px;
  z-index: 999;
  border-radius: 15px 0px 0px 15px;
}
body .header .header__icons details-modal.header__search details[open] .search-modal .modal-header {
  padding: 0 0 10px 0;
  width: calc(100% - 30px);
  border-bottom: 1px solid #E8E8E8;
}
.search-modal.modal__content .modal-header h3{
  font-size: 18px;
  font-weight: 700;
  color: #00184c;
  margin: 0 !important;
}
body .header .header__icons details-modal.header__search details[open] .search-modal.modal__content .search-modal__content-bottom {
  height: auto;
  position: static;
  background: #fff;
  padding: 10px 0 0 0;
  width: calc(100% - 30px);
}
body .header .header__icons details-modal.header__search details[open] .search-modal.modal__content .search-modal__content-bottom .fast-autocomplete-input {
  max-width: 100%;
}
body .header .header__icons details-modal.header__search details[open] .search-modal .search-modal__form .search__input.field__input {
  font-size: 14px;
  line-height: 14px;
  padding: 11px 0 10px 41px;
}
body .header .header__icons details-modal.header__search details[open] .search-modal.modal__content .search-modal__content-bottom .field__button {
  width: 40px;
  height: 40px;
}

body .header .header__icons details-modal.header__search details[open] .search-modal button.search-modal__close-button {
    top: 10px;
    right: 20px;
}
body .header .header__icons details-modal.header__search details[open] .search-modal.modal__content .modal-overlay{
  display: none;
}

body header .items-in-wishlist {
    height: calc(100% - 57px);
}
body.snize-instant-widget-is-open div#shopify-section-header {
    display: block !important;
}
body.snize-instant-widget-is-open .snize-ac-results-mobile {
    height: calc(100vh - 57px) !important;
}
body.snize-instant-widget-is-open .snize-ac-results-mobile .snize-ac-results-content {
    width: 85vw;
    margin-left: 15vw;
}
}

/* cart discount section */
body .cart__footer-wrapper .cart-discount h3 {
  font-size: 30px;
  font-weight: 500;
  color: #0f0f0f;
  border-bottom: 0.1rem solid rgba(var(--color-foreground),.08);
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  display: inline-block;
  padding-bottom: 15px;
  font-family: forma-djr-display,sans-serif;
  width: 100%;
  margin: 0 0 15px;
}
body .cart__footer-wrapper .cart-discount input#devPromo {
  border: none;
  width: 100%;
  border-bottom: 1px solid #868686;
  font-family: 'forma-djr-display';
  font-size: 22px;
  line-height: 28px;
  outline: none;
  box-shadow: none;
}

body .cart__footer-wrapper .cart-discount .discountBTN {
  margin-top: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: 1.5px solid #070707;
  font-size: 24px;
  -webkit-transform: skew(-21deg);
  -ms-transform: skew(-21deg);
  transform: skew(-21deg);
  font-family: forma-djr-display,sans-serif;
  text-align: center;
  text-decoration: none;
  color: #070707;
  padding: 5px;
}


/* Account pages */
.custom-tabs-address .tabs ul.tabs-nav li {
  text-align: center !important;
}

/*newsletter section */
.section-newsletter-wrapper {
  margin: 70px 0;
}
body .four-column-section-wrapper {
  margin-top: 70px;
  margin-bottom: 70px;
  clear: both;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

body .actions-toolbar .wishlist-icon {
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
#collection-filters-banner-sticky{
  padding: 24px 0px 0px 9px !important;
}
body .cart__footer-wrapper .cart-discount h3 {
    font-size: 24px;
    padding-bottom: 5px;
}
body .cart__footer-wrapper .cart-discount .discountBTN  {
  font-size: 18px;
}

body .four-column-section-wrapper,
.section-newsletter-wrapper{
   margin-top: 30px;
    margin-bottom: 30px; 
}
}

@media only screen and (min-width: 1011px) {
body header.custom-header .menu>ul>li {
    padding: 10px 20px 10px;
}
body header.custom-header .menu>ul>li a {
    line-height: 38px;
}
body header.custom-header .has-sub-menu:hover>.sub-menu-wrapper {
/*       top: 92px; */
/*       border-top: 1px solid #ddd; */
/*       max-width: 1320px; */
/*       margin: auto; */
 
}

/*menu design */
header.custom-header .sub-menu-block.second .sub-menu li.sub-menu-heading a {
    position: relative;
}
header.custom-header .sub-menu-block.second .sub-menu li.sub-menu-heading a::after {
    content: '';
    position: absolute;
    background: #141414;
    height: 2px;
    width: 0;
    bottom: 0;
    transition: width 0.3s;
}
header.custom-header .sub-menu-block.second .sub-menu li.sub-menu-heading a:hover:after {
    display:none;
}
}

body .page-width {
  max-width: 1920px;
  margin: 0 auto;
}

body .view-edit-action a {
 font-family: 'forma-djr-display';
  display: flex;
  justify-content: center;
  align-items: center;
}

body.register div#register a {
  color: #00184C;
  text-decoration: underline;
  font-weight: 700;
}
body .customer .field input:focus~label, .customer .field input:not(:placeholder-shown)~label {
  display: none;
}
header.custom-header .sub-menu li a.sub-menu-link:hover {
  color: #00184c !important;
  opacity:0.3;
}
/* Ajay - 10/11 End */


div#main-nav .emty_msg h2 {
  font-family: 'forma-djr-display';
}
.announcement-bar__message,.annouce-text-container{
font-family: 'forma-djr-display';
}
.annouce-first-text, .annouce-second-text {
color: #00184c;
font-size: 16px;
font-style: italic;
padding-left: 5px;
}

.annouce-first-text {
font-weight: 700;
}

.annouce-text-container {
display: flex;
justify-content: center;
flex-wrap: wrap;
font-weight: 400;
line-height: 20px;
}

.checkout-action span{
font-family: 'forma-djr-display';
font-size: 16px;
}
#MainContent .custom-tabs-address .add-new-address-custom form label {
  font-size: 22px;
  /* color: #0F0F0F; */
  /* line-height: 28px; */
  font-family: 'forma-djr-display';
}
.price__regular .price-item--regular{
 font-family: 'forma-djr-display';
}
.addresses form button:first-of-type{
margin-right: 0 !important;
}
.qty-input.quantity:after{
border: 0;
box-shadow: unset;
border-radius: 0;
}
.cart-count-bubble.cart-item-zero {
  display: none;
}

/* product page css  */
@media only screen and (min-width: 991px){
.product-main-section-wrapper .product .grid__item.product__media-wrapper{
  max-width: 62%;
}
.product-main-section-wrapper .product .product__info-wrapper.grid__item{
  max-width: 38%;
}
.product__media-list .deferred-media{
  height: 100%;
}
}


/* addresses page customer contact information section starts */
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-desktop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile{
display: none;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-desktop .contact-info {
  width: 50%;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-desktop .contact-info h2, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info h2, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile h2 {
  color: #0F0F0F;
  font-size: 30px;
  line-height: 38px;
  margin: 0;
  font-family: 'forma-djr-display';
  font-weight: 500;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-desktop .contact-info h2 a, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info h2 a, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile h2 a {
  text-align: initial;
  display: inline-block;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-desktop .contact-info h2 a i.fa.fa-pencil, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info h2 a i.fa.fa-pencil, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile h2 a i.fa.fa-pencil{
color: #868686;
padding-left: 6px;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-desktop .contact-info h2 a i.fa.fa-pencil:before, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info h2 a i.fa.fa-pencil:before, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile h2 a i.fa.fa-pencil:before{
font-size: 22px;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-desktop .contact-info .add{
display: flex;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-desktop .contact-info p, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info p, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile p {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 22px;
  font-family: 'forma-djr-display';
  font-weight: 400;
  color: #0F0F0F;
}

@media only screen and (max-width: 991px){
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-desktop{
  display: none;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info{
  width: 100%;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile{
  width: 100%;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile .contact-details-custom {
  border: 1px solid #BCBCBC;
  padding: 20px;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-desktop .contact-info p, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info p, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile p{
  font-size: 17px;
  line-height: 21px;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile p a{
  display: -webkit-inline-box;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile p a i.fa.fa-pencil {
  color: #0F0F0F;
  padding-left: 6px;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-desktop .contact-info h2, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info h2, .custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile h2{
  font-size: 25px;
  line-height: 31px;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile{
  margin: 30px 0;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info h2 a i.fa.fa-pencil:before{
  font-size: 14px;
}
.custom-tabs-address .tabs-stage .customer.addresses .contact-detail-main-mobile .contact-info-mobile h2{
  margin-bottom: 15px;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info p, .custom-tabs-address .tabs-stage .customer.addresses li.address-info h2{
  font-size: 17px;
  line-height: 21px;
}
}

.login .field+a {
  font-family: 'forma-djr-display';
}
.customer h2{
font-family: 'forma-djr-display';
}
.customer.login.not-forget, .customer.login.forget{
font-family: 'forma-djr-display';
}

@media only screen and (max-width: 575px){
.item-image img{
  width: 110px;
  height: 149px;
}

ul.shopping-cart-items li.clearfix .item-details{
  max-width: 59%;
}
ul.shopping-cart-items li.clearfix .item-details p.item-name{
  font-size: 16px;
  line-height: 21px;
}
ul.shopping-cart-items li.clearfix .item-details p.item-price{
  font-size: 18px;
  line-height: 23px;
}
ul.shopping-cart-items .qty-input.quantity{
  width: 100%;
  padding: 5px 1px 1px 1px;
}
ul.shopping-cart-items .remove{
  border: 0;
}

#main-nav .items-in-cart .shopping-cart-items .actions-edit .remove a img {
  max-width: 14px;
}

.qty-input.quantity {
  min-height: calc((var(--inputs-border-width)) + 1rem);
  height: 32px;
}


}

@media only screen and (max-width: 767px){

footer .footer-top .footer-block h2 a.toggleicon:after {
    content: "\f078";
    font-family: fontawesome;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 2px;
    color: #fff;
    font-size: 15px;
}
.actions-toolbar-checkout{
  bottom: 50px;
}
}
body.popup{
overflow: hidden;
}
.actions-update-cart.mobile{
display: none;
}
@media only screen and (max-width: 991px){
.actions-update-cart.mobile{
  display: flex;
  justify-content: left;
  margin-left: auto;
}
.actions-update-cart{
  display: none;
}
ul.wishlist-items li.clearfix{
  flex-wrap: wrap;
  margin-right: 0.5rem;
}
ul.wishlist-items li.clearfix .item-details p.item-variant{
  font-size: 16px;
  line-height: 20px;
}
ul.wishlist-items .custom-select .wrapper select{
  width: 62px;
}
ul.wishlist-items li.clearfix .item-details p.item-name{
  font-size: 16px;
  line-height: 18px;
}
ul.wishlist-items li.clearfix .item-details p.item-price{
  font-size: 18px;
  line-height: 23px;
}
.annouce-first-text, .annouce-second-text {
  font-size: 14px ;
}
}

/* menu design - 16nov */
@media screen and (min-width: 1300px) and (max-width: 1533px){
header header.custom-header .menu>ul>li a{
  font-size: 19px;
  line-height: 26px;
}
header.custom-header .sub-menu li a.sub-menu-link{
  font-size: 16px;
  line-height: 20px;
}
}

@media screen and (min-width: 1011px) and (max-width: 1299px){
header header.custom-header .menu>ul>li a{
  font-size: 14px;
  line-height: normal;
}
.header--middle-left{
  column-gap: 0;
}
body header.custom-header .menu>ul>li{
  padding: 10px;
}
header.custom-header .sub-menu li a.sub-menu-link{
  font-size: 16px;
  line-height: 20px;
}
}

@media only screen and (max-width: 767px){
.customer.account{
  padding: 0 5rem;
}
}

.actions-toolbar .add-to-cart-button a button.add-to-cart:hover {
  background: #fff;
  color: #0F0F0F;
}
.actions-toolbar .add-to-cart-button a button.add-to-cart:hover:after{
content: '';
background: url('https://cdn.shopify.com/s/files/1/0567/1747/6027/files/Picto-Panier.png?v=1668753477') no-repeat 0 0;
   background-size: 27px;
  width: 27px;
  height: 27px;
display: inline-block;
--border-offset: 0;
margin-left: 5px;
}
.actions-toolbar .add-to-cart-button a button.add-to-cart{
display: flex;
justify-content: center;
align-items: center;
}
.wishlist-icon button{
cursor: pointer;
}
.customer button:hover{
/*   background: #0f0f0f; */
/*   color: #fff; */
}
.actions-update-cart .cart-button .checkout-action:hover{
background: #fff !important;
  color: #0F0F0F !important;
cursor: pointer;
}
.actions-update-cart .cart-button .checkout-action:hover span{
left: -16px;
}

/* .actions-update-cart .cart-button .checkout-action:hover:after{
content: "\f290";
  display: inline-block;
  transform: skew(21deg);
  font-family: 'FontAwesome';
  font-size: 22px;
padding-left: 10px;
padding-top: 5px;

} */
.wish-form .actions-update-cart .remove button.wishlistbtn img {
  transform: skew(21deg);
    max-width: 100%;
}

.wish-form .actions-update-cart .cart-button .checkout-action span:after {
  height: 32px;
  top: 8px;
  background-position: center center;
  background-size: auto 16px;
  width: 16px;
  margin-left: 8px;
}

.product-form__buttons .actions-toolbar .add-to-cart-button a button.add-to-cart:after {
-webkit-transform: skew(21deg);
  transform: skew(21deg);
}

.product-form__buttons .actions-toolbar .add-to-cart-button a button.add-to-cart span {
  display: inline-block;
  transform: skew(21deg);
  margin-right: 10px;
}

.product-form__buttons .actions-toolbar .add-to-cart-button a button.add-to-cart:after,
.product-form__buttons .actions-toolbar .add-to-cart-button a button.add-to-cart:hover:after {
background-position: center center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
margin-left:0;
-webkit-transform: skew(21deg);
  transform: skew(21deg);
}


.actions-update-cart .cart-button .checkout-action:hover span:after {
/*      background: url(https://cdn.shopify.com/s/files/1/0567/1747/6027/files/Picto-Panier.png?v=1668753477) no-repeat 0 0 !important; */
}

.actions-update-cart .remove{
cursor: pointer;
}
.wish-form button.wishlistbtn{
cursor: pointer;
}
.checkout-action:hover{
background: #fff !important;
  color: #0F0F0F !important;
}

/*23-11-22*/

.checkout-action {
  background: transparent !important;
  color: #fff!important;
  border: 1px solid #0F0F0F!important;    
}

.checkout-action:hover {
  background: transparent !important;
}

.checkout-action:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
left:auto !important;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgb(28, 31, 30);
  transition: 0.3s ease-out;
}

.checkout-action:hover:before {
  width: 0%;
}

.checkout-action span {
  color: #fff;
}

.checkout-action:hover span {
  color: #000;
}

/*24-11-22*/

.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action {
  -webkit-transform: skew(-21deg);
  transform: skew(-21deg);
  background: transparent !important;
  color: #fff!important;
  border: 1px solid #0F0F0F!important;   
}

.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action:hover {
  background: transparent !important;
}

.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action span {
  -webkit-transform: skew(21deg);
  transform: skew(21deg);
  display: inline-block;
  width: 100%;
  color: #000;
}

.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action:hover span {
  color: #fff;
}

.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left:0;
  position: absolute;
  height: 100%;
  width: 0;
  -webkit-transform: none;
  transform: none;
  border:0;
  background-color: rgb(28, 31, 30);
  transition: 0.3s ease-out;
}

.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action:hover:before {
  width: 100%;
}

.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action:after {
  display: none;
}

.actions-toolbar .add-to-cart-button a button.add-to-cart {
  background: transparent !important;
  color: #fff!important;
  border: 1px solid #0F0F0F!important;    
}

.actions-toolbar .add-to-cart-button a button.add-to-cart:hover {
  background: transparent !important;
}

.actions-toolbar .add-to-cart-button a button.add-to-cart:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left:auto;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgb(28, 31, 30);
  transition: 0.3s ease-out;
}

.actions-toolbar .add-to-cart-button a button.add-to-cart:hover:before {
  width: 0%;
}

.actions-toolbar .add-to-cart-button a button.add-to-cart span {
  color: #fff;
}

/*.actions-toolbar .add-to-cart-button a button.add-to-cart:hover span {
  color: #000;
}*/

.custom-tabs-address .tabs-stage .customer.addresses li.address-info button.edit-address-btn{
--border-offset: 0;
--border-opacity: 0;
border: 0;
padding: 0;
min-width: 10%;
margin: 0;
transform: skew(0);
font-size: 20px;
}

.custom-tabs-address .tabs-stage .customer.addresses li.address-info button.edit-address-btn:hover{
background: #fff;
color: rgb(var(--color-link));
border: 0;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info button.edit-address-btn:hover:after{
--border-offset: 0;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info button.delete.remove-address-btn {
  border: 0;
  --border-offset: 0;
--border-opacity: 0;
padding: 0;
  min-width: auto;
  width: 20%;
margin: 0;
transform: skew(0);
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info button.delete.remove-address-btn:hover{
background: #fff;
color: rgb(var(--color-link));
border: 0;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info button.delete.remove-address-btn:hover:after{
--border-offset: 0;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info .address-btns {
  display: flex;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info button.delete.remove-address-btn img{
width: 20px;
height: 20px;
}
.actions-update-cart .cart-button .checkout-action:hover span {
  left: -10px;
}
.actions-toolbar .add-to-cart-button.sticky-atc a button.add-to-cart span {
  margin-right: 10px;
  line-height: 1;
}

.actions-toolbar .add-to-cart-button.sticky-atc a button.add-to-cart:after {
  background-position: center center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  margin-left: 0;
  -webkit-transform: skew(21deg);
  transform: skew(21deg);
}
.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action:before,
.section-newsletter-wrapper .newsletter-section .newsletter-subs button.btn.action span  {
-webkit-transition: .3s ease-out .15s;
transition: .3s ease-out .15s;
}
button.sbtn:before,
button.sbtn span {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #1c1f1e;
  transition: .3s ease-out;
}
button:before,
button span, .checkout-action:before, .checkout-action span, checkout-action:after,
.cust-btn:before, .cust-btn span{
/*  -webkit-transition: .3s ease-out .15s !important; */
/*  transition: .3s ease-out .15s !important; */
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: .30s !important;
}
button.cust-btn {
  width: max-content;
background:transparent !important;
}
button.cust-btn span {
color:#000;

}
button.cust-btn:before{
content: "";
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent !important;
  transition: .3s ease-out;
}

button.cust-btn:hover:before{
background:#000 !important;
}

button.cust-btn {
  background: transparent !important;
}

button.cust-btn:hover span {
 color:#fff;
}
#main-nav a div.checkout-action:hover:before{
/*    -webkit-transition: .5s ease-out .18s !important; */
/*  transition: .5s ease-out .18s !important; */
}
#main-nav a div.checkout-action:before{
/*    -webkit-transition: .5s ease-out .18s !important; */
/*  transition: .5s ease-out .18s !important; */
}
button.cust-btn:hover:before {
  width: 100%;
-webkit-transition: .3s ease-out .15s !important;
transition: .3s ease-out .15s !important;
}
.checkout-action:hover span {
  color: #000;
}
button.cust-btn:before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 0%;
  background-color: #1c1f1e;
  transition: .3s ease-out;
}

.address-btns button {
  background: transparent;
  color: #000;
}
button.checkout-action.cust-new {
  max-width: 100%;
}
.custom-tabs-address .checkout-action.cust-new {
  max-width: max-content;
  margin: 1em auto 0.7em;
  clear: both;
}

.custom-tabs-address .checkout-action.cust-new span{
left:0;
}
label.img-none.apparel_size {
  position: relative;
}
.sticky-product-details.show .product-attributes label p {
  position: relative;
}
.product-form__input input[type=radio]:checked+label p.size:before{
display:none;
}
p.size:hover:before {
  width: 100%;
}
p.size:hover span {
-webkit-transition: .3s ease-out .15s;
  transition: .3s ease-out .15s;
color: #fff !important;
position: relative;
}
p.size:before {
  -webkit-transition: .3s ease-out .15s;
  transition: .3s ease-out .15s;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 0;
  -webkit-transform: none;
  transform: none;
  border: 0;
  background-color: #1c1f1e;
  transition: .3s ease-out;
}
div#fs-recommendation-widget-main fs-recommendation-widget-title {
  display: none;
}
div#fs-recommendation-widget-main>h2 {
  display: none;
}
.modal-open.wishlist-icon span.wishlist-count-update {
  position: absolute;
  left: 18px;
  right: 0;
  top: 0;
  bottom: 10px;
  margin: auto !important;
  text-align: center;
  font-size: .9rem;
font-weight: 600;
color:#fff;
height: 16px;
width: 16px;
border-radius: 50%;
background-color: #00184c;
}
a.js-menu__open_wishlist.modal-open.wishlist-icon {
  position: relative;
width: 40px;
}
a.js-menu__open_wishlist.modal-open.wishlist-icon.fillsicon i{
display:block !important;
}
a.js-menu__open_wishlist.modal-open.wishlist-icon.fillsicon img.unfill-icon{
 display:none !important;
}
a.js-menu__open_wishlist.modal-open.wishlist-icon.fillsicon {
  text-decoration: none;
}
i.fa-solid.fa-heart.fill-icons {
  width: 40px;
  font-size: 24px;
  height: 40px;
  margin-top: 9px;
  margin-left: 7px;
}

@media only screen and (max-width: 991px){
.modal-open.wishlist-icon span.wishlist-count-update {
  top: 0 !important;
}
i.fa-solid.fa-heart.fill-icons {
  margin-top: 13px;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info button.edit-address-btn{
  width: auto;
}
.custom-tabs-address .tabs-stage .customer.addresses li.address-info button.delete.remove-address-btn{
  margin-left: 10px;
  margin-top: -3px;
}
}
@media only screen and (min-width: 1011px) {
body header.custom-header .menu>ul>li {
  padding: 0 12px 0 12px !important;
}
body header.custom-header .sub-menu-wrapper {
  top: 73px;
}
body .sub-menu-inner {
  border-top: 0;
}
}
@media only screen and (min-width:1010px) {
body header.custom-header .sub-menu-wrapper {
  left: 0;
  opacity: 0;
      top: calc(100% + 1px);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  transition: opacity .5s ease .35s,-webkit-transform .5s ease .35s;
  transition: opacity .5s ease .35s,transform .5s ease .35s;
  transition: opacity .5s ease .35s,transform .5s ease .35s,-webkit-transform .5s ease .35s;
      box-shadow: 0px 20px 40px -20px #111;
}
}


/* product showcase drawer design */
.product-showcase {
  display: flex;
  align-items: center;
  height: 100vh;
  width: calc(100% - 620px);
  position: absolute;
  z-index: 99;
  /*padding: 5%;*/
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  max-width:100%;
  min-width: calc(50vw + 100px);
}
.product-showcase .showcase-title {
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-family: 'forma-djr-display';
}
.product-showcases {
  max-width: 100%;
overflow:hidden;
/*       display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; */
}

body .items-in-cart {
  overflow-x: hidden;
}
.product__info-wrapper.grid__item .actions-toolbar {
  display: flex;
  align-items: center;
  width: 100%;
clear:both;
}
@media only screen and (max-width:1010px) {
.product-showcase {
    display:none;
}
}
.actions-toolbar .add-to-cart-button a button.add-to-cart[disabled]:hover span {
  color: #fff;
}

.actions-toolbar .add-to-cart-button a button.add-to-cart[disabled]:before {
  width: 100%;
}

.actions-toolbar .add-to-cart-button a button.add-to-cart[disabled]:hover:after {
  background-image: url(https://cdn.shopify.com/s/files/1/0567/1747/6027/files/Picto-Panier-Blanc_1.png?v=1669724987);
}

/* Menu design */ 

@media only screen and (max-width: 1010px) {
a.menu-drawer__account.link.focus-inset.h5 {
  width: 100%;
  padding-left: 0px;
}
a.menu-drawer__account.link.focus-inset.h5 svg {
  width: 18px;
  color: #5D5D5D;
  fill: #5D5D5D;
  margin: 0 9px 0 7px;
}
body .menu-drawer__navigation {
  background: #fff;
}
 body header .menu-drawer-container div#menu-drawer ul.menu-drawer__menu {
    display: flex;
    flex-direction: column;
   height: 100%; 
/*       height: calc(100vh - 280px); */
/*       padding: 25% 0; */
}
body header .menu-drawer-container div#menu-drawer ul.menu-drawer__menu.sub-submenu {
    padding: 50px 0;
}
body header .menu-drawer-container div#menu-drawer ul.menu-drawer__menu ul {
    left: auto;
}
body .four-column-section-wrapper .four-column-section-inner .four-column-section-block img {
    max-height: 30px;
}
body .four-column-section-wrapper .four-column-section-inner .four-column-section-block:nth-child(2) img {
  max-height: 23px !important;
  margin-top: 10px;
}
body .menu-drawer__navigation > ul.menu-drawer__menu.list-menu {
    margin: 0 !important;
}
body header .menu-drawer-container div#menu-drawer ul.menu-drawer__menu .list-menu__item {
    font-family: 'forma-djr-display' !important;
    color: #070707;
    font-size: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
}
body .menu-drawer__close-button {
    font-family: 'forma-djr-display';
    color: #000;
    font-size: 26px;
    position: relative;
    z-index: 999;
  font-weight:900;
}
body .menu-drawer__close-button:hover {
    background: transparent;
}
body header .menu-drawer-container div#menu-drawer {
  width: calc(100% - 35px);
  height: 100dvh;
  position: fixed;
}
body .header header-drawer .menu-opening summary.header__icon:before {
    height: calc(100vh - 66px);
}
body .menu-drawer__menu-item>.icon-arrow i {
    font-size: 20px;
}
body .menu-drawer__close-button i.fa {
    font-size: 17px;
    position: relative;
}
.menu-drawer__navigation-container nav.menu-drawer__navigation {
    position: static;
}
body details[open]>.header__icon--menu .icon-hamburger {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.menu-drawer__navigation-container summary.header__icon {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: static;
}
.menu-drawer__navigation-container summary.header__icon::before {
    display: none;
}
body header .menu-drawer-container div#menu-drawer ul.menu-drawer__menu {
  position:static;
}
body header .menu-drawer__navigation-container nav.menu-drawer__navigation {
    position: relative;
    padding: 0;
}
.menu-drawer__utility-links {
    background: transparent !important;
    padding-left: 0;
    padding-right: 0;
    margin: 0 25px;
    border-top: 1px solid #BCBCBC;
    /*margin-top: 15rem;*/
}
body .menu-drawer__navigation-container summary.header__icon span {
    justify-content: end;
    padding-right: 25px;
}
body header .menu-drawer-container div#menu-drawer ul.menu-drawer__menu li.parent summary.menu-drawer__menu-item {
    font-size: 30px;
    color: #000;
    font-weight:900;
}
body .menu-drawer__close-button {
    flex-wrap: wrap;
    justify-content: flex-start;
}

body .menu-drawer__close-button {
    font-family: forma-djr-display;
    color: #01184c !important;
    font-size: 20px;
    position: relative;
    z-index: 999;
    font-weight: 600;
    text-transform: capitalize;
}
body .menu-drawer__close-button span {
    display: inline-block;
    vertical-align: middle;
    /*width: 100%;*/
    text-align: left;
    margin-top: 40px;
    font-size: 30px;
    font-weight: 900;
    color: #070707;
}
body .menu-drawer__close-button:visited {
    background: transparent;
}
body button.menu-drawer__close-button.sub-menu-close {
    margin-top: 0px;
}
body button.menu-drawer__close-button.paren-menu-close {
    background: #fff;
    margin-top: 0;
}

body header .menu-drawer__navigation-container nav.menu-drawer__navigation {
    position: relative;
    padding: 0;
    height: 100%;
    margin: 15px 0;
    flex-grow: 1;
}
.menu-drawer__utility-links a.menu-drawer__account {
    padding: 5px 0;
}

body header .menu-drawer-container div#menu-drawer ul.menu-drawer__menu .menu-drawer__inner-submenu .submenu-main {
/*       height: calc(100% + 90px); */
      height: 100%;
    background: #fff;
    position: absolute;
}

.submenu-main summary.menu-drawer__menu-item:not(:has(+.menu-drawer__submenu>ul.sub-submenu>li)) div.icon {
  display: none;
}

body .menu-drawer__navigation-container summary.header__icon,
body .menu-drawer__navigation-container summary.header__icon span {
    height: 70px !important;
}
}

@media only screen and (max-width: 440px) {
 body .four-column-section-wrapper .four-column-section-inner .four-column-section-block img {
    max-height: 30px;
} 
}
/* bhavesh css start */
@media only screen and (max-width: 767px) {
  body header .menu-drawer-container div#menu-drawer ul.menu-drawer__menu li.parent summary.menu-drawer__menu-item {
    font-weight:500;
    font-size: 8vw;
    color: #070707;
}
body header .menu-drawer-container div#menu-drawer ul.menu-drawer__menu .list-menu__item {
  font-size: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #5D5D5D;
}
a.menu-drawer__account.link.focus-inset.h5 {
  color: #5d5d5d;
  font-size: 16px;
}
.js .menu-drawer__menu li {
  margin-bottom: 1rem !important;
}
body .menu-drawer__close-button span {
  margin-bottom: 20px
}
.menu-drawer__inner-submenu .submenu-main a.menu-drawer__menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-drawer__inner-submenu .submenu-main a.menu-drawer__menu-item > i.fa.fa-angle-right {
    color: #5F5F5F;
}
 body header .menu-drawer-container div#menu-drawer {
/*     height: calc(100vh - 65px); */
}
body header .menu-drawer__navigation-container nav.menu-drawer__navigation {
  margin: 0;
}
.menu-drawer__utility-links {
  padding: 1.1rem !important;
}
body .menu-drawer__navigation-container summary.header__icon, body .menu-drawer__navigation-container summary.header__icon span {
  height: 70px!important;
  margin-top: 11px;
}

body .header header-drawer .menu-opening summary.header__icon:before {
    height: 100%;
}

.menu-drawer__close-button .icon-arrow {
  margin-right: 5px;
}
button.menu-drawer__close-button.paren-menu-close.link.link--text.focus-inset {
  color: #BEBEBE !important;
  font-size: 18px;
}
.custom-link a.wishlist-icon {
  position: relative;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-link img.home-icon {
  width: 21px;
  height: 21px;
  position: static;
/*     bottom: -19px; */
}

}

/* bhavesh css end */

/* 30-01-23 start */

.search-modal__content .search-modal__form .field:hover.field:after {
  box-shadow: none;  
}

.search-modal__content .search-modal__form .field__input:focus~.field__label,
.search-modal__content .search-modal__form[results="true"] .field__input:focus~.field__label {
  opacity: 0;
}

#Calque_1 {
  width: 28px;
}

#Calque_1 .cls-1 {
  stroke: #000;
}

.product__info-container .price--on-sale .price__sale {
  font-size: 25px;
  font-family: forma-djr-display,sans-serif;
  font-weight: 700;
}

.product__info-container .price--on-sale .price__sale .price-item--regular {
  font-size: 25px;
}

.sticky-product-details.show {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 2%;
  border-top: 1px solid #dddddd;
}

.sticky-product-details .product-details {
  width: 27%;
  padding-right: 2%;
}

.sticky-product-details.show .attributes-details {
  width: 40%;
  padding: 0 3%;
}

.sticky-product-details .actions-toolbar {
  padding-left: 2%;
  width: 30%;
}

.sticky-product-details .product-info img {
  width: auto;
  height: auto;
  max-width: 130px;
}

.attributes-details .product-attributes {
  margin-top: 5px;
}

.sticky-product-details .attributes-details .product-attributes label {
  padding: 0 5px!important;
  display:block;
}

.sticky-product-details.show .product-attributes label input[type=radio] {
  display: none;
}

.sticky-product-details.show .product-attributes label input[type=radio]:checked+p.size {
  border:1px inset #0F0F0F;
  outline: 0;
  background:#0F0F0F;
  color:#fff;    
}

.sticky-product-details.show .product-attributes label input[type=radio]:checked+p.size:before {
  color:#fff;
}

.attributes-details .product-attributes .slick-arrow::before {
  color: #000;
  font-weight: 700;
  font-family:"Font Awesome 6 Free";
}

.attributes-details .product-attributes .slick-prev {
  left: -20px;
  top: 19px;
}

.attributes-details .product-attributes .slick-next {
  right: -20px;
  top: 19px;
}

.attributes-details .product-attributes .slick-prev::before {
  content: "\f104";
}

.attributes-details .product-attributes .slick-next::before {
  content: "\f105";
}

.new-padding-cms:not(:has(#fast-simon-serp-app)) {
  padding: 0 1rem !important;
}

.filters-container .fs-category-title {
color: #00184c !important;
}

/* 30-01-23 end */

/*01-02-23*/

.wishlist-drawer-header {
  padding-top: 20px;
  margin: 19px -12px 0px 0px;
}

.wishlist-drawer-header .header-detail {
  padding-left: 25px;
  padding-bottom: 8px;
}

.cart-drawer-header {
  border-bottom: 1px solid #BEBEBE;
  margin: 0;
  padding: 60px 25px 22px 20px;
}
#main-nav .items-in-cart .shopping-cart-items .item-image img {
  max-width: 100%;
  height: unset;
  border-radius: 15px;
}
#main-nav .items-in-cart .shopping-cart-items {
  margin-top: 10px;
}
#main-nav .items-in-cart .shopping-cart-items .item-details .item-name a{
color:#00184C;
}
#main-nav .items-in-cart .shopping-cart-items .item-details .item-price {
  color: #00184C;
  font-size: 20px;
  font-weight: bold;
}
#main-nav .items-in-cart .shopping-cart-items .item-details .item-variant {
  font-size: 20px;
  color: #BEBEBE;
  font-weight: 500;
}
#main-nav .items-in-cart .shopping-cart-items .item-details .item-discount {
color:#00184C;
font-weight: 500;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout {
  padding: 11px 0;
  width: 100%;
  border-top: 1px solid #ccc;
  left: 0;
  z-index: 10;
}
#main-nav-wishlist .js-menu__close {
  top: 20px;
}
.wishlist-drawer-header {
  border-bottom: none;
}
.wishlist-drawer-header + .items-in-wishlist {
  border-bottom: 1px solid #00184C;
}
#main-nav-wishlist ul.wishlist-items p.item-name {
  font-size: 20px;
  color: #00184C;
  font-weight: 500;
}
#main-nav-wishlist ul.wishlist-items .item-image img {
  width: 177px;
  height: auto;
  border-radius: 25px;
}
#main-nav-wishlist ul.wishlist-items .item-price .price-item {
  font-family: 'forma-djr-display';
  font-size: 20px;
  font-weight: bold;
}
#main-nav-wishlist ul.wishlist-items li.clearfix .item-details .custom-select p.item-variant {
  font-size: 20px;
  color: #BEBEBE;
  font-weight: 500;
}

.wishlist-items .wishlist-size-error {
  line-height: 0px;
  padding-bottom: 0 !important;
  padding-top: 0px;
  visibility: hidden;
  opacity: 0;
  color: #db5957 !important;
  transition: all 0.3s ease;
  font-weight: 500;
}

.wishlist-items .wishlist-size-error.show {
  padding-top: 16px;
  margin-bottom: 12px !important;
  visibility: visible;
  opacity: 1;
}

.wish-form .actions-update-cart .remove button.wishlistbtn img {
  transform: none;
}
#main-nav-wishlist ul.wishlist-items .actions-update-cart .remove {
  border-radius: 100px;
  transform: none;
  border: 1px solid #00184C;
  margin-left: 10px;
  width: auto;
  height: 50px;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 0 9px;
}
#main-nav-wishlist .wish-form   button.wishlistbtn {
  top: 12px;
}
#main-nav-wishlist .actions-update-cart .cart-button .checkout-action, #main-nav-wishlist .actions-update-cart .cart-button .checkout-action span {
  transform: none;
}

.header__icons .js-menu__context {
  background: rgb(0 24 76 / 75%);
}

.cart-drawer-header + .items-in-cart .shopping-cart-items {
  padding-left: 15px;
}

.header__icons .js-menu__context.js-menu__expanded div#main-nav form .view-edit-action {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 5px;
}

.header__icons .js-menu__context.js-menu__expanded div#main-nav form .view-edit-action a:after {
  content: "";
  background:url('https://cdn.shopify.com/s/files/1/0567/1747/6027/files/lock-icon.png?v=1675255518') no-repeat 0 0;
  background-position: center center;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  margin-left: 13px;
  display:inline-block;
}

.cart-drawer-header + .items-in-cart {
height: calc(100dvh - 270px);
}

.cart-drawer-header + .items-in-cart:has(+ .actions-toolbar-checkout .cart-original-subtotal:not(.hidden)) {
height: calc(100dvh - 325px);
}

@media only screen and (max-width: 1010px) {
.cart-drawer-header + .items-in-cart {
  height: calc(100dvh - 192px);
}

.cart-drawer-header + .items-in-cart:has(+ .actions-toolbar-checkout .cart-original-subtotal:not(.hidden)) {
  height: calc(100dvh - 236px);
}
}

.wishlist-drawer-header + .items-in-wishlist {
  border-bottom: 1px solid #ccc;
  margin: 0 -12px;
  padding-left: 25px;
  padding-right: 25px;
}

.product__info-container> variant-radios.no-js-hidden + p {
  margin: 0 !important;
}

.product__info-container> variant-radios.no-js-hidden {
  margin-bottom: 0;
 clear: both;
}

.product__info-container> variant-radios.no-js-hidden fieldset.js.product-form__input {
  margin-bottom: 0;
}

.product__info-wrapper .product-top-section .label.no-label,
div.product-infos-mobile > div.product-top-section > .label.no-label {
  background: transparent;
  border: none;
}

div.product-infos-mobile > div.product-top-section > .label.no-label {
  display: none;
}

.product-form__input input[type=radio]+label.unavailable {
  opacity: 0.6;
  position:relative;
}

.product-form__input input[type=radio]+label.unavailable:after {
  content: "";
  position: absolute;
  left: 31px;
  top: -18px;
  display: block !important;
  transform: rotate(60deg);
  height: 74px;
  width: 1px;
  z-index: 1;
  background: #000 !important;
}

.product__info-wrapper .product-top-section .label p:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://cdn.shopify.com/s/files/1/0567/1747/6027/files/Logo-Tete-Venum-Blanc_4845b043-3a98-4402-92f8-cf19ae7814b9.png?v=1675261403) no-repeat 0 0;
  vertical-align: middle;
  background-size: 16px;
  margin-left: 10px;
}

.product__info-wrapper .product-top-section .label {
  min-width: 142px;
  width: auto;
  padding: 0 10px;
}

.product__info-wrapper .product-top-section .label:has(+ .comingsoon-label, + .preorder-label, + .metafield-label),
.product__info-wrapper .product-top-section .label + .label:not(.comingsoon-label, .preorder-label, .metafield-label) {
  display: none;
}

.product__info-wrapper .product-top-section .label.red-label,
.product-infos-mobile .product-top-section .label.red-label
{
  background: #DB5957;
  border: 1px solid #DB5957;
  background-image: url(https://cdn.shopify.com/s/files/1/0771/3384/0704/files/image.png?v=1732771825);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 93px 80px;
  padding: 1rem;
}

.product-infos-mobile .product-top-section .label.red-label {
  width: 61px !important;
  padding:1rem;
}

.product__info-wrapper .product-top-section .label.red-label p:after {
  display: none;
}

.product-infos-mobile .product-top-section:has(.label.red-label.promo-group-label) {
  display: flex;
}
.product-infos-mobile .product-top-section .label.red-label.promo-group-label {
  width: unset !important;
  max-width: unset !important;
}

/*.product__info-container .price__regular span.price-item.price-item--regular,*/
.product__info-container .price--on-sale .price__sale span.price-item.price-item--sale,
.product-infos-mobile .price--on-sale .price__sale span.price-item.price-item--sale {
color: #DB5957;
}

.customer .field:before, 
.customer select:before,
.customer .field:after, 
.customer select:after{
  box-shadow: none !important;
}

.customer .field input:focus, 
.customer .field input:not(:placeholder-shown), 
.customer .field input:-webkit-autofill, 
.customer .field input:focus, 
.customer .field input:not(:placeholder-shown), 
.customer .field input {
  margin: var(--inputs-border-width);
  padding: 1.5rem 1.5rem 1.5rem 0;
}

/*miscellaneous design bugs */

.sticky-product-details.show .product-info .product-name-info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  height: max-content;
}
.sticky-product-details.show .product-info .product-name-info p.compare-price {
  order: 2;
  margin: 0 0 0 15px;
  color: #00184C;
  text-decoration: line-through;
  font-weight: 600;
}
.sticky-product-details.show .product-info .product-name-info p.price {
  order: 3;
  font-size: 18px;
  margin-top: 6px;
  line-height: 25px;
  color: #00184C;
}
.sticky-product-details.show .product-info .product-name-info p.price.comp {
  order: 3;
  font-size: 18px;
  margin-top: 6px;
  line-height: 25px;
  color: #db5957;
}
body .sticky-product-details .product-info img {
    max-width: 80px;
}
body .product__info-wrapper .add-to-cart-button button.product-form__submit {
  width: 100%;
}
#main-nav-wishlist .actions-update-cart .cart-button .checkout-action {
  background: transparent !important;
  color: #fff!important;
  border-radius: 25px;
  border: 1px solid #00184C !important;
  background-color: #00184C !important;
  left: 0 !important;
  padding-left: 2rem;
}
#main-nav-wishlist .actions-update-cart .cart-button .checkout-action:before {
  opacity: 0;
}
#main-nav-wishlist .actions-update-cart .cart-button .checkout-action span:after {
display:none;
}
#main-nav-wishlist .actions-update-cart .cart-button .checkout-action span {
  transform: none;
  font-size: 21px;
  font-weight: 500;
}
#main-nav-wishlist .actions-update-cart .cart-button .checkout-action img {
  margin-top: -5px;
}
#main-nav-wishlist .actions-update-cart .cart-button .checkout-action:hover span {
  color: #fff;
}
#main-nav-wishlist .custom-select .wrapper select {
  padding-top: 7px;
  padding-bottom: 5px !important;
  padding-left: 1rem !important;
  padding-right: 0 !important;
  font-size: 20px;
  border-bottom: 1px solid #00184c;
  color: #BEBEBE;
  font-weight: 500;
  font-family: 'forma-djr-display';
  border:none;
  width: 21rem;
  max-width: 25rem;
}

/* div.item-details > div.price.price--on-sale > div > div.price__sale {
color: #00184c;
} */
div.item-details .div.price.price--on-sale .price--on-sale .price-item--regular {
color: #00184c !important;
font-weight: 700 !important;;
font-size:16px !important;
}


div.item-details > div.price.price--on-sale > div > div.price__sale > span.price-item.price-item--sale.price-item--last,
.price__sale .price-item .price-item--sale,
.wishlist-items .price-item--sale {
  color: #DB5957 !important;
}

@media only screen and (min-width:1011px) {
body .mobile-logo {
    display: none;
}
}

@media only screen and (max-width: 1010px) {
header.header .custom-link a.wishlist-icon img.home-icon {
    width: 21px;
    height: 21px;
}
header.header .custom-link p {
    margin: 0;
    padding-top: 8px;
}
body nav.page-width.breadcrumb {
    position: static;
    background: transparent;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    overflow: auto;
}
body nav.page-width.breadcrumb a.breadcrumb-links {
    padding: 0;
    border: none;
}
body nav.page-width.breadcrumb  span {
    white-space: nowrap;
}
body .mobile-logo {
    display: inline-block;
    width: 100%;
    text-align: left;
}
body .mobile-logo img {
  max-height: 35px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.header-wrapper--border-bottom {
  border-bottom: 0;
}
body .product__info-wrapper variant-radios fieldset.js.product-form__input {
    max-width: 100%;
}
body header .menu-drawer-container div#menu-drawer ul.menu-drawer__menu li a.list-menu__item {
    color: #070707;
    font-size: 30px;
    font-weight: 600;
}
}
@media only screen and (max-width: 767px) {
 header.header .custom-link p {
    margin: 0;
    padding-top: 0;
}
body header .menu-drawer-container div#menu-drawer ul.menu-drawer__menu li a.list-menu__item {
  font-weight: 500;
}
.cart-drawer-header {
  padding: 35px 10px 0px 10px;
  margin: 0 2rem;
}
.js-menu__close {
  padding-right: 20px;
  font-size: 22px;
  top: 40px;
}
.shopping-cart-items .item-details p.item-name a {
  font-size: 14px;
}
#main-nav .items-in-cart .shopping-cart-items .item-details .item-price {
  font-size: 14px;
  margin-top: 0px;
}
#main-nav .items-in-cart .shopping-cart-items .item-details .item-variant {
  font-size: 14px;
}
  ul.shopping-cart-items .qty-input.quantity{
  width: 100%;
}
#main-nav .items-in-cart ul.shopping-cart-items {
  padding-left: 4px;
  padding-right: 7px;
  margin-left: 2rem;
  margin-right: 2rem;
}
ul.shopping-cart-items .item-image {
  max-width: 39%;
}
 ul.shopping-cart-items .actions-edit{
  justify-content: space-around;
   margin-top:10px;
}
.js-menu {
  border-top-left-radius: 15px;
  width: 36rem;
  max-width: 100%;
  padding: 0;
}
.header__icons .js-menu__context.js-menu__expanded div#main-nav form .actions-toolbar-checkout {
  padding: 5px 0 5px;
}
.wishlist-drawer-header + .items-in-wishlist {
  border-bottom: 1px solid #00184c;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: -2rem;
}
.js-menu__expanded_wish {
  border-top-left-radius: 20px;
}
#main-nav-wishlist ul.wishlist-items .item-image img {
  width: 112px;
  border-radius: 15px;
}
#main-nav-wishlist ul.wishlist-items li.clearfix .item-details {
  max-width: 62%;
  width: 100%;
}
#main-nav-wishlist ul.wishlist-items p.item-name {
  font-size: 14px;
  font-weight: 600;
}
#main-nav-wishlist ul.wishlist-items .item-price .price-item {
  font-size: 14px;
  margin-top: 1px;
  display: block;
}
#main-nav-wishlist ul.wishlist-items li.clearfix .item-details .custom-select p.item-variant {
  font-size: 13px;
}
#main-nav-wishlist .custom-select .wrapper select {
  padding-top: 3px;
  font-size: 15px;
  border:none;
  width: 15rem;
  max-width: 16rem;
  padding: 0.4rem 0 0.2rem !important;
}
#main-nav-wishlist .actions-update-cart .cart-button .checkout-action {
  width: 149px;
  padding-left: 26px;
  text-align: center;
}
#main-nav-wishlist .js-menu__close {
  top: 30px;
}
.wishlist-drawer-header .header-detail {
  padding-left: 8px;
}
}
@media only screen and (max-width: 749px) {
body nav.page-width.breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
}
}

/* 03-02-23 changes start */
@media only screen and (max-width: 749px) {
.slider.slider--mobile {
    display: none;
}
.slider-buttons {
  display: none !important; 
}
section#shopify-section-template--16044328485051__main .page-width {
  padding: 0 0;
}
.grid__item.product__media-wrapper {
  padding: 0;
}
.product__info-wrapper.grid__item {
    padding: 0 1.5rem;
}
#mobile-jdg-app {
  margin-bottom: 0.5rem;
}
}
/* 03-02-23 changes end */

.edit-address-form button.edit-form-cancel-btn.cust-btn {
  clear: both;
  right: 8px;
}

.pplr-wrapper select {
  font-size: 20px;
  height: 50px;
  font-family: 'forma-djr-display';
}
.product__info-wrapper .product-top-section .label p {
  text-transform: uppercase;
}
#kiwi-size-product {
font-family: 'forma-djr-display'!important;
text-align: right;
margin-bottom: -35px;
}
.size_info p {
font-family: 'forma-djr-display'!important;
margin:0;
}
.more_hide {
font-size: 14px;
cursor:pointer!important;
}
.info_modele {
font-size: 12px;
}
@media only screen and (min-width: 749px) {
.collection-hero__text-wrapper .collection-hero__description.rte {
  max-width: calc(100% - 200px);
}
}
.collection-hero__text-wrapper{
padding-top: 20px;
}
.price-container.fs-rec-widget-efva8e {
flex-direction: row-reverse;
}
.fs-recommendation-price-container .previous-price{
color: #db5957;
padding-right: 10px;
}
.naker-combo div:empty {
  display:block;
}
@media only screen and (min-width: 749px) {
h1.collection-hero__title {
  width: 15%;
  font-size: 30px!important;
}
.collection-hero__description.rte {
  font-size: 18px!important;
  color:#868686;
}
}
nav.breadcrumb {
font-size: 16px!important;
}
@media screen and (max-width: 749px) {
h1.collection-hero__title {
  display:none !important;
  font-size: 26px!important;
}
.removable-tag{
  margin-left:0px !important;
}
.removable-tag  .fs-removable-tag-text{
  font-size: 14px !important;
}
.collection-hero__description p {
  font-size:14px;
  color:#00184c;
}
.collection-hero__description.rte {
  margin-left:0!important;
}
}
.product__media {
overflow:hidden!important;
}
.product__media:hover {
overflow:hidden!important;
cursor: zoom-in;
}
p.tracking-number a {
  font-size: 19px;
}
.collection-hero__description p {
margin-left: 0px;
}
.header {
display: flex!important;
justify-content: space-between;
}

.fast-autocomplete-input {
max-width:97%;
}
/*
body{zoom:0.8!important}
iframe{zoom:1.3!important}
*/

.sb__cardImageTitle.splide__slide {
    width: 25% !important;
}

.sb__section .sb__section__title:nth-child(2n) {
  display: flex;
  justify-content: right;
  align-items: end;
  text-decoration: underline;
  font-size: 21px;
}



/* DESCRIPTION PRODUCT */
.product__info-wrapper .product-accordion-wrapper {
margin-top: 40px;
font-family: "forma-djr-display";
color: #00184C;
font-size: 20px;
line-height: 28px;
font-weight: 400;
}

.product-accordion-wrapper .product-accordion {
border-bottom: 1px solid #868686;
}

.product-accordion-wrapper .product-accordion.hidden,
.product-accordion-wrapper .product-accordion:has(.product-accordion-content:empty) {
display: none;
}

.product-accordion-wrapper .product-accordion:not(:last-child) {
margin-bottom: 15px;
}

.product-accordion-wrapper .product-accordion .product-accordion-title {
display: block;
padding-right: 20px;
cursor: pointer;
position: relative;
font-weight: 600;
}

.product-accordion-wrapper .product-accordion .product-accordion-title::after {
content: "+";
font-size: 27px;
line-height: 0;
position: absolute;
right: 0;
top: 50%;
}

.product-accordion-wrapper .product-accordion.open .product-accordion-title::after {
content: "\2014";
}

.product-accordion-wrapper .product-accordion .product-accordion-content {
max-height: 0px;
overflow: hidden;
position: relative;
transition: max-height 0.35s ease-out;
padding-bottom: 15px;
}

.product-accordion-wrapper .product-accordion .product-accordion-content>:first-child {
padding-top: 5px;
}

.product-accordion-wrapper .product-accordion:not(.open) .product-accordion-content::after,
.product-accordion-wrapper .product-accordion.open .product-accordion-content .product__description:not(.more)::after {
content: "";
width: 100%;
height: 15px;
background-color: #ffffff;
position: absolute;
left: 0;
bottom: 0;
}

.product-accordion-wrapper .product-accordion.open .product-accordion-content {
max-height: 100%;
}

.product-accordion-wrapper .product-accordion .product-accordion-content .product__description {
margin: 0 0 0 0;
height: 86px;
}

.product-accordion-wrapper .product-accordion .product-accordion-content .product__description.more {
height: unset;
}

.product-accordion-wrapper .product-accordion .product-accordion-content .product-description-more {
position: absolute;
right: 0;
bottom: 15px;
background-color: #ffffff;
padding-left: 5px;
color: #868686;
text-decoration: underline;
cursor: pointer;
}

.product-accordion-wrapper .product-accordion .product-accordion-content .product-description-truncated {
position: absolute;
top: 0;
left: 0;
background-color: #ffffff;
/*height: 86px;*/
padding-top: 5px;
}

.product-accordion-wrapper .product-accordion:not(.open) .product-accordion-content .product-description-more,
.product-accordion-wrapper .product-accordion .product-accordion-content .product-description-more.gone,
.product-accordion-wrapper .product-accordion:not(.open) .product-accordion-content .product-description-truncated,
.product-accordion-wrapper .product-accordion .product-accordion-content .product__description.more + .product-description-truncated {
display: none;
}

.product-accordion-wrapper .product-accordion #trustpilot-tabs-target {
opacity: 0;
transition: opacity 0.35s linear;
}

.product-accordion-wrapper .product-accordion.open #trustpilot-tabs-target {
opacity: 1;
}

.product-accordion-wrapper .product-accordion .product-accordion-content ul {
margin-top: 0;
padding-left: 20px;
}

.product-accordion-wrapper .product-accordion .product-accordion-content ul:last-child {
margin-bottom: 0;
}

.product-accordion-wrapper .product-accordion .product-accordion-content .shopify-informations-expedition {
margin: 0;
}

#numberOfReviews, #readMoreArrow {
color: #BEBEBE;
}

/* PRODUCT DESCRIPTION */

/* FAST SIMON*/
.fast-simon-upsell-product-page.hidden {
display: none;
}

.fast-simon-upsell-product-page {
padding-bottom: 150px;
}

.fast-simon-upsell-product-page-title {
font-family: "forma-djr-display";
font-size: 45px;
padding-bottom: 5px;
font-weight: bold;
color: #00184C;
margin-left: 5rem
}

@media only screen and (min-width: 1010px) {
.fast-simon-upsell-product-page.mobile-version {
  display: none;
}
}

@media only screen and (max-width: 1010px) {
.fast-simon-upsell-product-page.desktop-version {
  display: none !important;
}
.fast-simon-upsell-product-page-title {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 17px;
}
}
/* FAST SIMON*/



.product-infos-mobile{
display: none;
}
@media (max-width: 768px) {
.product-infos-mobile{
  display: block;
  margin-left: 2rem;
}

.product__info-wrapper .product-top-section, 
.product__info-wrapper.grid__item #ProductInfo-template--23483687371072__main > div.product-title,
.product__info-wrapper.grid__item #ProductInfo-template--23483687371072__main > div.product__title,
.product__info-wrapper.grid__item .product-price,
.trustpilot-desk div.review,
.product__info-wrapper .product-title h1,
.product-price-wrapper #desk-scalapay #scalapay-product-page-widget scalapay-widget
{
  display: none !important;
}

#scalapay-product-page-widget {
  margin-top: 0px !important;
}
}

div.product-infos-mobile > div.product-title > h1 {
font-weight: 500;
font-size: 16px;
font-family: "forma-djr-display";
letter-spacing: 0px;
text-align: left;
margin-top: 1rem;
}

/* div.product-infos-mobile > .product-price-wrapper > .product-price {
margin-left: 2rem;
} */

div.product-infos-mobile > div.product-price-wrapper {
display: flex;
margin-top: -0.59rem;
font-family: "forma-djr-display";
align-items: center;
justify-content: start;
}

div.product-price-wrapper{
display: flex;
align-items: center;
margin-top: -1.5rem;
}

.product-infos-mobile .product-price .price__container {
font-size: 15px;
font-weight: bold;
}

.mobile-product-vendor-text{
margin: 0px;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
font-family: "forma-djr-display";
color:#01184C;
}

.product-infos-mobile a {
color:#01184C;
}

.container-vendor-trustpilot {
display: flex;
justify-content: space-between;
gap:10rem;
margin-right: 2rem;
margin-bottom: 1rem;
} 

.product-infos-mobile .container-vendor-logo img {
width: 100%;
max-width: 12rem;
max-height: 35px;
}

.product-infos-mobile .container-vendor-trustpilot {
gap: 7rem;
align-items: center;
}
.product-infos-mobile  .price--on-sale .price-item--regular {
font-size: 15px;
}

div.product-infos-mobile > div.product-top-section > div > p.product__text {
color: #fff;
font-size: 16px;
font-family: "forma-djr-display";
text-transform: lowercase;
font-weight: 503;
}

.product__info-wrapper .product-top-section .label p,
div.product-infos-mobile > div.product-top-section > div > p.product__text
{
  text-transform: lowercase !important;
}

.product__info-wrapper .product-top-section .label p::first-letter,
div.product-infos-mobile > div.product-top-section > div > p.product__text::first-letter {
text-transform: uppercase;
}
div.product-infos-mobile > div.product-top-section > div > .red-label{
font-size: 12px !important;
}

#scalapay-product-page-widget-mobile{
margin-left: 0rem;
flex:1;
}

/* Sticky add to cart mobile */
#mobileStickyAddtocart {
position: fixed;
bottom: 0;
width: 100%;
padding: 20px;
font-size: 16px;
line-height: 20px;
font-family: 'forma-djr-display';
color: #ffffff;
text-align: center;
background-color: #01184C;
z-index: 2;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
font-weight: 500;
}

#mobileStickyAddtocart .plus {
font-size: 24px;
padding-left: 10px;
line-height: 0px;
position: relative;
top: 3px;
}

#mobileStickyAddtocart:not(.sticky),
#mobileStickyAddtocart.unavailable {
display: none;
}

@media only screen and (min-width: 1010px) {
#mobileStickyAddtocart {
  display: none;
}

}

/* Sticky filters button */
#collection-filters-button-sticky,
#collection-filters-count,
#collection-filters-tags {
font-family: 'forma-djr-display';
font-size: 16px;
line-height: 20px;
}

#collection-filters-banner-sticky {
padding: 24px 22px;
display: flex;
position: fixed;
background-color: #ffffff;
color: #01184C;
width: 100%;
top: 0px;
z-index: 2;
transition: top 0.3s ease-out, opacity 0.3s;
opacity: 1;
}

@media only screen and (min-width: 1921px) {
#collection-filters-banner-sticky {
  max-width: 1920px;
  left: calc(50% - 960px);
}
}

body:has(#shopify-section-header header.sticky_top.sticky) #collection-filters-banner-sticky {
top: 57px;
}

#collection-filters-banner-sticky.hidden {
top: -56px;
opacity: 0;
}

#collection-filters-banner-sticky h1.collection-hero__title {
margin: 0 !important;
}

#collection-filters-button-sticky {
display: inline-block;
padding: 5px 58px 5px 22px;
background-color: #01184C;
color: #ffffff;
position: relative;
height: 30px;
cursor: pointer;
white-space: nowrap;
flex-shrink: 0;
border-radius: 25px;
}

#collection-filters-button-sticky .text {
display: inline-block;
transform: skew(0deg);
}

#collection-filters-button-sticky .text::after {
content: '';
display: block;
background-image: url('https://cdn.shopify.com/s/files/1/0567/1747/6027/files/iconfinder-symbol.png?v=1710337995');
background-size: contain;
background-repeat: no-repeat;
filter: invert(100%);
position: absolute;
height: 20px;
width: 26px;
right: -42px;
top: 0px;
}

#collection-filters-count {
padding-top: 6px;
padding-right: 8px;
white-space: nowrap;
flex-shrink: 0;
}

#collection-filters-banner-sticky:has(#collection-filters-tags:empty) #collection-filters-count {
display: none;
}

#collection-filters-tags {
display: flex;
gap: 8px;
/*flex-wrap: wrap;*/
flex-grow: 1;
overflow-x: scroll;
}

@supports selector(::-webkit-scrollbar) {
#collection-filters-tags::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
#collection-filters-tags::-webkit-scrollbar-thumb {
  background: #01184C;
}
#collection-filters-tags::-webkit-scrollbar-track {
  background: transparent;
}
#collection-filters-tags::-webkit-scrollbar-button {
  display: none;
}
}

@supports not selector(::-webkit-scrollbar) {
#collection-filters-tags {
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #0f0f0f transparent;
  padding-bottom: 5px;
}
}

#collection-filters-tags .removable-tag {
padding: 5px 5px 0px 5px;
border: 1px solid #ccc !important;
cursor: pointer;
flex-shrink: 0;
}

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

#collection-filters-count,
#collection-filters-tags {
  font-size: 22px;
  line-height: 28px;
}

#collection-filters-banner-sticky {
  padding: 24px 22px 7px 53px !important;
}

#collection-filters-banner-sticky h1.collection-hero__title {
  width: unset;
  display: none;
}

#collection-filters-button-sticky {
  height: 43px;
  font-size: 22px;
  line-height: 33px;
  margin-right: 10px;
}

#collection-filters-button-sticky .text::after {
  height: 25px;
  width: 36px;
  top: 4px;
}

body:has(#shopify-section-header header.sticky_top.sticky) #collection-filters-banner-sticky {
  top: 56px;
}
}

@media only screen and (max-width: 1010px) {
#shopify-section-header {
  transition: top 0.35s;
}

#shopify-section-header:has(header.sticky_top) {
  position: fixed;
  top: -57px;
  width: 100%;
}

body:has(#shopify-section-header header.sticky_top) #MainContent {
  padding-top: 57px;
}

#shopify-section-header:has(header.sticky_top.sticky) {
  top: 0px;
}

#collection-filters-button-sticky {
  order: 1;
  margin-left: 10px;
  margin-top: 1rem;
  font-weight: 600;
}

#collection-filters-count {
  display: none;
}

.price .price-item {
  margin:0;
}
.price--on-sale .price-item--regular {
  font-size: 14px;
}
}
@media only screen and (min-width: 768px) {
  *[id^=staticTwoBlocks] .sb__cardImageButtons .sb__button {
      line-height: 0 !important;
  }
}
