@font-face {
    font-family: 'Dubai Bold';
    src: url(../fonts/dubai/Dubai-Bold.ttf);
}

@font-face {
    font-family: 'Dubai Medium';
    src: url(../fonts/dubai/Dubai-Medium.ttf);
}

@font-face {
    font-family: 'Dubai';
    src: url(../fonts/dubai/Dubai-Regular.ttf);
}

@font-face {
    font-family: 'Dubai Light';
    src: url(../fonts/dubai/Dubai-Light.ttf);
}

@font-face {
    font-family: 'Inter Regular';
    src: url(../fonts/Inter/Inter-Regular.ttf);
}

* {
    margin: 0;
    border: none;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
}

body {
    position: relative;
    overflow-x: hidden !important;
    background-color: #FFF !important;
    font-size: 1rem;
}

.overflowHidden {
    overflow: hidden !important;
}

p {
    line-height: 140%;
}

/* My Library */
main {
    position: relative;
}

a,
button {
    cursor: pointer;
}

p {
    margin-bottom: 0px;
}

.textUnDecoration {
    text-decoration: none !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.border-none {
    border: none;
}

.borderB-none {
    border-bottom: none !important;
}

.shadow-none {
    box-shadow: none !important;
}

section {
    position: relative;
}

a,
.btn-hover {
    transition: 0.3s;
    cursor: pointer;
}

input:focus-visible {
    outline: none;
}

.btn-hover:hover {
    transform: scale(0.9);
}

.opacity8 {
    opacity: 0.8;
}

.bg-none {
    background: none !important;
}

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

p,
button,
a {
    font-size: 1rem;
}

.text-center {
    text-align: center;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 1rem !important;
}

.mt-1 {
    margin-top: 0.5rem !important
}

.mt-2 {
    margin-top: 1rem !important;
}

.mt-3 {
    margin-top: 1.5rem !important;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mt-5 {
    margin-top: 2.5rem !important;
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.d-flex {
    display: flex !important
}

.align-items-center {
    align-items: center !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.text-start {
    text-align: start !important;
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.pe-2 {
    padding-right: 8px;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.flex-column {
    flex-direction: column !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.d-block {
    display: block !important;
}

.pre-whiteSpace {
    white-space: pre;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-1 {
    padding-top: 0.5rem !important
}

.pt-2 {
    padding-top: 1rem !important;
}

.pt-3 {
    padding-top: 1.5rem !important;
}

.pt-4 {
    padding-top: 2rem !important;
}

.pt-5 {
    padding-top: 2.5rem !important;
}

/* Sections */
.white-space-preLine {
    white-space: pre-line;
}

.style-font {
    font-family: "Inter Regular";
    font-weight: 400;
}

.font-bold {
    font-family: 'Inter Regular';
    font-weight: 700;
}

.font-semiBold {
    font-family: "Inter Regular";
    font-weight: 600;
}

.font-medium {
    font-family: 'Inter Regular';
    font-weight: 500;
}

.font-ExtraBold {
    font-family: 'Inter Regular';
    font-weight: 800;
}

.font-light {
    font-family: 'Inter Regular';
    font-weight: 300;
}

.px-90 {
    padding: 0 90px;
}

.px-100 {
    padding: 0 100px;
}

.px-80 {
    padding: 0 80px;
}

.px-110 {
    padding: 0 110px;
}

.px-130 {
    padding: 0 130px;
}

.px-175 {
    padding: 0 175px;
}

.mb60 {
    margin-bottom: 3.7rem;
}

@media (min-width:1920px) {
    .px-110 {
        padding: 0 140px;
    }

    .px-100 {
        padding: 0 120px;
    }

    .px-130 {
        padding: 0 160px;
    }

    .px-175 {
        padding: 0 220px;
    }

    .mb60 {
        margin-bottom: 4.2rem;
    }
}

@media (max-width:1396.36px) {
    .px-110 {
        padding: 0 100px;
    }

    .px-80 {
        padding: 0 40px;
    }

    .px-100 {
        padding: 0 90px;
    }

    .px-90 {
        padding: 0 70px;
    }

    .px-130 {
        padding: 0 110px;
    }

    .px-175 {
        padding: 0 170px;
    }

    .mb60 {
        margin-bottom: 3.3rem;
    }
}

@media (max-width:1228.8px) {
    .px-110 {
        padding: 0 40px;
    }

    .px-100 {
        padding: 0 50px;
    }

    .px-90 {
        padding: 0 50px;
    }

    .px-130 {
        padding: 0 55px;
    }

    .px-175 {
        padding: 0 90px;
    }

    .mb60 {
        margin-bottom: 2.4rem;
    }
}

@media (max-width:1024px) {
    .px-90 {
        padding: 0 30px;
    }

    .mb60 {
        margin-bottom: 2rem;
    }
}

@media (max-width:877.71px) {
    .px-80 {
        padding: 0 50px;
    }

    .px-110 {
        padding: 0 30px;
    }

    .px-100 {
        padding: 0 40px;
    }

    .px-130 {
        padding: 0 35px;
    }

    .px-175 {
        padding: 0 45px;
    }

    .mb60 {
        margin-bottom: 1.5rem;
    }
}

@media (max-width:768px) {
    .px-80 {
        padding: 0 1rem;
    }

    .px-110 {
        padding: 0 1rem;
    }

    .px-100 {
        padding: 0 1rem;
    }

    .px-90 {
        padding: 0 1rem;
    }

    .px-130 {
        padding: 0 1rem;
    }

    .px-175 {
        padding: 0 1rem;
    }
}

/* Animations */
.transition3s {
    transition: all 0.3s ease;
}

/* Texts Style */
.letterSpacing {
    letter-spacing: -0.333px;
}

/* ///////////////////// */
.fxGeneral-cards {
    display: flex;
    flex-wrap: wrap;
}

.fxGeneral-card {
    box-sizing: border-box;
    width: max-content;
    transition: 0.3s;
    cursor: pointer;
}

/* Head Title  Style*/
.titlesStyle {
    margin-bottom: 1.5rem;
}

.btnProducts {
    display: flex;
    border-radius: 20px;
    background: linear-gradient(87deg, #6DA117 0.41%, #B9C700 104.45%);
    padding: 10px 30px;
    gap: 15px;
    height: max-content;
}

.btnProducts2 {
    display: none;
}

.oldCost {
    text-decoration-line: line-through;
    font-size: 14px;
}

.gapCost {
    gap: 5px;
}

@media (min-width:1706.67px) {}

@media (min-width:1920px) {}

@media (min-width:2048px) {}

@media (min-width:2304px) {}

@media (min-width:3072px) {}

@media (max-width:1396.36px) {
    .titlesStyle {
        margin-bottom: 1.2rem;
    }
}

@media (max-width:1228.8px) {
    .titlesStyle {
        margin-bottom: 1rem;
    }
}

@media (max-width:1024px) {
    .btnProducts {
        padding: 7px 15px;
        gap: 8px;
    }

    .btnProducts img {
        width: 15px;
    }
}

@media (max-width:877.71px) {}

@media (max-width:768px) {}

@media (max-width:614.4px) {
    .btnProducts {
        padding: 7px 15px;
        gap: 8px;
    }

    .btnProducts {
        display: none;
    }

    .btnProducts2 {
        display: flex;
        margin: 15px auto 0 auto;
        padding: 10px 20px;
    }
}

@media (max-width:512px) {}

/* Sizes Texts */
.fontSize18 {
    font-size: 18px;
}

.fontSize12 {
    font-size: 12px;
}

.fontSize14 {
    font-size: 14px;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize15 {
    font-size: 15px;
}

.fontSize17 {
    font-size: 17px;
}

.fontSize25 {
    font-size: 25px;
}

.fontSize20 {
    font-size: 20px;
}

.fontSize24 {
    font-size: 24px;
}

.fontSize35 {
    font-size: 35px;
}

.fontSize36 {
    font-size: 36px;
}

.fontSize50 {
    font-size: 50px;
}

.fontSize56 {
    font-size: 56px;
}

.fontSize30 {
    font-size: 30px;
}

.h60px {
    height: 60px;
}

.h51px {
    height: 51px;
}

.w250px {
    width: 250px;
}

@media (min-width:1706.67px) {
    .fontSize18 {
        font-size: 21px;
    }

    .fontSize16 {
        font-size: 18px;
    }

    .fontSize25 {
        font-size: 27px;
    }

    .fontSize20 {
        font-size: 22px;
    }

    .fontSize17 {
        font-size: 19px;
    }

    .fontSize15 {
        font-size: 17px;
    }

    .fontSize35 {
        font-size: 37px;
    }

    .fontSize36 {
        font-size: 39px;
    }

    .fontSize30 {
        font-size: 32px;
    }

    .h60px {
        height: 65px;
    }

    .w250px {
        width: 280px;
    }

    .fontSize50 {
        font-size: 54px;
    }

    .fontSize12 {
        font-size: 14px;
    }

    .fontSize14 {
        font-size: 16px;
    }

    .fontSize24 {
        font-size: 26px;
    }

    .fontSize56 {
        font-size: 64px;
    }

    .h51px {
        height: 58px;
    }

}

@media (min-width:1920px) {
    .fontSize18 {
        font-size: 24px;
    }

    .fontSize16 {
        font-size: 21px;
    }

    .fontSize25 {
        font-size: 30px;
    }

    .fontSize20 {
        font-size: 25px;
    }

    .fontSize17 {
        font-size: 22px;
    }

    .fontSize15 {
        font-size: 20px;
    }

    .fontSize35 {
        font-size: 40px;
    }

    .fontSize36 {
        font-size: 42px;
    }

    .fontSize36 {
        font-size: 32px;
    }

    .fontSize56 {
        font-size: 70px;
    }

    .h60px {
        height: 70px;
    }

    .w250px {
        width: 330px;
    }

    .fontSize50 {
        font-size: 58px;
    }

    .fontSize12 {
        font-size: 15px;
    }

    .fontSize14 {
        font-size: 19px;
    }

    .fontSize24 {
        font-size: 28px;
    }

    .h51px {
        height: 65px;
    }
}

@media (min-width:2048px) {
    .fontSize25 {
        font-size: 34px;
    }

    .fontSize20 {
        font-size: 27px;
    }

    .fontSize17 {
        font-size: 24px;
    }

    .fontSize35 {
        font-size: 42px;
    }

    .fontSize36 {
        font-size: 45px;
    }

    .fontSize56 {
        font-size: 73px;
    }

    .w250px {
        width: 370px;
    }

    .fontSize50 {
        font-size: 62px;
    }

    .fontSize30 {
        font-size: 37px;
    }

    .fontSize14 {
        font-size: 21px;
    }

    .fontSize24 {
        font-size: 31px;
    }
}

@media (min-width:2304px) {
    .fontSize18 {
        font-size: 26px;
    }

    .fontSize16 {
        font-size: 23px;
    }

    .fontSize15 {
        font-size: 22px;
    }

    .fontSize17 {
        font-size: 25px;
    }

    .fontSize35 {
        font-size: 44px;
    }
}

@media (max-width:1396.36px) {
    .fontSize18 {
        font-size: 16px;
    }

    .fontSize16 {
        font-size: 14px;
    }

    .fontSize15 {
        font-size: 13px;
    }

    .fontSize25 {
        font-size: 23px;
    }

    .fontSize20 {
        font-size: 18px;
    }

    .fontSize17 {
        font-size: 15px;
    }

    .fontSize35 {
        font-size: 33px;
    }

    .fontSize36 {
        font-size: 34px;
    }

    .fontSize50 {
        font-size: 46px;
    }

    .fontSize56 {
        font-size: 50px;
    }

    .h60px {
        height: 55px;
    }

    .w250px {
        width: 230px;
    }

    .fontSize30 {
        font-size: 28px;
    }

    .fontSize14 {
        font-size: 12px;
    }

    .fontSize24 {
        font-size: 22px;
    }

    .h51px {
        height: 48px;
    }
}

@media (max-width:1228.8px) {
    .fontSize18 {
        font-size: 15px;
    }

    .fontSize16 {
        font-size: 13px;
    }

    .fontSize15 {
        font-size: 12px;
    }

    .fontSize25 {
        font-size: 20px;
    }

    .fontSize20 {
        font-size: 16px;
    }

    .fontSize17 {
        font-size: 14px;
    }

    .fontSize35 {
        font-size: 30px;
    }

    .fontSize36 {
        font-size: 32px;
    }

    .fontSize50 {
        font-size: 42px;
    }

    .fontSize30 {
        font-size: 25px;
    }

    .fontSize24 {
        font-size: 20px;
    }

    .fontSize56 {
        font-size: 48px;
    }

    .h60px {
        height: 50px;
    }

    .w250px {
        width: 210px;
    }

    .fontSize14 {
        font-size: 11px;
    }

    .fontSize12 {
        font-size: 10px;
    }

    .h51px {
        height: 45px;
    }
}

@media (max-width:1024px) {
    .fontSize18 {
        font-size: 14px;
    }

    .fontSize16 {
        font-size: 12px;
    }

    .fontSize15 {
        font-size: 11px;
    }

    .fontSize25 {
        font-size: 18px;
    }

    .fontSize20 {
        font-size: 14px;
    }

    .fontSize17 {
        font-size: 13px;
    }

    .fontSize35 {
        font-size: 26px;
    }

    .fontSize36 {
        font-size: 28px;
    }

    .fontSize50 {
        font-size: 36px;
    }

    .fontSize30 {
        font-size: 22px;
    }

    .fontSize56 {
        font-size: 40px;
    }

    .h60px {
        height: 40px;
    }

    .w250px {
        width: 170px;
    }

    .fontSize12 {
        font-size: 9px;
    }

    .fontSize24 {
        font-size: 1.1rem;
    }

    .h51px {
        height: 42px;
    }
}

@media (max-width:877.71px) {
    .fontSize18 {
        font-size: 13px;
    }

    .fontSize16 {
        font-size: 11px;
    }

    .fontSize15 {
        font-size: 10px;
    }

    .fontSize25 {
        font-size: 16px;
    }

    .fontSize20 {
        font-size: 12px;
    }

    .fontSize17 {
        font-size: 12px;
    }

    .fontSize35 {
        font-size: 24px;
    }

    .fontSize36 {
        font-size: 24px;
    }

    .w250px {
        width: 150px;
    }

    .fontSize30 {
        font-size: 18px;
    }

    .fontSize12 {
        font-size: 10px;
    }

    .fontSize24 {
        font-size: 1rem;
    }

    .fontSize56 {
        font-size: 33px;
    }

    .h51px {
        height: 38px;
    }
}

@media (max-width:768px) {
    .fontSize18 {
        font-size: 12px;
    }

    .fontSize16 {
        font-size: 11px;
    }

    .fontSize20 {
        font-size: 13px;
    }

    .fontSize17 {
        font-size: 11px;
    }

    .fontSize35 {
        font-size: 20px;
    }

    .fontSize50 {
        font-size: 32px;
    }
}

@media (max-width:614.4px) {
    .fontSize25 {
        font-size: 15px;
    }

    .h60px {
        height: 45px;
    }

    .h51px {
        height: 42px;
    }

}

/* ColorS Texts */
.colorGrey {
    color: #6B7280;
}

.colorGrey2 {
    color: #A0A0A0;
}

.colorGrey3 {
    color: #6B7280;
}

.colorGrey4 {
    color: #999;
}

.colorGrey5 {
    color: #808080;
}

.colorGrey6 {
    color: #9CA3AF;
}

.colorGrey7 {
    color: #CECECE;
}

.colorGrey8 {
    color: #666;
}

.colorGrey9 {
    color: #B3B3B3;
}

.colorGrey10 {
    color: #808080;
}

.colorGrey11 {
    color: #6C7278;
}

.colorGrey12 {
    color: #8E8E8E;
}

.colorGrey13 {
    color: #AEAEAE;
}

.colorGrey14 {
    color: #7D7D91;
}

.colorGrey15 {
    color: #A9A9A9;
}

.colorGrey16 {
    color: #8A8A8A;
}

.colorGrey17 {
    color: #9B9B9B;
}

.colorGreen {
    color: #6AA632;
}

.colorGreen2 {
    color: #2C742F;
}

.colorGreen3 {
    color: #28A745;
}

.colorDarkGreen {
    color: #072506;
}

.colorDark {
    color: #000;
}

.colorBlack {
    color: #272626;
}

.colorBlack2 {
    color: #030712;
}

.colorBlack3 {
    color: #222835;
}

.colorBlack4 {
    color: #1A1A1A;
}

.colorBlack5 {
    color: #333;
}

.colorBlack6 {
    color: #4D4D4D;
}

.colorWhite {
    color: #fff;
}

.colorRed {
    color: #A52A2A;
}

.colorRed2 {
    color: #DC3545;
}

.colorOrange {
    color: #EA4B48;
}

.colorYellow {
    color: #FFC107;
}

/* Background Color  */
.bg-white {
    background: #fff;
}

.bg-green {
    background: #6AA632;
}

.bg-red {
    background: #EA4335;
}

.bg-black {
    background: #000;
}

/* //////////////////////////////// */
.coverBack {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 10;
    transition: background-color 0.3s, transform 0.3s;
    display: block;
}

.numberLines {
    display: -webkit-box;
    /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Pagination Style */
.pagination {
    gap: 5px;
    margin-top: 60px;
    width: 100%;
    flex-basis: 100%;
}

.pagination button,
.pagination a {
    background: none;
    padding: 2px 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: 0.3s;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.pagination button.active,
.pagination button:hover,
.pagination a:hover {
    background: #6DA117;
    color: #fff !important;
    font-weight: bold;
    font-family: 'Dubai Bold';
}

.pagination .btnImageLeft {
    padding: 0;
    margin-right: 5px;
    transform: rotate(180deg);
}

.pagination .btnImageRight {
    padding: 0;
}

.pagination .btnImageRight:hover,
.pagination .btnImageLeft:hover {
    background: none;
    ;
}

.pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Buttons Style */
.btnLinear-gradient {
    background: linear-gradient(90deg, var(--Color4, #6AA632) 0%, var(--Color5, #B9DE60) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 30px;
    justify-content: center;
}

.btnOutline-black {
    border-radius: 20px;
    border: 2px solid var(--Color5, #072506);
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 30px;
    justify-content: center;
    background: #fff;
    transition: background 0.2s;
}

.btnOutline-black:hover {
    background: #072506;
    color: #fff;
}

.redOutlineBtn {
    border-radius: 20px;
    border: 2px solid #EA4335;
    background: #fff;
    transition: background 0.2s;
}

.redOutlineBtn:hover {
    background: #EA4335;
    color: #fff;
}

/* checkbox Style  */
.checkbox-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-group label {
    position: relative;
    cursor: pointer;
}

.checkbox-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #8E8E8E;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
}

.checkbox-group input:checked+label::before {
    border: 2px solid #6DA117;
    background: rgba(109, 161, 23, 0.15);
    ;
}

.checkbox-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2.5px;
    left: 6px;
    width: 3px;
    height: 9px;
    border: solid #6DA117;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
    border-radius: 2px;
}

/* Radio Button */
fieldset input[type="radio"]:after {
    display: none;
}

fieldset input[type="radio"] {
    appearance: none;
    position: absolute;
    right: 0;
    -webkit-appearance: none;
    transition: linear 0.8s;
    height: 0;
    width: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

fieldset input[type="radio"]:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    height: 16px;
    width: 16px;
    border-radius: 20px;
    border: 1px solid #6DA117;
    transition: linear 0.2s;
    cursor: pointer;
    display: block;
}

fieldset input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    background: #fff;
    transition: linear 0.2s;
    cursor: pointer;
}

fieldset .labelRadio.checked {
    border: 1px solid #fff;
}

fieldset input[type="radio"]:checked:before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 4px;
    background: #6AA632;
    left: -2rem;
    top: -3.3px;
    z-index: 1;
    cursor: pointer;
}

fieldset .radio-item-container {
    gap: 18px;
    flex-wrap: wrap;
}

fieldset .radio-item {
    display: flex;
    position: relative;
    flex: 1 1 calc(50% - 18px);
    max-width: calc(50% - 0px);
}

fieldset .icon {
    font-size: 24px;
    position: absolute;
    right: 26px;
    top: 11px;
    transition: linear 0.3s;
}

fieldset input[type="radio"]:checked+span>.icon {
    transform: scale(1.7);
}

/* Table Design */
table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid transparent;
    padding: 0.5rem 0;
    text-align: left;
}

table thead tr th {
    border-bottom: 1px solid #E6E6E6;
}

table td {
    border-bottom: 1px solid #E1E0E0;
}

table .cancelBlack {
    cursor: pointer;
    transition: 0.3s;
}

table .cancelBlack:hover {
    transform: scale(0.8);
}

.fxProduct-price p {
    letter-spacing: -0.333px;
    text-decoration-line: line-through;
}

.fx-productImage {
    gap: 1.2rem;
}

.fx-productImage .productImage {
    width: 90px;
    height: 90px;
}

.fx-productImage .productImage img {
    object-fit: contain;
}

.btnInStock {
    border-radius: 4px;
    background: rgba(32, 181, 38, 0.20);
    padding: 4px 8px;
    white-space: nowrap;
}

.btnOutOfStock {
    border-radius: 4px;
    background: rgba(234, 75, 72, 0.20);
    padding: 4px 8px;
    white-space: nowrap;
}

table tr .weightCol .fxAmount-product {
    gap: 10px;
}

table tr .weightCol button {
    background: none;
}

table tr .weightCol button:disabled {
    opacity: 0.5;
}

table tr .weightCol button img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

input[type="text"],
input[type="email"] {
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    height: 46px;
    padding: 0 14px;
}

.DivList {
    position: relative;
}

.list-boxInput {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #E9E9E9;
    border-top: 0px;
    padding: 20px;
    background: #fff;
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 13vh;
    overflow-y: auto;
    top: 80%;
    gap: 10px;
}

.list-boxInput span {
    padding: 4px 0;
    cursor: pointer;
}

.boxInput {
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    height: 45px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
}

.boxInput input {
    width: 95%;
    border: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    cursor: pointer;
    padding: 0 !important;
}

.boxInput .arrowBottom {
    transform: rotate(90deg);
    width: 12px;
    display: block;
    margin: auto;
    opacity: 0.9;
}

.orderSummary .fxPriceNumber {
    background: #FFF;
    padding: 12px 0;
    box-shadow: 0 1px 0 0 #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
}

.border-orderSummary {
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 20px;
}

.orderSummary h3 {
    margin-bottom: 1.2rem;
}

.fxTotalCost {
    margin-top: 30px;
}

.fxTotalCost .btnLinear-gradient {
    width: 70%;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.overlayModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.btnProcessing {
    color: #CE0704;
    border-radius: 11px;
    background: rgba(206, 7, 4, 0.10);
    padding: 5px 10px;
}

.btnProblemSolved {
    color: #006C07;
    border-radius: 11px;
    background: rgba(0, 108, 7, 0.10);
    padding: 5px 10px;
}

.buttons {
    gap: 29px;
}

iframe {
    width: 100%;
    height: 26.938rem;
    border-radius: 15px;
}

.underlineText {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 12%;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}

.clearShoppingCart {
    color: #A52A2A;
    line-height: normal;
    letter-spacing: -0.333px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 8.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-left: auto;
    display: block;
    text-align: end;
    margin-top: 1.7rem;
}

@media (min-width:1706.67px) {
    fieldset .labelRadio {
        padding: 15px 20px;
    }

    fieldset .fxDetailsProduct .fxPrice h3 {
        font-size: 16px;
    }

    fieldset .fxDetailsProduct .fxPrice span {
        font-size: 13px;
    }

    fieldset .fxDetailsProduct p {
        font-size: 14px;
    }

    .checkbox-group label:before {
        padding: 9px;
    }

    .checkbox-group input:checked+label:after {
        width: 4px;
        height: 13px;
        top: 2px;
        left: 8px;
    }

    .pagination button,
    .pagination a {
        font-size: 17px;
    }

    input[type="text"],
    input[type="email"],
    .boxInput {
        height: 52px;
    }

    iframe {
        height: 28.938rem;
    }

    .fx-productImage .productImage {
        width: 110px;
        height: 110px;
    }

    .btnInStock,
    .btnOutOfStock {
        padding: 8px 1rem;
    }

    .btnLinear-gradient {
        padding: 14px 30px;
    }
}

@media (min-width:1920px) {

    fieldset input[type="radio"]:checked:after,
    fieldset input[type="radio"]:after {
        width: 25px;
        height: 25px;
    }

    fieldset input[type="radio"]:checked:before {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        left: -39px;
        top: -6px;
    }

    .fx-productImage .productImage {
        width: 120px;
        height: 120px;
    }

    fieldset .fxDetailsProduct .typeTitle {
        line-height: normal;
    }

    fieldset .fxDetailsProduct .fxPrice h3 {
        font-size: 21px;
        line-height: normal;
    }

    fieldset .fxDetailsProduct .fxPrice span {
        font-size: 18px;
    }

    fieldset .fxDetailsProduct p {
        font-size: 19px;
    }

    fieldset .labelRadio {
        padding: 18px 22px;
    }

    .checkbox-group label:before {
        padding: 11px;
    }

    .checkbox-group input:checked+label:after {
        width: 6px;
        height: 15px;
        top: 2px;
        left: 9px;
    }

    .pagination button,
    .pagination a {
        font-size: 20px;
        padding: 5px 15px;
    }

    input[type="text"],
    input[type="email"],
    .boxInput {
        height: 62px;
    }

    iframe {
        height: 30.938rem;
    }

    .btnLinear-gradient {
        padding: 18px 40px;
    }
}

@media (min-width:2048px) {

    .pagination button,
    .pagination a {
        font-size: 22px;
    }

    html {
        width: 2050px;
        margin: auto;
    }

    input[type="text"],
    input[type="email"],
    .boxInput {
        height: 72px;
    }
}

@media (min-width:2304px) {}

@media (min-width:3072px) {}

@media (max-width:1396.36px) {
    .fx-productImage .productImage {
        width: 80px;
        height: 80px;
    }
}

@media (max-width:1228.8px) {
    .checkbox-group label:before {
        padding: 6px;
        border: 1.5px solid #8E8E8E;
    }

    .checkbox-group input:checked+label::before {
        border: 1.5px solid #6DA117;
    }

    fieldset .labelRadio {
        padding: 8px 15px;
    }

    fieldset .labelRadio .fxLabel img {
        width: 40px;
    }

    fieldset .labelRadio .fxLabel {
        gap: 10px;
    }

    fieldset .radio-item-container {
        gap: 14px;
    }

    .fx-productImage .productImage img {
        width: 56px;
        height: 44px;
    }

    table tr .weightCol button img {
        width: 25px;
        height: 25px;
    }

    .fx-productImage .productImage img {
        width: 56px;
        height: 44px;
    }

    table tr .weightCol button img {
        width: 25px;
        height: 25px;
    }

    input[type="text"],
    input[type="email"],
    .boxInput {
        height: 42px;
    }

    iframe {
        height: 23.938rem;
    }

    .fx-productImage .productImage {
        width: 70px;
        height: 70px;
    }

}

@media (max-width:1024px) {
    fieldset {
        margin-top: 8px;
    }

    table .cancelBlack {
        width: 18px;
    }

    table td {
        padding: 10px 0;
    }

    input[type="text"],
    input[type="email"],
    .boxInput {
        height: 38px;
    }

    .buttons {
        gap: 20px;
    }

    iframe {
        height: 20.938rem;
    }

    .fx-productImage .productImage {
        width: 50px;
        height: 50px;
    }

}

@media (max-width:877.71px) {
    .btnLinear-gradient {
        padding: 7px 20px;
        gap: 10px;
    }

    fieldset .labelRadio {
        padding: 8px 10px;
    }

    fieldset .fxDetailsProduct .fxPrice h3 {
        font-size: 12px;
    }

    fieldset .fxDetailsProduct .fxPrice span {
        font-size: 9px;
    }

    fieldset .fxDetailsProduct p {
        font-size: 10px;
        line-height: 15px;
    }

    iframe {
        height: 18.938rem;
    }

    .checkbox-group input:checked+label:after {
        top: 1.5px;
        height: 7px;
        left: 5px;
    }

    .divTable table th {
        padding: 8px 0;
    }
}

@media (max-width:768px) {
    .btnLinear-gradient {
        padding: 5px 16px;
        gap: 8px;
    }

    .btnLinear-gradient img {
        width: 15px;
    }

    .boxInput .arrowBottom {
        width: 10px;
    }
}

@media (max-width:614.4px) {
    .pagination {
        gap: 3px;
        margin-top: 30px;
    }

    table tr .weightCol .fxAmount-product {
        gap: 5px;
    }

    .fx-productImage .productImage img {
        width: 40px;
        height: 40px;
    }

    table tr th {
        padding: 0 10px;
    }

    .divTable table td {
        padding: 10px;
    }

    .divTable {
        overflow-y: auto;
        width: 92%;
        margin: auto;
    }

    table {
        overflow-x: auto;
    }

    .fx-productImage .fontSize20 {
        font-size: 15px;
    }

    input[type="text"],
    input[type="email"],
    .boxInput {
        padding: 0 10px;
        height: 42px;
    }

    .orderSummary .totalAmount {
        margin-top: 10px;
        margin-bottom: 0 !important;
    }

    .DivList input,
    .DivList span,
    input[type="text"],
    input[type="email"],
    textarea.fontSize12 {
        font-size: 12px;
    }

    .list-boxInput {
        padding: 10px;
    }

    .buttons {
        gap: 12px;
    }

    .buttons .buttons {
        font-size: 15px
    }

    .btnProcessing,
    .btnProblemSolved {
        font-size: 13px;
    }

    iframe {
        height: 16.938rem;
    }

    .clearShoppingCart {
        margin-top: 1rem;
    }

    .btnInStock,
    .btnOutOfStock {
        font-size: 10px;
    }
}




























/* Just for copy */
@media (min-width:1706.67px) {}

@media (min-width:1920px) {}

@media (min-width:2048px) {}

@media (min-width:2304px) {}

@media (min-width:3072px) {}

@media (max-width:1396.36px) {}

@media (max-width:1228.8px) {}

@media (max-width:1024px) {}

@media (max-width:877.71px) {}

@media (max-width:768px) {}

@media (max-width:614.4px) {}

@media (max-width:512px) {}
