@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Kanit', sans-serif;
    outline: none !important;
    margin: 0;
    padding: 0;
}

body {
    padding-top: 96px;
}

::selection {
    /* background: none!important; */
    color: #ffffff;
    background: rgb(241 103 35);
    text-shadow: none !important;
}


/*!* Hide scrollbar for Chrome, Safari and Opera *!*/
/*:root::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/*!* Hide scrollbar for IE, Edge and Firefox *!*/
/*:root {*/
/*    -ms-overflow-style: none; !* IE and Edge *!*/
/*    scrollbar-width: none; !* Firefox *!*/
/*}*/

:root {
    max-width: 100%;
    overflow-x: hidden !important;
}

button, img {
    user-select: none !important;
}

.MainView {
    display: flex;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: fit-content;
    /* animation-duration: 2000ms !important; */
    overflow-x: hidden !important;
    overflow: hidden;
    z-index: 222;
    justify-content: center;
    align-items: center;
}

.HeaderLogo {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-left: 5%;
}

.HeaderLogo img {
    display: block;
    margin: 0 0;
    width: auto;
    max-width: 100%;
    height: 65px;
    cursor: pointer;
    transition: 300ms;
}

#Header {
    padding-top: 15px;
    padding-bottom: 15px;
    animation-duration: 300ms !important;
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
}

.HeaderList {
    display: flex;
    justify-content: end;
    width: 100%;
    height: 100%;
    align-items: center;
    margin: 0;
}

.HeaderList li {
    display: inline-block;
    vertical-align: top;
    width: fit-content;
    padding: 7px 14px;
    margin: 0px 4px;
    color: #221f1f;
    transition: 300ms;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
}

.HeaderList li div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #f16622;
    transition: 400ms;
}

.HeaderList li:hover div {
    width: 100%;
}

.Banner {
}

.Banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    /* opacity: 0.7; */
    padding: 6% 8%;
}

.PadelPlayer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: 778px;
    max-width: unset;
    max-height: 110%;
    filter: drop-shadow(-33px 0px 0px #0000000f);
    transform: translatey(0px);
    -webkit-animation: PadelPlayerAnimation 9s ease-in-out infinite;
    animation: PadelPlayerAnimation 9s ease-in-out infinite;
}

@keyframes PadelPlayerAnimation {
    0% {
        left: 0;
        filter: drop-shadow(0px 0px 0px #0000000f);
    }
    50% {
        left: -10%;
        filter: drop-shadow(-33px 0px 0px rgba(0, 0, 0, 0.09));
    }
    100% {
        left: 0;
        filter: drop-shadow(0px 0px 0px #0000000f);
    }
}

.PadelBall {
    width: 77px;
    filter: drop-shadow(-33px 0px 0px #0000003b);
    transform: translatey(0px);
    -webkit-animation: TennesBall 5s ease-in-out infinite;
    animation: TennesBall 5s ease-in-out infinite;
}

.PadelPlayerParent {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
}

.PadelPlayerParentEdge {
    position: absolute;
    right: -50%;
    top: -20%;
    width: 133%;
    height: 241%;
    background: #f16622;
    transform: rotate(13deg) !important;
    transform: translatey(0px);
    -webkit-animation: PadelPlayerAnimation 15s ease-in-out infinite;
    animation: PadelPlayerGrassAnimation 15s ease-in-out infinite;
}

.PadelPlayerParentEdge img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    opacity: 0.1;
}

.About {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

.About h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
}

.About p {
    display: block;
    margin: 36px auto;
    width: 100%;
}

.AboutInner {
    display: block;
    margin: 0 auto;
    width: 780px;
    max-width: 90%;
    color: aliceblue;
}

.AboutPlayButton {
    display: block;
    margin: 18px 0 0;
    width: fit-content;
    padding: 12px 45px;
    position: relative;
    border-radius: 100px;
    padding-left: 55px;
    border: none;
    color: aliceblue;
    font-weight: 400;
    font-size: 19px;
    background: #f16622;
    box-shadow: inset -66px 0px 45px -38px #ff915b;
    transition: 400ms;
}

.AboutPlayButton img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    padding: 17px;
    filter: invert(1);
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.PadelBallParent {
    position: absolute;
    width: fit-content;
    height: fit-content;
    left: -63px;
    bottom: 18%;
    animation: rotation 14s infinite linear;
}

.AboutPlayButton:hover {
    box-shadow: inset 66px 0px 45px -38px #ff915b;
    transform: scale(1.1);
    filter: drop-shadow(2px 4px 6px #26262630);
}

#BookCourtsForm {
    background: #f16622;
    padding: 1px 2%;
    padding-top: 0;
    padding-bottom: 48px;
    /* box-shadow: -35px 35px 0px -4px #0000001f; */
    border-radius: 40px;
    margin: 100px auto 0;
    position: relative;
    z-index: 2;
}

.CourtImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(90%) blur(1px);
    z-index: 0;
    transition: 500ms;
}

.CourtPitch {
    display: block;
    margin: 0% auto;
    width: 460px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    /* border: solid 2px #b94a13; */
    cursor: pointer;
    border-radius: 30px;
    max-width: 100%;
    height: 95%;
    min-height: 425px;
}

.CourtPitch button {
    display: block;
    width: 100%;
    position: relative;
    padding: 11px 1px;
    border: solid 3px;
    background: none;
    color: aliceblue;
    transition: 300ms;
    border-radius: 27px 9px;
}

.CourtPitch button img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    padding: 9px;
    filter: invert(1);
}

.CourtPitch h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.CourtPitch p {
    display: block;
    margin: 2px auto 17px;
    width: 100%;
    font-size: 12px;
}

.BookCourtsFormParent {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CourtPitchInner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: fit-content;
    z-index: 2;
    color: aliceblue;
    padding: 62px 41px;
}

.CourtPitch:hover .CourtImage {
    transform: scale(1.2);
    filter: brightness(95%);
}

.CourtPitchFade {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 1px 1px 122px 181px #000000d1;
}

.CourtPitch:hover button {
    background: aliceblue;
    color: #f16622;
    border-color: aliceblue;
}


.CourtPitch:hover button img {
    filter: unset;
    opacity: 0.8;
}

.CourtPitchOptions {
    position: absolute;
    left: 0;
    bottom: 75px;
    width: 100%;
    height: 1px;
    z-index: 999;
}

.CourtPitchOptions ul {
    display: none;
    margin: 0 auto;
    width: 367px;
    background: white;
    box-shadow: 1px 1px 26px -11px #44444463;
}

.CourtPitchOptions ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 6px 6px;
    border-bottom: solid 1px #e9e9e9;
    cursor: pointer;
    transition: 300ms;
}

.CourtPitchOptions ul .ActiveCourt {
    background-color: #e35a17;
    color: aliceblue;
    background-image: url("../IMG/ButtonTexture.png");
    background-size: auto 150%;
    background-repeat: no-repeat;
    background-position-x: right;
    background-blend-mode: overlay;
}

.CourtPitchOptions ul li:hover {
    background-color: #ededed;
}

.CourtPitchOptions ul .ActiveCourt:hover {
    background-color: #e35a17;
}

.BookCourtFormRowInputHolder {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    background: white;
    /* border: solid 2px #b94a13; */
    position: relative;
    border-radius: 10px;
}

.BookCourtFormRowInputHolder input[type=text], input[type=number], input[type=date], input[type=time] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding: 0px 20px;
    padding-left: 50px;
}

.BookCourtFormRowInputHolder i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #838383;
    z-index: 999;
    pointer-events: none;
}


.BookCourtFormRow label {
    display: block;
    margin: 18px auto 8px;
    width: 100%;
    color: aliceblue;
    color: #ffffff;
}

.BookCourtFormRow {
    display: block;
    margin: 21px auto;
    width: 95%;
}

.BookCourtFormRow textarea {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background: white;
    /* border: solid 2px #b94a13; */
    position: relative;
    min-height: 130px;
    padding: 11px;
    border-radius: 10px;
    border: none;
}

.BookCourtsFormSubmit {
    position: relative;
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding-top: 60px;
}

.BookCourtsFormSubmit button {
    display: block;
    margin: 0 auto 45px;
    width: fit-content;
    padding: 12px 20px;
    position: relative;
    background: #3a3a3a;
    color: aliceblue;
    border-radius: 5px;
    border: none;
    padding-left: 51px;
    transition: 300ms !important;
}

.BookCourtsFormSubmit button img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    filter: invert(1) grayscale(1) brightness(4.5);
    padding: 15px;
}

.AmmanBG {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    filter: grayscale(1);
    opacity: 0.06;
}

.BookCourtsFormSubmit span {
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    display: none;
}

.BookCourtsFormSubmit span img {
    width: auto;
    height: 50px;
    filter: hue-rotate(-190deg);
}

.BookCourtsFormSubmit h3 {
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    padding: 13px 1px;
    font-size: 17px;
    margin: 0;
    text-align: center;
    font-weight: 400;
    color: #3a3a3a;
    display: none;
}

.BookCourtsFormSubmit h3 img {
    width: auto;
    height: 18px;
    vertical-align: sub;
}

.BookCourtsFormSubmit button:hover {
    background: #e35d1b;
    transform: scale(1.06);
    box-shadow: -7px -2px 0px 1px #00000026;
}

