.slider-container {
    position: sticky;
    margin: 0;
    top: 106px;
    height: 400px;
    width: 42%;
    border-radius: 8px;
    padding: 0 0 30px 0;
}
.image-container {
    position: relative;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.slider-image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
    transition: transform 0.3s;
}

.product-features {
    display: flex;
    width: 100%;
    max-width: 300px;
    justify-content: space-between;
    margin: auto;
    text-align: center;
    border-radius: 8px;
    background: var(--background);
    height: auto;
}

.product-features i {
    font-size: 30px;
    color: var(--maincolor);
    width: 20%;
    height: 50px;
}
.product-features i::before {
    line-height: 50px;
}
.product-features p {
    width: 80%;
    line-height: 18px;
    text-align: left;
    padding-top: 8px;
}

.product-features p if {
    font-size: var(--label);
}
.ftr {
    width: 30%;
    height: auto;
    color: var(--subtitle-color);
    padding-bottom: 8px;
    border-radius: 8px;
}
.ftr i {
    font-size: 20px;
    margin: 10px auto 4px auto !important;
    display: block;
}

.zoom-box {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 2px solid #000;
    pointer-events: none;
    transform: scale(1);
    transform-origin: 0 0;
    display: none;
}
.slider-image:hover {
    transform: scale(3);
}

.slider-dots {
    text-align: center;
    margin-top: 30px;
}

.dot {
    display: inline-block;
    width: 50px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #888;
    margin: 0 5px;
    opacity: 0.4;
    cursor: pointer;
}

.active-dot {
    opacity: 1;
}

.main-container {
    border: 1px solid transparent;
    height: auto;
    max-width: 450px;
    left: 0;
    top: 80px;
    display: block;
    position: relative;
    text-align: center;
    right: 0;
    margin-left: auto;
    margin-bottom: 80px;
    margin-right: auto;
    width: 100%;
}

.main-container .checkout-container {
    height: auto;
    border: 1px solid transparent;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0px 10px 0px #ddd;
    margin: 0px auto 100px auto;
}

.main-container .checkout-container .basket-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -27.5px;
}

.main-container .checkout-container .order-summary-container {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
}

.main-container .checkout-container .order-summary-container h1 {
    font-size: 20px;
    color: #444;
    font-weight: 900;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
}

.main-container .checkout-container .order-summary-container hr {
    width: 100%;
    border: 0;
    margin: 5px 0px;
    border-top: 1px solid #137e6a;
}

.loading-overlay {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}

.loading-overlay.is-active {
    display: flex;
}
.seerates {
    color: var(--text-color);
    font-weight: 400;
    padding: 0 10px;
    width: auto;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--text-color);
    height: 30px;
    font-size: var(--text);
    position: relative;
    background: var(--background);
    margin-top: 5px;
    line-height: 28px;
    cursor: pointer;
    border-radius: 8px;
}
.seerates:hover {
    filter: brightness(0.95);
    color: var(--text-color);
}
.stock {
    font-weight: 700 !important;
    color: limegreen !important;
    position: relative;
    width: auto;
    height: 20px;
    font-family: arial;
    text-align: left !important;
    line-height: 20px !important;
}
pt {
    animation: licar 0.5s infinite alternate;
    font-size: 40px;
    position: absolute;
    left: -31px;
    line-height: 15px;
    top: 3px;
}
@keyframes licar {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}
.fee {
    margin: 10px 0 0 0;
    font-size: var(--text);
    font-weight: 700;
}
.yourordertitle {
    font-size: var(--title) !important;
    color: var(--subtitle-color);
    font-weight: 400 !important;
    margin-top: 0px;
    letter-spacing: -0.3px !important;
    text-align: left;
}

