@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

* {
    font-family: Lato, sans-serif;
    padding: 0px;
    margin: 0px;
    outline: none !important;
}

::selection {
    background: rgb(189 147 56);
    color: aliceblue !important;
}

img {
    user-select: none !important;
}

body {
    background: whitesmoke;
}

:root {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

header {
    background: rgb(51, 51, 51);
    padding-top: 20px;
    padding-bottom: 0px;
}

.HeaderLogo {
    display: flex;
    margin: 0px;
    width: fit-content;
    height: 100%;
    align-items: center;
    cursor: pointer;
    transition: all 300ms ease 0s;
}

.HeaderLogo img {
    height: 40px;
}

.HeaderBtns {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    width: fit-content;
    flex-wrap: wrap;
}

.HeaderBtns button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    aspect-ratio: 1 / 1;
    position: relative;
    margin: 0px 4px;
    border: none;
    background: none;
    padding: 6px;
}

.HeaderBtns button .setbg {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    padding: 8px;
    filter: invert(1);
    transition: all 300ms ease 0s;
    display: block;
    margin: 0 auto;
}

.HeaderBtns button:hover {
}

.HeaderBtns button:hover .setbg {
    transform: rotateY(180deg);
}

.HeaderBtns button span {
    position: absolute;
    right: -1px;
    top: 5px;
    width: 17px;
    background: rgb(188, 137, 27);
    color: aliceblue;
    aspect-ratio: 1 / 1;
    padding: 0px;
    z-index: 2;
    border-radius: 1000px;
    font-size: 12px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HeaderCategories {
    display: block;
    margin: 0px;
    width: 255px;
    background: black;
    border-radius: 15px 15px 0px 0px;
    cursor: pointer;
    overflow: hidden;
}

.HeaderCategories h5 {
    display: block;
    margin: 0px auto;
    width: 100%;
    padding: 15px 9px 15px 47px;
    color: aliceblue;
    font-size: 15px;
    position: relative;
    transition: 300ms;
}

.HeaderCategories h5 i {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HeaderCategories h5:hover {
    background: #4c4c4c;
}

.HeaderTabs {
    display: flex;
    justify-content: start;
    width: 100%;
    height: 100%;
    align-items: center;
}

.HeaderTabs ul {
    display: flex;
    justify-content: start;
    width: 100%;
    align-items: center;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
}

.HeaderTabs ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: aliceblue;
    margin: 0px 20px;
    padding: 10px 17px;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 17px;
    transition: 300ms;
}

.HeaderCategoriesList {
    display: none;
    position: absolute;
    right: 0px;
    top: 38px;
    width: 100%;
    background: white;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 6px;
    z-index: 99;
    box-shadow: black 0px 0px 50px -19px;
}

.HeaderCategoriesList ul {
    display: block;
    margin: 0px auto;
    width: 100%;
    padding: 0px;
}

.HeaderCategoriesList ul li {
    display: block;
    margin: 0px auto;
    width: 100%;
    position: relative;
    padding: 10px 7px 10px 45px;
    border-bottom: 1px solid rgb(242, 242, 242);
    cursor: pointer;
    opacity: 0.7;
    font-size: 14px;
    transition: all 300ms ease 0s;
    font-weight: 800;
}

.HeaderCategoriesList ul li .setbg {
    position: absolute;
    left: 14px;
    top: 25%;
    width: auto;
    height: 50%;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-position: center;
    padding: 10px;
}

.HeaderCategoriesList ul li:hover {
    opacity: 1;
    background: rgb(244, 244, 244);
}

.HeaderBtns h11 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    font-weight: bold;
    direction: rtl;
    margin-left: 15px;
    cursor: pointer;
    padding: 6px 7px;
}

.HeaderBtns h11 i {
    margin: 0px 9px;
}

.HeaderCategories h5 .setbg {
    position: absolute;
    left: 12px;
    top: 25%;
    width: auto;
    height: 50%;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-position: center center;
    filter: invert(1);
}

.HomeSlider {
    display: block;
    margin: 25px auto;
    width: 100%;
    background-color: rgb(203, 203, 203);
    border-radius: 10px;
    background-image: url("../IMG/SliderBG.jpg");
    background-size: cover;
}

.HomeSliderItem {
    aspect-ratio: 1 / 0.4;
    position: relative;
    overflow: hidden;
}

.HomeSliderItem img {
    position: absolute;
    right: 5%;
    bottom: 0px;
    max-height: 95%;
    max-width: 40%;
    object-fit: contain;
    object-position: center bottom;
}

.HomeSliderItemContant {
    display: block;
    margin: 0px auto;
    width: fit-content;
    padding: 10px;
    max-width: 70%;
}

.HomeSliderItemContant h6 {
    display: block;
    margin: 0px auto;
    width: 100%;
    font-size: 17px;
    color: rgb(51, 51, 51);
    letter-spacing: 2px;
}

.HomeSliderItemContant h3 {
    display: block;
    margin: 7px auto;
    width: 100%;
    font-size: 40px;
    color: aliceblue;
}

.HomeSliderItemContant button {
    display: block;
    margin: 40px 0px 0px;
    width: fit-content;
    padding: 8px 40px 8px 17px;
    position: relative;
    border: none;
    background: rgb(55, 55, 55);
    color: aliceblue;
    border-radius: 5px;
    transition: all 300ms ease 0s;
}

.HomeSliderItemContant button i {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}

.HomeSliderItemContantParent {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55%;
    height: 100%;
}

.HomeSlider .slick-dots {
    position: absolute;
    left: 0px;
    top: 0px;
    width: fit-content;
    padding: 0px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HomeSlider .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.HomeSlider .slick-dots li div {
    width: 17px;
    height: 10px;
    background: white;
    margin: 0px 3px;
    border-radius: 1000px;
    transition: all 300ms ease 0s;
    opacity: 0.5;
    cursor: pointer;
}

.HomeSlider .slick-dots .slick-active div {
    opacity: 1;
    width: 35px;
}

.WebsiteFeatureItem {
    display: block;
    margin: 0px auto;
    width: 100%;
    padding: 18px 0px 18px 76px;
    position: relative;
}

.WebsiteFeatureItem h4 {
    display: block;
    margin: 0px auto;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
}

.WebsiteFeatureItem label {
    display: block;
    margin: 0px auto;
    width: 100%;
    font-size: 12px;
}

.WebsiteFeatureItem img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 65px;
    aspect-ratio: 1 / 1;
    background: rgb(229, 229, 229);
    border-radius: 1000px;
    object-fit: contain;
    object-position: center center;
    padding: 16px;
    opacity: 0.7;
    overflow: visible;
}

.Website-Features {
    padding-top: 20px;
    padding-bottom: 20px;
}

.NewArrivalMain {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    background-color: rgb(219, 219, 219);
    position: relative;
    height: fit-content;
    padding-top: 260px;
    border-radius: 10px;
    background-image: url("../IMG/BGBlack.jpg");
    background-size: cover;
}

@keyframes MainNewArrivalAnimation {
    0% {
        top: -30px;
    }

    50% {
        top: -5px;
    }

    100% {
        top: -30px;
    }
}