.BookCourtsFormHeader {
    display: block;
    margin: -45px auto 23px;
    font-size: 80px;
    font-weight: bold;
    color: #2e2e2e;
    /* text-shadow: -3px -3px 0px #d3591e; */
}

.JoinUsBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    filter: grayscale(1);
    pointer-events: none;
}

.JoinUs {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
    width: 100%;
}

.JoinUsInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: aliceblue;
}

.JoinUsInner h1 {
    display: block;
    margin: 10px auto;
    width: fit-content;
    max-width: 100%;
    font-weight: bold;
    font-size: 100px;
    text-shadow: 1px 1px 1px red;
}

.JoinUsInner p {
    display: block;
    margin: 0 auto 31px;
    width: 765px;
    font-weight: 200;
    font-size: 20px;
    text-shadow: 0px 1px 1px red;
}

.JoinUsInner button {
    display: block;
    margin: 30px auto;
    width: fit-content;
    padding: 12px 55px;
    position: relative;
    border-radius: 100px;
    padding-left: 65px;
    border: none;
    color: #f2631e;
    font-weight: 400;
    font-size: 19px;
    background: #ffffff;
    box-shadow: inset -66px 0px 45px -38px #d5d5d5;
    transition: 400ms;
}

.JoinUsInner button i {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.JoinUsInner button:hover {
    box-shadow: inset 66px 0px 45px -38px #e3e3e3;
    /* transform: scale(1.1)!important; */
    filter: drop-shadow(-21px -10px 1px #26262630);
}

.BodyBG {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.04;
    z-index: 1;
    pointer-events: none;
}

.ProductsSlider {
}

.ProductsSliderItem {
}

.ProductsSliderInfo {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0px 15px 15px;
}

.ProductsSliderImgHolder {
    display: flex;
    margin: 0 auto 8px;
    width: 100%;
    aspect-ratio: 1/0.7;
    background-color: #ff6923;
    position: relative;
    overflow: hidden;
    background-image: url("../IMG/ProductBG.png");
    background-size: cover;
    background-blend-mode: overlay;
    transition: 300ms;
}

.ProductsSliderImgHolder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    filter: drop-shadow(-12px 0px 0px #00000014);
    transition: 300ms;
}

.ProductsSliderInfo h3 {
    display: block;
    margin: 0 auto 17px;
    width: 100%;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    transition: 300ms;
}

.ProductsSliderInfo button {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 9px 23px;
    font-weight: bold;
    border-radius: 1000px;
    color: #f16622;
    border: solid 2px;
    background: white;
    cursor: pointer;
    transition: 300ms;
}

.ProductsSliderInfo .AddedToBasket {
    background: #63b94d;
    color: aliceblue;
    border-color: #63b94d;
}

.ProductsSliderInfo span {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 17px;
    color: #73c575;
    font-weight: bold;
}

.ProductsSliderInfo span strong {
    margin-left: 2px;
    font-size: 10px;
    font-weight: unset;
}

.ProductsSliderItemInner {
    display: block;
    margin: 57px auto;
    max-width: 90%;
    overflow: hidden;
    width: 305px;
    transition: 300ms;
    cursor: grab;
    background: white;
    /* box-shadow: -8px 11px 1px 1px #6060601f; */
    border: solid 1px #efefef;
    border-bottom: solid 8px #ff641b;
}

.slick-current .ProductsSliderItemInner {
    transform: scale(1.2);
}

.ViewNumber5 {
    background: #f5f5f582;
}

.ViewNumber5 .slick-arrow {
    display: none !important;
}

.ProductsSliderArrows {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 90%;
}

.ProductsSliderArrows button {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    background: none;
    transition: 300ms;
}

.ProductsSliderArrows button:first-child {
    left: unset;
    right: 0;
}

.ProductsSliderArrows button img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.ProductsSliderArrows button:hover {
    background: #ffffff;
    transform: scale(1.2);
    box-shadow: 0px 0px 4px -1px #0000002e;
}

.ProductsSliderHeader h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 100px;
    font-weight: bold;
    color: #ff4d07;
}

.ProductsSliderHeader p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    color: #444444;
}


.ProductsSliderHeader {
    display: block;
    margin: 44px auto 25px;
    width: 82%;
    text-align: center;
}


.ProductsSliderInfo button:hover {
    background: #ff6923;
    border-color: #ff6923;
    color: aliceblue;
}

.SeeAllProducts {
}

.SeeAllProducts button {
    display: block;
    margin: 45px auto 27px;
    width: fit-content;
    padding: 13px 20px;
    color: #db4d0a;
    border: none;
    background: #efefef;
    transition: 300ms;
}


.SeeAllProducts button:hover {
    background: #ff641b;
    color: aliceblue;
    transform: scale(1.1);
}

.ViewNumber6 {
    background: #ff641b;
    color: aliceblue;
}

.FooterSubscription {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #3c3c3c00;
    padding: 20px;
    border-radius: 18px 0;
}

.FooterSubscription h1 {
    display: block;
    margin: 25px auto;
    width: 100%;
    font-size: 100px;
}

.FooterSubscription span {
    display: block;
    margin: 9px auto 20px;
    width: 100%;
    font-size: 13px;
}

.FooterSubscription input {
    display: block;
    margin: 41px auto 0;
    width: 100%;
    padding: 16px 13px;
    font-weight: 200;
    color: aliceblue;
    background: none;
    border: solid 1px white;
    transition: 300ms;
    background: #ff641b;
}

.FooterSubscription input::placeholder {
    color: aliceblue;
}

.FooterSubscription button {
    display: block;
    margin: 51px 0;
    width: fit-content;
    padding: 9px 23px;
    border: solid 2px;
    color: white;
    background: none;
    border-radius: 1000px;
    position: relative;
    padding-left: 48px;
    transition: 300ms;
    background: #ff641b;
}

.FooterSubscription input:focus {
    box-shadow: 0px 0px 0px 2px white;
}


.FooterSubscription button img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    padding: 10px;
    filter: invert(1);
    transition: 300ms;
}


.FooterSubscription button:hover {
    background: white;
    border-color: white;
    color: #4c4c4c;
}

.FooterSubscription button:hover img {
    filter: none;
    opacity: 0.7;
}

.FooterBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: grayscale(1);
    opacity: 0.04;
}

.Contact {
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: fit-content;
}

.Socials {
    display: flex;
    justify-content: start;
    margin: 0 auto 41px;
    width: 100%;
}

.Socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    /* background: red; */
    margin: 4px;
    font-size: 56px;
    color: aliceblue;
    aspect-ratio: 1/1;
    transition: 300ms;
    text-decoration: none !important;
}

.Socials a i {
    pointer-events: none;
}

.Socials a:hover {
    /* text-shadow: -6px 3px 0px #0000001f; */
    color: #404040;
}

.Contact p {
    display: block;
    margin: 25px auto;
    width: 100%;
    font-size: 33px;
}

.Contact p i {
    display: inline-block;
    width: 55px;
    text-align: center;
}

.Copyrights {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.Copyrights p {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    font-weight: 200;
}

.Copyrights p img {
    width: auto;
    height: 13px;
    /* filter: invert(1) brightness(4.5); */
    margin: 0 6px;
    cursor: pointer;
    transition: 300ms;
}

.ScrollIndicator {
    position: fixed;
    right: 5%;
    bottom: 4%;
    width: fit-content;
    z-index: 9999999999;
}

.ScrollIndicatorInner {
    display: flex;
    background: #221f1f;
    margin: 0;
    width: 147px;
    height: fit-content;
    padding: 7px;
    border-radius: 10000px;
    cursor: pointer;
    transition: 300ms;
}

.IndicatorSection {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    width: 20px;
    height: auto;
    background: #ffffff;
    border-radius: 5px;
    transition: 300ms;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    border-radius: 1000px;
}

.ActiveScrollSection {
    background: #f16723;
    transform: scale(1.2);
}

#IndicatorMenu {
    display: none;
}

.IndicatorMenuInner {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
}

.IndicatorMenuFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: black;
    opacity: 0.5;
    cursor: pointer;
}

.IndicatorMenuDiv {
    position: fixed;
    right: 0;
    top: 0;
    width: 355px;
    max-width: 80%;
    height: 100%;
    overflow-y: auto;
    background: white;
    z-index: 999999999;
    box-shadow: -15px 1px 20px -9px #00000029;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
}


.IndicatorMenuDiv::-webkit-scrollbar {
    display: none;  /* Older Safari and Chromium */
}


.IndicatorMenuDiv ul {
    display: block;
    margin: 20px auto 0;
    width: 85%;
    padding: 0;
}

.IndicatorMenuDiv ul li {
    display: block;
    margin: 22px auto;
    width: 100%;
    padding: 9px 21px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: 400ms;
    border-radius: 5px;
    text-transform: uppercase;
}



