@font-face {
    font-family: 'FiraGO';
    src: url("/fonts/FiraGO-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FiraGO';
    src: url("/fonts/FiraGO-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FiraGO';
    src: url("/fonts/FiraGO-SemiBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FiraGO';
    src: url("/fonts/FiraGO-Book.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

body, html{
    font-family: 'FiraGO';
}

body{
    overflow-x: hidden;
}

button{
    border-radius: 0.75rem !important;
}

.status-alert{
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.filter-item{
    color: black;
    text-decoration: none;
}

.color-filter-circle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.filter-item:hover{
    color: inherit;
}

.filter-item.selected{
    color: #dc2f34
}

.object-fit-cover{
    -o-object-fit: cover;
       object-fit: cover;
}

.object-fit-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
}

.bg-white{
    background: white;
}

.box-content{
    box-sizing: content-box;
}

.ProductDispContainer{
    gap: 10px;
}

.size-checkbox{
    min-width: 40px;
    min-height: 40px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-color: inherit;
}

html{
    position: relative;
    height: 100%;
}

.noBord{
    border-style: none;
    background: none;
}

body {
    font-family: 'FiraGO';
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    transition: 0.8s;
    position: relative;
    height: 100%;
    background: #f8f9fa;
}

.sectionOne{
    padding-top: 100%;
    position: relative;
}

.sectionOne .swiper{
    position: absolute;
    left: 0;
    top: 0;
}

@media(min-width: 768px){
    .sectionOne{
        padding-top: 60%;
    }
}

@media(min-width: 1200px){
    .sectionOne{
        padding:2%;
    }

    .sectionOne .swiper{
        position: static;
        height: calc(80vh - 84px);
        max-width: 2560px;
    }
}

.ProductNumberInp{
    display: none;
}

.DesctopNav .navbar-brand{
    z-index: 3;
}

.swiper {
    width: 100%;
    height: 100%;
}

.textDec{
    text-decoration: none;
}

.FilterArrow{
    width: 11px;
    transform: rotate(180deg);
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sectionOne .swiper-slide{
    max-height: none;
}

/* Home hero: overlay + layered content */

.home-hero .home-slide {
    position: relative;
    overflow: hidden;
}

.home-hero .home-slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.home-hero .heroOverlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.5) 100%);
    pointer-events: none;
}

.home-hero .firstSliderBox {
    z-index: 2;
    -webkit-animation: heroFadeIn 0.8s ease-out;
            animation: heroFadeIn 0.8s ease-out;
}

@-webkit-keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -45%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes heroFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -45%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.home-hero .firstSliderText {
    text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

@media (max-width: 767px) {
    .home-hero .firstSliderText {
        font-size: clamp(28px, 10vw, 48px);
    }
}

.home-hero a.firstSliderBtn {
    background: #ED3237;
    border-color: #ED3237;
    color: #fff;
    padding: 10px 28px;
    border-radius: 0.375rem;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-hero a.firstSliderBtn:hover {
    background: #c92a2e;
    border-color: #c92a2e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(237, 50, 55, 0.4);
}

.mySwiper3{
    max-height: 37rem;
}

.mySwiper3 .swiper-slide{
    max-height: 36rem;
}

.swiper-slide img {
    display: block;
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.firstSliderBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.closeX{
    width: 9px;
}

.firstSliderText{
    margin-bottom: 1rem;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

a.firstSliderBtn{
    color: white;
    padding: 5px 26px;
    background: transparent;
    border-width: thin;
    border-style: solid;
    border-color: #ffffffd1;
    text-decoration: none;
}

.cart-title{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: left;
    color: #000000;
}

.cartItemBorders{
    border-style: solid;
    border-width: thin;
    border-color: gray;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}

.cartSub-title{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 350;
    color: #000000;
}

.navbar{
    background-color: #fff!important;
}

.DesctopNav{
    display: block;
}

.MobileNav{
    display: none;
}

.MobwishBox{
    margin-top: 1rem;
    padding-left: 1rem;
}

.MobileLogo{
    width: 110px;
    z-index: 2;
}

.MobileLogo1{
    width: 110px;
    z-index: 1;
}

.MobileBox{
    position: absolute;
    right: 10px;
}

.SecondSectionHead{
    color: #ED3237;
    padding: 2% 0;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
}

.SecondSectionHead::after,
.ThirdSectionHead::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #ED3237;
    margin: 0.25rem auto 0;
    border-radius: 2px;
}

@media(max-width: 992px){
    .SecondSectionHead{
        font-size: 30px;
    }
    .ThirdSectionHead{
        font-size: 30px;
    }
}

.prodDispH1{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 350;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    color: #000000;
}

.ProdDispLi{
    padding: 2% 0;
}

.ProdDispLi .form-check{
    padding-left: 0;
}

.ProdDispLi p{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 350;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    text-decoration: none;
}

.filterElement{
    color: #ED3237;
}

.activeFilter{
    color: #000000;
}

#PriceDisp .radio-custom ~ label {
    color: #000000;
  }

#PriceDisp .radio-custom:checked ~ label {
    color: #ED3237;
  }

.radio-custom-label{
    border-radius: 0.4rem;
    cursor: pointer;
}

.size-select, .size-select-mobile{
    color: black;
    padding: 5px;
}

.size-select.selected, .size-select-mobile.selected{
    background: #ED3237;
    color: white;
}

#PriceDisp  label {
    display: block;
    flex: 1;
  }

#PriceDisp  .input-group {
    display: block;
  }

#PriceDisp  .text-group-field {
    padding: 10px 10px 10px 0;
  }

#PriceDisp  .inner-block {
    position: relative;
    display: flex;
}

#SizeDisp .radio-custom ~ label, .filter-text-group-field  .radio-custom ~ label {
    background-color: transparent;
    color: #000000;
}

#SizeDisp .radio-custom:checked ~ label, .filter-text-group-field .radio-custom:checked ~ label{
    background-color: #ED3237;
    color: white;
}

#SizeDisp  label, .filter-text-group-field label {
    display: block;
    flex: 1;
}

#SizeDisp .input-group, .filter-text-group-field .input-group{
    display: block;
}

.text-group-field, .filter-text-group-field{
    position: relative;
    border-style: solid;
    border-width: thin;
    width: 100%;
    height: 100%;
}

#SizeDisp  .inner-block {
    position: relative;
    display: flex;
    text-align: center;
}

#MobFilter .radio-custom ~ label {
    background-color: transparent;
    color: #000000;
  }

#MobFilter .radio-custom:checked ~ label {
    background-color: #ED3237;
    color: white;
  }

.SizeFilter{
    list-style: none;
    display: inline-flex;
    padding-left: 5px;
}

.SizeFilter label{
    width: 11px;
    height: 28px;
    padding: 5%;
    border-style: solid;
    border-width: thin;
    border-color: black;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 350;
    font-size: 15px;
    align-items: center;
    color: #000000;
}

.SizeFilter .text-group-field{
    margin-bottom: 1rem;
}