.main-container .checkout-container .order-summary-container .order-layout {
    display: flex;
    width: 80%;
    margin: 0 auto;
    height: auto;
    min-height: 30px;
    line-height: 30px;
    justify-content: flex-start;
    text-align: left;
}
.items-purchased div {
    font-size: var(--text) !important;
    text-transform: none !important;
    font-weight: 500 !important;
}
.main-container .checkout-container .order-summary-container .order-layout div {
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.main-container
    .checkout-container
    .order-summary-container
    .order-summary-header {
    font-size: 12px;
    font-weight: 600;
}

.main-container .checkout-container .order-summary-container .items-purchased {
    font-size: 12px;
}

.main-container .checkout-container .headersum {
    position: absolute;
    left: 50%;
    height: 45px;
    width: calc(100% + 20px);
    margin-top: 20px;
    transform: translateX(-50%);
    top: unset;
    line-height: 45px;
    background-color: var(--maincolor);
    font-size: 30px !important;
    color: #fff;
}

.main-container .checkout-container .headersum span {
    font-size: var(--text);
}
.main-container .checkout-container .card-details-container h1 {
    font-size: var(--title);
    margin-top: 0;
    margin-bottom: 15px;
}
.main-container .checkout-container .card-details-container {
    padding: 85px 20px 0px 20px;
    line-height: 20px;
}

.main-container .checkout-container .card-details-container .section {
    width: 80%;
    margin: 0 auto 15px;
    text-align: center;
    font-size: var(--text);
}

.main-container
    .checkout-container
    .card-details-container
    .section
    .input-date {
    height: 20px;
    margin-right: 20px;
    display: inline-block;
}

.main-container
    .checkout-container
    .card-details-container
    .section
    .input-date
    .date {
    width: 80px;
    border-bottom: 1px solid #f39720;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
    padding: 0 10px 2px 10px;
    box-sizing: border-box;
    outline: none;
}

.main-container .checkout-container .card-details-container .section .input {
    padding: 0 10px 2px 10px;
    box-sizing: border-box;
    display: flex;
    border-bottom: 1px solid #f39720;
}

.main-container
    .checkout-container
    .card-details-container
    .section
    .input
    input {
    flex-grow: 2;
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    outline: none;
    height: 30px !important;
    font-size: var(--text);
    min-height: 30px !important;
}

.linktermeni {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    color: var(--text-color);
    font-weight: 500;
    font-size: var(--text);
}

.main-container .checkout-container .altaadresa .section {
    width: 80%;
    margin: 0 auto 15px;
    text-align: center;
    font-size: var(--text);
}

.main-container .checkout-container .altaadresa .section .input-date {
    height: 20px;
    margin-right: 20px;
    display: inline-block;
}

.main-container .checkout-container .altaadresa .section .input-date .date {
    width: 80px;
    border-bottom: 1px solid #f39720;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
    padding: 0 10px 2px 10px;
    box-sizing: border-box;
    outline: none;
}

.main-container .checkout-container .altaadresa .section .input {
    padding: 0 10px 2px 10px;
    box-sizing: border-box;
    display: flex;
    border-bottom: 1px solid #f39720;
}

.main-container .checkout-container .altaadresa .section .input input {
    flex-grow: 2;
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    outline: none;
    height: 30px !important;
    font-size: var(--text);
    min-height: 30px !important;
}

.btn-loading {
    width: 40px !important;
    height: 40px !important;
    color: transparent !important;
    position: relative;
}
.btn-loading::after {
    content: "";
    width: 30px;
    border-radius: 100px;
    height: 30px;
    display: block;
    border-left: 3px solid rgba(255, 255, 255, 1);
    border-bottom: 3px solid rgba(255, 255, 255, 0.7);
    border-right: 3px solid rgba(255, 255, 255, 0.4);
    border-top: 3px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    animation: loading-btn 1s linear infinite both;
    top: 5px;
    left: 4.5px;
}
@keyframes loading-btn {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cartela-grafica {
    max-width: 300px;
    max-height: 200px;
    display: block;
    position: relative;
    background: #324dad;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ddd;
    width: 100%;
    height: 100%;
}
.cartela-grafica alo {
    font-style: oblique;
    font-weight: 900;
    color: #2984d4;
}

.orderprez {
    width: 243px;
    height: 160px;
    margin: auto;
}

.pret-e {
    position: absolute;
    top: 60%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: white;
    color: darkblue;
    font-weight: 900;
    margin-left: 75%;
    font-size: 180%;
    font-family: "Helvetica";
    text-align: center;
    box-shadow: 0 0 5px 3px darkslateblue;
    line-height: 180%;
}
.continutmethod {
    position: relative;
}

.checkrates {
    width: 100%;
    text-align: left;
    font-weight: 900 !important;
    text-decoration: underline;
}
.background-card {
    position: absolute;
    width: 100% !important;
    margin: 0 !important;
    height: 100% !important;
    border-radius: 20px;
    filter: hue-rotate(330deg);
}
.orderprez img {
    margin: 0 !important;
}
.cartela-grafica h6 {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5251796519389005) 100%,
        rgba(255, 255, 255, 0.7548715286896008) 30%
    );
    width: 100%;
    position: absolute;
    top: 6%;
    text-align: right;
    padding: 1% 20px;
    line-height: 75%;
    font-size: 250%;
    font-weight: 500;
    color: darkblue;
    font-family: helvetica;
}
.cartela-grafica h5 {
    text-transform: uppercase;
    color: white !important;
    font-weight: 600 !important;
    position: absolute;
    line-height: 150%;
    margin-top: 22%;
    font-size: 90%;
    margin-left: 5%;
}