.IndicatorMenuDivPresentation {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.IndicatorMenuDivPresentation img {
    display: block;
    margin: 50px auto 25px;
    width: auto;
    height: 72px;
    /* filter: grayscale(1) brightness(0.9); */
}

.IndicatorMenuDiv ul li:hover {
    transform: scale(1.03);
    background-color: #ededed;
}

.IndicatorMenuDiv ul .ActivePageTab {
    background: #f16622;
    color: aliceblue;
    pointer-events: none;
}

.ScrollIndicatorInner:hover {
    transform: scale(1.1);
    box-shadow: 6px 6px 1px 1px #0000002b;
}

.ScrollerBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 60px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1000px;
    border: none;
    background: #f16723;
    z-index: 99999999999999;
    /* background-image: url(../IMG/ButtonTexture.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-blend-mode: lighten;
    margin: 2%;
    transition: 300ms;
    display: none;
    box-shadow: inset -20px 2px 12px -6px #ffffff26;
}

.ScrollerBtn img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
    padding: 11px;
    object-fit: contain;
    filter: invert(1);
}

.ScrollerBtn:hover {
    transform: scale(1.1);
    background: #383838;
}

.ShopPaperFiltration {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: start;
    width: 100%;
    position: relative;
    padding-right: 65px;
}

.ShopPaperFiltrationSection {
    display: flex;
    width: fit-content;
    justify-content: start;
    padding: 10px;
}

.ShopPaperFiltrationSection button {
    width: fit-content;
    padding: 9px 18px;
    padding-left: 48px;
    position: relative;
    overflow: hidden;
    border: none;
    background: #ffffff;
    color: #5a5a5a;
    margin: 0 10px;
    border-radius: 5px;
    transition: 300ms;
    border: solid 1px #efefef;
    font-size: 14px;
    margin-left: 0;
}

.ShopPaperFiltrationSection:first-child {
    /* border-right: solid 1px #d5d5d5; */
    margin-right: 15px;
    padding-right: 20px;
    padding-left: 0;
}

.ShopPaperFiltrationSection button img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    padding: 10px;
    /* background: #0000000f; */
    max-width: 45px;
}

.ShopPaperFiltrationSection button:hover {
    background: #fdfdfd;
    /* color: aliceblue; */
    border-color: #d9d9d9;
    transform: scale(1.1);
}


.HeaderLogo img:hover {
    filter: drop-shadow(-8px 9px 0px #2222221c);
    transform: scale(1.1);
}

.ShopFiltrationSide {
    display: block;
    margin: 0 0;
    width: 95%;
    background: #ffffff;
    padding: 14px;
    border: solid 1px #efefef;
    position: relative;
    z-index: 2;
}

.ShopFiltrationSideTrigger {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
}

.ShopFiltrationSideSection {
    display: none;
    margin: 16px auto;
    width: 100%;
}

.ShopFiltrationSideSection ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    margin: 0;
    user-select: none;
}

.ShopFiltrationSideSection ul li {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 8px 7px;
    border-bottom: solid 1px #efefef;
    padding-right: 45px;
    position: relative;
    cursor: pointer;
    font-weight: 200;
    transition: 200ms;
}

.ShopFiltrationSideSection ul li input {
    margin: 0 8px;
    pointer-events: none;
}

.ShopFiltrationSideSection ul li u {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #cbcbcb;
}

.ShopFiltrationSideTrigger h12 {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: white;
    padding: 9px 11px;
    padding-right: 50px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    color: #363636;
    user-select: none;
}

.ShopFiltrationSideTrigger h12 i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ShopFiltrationSideSection ul li:hover {
    background: #f7f7f7;
}

.ShopFiltrationSideSearch {
    display: block;
    margin: 24px auto;
    width: 95%;
    height: 45px;
    background: #f7f7f7;
    border-radius: 5px;
    border: solid 1px #e1e1e1;
    position: relative;
    overflow: hidden;
}

.ShopFiltrationSideSearch input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    padding: 1px 18px;
    padding-right: 50px;
}

.ShopFiltrationSideSearch button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    border: none;
    background: #f16622;
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}

.ShopFiltrationSideSearch button i {
    pointer-events: none;
}

.ShopFiltrationSideSearch input::placeholder {
    font-weight: 200
}

.ExternalPageBody {
    background: #f3f3f3;
}

.ShopFProduct .ProductsSliderItemInner {
    cursor: auto;
    margin: 27px auto;
    transition: 500ms;
}

#ExternalFooter {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
    background: white;
    border-top: solid 1px #e1e1e1;
    z-index: 999;
}

#ExternalFooter p {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    font-weight: 200;
}

#ExternalFooter p a {
    text-decoration: none !important;
}

#ExternalFooter p img {
    width: auto;
    height: 15px;
    margin: 0 6px;
    transition: 300ms;
}

#ExternalFooter p img:hover {
    transform: scale(1.1);
    filter: brightness(90%);
}

.ShopFProduct .ProductsSliderImgHolder {
    background-color: #ffffff;
    background-image: unset !important;
    filter: brightness(95%);
}

.ProductsSliderInfo span s {
    font-size: 13px;
    color: #d56a6a;
    margin: 0 4px;
    font-weight: 500;
}

.ProductsSliderImgHolder label {
    position: absolute;
    left: 0;
    top: 15px;
    width: fit-content;
    height: fit-content;
    padding: 5px 9px;
    color: aliceblue;
    font-weight: 300;
    border-radius: 0 5px 5px 0px;
    font-size: 15px;
    z-index: 2;
    user-select: none;
}

.SoldOutLabel {
    background: #fb5050;
}

.InStockLabel {
    background: #3ab72e;
}

.ShopFProduct .ProductsSliderImgHolder img {
    display: none;
    padding: 0;
    filter: none;
}

.ShopFProduct .ProductsSliderImgHolder .ProductIamge1 {
    display: block;
}

.ShopFProduct .ProductsSliderInfo button {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 13px;
}

.ShopFProduct .ProductsSliderInfo h3 {
    font-size: 17px;
    width: fit-content;
    margin: 0 0 20px;
}


.ShopFProduct .ProductsSliderImgHolder:hover {
    background: white;
}

.ShopFProduct .ProductsSliderImgHolder:hover label {
    display: none;
}

.ListViewBtn {
    position: absolute;
    right: 0;
    top: 10%;
    width: auto;
    height: 80%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}

.ListViewBtn img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
}

.ListViewBtn:hover {
    transform: scale(1.2);
    filter: brightness(93%);
}

.ProductColExtended {
}

.ProductColExtended .ShopFProduct {
}

.ProductColExtended .ProductsSliderItemInner {
    max-width: unset;
    width: 100%;
    position: relative;
    padding-left: 156px;
    border-bottom: none;
    background: whitesmoke;
    border: none;
    border-radius: 5px;
    margin: 19px auto;
}

.ProductColExtended .ProductsSliderImgHolder {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #e9e9e9;
    border-right: solid 1px #dfdfdf;
}

.ProductColExtended .ProductsSliderInfo {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

.ProductColExtended .ProductsSliderInfo button {
    margin: 0 0;
}

.PriceRangeFiltration {
    display: block;
    margin: 20px auto;
    width: 100%;
}

.PriceRangeFiltration input {
    -webkit-appearance: none;
    appearance: none;
    width: 96%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
    margin: 0 auto 15px;
    display: block;
}

.PriceRangeFiltration input::-webkit-slider-runnable-track {
    height: 15px;
    background: #ccc;
    border-radius: 16px;
}

.PriceRangeFiltration input::-moz-range-track {
    height: 15px;
    background: #ccc;
    border-radius: 16px;
}

.PriceRangeFiltration input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #f50;
    box-shadow: -407px 0 0 400px #f50;
}

.PriceRangeFiltration input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #f50;
    box-shadow: -407px 0 0 400px #f50;
}


.PriceRangeFiltration label {
    display: block;
    margin: 1px auto 4px;
    width: 94%;
    text-align: left;
}

.PriceRangeFiltration label u {
    text-decoration: none;
    margin-left: 5px;
}

.PriceRangeFiltration label s {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.ShopVideoGH {
}

.ShopVideoGHInner {
    display: block;
    margin: 0 auto 50px;
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/0.3;
    background: #4c4c4c;
    min-height: 485px;
}

.ShopVideoGHInner video {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    object-fit: cover;
}

.ShopVideoSoundBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 10000px;
    z-index: 2;
    overflow: hidden;
    margin: 20px;
    border: solid 2px white;
    background: none;
    transition: 300ms;
}

.ShopVideoSoundBtn img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(1);
    padding: 11px;
}

.ShopVideoSoundBtn:hover {
    transform: scale(1.2);
    background: white;
}

.ShopVideoSoundBtn:hover img {
    filter: none;
    opacity: 0.9;
}

.ProductColors {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    padding: 7px 8px;
    /* background: red; */
    padding-left: 40px;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    z-index: 22;
}

