@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --borderColor: #DADDDE;
    --textLight: #898D8F;
    --textDark: #000000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Inter", sans-serif;
    user-select: none;
    /* overflow-y: hidden; */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
label {
    margin-bottom: 0;
    line-height: unset;
    font-family: "Plus Jakarta Sans", sans-serif;
}

ul {
    padding-left: 0;
    list-style: none;
}

/* BOOTSTRAP CSS */
.offcanvas {
    width: 264px !important;
    padding-right: 8px;
    padding-left: 16px;
}

.offcanvas-backdrop.show {
    opacity: 0;
}

.offcanvas-body {
    padding: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('./indexassets/images/icons/accClose.png') !important;
}

.accordion-button::after {
    background-image: url('./indexassets/images/icons/accOpen.png') !important;
}

.accordion-item {
    border-bottom: 0 !important;
}

.accordion-button {
    background-color: transparent !important;
    color: var(--textDark) !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    box-shadow: none !important;
    display: flex !important;
    justify-content: space-between !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--textDark);
    box-shadow: none !important;
}

.accordion-button.collapsed {
    box-shadow: none;
}

.progressAccordions .accordion-item {
    border-bottom: 0;
}

.progBtnContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.form-check-input {
    height: 1.2em;
    width: 1.2em;
}

.form-check-input:checked {
    background-color: #5B5E63;
    border-color: #5B5E63;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check .form-check-input {
    margin-left: -1.8em;
}

.modal-dialog {
    height: 316px;
    width: 327px;
    border-radius: 16px;
    margin: 0 auto;
}

.modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    text-align: center;
    padding: 24px;
}

.youSureHdng {
    font-weight: 700;
    font-size: 24px;
}

.yourSureTxt {
    font-weight: 400;
    font-size: 16px;
    color: #72777A;
}

.popupYesBtns {
    height: 48px;
    width: 100%;
    border: 0;
    border-radius: 48px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
}

.popupNoBtn {
    border: 0;
    background-color: white;
    width: 100%;
    color: var(--textDark);
    font-size: 16px;
}

/* BOOTSTRAP CSS */

/* PROGRESS CHECKBOXES */
.progCheckOuterBox {
    padding: 8px 12px;
}

.progCheckBox {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: row-reverse;
    padding: 0px 0px;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    gap: 5px;
    align-self: stretch;
    align-items: center;
}

.progCheckBox input {
    /* position: absolute; */
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    /* position: absolute; */
    top: 0;
    left: 0;
    /* background-color: #eee; */
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: flex-start;
    align-items: flex-start;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.progCheckBox input:checked~.checkmark:after {
    display: block;
}

.progCheckBox .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 15px;
    border: solid #49454F;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.progCheckTxt {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

/* PROGRESS CHECKBOXES */

.discPercentBox {
    height: 32px;
    width: 52px;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #E6E9EB;
    color: #898D8F;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
}

#teamOrderNext {
    display: none;
}

.customContainer {
    height: 100dvh;
    width: 100%;
    display: none;
}

.headerContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 10vh;
    padding: 16px 8px;
}

.orderTypeItem,
.sportItem,
.gloveTypeItem,
.positionItem,
.handednessItem,
.gloveSizeItem,
.wristTypeItem,
.leatherTypeItem,
.leatherType2Item {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    /* line-height: 100%; */
    text-align: center;
    vertical-align: middle;
    color: var(--textDark);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* #selectSport, #gloveType, #selectPosition, #handedness, #gloveSize, #wristType, #wristType, #wristType, #katanaDetailPage, #toroDetailPage, #samuraiDetailPage {
    display: none;
} */
#individualNext,
#teamNext,
#orderTypeNext,
#sportNext,
#gloveTypeNext,
#positionNext,
#handednessNext,
#gloveSizeNext,
#wristTypeNext,
#leatherTypeNext,
.vaqueroDetailNext,
.katanaDetailNext,
.toroDetailNext,
.samuraiDetail {
    display: none;
}

.selectOrderPageContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.exitIconContainer {
    position: absolute;
    left: 20px;
    border: 1px solid var(--borderColor);
    border-radius: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageTitle {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--textDark);
    text-align: center;
}

.orderTypeContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
}

.orderTypeItem {
    border: 1px solid var(--borderColor);
    border-radius: 8px;
    height: 184px;
    max-width: 271px;
    width: 100%;
    padding: 20px 16px 20px 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    position: relative;
}