.cartela-grafica h5 b {
    font-size: 18px !important;
}
.hide {
    display: none;
}
.block {
    display: block !important;
}
#results-card {
    margin-top: 40px;
    position: absolute;
    z-index: 2;
    padding: 0px;
    transition: all 0.2s ease-in-out;
    background: var(--background3);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow-y: scroll;
    height: auto;
    left: 20px;
    max-height: 320px;
    width: 250px;
    display: none;
}
#results-card a {
    color: var(--text-color);
}

.cdp {
    position: relative;
    text-align: center;
    width: 50%;
    max-width: 340px;
    display: inline-flex;
    font-size: 0;
    margin: auto;
}
.prevdiv {
    width: 28%;
}
.cdp_i {
    font-size: var(--text);
    text-decoration: none;
    display: inline-block;
    height: 25px;
    min-width: 25px;
    border-radius: 5px;
    line-height: 25px;
    padding: 0;
    color: var(--subtitle-color);
    font-weight: 500;
    letter-spacing: 0.03em;
}
.prevandnext {
    padding: 0 5px;
    margin: 0 5px;
}

.pagsdiv {
    width: 44%;
    display: flex;
    justify-content: space-evenly;
}

.cdp_i.active {
    background: var(--background);
}
.nextdiv {
    width: 28%;
}
.pagination {
    display: inline-block;
    margin: auto 0 auto 0;
    font-weight: 700;
    text-align: center;
    height: 25px;
    font-size: var(--text);
    width: 25%;
    line-height: 25px;
    color: var(--subtitle-color);
    font-family: arial;
}

.pagination p {
    background-color: var(--background2);
    width: 110px;
    border-radius: 5px;
    margin: auto 0 auto auto;
}

#results-card li {
    padding-left: 15px;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 1px;
    cursor: pointer;
}
#results-card li:hover {
    background: #eee;
    color: var(--text-color);
}

.steps-bar {
    margin: -30px auto 30px auto;
    max-width: 630px;
    width: 100%;
    position: relative;
}
ul.steps-indicator {
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 0;
    list-style: outside none none;
    margin: 0;
    right: 0;
    width: 100%;
    padding: 24px 0 0px;
}
ul.steps-indicator.steps-3:before {
    left: 16.6667%;
    right: 16.6667%;
}