#MobFilter  label {
    display: block;
    flex: 1;
  }

#MobFilter  .input-group {
    display: block;
  }

#SizeDisp  .text-group-field {
    position: relative;
    border-style: solid;
    border-width: thin;
    width: 100%;
    height: 100%;
    border-color: black;
    border-radius: 0.5rem;
  }

#MobFilter  .inner-block {
    position: relative;
    display: flex;
    text-align: center;
}

/*mobile PRice*/

#MobilePrice .radio-custom ~ label {
    color: #000000;
  }

#MobilePrice .radio-custom:checked ~ label {
    color: #ED3237;
  }

#MobilePrice  label {
    display: block;
    flex: 1;
  }

#MobilePrice  .input-group {
    display: block;
  }

#MobilePrice  .text-group-field {
    padding: 0 0 7px 0;
  }

#MobilePrice  .inner-block {
    position: relative;
    display: flex;
}

/*mobile price*/

.ProductDispContainer{
    /* padding: 0 55% 0 0; */
}

#mySwiper2Mob{
    display: none;
}

.secondSectionT1{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #000000;
}

.secondSectionT2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #000000;
}

.SectionTwo{
    padding: 2% 2% 3%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.SectionTwoCard{
    border: none;
    background: #f8f9fa;
    width: 100%;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.SectionTwoCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.SectionTwoCard a {
    display: block;
    position: relative;
    width: 100%;
}

.SectionTwoImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ThirdSectionHead{
    color: #ED3237;
    padding: 2% 0;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
}

.SectionThre {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5rem;
    padding-bottom: 3%;
}

.SectionThree{
    padding: 2% 10%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.mySwiper3{
    padding: 0 3%;
}

.SectionThreeImg{
    height: 31rem!important;
    -o-object-fit: cover;
       object-fit: cover;
}

.SectionFourImg{
    -o-object-fit: cover;
       object-fit: cover;
    height: 417px!important;
}

.CheckOutSlide{
    -o-object-fit: cover;
       object-fit: cover;
    height: 341px!important;
}

.SectionFour{
    padding: 2%;
}

.mySwiperXm .swiper-button-next, .swiper-button-prev {
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 1));
}

.mySwiper4{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.mySwiper8{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.mySwiperXm{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.FourthSectionHead{
    text-align: left;
    padding: 2% 0;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 54px;
    align-items: center;
    color: #ED3237;
}

.author{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff0;
    z-index: 2000;
}

.page-link.front{
    color: black;
}

.page-item.active .page-link.front{
    background: #ED3237;
    border: none;
}

.bgCloseBtn{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.55);
}

.closeBtn{
    position: absolute;
    right: -21%;
    top: 18%;
    border-style: none;
    background: transparent;
}

.closebtn3{
    border-style: none;
    background: transparent;
}

.filterContainer{
    padding: 2% 11% 0 6%;
}

.closeFiterIcon{
    width: 13px;
}

.reverseFilter{
    border-style: none;
    background: transparent;
    margin-top: 0.4rem;
}

.FilterBy{
    padding-left: 1.1rem;
}

.visible{
    visibility: visible;
    pointer-events: visible;
    transition: 0.8s;
}

.innerAuthor{
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 1.5% 3.5% 2%;
}

.innerAuthor2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 1.5% 3.5% 2%;
}

.langDropdown{
    padding: 0;
    line-height: 2.1;
}

.innerBox{
    transform: translate(-14%, 0);
}

.transperentBtn{
    border-style: none;
    background: none;
}

.Sign{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #ED3237;
}

#login{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.Register{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.Sign2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #ED3237;
}

.SignP{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    opacity: 0.6;
}

.socialBtn{
    border-style: solid;
    border-width: thin;
    border-color: #00000030;
    padding: 3%;
    text-decoration: none !important;
}

.logBox{
    margin: 10% 0 4% 0;
}

.logBtn{
    padding: 3%;
    background-color: #ED3237;
    border-style: none;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.StaySigned{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    opacity: 0.6;
    text-decoration: none;
}

.StaySigned:hover{
    color: #000000;
    opacity: 0.6;
}

.openNavBtn{
    border-style: none;
    background: transparent;
}

.mobNavList{
    padding: 3% 0;
}

.mobilelistItems{
    display: inline-flex;
    width:100%;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    color: #000000;
    border-style: none;
    background: transparent;
}

.mobilelistImg{
    width: 1rem;
    margin-left: auto;
    padding-top: 0.5rem;
}

.mobileBottonBtn{
    border-style: none;
    background: transparent;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
    opacity: 0.8;
    text-align: left;
    width: 100%;
    padding: 3% 8%;
}

.noBg{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    opacity: 0.8;
    background: transparent;
    padding-right: 0;
    width: 100%;
}

.logSubBtns{
    padding: 6% 0;
}

.socialBtnPadding{
    padding-right: 10px;
}

.controlForm{
    background-color: #F2F2F2;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    opacity: 0.5;
}

.form-control:focus{
    border-color:#ced4da;
    box-shadow: none!important;
    background-color: #F2F2F2;
}

.controlForm:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    opacity: 0.5;
}

.controlForm::-moz-placeholder {
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    opacity: 0.5;
  }

.controlForm::placeholder {
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    opacity: 0.5;
  }

.socialBtnSpan{
    padding-left: 4px;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.socialBtnImg{
    padding-right: 0;
    width: 1.2rem;
}

.SubMenu{
    min-height: 8rem;
    position: absolute;
    z-index: 2;
    background: #fff;
    left: 0;
    top: 53px;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    padding: 2% 5% 2%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.SubMenu .list
.SearchBtn{
    border-color: #00000038;
    color: #000000a6;
    font-family: 'FiraGO';
    font-style: normal;
}

.SubMenuA{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    transition: 0.6s;
}

.SubMenuA:hover{
    color: #000;
    transition: 0.6s;
}

.SearchNavbar{
    padding: 0 1.8rem 0 0;
    height: 0;
    overflow: hidden;
}

.innerSubBox{
    width: 100%;
    margin: auto;
}

.sos:hover > .SubMenu{
    display: block;
}

.upperActiveBtn{
    border-style: solid solid none solid;
    border-width: thin;
    border-color: #00000038;
    transform: translate(0px, 4px);
    padding: 3% 9%;
}

.upperActiveBtn2{
    border-style: none none solid none;
    border-width: thin;
    border-color: #00000038;
    z-index: 111111111;
    background: red;
    transform: translate(0px, 2px);
}

.upperPassiveBtn{
    padding: 3% 6%;
    background: white;
}

.registerLine{
    border-top-style: solid;
    border-top-width: thin;
    border-color: #00000052;
    padding-top: 2rem;
}

.registerLine2{
    padding: 2rem;
}

.registerLine3{
    padding: 2rem;
}

.soclialIcons{
    display: flex;
    margin-top: 5%;
}

.slBtn{
    background-color:#ED3237;
    width:100%;
    padding:3%;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    border-style: none;
}

.slDiv{
    text-align: center;
    padding: 7% 0 6% 0;
}

.slP{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    color: #000000;
    opacity: 0.6;
}

.Lineimg{
    width: 3rem;
}

.marginR{
    margin-right: 11%;
}

.checkBtn{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 350;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

#agree{
    margin-right: 0.5rem;
}

#agree:checked:after{
    background-color: black;
}

.cursor-pointer{
    cursor: pointer;
}

.alert{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.colorB{
    color: #dc2f34;
}

.colorB:hover{
    color: #dc2f34;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

   opacity: 1;

}

.Wishlist{
    padding: 5% 25%;
}

.Wishlist2{
    padding: 5% 25%;
}

.mySwiper11 .swiper-slide{
    padding-bottom: 2rem;
    background: #f8f9fa;
}

.mySwiperZ .swiper-slide{
    padding-bottom: 2rem;
    background: #f8f9fa;
}

.WishlistActive{
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    color: #ED3237;
    text-decoration: none;
}

.WishlistActive:hover{
    color: #ED3237;
}

.WishlistA{
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    color: #000000;
    opacity: 0.8;
    text-decoration: none;
}

.WishlistActive2{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.WishlistActive2:hover{
    color: #000000;
}

.WishlistB{
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    color: #000000;
    opacity: 0.8;
    text-decoration: none;
}

.WishlistB:hover{
    color: #000000;
    opacity: 0.8;
}

.anvColPadding{
    padding-left: 0.3rem;
}

.anvColor{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #000000;
}

.WishlistA:hover{
    color: #000000;
    opacity: 0.8;
}

.wishBtn{
    height: 100%;
    margin: auto 0.5rem;
    background: transparent;
    border-style: none;
}

.wishImg{
    width: 80px;
    margin-left: 0.5rem;
}

.wishBtn2{
    border-style: solid;
    border-width: thin;
    border-color: #0000003b;
    padding: 5%;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    background: transparent;
    margin: auto;
    font-family: 'FiraGO';
}

.ContainerW{
    padding: 0 11%;
}

.wishBtn1{
    pointer-events: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    opacity: 0.7;
    border-style: none;
    background: transparent;
    font-family: 'FiraGO';
}

.wishBox{
    border-style: solid;
    border-width: thin;
    border-color: #0000001f;
}

.wishBox2{
    border-style: solid;
    border-width: thin;
    border-color: #0000001f;
    padding: 1% 2%;
}

.Countless{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    border-style: solid;
    border-width: thin;
    border-color: #0000007a;
    padding: 2% 4%;
    font-family: 'FiraGO';
}

.UpdateCart{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    background: #ED3237;
    padding: 2% 5%;
    font-family: 'FiraGO';
    border-style:  none;
}

.wishP{
    padding-left: 1rem;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    opacity: 0.8;
}

.wishP3{
    padding-left: 1rem;
}

.wishP2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.CheckOutH1{
    font-family: 'FiraGO';
    font-style: normal;
    color: #ED3237;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    padding: 2% 0;
}

#first_name::-moz-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#first_name:-ms-input-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#first_name::placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#last_name::-moz-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#last_name:-ms-input-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#last_name::placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#email::-moz-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#email:-ms-input-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#email::placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#PhoneNumber::-moz-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#PhoneNumber:-ms-input-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#PhoneNumber::placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#Textarea1::-moz-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#Textarea1:-ms-input-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#Textarea1::placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

.CheckOutP{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding: 1rem 0.75rem 0.2rem;
}

.CheckOutP2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    padding-left: 0.6rem;
}

.T1:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

.T1::-moz-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

.T1::placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

.ProductContainer{
    padding: 4% 8%;
    overflow: hidden;
}

.wishBoxDesc{
    display: block;
}

.wishBoxMob{
    display: none;
}

.wishBoxMob3{
    display: none;
}

.wish1{
    padding: 0.5rem 0;
}

.wishBoxMob2{
    display: none;
}

.removeBtn{
    position: absolute;
    right: 15px;
    top: 4px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #00000091;
    border-style: none;
    background-color: transparent;
}

.wishBoxP{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #000000;
}

.wishBoxMl{
    margin-left: 0.5rem;
}

.wishBoxH1{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #ED3237;
    padding-top: 0.5rem;
}

.cardPrice{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    color: #000000;
}

.cardName{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    color: #000000;
}

.xh{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #0000002e;
    padding: 4% 0;
}

.xh2{
    border-bottom-color: black!important;
}

.textXm{
    letter-spacing: 2px;
}

.prof1{
    padding: 0.5rem 0 1rem 0;
    position: relative;
    display: flex;
}

.prof2{
    pointer-events: none;
}

.profile1{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 66px;
    text-align: center;
    color: #ED3237;
}

.profile2{
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    position: absolute;
    right: 0;
}

.profile3{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    opacity: 0.7;
    padding-bottom: 0.5rem;
}

.profile4{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.OrderP1{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    opacity: 0.8;
}

.OrderP2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}

.OrderP3{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.profileDiv{
    padding: 0 32%;
}

#profilePass{
    background: transparent;
    border-style: none none solid;
    pointer-events: none;
}

#profilePass2{
    background: transparent;
    border-style: none none solid;
    pointer-events: none;
    width: 50%;
    padding: 0 0 5px 0;
    height: 13px;
}

#basic-addon3{
    background: transparent;
    border-style: none;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

#basic-addon4{
    background: transparent;
    border-style: none;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    padding-left: 0;
}

.ApplyFilter{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 171.5%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    background: #ED3238;
    width: 100%;
    border-style: none;
    padding: 4% 5%;
    text-align: left;
    z-index: 3;
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    display: none;
}

.SubMenuText1{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #000000;
}

.SubMenuText2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 0.8rem;
}