.NewArrivalMainArt {
    position: absolute;
    left: 15%;
    top: 0px;
    width: 70%;
    height: 300px;
    object-fit: contain;
    object-position: center center;
    transform: translateY(0px);
    animation: 3s ease-in-out 0s infinite normal none running MainNewArrivalAnimation;
    filter: drop-shadow(-19px 22px 3px #0000003b);
}

.NewArrivalMainText {
    padding: 10px 40px;
}

.NewArrivalMainText h1 {
    display: block;
    margin: 0px auto;
    width: 100%;
    font-size: 51px;
    color: aliceblue;
    text-transform: uppercase;
    font-weight: bold;
}

.NewArrivalMainText label {
    display: block;
    margin: 0px auto;
    width: 100%;
    font-size: 17px;
    color: aliceblue;
}

.NewArrivalMainText button {
    display: block;
    margin: 17px 0px 31px;
    width: fit-content;
    padding: 8px 40px 8px 17px;
    position: relative;
    border: none;
    background: rgb(188, 137, 27);
    color: aliceblue;
    border-radius: 5px;
    transition: all 300ms ease 0s;
}

.NewArrivalMainText button i {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}

.SectionHeader {
    display: block;
    margin: 25px auto;
    width: 99%;
    font-size: 25px;
    text-transform: capitalize;
    position: relative;
}

.NewArrivalItem {
    display: block;
    margin: 15px auto;
    width: 85%;
    padding: 16px 0px 16px 100px;
    position: relative;
    cursor: pointer;
}

.NewArrivalItemThumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
    height: 100%;
    background-size: contain;
    filter: brightness(97%);
    background-repeat: no-repeat;
    background-position: center center;
}

.NewArrivalItem h4 {
    margin: 0px auto 4px;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 300ms ease 0s;
}

.NewArrivalItem label {
    display: block;
    margin: 0px auto;
    width: 100%;
    font-size: 17px;
    pointer-events: none;
}

.NewArrivalItem label u {
    display: inline;
    margin: 0px auto;
    width: fit-content;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.NewArrivalItem:hover h4 {
    color: rgb(188, 137, 27);
    text-decoration: underline;
}

.ProductItem {
    display: block;
    margin: 20px auto;
    width: 100%;
    transition: all 300ms ease 0s;
    position: relative;
}

.ProductItemThumb {
    display: block;
    margin: 0px auto;
    width: 70%;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: brightness(96%);
    cursor: pointer;
}

.ProductItem h4 {
    margin: 0px auto 4px;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 300ms ease 0s;
    cursor: pointer;
}

.ProductItem label {
    display: block;
    margin: 0px auto;
    width: 100%;
    font-size: 17px;
    pointer-events: none;
}

.ProductItem label u {
    display: inline;
    margin: 0px auto;
    width: fit-content;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.ProductItem:hover {
    background: white;
    transform: scale(1.03);
    box-shadow: black 0px 0px 65px -26px;
}

.ProdBtns {
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
    justify-content: center;
    align-items: center;
    width: fit-content;
    z-index: 2;
    margin: 10px;
}

.ProdBtns button {
    width: 40px;
    aspect-ratio: 1 / 1;
    margin: 3px;
    position: relative;
    overflow: hidden;
    border-radius: 1000px;
    border: 1px solid lightgrey;
    background: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease 0s;
}

.ProdBtns button .setbg {
    display: block;
    margin: 0px auto;
    width: 100%;
    aspect-ratio: 1/1;
    opacity: 0.8;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ProdCardText {
    display: block;
    margin: 0px auto;
    width: 100%;
    padding: 20px;
    cursor: pointer;
}

.ProductItem:hover .ProdBtns {
    display: flex;
}

.ProductItem:hover .ProductItemThumb {
    filter: brightness(100%);
}

.ProdBtns button:hover {
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.22) -4px -1px 1px 1px;
}

.ProductItem h4:hover {
    color: rgb(188, 137, 27);
    text-decoration: underline;
}

.ProdCardText label s {
    color: rgb(214 84 84);
    margin-right: 4px;
}

.ProductLabel {
    position: absolute;
    left: 0px;
    top: 0px;
    width: fit-content;
    margin: 12px;
    background: rgb(189, 147, 56);
    padding: 7px;
    color: aliceblue;
    font-size: 13px;
    border-radius: 5px;
    pointer-events: none;
    z-index: 2;
}

.GetBookNowInner {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 0.3;
    background: url("../IMG/SliderBG.jpg") 0% 0% / cover rgb(221, 221, 221);
    padding: 20px 91px;
    margin: 100px auto;
    position: relative;
    border-radius: 10px;
}

.GetBookNowInner .Book {
    position: absolute;
    right: 0px;
    top: -10%;
    width: 40%;
    height: 120%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: BookAnimation 7s ease-in-out infinite;
    animation: BookAnimation 7s ease-in-out infinite;
}

.GetBookNow {
}

.GetBookNowDiv {
    display: block;
    margin: 0px;
    width: 55%;
}

.GetBookNowDiv h4 {
    display: block;
    margin: 10px auto;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
}

.GetBookNowDiv label {
    display: block;
    margin: 0px auto;
    width: 100%;
    font-size: 19px;
    color: aliceblue;
}

.GetBookNowDiv button {
    display: block;
    margin: 17px 0px 31px;
    width: fit-content;
    padding: 8px 40px 8px 17px;
    position: relative;
    border: none;
    background: rgb(72, 72, 72);
    color: aliceblue;
    border-radius: 5px;
    transition: all 300ms ease 0s;
}

.GetBookNowDiv button i {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


@keyframes BookAnimation {
    0% {
        transform: rotate3d(1, 1, 1, 12deg)
    }
    50% {
        transform: rotate3d(1, 1, 1, 0deg)
    }
    100% {
        transform: rotate3d(1, 1, 1, 12deg)
    }
}

.CourseItem {
    display: block;
    margin: 25px auto;
    width: 100%;
    background: white;
    border: solid 1px #d5d5d5;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: 500ms;
}

.CourseItemThumb {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/0.7;
    background-size: cover;
    filter: grayscale(30%);
    transition: 500ms;
}

.CourseItemInfo {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 15px;
}

.CourseItemInfo label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    color: #8b8b8b;
    pointer-events: none;
}

.CourseItemInfo label i {
    margin-right: 6px;
}

.CourseItemInfo h4 {
    margin: 5px auto;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #bc891b;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.CourseItemInfo p {
    display: block;
    margin: 5px auto;
    width: 100%;
    font-size: 11px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 66px;
}

.CourseItem:hover {
    transform: scale(1.05);
}

.CourseItem:hover h4 {
    text-decoration: underline;
}

.CourseItem:hover .CourseItemThumb {
    filter: saturate(110%) brightness(110%);
}

.HeaderTabs ul li:hover {
    color: #bc891b;
}

.HomeDiscounts {
    position: relative;
    padding-top: 80px;
    padding-bottom: 0;
    overflow: hidden;
}

.HomeDiscountsDiv {
    display: flex;
    justify-content: start;
    width: 100%;
    aspect-ratio: 1/0.5;
    align-items: center;
    position: relative;
}

.HomeDiscountsArt {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: BookAnimation 10s ease-in-out infinite;
    animation: BookAnimation 10s ease-in-out infinite;
}

.HomeDiscountsContent {
    display: block;
    margin: 0 0;
    width: 50%;
}

.HomeDiscountsContent h4 {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: bolder;
    color: #bc891b;
}

.HomeDiscountsContent p {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
}

.HomeDiscountsContent button {
    display: block;
    margin: 26px 0;
    width: fit-content;
    padding: 7px 19px;
    background: none;
    color: #636363;
    border: solid 2px;
    border-radius: 10px;
    position: relative;
    padding-left: 37px;
}

.HomeDiscountsContent button i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HomeDiscountsGH {
    display: flex;
    justify-content: start;
    width: 100%;
    flex-wrap: wrap;
    margin: 38px auto;
}

.HomeDiscountsItem {
    display: block;
    margin: 12px 2%;
    width: 48%;
    padding: 10px;
    padding-left: 70px;
    position: relative;
    cursor: pointer;
    transition: 300ms;
    background: white;
    /* border: solid 1px #d6d6d6; */
    border-radius: 10px;
    overflow: hidden;
    margin-left: 0;
}

.HomeDiscountsThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* filter: brightness(96%); */
}

.HomeDiscountsItem h5 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #828282;
}