ul.steps-indicator li {
    padding: 10px 0 0;
    margin: 0;
    position: relative;
    width: 33.3333%;
    pointer-events: none;
}
ul.steps-indicator li:after {
    background-color: #a6a6a6;
    box-shadow: 0 0 0 4px #fff;
    height: 11px;
    top: -12px;
    width: 11px;
    border-radius: 100%;
    content: "";
    left: calc(50% - 7px);
    line-height: 14px;
    position: absolute;
    text-align: center;
    transition: all 0.25s ease 0s;
    vertical-align: middle;
}
ul.steps-indicator li:not(:last-child):before {
    background-color: #a6a6a6;
    content: "";
    height: 1.5px;
    left: calc(50% + 7px);
    position: absolute;
    top: -7px;
    width: calc(100% - 14px);
}
ul.steps-indicator li div {
    align-items: center;
    display: flex;
    flex-direction: column;
}
ul.steps-indicator li div a {
    color: #a6a6a6;
    cursor: pointer;
    font-family: arial;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
ul.steps-indicator li.done:after,
ul.steps-indicator li.current:after,
ul.steps-indicator li.done:not(:last-child):before {
    background-color: #008689;
}
ul.steps-indicator li.current div a {
    color: var(--text-color);
    font-weight: 700;
    font-size: 12px;
}

.progress {
    height: 80px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 0 !important;
    padding-top: 30px !important;
    width: 120px;
    margin-bottom: -20px !important;
    text-align: center;
    box-shadow: none !important;
    background-color: transparent !important;
}
.progress span {
    transition: all 500ms ease;
    background: var(--maincolor);
    box-shadow: 1px 2px 3px #999;
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: -10px;
    animation: wave 2s ease infinite;
}

.progress span:nth-child(1) {
    animation-delay: 0;
}
.progress span:nth-child(2) {
    animation-delay: 100ms;
}
.progress span:nth-child(3) {
    animation-delay: 200ms;
}
.progress span:nth-child(4) {
    animation-delay: 300ms;
}
.progress span:nth-child(5) {
    animation-delay: 400ms;
}
.progress span:nth-child(6) {
    animation-delay: 500ms;
}
.progress span:nth-child(7) {
    animation-delay: 600ms;
}
.progress span:nth-child(8) {
    animation-delay: 700ms;
}

@keyframes wave {
    0%,
    40%,
    100% {
        transform: translate(0, 0);
        background-color: var(--maincolor);
    }
    10% {
        transform: translate(0, -15px);
        background-color: #0b4c7b;
    }
}

.form h5 {
    font-size: var(--title);
    font-weight: bold;
    color: var(--text-color);
    margin-left: 15px;
}

pr {
    font-size: 11px !important;
    margin-bottom: 0;
    position: absolute;
    line-height: 35px;
    margin-top: -32px;
    margin-left: -18px !important;
}

.textplata {
    display: inline !important;
    float: left;
    padding: 0;
    font-weight: 500;
    width: 75%;
    margin-top: 3px !important;
    line-height: 35px;
    font-size: var(--text) !important;
}

#altaadresa {
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
    transform: translateX(-50%);
    visibility: unset;
    pointer-events: none;
    opacity: 1;
    height: 17px;
    width: 17px;
    top: unset;
    left: unset;
}

.Yorder #price {
    width: auto;
}

.Yorder #qty {
    display: inline;
}

#checkatent {
    display: none;
    width: 100%;
    height: auto;
    max-width: unset;
    float: unset;
}
.inputcap {
    width: 100% !important;
    max-width: 300px;
    margin: auto !important;
    margin-right: auto !important;
    display: block !important;
    margin-left: 50% !important;
    transform: translateX(-50%);
}

.form hr {
    border: 1px solid #ccc;
}

price {
    position: relative;
    color: #f03c2f;
    font-weight: 700;
    font-size: 21px;
    margin-top: 5px;
    text-align: left;
    display: block;
}

.filtercards {
    width: 25%;
    max-width: 250px;
    margin: auto 0 auto 0;
    display: inline-flex;
}
.search-card {
    width: 80% !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
.clash-card #placeorder-form {
    padding: 0 5%;
}
.filterby {
    display: inline-block;
    background: var(--background);
    line-height: 38px;
    width: 20%;
    user-select: none;
    font-weight: 500;
    border: 1px solid #ccc;
    border-right: 0;
    padding: 0 0 0 5px;
    font-size: var(--text);
}