.ApplySpan{
    position: absolute;
    right: 10px;
}

.ApplyArrow{
    width: 23px;
}

#basic-addon5{
    background: transparent;
    border-style: none;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    padding-left: 0;
}

#myInput{
    background: transparent;
    border: none;
    padding: 0;
}

#myInput.form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

#profilePass.form-control:focus {
    border-color: transparent transparent #00000029;
    box-shadow: none;
}

#profilePass::-moz-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    opacity: 0.8;
}

#profilePass:-ms-input-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    opacity: 0.8;
}

#profilePass::placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    opacity: 0.8;
}

#profilePass{
    font-family: 'FiraGO';
    font-style: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #000000;
    opacity: 0.8;
    pointer-events: none;
    padding-left: 0;
}

#mobileProfilePass{
    font-family: 'FiraGO';
    font-style: normal;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    text-align: left;
    color: #000000;
    opacity: 0.8;
    margin: 0;
}

.MobileFilterCat{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #000000;
}

.MobileFilterImg{
    width: 25px;
    height: 25px;
}

.MobileFilterBtn{
    border-style: none;
    background: transparent;
}

#profileName{
    background: transparent;
    border-style: none none solid;
}

#profileName2{
    background: transparent;
    border-style: none none solid;
    width: 50%;
    height: 13px;
    padding: 0 0 5px 0;
}