.HomeDiscountsItem label {
    display: block;
    margin: 4px auto;
    width: 100%;
    font-size: 13px;
    pointer-events: none;
}

.HomeDiscountsItem label u {
    text-decoration: none;
    font-size: 10px;
}

.HomeDiscountsItem label s {
    color: rgb(214 84 84);
}

.HomeDiscountsItem:hover h5 {
    text-decoration: underline;
    color: #d4a338;
}

.HomeDiscountsItem:hover {
    transform: scale(1.05);
}

.HomeDiscountsBg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    filter: grayscale(1);
    opacity: 0.7;
    z-index: -1;
    background-position: bottom;
}

.HomeReels {
    background: #cecece;
    padding-bottom: 50px;
    position: relative;
    padding-top: 1px;
}

.HomeReelsSlider {
}

.HomeReelsSliderItem {
}

.HomeReelsSliderDiv {
    display: block;
    margin: 35px auto;
    width: 75%;
    background: white;
    cursor: pointer;
    transition: 300ms;
    border-radius: 10px;
    overflow: hidden;
}

.HomeReelsSliderThumbParent {
    display: block;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}

.HomeReelsSliderThumbParent .HomeReelsSliderImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 0;
    filter: brightness(75%) contrast(90%);
}

.HomeReelsSliderThumbParent .Thumb {
}

.HomeReelsSliderThumbParent .Hover {
    display: none;
    z-index: 2;
}

.HomeReelsSliderText {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

.HomeReelsSliderText label {
    display: block;
    margin: 6px auto;
    width: 100%;
    font-size: 13px;
    color: #7b7b7b;
}

.HomeReelsSliderText label i {
    margin-right: 4px;
}

.HomeReelsSliderText p {
    display: block;
    margin: 5px auto;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 58px;
}

.HomeReelsSliderDiv:hover {
    transform: scale(1.06);
}

.HomeReelsSliderDiv:hover .Hover {
    display: block;
}

.ReelIcon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 40px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(1);
    margin: 10px;
}

.HomeReelsSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 37px auto 0;
    padding: 0;
}

.HomeReelsSlider .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.HomeReelsSlider .slick-dots li div {
    display: block;
    margin: 0 4px;
    width: 20px;
    height: 11px;
    background: #444444;
    border-radius: 1000px;
    opacity: 0.5;
    transition: 300ms;
    cursor: pointer;
}

.HomeReelsSlider .slick-dots .slick-active div {
    opacity: 1.0;
    width: 30px;
}

.HomeReelsArrows {
    position: absolute;
    left: 5%;
    bottom: 60%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    height: 0;
}

.HomeReelsArrows button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    aspect-ratio: 1/1;
    border: none;
    background: white;
    border-radius: 1000px;
    font-size: 25px;
    color: #727272;
    font-weight: lighter;
    box-shadow: 0 0 0 0 transparent;
    transition: 300ms;
}


.HomeReels .slick-arrow {
    display: none !important;
}

.HomeReelsArrows button:hover {
    transform: scale(1.1);
    box-shadow: 1px 1px 58px -6px #030303a8;
}

.HomeReelsHeader {
    display: block;
    margin: 25px auto;
    width: 700px;
    text-align: center;
    max-width: 90%;
}

.HomeReelsHeader h2 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    color: #bc891b;
}

.HomeReelsHeader p {
    display: block;
    margin: 13px auto;
    width: 100%;
    font-size: 15px;
}

.ScrollerBtn {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 50px;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    border: none;
    background: #bd9338;
    color: aliceblue;
    border-radius: 10px;
    margin: 20px;
    z-index: 999;
    font-size: 24px;
    transition: 300ms;
}

.ScrollIndicatorAmountParent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    z-index: 99999999;
    pointer-events: none;
}

.ScrollIndicatorAmount {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(64 64 64);
}


.ScrollerBtn:hover {
    transition: 300ms !important;
    background: #d2ad5d;
}

.HomeSliderItemContant button:hover {
    transform: scale(1.1);
    background: rgb(253 253 253);
    box-shadow: -5px -3px 1px 1px #0000002b;
    color: #353535;
}

.HomeSliderItemContant button:hover i {
    transform: rotate(-40deg);
}

.HomeSliderItem .HomeSliderItemContantParent {
    display: none;
}

.slick-current .HomeSliderItemContantParent {
    display: flex;
}

.HomeSliderItem img {
    display: none;
}

.slick-current img {
    display: block;
}

footer {
    background: #444444;
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
}

.FooterVision {
    display: block;
    margin: 0 0;
    width: 90%;
}

.FooterVision h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #bd9338;
    font-weight: bold;
    text-transform: capitalize;
}

.FooterVision p {
    display: block;
    margin: 19px auto;
    width: 100%;
    color: aliceblue;
    font-size: 13px;
}

.FooterCenter {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.FooterCenterLogo {
    display: block;
    margin: 0 auto 15px;
    width: 90px;
    max-width: 90%;
}

.FooterSocialMedia {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 10px auto;
}

.FooterSocialMedia a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    aspect-ratio: 1/1;
    background: #353535;
    border-radius: 1000px;
    margin: 0 4px;
    color: aliceblue;
    text-decoration: none !important;
    font-size: 18px;
    transition: 300ms;
}

.FooterSocialMedia a:hover {
    background: #1b1b1b;
    transform: scale(1.1);
}

.FooterSocialMedia a i {
    pointer-events: none;
}

.FooterCenter label {
    display: block;
    margin: 5px auto;
    width: 100%;
    text-align: center;
    color: aliceblue;
    font-weight: 200;
}

.FooterCenter label i {
    margin: 0 6px;
}

.FooterMap {
}

.FooterMap h3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #bd9338;
    font-weight: bold;
    text-transform: capitalize;
}

.FooterMap iframe {
    display: block;
    margin: 20px auto;
    width: 100%;
    aspect-ratio: 1/0.4;
    filter: grayscale(1);
    transition: 300ms;
    outline: none !important;
    border: none !important;
    border-radius: 10px;
}

.FooterMap iframe:hover {
    filter: grayscale(0)
}