.product-wrap {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    column-gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 20px;
}

.shop-top-side {
    background: var(--background2);
    width: 100%;
    max-width: 1280px;
    box-shadow: 0px 0px 3px var(--shadow-color);
    position: relative;
    border-radius: 7px;
    padding: 20px 20px 20px 20px;
    display: block;
    margin: auto auto 30px auto;
}

.select_currency {
    text-align: left !important;
    border: 0;
    font-weight: 300 !important;
    background: transparent;
    position: absolute;
    border-right: 1px solid #ddd;
    min-height: 40px;
    height: 40px !important;
    line-height: 40px;
    margin: 5px 0px 15px 0px;
    width: 30% !important;
}

.enter-amount {
    padding-left: 32% !important;
}

#bonusorder {
    height: 33px;
    width: 100px;
    display: block;
    line-height: 35px;
    font-weight: 700;
    border-radius: 30px;
    color: forestgreen;
    position: absolute;
    font-size: var(--text);
    right: 1px;
    margin-top: -49px;
    text-align: center;
    font-family: arial;
}

.display {
    display: unset !important;
}

.mainorderdiv {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 50px 32px 50px 32px;
    background: transparent;
}

.camp-order {
    width: 100%;
    max-width: 400px;
    display: block;
    position: relative;
    margin: auto;
}
.camp-order p {
    line-height: 25px;
    padding: 0;
    max-width: 100%;
    text-align: left;
    width: 100%;
    font-weight: 500 !important;
    margin: 0px auto !important;
}

.product .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
    min-height: 100px;
    width: auto !important;
    overflow: hidden;
    border-radius: 20px;
}
.mainorderdiv .container {
    width: 100%;
    padding: 0;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    min-height: 300px;
}

.mainorderdiv .d-flex {
    display: flex;
    position: relative;
    flex-direction: row;
    margin-bottom: 50px;
    background: transparent;
    border-radius: 0 0 5px 5px;
}
.mainorderdiv .form {
    flex: 4;
    display: flex;
}
.mainorderdiv .Yorder {
    flex: 2;
}

.address1 {
    width: 100%;
    margin: 0px auto 0 auto;
    max-width: 650px;
}
.address2 h3,
.address1 h3 {
    font-size: var(--text);
    color: var(--text-color);
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700 !important;
}
.address2 {
    width: 100%;
    margin: 30px auto 0 auto;
    max-width: 650px;
}
.mainorderdiv .title {
    background: #6090db;
    padding: 10px;
    color: #f6f6f6;
}

.containerplan {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto 0 auto;
}

.review-ui {
    width: 100%;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    height: auto;
}

.topside-review {
    width: 100%;
    display: block;
    height: auto;
}

.topside-review .fa-user-circle {
    font-size: 45px !important;
    position: absolute !important;
    width: 50px;
    border-radius: 100%;
}

.topside-review i {
    line-height: 15px;
    margin: 0 !important;
    padding: 0 !important;
}
.botside-review p {
    text-align: left !important;
    line-height: 16px !important;
}
.info-user-review {
    width: 100%;
    display: block;
    text-align: left;
}
.whitestar {
    color: var(--subtitle-color) !important;
}
.info-user-review h4 {
    font-size: var(--text) !important;
    text-align: left !important;
    line-height: 1 !important;
    padding-top: 0px !important;
    margin: 0 !important;
    margin-top: 0 !important;
}

.activ-user-review,
.inactiv-user-review {
    padding-left: 10px !important;
    position: relative;
}

.stars-review {
    text-align: left;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}

.stars-review i {
    font-size: 14px !important;
    float: none !important;
    color: goldenrod;
}

.botside-review {
    text-align: left;
    display: block !important;
}