.DesctopNav .nav-link{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    text-align: right;
    color: #000000;
}

.DesctopNavItem{
   padding: 0 15px;
}

.langS{
    line-height: 27px!important;
}

#basic-addon2{
    background: transparent;
    border-style: none;
    text-decoration: none;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.prof3{
    padding: 1.1rem 0;
}

.prof4{
    position: absolute;
    right: 0;
}

.prof5{
    display: none;
}

.prof6{
    display: flex;
}

#profileName.form-control:focus {
    border-color: transparent transparent #00000029;
    box-shadow: none;
}

#profileName2.form-control:focus {
    border-color: transparent transparent #00000029;
    box-shadow: none;
}

#basic-addon3{
    background: transparent;
    border-style: none;
    text-decoration: none;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

@media screen and (max-width:1326px){
    .ProductContainer{
        padding: 0;
    }
}

@media screen and (max-width:1026px){
    .ContainerW{
        padding: 0 5%;
    }
    .wishP{
        font-size: 16px;
    }
    .wishP2{
        font-size: 16px;
    }
    .wishBtn1{
        font-size: 15px;
    }
    .wishBtn2{
        font-size: 15px;
    }
    .Countless {
        font-size: 16px;
    }
    .UpdateCart{
        font-size: 16px;
    }
    .profileDiv{
        padding: 0 22%;
    }
    .profile1{
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 36px;
        color: #ED3237;
    }
    .profile3{
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        margin: 0;
    }
    #profilePass::-moz-placeholder{
        font-size: 18px;
    }
    #profilePass:-ms-input-placeholder{
        font-size: 18px;
    }
    #profilePass::placeholder{
        font-size: 18px;
    }
    .profile4{
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        margin: 0;
    }
    #profilePass.form-control{
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        opacity: 0.8;
        padding-left: 0;
    }
    #myInput{
        padding-left: 0;
    }
    .firstSliderText{
        font-size: 50px;
        text-align: left;
    }
    .firstSliderBox{
        top: 90%;
        left: 0%;
        transform: translate(2%, -90%);
    }
    .firstSliderBox{
        text-align: left;
    }
    .gh2 span{
        font-size: 0.5rem;
    }
}

@media screen and (max-width:799px){
    /* .Swiper2MobBox{
        padding: 0 10%;
    } */
    #mySwiper2 img{
        -o-object-fit: contain;
           object-fit: contain;
    }
    #mySwiper2Mob{
        display: block;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    #mySwiper2Mob .swiper-button-next{
        margin-top: -15%!important;
    }
    #mySwiper2Mob .swiper-button-prev{
        margin-top: -15%!important;
    }
    #mySwiper2Mob [class^="swiper-button-"]::after{
        font-size: 30px;
    }
    #mySwiperTs .swiper-button-next{
        margin-top: -15%!important;
    }
    #mySwiperTs .swiper-button-prev{
        margin-top: -15%!important;
    }
    #mySwiper2Mob img{
        -o-object-fit: contain;
           object-fit: contain;
    }
    #mySwiper2{
        display: none;
    }
    #mySwiperTs img{
        -o-object-fit: contain;
           object-fit: contain;
    }
    #mySwiperTs .swiper-horizontal>.swiper-pagination-bullets{
        bottom: 0!important;
        position: relative!important;
        margin-top: 1rem!important;
    }
    #mySwiperTs .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 0!important;
        position: relative!important;
        margin-top: 1rem!important;
    }
    #mySwiper2 .swiper-horizontal>.swiper-pagination-bullets{
        bottom: 0!important;
        position: relative!important;
        margin-top: 1rem!important;
    }
    #mySwiper2 .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 0!important;
        position: relative!important;
        margin-top: 1rem!important;
    }
    #mySwiper2Mob .swiper-horizontal>.swiper-pagination-bullets{
        bottom: 0!important;
        position: relative!important;
        margin-top: 1rem!important;
    }
    #mySwiper2Mob .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 0!important;
        position: relative!important;
        margin-top: 1rem!important;
    }
    .SectionTwoCard{
        width: 100%!important;
    }
}

@media screen and (max-width:767px){
    .wishBoxDesc{
        display: none;
    }
    .wishBoxMob{
        display: block;
        padding: 0 3% 3%;
    }
    .wishBoxMob2{
        display: block;
        padding: 3%;
    }
    #ord1{
        order: 1;
        -webkit-order: 1;
    }
    #ord2{
        order: 2;
        -webkit-order: 2;
    }

}

/********************************/

.swiper-container {
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:480px ) {
    .swiper-container {
      min-height: 320px;
    }
  }

.swiper-container-wrapper {
    display: flex;
    flex-flow: column nowrap;
  }

@media (min-width: 480px) {
    .swiper-container-wrapper {
      flex-flow: row nowrap;
    }
  }

.swiper-slide {
    text-align: center;
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    background-color: #f8f9fa;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    /* Slide content */
    align-items: center;
  }

.gallery-top {
    position: relative;
    width: 100%;
    height: 714px;
  }

@media (min-width: 480px) {
    .gallery-top {
      width: 80%;
      height: 714px;
      margin-left: 20%;
      padding-left: 1%;
    }
  }

.gallery-thumbs {
    width: 100%;
    height: 714px;
    padding-top: 10px;
  }

@media (min-width:480px ) {
    .gallery-thumbs {
      width: 20%;
      height: 714px;
      padding: 0;
      position: absolute;
      left: 0;
      top: 0;
    }
  }

.gallery-thumbs .swiper-wrapper {
    flex-direction: row;
  }

@media (min-width:480px ) {
    .gallery-thumbs .swiper-wrapper {
      flex-direction: column;
    }
  }

.gallery-thumbs .swiper-slide {
    width: 25%;
    flex-flow: row nowrap;
    height: 100%;
    opacity: 0.75;
    cursor: pointer;
    height: 12rem!important;
  }

@media (min-width: 480px) {
    .gallery-thumbs .swiper-slide {
      flex-flow: column nowrap;
      width: 100%;
      height: 11rem!important;
    }
  }

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

/********************************/

.ProductSubText{
    width: 60%;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 171.5%;
    color: #000000;
}

.DesctopSectionThree{
    display: block;
}

.mobileSectionThree{
    display: none;
}

.DesctopSectionFour{
    display: block;
}

.mobileSectionFour{
    display: none;
}

.Footer{
    padding: 9% 15% 2%;
    text-align: center;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transform: translate(100%, 0px);
    transition: 0.5s;
  }

.overlay2 {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transform: translate(100%, 0px);
    transition: 0.5s;
  }

.overlay3 {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transform: translate(100%, 0px);
    transition: 0.5s;
  }

.overlay-content {
    top: 0%;
    border-style: solid none;
    border-width: thin;
    border-color: #00000030;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 0 8%;
}

.overlay-content2 {
    top: 0%;
    border-style: solid none none none;
    border-width: thin;
    border-color: #00000030;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 8%;
}