.FooterCopyRights {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.FooterCopyRights p {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #c7c7c7;
    padding: 11px 0;
    border-top: solid 1px #4d4d4d;
}

.FooterCopyRights p a {
    text-decoration: none !important;
}

.FooterCopyRights p img {
    display: inline-block;
    vertical-align: baseline;
    height: 14px;
    margin: 0 4px;
    transition: 300ms;
}

.FooterCopyRights p img:hover {
    transform: scale(1.1);
}

.NewArrivalMainText button:hover {
    background: rgb(199 154 57);
    transform: scale(1.1);
}

.NewArrivalMainText button:hover i {
    transform: rotate(-45deg);
}

.Product-Details {
    padding-top: 50px;
    padding-bottom: 120px;
}


.ProductImages {
}

.ProductImagesPreview {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1/0.8;
    background: white;
    border: solid 1px #dddddd;
}

.ProductImagesPreview img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.ProductImagesGH {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    margin: 15px auto;
}

.ProductImagesItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin-right: 10px;
    transition: 300ms;
    cursor: pointer;
    border: solid 1px #dddddd;
}

.ProductImagesItemThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ActiveProductImagesItem {
    border-color: #e7ad30;
    transform: scale(1.0) !important;
}


.ProductImagesItem:hover {
    transform: scale(1.1);
}

.ProductNotes {
    display: block;
    margin: 40px auto;
    width: 100%;
}

.ProductNotes h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    color: #bc891b;
}

.ProductNotes p {
    display: list-item;
    margin: 15px auto;
    width: 100%;
    font-size: 14px;
}

.ProductDetailsInner {
    display: block;
    margin: 0 auto;
    width: 95%;
}

.ProductDetailsLabel {
    display: block;
    margin: 0 0;
    width: fit-content;
    background: rgb(189, 147, 56);
    padding: 7px;
    color: aliceblue;
    font-size: 13px;
    border-radius: 5px;
}

.ProductDetailsTitle {
    display: block;
    margin: 23px auto;
    width: 100%;
    font-size: 27px;
}

.ProductDetailsCategory {
    display: block;
    margin: 0 0;
    width: fit-content;
    padding: 7px 15px;
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    font-size: 12px;
}

.ProductDetailsCategory img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
    padding: 5px;
}

.ProdDetBtns {
    display: flex;
    justify-content: start;
    width: fit-content;
    max-width: 100%;
    margin: 25px 0;
}

.ProdDetBtns button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #484848;
    color: aliceblue;
    padding: 13px 23px;
    border: none;
    border-radius: 1000px;
    margin: 21px 0;
    margin-right: 11px;
    position: relative;
    padding-left: 50px;
    font-weight: 900;
    transition: 300ms;
}

.ProdDetBtns button:hover {
    transform: scale(1.1);
    box-shadow: -10px -4px 1px 1px #00000024;
}

.ProdDetBtns button:last-of-type {
    background: #a65757;
}

.ProdDetBtns button .setbg {
    position: absolute;
    left: 10px;
    top: 25%;
    width: auto;
    height: 50%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
    transition: 300ms;
}

.ProdDetBtns button:hover .setbg {
    transform: rotateY(-180deg);
}


.ProductDetTextEditorContant {
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.ProductDetailsPrice {
    display: block;
    margin: 25px auto;
    width: 100%;
    font-weight: bold;
    color: #5eb174;
    font-size: 30px;
}

.ProductDetailsPrice u {
    text-decoration: none;
    font-size: 19px;
}

.Related {
}

.Shop {
    padding-top: 50px;
    padding-bottom: 120px;
}

.ShopFilter {
    display: block;
    margin: 0 0;
    width: 85%;
    padding: 10px;
    background: white;
    border: solid 1px #dddddd;
}

.ShopFilter h4 {
    display: block;
    margin: 7px auto;
    width: 99%;
    font-size: 17px;
    font-weight: bold;
    color: #bd9338;
}

.FiltrationSearch {
    display: block;
    margin: 15px auto;
    width: 100%;
    height: 50px;
    background: whitesmoke;
    position: relative;
    overflow: hidden;
    border: solid 1px #e1e1e1;
}

.FiltrationSearch input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    z-index: 0;
    background: none;
    border: none;
    padding-right: 60px;
}

.FiltrationSearch button {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bc891b;
    color: aliceblue;
    border: none;
    transition: 300ms;
    z-index: 2;
}

.FilterCategories {
    display: block;
    margin: 0 auto;
    width: 99%;
    padding: 0;
}

.FilterCategories li {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-bottom: solid 1px #e7e7e7;
}

.MainCategoryTrigger {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px 7px;
    position: relative;
    padding-left: 40px;
    font-size: 15px;
    cursor: pointer;
    transition: 300ms;
}

.MainCategoryTrigger .setbg {
    position: absolute;
    left: 9px;
    top: 25%;
    width: auto;
    height: 50%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.MainCategoryTrigger i {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
}

.SubCategoriesGH {
    display: none;
    margin: 0 auto;
    width: 100%;
}

.SubCategoryItem {
    display: block;
    margin: 6px auto;
    width: 100%;
    padding: 8px 9px;
    background: #f1f1f1;
    font-size: 13px;
    cursor: pointer;
    transition: 300ms;
    padding-left: 40px;
    position: relative;
}


.FilterCategories li:last-child {
    border-bottom: none;
}

.MainCategoryTrigger:hover {
    background: #efefef;
}


.SubCategoryItem:hover {
    transform: scale(1.05);
    background: #e5e5e5;
}

.SubCategoryItem input {
    position: absolute;
    left: 14px;
    top: 30%;
    width: auto;
    height: 40%;
    aspect-ratio: 1/1;
}

.FiltrationSearch button:hover {
    background: #ddae4b;
}

.PriceRangeFiltration {
    display: block;
    margin: 23px auto;
    width: 100%;
}

.PriceRangeFiltration input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 99%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
    margin: 12px 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 #bc891b;
    box-shadow: -407px 0 0 400px #bc891b;
}

.PriceRangeFiltration input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #bc891b;
    box-shadow: -407px 0 0 400px #bc891b;
}

.PriceRangeFiltration {
}

.PriceRangeFiltration label {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: right;
    color: #848484;
    font-size: 14px;
    font-weight: bolder;
}

.PriceRangeFiltration label g {
}

.PriceRangeFiltration label u {
    text-decoration: none;
    font-size: 11px;
}

.ShopNewArrivalMain {
    display: flex;
    margin: 40px 0;
    width: 85%;
}

.ShopPagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.ShopPagination button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: gainsboro;
    color: #444444;
    border: none;
    margin: 5px;
    padding: 3px 9px;
    border-radius: 5px;
    font-size: 14px;
    transition: 300ms;
}

.ShopPagination button:hover {
    transform: scale(1.2);
    background: #cccccc;
}

.ShopPagination .ActivePagination {
    background: #bc891b !important;
    color: aliceblue;
    transform: scale(1.0) !important;
}

.CoursesPage {
    padding-top: 35px;
    padding-bottom: 120px;
}

.CourseShowPage {
    padding-top: 50px;
    padding-bottom: 50px;
}

.CourseCover {
    display: block;
    padding: 145px 20px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    z-index: 2;
    background-position: center;
}