.ProductColorsItem {
    display: block;
    margin: 6px auto;
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    border: solid 4px #cfcfcf;
    cursor: help;
    transition: 300ms;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.ProductColors::-webkit-scrollbar {
    display: none;
}

.ShopFProduct .ProductsSliderInfo .AddedToBasket {
    color: aliceblue;
    border-color: #63b94d;
    background: #63b94d;
}

.ShopFProduct .ProductsSliderInfo .AddedToBasket i {
    margin-right: 5px;
}

.ProductsSliderInfoAdded {
    border-color: #63b94d;
}

.FilterSubmitBtn {
    display: block;
    margin: 35px auto 0;
    width: 96%;
    background: #18355e;
    color: aliceblue;
    border: none;
    padding: 10px 0px;
    border-radius: 5px;
    transition: 300ms;
}

.FilterSubmitBtn i {
}

.FilterSubmitBtn:hover {
    /* transform: scale(1.04); */
    background: #0c0c0c;
}

.HeaderListParent {
    position: relative;
    padding-right: 60px;
    position: relative;
    height: 100%;
}

.SideMenuBtn {
    position: absolute;
    right: 0;
    top: 20%;
    width: auto;
    height: 60%;
    overflow: hidden;
    aspect-ratio: 1/1;
    background: #f7f7f7;
    border: solid 2px #181818;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}

.SideMenuBtn img {
    width: 100%;
    opacity: 0.9;
}


.SideMenuBtn:hover {
    transform: scale(1.1);
    background: #f16622;
}

.IndicatorMenuBtns {
    display: flex;
    justify-content: center;
    align-items: start;
    width: fit-content;
    margin: 0 auto;
}

.IndicatorMenuBtns button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #444444;
    position: relative;
    border: none;
    border-radius: 1000px;
    width: 37px;
    aspect-ratio: 1/1;
    margin: 0px 6px;
    transition: 300ms;
}

.IndicatorMenuBtns button img {
    display: block;
    margin: 0 auto;
    width: 100%;
    filter: invert(1);
    padding: 9px;
    height: 35px;
    object-fit: contain;
}

.IndicatorMenuBtns button span {
    position: absolute;
    left: -3px;
    top: -3px;
    background: #f16622;
    width: 17px;
    color: aliceblue;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    z-index: 2;
    font-size: 10px;
}

.IndicatorMenuBtns button:hover {
    background: #1e1e1e;
    transform: scale(1.15);
}

.IndicatorMenuBtns .LogOutBtn {
    background: #b75757;
}

.MyBasket {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
}

.MyBasketInner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999;
    background: white;
    width: 600px;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    max-width: 75%;
}

.MyBasketDiv {
}

.MyBasketFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: -1;
    opacity: 0.6;
    cursor: pointer;
}

.MyBasketDivHeader {
    display: block;
    margin: 15px auto 30px;
    color: #2a416a;
    padding: 1px 33px;
}

.ProductsSliderInfo h3:hover {
    color: #ff641b;
    text-decoration: underline;
}

.HeaderScrolled {
    background: #ffffff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.HeaderScrolled .HeaderLogo img {
    height: 43px;
}

.HeaderScrolled .SideMenuBtn {
    height: 84%;
    top: 8%;
}

.ShopBannerInner {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    padding: 20px;
    text-align: left;
    background-color: #f17337;
    color: aliceblue;
    background-image: url(../IMG/ButtonTexture.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode: lighten;
}

.ShopBannerInner h4 {
    display: block;
    margin: 0 auto 17px;
    width: 100%;
    font-size: 37px;
    color: #2c2c2c;
    font-weight: bold;
}

.ShopBannerInner h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 100px;
    color: #ffffff;
}

.ShopBannerInner p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ShopBannerInner button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: fit-content;
    padding: 10px 21px;
    border-radius: 10000px;
    background: #2c2c2c;
    color: aliceblue;
    border: none;
    transition: 300ms;
    margin: 20px;
}

.ShopBannerInner button:hover {
    transform: scale(1.1);
    background: #202020;
    box-shadow: -8px -3px 1px 1px #00000024;
}

.ShopBannerInner h1 u {
    text-decoration: none;
    font-size: 61px;
    position: relative;
    right: 8px;
    color: aliceblue;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #dbdbdb;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff641b;
    transition: 300ms;
    cursor: pointer;
    border-radius: 23px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.BasicScrollIndicator {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    z-index: 99999999;
}

.BasicScrollIndicatorInner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f16622;
}

.ProceedToPurchase {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: fit-content;
    z-index: 99999;
    background: white;
    padding: 10px 5px;
    box-shadow: 1px -7px 21px -10px #00000030;
}

.ProceedToPurchase button {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 11px 25px;
    border: none;
    background: #63b94d;
    color: aliceblue;
    border-radius: 1000px;
    transition: 300ms;
}

.MyBasketProductsGH {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 70px;
}


.ProceedToPurchase button:hover {
    background: #3c3c3c;
    transform: scale(1.05);
}

.ProductImagesPreview {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/0.7;
    background: white;
    cursor: pointer;
    transition: 300ms;
    border: solid 1px #e9e9e9;
}

.ProductImagesPreview img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    transition: 400ms;
}

.ProductImagesList {
    display: flex;
    justify-content: start;
    width: 100%;
    height: fit-content;
    padding: 13px 0;
    /* background: white; */
}

.ProductImagesListItem {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    overflow: hidden;
    aspect-ratio: 1/1;
    margin: 8px 10px;
    position: relative;
    transition: 300ms;
    cursor: pointer;
    border: solid 1px #e5e5e5;
    background: white;
}

.ProductImagesListItem img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.ProductImagesListItem:hover {
    filter: brightness(94%);
    transform: scale(1.2);
}

.ProductImagesListItem:hover img {
}

.ProductImages {
    display: block;
    margin: 0 0;
    width: 95%;
}

.ActiveProductImage {
    border: solid 1px #f16622;
}

.ImagePreview {
    display: none;
}

.ImagePreviewInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ImagePreviewFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: black;
    cursor: pointer;
    opacity: 0.6;
}

.ImagePreviewDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    position: relative;
    overflow: hidden;
    width: 700px;
    height: 100%;
    max-width: 90%;
    max-height: 80%;
}

.ImagePreviewDiv img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ProductImagesPreview:hover {
    filter: brightness(95%);
}

.ProductImagesPreview:hover img {
    transform: scale(1.1);
}

.ProductShowUnitPrice {
    color: #484848;
    border-left: dashed 2px lightgrey;
    padding-left: 10%;
    width: 95%;
    margin: 35px 0 0px;
}

.ProductShowUnitPrice h3 {
    display: block;
    margin: 30px 0 0;
    width: fit-content;
    color: #73c575;
    /* font-weight: bold; */
    font-size: 35px;
}

.ProductShowUnitPrice h3 u {
    text-decoration: none;
    font-size: 25px;
}

.ProductShowUnitPrice h3 s {
    font-size: 16px;
    font-weight: 500;
    color: #d56a6a
}

.ProductShowUnitPrice p {
    display: block;
    margin: 9px auto 4px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.ProductShowUnitPrice span {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 11px;
    position: relative;
    padding: 3px 4px;
    padding-left: 22px;
}

.ProductShowUnitPrice span i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    padding: 1px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6px;
}

.OrderThisProduct {
    display: block;
    margin: 0 auto;
    width: 100%;
    width: 95%;
    background: #ffffff;
    padding: 10px;
    border: solid 1px #e9e9e9;
    border-radius: 5px;
    min-width: 295px;
}

.OrderThisProduct p {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 4px 7px;
    /* padding-left: 30px; */
    text-align: center;
    font-size: 13px;
}

.OrderThisProduct p img {
    display: block;
    margin: 0 auto 9px;
    width: 151px;
    /* filter: brightness(96%); */
}

.OrderThisProduct p i {
    color: #6e9f5e;
}

.OrderThisProduct p u {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    color: #959595;
}

.OrderThisProduct button {
    display: block;
    margin: 13px auto;
    width: fit-content;
    padding: 9px 23px;
    font-weight: bold;
    border-radius: 1000px;
    color: #f16622;
    border: solid 2px;
    background: white;
    cursor: pointer;
    transition: 300ms;
}

.OrderThisProduct button:hover {
    background: #ff6923;
    border-color: #ff6923;
    color: aliceblue;
}

.ProductShowMainInfo {
    /* border-left: dashed 2px lightgrey; */
    display: block;
    margin: 0 auto;
    width: 100%;
    width: 95%;
    padding: 20px;
}

.ProductShowMainInfo h1 {
    display: block;
    margin: 9px auto 26px;
    width: 100%;
    font-size: 30px;
    color: #f16622;
    font-weight: bold;
}

.ProductShowMainInfo h12 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: 400;
}

.ProductShowMainInfo p {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ProductShowMainInfo h2 {
    display: block;
    margin: 30px auto 21px;
    width: 100%;
    color: #221f1f;
    font-size: 26px;
    font-weight: bold;
}

.ProductShowMainInfo ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.ProductShowMainInfo ul li {
    display: block;
    margin: 15px auto;
    width: 100%;
    font-size: 16px;
}

.BasketTotalsGH {
    display: block;
    margin: 0 auto;
    width: 95%;
    padding: 20px;
    background: white;
    border-radius: 10px;
    border: solid 1px #efefef;
}

.BasketTotalsGH h3 {
    display: block;
    margin: 0px auto;
    width: 100%;
    font-size: 18px;
    color: #221f1f;
    padding: 14px 9px;
    border-bottom: solid 1px #f5f5f5;
    pointer-events: none;
    user-select: none;
}

.BasketTotalsGH h3 span {
    color: #73c575;
    float: right;
}

.BasketTotalsGH h3 strong {
}

.PlaceOrderBtn {
    display: block;
    margin: 27px 0 5px;
    width: 100%;
    padding: 11px 20px;
    border: none;
    border-radius: 10px;
    background: #73c575;
    color: aliceblue;
    transition: 300ms;
}


.BasketTotalsGH h3:last-of-type {
    border-bottom: none;
}


.PlaceOrderBtn:hover {
    background: #ff8100;
    transform: scale(1.02);
}

.Cart {
    background: white;
    display: block;
    margin: 0 auto 65px;
    width: 100%;
    border: solid 1px #ebebeb;
    overflow: hidden;
    border-radius: 10px;
    padding: 0;
    min-height: 590px;
    position: relative;
}

.CartHeader {
    display: block;
    margin: 0 auto 35px;
    width: 100%;
    font-size: 80px;
    font-weight: bolder;
    color: #363636;
}

.CartHeader span {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 19px;
}

.CartHeader span a {
    color: #f16622;
}

.BasketTotalsGH img {
    display: block;
    margin: 22px auto 30px;
    width: auto;
    height: 80px;
    max-width: 90%;
}

.BasketTotalsGH .NotMoney {
    color: #221f1f;
}

.BasketTotalsInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: fit-content;
    position: relative;
}