.overlay-content3 .accordion-item{
    border-style: none;
}

.accordion-button::after{
    transform: rotate(-90deg)!important;
    color: #000;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg)!important;
    color: #000;
}

.overlay-content3 {
    top: 0%;
    border-style: none;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 0 8%;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 1rem;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #000;
}

.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 9px;
    font-size: 40px;
    color: #818181;
}

.overlay2 a {
    padding: 8px;
    text-decoration: none;
    font-size: 1rem;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay2 a:hover, .overlay2 a:focus {
    color: #000;
}

.overlay2 .closebtn {
    font-size: 40px;
    color: #818181;
}

.accordion-body{
    text-align: left;
}

.MobileInner{
    border-style: none none solid none;
    border-width: thin;
    border-color: #00000030;
    padding: 2% 7%;
}

.MobileInner a{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    color: #000000;
    opacity: 0.8;
}

header{
    overflow: visible;
}

.subIcon{
    transform: rotate(180deg);
}

.RegForm{
    display: block;
}

#Num{
    display: none;
}

#Num2{
    display: none;
}

#navbarDarkDropdownMenuLink{
    padding: 0!important;
    color: rgba(0,0,0,.55)!important;
}

#langSubMenu{
    left: -11px!important;
    min-width: 3rem;
}

#langSubMenu2{
    left: -3px!important;
    min-width: 3rem;
}

.mobileLang{
    list-style: none;
    position: absolute;
    left: 2.5rem;
    top: 35%;
}

.sizeBtn{
    border-style: solid;
    border-width: thin;
    border-color: #00000038;
    padding: 3.1px 0.5rem;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 350;
    font-size: 10px;
    line-height: 12px;
    align-items: center;
    color: #000000;
}

.PriceOf{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 350;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #000000;
    text-decoration: none;
}

.productsTitle{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #000000;
}

.productsP{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    color: #000000;
}

.PriceOf:hover{
    color: #000000;
}

.productDisp{
    display: block;
    padding-left: 1rem;
}

.MobileCats{
    overflow: hidden;
    display: none;
    padding: 0 3%;
}

.MobileFlow{
    overflow-x: auto;
}

.YourCart{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #ED3237;
}

.YourCartBox{
    padding: 10% 5%;
}

.CloseCart{
    width: 13px;
}

.YourButton{
    position: absolute;
    right: 20px;
    top: 57px;
    font-size: 1rem;
    font-weight: bold;
    color: #0000005c;
    border-style: none;
    background: transparent;
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;

}

.MobilePriceDiv{
    display: none;
}

.DesctopPriceDiv{
    display: block;
}

.cartItemNumb{
    width: 100%;
    text-align: center;
    border-style: none;
    background: transparent;
}

.BottomBox{
    position: relative;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cartItemNumb:focus-visible {
    outline: white!important;
}

.object-fit-cover{
    -o-object-fit: cover;
       object-fit: cover;
}

.CheckOutBtn{
    height: 45px;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    border-style: none;
    background-color: #ED3237;
    width: 100%;
}

.checkPrice{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: right;
    color: #000000;
}

.checkText{
    padding-top: 1rem;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.cardBox{
    /* overflow-y: auto; */
}

.cardBox::-webkit-scrollbar {
    width: 3px;
}

.cardBox::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.cardBox::-webkit-scrollbar-thumb {
    background: #888;
}

.cardBox::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 17px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none!important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none!important;
    outline: 0;
    box-shadow: none!important;
}

.maxCon{
    border-style: none;
    background: transparent;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    color: #000000;
    opacity: 0.8;
    padding-left: 0;

    text-decoration: none;
}

.maxCon:hover{
    color: #000000;
}

.maxCon.selected{
    color: #dc2f34;
}

.MobileFlow::-webkit-scrollbar {
    width: 5px;
  }

/* Track */

.MobileFlow::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px grey;
    border-radius: 0px;
  }

/* Handle */

.MobileFlow::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0px;
}

/* Handle on hover */

.MobileFlow::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.activebutton{
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: #000000a1;
}

.socialFooter a{
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: black;
}

.imgInnerPadding{
    padding-top: 160%;
    background-color: #fff;
    position: relative;
    border-radius: 0.75rem;
}

.activeCol{
    background-color: #ED3237;
    color: #fff;
}

.cartMenu{
    height: 100%;
    width: 30%;
    position: fixed;
    z-index: 2002;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transform: translate(100%, 0px);
    transition: 0.5s;
}

.cartBackground{
    background-color: #000000a6;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2001;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: 0.8s;
}

.cartNumber{
    position: absolute;
    top: -8px;
    font-size: 11px;
    right: -3px;
    pointer-events: none;
    background: red;
    border-radius: 50px;
    padding: 0px 6px;
    color: #fff;
}

.ResetIn{
    margin: 5px auto;
}

.noBStyle{
    border-style: none;
}

.ResetInp{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    opacity: 0.6;
}

.ForgotBtn{
    background-color: #ED3237;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 4%;
    margin: 1.3rem 0 2rem;
    border-style: none;
}

.ForgotBtn2{
    background-color: #ED3237;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 4%;
    border-style: none;
    margin: 1.3rem 0 2rem;
}

.CompleteBtn{
    background-color: #ED3237;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    width: 75%;
    padding: 4%;
    border-style: none;
    margin: 1.3rem auto;
}

.ItemsInCartBtn{
    background-color: #ED3237;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    height: 42px;
    border-radius: 6px;
    width: 100%;
    border-style: none;
}

.checkMark{
    width: 106px;
}

.CompleteFormH1{
    text-align: center;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
}

.CompleteFormP{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    opacity: 0.6;
}

.ItemsInCart{
    position: -webkit-sticky;
    position: sticky;
    bottom: 20;
    padding-bottom: 1rem;
    display: none;
    width: 40%;
    margin: auto;
}

#ItemsInCart{
    visibility: hidden;
    pointer-events: none;
}

.subImg{
    background-size: cover!important;
}

.mainImg{
    background-size: cover!important;
}

.horizon-wrapper{
    margin-left: 10px!important;
}

#vertical-slider ul li {
    margin: 3% 0!important;
}

#vertical-slider{
    height: 614px!important;
    background-color: #f8f9fa;
}

.productH1{
    text-transform: uppercase;
    color: #ED3237;
    font-family: 'FiraGO';
    margin-bottom: 2rem;
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    letter-spacing: 0.02em;
    color: #ED3237;
}

.productP{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
}

.addCartBtn{
    background-color: #ED3237;
    padding: 4% 13%;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 171.5%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    border-style: none;
    width: 12.93rem;
    height: 3.125rem;
}

.addedToCartBtn{
    background-color: #8b1d21;
    padding: 4% 13%;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 171.5%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    border-style: none;
    width: 12.93rem;
    height: 3.125rem;
}

.bordNone{
    border-style: none;
}

.cartBtn{
    width: 100%;
    height: 100%;
    border-style: none;
    background: transparent;
    font-weight: 600;
}

