@media only screen and (max-width: 1050px) {

    .row .product--blue h2 {
        width: 65%;
    }

    .sort {
        display: block;
    }

    .filter {
        display: none;
        background: #fff;
        position: fixed;
        top: 0;
        left: 35em;
        right: 0;
        bottom: 0;
        overflow: auto;
        width: 100%;
        align-items: center;
        backdrop-filter: blur(8px);
        -webkit-backdrop: blur(8px);
        background: #e8e8e87d;
    }

    .row {
        width: 100%;
        justify-content: center;
    }

    .filter .full-input {
        grid-gap: 5px;
    }

    .filter form {
        background-color: #e8e8e8e6;
        grid-gap: 8px;
        border-radius: 5px;
    }
}

/* Products page */

.products-main {
    align-content: baseline;
    position: relative;
    margin: 10px 0;
    overflow: hidden;
}

.sort {
    cursor: pointer;
    margin: 40px 0;
    padding: 0.5em;
    border-radius: 5px;
    background-color: #7b8ab2;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    min-width: 205px;
}

.sort:hover {
    background-color: #5e6f9c;

}

.sort span,
.sort .fa-arrows-alt-v {
    color: #f1f1f1;
    letter-spacing: 1px;
    font-size: 1.5em;
}

.products-page {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.products-page:lang(ar) {
    direction: rtl;
}

.products-main h1 {
    font-size: 32px;
    font-family: var(--second-font);
}

.products-main h1:lang(ar) {
    font-family: var(--main-font-ar);
}

.products-main .mySlides>* {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35vh;
}

.row {
    display: flex;
    flex-wrap: wrap;
    max-width: 1315px;
    justify-content: center;
}

.row:lang(ar) {
    direction: rtl;
}

span.total_items {
    color: black;
    text-align: left;
    width: 90%;
    font-weight: 400;
}

.product,
.product--blue,
.product--orange,
.product--red,
.product--green,
.product--yellow,
.product--pink {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-width: 400px;
    background: white;
    height: fit-content;
    height: -moz-max-content;
    padding: 0.5em;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px 0px #8a8a8a;
}

.product--blue {
    display: flex;
    align-content: space-between;
    transition: all 0.1s ease-in-out;
    position: relative;
    top: 0;
    max-width: 70vw;
    height: fit-content;
}


.product--blue:hover {
    top: -20px;
    box-shadow: 0px 0px 10px 0px grey;
}

.product--orange {
    background: linear-gradient(-45deg, #EF6F6C 50%, rgba(255, 255, 255, 0.5) 50%);
}

.product--red {
    background: linear-gradient(-45deg, #E84855 50%, rgba(255, 255, 255, 0.5) 50%);
}

.product--green {
    background: linear-gradient(-45deg, #70C1B3 50%, rgba(255, 255, 255, 0.5) 50%);
}

.product--yellow {
    background: linear-gradient(-45deg, #E8DB7D 50%, rgba(255, 255, 255, 0.5) 50%);
}

.product--pink {
    background: linear-gradient(-45deg, #FF386D 50%, rgba(255, 255, 255, 0.5) 50%);
}

.img-contain {
    height: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.product img,
.product--blue img,
.product--orange img,
.product--red img,
.product--green img,
.product--yellow img,
.product--pink img {
    box-sizing: border-box;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 220px;
    vertical-align: middle;
}

.product_inner {
    display: grid;
    justify-content: space-around;
    place-items: center;
    position: relative;
    height: 100%;
}

.product_inner form {
    grid-gap: 0;
    width: 100%;
    position: relative;
}

.product_inner .error {
    position: absolute;
    top: 0;
    background: red;
    color: #fff;
    padding: 0.3em 1em;
    border-radius: 5px;
}

.row .product--blue h2 {
    color: #383838;
    direction: ltr;
    font-family: var(--second-font);
    font-weight: 800;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    white-space: pre-line;
    line-height: 25px;
    text-transform: capitalize;
}

.row .product--blue h2:lang(ar) {
    direction: rtl;
    font-family: var(--main-font-ar);
}


.product_inner li span {
    font-family: var(--second-font);
    font-weight: 300;
    letter-spacing: 1px;
}

.product_inner li span:lang(ar) {
    font-family: var(--main-font-ar);
}

.product_inner p {
    color: rgba(255, 255, 255, 0.9);
}

.product_inner button,
.product_inner select {
    -webkit-transition: background ease-in .25s;
    background: none;
    border-radius: 3px;
    border: 1px solid rgb(143 157 193);
    color: var(--text-dark-color);
    cursor: pointer;
    font-size: 14px;
    position: relative;
    text-align: center;
    transition: background ease-in .25s;
    box-sizing: border-box;
    text-indent: unset;
    text-align-last: center;
    outline: none;
    align-items: center;
    display: flex;
    justify-content: center;
}



.product_inner button:lang(ar),
.product_inner select:lang(ar) {
    font-size: 1em;
}

.product_inner button {
    text-transform: uppercase;
    line-height: 40px;
}

.product_inner button .fa-spin {
    -webkit-transition: background ease-in .25s;
    transition: background ease-in .25s;
}


.product_inner button:hover,
.product_inner a:hover {
    background: rgb(93 93 93 / 0.3);
}

.popular {
    -moz-box-shadow: 0px 1px 5px 0px #ffffff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-box-shadow: 0px 1px 5px 0px #ffffff;
    -webkit-transform: rotate(45deg);
    background-color: rgb(123 138 178 / 90%);
    box-shadow: 0px 5px 17px -12px #060606;
    color: #FFEB3B !important;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 8px 60px;
    position: absolute;
    right: -60px;
    text-transform: uppercase;
    top: 28px;
    transform: rotate(45deg);
    z-index: 1;
    pointer-events: none;
}

.popular:lang(ar) {
    right: unset;
    left: -60px;
    transform: rotate(-53deg);
    font-family: var(--main-font-ar);
}

.full-price {
    display: grid;
    width: auto;
    grid-template-areas:
        "a b c"
        ". d c";
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    height: 50px;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.old-price {
    font-family: var(--second-font);
    font-size: 21px;
    font-weight: 800;
    text-decoration: line-through;
    text-align: center;
    color: rgb(55 55 55);
    grid-area: b;
}

.currency {
    font-family: var(--second-font);
    font-size: 21px;
    font-weight: 400;
    grid-area: c;
}

.price {
    font-family: var(--second-font);
    font-size: 21px;
    font-weight: 800;
    grid-area: b;
    padding: 0 10px;
    grid-area: d;
    color: #b60000;
}

.old-price:lang(ar),
.currency:lang(ar),
.price:lang(ar) {
    font-family: var(--main-font-ar);
}

.duration {
    font-size: calc(100% / 0.8);
    font-weight: 300;
    grid-area: c;
    direction: ltr !important;
}


.product_page .card-parent {
    position: relative;
    margin: 15px 0;
    width: 100%;
    overflow: hidden;
}

/* Icons */
i.fas.fa-eye,
i.fas.fa-cart-plus {
    font-size: 28px;
}

.fa-ul {
    display: grid;
    grid-gap: 5px;
    margin: 0;
}

.fa-ul span {
    color: #d1415b;
}

.fa-ul:lang(ar) {
    direction: rtl;
    margin-left: unset;
    margin-right: 2.5em;
}

.fa-ul>li {
    left: 10px;
    position: relative;
}

span.fa-li:lang(ar) {
    margin-right: -5px;
}

/* Product details page */
.product_page {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    justify-content: space-evenly;
    align-items: center;
    direction: ltr;
}

.product_page h1 {
    color: rgb(55 55 55);
}

.product_page>.img-view>.mySlides>img {
    width: 100% !important;
    padding: 1em;
    box-sizing: border-box;
    max-width: 440px !important;
    height: unset !important;
}

#thumbnail {
    border-radius: 2px;
}

.product_page span {
    color: rgb(55 55 55);
    font-weight: 400;
    justify-self: self-start;
    line-break: auto;
    text-align: left;
    letter-spacing: 0;
}

.product_page span:lang(ar) {
    text-align: right;
}

.product_page input:not(.quantity-input) {
    text-indent: 15px !important;
}

.products-main .mySlides img {
    display: flex;
    justify-content: center;
}

.add-product {
    position: relative;
}

.add-product .fa-spin {
    position: relative;
    top: 4px;
    width: 50px;
}

.checked {
    color: var(--success-color);
    font-size: 1.3em;
}

/* Buy Button */

.buy_button {
    background: none;
    border-radius: 4px;
    border: 2px var(--primary-button-color) solid;
    color: var(--primary-button-color);
    cursor: pointer;
    display: block;
    font-family: var(--second-font);
    font-size: 18px;
    font-weight: 400;
    height: 45px;
    letter-spacing: 1px;
    margin: 10px auto;
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: 0.08s ease-in;
    width: 150px;
    z-index: 1;
}

.buy_button:lang(ar) {
    font-family: var(--main-font-ar);
}

.buy_button:after {
    content: "Buy Now";
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    width: 100%;
}

.buy_button:before {
    color: #383736;
    content: "Checkout →";
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    width: 100%;
}

.buy_button:hover {
    background: var(--primary-button-color);
}

.buy_button:hover:before {
    left: 0;
    opacity: 1;
    color: var(--text-color);
}

.buy_button:hover:after {
    left: 100%;
    opacity: 0;
}

.buy_button.left:hover {
    background: none;
}

.buy_button.left:before {
    color: #383736;
    left: 100%;
    transition: all 425ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.buy_button.left:hover:before {
    left: 0;
}

.container>span {
    font-size: 1em;
    line-height: 1.5em;
}

.container>.sub-title-bold {
    font-size: 1.5em;
    color: #2d2d2d;
}


/* Image View */
.img-view {
    position: relative;
    width: 100% !important;
    height: 35em !important;
    place-items: center;
    display: flex;
}

.img-view i {
    font-size: 2em;
    cursor: pointer;
    border-radius: 50%;
    padding: 0.2em;
    z-index: 1;
    color: #7b8ab1;

}

.img-view i:hover {
    background-color: #f1f1f117;
}

.img-view i:first-child {
    position: absolute;
    left: 1em;
    display: none;
}

.img-view i:last-child {
    position: absolute;
    right: 1em;
    display: none;
}

.img-view-hidden-left {
    position: absolute;
    right: -80em;
    left: 0;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.img-view-hidden-right {
    position: absolute;
    right: 0;
    left: -80em;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.img-view-current {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.sale {
    position: relative;
    display: inline-block;
    background: rgb(182 1 1 / 0.90);
    text-align: center !important;
    vertical-align: middle;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
    font-weight: 600;
    position: absolute;
    bottom: 66%;
    left: 10px;
    color: #fff !important;
    font-size: 18px;
    direction: ltr !important;
    pointer-events: none;
}

.sale:before,
.sale:after {
    content: "";
    position: absolute;
    background: inherit;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);

}

.sale:after {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}



ul#id_product_add_on {
    display: grid;
    width: 100%;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    list-style: none;
    grid-gap: 5px;
    margin-bottom: 15px;
}

#id_product_add_on>li {
    text-align: left;
}

#id_product_add_on>li:lang(ar) {
    text-align: right;
}

@-webkit-keyframes beat {
    from {
        -webkit-transform: rotate(-20deg) scale(1);
        transform: rotate(-20deg) scale(1);
    }

    to {
        -webkit-transform: rotate(-20deg) scale(1.1);
        transform: rotate(-20deg) scale(1.1);
    }
}

@keyframes beat {
    from {
        -webkit-transform: rotate(-20deg) scale(1);
        transform: rotate(-20deg) scale(1);
    }

    to {
        -webkit-transform: rotate(-20deg) scale(1.1);
        transform: rotate(-20deg) scale(1.1);
    }
}

.filter {
    flex-flow: row wrap;
    direction: ltr;
    justify-content: center;
    margin: 8vh auto;
    height: 100%;
    z-index: 30;
}


.fa-times-circle {
    cursor: pointer;
    color: red;
    font-size: 2em;
    position: absolute;
    right: 10%;
    top: 3em;
}


.full-input {
    position: relative;
    display: grid;
    grid-gap: 15px;
    place-items: center;
    color: rgb(93 93 93);
}

label {
    text-transform: capitalize;
}

.full-input select {
    width: 11em;
    text-transform: capitalize;
}

.full-width {
    width: 100%;
    text-align: center;
}

.row>.fa-3x {
    width: 80%;
    text-align: center;
    padding: 50px 0;
}

.load-more>button>.fas {
    position: relative;
    color: #424c67;
    right: -10px;
    top: 3px;
    left: unset;
}

.load-more>button>.fas:lang(ar) {
    left: -10px;
    right: unset;
}

.empty-filter {
    font-size: 2em;
    color: gray;
    width: 80%;
    text-align: center;
}

i.fas.fa-filter {
    position: absolute;
    right: 25px;
    bottom: 10px;
}

i.fas.fa-filter:lang(ar) {
    right: unset;
    left: 25px;
}

.product_sizes,
.product_colors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: capitalize;
}

.item_form label {
    color: #424c67;
    width: 100%;
    line-height: 30px;
    white-space: normal;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.product_colors label {
    display: none;
}

.view-controls {
    width: 80%;
}

.view-controls>* {
    cursor: pointer;
    color: #2d3677;
    text-align: right;
    font-size: 1.4em;
    float: right;
    margin: 0 10px;
    padding: 10px;
    border-radius: 5px;
}

.active-view-control {
    background-color: #d6dbe7;
}

.product-title {
    display: flex;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    height: 70px;
    justify-content: center;
    background: #bbc7e1;
}

.product-img {
    flex-grow: 1;
    width: 31.4%;
}

.shop-by {
    color: #111;
    grid-gap: 5px;
    align-content: baseline;
    width: 190px;
    text-transform: capitalize;
}

.shop-by:lang(ar) {
    text-align: right;
}

.shop-by span {
    line-height: 2em;
}

.titles {
    font-weight: 600;
    font-size: 1.2em;
}

.subs {
    font-size: 1em;
    cursor: pointer;
    text-align: center;
    border: 1px dashed #424c8f;
}

.item_form .option:disabled {
    color: red;
}

.product_page .item_form {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    min-width: 200px;
    border-top: 1px solid #d3d3d3;
    width: 100%;
    grid-gap: 15px;
}

.product_page .item_form select {
    width: 100%;
    max-width: 200px;
    text-indent: 0;
}


.product_page .slideshow-points {
    max-width: 100vw;
    width: 75%;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.hide {
    display: none;
}

.shop-by div:not(.side-container) {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    width: 90%;
    background: #7b8ab217;
}

#id_product_add_on li {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}



input[type="text"][disabled] {
    background: #ababab;
}

#id_product_add_on input[type="text"] {
    width: 100%;
    display: none;
}

.load-more {
    min-width: 80%;
    text-align: center;
    min-height: 240px;
    place-items: center;
    display: flex;
}

.fa-shipping-fast,
.fa-plane-departure,
.fa-clock {
    font-size: 24px;
    padding: 0 5px;
}

.ta-center {
    text-align: center;
}

/* SlideShow */

.mySlides {
    display: none;
    margin: 0 auto;
}

/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: relative;
    max-width: 700px;
    margin-top: 20px;

}

.product_page .slideshow-container img {
    max-height: 35em;
}

.products-main>.slideshow-container img {
    width: 400px;
    height: auto;
    max-width: 80vw;
}

.slideshow-container img {
    vertical-align: middle;
    height: auto;
    width: 100%;
}

.slideshow-points {
    text-align: center;
    margin-top: 10px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 24px;
    margin-top: -22px;
    font-weight: bold;
    font-size: 21px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 25;
    border: 1px solid #4f4f4f1c;
    background-color: transparent;
    color: #373737;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    left: unset;
    border-radius: 3px 0 0 3px;
}

.next:lang(ar):not(.product_page .next) {
    right: unset;
    left: 0;
}



/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover,
.prev-thumbnail:hover,
.next-thumbnail:hover {
    background-color: rgb(59 55 54 / 50%);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #424c67;
    font-size: 16px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* The dots/bullets/indicators */
.products-main .dot {
    background-color: #bbb;
}

.products-main .dot:hover,
.products-main .active {
    background-color: #717171;
}

.dot {
    cursor: pointer;
    height: 4px;
    width: 30px;
    margin: 0 2px;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    border: 2px solid #454545;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.focus-tab {
    background-image: var(--gradient-color);
    text-align: center;
    color: #ffffff !important;
}


.product-view {
    width: 100%;
    max-width: 500px;
    position: relative;
}

.product-info {
    display: grid;
    grid-gap: 12px;
    padding: 1em;
    border-top: 1px solid #d3d3d3;
    margin-top: 20px;
    width: 100%;
    max-width: 1400px;
    place-items: baseline;
    box-sizing: border-box;
    overflow: hidden;
}

.product-info:lang(ar) {
    direction: rtl;
}

.product-info>* {
    margin: 5px 0;
    color: #424c67;
}



.prev-thumbnail,
.next-thumbnail {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 16px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    position: absolute;
    z-index: 1;
    bottom: 3%;
    background-color: rgb(64 64 64 / 97%);
    box-shadow: 1px 1px 7px 2px #11111173;
    line-height: 70px;
    text-align: center;
    border: 1px solid #d9dce428;
}

.prev-thumbnail:active,
.prev:active,
.next-thumbnail:active,
.next:active {
    transform: scale(0.9);
    transition: all 0.1s ease-in-out;
}

.prev-thumbnail {
    left: 5px;
}

.next-thumbnail {
    right: 5px;
}


.product-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.product-tabs:lang(ar) {
    direction: rtl;
}

.tabed {
    background: #808fb6 !important;
    box-shadow: 1px 1px 2px 0px #11111173;
    border-color: #000000 !important;
    transform: scale(0.9);
    color: #f4f7ff !important;
}

.product-tabs span {
    padding: 0.7em;
    border-radius: 3px;
    border: 1px solid #7b8ab2;
    color: #424c67;
    margin: 5px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: capitalize;
    width: fit-content;
    text-align: center !important;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

.product-tabs .fas {
    font-size: 21px;
    margin: 0 5px;
}

.product-details {
    display: grid;
    grid-gap: 10px;
    overflow: hidden;
    line-height: 20px;
}


.product-details>* {
    white-space: pre-line;
    font-family: 'Open Sans';

}

.product-details>*:lang(ar) {
    font-family: 'Tajawal';
}

.size-guide {
    display: none;
    width: 100%;
    overflow: hidden;
    white-space: pre-line;
}

.size-guide:lang(ar) {
    direction: rtl;
}

table {
    width: 100%;
    max-width: 600px;
    min-width: 200px;
    text-align: center;
    margin: 5px 0;
    direction: ltr;
    overflow: auto;
    display: block;
}


td {
    border: 1px solid #5c647b;
    padding: 5px;
    line-height: 20px;
    direction: ltr;
    text-transform: capitalize;
}


.magnify {
    position: absolute;
    z-index: 20;
    background-repeat: no-repeat;
    background-color: white;
    box-shadow: 1px 0px 11px 1px #00000094;
    display: none;
    cursor: none;
}

.product_page h2 {
    color: #373737;
    width: 100%;
    font-weight: 500;
    margin: 10px 0;
    font-family: var(--second-font);
}

.product_page h2:lang(ar) {
    font-family: var(--main-font-ar);
}

.code-color {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    width: 80%;
}

.non-visible {
    display: none;
}

.code-color div {
    border-radius: 50%;
}

.code-color span {
    padding: 20px;
    border-radius: 50%;
    cursor: pointer;
    width: 0px;
    height: 0px;
    color: transparent !important;
    margin: 5px;
    transition: all 0.1s ease-in-out;
}

.code-color span:active {

    transform: scale(0.9);
}

.select-color {
    margin-right: 10px;
    padding: 1em;
    box-sizing: border-box;
    width: 100%;
    color: #3c3c3c !important;
    font-size: 18px;
}

h2.category_name {
    font-size: 16px !important;
    text-transform: uppercase !important;
}

.new {
    padding: 0.7em;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    z-index: 1;
    color: #fbffff;
    font-size: 16px;
    box-shadow: 0px 1px 6px 0px #111;
    background-color: rgb(124 139 179);
}

.red-color {
    color: red;
}

.product_page del:lang(ar) {
    float: left;
    margin: 0 5px;
}

.rates-notice {
    font-size: 18px;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(180deg, #f3ba72, #eb921f);
    color: #111;
    padding: 0.5em;
    box-sizing: border-box;
    margin-bottom: 20px;
}


.color-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px;
    height: 0;
    width: 0;
    margin: 1px;
}

.update-button>* {
    color: #fff !important;
}

i.fas.fa-history {
    font-size: 36px;
}