.cartProName {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    user-select: none;
    flex-direction: column;
    min-width: 160px;
}

.cartProName h3 {
    display: block;
    margin: 22px auto 11px;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cartProImage {
    display: block;
    margin: 17px auto;
    width: 100px;
    overflow: hidden;
    aspect-ratio: 1/1;
    position: relative;
    background: white;
}

.cartProImage img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cartProPrice {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    user-select: none;
}

.cartProPrice h2 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    color: #73c575;
    font-size: 20px;
    pointer-events: none;
}

.cartProPrice h2 strong {
}

.CartItem {
    background: white;
    border-bottom: solid 1px #ededed;
    position: relative;
    margin: 0 auto;
}

.cartProQuantity {
    position: relative;
    padding-right: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    user-select: none;
    min-width: 100px;
}

.cartProQuantity h2 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 51px;
    color: #f16622;
    text-align: center;
}

.cartProQuantityBtns {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: block;
}

.cartProQuantityBtns button {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    font-size: 23px;
    color: #363636;
    border: none;
    background: none;
    transition: 300ms;
}

.cartProQuantityBtns .DisabledIncreaser {
    pointer-events: none;
}

.cartProQuantityBtns button:hover {
    transform: scale(1.1);
    color: #f16622;
}

.CartTotalLoading {
    display: none;
}

.CartTotalLoadingInner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

.CartTotalLoadingInner img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 53px;
    filter: hue-rotate(-175deg);
}

.RemoveFromCartBtn {
    position: absolute;
    left: 0;
    top: 0;
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 22;
}

.RemoveFromCartBtn button {
    width: 30px;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    border-radius: 1000px;
    border: none;
    background: #f3f3f3;
    color: #303030;
    margin: 0px 14px;
    transition: 300ms;
}

.RemoveFromCartBtn button:hover {
    transform: scale(1.2);
    background: #efefef;
    color: #cf4e4e;
}


.CartItem:last-child {
    border-bottom: none;
}

.LoginDivInner {
    background: white;
    position: relative;
    z-index: 2;
    height: fit-content;
    padding: 20px 30px 14px;
    color: #221f1f;
    width: 450px;
    max-width: 100%;
    border-radius: 10px;
    /* border: solid 1px #afafaf; */
}

.LoginScreen {
    /* position: fixed; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: #ff641b; */
    color: aliceblue;
    padding-top: 100px;
    padding-bottom: 55px;
}

.LoginScreenBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: grayscale(1);
    opacity: 0.04;
}

.LoginDiv {
    display: flex;
    margin: 0 0;
    width: 90%;
    justify-content: start;
}

.LoginDivInnerHeader {
    display: block;
    margin: 0 auto 28px;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #65cb77;
}

.LoginDivInnerRow {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.LoginDivInnerHolder {
    display: block;
    margin: 17px auto 40px;
    width: 100%;
    height: 50px;
    background: white;
    border: solid 1px #d7d7d7;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.LoginDivInnerHolder input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px 20px;
    padding-left: 44px;
    background: none;
    z-index: 2;
}

.LoginDivInnerHolder g {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    color: #ababab;
    font-size: 14px;
    z-index: 3;
}

.LoginDivInnerHolder g i {
    pointer-events: none;
}

.LoginDivInnerRow p {
    display: block;
    margin: -25px auto 10px;
    width: 100%;
    font-size: 13px;
    position: relative;
    padding: 0px 0px;
    padding-left: 20px;
}

.LoginDivInnerRow p input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    cursor: pointer;
}

.LoginDivInnerRow p span {
    float: right;
}

.LoginDivInnerRow p span a {
    color: #fa651f;
    margin-left: 3px;
}

.LoginDivInner button[type=submit] {
    display: block;
    margin: 24px auto 0;
    width: 100%;
    padding: 10px 6px;
    color: aliceblue;
    background: #65cb77;
    border: none;
    border-radius: 5px;
    font-size: 19px;
    transition: 300ms;
}


.LoginDivInner button[type=submit]:hover {
    background: #404040;
}

.LoginDivInner h12 {
    display: block;
    margin: 15px auto 0;
    width: 100%;
    text-align: left;
    font-size: 16px;
}

.LoginDivInner h12 a {
    color: #4dbb61;
}

.ShowPassBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #545454;
    background: none;
    padding: 0px 14px;
    z-index: 33;
    transition: 300ms;
}

.ShowPassBtn i {
    pointer-events: none;
}

.ShowPassBtn:hover {
    color: #fb651f;
    transform: scale(1.3);
}

.AuthSliderItem {
    padding: 16px 35px;
}

.AuthSliderItem h1 {
    display: block;
    margin: 36px 0 13px;
    width: fit-content;
    font-size: 65px;
    position: relative;
    padding-left: 69px;
    padding-right: 70px;
}

.AuthSliderItem h1 img {
    position: absolute;
    left: 0;
    top: 16px;
    width: 54px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 1000px;
    filter: grayscale(1);
}

.AuthSliderItem p {
    display: block;
    margin: 26px auto 0;
    width: 80%;
    position: relative;
    font-weight: 200;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7; /* number of lines to show */
    line-clamp: 7;
    -webkit-box-orient: vertical;
}

.AuthSlider {
    pointer-events: none;
}

.AuthSliderItem h1 i {
    position: absolute;
    right: 0;
    top: 0px;
    width: 70px;
    font-size: 43px;
    text-align: center;
}

.AuthSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 20px auto;
}

.AuthSlider .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.AuthSlider .slick-dots li div {
    display: block;
    margin: 0 auto;
    width: 14px;
    height: 10px;
    background: white;
    margin: 0 5px;
    border-radius: 10000px;
    opacity: 0.5;
    transition: 300ms;
}

.AuthSlider .slick-dots .slick-active div {
    opacity: 1.0;
    width: 31px;
}

.TNCA {
    color: #f9641e;
}

.TNCA:hover {
    color: #222222;
}

.CountryPinParent {
}

.CountryPinParent input {
    padding-left: 98px;
}

.CountryPin {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    padding: 0px 10px;
    padding-left: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 300ms;
    z-index: 33;
}

.CountryPin img {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.CountryPin u {
    text-decoration: none;
}

.CountryPin:hover {
    background: #e9e9e9;
}

#ProductsFEGH {
    min-height: 600px;
}

.ProductColorsItem:hover {
    transform: scale(1.1);
}

.ProductsSliderInfo .AddToBasketDisabled {
    filter: grayscale(100%);
    pointer-events: none;
    cursor: not-allowed;
}

#CheckOutPage {
    margin: 51px auto;
}

.CheckOutFormRow {
    display: block;
    margin: 25px auto;
    width: 100%;
}

.CheckOutForm {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: white;
    padding: 20px 57px;
    border: solid 1px #d1d1d1;
}

.CheckOutFormRow label {
}

.CheckOutFormHolder {
    display: block;
    background: #f9f9f9;
    position: relative;
    height: 50px;
    border: solid 1px #e9e9e9;
    overflow: hidden;
}

.CheckOutFormHolder g {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6a6a6a;
    z-index: 2;
    pointer-events: none;
}

.CheckOutFormHolder g i {
    pointer-events: none;
}

.CheckOutFormHolder input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding: 0px 45px;
}

.CheckOutFormRow textarea {
    display: block;
    background: #f9f9f9;
    position: relative;
    height: auto;
    border: solid 1px #e9e9e9;
    overflow: hidden;
    width: 100%;
    padding: 13px;
    min-height: 110px;
}

.CheckOutFormRow p {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 1px 1px;
    position: relative;
    overflow: hidden;
}

.CheckOutFormRow p input {
    position: relative;
    top: 2px;
    margin-right: 8px;
    cursor: pointer;
}

.CheckOutFormRow iframe {
    position: relative;
    width: 100%;
    aspect-ratio: 1/0.3;
    border: solid 1px #d5d5d5;
    pointer-events: none;
    margin: 15px auto;
}

.CheckOutFormRow button[type=submit] {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 14px 7px;
    color: aliceblue;
    border: none;
    background: #6fbf66;
    font-weight: 500;
    font-size: 18px;
    transition: 300ms;
}

.CheckOutFormRow button[type=submit]:hover {
    background: #232323;
}

.CheckOutFormRow button[type=submit] i {
    margin: 0 6px;
}

.CheckOutFormRow p a {
    color: #f16622;
}

.BasketTotalsInner p {
    display: block;
    margin: 18px auto;
    width: 97%;
    background: #fbfbfb;
    padding: 10px;
    border-radius: 5px;
}

.BasketTotalsInner p u {
    text-decoration: none;
    font-weight: bold;
    margin-left: 10px;
}

.BasketTotalsInner p s {
    text-decoration: none;
    color: #73c575;
    font-weight: bold;
}