.relatedProducts{
    padding: 0 4%;
}

.relatedProducts2{
    padding: 0 14%;
}

.mobWishSlide{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #ED3237;
    padding-bottom: 0.8rem;
}

.RelatedText{
    padding-bottom: 2rem;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    align-items: center;
    text-align: center;
    color: #ED3237;
}

.CheckoutMod .form-check-input {
    width: 1.2em;
    height: 1.2em;
}

#PhoneNumber input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.CheckoutMod .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

/* Firefox */

#PhoneNumber input[type=number] {
  -moz-appearance: textfield;
}

.checkOutCart{
    box-shadow: 1px 1px 7px 3px #88888880;
    padding: 3%;
    min-height: 20rem;
}

.checkOutPadding{
    padding: 0 0 0 32%;
}

#ShippingInfo :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#ShippingInfo ::-moz-placeholder {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#ShippingInfo ::placeholder {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    opacity: 0.5;
}

#ShippingInfo .form-control{
    padding: 0.8rem 0.75rem;
}

#ShippingInfo .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

#ShippingInfo .form-check-input:focus {
    border-color: transparent;
    box-shadow: none;
}

.CheckoutH{
    font-family: 'FiraGO';
    font-style: normal;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #ED3237;
    padding: 1rem 0 0 4%;
}

.CheckOutButton{
    font-family: 'FiraGO';
    background: #ED3237;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 3% 0;
    border-style: none;
}

#EnterPromo::-moz-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

#EnterPromo:-ms-input-placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

#EnterPromo::placeholder{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.applyPromo{
    background: white;
    border-style: solid solid solid none;
    border-width: thin;
    border-color: #0000003b;
    border-radius: 0;
    color: black;
    font-size: 1.7rem;
}

.CheckOutBox{
    margin-top: 2rem;
}

.textCheck1{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 350;
    font-size: 15px;
    line-height: normal;
    color: #000000;
    opacity: 0.8;
}

.textCheck2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.textCheck3{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.textCheck4{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #000000;
}

.textCheck5{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding-top: 0.6rem;
}

.textCheck6{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: right;
    color: #000000;
}

#RelatedT{
    padding: 3% 0;
}

.PSize{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 171.5%;
    color: #000000;
    padding-top: 1rem;
}

.decArrow{
    width: 0.6rem;
    transform: rotateZ(-90deg);
}

.IncArrow{
    width: 0.6rem;
    transform: rotateZ(90deg);
}

#theDiv{
    background: white;
    width: 50.28px;
    height: 100%;
}

#ProdVisualInp{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.counter-minus {
    padding: 5%;
}

.prNum{
    padding-left: 0.8rem;
}

.counter-plus{
    padding: 5%;
}

.counter-minus2 {
    padding: 5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.counter-plus2{
    padding: 5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.amount-custom-input-wrp{
    height: 50px;
    background-color: white;
}

.collection-banner-wrp{
    overflow: hidden;
}

.collection-banner{
    background-position: center;
    background-size: cover;
    filter: blur(2px) contrast(70%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.PSize2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    align-items: center;
    color: #000000;
}

.ProductLi{
    margin-right: 0.6rem;
}

.PColor{
    padding: 2% 0 1%;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 171.5%;
    color: #000000;
}

.wishlistBtn{
    border-style: none;
    background: transparent;
    padding: 1% 1% 1% 0;
    margin-top: 0.5rem;
}

.wishlistBtn:hover{
    opacity: 0.5;
}

.wishlistImg{
    width: 14px;
    padding-bottom: 2px;
}

.wishlistBtnText{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 171.5%;
    color: #000000;
    padding-left: 0.5rem;
}

.noBorders{
    border-style: none;
    background: transparent;
}

.NoPl{
    padding-left: 0;
}

.sizeBtn2{
    border-style: solid;
    border-width: thin;
    border-color: #00000078;
    width: 2rem;
    height: 2rem;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 171.5%;
    letter-spacing: 0.02em;
    color: #000000;
}

.sizeBtn2.active2{
    background:#ED3237;
    color: #fff;
}

.productInnerImgWrp{
    position: relative;
    padding-top: 100%;
}

.productInnerImg{
    position: absolute;
    top: 0;
    left: 0;
border-radius: 0.75rem;
    width: 100%;
    height: 100%;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: center;
       object-position: center;
}

.productInnerImg.selected{
    border-radius: 0.75rem;
    border: 3px solid black;
}

.mobProd{
    display: none;
}

.mobProdP{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.MobCheckWall{
    margin-top: 1rem;
    padding-left: 1rem;
}

.carousel-indicators{
    bottom: -42px!important;
}

.gt{
    -o-object-fit: cover;
       object-fit: cover;
}

.mySwiper10{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.mySwiper10 img{
    height: 17rem;
}

.mobileSubBtn, .mobileSubBtn2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
    border-style: none;
    background: transparent;
}

.SubMenuUl{
    list-style: none;
}

.subMenuImg{
    width: 1rem;
    margin-left: auto;
    padding-top: 0.5rem;
}

.WishSliderPrice{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #000000;
    margin: 0;
}

.WishSliderText{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #000000;
    margin: 0;
}

.subMenuBtn{
    background: transparent;
    border-style: none;
    width: 100%;
    display: inline-flex;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #000000;
    opacity: 0.8;
}

.mobileSubImg{
    width: 1rem;
    position: relative;
    top: -1px;
}

.mySwiper10 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 0!important;
    position: relative!important;
    margin-top: 1rem!important;
}

.mySwiperX{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.mySwiper11 img{
    -o-object-fit: cover;
       object-fit: cover;
}

.mySwiperZ{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.mySwiperZ img{
    -o-object-fit: cover;
       object-fit: cover;
}

.mySwiperZ .swiper-button-next, .swiper-button-prev {
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 1));
}

.mobProdH1{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    align-items: center;
    color: #000000;
    padding-bottom: 1.5rem;
}

.mobCkeckH1{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    align-items: center;
    color: #ED3237;
    padding-bottom: 1rem;
}

.mobProd2H1{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #ED3237;
}

.orderDetailP2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    opacity: 0.8;
}

.orderDetailP3{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    color: #000000;
    opacity: 0.8;
    margin: 0;
    padding-bottom: 0.3rem;
}

.orderDetailP4{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    opacity: 0.9;
    margin: 0;
    padding-bottom: 0.3rem;
}

.orderDetailP5{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    opacity: 0.9;
    margin: 0;
    padding-bottom: 0.3rem;
}

.OrdBox{
    padding: 1rem 0 0 2rem;
}

.prodMr{
    margin: 1rem 0 0 1rem;
}

.MobProdP{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    color: #000000;
    margin: 0;
}

.MobProdP2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    align-items: center;
    color: #000000;
    opacity: 0.8;
    margin: 0;
}

.MobProdPrice{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin: 0;
}

.MobProdPrice2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    align-items: center;
    color: #000000;
    margin: 0;
}