.CourseCover h3 {
    display: block;
    margin: 0 auto;
    width: 600px;
    max-width: 90%;
    color: aliceblue;
    text-align: center;
    font-weight: bold;
}

.CourseCover label {
    display: block;
    margin: 6px auto;
    width: fit-content;
    position: relative;
    color: aliceblue;
    font-size: 15px;
}

.CourseCover label i {
    margin-right: 7px;
}

.CourseCoverFade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: -1;
    opacity: 0.4;
}

.CourseTextEditorContant {
    display: block;
    margin: 35px auto 0;
    width: 100%;
    overflow: hidden;
}

.OtherCourses {
}

.SectionHeader a {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    padding: 0 5px;
    transition: 300ms;
    color: #949494;
    text-transform: uppercase;
    font-weight: 600;
}

.SectionHeader a i {
    margin: 0 10px;
}

.SectionHeader a:hover {
    transform: scale(1.1);
    color: #5a5a5a;
}

.SelectedSubCategory {
    background: #bc891b !important;
    transform: scale(1.0) !important;
    color: aliceblue;
}

.ShopFilterRF {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}

.ShopFilterRFInner {
    display: block;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}

.ShopFilterRFInner img {
    filter: hue-rotate(225deg) brightness(98%);
    width: auto;
    max-width: 100%;
    height: 200px;
}

.ShopFilterRFInner h4 {
    display: block;
    margin: 22px auto;
    width: 100%;
    font-size: 21px;
    max-width: 450px;
    font-weight: 500;
    color: #6a6a6a;
}

.ShopLoader {
    margin: 0 auto;
    width: 100%;
    display: none;
}

.ShopLoaderInner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    height: 320px;
}

.ShopLoaderInner img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 50px;
    filter: hue-rotate(-199deg) brightness(144%);
}

.ProductDetailsPrice s {
    color: rgb(214 84 84);
    font-size: 21px;
}

.ProductChoicec {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px auto;
    width: 100%;
}

.ProductChoicec button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 7px 14px;
    border: solid 1px #d9d9d9;
    border-radius: 5px;
    margin-right: 12px;
    background: white;
    transition: 300ms;
}

.ProductChoicec button i {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 24px;
}

.ProductChoicec button label {
    display: block;
    margin: 5px auto 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #5a5a5a;
    pointer-events: none;
    transition: 300ms;
}

.ProductChoicec .SelectedChoice {
    background: #bd9338 !important;
}


.ProductChoicec button:hover {
    transform: scale(1.1);
    border-color: #d0d0d0;
    box-shadow: -4px -3px 1px 1px #d2d2d2;
}

.ProductChoicecHeader {
    display: block;
    margin: 0 auto 13px;
    width: 99%;
    font-size: 15px;
}

.ProductDetailsOutOfStock {
    background: #a65757;
}

.ProdDetBtns .OutOfStockAddToBasket {
    background: #929292;
    cursor: not-allowed;
    box-shadow: none !important;
    transform: scale(1.0) !important;
}

.ProdDetBtns .OutOfStockAddToBasket .setbg {
    transform: rotateY(0deg) !important;
}

.ProductLabelOutOfStock {
    background: #a65757;
}


.ProdAdNotes {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ProdAdNotes textarea {
    display: block;
    margin: 19px auto;
    width: 100%;
    padding: 10px;
    min-height: 90px;
    font-size: 16px;
    border: solid 1px #d2d2d2;
    border-radius: 5px;
}

.ProdSpecifications {
    display: none;
}

.ProdSpecificationsInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProdSpecificationsFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: -1;
    opacity: 0.5;
    cursor: pointer;
}

.ProdSpecificationsDiv {
    display: block;
    margin: 0 auto;
    background: white;
    width: 500px;
    padding: 20px;
    max-height: 80%;
    overflow-y: auto;
    border-radius: 10px;
}

.ProdSpecificationsHeader {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    color: #bd9338;
}


.ChoicesHeader {
    display: block;
    margin: 13px auto;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #636363;
}

.CartContent {
}

.CartCardItem {
    display: block;
    margin: 26px auto;
    width: 100%;
    padding: 11px 13px;
    padding-left: 125px;
    overflow: hidden;
    position: relative;
    border: solid 1px #d2d2d2;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.CartItemThumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}

.CartItemInfo {
}

.CartItemInfo h4 {
    display: block;
    margin: 10px auto;
    width: 100%;
    font-weight: bold;
    color: #bc891b;
    font-size: 17px;
    cursor: pointer;
    transition: 300ms;
}

.CartItemInfo h4 g {
    color: #7d7d7d;
}

.CartItemInfo h4 g u {
    text-decoration: none;
    font-size: 12px;
}

.CartItemInfo h5 {
    display: flex;
    justify-content: start;
    width: 100%;
}

.CartItemInfo h5 g {
    display: block;
    margin: 7px 0;
    width: fit-content;
    background: #e9e9e9;
    padding: 5px 11px;
    margin-right: 6px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
}

.CartItemInfo h5 g i {
}

.CartIncreaser {
    display: block;
    margin: 18px 0;
    width: 130px;
    height: 40px;
    background: white;
    position: relative;
    overflow: hidden;
    border: solid 1px #d9d9d9;
    border-radius: 5px;
}

.CartIncreaser button {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1 / 1;
    background: none;
    border: none;
    z-index: 2;
    font-size: 12px;
    color: #a2a0a0;
    transition: 300ms;
}

.CartIncreaser button:hover {
    color: #404040;
}

.CartIncreaser button:last-of-type {
    left: unset;
    right: 0;
}

.CartIncreaser input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 0;
    text-align: center;
    border: none;
    pointer-events: none;
}

.CartForm {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    flex-wrap: wrap;
    background: white;
    padding: 20px;
    border: solid 1px #dadada;
    border-radius: 10px;
}

.CartFormRow {
    display: block;
    margin: 0 0;
    width: 50%;
    padding: 10px;
}

.CartFormRow label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: 700;
    color: #616161;
    font-size: 14px;
}


.AddToCartSubmitBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #484848;
    color: aliceblue;
    padding: 13px 23px;
    border: none;
    border-radius: 1000px;
    margin: 0 auto;
    position: relative;
    padding-left: 50px;
    font-weight: 900;
    transition: 300ms;
}

.AddToCartSubmitBtn .setbg {
    position: absolute;
    left: 10px;
    top: 25%;
    width: auto;
    height: 50%;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
    transition: 300ms;
}

.ProdCartIncreaser {
    display: block;
    margin: 18px 0;
    width: 130px;
    height: 40px;
    background: white;
    position: relative;
    overflow: hidden;
    border: solid 1px #d9d9d9;
    border-radius: 5px;
}

.ProdCartIncreaser input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 0;
    text-align: center;
    border: none;
    pointer-events: none;
}

.ProdCartIncreaser button {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background: none;
    border: none;
    z-index: 2;
    font-size: 12px;
    color: #a2a0a0;
    transition: 300ms;
}