.PayMethodSelector {
    display: block;
    margin: 0 auto;
}

.PayMethodSelectorItem {
    display: block;
    margin: 29px auto;
    width: 100%;
    background: #eeeeee;
    position: relative;
    padding: 15px 1px;
    padding-left: 64px;
    border-radius: 4px;
    cursor: pointer;
    transition: 300ms;
}

.ActivePaymentMethod {
    border: solid 1px #caebca;
    background: #dcffdd;
    color: #61a963;
    pointer-events: none;
}

.PayMethodSelectorItem img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    padding: 13px;
    margin: 0;
    max-width: unset;
    background: #0000000d;
}

.PayMethodSelectorItem h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 19px;
}

.PayMethodSelectorItem circle {
    display: flex;
    margin: 0 auto;
    width: auto;
    height: 51%;
    background: white;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    overflow: hidden;
    border: solid 2px #595959;
    justify-content: center;
    align-items: center;
    padding: 4px;
}

.PayMethodSelectorItem circle div {
    display: none;
    width: 100%;
    height: 100%;
    background: #ff6400;
    border-radius: 1000px;
}

.ActivePaymentMethod circle div {
    display: block;
}

.PayMethodSelectorCircleParent {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
}

.PayMethodSelectorItem:hover {
    transform: scale(1.03);
    filter: brightness(95%);
}

.TransActionSuccess {
}

.TransActionSuccessInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.TransActionSuccessDiv {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.TransActionSuccessDiv img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 170px;
    max-width: 90%;
}

.TransActionSuccessDiv h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    font-size: 41px;
    color: #ff8000;
}

.TransActionSuccessDiv p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 21px;
    font-weight: 300;
}

.Gate {
}

.GateInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eeeeee;
    z-index: 9;
}

.GateDiv {
    display: block;
    margin: 0 auto;
    width: 700px;
    background: white;
    padding: 30px;
    border: solid 1px #b6b6b6;
    border-radius: 10px;
}

.GateDiv p {
    display: block;
    margin: 8px auto;
    width: 100%;
    font-size: 15px;
}

.GateDiv p u {
    float: right;
    font-weight: bold;
    text-decoration: none;
    color: #6aaf5f;
}

.GateDiv iframe {
    display: block;
    margin: 34px auto 0;
    width: 100%;
    aspect-ratio: 1/0.5;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    overflow-y: auto;
}

.GateDiv h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    font-size: 38px;
    color: #ff6000;
}

.MainViewInner {
    margin: 0 auto;
    width: 100%;
}

.ViewNumber1 {
    margin-top: -90px;
}

.PadelPlayerParentEdgeParent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ViewNumber2 {
    background: #1c1c1c;
    overflow: visible;
}

.TabletsSideMenuBtn {
    display: none;
}


.FilterInnerBtn {
    display: none;
}

.ProductImagesPreview label {
    position: absolute;
    left: 0;
    top: 32px;
    width: fit-content;
    padding: 4px 8px;
    color: aliceblue;
    z-index: 2;
}

.VideoPlayer {
    display: none;
}

.VideoPlayerInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.VideoPlayerFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}

.VideoPlayerDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    background: white;
    aspect-ratio: 1/0.5;
    max-width: 100%;
    max-height: 80%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.VideoPlayerDiv video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.Preloader {
}

.PreloaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999999999;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PreloaderDiv {
}

@keyframes PreloaderLogo {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1.0);
    }
}

.PreloaderDiv img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 100px;
    transform: translatey(0px);
    -webkit-animation: PreloaderLogo 2s ease-in-out infinite;
    animation: PreloaderLogo 2s ease-in-out infinite;
}

.PreloaderDiv span {
    display: block;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    font-size: 17px;
}

.ProductsSliderInfo button i {
    margin-right: 6px;
}

#Terms {
    background: #eeedec;
}

.TermsGH {
    display: block;
    margin: 0 auto 51px;
    width: 100%;
    background: white;
    padding: 45px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 39px -28px #181818;
}

.TermsGH h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bolder;
    font-size: 71px;
    text-transform: uppercase;
    color: #323232;
}

.TermsGH h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
    color: #f16622;
}

.TermsGH p {
    display: block;
    margin: 3px auto 45px;
    width: 100%;
}

.TermsBG {
    position: absolute;
    left: 0;
    top: 95px;
    width: 100%;
    height: auto;
}


.ExternalPageHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1/0.3;
    min-height: 300px;
}

.ExternalPageHeader h3 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 78px;
    text-transform: uppercase;
    color: aliceblue;
    text-shadow: -2px -2px 14px black;
}

.BookCourtFormRow label strong {
    font-weight: 200;
    font-size: 16px;
}

.ViewNumber4 {
    background: #142666;
}

@keyframes PadelPlayerGrassAnimation {
    0% {
        right: -57%;
    }
    50% {
        right: -50%;
    }
    100% {
        right: -57%;
    }
}

#About .FooterBG {
    opacity: 0.02;
}


@keyframes TennesBall {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
    }
}

.ContactInner {
}

.ShopPaperFiltrationSection .ActiveSecondryFilterBtn {
    background: #fff0e9;
    border: solid 1px #ffd8c5;
    color: #f16622;
}

.ShopPaperFiltrationSection button circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    aspect-ratio: 1/1;
    background: #f5f5f5;
    border-radius: 1000px;
    padding: 3px;
    margin: 0 10px;
    border: solid 2px #c1c1c1;
}

.ShopPaperFiltrationSection button circle div {
    background: #f16622;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    display: none;
}

.ShopPaperFiltrationSection .ActiveSecondryFilterBtn circle div {
    display: block;
}

.OnSaleLabel {
    background: #4cb14b;
}

.DefultLabelLabel {
    background: #282828;
}

.FiltrationSectionCircleParent {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.OrderThisProduct button i {
    margin: 0 7px;
    margin-left: 0;
}

.ProductIsDisabled {
    border-color: #7f7f7f;
}

.ProductIsDisabled .ProductsSliderImgHolder {
    /* pointer-events: none !important; */
}

.ProductIsDisabled .ProductsSliderImgHolder img {
    filter: grayscale(1);
}

.MyBasketInner .ProductsSliderItemInner {
    width: 90%;
    max-width: unset;
}

.BasketRFInner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.BasketRFInner img {
    display: block;
    margin: 49px auto 17px;
    width: auto;
    max-width: 100%;
    /* filter: hue-rotate(-172deg) saturate(2.5) grayscale(20%); */
    height: 175px;
}

.BasketRFInner h3 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-weight: bold;
    color: #bf4141;
    font-size: 44px;
}

.BasketRFInner p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
}

.BasketRFInner button {
    display: block;
    margin: 22px auto;
    width: fit-content;
    padding: 8px 20px;
    border: none;
    background: #e7781b;
    color: aliceblue;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 40px;
    position: relative;
    transition: 300ms;
}

.BasketRFDiv {
    display: block;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}

.CheckOutBtn {
    position: absolute;
    right: 29px;
    top: 29px;
    width: fit-content;
    background: #f5651f;
    color: aliceblue;
    border: none;
    padding: 10px 15px;
    border-radius: 1000px;
    font-weight: 400;
    box-shadow: inset 20px 0px 127px -86px #b400ff9c;
    transition: 400ms;
}

.CheckOutBtn i {
    margin: 0 5px;
    margin-left: 0;
    transition: 300ms;
}

.CheckOutBtn:hover {
    background: #404040;
}

.ListPreviewer {
    min-height: unset !important;
}

.BookNowValidation {
}

.BookNowValidation h12 {
}

.BookNowValidation {
}

.BookNowValidationInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.BookNowValidationFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: -1;
    opacity: 0.5;
    cursor: pointer;
}

.BookNowValidationDiv {
    display: block;
    margin: 0 auto;
    width: 700px;
    background: white;
    max-width: 90%;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 17px 0px #00000057;
}

.BookNowValidationDiv img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 90%;
    height: 200px;
}

.BookNowValidationDiv h12 {
    display: list-item;
    margin: 8px auto;
    width: 87%;
    /* font-weight: 600; */
    color: #d35858;
}

.LoginDivInner error {
    display: block;
    margin: 0 auto 12px;
    width: 100%;
    background: #ffe8e8;
    padding: 8px;
    border: solid 2px #ebb3b3;
    border-radius: 5px;
    color: #b16262;
    font-size: 13px;
}

.LoginDivInner error i {
    margin-right: 5px;
}

.ProductColExtended .ProductsSliderImgHolder label {
    font-size: 12px;
}

.ShopFProduct {
    user-select: none;
}

.ShopFProduct .ProductsSliderImgHolder img {
    -webkit-user-drag: none;
}


.ShopFProduct .ProductsSliderImgHolder:hover img {
    filter: brightness(115%);
}

.OrderThisProduct .AddToBasketDisabled {
    filter: grayscale(1);
    pointer-events: none;
}

.BasketTotalsInnerHeader {
    display: block;
    margin: 0 auto;
    width: 93%;
    font-size: 21px;
    font-weight: bold;
    color: #565656;
}

.ReservedSuccessfully {
}

.ReservedSuccessfullyInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999999;
    background: #0000006b;
}

.ReservedSuccessfullyFade {
}

.ReservedSuccessfullyDiv {
    display: block;
    margin: 0 auto;
    width: 520px;
    background: white;
    text-align: center;
    padding: 0;
    max-width: 90%;
    border-radius: 10px;
    overflow: hidden;
}