.orderTypeItem.active {
    border-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.orderTypeItem.active .activeIndicator {
    background-color: #5B5E63;
}

.activeIndicator {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 18px;
    width: 18px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid var(--borderColor);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.activeIndicator.active {
    background-color: #5B5E63;
}

.activeIndicatorInner {
    background-color: white;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.orderTypeItemTitle {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--textDark);
}

.orderTypeItemDescription {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: var(--textLight);
}

.nextbackBtnsContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 16px 0;
}

.nextbackBtns {
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    width: 100px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nextBtn {
    background-color: black;
    color: white;
}

/* .backBtn {
    background-color: white;
    background-color: white;
    color: black;
    height: unset;
    width: unset;
    padding: 0 36px;
    font-family: "Roboto", sans-serif;
} */

.backBtn {
    border: none;
    padding: 8px 16px;
    border-radius: 48px;
    background-color: #e6e9eb;
    color: #898d8f;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

/* SPORTS PAGE CSS */

.selectSportPageContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.exitIconContainer {
    position: absolute;
    left: 20px;
    border: 1px solid var(--borderColor);
    border-radius: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sportContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
}

.sportItem {
    border: 1px solid var(--borderColor);
    border-radius: 8px;
    height: 184px;
    max-width: 184px;
    width: 100%;
    padding: 20px 16px 20px 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.sportItem.active {
    border-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sportItem.active .activeIndicator {
    background-color: #5B5E63;
}

.activeIndicator.active {
    background-color: #5B5E63;
}

.activeIndicatorInner {
    background-color: white;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.sportItemTitle {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--textDark);
}

.sportBtnsContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    width: 60%;
    margin: 0 auto;
}

.sportBtns {
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    width: 166px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* SPORTS PAGE CSS */

/* GLOVE TYPE PAGE CSS */

.selectgloveTypePageContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.exitIconContainer {
    position: absolute;
    left: 20px;
    border: 1px solid var(--borderColor);
    border-radius: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gloveTypeContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
}

.gloveTypeItem {
    border: 1px solid var(--borderColor);
    border-radius: 8px;
    height: 184px;
    max-width: 184px;
    width: 100%;
    padding: 20px 16px 20px 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.gloveTypeItem.active {
    border-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.gloveTypeItem.active .activeIndicator {
    background-color: #5B5E63;
}

.activeIndicator.active {
    background-color: #5B5E63;
}

.activeIndicatorInner {
    background-color: white;
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.gloveTypeItemTitle {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--textDark);
}

.gloveTypeBtnsContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    width: 60%;
    margin: 0 auto;
}

.gloveTypeBtns {
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    width: 166px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* GLOVE TYPE PAGE CSS */

/* POSITION PAGE CSS */
.selectPositionPageContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.positionItemContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.positionItem {
    /*height: 68px;*/
    /* Default height */
    width: 343px;
    padding: 20px 16px 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--borderColor);
    border-radius: 8px;
    position: relative;
    transition: all 0.4s linear;
}

.positionItem.active {
    border-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.positionItem.active .activeIndicator {
    background-color: #5B5E63;

}

/* .infieldTxt {
    color: var(--textLight);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: center;
} */
/* #infieldPosition {
    height: 144px;
} */
#infieldTxt,
#outfieldTxt,
#catcherTxt,
#firstbaseTxt,
#pitcherTxt {
    opacity: 0;
    /* Initially hidden */
    /*visibility: hidden;*/
    color: #8391A1;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    /*position: relative;*/
    /* Avoid text affecting layout when hidden */
    /*top: 25px;*/
    transition: opacity 0.2s linear, visibility 0s 0.2s;
    display: none;
}

.positionItem.positionHeight {
    /*height: 144px;*/
    padding: 25px 16px;
}

.showPosition {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.2s linear, display 0s 0s !important;
    display: block !important;
}

.positionItem .options {
    /*position: absolute;*/
    /*top: 18px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}

/* POSITION PAGE CSS */

/* HANDESNESS PAGE CSS */
.selectHandednessPageContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.titleText {
    color: var(--textLight);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 15%;
}

.handednessItemContainer {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.handednessItem {
    border: 1px solid var(--borderColor);
    border-radius: 8px;
    height: 184px;
    max-width: 184px;
    width: 100%;
    padding: 20px 16px 20px 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.handednessItem.active {
    border-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.handednessItem.active .activeIndicator {
    background-color: #5B5E63;
}

/* HANDEDNESS PAGE CSS */

/* GLOVE SIZE PAGE CSS */
.selectglovesizePageContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.glovesizeItemContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    /* justify-content: center;
    align-items: center;
    flex-wrap: wrap; */
    gap: 8px;
    width: 100%;
}

.glovesizeItem {
    width: 100%;
    height: 100px;
    padding: 20px 16px 20px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 8px;
    border: 1px solid var(--borderColor);
    cursor: pointer;
}

.glovesizeItem.active {
    border-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.glovesizeItem.active .activeIndicator {
    background-color: #5B5E63;
}

/* GLOVE SIZE PAGE CSS */

/* WRIST TYPE PAGE CSS */
.selectwristTypePageContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.wristTypePageContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    gap: 16px;
}

.wristTypeItem {
    height: 132px;
    width: 343px;
    border: 1px solid var(--borderColor);
    border-radius: 8px;
    padding: 16px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
}

.wrist-image-box {
    /* background-image: url('././indexassets/images/cardImgBg.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

.wrist-image-box img {
    height: 100%;
    width: 100%;
}

.wristTypeItem.active {
    border-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.wristTypeItem.active .activeIndicator {
    background-color: #5B5E63;
}

/* WRIST TYPE PAGE CSS */

/* LEATHER TYPE PAGE CSS */
.leatherTypePageContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.leatherTypeContainer {
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* align-items: center; */
    row-gap: 16px;
    column-gap: 8px;
    width: 100%;
    padding: 0 10px;
}

.leatherTypeCard {
    height: 250px;
    /* max-width: 175px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 8px;
    cursor: pointer;
}

.leatherType2Card {
    /* height: 211px; */
    max-width: 125px;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: start;
    gap: 8px;
    cursor: pointer;
}

.leatherTypeImgBox {
    height: 130px;
    width: 100%;
    border-radius: 10px;
    background-image: url("././indexassets/images/cardImgBg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leatherTypeImgBox img {
    width: 100%;
}

.leatherTypeTitle {
    font-size: 16px;
    font-weight: 700;
}

.leatherTypeDescription {
    font-size: 11px;
    font-weight: 600;
    color: var(--textLight);
}

.ratingStarsBox {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.leatherTypePrice {
    font-size: 18px;
    font-weight: 600;
}

/* LEATHER TYPE PAGE CSS */

/* LEATHER TYPE 2 PAGE CSS */
/* .selectedContInner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
} */
.selectedCardContainer {
    padding: 10px 18px;
    width: 100%;
    box-shadow: 2px -4px 4.3px 0px #00000040;
    margin-top: 40px;
}

.selectedCardContainerInner {
    max-width: 500px;
    margin: 0 auto;
}

.selectedText {
    font-size: 16px;
    font-weight: 500;
    color: var(--textLight);
    padding: 8px 16px 8px 16px;
    border-radius: 48px;
    background-color: #E6E9EB;
    text-align: center;
}

.selectedCardThumbnail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.selectedCardThumbnailImgBox {
    background-image: url("././indexassets/images/cardImgBg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    height: 107px;
    width: 111px;
}

.selectedCardThumbnailText ul li {
    font-size: 12px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#vaqueroDetailPage .nextbackBtnsContainer,
#katanaDetailPage .nextbackBtnsContainer,
#toroDetailPage .nextbackBtnsContainer,
#samuraiDetailPage .nextbackBtnsContainer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* LEATHER TYPE 2 PAGE CSS */

.toggleBtns {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.enterTeamCodeBox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.teamInputLabel {
    font-weight: 700;
    font-size: 16px;
    color: var(--textDark);
}

.teamInput {
    height: 48px;
    width: 326px;
    border-radius: 8px;
    border: 1px solid var(--borderColor);
    padding: 16px;
}

.incorrect {
    color: var(--textLight);
    border: 2px solid #DB340B;
    background-color: #FFF3F0;
}

.incorrectValid {
    color: #DB340B;
}

.teamSubmitBtn {
    height: 48px;
    width: 326px;
    border-radius: 48px;
    border: 1px solid #000000;
    background-color: white;
    color: var(--textDark);
}

.teamCodeInputBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.submitSuccessBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    height: 269px;
    width: 248px;
    text-align: center;
    margin: 32px auto 32px auto;
}

.addOrganization {
    color: var(--textDark);
    font-weight: 500;
    font-size: 16px;
}

.successtxt {
    color: #131214;
    font-size: 18px;
    font-weight: 700;
}

.successPara {
    color: #898D8F;
    font-size: 16px;
    font-weight: 500;
}

.leatherType2Container {
    display: flex;
    justify-content: center;
    row-gap: 16px;
    column-gap: 8px;
}

@media screen and (max-width: 768px) {
    /* .customContainer {
        height: 100dvh;
    } */

    .glovesizeItemContainer {
        max-height: 348px;
        overflow-y: auto;
        padding: 10px;
    }
}

@media screen and (min-width: 768px) {
    .orderTypeContainer {
        flex-direction: column;
    }

    .itemBox:not(.positionItem) {
        max-width: 460px;
        padding: 30px 20px;
        max-height: 200px;
        width: 100%;
    }

    .glovesizeItemContainer {
        display: grid;
        place-items: center;
        /* padding: 50px 100px; */
        width: 50%;
    }
    .glovesizeItemContainer {
        grid-template-columns: repeat(3, 1fr);
    }
    .glovesizeItem {
        width: 100%;
        height: 100%;
        /* line-height: 150px; */
    }
    .leatherTypeCard {
        width: 100%;
        height: 100%;
        max-width: unset;
    }
    .leatherTypeImgBox img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .leatherType2Card {
        height: unset;
        max-width: unset;
    }
    .ratingStarsBox {
        justify-content: unset;
    }
    .selectedCardThumbnail {
        justify-content: unset;
    }
    .selectedCardContainerInner {
        max-width: unset;
        width: 90%;
    }
    .selectedCardThumbnailImgBox {
        height: 100px;
        width: 200px;
    }
    .leatherTypeImgBox {
        height: 130px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px)  {
     .leatherTypeContainer {
        display: flex;
     }
}

@media screen and (min-width: 1300px) {
    .glovesizeItem {
        line-height: 150px;
    }
    .leatherTypeImgBox {
        height: 200px;
    }
    .selectedCardThumbnailImgBox {
        height: 200px;
    }
}