.ProdCartIncreaser button:last-of-type {
    left: unset;
    right: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.ProdCartIncreaser button:hover {
    color: #404040;
}

.ProductChoicec .SelectedChoice label {
    color: aliceblue;
}

.AddToCartSubmitBtn:hover {
    transform: scale(1.1);
    box-shadow: -10px -4px 1px 1px #00000024;
}

.AddToCartSubmitBtn:hover .setbg {
    transform: rotateY(-180deg);
}

.SomethingIsWrong {
    display: none;
    margin: 0 auto 15px;
    width: 100%;
    background: #edc7c7;
    color: #9a6b6b;
    border: solid 1px #d4b0b0;
    border-radius: 5px;
    position: relative;
    padding: 8px 10px;
    padding-left: 60px;
    min-height: 41px;
}

.SomethingIsWrong i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    font-size: 20px;
    margin: 10px;
}

.SomethingIsWrongInner {
}

.SomethingIsWrongInner label {
    display: list-item;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}

.ProdAddPopUpDetails {
    display: block;
    margin: 15px auto;
    width: 100%;
    padding-left: 100px;
    position: relative;
    border-bottom: solid 1px #e8e8e8;
    padding-bottom: 30px;
}

.ProdAddPopUpDetails .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ProdAddPopUpDetails h4 {
    display: block;
    margin: 5px auto;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
}

.ProdAddPopUpDetails label {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    color: #5eb174;
    font-weight: bold;
}

.ProdAddPopUpDetails label s {
    font-size: 13px;
    color: #d65454;
}

.ProdAddPopUpDetails label u {
    text-decoration: none;
    font-size: 12px;
}

.AddedSuccessfully {
    display: none;
}

.AddedSuccessfullyInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AddedSuccessfullyFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    z-index: -1;
}

.AddedSuccessfullyDiv {
    display: block;
    margin: 0 auto;
    width: 400px;
    background: white;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 55px -24px black;
    border-radius: 10px;
    padding: 52px 10px;
}

.AddedSuccessfullyDiv .setbg {
    display: block;
    margin: 19px auto;
    width: 100px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.AddedSuccessfullyDiv h5 {
    display: block;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #6c6c6c;
}


.CartItemInfo h4:hover {
    text-decoration: underline;
    color: #cda03e;
}

.CartPage {
    display: none;
}

.CartPageBtns {
    display: flex;
    margin: 30px auto;
    width: 100%;
}

.CartPageBtns button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 10px 15px;
    color: aliceblue;
    background: #bc891b;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    transition: 300ms;
    font-weight: bold;
    text-transform: uppercase;
}

.CartPageBtns .CartPrevBtn {
    background: #646464;
}

.CartPageBtns button:hover {
    transform: scale(1.1);
    box-shadow: -12px -3px 1px 1px #00000026;
    filter: brightness(110%);
}

.CartPageBtns button i {
    margin: 0 10px;
    font-size: 16px;
}

.CartPageBtns .PlaceOrderBtn {
    background: #608153;
}

.BasketAmountsGH {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: white;
    padding: 20px;
    border: solid 1px #dadada;
    border-radius: 10px;
}

.BasketAmountsGH h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    padding: 11px 0;
    border-bottom: solid 1px #e5e5e5;
}

.BasketAmountsGH h4 u {
    float: right;
    text-decoration: none;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
}

.BasketAmountsGH h4 u g {
    font-size: 17px;
    margin: 0 5px;
}

.Cart {
    padding-top: 50px;
    padding-bottom: 120px;
}

.BasketAmountsGH p {
    display: block;
    margin: 21px auto;
    width: 100%;
    font-size: 14px;
    position: relative;
    padding-left: 21px;
}

.BasketAmountsGH p a {
    text-decoration: none;
    color: #bc891b;
    transition: 300ms;
}

.BasketAmountsGH p input {
    position: absolute;
    left: 0;
    top: 10%;
    width: auto;
    height: 90%;
    cursor: pointer;
}

.PaymentMethodsGH {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.PaymentMethodItem {
    display: block;
    margin: 14px auto;
    width: 100%;
    background: #ebebeb;
    border: solid 1px #d2d2d2;
    border-radius: 5px;
    padding: 8px 9px;
    position: relative;
    padding-left: 41px;
    cursor: pointer;
    transition: 300ms;
    color: #757575;
}

.PaymentMethodItem h5 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.PaymentMethodItem input {
    position: absolute;
    left: 11px;
    top: 30%;
    width: auto;
    aspect-ratio: 1/1;
    height: 40%;
    pointer-events: none;
}


.BasketAmountsGH h4:last-of-type {
    border-bottom: none;
}

.PaymentMethodItem:hover {
    transform: scale(1.04);
    filter: brightness(95%);
}


.SelectedPaymentMethod {
    background: #e6dabf;
    color: #bc891b;
    border-color: #d5c195;
    transform: scale(1.0) !important;
    filter: none !important;
}


.BasketAmountsGH p a:hover {
    text-decoration: underline;
    color: #444444;
}

.CartFormRow textarea {
    display: block;
    margin: 10px auto;
    width: 100%;
    min-height: 90px;
    padding: 10px;
    background: whitesmoke;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
}

.CartFormHolder {
    display: block;
    margin: 7px auto;
    width: 100%;
    background: whitesmoke;
    height: 45px;
    border: solid 1px #e1e1e1;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: 400ms;
}

.CartFormHolder g {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    z-index: 2;
    color: #4a4a4a;
    pointer-events: none;
}

.CartFormHolder input {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    padding-left: 40px;
    z-index: 0;
}

.CartFormHolder select {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    padding-left: 40px;
    z-index: 0;
    cursor: pointer;
}

.CartFormRow label u {
    text-decoration: none;
    color: #dd4646;
}

.CARTlOGO {
    display: block;
    margin: 0 auto;
    width: 100px;
    aspect-ratio: 1/0.5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.CartValidation {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #ffd2d2;
    border: solid 2px #e7acac;
    border-radius: 10px;
    padding: 14px;
    position: relative;
    padding-left: 80px;
    color: #b76f6f;
    min-height: 55px;
}

.CartValidation i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
    margin: 12px;
}

.CartValidation label {
    display: list-item;
    margin: 0 auto;
    width: 100%;
    padding: 0 0;
    font-size: 15px;
}

.ProductOrderNotes {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
}

.EmptyField {
    background: #ffdada;
    border-color: #f1a8a8;
}

.BasketAmountsGH .TermsValidation {
    background: #ffdada;
    color: #9f5555;
}

.ContetLoader {
    display: none;
}

.ContetLoaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff91;
    z-index: 99999999999999;
}

.ContetLoaderInner img {
    display: block;
    margin: 0 auto;
    width: 70px;
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #bc891b;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
    visibility: hidden;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    position: absolute;
    right: -320px;
    top: 0;
    width: 300px;
    aspect-ratio: 1 / 1;
    background-color: white;
    z-index: 222;
    visibility: hidden;
}


.ProductImagesPreview:hover .img-zoom-result {
    visibility: visible;
}

.CartIncreaser h12 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    background: #b06060;
    color: aliceblue;
    z-index: 2222;
    cursor: pointer;
}

.CartRF {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.CartRFDiv {
    display: block;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}

.CartRFDiv img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 215px;
    filter: brightness(97%);
}

.CartRFDiv h4 {
    display: block;
    margin: 30px auto;
    width: 100%;
    font-size: 23px;
    font-weight: bold;
    color: #bc891b;
}