.ReservedSuccessfullyDiv img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ReservedSuccessfullyDiv h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    color: #f16622;
}

.ReservedSuccessfullyDiv p {
}

.LoginBtn {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 7px 12px;
    border: none;
    background: #f16622;
    color: aliceblue;
    border-radius: 5px;
    transition: 300ms;
    box-shadow: inset -116px 0px 72px -103px #ff9e6f;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    padding-left: 42px;
    margin-left: 40px;
}

.LoginBtn i {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: dashed 1px #ffffff4f;
    font-size: 13px;
}

.LoginBtn:hover {
    transform: scale(1.1);
    background: #eb5812;
}

.Copyrights p img:hover {
    transform: scale(1.2);
    filter: brightness(127%);
}

.IndicatorMenuBtns .SharedCallBtn {
    display: none;
}

.AuthValidationField {
    background: #fff6f6;
    border-color: #ebb3b3;
}

.AuthValidationField input {
}

.AuthValidationField g {
    color: #b16262;
}

.AccountNotVerified {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 999999999999;
}

.AccountNotVerifiedDiv {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 621px;
    background: white;
    max-width: 90%;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 26px -10px #000000a8;
}

.AccountNotVerifiedDiv img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 90%;
    height: 214px;
    filter: hue-rotate(-26deg) brightness(95%) contrast(127%);
}

.AccountNotVerifiedDiv p {
    display: block;
    margin: -30px auto 5px;
    width: 100%;
    font-size: 19px;
    position: relative;
    z-index: 2;
}

.AccountNotVerifiedDiv a {
    display: block;
    margin: 18px auto;
    width: fit-content;
    background: #ff7635;
    color: aliceblue;
    padding: 8px 14px;
    border-radius: 5px;
}

.AccountNotVerifiedFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: -1;
    opacity: 0.6;
}

.CustomizedTimePickerTrigger {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0px 16px;
    padding-left: 48px;
}

.CustomizedTimePicker {
    display: none;
    position: absolute;
    left: 6%;
    top: 84px;
    width: 88%;
    min-height: 120px;
    background: white;
    z-index: 2222;
    border: solid 2px #cdcdcd;
    padding: 23px 9px;
}

.slick-arrow {
    display: none !important;
}

.MonthsSlider {
}

.MonthsSliderItem {
    text-align: center;
}

.MonthsSliderArrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 999;
}

.MonthsSliderArrow button {
    width: auto;
    height: 84%;
    aspect-ratio: 1/1;
    border-radius: 10000px;
    border: none;
    background: #f16622;
    color: aliceblue;
}

.MonthsSliderArrow button:last-child {
}

.MonthsSliderArrow button i {
    pointer-events: none;
}

.CustomizedTimePicker select {
    display: block;
    margin: 0 auto;
    width: 85%;
    background: #f7f7f7;
    padding: 3px 10px;
    border: solid 1px #d9d9d9;
    cursor: pointer;
}

.CalenderDaysGh {
    display: flex;
    justify-content: start;
    width: 100%;
    align-items: start;
    flex-wrap: wrap;
    margin: 20px auto 0;
}

.CalenderDayItem {
    display: flex;
    vertical-align: top;
    width: 12.6%;
    background: #e7e7e7;
    text-align: center;
    margin: 1% 2%;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    cursor: pointer;
    font-size: 12px;
    transition: 200ms;
}


.CalenderDayItem:hover {
    transform: scale(1.1);
    background: #e1e1e1;
    box-shadow: -2px -2px 1px 1px #767676;
}


.BookingTimes {
    display: none;
}

.AvailableHoursGH {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    margin: 5px auto;
    /* text-decoration: line-through; */
}


.AvailableHoursItem {
    display: flex;
    justify-content: center;
    align-items: start;
    width: fit-content;
    cursor: pointer;
    border-radius: 1000px;
    transition: 300ms;
    font-size: 13px;
    margin: 10px;
    user-select: none;
    background: whitesmoke;
    padding: 11px 15px;
    min-width: 30%;
    position: relative;
    padding-left: 33px;
    font-weight: 500;
    color: #525252;
}

.BookingTimesInner {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    min-width: 535px;
    height: fit-content;
    background: white;
    z-index: 999;
    box-shadow: 1px 1px 1px 1px #3a3a3a;
    padding: 11px;
}

.BookingTimesInner h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    padding: 7px 13px;
}


.AvailableHoursItem:hover {
    transform: scale(1.05);
    background: whitesmoke;
    box-shadow: -3px -3px 1px 1px #8989894d;
}

.DisabledDay {
    /* pointer-events: none !important; */
    color: #d39090 !important;
    background: #ffe4e4 !important;
    text-decoration: line-through !important;
    cursor: not-allowed !important;
    transform: scale(1.0) !important;
    box-shadow: unset !important;
}

.SelectedClock {
    background: #f16622 !important;
    color: aliceblue !important;
}

.DayNotSelected {
    pointer-events: none !important;
    filter: grayscale(1);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.theRestOfBooking {
    display: none;
}

.BackToSelectCourt {
    position: absolute;
    right: 4%;
    top: 5%;
    width: fit-content;
    padding: 10px;
    padding-left: 35px;
    border: solid 2px white;
    color: aliceblue;
    background: none;
    border-radius: 1000px;
    transition: 300ms;
    display: none;
}

.BackToSelectCourt i {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.BackToSelectCourt:hover {
    transform: scale(1.1);
    background: white;
    color: #f16622;
}

.CartMainBtn {
    transition: 300ms;
    padding: 1px 8px;
    border-radius: 5px;
    border: solid 1px #00000000;
}

.CartMainBtn span {
    margin: 0 auto;
    display: block;
    padding: 0px 12px 16px;
    font-size: 17px;
    font-weight: bold;
    color: #f16622;
}

.CartMainBtn g {
    display: inline-block;
    margin: 0 auto;
    width: fit-content;
    padding: 1px 1px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    bottom: 8px;
}

.CartMainBtn g img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.CartMainBtn:hover {
    border: solid 1px #272727;
    background: #e8e8e8;
    transform: scale(1.1);
}

.BookCourtsFormSubmit .BookNowBtn {
    display: none;
}

.BookCourtsFormSubmit .CourtNextBtn {
    display: none;
}


.AboutGH {
    display: block;
    margin: 0 auto 51px;
    width: 100%;
    background: white;
    padding: 45px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 39px -28px #181818;
}

#About {
}

.GallerySlider {
    display: block;
    margin: 62px auto;
    width: 100%;
}

.GallerySliderItem {
    background: #3a3a3a;
    position: relative;
    overflow: hidden;
    height: 500px;
}

.AboutGH {
}

.GallerySliderItem img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.AvailableHoursItem i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #727272;
}

.SelectedClock i {
    color: aliceblue;
}

.ShopBannerInner h2 {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
}

.PresonalProfilePage {
    display: block;
    margin: 48px auto;
    width: 100%;
    background: white;
    padding-bottom: 39px;
    border-radius: 10px;
}

.PresonalProfilePageHeader {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.UserImageGH {
    display: flex;
    margin: 0 19px;
}

.UserIMageHolder {
    display: block;
    margin: 0 auto;
    width: 85px;
    aspect-ratio: 1/1;
    background: #e9e9e9;
    position: relative;
    overflow: hidden;
    border-radius: 10000px;
    border: solid 2px #f16622;
    /* cursor: pointer; */
}

.UserIMageHolder img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.UserInfoGH {
}

.UserInfoGH h4 {
    display: block;
    margin: 11px auto 0;
    width: 100%;
    font-weight: bold;
    color: #f16824;
    font-size: 21px;
}

.UserInfoGH span {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    color: #6e6e6e;
}

.UserInfoGH span i {
    margin-right: 3px;
    position: relative;
    bottom: 0px;
}

.UserProfileBtns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.UserProfileBtns button {
    width: fit-content;
    padding: 7px 14px;
    margin: 0 5px;
    border: solid 2px;
    border-radius: 1000px;
    background: none;
    color: #eb952b;
    font-weight: 500;
    transition: 300ms;
}

.UserProfileBtns button i {
    margin-right: 5px;
}

.UserProfileBtns button:hover {
    transform: scale(1.1);
}

.UserProfileBtns button:last-child {
    color: #d13b3b;
}

.PresonalProfileBody {
}

.MyOrdersGH {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 817px;
}

.MyOrdersItem {
    display: block;
    width: 345px;
    background: #e3e3e3;
    margin: 25px;
    text-align: center;
    position: relative;
    padding: 25px 15px;
}

.MyOrderProductsShowTn {
    position: absolute;
    left: 0;
    top: 0;
    width: 39px;
    aspect-ratio: 1/1;
    /* overflow: hidden; */
    font-size: 20px;
    color: #f16622;
    border: none;
    background: none;
    transition: 300ms;
}

.MyOrderProductsHideBTn {
    position: absolute;
    left: 0;
    top: 0;
    width: 39px;
    aspect-ratio: 1/1;
    /* overflow: hidden; */
    font-size: 20px;
    color: #cb2b2b;
    border: none;
    background: none;
    transition: 300ms;
}

.MyOrdersItemIcon {
    display: block;
    margin: 10px auto;
    width: auto;
    height: 65px;
}

.MyOrdersItem h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
}