.OrdersImg{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#swiperSpecialPagination .swiper-pagination-bullet{
    background: gray;
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,15px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,2px));
    border-radius: 10%;
}

#swiperSpecialPagination2 .swiper-pagination-bullet{
    background: gray;
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,28px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,2px));
    border-radius: 10%;
}

.prodUl{
    overflow-x: auto;
}

.addBtn{
    background: #ED3237;
    border: 0.5px solid #000000;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 171.5%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.addArrow{
    font-size: 2.5rem;
    position: absolute;
    right: 7px;
}

.favBtn{
    border-style: solid;
    border-width: thin;
    border-color: black;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    color: #ED3237;
}

.DescP{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #000000;
}

.DescP2{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 150%;
    color: #000000;
}

.fz1{
    padding: 0 54% 0 0;
}

.spHeight{
    max-height: 350px;
    overflow-y: auto;
}

.swipNext{
    top: 40%!important;
}

.swipPrev{
    top: 40%!important;
}

.spHeight::-webkit-scrollbar {
    width: 3px;
}

/* Track */

.spHeight::-webkit-scrollbar-track {
    background: #f8f9fa;
}

/* Handle */

.spHeight::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */

.spHeight::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.hrt{
    text-align: center;
}

.starInput{
    text-align: center;
    pointer-events: none;
}

.ShippedStat{
    padding: 3px;
    vertical-align: middle;
    border-style: none;
    border-radius: 5px;
}

.notShipped{
    background: red;
}

.shipped{
    background: green;
}

@media screen and (max-width:991px){
    .checkOutCart{
        box-shadow: none;
        padding: 3% 0;
    }
    .prNum{
        margin-left: 0;
    }
    .MobileCheckBox{
        padding: 0;
    }
    .CheckoutH{
        padding: 1rem 0 0 0;
    }
    .spHeight{
        max-height: 100%;
        overflow-y:visible
    }
    .CheckOutBox {
        margin-top: 0;
    }
    .MobilePriceDiv{
        display: flex;
        align-items: flex-end;
    }
    .DesctopPriceDiv{
        display: none;
    }
}

.wishBtn3{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    padding: 5%;
    color: #FFFFFF;
    background: #ED3237;
    text-align: center;
    text-decoration: none;
}

.wishBtn3:hover{
    color: #FFFFFF;
}

.gh1 span{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    color: #000000;
    opacity: 0.9;
}

.gh2 span{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: right;
    color: #000000;
    opacity: 0.8;
}

.gh3 span{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.gh3, .gr4{
    margin-right: 1rem;
}

.gh4 span{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.gh5 span{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.gh5{
    margin-left: 1rem;
}

.fx1{
    max-width: 7rem;
    display: block;
}

.uhi{
    background: #00000069;
    position: absolute;
    bottom: 0;
    right: -23px;
    width: 3rem;
    height: 3rem;
    transform: skewX(-47deg);
}

.uhi2{
    transform: skewX(47deg);
    position: absolute;
    bottom: 2px;
    left: 5px;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.uhi3{
    background: #00000069;
    position: absolute;
    bottom: 0;
    right: -58px;
    width: 7rem;
    height: 7rem;
    transform: skewX(-38deg);
}

.uhi4{
    transform: skewX(38deg);
    position: absolute;
    bottom: 9px;
    left: 20px;
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.addDots{
    line-height: 1.5;
    letter-spacing: 5px;
}

.mobileOrderButton{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    background: #ED3237;
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 5% 10%;
    text-align: center;
    text-decoration: none;
}

.mobileOrderButton:hover{
    color: #FFFFFF;
}

.mobOrderDate{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #000000;
}

.MobOrderShipStat{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #000000;
    opacity: 0.8;
}

.MobOrderNumber{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    opacity: 0.9;
}

.MobOrderTotal{
    font-family: 'FiraGO';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.MobOrderPadding{
    padding-bottom: 1rem;
}

.mobileOrderCol{
    padding: 5% 2%;
    border-style: none none solid none;
    border-color: #0000003b;
    border-width: thin;
}

.OrderDetailImg{
    height: 10rem;
    width: 7.25rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.OrderDetailDiv{
    position: absolute;
    top: 0;
    right: 0;
    height: 10rem;
    width: 7.25rem;
}

.OrderDetailCol{
    height: 10rem;
    position: relative;
}

.borderDecoration{
    border-style: solid;
    border-width: thin;
    border-color: #80808057;
}

.desctopOrderDetailItem{
    display: flex;
    padding: 4% 0 4% 5%;
}

.desctopOrderDetailItem2{
    padding: 4% 5% 4% 5%;
}

.desctopOrderDetailItem3{
    padding: 4% 5% 4% 5%;
    border-style: solid;
    border-width: thin;
    border-color: #80808057;
    min-height: 16.2rem;
}

.desctopOrderDetailItem4{
    padding: 4% 5% 4% 0;
}

.desctopOrderDetailItem5{
    padding: 4% 5% 4% 5%;
    border-style: solid;
    border-width: thin;
    border-color: #80808057;
    min-height: 16.2rem;
}

.iconPack{
    width: 15px;
}

.DetailInfo{
    border-style: solid;
    border-width: thin;
    border-color: #80808057;
}

.iconPacklist{
    padding: 3px 8px 0 8px;
}

.mobileNavList{
    padding: 0 8px;
}

.col-5Mod{
    flex: 0 0 auto;
    width: 47.666667%!important;
}

.mobYp{
    padding: 2.5rem 0;
}

.subOrderBox{
    padding-top: 2.5rem;
}

#mySwiper2 .swiper-pagination-bullet {
    background: gray!important;
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,28px))!important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,2px))!important;
    border-radius: 10%!important;
}

#mySwiper2Mob .swiper-pagination-bullet {
    background: gray!important;
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,28px))!important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,2px))!important;
    border-radius: 10%!important;
}

#mySwiperTs .swiper-pagination-bullet {
    background: gray!important;
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,28px))!important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,2px))!important;
    border-radius: 10%;
}

.swiper-button-next:after, .swiper-button-prev:after{
    color: silver;
    font-size: 2rem;
}

@media screen and (max-width:1910px){
    .fz1{
        padding:  0 52% 0 0;
    }
    #theDiv{
        width: 100%;
    }
}

@media screen and (max-width:1633px){
    .fz1{
        padding: 0 42% 0 0;
    }
}

@media screen and (max-width:1355px){
    .cartMenu{
        width:35%;
    }
    .fz1{
        padding: 0 32% 0 0;
    }
}

@media screen and (max-width:1265px){
    .checkOutPadding{
        padding: 0 0 0 13%;
    }
}

@media screen and (max-width:1130px){
    .innerBox{
        transform: translate(0%, 0);
    }
    .closeBtn{
        right: 0%;
    }
    .cartMenu{
        width:50%;
    }

}

@media screen and (max-width:1000px){
    .DesctopNav{
        display: none;
    }
    .MobileNav{
        display: block;
        padding: 0 1%;
    }
    .RegForm{
        display: none;
    }
    header{
        overflow: hidden;
    }
    .mobileNavList {
        padding: 0 3px;
    }
}