.CartRFDiv button {
    display: block;
    margin: 20px auto;
    width: fit-content;
    padding: 10px 17px;
    background: #535353;
    color: aliceblue;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    transition: 300ms;
    font-weight: 600;
}

.CartRFDiv button:hover {
    background: #2b2b2b;
    transform: scale(1.1);
    box-shadow: -7px -3px 0px 0px #31313140;
}

.CartRFDiv button i {
    margin-right: 6px;
}

main {
    position: relative;
}


.ProductImagesPreview:hover .img-zoom-lens {
    visibility: visible;
}

.HeaderBtns h12 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: solid 2px;
    border-radius: 1000px;
    padding: 8px 10px;
    position: relative;
    padding-left: 46px;
    margin-left: 10px;
    transition: 300ms;
    cursor: pointer;
}

.HeaderBtns h12 .setbg {
    position: absolute;
    left: 12px;
    top: 20%;
    width: auto;
    height: 60%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-position: center;
    padding: 10px;
    filter: invert(1);
    transition: 500ms;
}

.HeaderBtns h12:hover {
    transform: scale(1.1);
    background: white;
    color: #333333;
    border-color: white;
}

.HeaderBtns h12:hover .setbg {
    filter: invert(0);
    transform: rotateY(180deg);
}

.PaymentResult {
}

.PaymentResultInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: white;
}

.PaymentResultDiv {
    display: block;
    margin: 0 auto;
    width: 500px;
    text-align: center;
}

.PaymentResultDiv .setbg {
    display: block;
    margin: 0 auto;
    width: 230px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.PaymentResultDiv h4 {
    display: block;
    margin: 9px auto;
    width: 100%;
    font-weight: bold;
    font-size: 19px;
    line-height: normal;
    color: #6c6c6c;
}

.PaymentResultDiv button {
    display: block;
    margin: 22px auto;
    width: fit-content;
    padding: 11px 12px;
    border: none;
    background: #4a4a4a;
    color: aliceblue;
    border-radius: 5px;
    transition: 300ms;
}

.PaymentResultDiv button i {
    margin-right: 6px;
}


.PaymentResultDiv button:hover {
    background: #313131;
    transform: scale(1.2);
}

.OrderItem {
    display: block;
    margin: 20px auto;
    width: 100%;
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px gainsboro;
    position: relative;
    overflow: hidden;
    padding-top: 35px;
}

.OrderItemIcon {
    display: block;
    margin: 14px auto;
    width: auto;
    height: 85px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.OrderItem h3 {
    display: block;
    margin: 0 auto 6px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #c69f4a;
    text-align: center;
    text-transform: uppercase;
}

.OrderItem h4 {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    color: #57a863;
}

.OrderItem h4 u {
    text-decoration: none;
    font-size: 13px;
    margin: 0 3px;
}

.OrderItem label {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 8px 0;
    border-bottom: solid 1px #e1e1e1;
    font-size: 11px;
    font-weight: bold;
}

.OrderItem label strong {
    float: right;
}

.OrderItem label strong i {
    margin-right: 4px;
}

.OrderItem label strong u {
    text-decoration: none;
    font-size: 8px;
}

.OrderItem label:last-of-type {
    border-bottom: none;
}

#MyOrders {
    padding-top: 25px;
}


.OrderInfoBtn {
    position: absolute;
    right: 0;
    top: 0;
    background: #dbdbdb;
    width: 35px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 1000px;
    font-size: 19px;
    color: #555555;
    margin: 10px;
    z-index: 8;
    cursor: pointer;
}

.OrderInfoBtn:hover {

}

.OrderContentGH {
    display: none;
}

.OrderContentInner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: white;
    z-index: 9;
    padding: 20px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


.OrderContentInner::-webkit-scrollbar {
    display: none;
}


.OrderContentInner p {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.OrderContentItem {
    display: block;
    margin: 18px auto;
    width: 100%;
    background: #f4f4f4;
    padding: 8px;
    padding-left: 71px;
    position: relative;
    border: solid 1px #e1e1e1;
    border-radius: 10px;
}

.OrderContentItem .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px;
}

.OrderContentItem h6 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    color: #bc891b;
    transition: 300ms;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.OrderContentItem strong {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #558258;
}

.OrderContentItem strong s {
    color: #c46a6a;
    margin-right: 5px;
}

.OrderContentItem strong u {
    text-decoration: none;
    font-size: 8px;
    margin: 0 4px;
}

.OrderContentItem h5 {
    margin: 5px auto;
    width: 100%;
    font-size: 11px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.OrderContentItem h5 g {
    display: flex;
    justify-content: center;
    align-items: center;
    background: lightgrey;
    padding: 3px 4px;
    margin-right: 4px;
    border-radius: 5px;
}

.OrderContentItem h5 g i {
    margin-right: 5px;
}

.OrderContentItem h6:hover {
    text-decoration: underline;
    color: #c09840;
}

.PrintInvoiceBtn {
    position: absolute;
    left: 0;
    top: 0;
    width: fit-content;
    background: #5f5f5f;
    color: aliceblue;
    border: none;
    padding: 5px 10px;
    border-bottom-right-radius: 18px;
    padding-right: 17px;
    font-size: 13px;
    font-weight: bold;
    transition: 300ms;
}

.PrintInvoiceBtn:hover {
    background: #161616;
}

.PrintInvoiceBtn i {
    margin-right: 4px;
}

.BookFormRow {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}

.BookFormRow label {
    display: block;
    margin: 6px auto;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}

.BookFormHolder {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 46px;
    background: #f8f8f8;
    position: relative;
    border: solid 1px #dfdfdf;
}

.BookFormHolder g {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    color: #6c6c6c;
    pointer-events: none;
}

.BookFormHolder input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0px 18px;
    font-size: 14px;
    padding-left: 40px;
    z-index: 0;
}

#BookForm {
    background: white;
    border: solid 1px #e0e0e0;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 60px;
    border-radius: 10px;
}

.BookFormSubmit {
    display: block;
    margin: 43px auto;
    width: fit-content;
    padding: 11px 24px;
    background: #bc891b;
    color: aliceblue;
    border: none;
    transition: 300ms;
    border-radius: 5px;
    box-shadow: inset -20px 0px 80px -30px #ffb922;
}

.BookFormSubmit i {
    margin-right: 6px;
}

.BookFormSubmit:hover {
    transform: scale(1.1);
    filter: brightness(110%);
}

.SortByGH {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto 35px;
}

.SortByGH select {
    display: block;
    margin: 0 0;
    width: 200px;
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
    border: solid 1px #cfcfcf;
    cursor: pointer;
}

.SortByGH p {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: fit-content;
    height: 100%;
    font-size: 14px;
}

.SortByGH p u {
    text-decoration: none;
    margin: 0 7px;
}

#PageCurrent {
    color: #bc891b;
}

.VideoPlayer {
    display: none;
}

.VideoPlayerInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999;
}

.VideoPlayerDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    max-height: 90%;
    position: relative;
    overflow: hidden;
    background: #4f4f4f;
}

.VideoPlayerDiv video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.VideoPlayerFade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: black;
    opacity: 0.5;
    cursor: pointer;
}

.ProdBtns .AddedToBasket {
    background: #d46e6e;
    border-color: #d46e6e;
}