.title-review {
    font-size: var(--text);
    font-weight: 700 !important;
    margin-top: -20px !important;
}

.text-review {
    font-size: var(--text);
}

.whitestar {
    color: lightgray !important;
}

.activ-user-review::before {
    content: "•";
    font-size: 30px;
    color: green;
    height: 100%;
    display: block;
    left: -1px;
    position: absolute;
}

.inactiv-user-review::before {
    content: "•";
    font-size: 30px;
    color: #ccc;
    height: 100%;
    display: block;
    left: -3px;
    position: absolute;
}

.mainorderdiv label {
    font-size: var(--label) !important;
    font-weight: 600;
    margin-bottom: -5px;
    width: auto;
    height: 20px !important;
    text-align: left !important;
    color: var(--label-color) !important;
    display: block;
    position: relative !important;
    margin-left: 10px;
    line-height: 20px;
}

.enter-user:hover {
    border: 0 !important;
    box-shadow: 0 0 3px var(--maincolor);
}
.enter-user:active {
    outline: 0 !important;
    border: 0 !important;
    border: none !important;
    box-shadow: 0 0 5px var(--maincolor);
    background: var(--input-background) !important;
}

.d-flex .enter-sms {
    padding: 0px 15px 0px 15px !important;
    text-align: left !important;
    display: block !important;
    min-height: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 20px auto 20px auto !important;
    width: 300px !important;
}
.paspas img {
    height: 40px;
    margin: 25px auto 25px auto;
    display: block;
    border: 1px solid #aaa;
    border-radius: 10px;
}
#cs {
    display: none;
}
.mainorderdiv .required {
    color: red;
    position: absolute;
    margin-top: -35px;
    display: block;
    margin-left: -10px;
    font-size: var(--text);
    font-weight: 900;
}