@media screen and (max-width:991px){
    .fz1{
        padding: 0 61% 0 0;
    }
    .checkOutPadding{
        padding: 0 ;
    }
}

@media screen and (max-width: 768px){
    .DesctopSectionThree{
        display: none;
    }
    .mobileSectionThree{
        display: block;
        padding: 0 2%;
    }
    .mobileSectionFour{
        display: block;
    }
    #ItemsInCart{
        visibility: visible;
        pointer-events: visible;
    }
    .wishBoxMob3{
        display: block;
    }
    .ItemsInCart{
        width: 70%;
    }
    .cartMenu{
        width:35%;
    }
    .fz1{
        padding: 0 53% 0 0;
    }
    .OrderDetailDiv{
        width: 100%;
        position: relative;
    }
    .OrderDetailImg{
        width: 100%;
        position: relative;
    }
    .mobProd{
        display: block;
    }
    .mobSlide{
        display: none;
    }
    .cartMenu{
        width:65%;
    }
}

@media screen and (max-width:767px){
    .MobileCats{
        display: block;
    }
    .desctopOrderDetailItem3{
        border-style: none none solid;
    }
    .DesctopSectionFour{
        display: none;
    }

    .productDisp{
        display: none;
    }
    .descProd{
        display: none;
    }
    .uhi2{
        font-size: 14px;
        left: 8px;
    }
    .OrderDetailImg{
        width: 100%;
    }
    #ord2{
        padding-top: 2rem;
    }
    #ord1{
        text-align: left;
        padding-top: 1rem;
    }
    .orderDetailP1{
        font-family: 'FiraGO';
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        line-height: 30px;
        color: #ED3237;
    }
    .orderDetailP2{
        font-family: 'FiraGO';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.8;
    }
    .orderDetailP3{
        font-family: 'FiraGO';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
        opacity: 0.8;
    }
    .orderDetailP4{
        font-family: 'FiraGO';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
        opacity: 0.9;
    }
    .orderDetailP4{
        font-family: 'FiraGO';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }
    .desctopOrderDetailItem2{
        border-style: none;
        text-align: left;
        padding: 4% 5% 0% 5%;
    }
    .desctopOrderDetailItem5{
        border-style: solid none solid;
    }
    .borderDecoration{
        border-style: none;
    }
    #ord2{
        padding-top: 0;
    }
    .OrderP1{
        color: #ED3237;
    }
}

@media screen and (max-width:750px){
    .soclialIcons{
        display: block;
        margin-left: 0!important;
    }
    .socialBtn{
        justify-content: center;
    }
    .marginL{
        margin-left: 0%;
        margin-top: 2%;
    }
    .marginR{
        margin-right: 0%;
    }

}

@media screen and (max-width:580px){
    .innerAuthor{
        width: 85%;
    }
    .innerAuthor2{
        width: 85%;
    }
    .ThirdSectionHead{
        font-size: 29px;
    }
    .SecondSectionHead{
        font-size: 29px;
    }
    .FourthSectionHead{
        font-size: 29px;
    }
    .cartMenu{
        width:100%;
    }
    #SearchNavbarInput{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    #SearchNavbar{
        padding-right: 0;
    }
}

@media screen and (max-width:480px){
    #mySwiper2Mob img{
        -o-object-fit: cover;
           object-fit: cover;
    }
    .checkMark {
        width: 67px;
    }
    .mobileOrderCol {
        padding: 5%;
    }
    #mySwiperTs img{
        -o-object-fit: cover;
           object-fit: cover;
    }
    .mobileSectionThree{
        padding: 0;
    }
    .mobileProduct{
        padding: 0;
    }
    .mobP{
        padding:0;
    }
    .ItemsInCart{
        width: 90%;
    }
    .prof6{
        display: none;
    }
    .prof5{
        display: block;
    }
    .prof1{
        display: none;
    }
    .SearchNavbar{
        justify-content: center!important;
    }
    .BottomBox {
        padding-top: 10%;
    }
    .profile1{
        text-align: left;
    }
    .profile3{
        text-align: left;
    }
    .profile4{
        text-align: left;
    }
    .profileDiv{
        padding: 5% 9% 11% 1%;
    }
    .hrt{
        text-align: left;
        pointer-events: none;
    }
    #profilePass::-moz-placeholder{
        text-align: left;
    }
    #profilePass:-ms-input-placeholder{
        text-align: left;
    }
    #profilePass::placeholder{
        text-align: left;
    }
    .starInput{
        text-align: left;
    }
    .uhi3{
        right: -82px;
    }
    .borderDecoration{
        border-style: none;
    }
    .SectionFour{
        padding: 2% 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .SectionTwoCard{
        width: 100%;
    }
    .SectionThree {
        padding: 2% 0%;
    }
    .SectionTwo{
        padding: 2% 12%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .MobileCats{
        padding: 0;
    }
    .mySwiper10 img {
        height: 10rem;
    }
    .WishSlideText{
        font-family: 'FiraGO';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        display: flex;
        align-items: center;
        color: #000000;
        opacity: 0.8;
        margin: 0;
    }
    .WishSliderPrice{
        font-family: 'FiraGO';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        align-items: center;
        color: #000000;
        margin: 0;
    }
    .CheckOutH1{
        font-weight: 500;
        font-size: 30px;
        line-height: 36px;
    }
    .CheckOutP{
        font-size: 14px;
        line-height: 17px;
    }
    #first_name::-moz-placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #first_name:-ms-input-placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #first_name::placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #lastt_name::-moz-placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #lastt_name:-ms-input-placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #lastt_name::placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #email::-moz-placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #email:-ms-input-placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #email::placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #PhoneNumber::-moz-placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #PhoneNumber:-ms-input-placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #PhoneNumber::placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #Textarea1::-moz-placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #Textarea1:-ms-input-placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    #Textarea1::placeholder{
        font-weight: 300;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        opacity: 0.5;
    }
    .CheckOutP2{
        font-weight: 350;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
    }
    .textCheck3{
        font-weight: 350;
        font-size: 15px;
        line-height: 18px;
    }
    .textCheck4{
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }
    .textCheck5{
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }
    .textCheck6{
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }
    .OrderP1{
        font-weight: 500;
        font-size: 25px;
        line-height: 30px;
    }
    .OrderP2{
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }
    .OrderP3{
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }
}

@media screen and (max-width:360px){
    .innerAuthor{
        width: 95%;
    }
    .innerAuthor2{
        width: 95%;
    }
}

@media screen and (max-width:340px){
    .mobOrderDate{
        font-size: 10px;
    }
    .uhi3{
        width: 6rem;
    }
    .uhi4{
        left: 8px;
    }
}

.level-3-menu-item .mobilelistItems{
    text-align: left;
    color: black;
}

.checkout-form-inner-wrp {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 99;
}

.border-stock-error{
    border: 2px solid #f5c2c7;
}