.ProdBtns .AddedToBasket .setbg {
    filter: invert(1);
}

.ProdDetBtns .AddedToBasketPage {
    background: #f26d6d !important;
}

.ProdDetBtns .AddedToBasketPage .setbg {
}


.SharedSuccess {
    display: none;
}

.SharedSuccessInner {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.SharedSuccessInner h4 {
    display: block;
    margin: 25px auto;
    width: fit-content;
    background: #5d835c;
    padding: 20px;
    color: aliceblue;
    position: relative;
    padding-left: 60px;
    border-radius: 1000px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: -11px -5px 1px 0px #0000001a;
}

.SharedSuccessInner h4 i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}


.SharedRemoveSuccess {
    display: none;
}

.SharedRemoveSuccessInner {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.SharedRemoveSuccessInner h4 {
    display: block;
    margin: 25px auto;
    width: fit-content;
    background: #914848;
    padding: 20px;
    color: aliceblue;
    position: relative;
    padding-left: 60px;
    border-radius: 1000px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: -11px -5px 1px 0px #0000001a;
}

.SharedRemoveSuccessInner h4 i {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.HeaderBtns button .HeaderFavCount {
    background: #ab5050;
}


.OnlinePaymentPage {
}

.OnlinePaymentPageInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 90px;
}

.OnlinePaymentPageDiv {
}

.OnlinePaymentPageDiv iframe {
}

.OnlinePaymentPageInnerBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.OnlinePaymentPageHeader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 222;
    background: white;
    padding: 20px 6%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.OnlinePaymentPageHeaderDiv {
    display: block;
    margin: 0 0;
    width: fit-content;
    padding-left: 56px;
    position: relative;
}

.OnlinePaymentPageHeader .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.OnlinePaymentPageHeader label {
    display: block;
    margin: 0 auto;
    width: 200px;
    font-weight: bold;
    font-size: 13px;
}

.OnlinePaymentPageHeader button {
    display: block;
    margin: 0 0;
    width: fit-content;
    background: #424242;
    color: aliceblue;
    padding: 7px 13px;
    transition: 300ms;
    border: none;
    border-radius: 5px;
}

.OnlinePaymentPageHeader button i {
    margin-right: 7px;
}

.OnlinePaymentPageHeader button:hover {
    transform: scale(1.1);
    background: #333333;
}

.EmployeeScreen {
}

.EmployeeTriggerItem {
    display: block;
    margin: 24px auto;
    width: 90%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    cursor: pointer;
    transition: 300ms;
    position: relative;
    z-index: 22;
    overflow: hidden;
    background: #c59245;
}

.EmployeeTriggerItemBG {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.8;
}

.EmployeeTriggerItemThumb {
    position: absolute;
    left: 15%;
    top: 10%;
    width: 70%;
    height: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 400ms;
}

.EmployeeTriggerItem label {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 15px 6px;
    font-size: 16px;
    font-weight: bold;
    color: #343434;
    pointer-events: none;
    text-shadow: -1px 1px 1px #ffffff7d;
}

.EmployeeTriggerItem:hover {
    transform: scale(1.1);
}

.EmployeeTriggerItem:hover .EmployeeTriggerItemThumb {
    transform: rotate3d(1, 1, 1, 18deg) scale(1.1);
}

.EmployeeCover {
    display: block;
    margin: 35px auto;
    width: 100%;
    text-align: center;
}

.EmployeeCover .setbg {
    display: block;
    margin: 0 auto;
    width: 122px;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.EmployeeCover h4 {
    display: block;
    margin: 15px auto;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #4b4b4b;
}

.EmployeeCover p {
    display: block;
    margin: 0 auto;
    width: 700px;
    max-width: 90%;
    font-size: 17px;
    font-weight: 600;
    color: dimgrey;
}

.EmployeeCover p u {
    text-decoration: none;
    font-weight: bold;
    color: #c99a59;
}

.SideMenuBtn {
    display: none;
}

.SideMenu {
    display: none;
}

.ShowFilterBtn {
    display: none;
}

.FiltrationFade {
    display: none;
}


.MobileSideMenuBtn {
    display: none;
}

.PDFDownloadOrderBtn {
    position: absolute;
    left: 95px;
    top: 0;
    width: fit-content;
    background: #b95757;
    border-radius: 0px 0px 5px 5px;
    padding: 5px 9px;
    color: aliceblue;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
    transition: 300ms;
}

.PDFDownloadOrderBtn i {
    margin-right: 5px;
}

.PDFDownloadOrderBtn:hover {
    background: #d97373;
}

.ErrorPage {
}

.ErrorPageInner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 120px;
}

.ErrorPageDiv {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.ErrorPageDiv img {
    display: block;
    margin: 7px auto;
    width: 245px;
}

.ErrorPageDiv h1 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ab5050;
}

.ErrorPageDiv p {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.ErrorPageDiv button {
    display: block;
    margin: 18px auto;
    width: fit-content;
    padding: 8px 19px;
    border: none;
    color: aliceblue;
    background: #3b3b3b;
    border-radius: 5px;
    transition: 300ms;
}

.ErrorPageDiv button i {
    margin-right: 5px;
}

.ErrorPageDiv button:hover {
    background: #1a1a1a;
    transform: scale(1.1);
}

#CoursesTab {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #dadada;
    background: #ffffff;
}

.SlideCoursesrTabsGH {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.SlideCoursesItem {
    display: block;
    margin: 0 auto;
    width: 45%;
    cursor: pointer;
    background: #efefef;
    padding: 10px 10px;
    border-radius: 10px;
    text-align: center;
    transition: 300ms;
}

.SlideCoursesItem .setbg {
    display: block;
    margin: 20px auto;
    width: 90%;
    height: 120px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.SlideCoursesItem h5 {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    font-weight: bold;
}

.CoursesTabsIntro {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    flex-direction: column;
    height: 100%;
}

.CoursesTabsIntro h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    color: #c2a044;
    font-size: 31px;
    text-transform: uppercase;
}

.CoursesTabsIntro p {
    display: block;
    margin: 12px auto;
    width: 100%;
    font-size: 14px;
}

.SlideCoursesItem:hover {
    transform: scale(1.1);
    background: #e4e4e4;
}

.HeaderTabs ul li i {
    margin-left: 7px;
}

#CoursesSideMenu {
    display: none;
}

#AboutPage {
}

.AboutContentGH {
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

.AboutPageCover {
    display: flex;
    margin: 40px auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/0.3;
    background: #000000;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    z-index: 23;
}

.AboutPageCover .setbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center; */
    z-index: -1;
    opacity: 0.3;
}

.AboutPageCover h4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 34px;
}

.Preloader {
}

.PreloaderInner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999999999;
    background: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PreloaderDiv {
}

.PreloaderDiv img {
    display: block;
    margin: 20px auto;
    width: auto;
    height: 135px;
    transform: translateY(0px);
    animation: 3s ease-in-out 0s infinite normal none running PreloaderLogoAnimation;
}

@keyframes PreloaderLogoAnimation {
    0% {
       transform: scale(1.1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1.1);
    }
}

.PreloaderDiv label {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #4f4f4f;
}

.PreloaderBG {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: color-burn;
    object-fit: cover;
    object-position: center;
}