.MyOrdersItem h3 g {
    color: #f16622;
    font-size: 25px;
}

.MyOrdersItem label {
    display: block;
    margin: 7px auto;
    width: fit-content;
    font-size: 12px;
    color: #424242;
}

.MyOrdersItem label i {
    margin-right: 3px;
}

.MyOrdersItem h12 {
    display: block;
    margin: 15px auto 0;
    width: fit-content;
    background: #363636;
    padding: 7px 17px;
    color: aliceblue;
    font-size: 11px;
    border-radius: 5px;
}

.UserInfo {
    display: flex;
    justify-content: start;
    width: fit-content;
}

.MyOrderProductsShowTn:hover {
    transform: scale(1.1);
    color: #484848;
}

.MyOrderProductsHideBTn:hover {
    transform: scale(1.1);
    color: #8d2929;
}

.PreviewOrderProducts {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    background: #e5e5e5;
    padding: 20px;
    overflow-y: auto;
}


.PreviewOrderProducts ul {
    display: block;
    margin: 16px auto;
    width: 100%;
}

.PreviewOrderProducts ul li {
    display: block;
    margin: 15px auto;
    width: 100%;
    position: relative;
    padding: 4px 5px;
    text-align: left;
    padding-left: 46px;
    border: solid 1px #bdbdbd;
    background: white;
    color: #f16824;
    transition: 300ms;
    cursor: pointer;
}

.PreviewOrderProducts li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #464646;
}

.PreviewOrderProducts li strong {
    display: block;
    margin: 0 0;
    width: fit-content;
    color: #525252;
    text-decoration: none !important;
}

.PreviewOrderProducts ul li:hover {
    text-decoration: underline;
    color: #525252;
}

.AccountNotVerifiedDivClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    margin: 10px;
    padding: 6px 8px;
    color: aliceblue;
    background: #d95f5f;
    border-radius: 5px;
    border: none;
    transition: 300ms;
}

.AccountNotVerifiedDivClose:hover {
    transform: scale(1.1);
    background: #c54646;
}

.cartProName button {
    margin: 6px 5px 18px;
    width: fit-content;
    padding: 10px 10px;
    border: solid 2px;
    border-radius: 1000px;
    color: #f16622;
    background: none;
    font-size: 13px;
    font-weight: 500;
    transition: 300ms;
}

.BasketRF {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.BasketRFDiv h4 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 19px;
    font-weight: 400;
}

.BasketRFInner button:hover {
    transform: scale(1.1);
    background: #474747;
}

.BasketRFInner button i {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cartProName button i {
    margin-right: 5px;
}

.cartProName .ProductAddedToWishlist {
    border-color: #b45454;
    color: aliceblue;
    background: #b45454;
}

.cartProName .ProductMoveToBasket {
    border-color: #73c575;
    color: aliceblue;
    background: #73c575;
}

.cartProName button:hover {
    transform: scale(1.1);
    filter: brightness(95%);
}

.cartProNameOptions {
    display: flex;
    justify-content: start;
    width: 100%;
}

.MapLocation {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 400px;
    border: none;
}

.IndicatorMenuDiv ul .MobTab {
    display: none;
}

.DisabledDay i {
    color: #d39090;
}

.UpdatePersonalInfo {
    display: none;
}

.UpdatePersonalInfoInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    justify-content: center;
    align-items: center;
    display: flex;
}

.UpdatePersonalInfoDiv {
    width: 550px;
    background: white;
    max-width: 90%;
    box-shadow: 0px 0px 18px -8px black;
    padding: 10px 20px;
    border-radius: 10px;
}

.UpdatePersonalInfoDiv button[type=submit] {
    display: block;
    margin: 18px auto 4px;
    width: fit-content;
    padding: 8px 17px;
    background: #ff8500;
    color: aliceblue;
    border: none;
    border-radius: 5px;
    transition: 300ms;
}

.UpdatePersonalInfoFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: -1;
    opacity: 0.5;
}


.UpdatePersonalInfoRow {
    display: block;
    margin: 18px auto;
    width: 100%;
}


.UpdatePersonalInfoRow label {
    display: block;
    margin: 6px auto;
    width: 100%;
    font-size: 16px;
}

.UpdatePersonalInfoRow input {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 8px 10px;
    border: solid 1px #a0a0a0;
}


.UpdatePersonalInfoDiv button[type=submit]:hover {
    transform: scale(1.1);
    background: #515151;
}

.UpdatePersonalInfoDiv button[type=submit] i {
    margin-right: 6px;
}

.PreviewOrderProducts h13 {
    display: block;
    margin: 22px auto 0;
    width: 100%;
    font-size: 16px;
    text-align: left;
}

.NoOrdersYet {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
}

.NoOrdersYetInner {
}

.NoOrdersYetDiv {
    display: block;
    margin: 20px auto;
    width: fit-content;
}

.NoOrdersYetDiv img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    max-height: 323px;
    filter: hue-rotate(-175deg);
}

.NoOrdersYetDiv h4 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 62px;
    font-weight: bold;
    color: #f16622;
}

.NoOrdersYetDiv p {
    display: block;
    margin: 0 auto 18px;
    width: 100%;
    font-size: 18px;
}

.NoOrdersYetDiv button {
    display: block;
    margin: 0 auto;
    width: fit-content;
    background: #434343;
    color: aliceblue;
    padding: 7px 18px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
}

.NoOrdersYetDiv button i {
    margin-right: 9px;
}

.StickyBNBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: fit-content;
    padding: 10px 18px;
    z-index: 9999999999;
    margin: 30px;
    background: #ff7434;
    color: aliceblue;
    border: none;
    border-radius: 1000px;
    box-shadow: 0px 0px 20px -6px #00000038;
    transition: 300ms;
    text-transform: uppercase;
}

.StickyBNBtn i {
    margin-right: 5px;
}

.StickyBNBtn:hover {
    background: #282828;
}

.OrdersHeader {
    width: 84%;
    margin: 0 auto;
    color: #3e3e3e;
    font-weight: 600;
}

.ErrorPageInner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    min-height: 700px;
}

.ErrorPageInner img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 138px;
}

.ErrorPageInner h1 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-weight: bold;
    font-size: 62px;
    color: #ff641b;
}

.ErrorPageInner p {
}

.ErrorPageInner button {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 9px 12px;
    color: aliceblue;
    background: #ff641b;
    border: none;
    font-size: 16px;
    border-radius: 5px;
}

.ErrorPageInner button i {
    margin-right: 6px;
}

.ErrorPageDiv {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.HeaderList li .CartHeaderCountHere {
    position: absolute;
    right: 0px;
    top: 1px;
    width: 17px;
    aspect-ratio: 1/1;
    background: #729571;
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 11px;
}

.ProductSequence {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
}

.ProductSequence a {
    color: #f16622;
}

.ProductSequence u {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 6px;
}

#OurAcademy {
    background: #e9e9e9;
}

.OurAcademyArt {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    object-fit: cover;
}

.OurAcademyInner h2 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 80px;
    font-weight: bold;
    color: #ff6a24;
}

.OurAcademyInner p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 23px;
    font-weight: 200;
}

.OurAcademyInner label {
    display: block;
    margin: 30px auto;
    width: 100%;
    font-size: 15px;
}

.OurAcademyInner label a {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 3px;
    margin: 0 2px;
    font-size: 28px;
    color: #626262;
    transition: 300ms;
}

.OurAcademyInner label a i {
    pointer-events: none;
}

.OurAcademyInner label a:hover {
    color: #ff6a24;
}

.OurAcademyInner {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-left: 34%;
}


.ImagePreviewArrows {
    position: absolute;
    right: 2%;
    top: 47%;
    width: 96%;
    background: none;
    z-index: 2;
}

.ImagePreviewArrows button {
    background: #565656;
    color: aliceblue;
    text-align: center;
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 1000px;
    border: none;
    transition: 300ms;
}

.ImagePreviewArrows button i {
}

.ImagePreviewArrows button:last-child {
    float: right;
}

.ImagePreviewArrows button:hover {
    background: #1c1c1c;
    transform: scale(1.1);
}

.PickColor {
    display: flex;
    justify-content: start;
    width: fit-content;
    align-items: center;
    flex-wrap: wrap;
}

.PickColor button {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    font-size: 25px;
    margin: 0 0;
    margin-right: 12px;
    border: solid 1px #d8d8d8;
    border-radius: 5px;
    background: #ededed;
    transition: 300ms;
}

.PickColor button i {
}

.PickColor .SelectedColor {
    background: white;
    border: solid 2px #f16622;
    transform: scale(1.05);
}

.PickSize {
    display: flex;
    justify-content: start;
    width: fit-content;
    flex-wrap: wrap;
    margin: 23px 0;
}

.PickSize button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 40px;
    aspect-ratio: 1/1;
    border: none;
    border-radius: 5px;
    background: #e6e6e6;
    color: #3d3d3d;
    margin-right: 12px;
    transition: 300ms;
}

.PickSize .SelectedSize {
    background: #f16622;
    color: aliceblue;
}


.PickSize button:hover {
    transform: scale(1.1);
}

.ProductCustomCart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 91px;
}

.ProductCustomCartInner {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ProductCustomCartInner select {
    display: block;
    margin: 12px auto;
    width: 100%;
    padding: 7px 11px;
    border: solid 1px #e5e5e5;
    background: white;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
}