mic {
    font-size: 12px;
}
.prezentare {
    width: 300px;
    height: auto;
    margin: 0;
    position: relative;
    display: inline-block;
}
.cardbuttons .btn-new {
    padding-left: 15px;
    width: 20%;
    min-width: 80px;
    border-radius: 0;
    margin: 10px 0 10px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
fr {
    font-weight: 400;
    font-size: 18px;
}

.orderdetails {
    width: 50%;
    text-align: left !important;
    padding: 0px 50px;
}

.orderdetails .camp-order {
    margin: 0;
}

.order-card-fizic {
    width: 243px;
    height: 160px;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ddd;
    display: block;
}

.ordsum div {
    width: 100%;
    display: block;
    height: 35px;
    line-height: 32px;
    border-bottom: 1px dashed #8686867c;
    font-size: var(--text);
}

.card-option label {
    padding: 0px 10px;
    border-radius: 5px;
    width: 70%;
    display: block;
    margin-top: 5px;
    margin-bottom: 3px;
    height: 30px;
    cursor: pointer;
    font-family: arial;
    font-weight: 600;
    line-height: 34px;
    background: var(--background);
}

.ordsum div span {
    float: right;
    font-weight: 700;
}
.card-option {
    position: relative;
}

.card-option input[type="radio"] {
    display: block;
    position: absolute;
    right: 0px;
    height: 16px;
    top: 7px;
    cursor: pointer;
    margin: 0;
    width: 16px;
}

.order-card {
    width: 110px !important;
    height: 70px !important;
    border: 3px solid white;
    display: block !important;
    left: 5% !important;
    top: 50%;
    border-radius: 15px;
    position: relative;
    object-fit: cover;
}
.card-description {
    position: relative;
}
.infos {
    display: block;
    width: 100%;
    min-width: 250px;
    margin-top: 14px;
}
italic {
    font-style: italic;
}

.loading-div {
    width: 100%;
    position: relative;
    height: 15px;
    background: var(--background);
    border-radius: 10px;
    margin: 0 auto 20px;
}

.loadedin {
    position: absolute;
    border-radius: 10px;
    font-family: arial;
    text-align: center;
    font-size: var(--label);
    color: white;
    line-height: 16px;
    left: 0;
    overflow: hidden;
    right: 0;
    height: 100%;
    width: 100%; /* Asigură-te că elementul are o lățime definită */
    background: linear-gradient(
        90deg,
        var(--maincolor) 0%,
        rgb(0, 233, 70) 20%,
        var(--maincolor) 40%,
        var(--maincolor) 100%
    );
    background-size: 200% 100%; /* Setăm o dimensiune mai mare pentru a face gradientul să se repete */
}
.loadbar33 {
    width: 33.3%;
    animation:
        moveGradient 1s linear infinite,
        loadbar33 2s ease;
}

.loadbar50 {
    width: 50%;
    animation:
        moveGradient 1s linear infinite,
        loadbar50 2s ease;
}
.loadbar66 {
    width: 66.6%;
    animation:
        moveGradient 1s linear infinite,
        loadbar66 2s ease;
}

.loadbar100 {
    width: 100%;
    animation:
        moveGradient 1s linear infinite,
        loadbar100 2s ease;
}

@keyframes moveGradient {
    0% {
        background-position: 200% 0; /* Pornim animația de la capătul drept */
    }
    100% {
        background-position: 0% 0; /* Mergem spre stânga */
    }
}
@keyframes loadbar33 {
    0% {
        width: 0%;
    }
    100% {
        width: 33.3%;
    }
}

@keyframes loadbar50 {
    0% {
        width: 0%;
    }
    100% {
        width: 50%;
    }
}
@keyframes loadbar66 {
    0% {
        width: 0%;
    }
    100% {
        width: 66.6%;
    }
}

@keyframes loadbar100 {
    0% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

.infos p i {
    float: left;
    margin-left: -33px;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1;
    width: 22px;
    margin-top: 2px;
    text-align: center;
    color: var(--subtitle-color);
}

.infos p {
    line-height: 25px;
    padding: 0 !important;
    max-width: 80%;
    font-weight: 300 !important;
}

.mainorderdiv input[type="checkbox"] + label::before {
    display: none;
}

.mainorderdiv select {
    width: 115px;
    height: 27px;
    font-size: var(--text);
    padding: 3px 10px;
    font-weight: 500;
    margin-bottom: 0px;
}

.mainorderdiv .Yorder {
    min-height: 600px;
    height: auto;
    max-height: 650px;
    padding: 0 20px 0 20px;
    background-color: #fff;
    border: 1px solid #dadada;
}
.mainorderdiv table {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.mainorderdiv th {
    border-bottom: 1px solid #dadada;
    font-size: var(--title) !important;
    padding: 10px 0;
}

.spansumary {
    display: block;
    margin-bottom: -10px;
    margin-top: 10px;
    padding-left: 25px;
    font-weight: 900;
    font-size: 12px !important;
}

.mainorderdiv td {
    border: 0 !important;
    padding: 15px 15px 15px 0;
}

.fereastrarefill .enter-user {
    padding: 0px 15px 0px 15px;
    text-align: left;
    display: block;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 20px auto;
    width: 119px;
}

.btn-loading {
    width: 40px !important;
    height: 40px !important;
    color: transparent !important;
    position: relative;
    border-radius: 100% !important;
}
.btn-loading::after {
    content: "";
    width: 30px;
    border-radius: 100px;
    height: 30px;
    display: block;
    border-left: 3px solid rgba(255, 255, 255, 1);
    border-bottom: 3px solid rgba(255, 255, 255, 0.7);
    border-right: 3px solid rgba(255, 255, 255, 0.4);
    border-top: 3px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    animation: loading-btn 1s linear infinite both;
    top: 5px;
    left: 4.5px;
}

#myInput2 {
    background-image: url(/img/searchicon.webp);
    background-position: 10px 8px;
    background-repeat: no-repeat;
    width: 310px;
    font-size: var(--text);
    padding: 7px 10px 7px 10px;
    border: 1px solid #fff;
    margin-left: 10px;
    border-radius: 0px;
}
@keyframes loading-btn {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mainorderdiv p {
    display: block;
    color: var(--text-color);
    margin: 0;
    font-weight: 400;
    font-size: var(--text) !important;
}
.mainorderdiv .Yorder > div {
    padding: 15px 0;
}

.altaadr {
    box-shadow: none !important;
    padding-left: 30px !important;
    margin-top: -23px !important;
    margin-bottom: 20px !important;
    width: auto !important;
}

.info-user-review p {
    font-size: var(--label) !important;
    margin-top: 3px;
    height: 15px;
    line-height: 15px;
}

@media (max-width: 1200px) {
    .mainorderdiv .d-flex {
        display: -webkit-block !important;
        display: -webkit-block !important;
        display: block !important;
        padding: 15px 5px 15px 5px;
    }
    .mainorderdiv .form {
        flex: unset;
        display: block;
        width: 100%;
    }

    .filtercards {
        max-width: 250px;
        width: 100%;
        margin: auto;
    }

    #results-card {
        transform: TranslateX(-50%);
        left: 50%;
        width: 100%;
        max-width: 250px;
    }
    .pagination {
        margin: auto;
        position: absolute;
        width: 80px;
        right: 0;
        left: 0;
        bottom: -22px;
    }
    .pagination p {
        margin: auto;
        width: 80px;
        line-height: 25px !important;
        height: 25px !important;
    }

    .cdp {
        width: 100%;
        max-width: 100%;
        margin: 10px 0 5px 0 !important;
    }

    #altaadresa {
        margin-top: -20px;
    }
    .mainorderdiv table {
        width: 100%;
    }

    .mainorderdiv p {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .seerates {
        margin: 10px auto 0 auto;
        width: 49%;
    }
    .ftr {
        font-size: var(--label);
        padding-bottom: 3px;
    }
    fr {
        font-size: 15px;
    }
    price {
        font-size: 17px;
    }
    .ftr i {
        line-height: 1;
    }
    .product-features {
        max-width: 400px;
    }

    .product-wrap {
        padding: 0 10px;
        width: 100%;
    }

    .mainorderdiv .container {
        padding: 25px 5px !important;
    }
    .card-option label {
        width: 210px;
    }
    .activ-user-review::before,
    .inactiv-user-review::before {
        font-size: 30px;
    }
    .slider-container {
        position: relative;
        margin: auto;
        max-width: unset;
        border-radius: 10px;
        width: 100%;
        padding: 15px 20px;
        top: 0;
        height: auto;
    }
    .review-ui {
        width: 100%;
        margin: auto;
        margin-bottom: 40px;
        padding: 0;
        height: auto;
    }

    .orderdetails .camp-order {
        margin: 0 auto;
    }
    .topside-review {
        height: auto;
        position: relative;
    }

    pt {
        font-size: 36px;
        left: -20px;
        height: 20px !important;
        line-height: 20px !important;
        top: 0px !important;
    }
    .infos p i {
        margin-left: -27px !important;
    }
    .prezentare {
        margin: auto;
        display: block;
    }
    .topside-review .fa-user-circle {
        font-size: 30px !important;
    }
    .infos {
        position: relative;
        margin-top: 30px;
        padding: 0px;
        margin-bottom: 40px;
        width: 100%;
        min-width: unset;
        max-width: 100%;
    }
    .address2 h3,
    .address1 h3 {
        margin-bottom: 20px !important;
    }
    #delivery {
        margin-bottom: 30px;
    }
    .labelship {
        width: 75px !important;
    }
    .address1 {
        margin: 0px auto 20px auto;
    }
    .address2 {
        margin: 40px auto 20px auto;
    }
    .refillreview {
        max-width: 320px;
        width: 100%;
    }
    .infos p {
        max-width: 100%;
        position: relative !important;
        width: 100% !important;
    }
    .card-description {
        padding-bottom: 0px;
    }

    .d-flex .enter-user {
        width: 100% !important;
    }
    .d-flex .enter-sms {
        width: 100% !important;
    }
}
