/* start of offer carousel  */

.offer_thumb_wrapper {
    position: absolute;
    bottom: -66px;
    right: -4px;
}

.carousel {
    position: relative;
}

#offerCarousel {

    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.carousel-item img {
    object-fit: cover;
}

#carousel-thumbs {

    padding: 0 50px;
}

#carousel-thumbs .thumb {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin: 0 5px;
    width: 45px;
    display: flex;
    align-items: center;
}

#carousel-thumbs .thumb.selected {
    border: 1px solid #005897;

}

#carousel-thumbs img:hover {
    opacity: 100%;
}

#carousel-thumbs img {
    opacity: 80%;
    border: 3px solid transparent;
    cursor: pointer;

    width: 53px;
}

#carousel-thumbs .selected img {
    opacity: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    z-index: 12;
    height: 86%;
}

.carousel-fullscreen-icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

.carousel-fullscreen-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

.pause .carousel-pause-icon {
    position: absolute;
    top: 3.75rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}

.pause .carousel-pause-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}

.play .carousel-pause-icon {
    position: absolute;
    top: 3.75rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

.play .carousel-pause-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

#carousel-thumbs .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#carousel-thumbs .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}



#lightbox-container-image img {
    width: auto;
    max-height: 520px;
}

.munit {

    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.offer_box_wrapper {
    position: relative;
    border: 1px solid #f0f0f0;
    background: white;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-radius: 0 0 12px 12px;
    padding: 1rem;
    min-height: 317px;
}

.offer_img {
    max-width: 90%;
}

.offer_content_wrapper {}


.wonder-box {
    direction: rtl;
    text-align: right;
    padding: 8px 5px;
}

.wonder-box>h4 a {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    color: #010101;
    display: flex;
    align-items: center;
}

.wonder-box>h4 .wonder_outofstoke {
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    background: red;
    padding: 10px;
    color: white;
    font-size: 13px;
    font-weight: normal;
    border-radius: 21px;
}

.wonder-short {

    padding: 0px;
    font-size: 13px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 2px;
}

.wonder-short ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: gray;
}

.wonder-short>p {
    margin-bottom: 10px;
}

.wonder-timer-box {
    background: #2a967e;
    height: 100%;
    color: white;
    border-radius: 0px 10px 10px 0;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.prOfferOfferPrice {
    margin: 7px 17px;
    font-size: 25px;
    margin-bottom: 0rem;
    color: #ca0002;
    display: inline-block;
    font-weight: 700;
}

.prOfferMainPrice {
    font-size: 23px;
    color: #7a7a7a;
    display: inline-block;
    font-weight: 500;
    position: relative;
}

.prOfferMainPrice span {}

.prOfferMainPrice:before {
    border-bottom: 2px solid #9b9b9b;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
}

.offer_btn_wrapper {
    display: flex;
}

.btn_out_green {
    transition: 250ms;
    display: flex;
    padding: 5px 15px;
    border: 1px solid #40a4bb;
    border-radius: 5px;
    color: #40a4bb;
    align-items: center;
    justify-content: center;
}

.btn_out_green img {

    height: 20px;
    margin-left: 7px;
}

.btn_out_green span {}

.btn_out_green:hover {
    background: #469cb7;
    color: white;
}

.btn_out_green:hover img {
    filter: brightness(0) invert(1);
}

.wonder_countdown_wrapper {

    margin-top: 61px;
}

.wonder_countdown_wrapper>h3 {
    text-align: center;
    font-size: 15px;
    color: gray;
    padding-bottom: 8px;
}

.sec_offers {
    margin-top: 1rem;
    position: relative;
    margin-bottom: 2rem;
}

.offer_back_coloring {
    width: 95%;
    height: 100%;
    position: absolute;
    background: #df2324;
    left: 0;
    border-radius: 0 15px 15px 0;
}

.sec_header_cn {
    position: relative;
    top: -80px;
    display: flex;
    justify-content: end;
}

.offer_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    margin-bottom: 3rem;
}

.offer_wrapper .offer_middle {
    display: flex;
    justify-content: center;
}

.offer_wrapper .offer_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offer_wrapperboximg {
    position: relative;
    right: 18px;
}

.offer_top_img_header {
    position: absolute;
    top: 0;
    right: 20%;
    width: 73.9%;
}

.offer_top_img_header img {
    width: 100%;
}

@media screen and (min-width:1517px) {
    .offer_top_img_header {
        top: 0;
    }
}

.offer_wrapper h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
}

.offer_wrapper h3 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 25px;
}

.btn_clack_more {

    background: #303030;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 10px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.btn_clack_more:hover {
    color: #fff;
}

.sec_header_top h4 {

    font-size: 22px;
    color: #202020;
    font-weight: 100;
    margin-bottom: 0;
    display: flex;
    justify-content: end;
    margin-right: 7px;
}

.sec_header_top h5 {
    font-size: 29px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    height: 100%;
    align-items: center;
    margin-right: 10px;
    text-align: center;

}

.sec_header_top img {
    width: 39px;
    margin-top: 5px;
}

.pr_container {}

.pr_container>div {
    margin: 0 15px;
}

.offer_header {

    display: flex;
    justify-content: center;
    background: #005897;
    color: white;
    /* height: 40px; */
    align-items: center;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    font-size: 19px;
}

.off-car-nav {
    position: absolute;
    left: 16px;
    height: 28px;
    width: 34px;
    background: #f2f2f2;
    border-radius: 4px;
    top: 32px;
}

.off-car-nav-next {
    left: 58px;
}

.off-car-nav i {
    color: #080808;
    font-size: 16px;
}

/* end of offer carousel  */



/* start of product boxes  */

.prod-wrapper {
    position: relative;
}

.row_revers .prod-wrapper {
    border-radius: 0 15px 15px 0;

}

.product-grid {
    text-align: center;
    padding: 0px 0 1px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    direction: rtl;
    border-radius: 21px;
    margin-bottom: 3rem;
    margin-top: 2rem;
    transition: 250ms;
}

.product-grid:hover {}

.pro_wrapper_box {}

.product-offer-box {
    background: white;
    box-shadow: rgb(100 100 111 / 20%) 0px 6px 20px 0px;
}

.only_product_box {}

.only_product_box:hover {
    background: white;

}

.asp_group_content .only_product_box:hover {}

.pro_wrapper_box:hover {}

.product-grid .product-image {
    position: relative;
    transition: all 0.3s ease 0s;
    max-width: 100%;
    display: block;
}

.product-grid .product-image a {
    display: block;
}

.product-grid .product-image img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}

.product-grid .pic-1 {
    opacity: 1;
    transition: all 0.3s ease-out 0s;
}

.product-grid:hover .pic-1 {
    opacity: 1;
    scale: 1.1;
}


.product-grid .social {
    width: 150px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 1;
    transition: all 0.3s ease 0s;
}


.product-grid:hover .social {
    opacity: 1;
    top: 45%;
}

.product-grid .social li {
    display: inline-block;
}

.product-grid .social li a {
    text-align: center;
    height: 40px;
    width: 42px;
    margin: 0 2px;
    display: flex;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background: white;
    border-radius: 14px;
    border: 1px solid #d5d5d5;
    align-items: center;
    justify-content: center;
}

.product-grid .social li a img {
    width: 20px;
}

.product-grid .social li a:hover {}

.htooltiper {
    position: relative;
}

.just_mojood {

    display: flex;
    justify-content: end;
}

.buy_btn_wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.buy_inner_btn {

    display: flex;
    align-items: center;
    border: 1px solid #f1a301;
    background: #f1a301;
    background: linear-gradient(20deg, #cf8c00 0%, #f1a301 100%);
    border-radius: 32px;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 5px 35px;
    direction: ltr;
    margin: 0 auto;
    transition: 250ms;
    margin-bottom: 7px;
    background: rgb(241, 163, 1);
    background: radial-gradient(circle, rgba(241, 163, 1, 1) 0%, rgba(242, 181, 2, 1) 100%);
}

.buy_inner_btn:hover {

    background: #fff;
    border: 1px solid rgb(0 52 149);
    color: rgb(0 52 149);
}

.buy_inner_btn img {
    width: 20px !important;

}

.buy_inner_btn span {

    display: inline-block;
    margin-left: 12px;
}

.buy_inner_btn:hover img {
    filter: brightness(0) invert(0);

}

.htooltiper:before,
.htooltiper:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #00a5a8;
    font-size: 12px;
    line-height: 20px;
    padding: 1px 5px;
    white-space: nowrap;
    opacity: 0;
    position: absolute;
    right: 25px;
    top: -3px;
    border-radius: 5px;
    z-index: 9;
}

.htooltiper:after {
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: 3px;
    z-index: -1;
    right: 16px;
}

.htooltiper:hover:before,
.htooltiper:hover:after {
    opacity: 1;
}

.product-grid .product-new-label,
.product-grid .product-discount-label {
    color: #fff;
    background-color: #ef5777;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 7px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.product-grid .product-discount-label {
    background-color: #333;
    left: auto;
    right: 0;
}

.product-grid .rating {
    color: #ffd200;
    font-size: 12px;
    padding: 12px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: -1;
}

.product-grid .rating li.disable {
    color: rgba(0, 0, 0, 0.2);
}

.product-grid .product-content {
    text-align: center;
    padding: 0px 3px 2px 3px;
    margin: 0 auto;
}

.product-grid .title {
    font-size: 15px;
    margin: 10px 0 8px;
    transition: all 0.3s ease 0s;
    line-height: 24px;
    height: 82px;
}

.product-offer-box .product-grid .title {
    margin: 10px 0 10px;
}

.product-grid .title a {
    color: #494949;
    font-size: 13px;
}

.product-grid .title a:hover {
    color: #1a1819;
}

.product-grid:hover .title a {
    color: #333333;
}

.product-grid .price {
    color: #00176d;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-align: center;
    padding: 3px 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 20px;
    align-items: center;
    margin: 0;
    position: relative;
}

.product-offer-box .price {
    border: 1px solid #d56a96;
}

.product-footer {
    position: relative;
}

.old_price {

    font-size: 17px;
    color: #ec81af;
    font-weight: 100;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 14px;
    position: relative;
    top: -3px;
}

.price_final_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    color: #434343;
    text-align: center;
    direction: ltr;
}

.price_final_wrapper_dis {
    color: #a50000;

}

.price_unit_wrapper {
    line-height: 15px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2px;

}

.hgrid_grid .price_final_wrapper {
    margin-left: 0;
}

.product-grid .price .price_unit {
    font-size: 13px;
    margin-right: 4px;
}

.rtl .product-grid .price {
    direction: rtl;
}

.product-grid .price>span {
    color: #b7b7b7;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block;
    position: absolute;
    right: 2%;
    font-weight: 500;
}

.box_share_products .price>span {
    bottom: 35px !important;
    font-size: 16px !important;
}

.hgrid2_grid .product-grid .price>span {
    bottom: 25px !important;
    display: none;
}

.product-grid .priceSite {
    color: #fff;
    font-size: 15px;
    text-align: center;
    height: 35px;
    padding: 26px 14px;
    position: absolute;
    top: 10px;
    right: 8px;
    display: block;
    background: rgba(107, 181, 164, 0.9);
    width: 109px;
    height: 109px;
    border-radius: 75px;
    font-family: iransansNum !important;
}

.price_discounter {
    color: #d32121;
}

.off_img {

    position: absolute;
    top: 20px;
    right: 25px;
}

.off_img img {
    width: 25px !important;

}

.product-grid .priceSiteOdd {
    top: 68px;
}

.price_box_cn {}

.prCsDis {
    background: url(../images/priceBack.PNG) no-repeat !important;
    color: black !important;
    font-size: 14px !important;
    padding-top: 20px !important;
    line-height: 20px;
}

.prClsOld {
    text-decoration: line-through;
    font-family: iransansNum !important;
}

.pr-mon-unit {
    display: block;
    font-size: 11px;
}

.product-grid .add-to-cart {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #53bd64;
    padding: 0px 10px;
}

.rtl .product-grid .add-to-cart {
    direction: rtl;
    display: inline-block;
    color: #00a75b;
    font-size: 13px;
    /* font-weight: 600; */
    margin: 5px 20px;
    border-radius: 7px;
}


.mojsp {
    font-size: 12px;
    color: #ff0101;
    width: 127px;
    display: block;
    margin: 0 auto;
    padding-top: 11px;
    text-align: right;
    padding-right: 7px;
    border-radius: 15px;
    margin-bottom: 3px;
    margin-top: 0px;
}

.cprPrice {
    display: flex;
    align-items: end;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.btn_buy_down {}

.pr-cl-plus i {
    font-size: 10px;
    color: #939393;
    position: relative;
    top: -4px;
}

.not-available {}

.comming-soon {
    color: #5f0a0a;
}

.mojsp img {
    width: 24px !important;
    height: 22px !important;
    float: right;
    margin-top: -3px;
    margin-left: 3px;
}


.show {
    display: block !important;
}

.pr_badge_color_cn {
    position: absolute;
    top: 11px;
    left: 8%;
}

.pr_badge_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pr_badge_ul li {}

.pr_badge_ul li span {}

.pr_badge_ul li a {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    margin: 4px 0;
    border: 1px solid #ebebeb;
}

.pr_badge_ul li a.double {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 4px 0;
    border: 1px solid #dfdfdf;
}

.pr_badge_ul li a.double span:first-of-type {
    width: 50%;
    height: 100%;
    display: block;
    float: left;
    border-radius: 5px 0 0 5px;
}

.pr_badge_ul li a.double span:last-of-type {
    width: 50%;
    height: 100%;
    display: block;
    float: left;
    border-radius: 0 5px 5px 0px;
}

.colorDivDouble {}

.colorDivDouble span:first-of-type {
    width: 50%;
    height: 100%;
    display: block;
    float: left;
    border-radius: 0 5px 5px 0px;
}

.colorDivDouble span:last-of-type {
    width: 50%;
    height: 100%;
    display: block;
    float: left;
    border-radius: 0 5px 5px 0px;
}

.box-product-top {

    display: flex;
    height: 100%;
}

.box-product-top img {

    height: 100%;
    border-radius: 0 15px 15px 0;
}

.row_revers .box-product-top img {
    border-radius: 15px 0 0 15px;

}



.ofSale {
    display: inline-block;
    position: relative;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    color: #ffffff;
    height: 23px;
    line-height: 20px;
    padding: 2px 5px;
    background-color: #fb3449;
    vertical-align: top;
    bottom: -4px;
}

.ofSale::before {
    content: '';
    border: 5px solid;
    border-color: transparent transparent transparent #e05b6f;
    position: absolute;
    top: 5px;
    right: -9px;
}

.ofSale::before {
    border-color: transparent #e05b6f transparent transparent;
    right: auto;
    left: -9px;
}

.ofSale .text {
    display: none;
}

.flash {
    position: absolute;
    top: 42px;
    right: 106px;
    z-index: 1;
    font-size: 14px;
    z-index: 2;
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.flash .onsale {
    display: block;
    min-width: 42px;
    height: 23px;
    line-height: 24px;
    border-radius: 38px;
    padding: 0 5px;
    text-align: center;
    color: #484848;
    position: relative;
    text-transform: lowercase;
}

.flash .onsale .number {
    display: none;
}

.flash .onsale .text {
    position: relative;
    z-index: 1;
    font-weight: 500;

}

.flash-pr-inner {
    left: auto;
    right: 20px;
    top: 6px;
}

.product-offer-box .flash-pr-inner {
    left: 16px;
    right: auto;
    top: 31px;
}

.flash-pr-inner .onsale {
    border-radius: 16px;
}

.only_product_box .title {
    font-size: 14px;
    height: auto;
    margin: 8px 0 4px;
    min-height: 75px;
}

/* end of product boxes  */

/* start of news  */
.row_blog_pic_cn {
    height: 300px;
}

.blog_top_cn {
    text-align: right;
    direction: rtl;
    padding: 40px;
    position: relative;
    z-index: 2;
    color: white;
}

.blog_black {
    /* background: #353535; */
}

.select_add_info {
    padding: 4px 0 10px;
    font-size: 14px;
    color: #ff9800;
}

.blog_black img {
    width: 100%;
    height: 100%;
}

.dis_img_cn img {
    margin-top: 2rem;
    margin-bottom: 0.3rem;
    border-radius: 15px;
}

.blog_top_cn h1 {
    font-size: 29px;
}

.blog_top_cn .blog_top_matn {
    max-width: 500px;
    font-size: 14px;
    line-height: 27px;
}

.news-blog-box {
    position: relative;
    margin: 15px 0px;
    background: #fff;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-width: 0;
    border-radius: 7px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    padding-bottom: 11px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    text-align: right;
    direction: rtl;
}

.news-blog-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.news-blog-box a {
    text-decoration: none;
}

.news-blog-box a :hover {
    text-decoration: none;
}

.blog-list-img {
    border-radius: 7px 7px 0 0;
    height: 200px;
    width: 100%;
}

.news-blog-box h6 {
    color: #2e2f33;
    text-decoration: none;
    display: block;
    padding: 6px 6px 1px 6px;
    line-height: 25px;
    font-size: 15px;
    min-height: 68px;
    text-align: justify;
    min-height: 87px;
    margin-bottom: 0;
}

.news-blog-box p {
    color: #5e5e5f;
    text-decoration: none;
    display: block;
    text-align: justify;
    padding: 0px 6px;
    line-height: 25px;
    font-size: 12px;
    margin: 10px;
    min-height: 92px;
    border-bottom: 1px solid #efefef;
}

.news-blog-box .date-news {
    font-size: 12px;
    padding: 3px 7px;
    color: #7c7c7c;
}

.news-blog-box .news-blog-continu {
    text-align: right;
    color: #424242;
}

.news-blog-box .news-blog-cmt {
    color: #bababa;
    font-size: 13px;
    border-right: 1px solid #e5e5e5;
}

.news-blog-cat-box {
    background: white;
    padding: 10px;
    margin: 16px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    text-align: right;
    direction: rtl;
}

.news-blog-cat-box .cat-title {
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 7px;
    margin: 0px 15px;
    border-bottom: 1px dotted #bbb9b9;
    margin-bottom: 17px;
}

.news-blog-cat-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-blog-cat-box ul li {}

.news-blog-cat-box ul li a {
    display: block;
    cursor: pointer;
    color: #4a4a4a;
    font-size: 15px;
    padding: 10px 7px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.news-blog-cat-box ul li a:hover {
    text-decoration: none;
    padding-right: 25px;
    color: #000;
}

.news-blog-cat-box ul li a:before {
    font-family: 'FontAwesome';
    content: '\f09e';
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.news-blog-bread {
    direction: rtl;
    margin-top: 20px;
}

.news-blog-bread ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-blog-bread ol li {
    display: inline-block;
    margin: 5px 1px;
    padding: 7px 0;
    font-size: 14px;
}

.news-blog-bread ol li a {
    list-style: none;
    color: #4f4f4f;
    font-size: 14px;
}

.news-blog-bread ol li i {
    float: right;
    margin: 3px 10px 0 3px;
}

.right-body {
    direction: rtl;
}

.index_more_new {
    height: 91%;
}

.index_more_new a {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 19px;
    color: #696666;
}

/* end of news  */

.pContent {

    direction: rtl;
    text-align: right;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #c3c3c3;
    padding: 20px;
    line-height: 35px;
    margin-bottom: 50px;
}

.writer_wrapper {

    display: flex;
    justify-content: start;
    color: #9c9797;
    font-size: 13px;
}

.n_calendar {
    margin-left: 28px;
    display: flex;
    align-items: center;
    direction: ltr;
}

.n_calendar i {
    position: relative;
    top: -1px;
    right: -3px;
}

.n_top_wrapper {
    display: flex;
    justify-content: end;
    padding: 0;
    color: #9c9797;
    font-size: 13px;
}

.n_top_wrapper>div {}

.page-title-container {}

.contact_whole_cn {
    direction: rtl;
}


.cnt2-top-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgb(19, 19, 19);
    position: relative;
    flex-direction: column;
}

.cnt2-top-header h1 {
    font-size: 3.2em;
}

.rtl .contact_whole_cn {
    direction: rtl;
}

.cnt2-top-header h2 {
    font-size: 1em;
    padding-top: 1em;
}

.rtl .ct2-ways_box {
    text-align: right;
}

.ct2-ways_box h3 {
    color: #464646;
    font-size: 35px;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

.cn-item-contact {

    display: flex;
    align-items: start;
    flex-direction: column;
    font-size: 14px;
    direction: rtl;
    text-align: right;
    padding-top: 5px;
}


.cnt2-item-header {
    font-size: 17px;
    font-weight: 500;
    color: #464646;
    min-width: 50px;
}

.ctn_phones {
    direction: ltr;
}

.cnt2-item-value {}

.cnt_footer_img {
    position: absolute;
    left: -10%;
    z-index: 0;

}

.rtl .cnt2-item-value {
    direction: rtl;
}

.cnt_form_wrapper {
    position: relative;
    z-index: 2;
    margin-bottom: 3rem;
}

.cnt-routing {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: center;
}

.cnt-routing li {
    padding-left: 15px;
}

.cnt-routing img {
    width: 47px;
}

.rtl .cnt2-form {
    direction: rtl;
    text-align: right;
}

.cnt2-form h3 {
    font-size: 16px;
    margin-bottom: 2rem;
    color: #464646;
    padding-top: 11px;
    margin-top: 4rem;
    text-align: right;
}

.cnt2-form .text-muted {
    font-weight: 500;
    margin-bottom: 2rem;
    padding-bottom: 0em;
    display: flex;
}

.btn_register {
    background: #812990;
    border: 1px solid #812990;
    padding: 6px 36px;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    font-weight: 300;
    border-radius: 10px;
}

.btn_register:hover {
    color: #fff;

}

.contact_footer {}

.contact_footer img {}

.pTitle {
    text-align: right;
    margin: 14px 0;
    color: white;
    font-size: 15px;
    background: #33a4f2;
    padding: 7px 10px;
    border-radius: 7px;
    direction: rtl;
}

.clcard {
    background: #fff;
    box-shadow: 0 5px 20px rgba(41, 48, 67, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.clcard i {
    font-size: 43px;
    color: #ff5e00;
}

.clcard .card-title {
    font-size: 18px;
    color: #616161;
}

.clcard a {
    color: #333232;
    font-size: 16px;
}

.cnt-inpt {
    background-color: #ffffff;
    border: 1px solid #f8f8f8 !important;
    box-shadow: none;
    padding: 21px !important;
    background: #f8f8f8;
    font-size: 15px;
    border-radius: 9px !important;
}

.btncontact {
    color: #fff;
    background-color: #21d4fd;
    border: none !important;
    background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 60px;
    width: 104px;
}

.btncontact:hover {
    color: #fff;
    background-color: #b721ff;
    background-image: linear-gradient(19deg, #b721ff 0%, #21d4fd 100%);
}

.right-body {
    margin: 0px;
}

.contact-map {
    height: 400px;
    box-shadow: 0 5px 20px rgba(41, 48, 67, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    margin-top: 56px;
    margin-bottom: 50px;
}



.wh-cnt {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 21px;
    margin-top: 10px;
    padding-top: 1px;
}

.titlechk {
    text-align: right;
}

.rcheckout {
    direction: rtl;
}

.rcheckout label span.mandetory_lbl {
    color: #ff0000;
}

.rcheckout h5 {
    font-size: 15px;
    padding: 10px 0;
    padding-bottom: 0;
}

.rcheckout h5 i {
    color: #ff6a00;
    margin-left: 4px;
}

.code_sub {
    text-align: right;
    padding-right: 0;
    color: #aeaeae;
    padding-bottom: 9px;
}

.gray_btn_outline {
    padding: 4px 0;
    border: 1px solid #dfdfdfee;
    background: #fff;
    border-radius: 6px;
}

.bsk_line_check {
    margin: 13px 0;
    border-bottom: 1px solid #eee;
}

.inpt_wrapper {
    padding-left: 7px;
    position: relative;
}

.check_header {
    border-radius: 10px;
    padding: 0px 1px;
    margin-bottom: 5px;
    text-align: right;
    margin-top: 0;
}

.check_header h5 {
    font-size: 15px;
    padding: 4px 0;
    color: #515151;
}

.lblShopChech {
    margin-bottom: 0;
    margin-top: 10px;
}

.inpt_wrapper {}

.inpt_wrapper img {
    position: absolute;
    top: 5px;
    left: 12px;
}

.check_header>div>div {
    display: flex;
    align-items: center;
}

.check_header>div .btn_cn {
    justify-content: end;
}

.line {
    border-top: 3px solid #2196f3;
}

.divcheckout {
    height: fit-content;
    text-align: right;
    border: 0;
}

.btnpop:hover {
    color: #fdfdfd;
    background-color: #000;
}

.sum_box {

    display: flex;
    justify-content: end;
    padding: 10px 5px;
    background: #f5f5f5;
}

.sum_cn {
    font-size: 18px;
    font-weight: bold;
}

.theader {
    background: #f7f7f7;
}

.divbottomtable {
    margin-top: -14px;
    border-top: none;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.texttable {
    border-top: 1px solid #2196f3;
    width: 90%;
}

#dissuccess {
    padding: 4px;
    display: none;
    margin-top: 13px;
    text-align: center;
    background: #d8ffdc;
    border: 1px solid #7cf1ae;
    border-radius: 6px;
    margin-bottom: 0;
    margin-top: 6px;
    color: #048c00;
}

.formBHcT {
    background: #eee;
    padding: 14px;
    text-align: center;
    font-size: 0.9rem;
    border-bottom: 2px solid #f0a031;
    margin-bottom: 0px;
}

.invoiceContainer {
    max-width: 780px !important;
}

.invClBg {
    padding: 7px;
    text-align: center;
    background-color: #812990;
    font-size: 12pt;
    font-family: tahoma;
    color: #ffffff;
    -webkit-print-color-adjust: exact;
    border: 2px solid #812990;
}

.invClBg2 {
    padding: 7px;
    text-align: center;
    background-color: #812990;
    font-size: 12pt;
    font-family: tahoma;
    color: #fff;
    -webkit-print-color-adjust: exact;
    border: 1px solid #c2c2c2;
    border-bottom: 0px;
}

.invSimlpeRow {
    border: 1px solid #c2c2c2;
    background: white;
    border: 1px solid #c2c2c2;
    background: white;
    border-right: 2px solid #812990;
    border-left: 2px solid #812990;
}

.customer_box {
    border-right: 2px solid #812990 !important;
    border-bottom: 2px solid #812990 !important;
}

.expenses_box {
    border-left: 2px solid #812990;
    border-bottom: 2px solid #812990;
}

.infColBordered {
    border: 1px solid #eee;
}

.sum_footer {}

.header_column {
    flex-direction: column;
    align-items: end;
}

.nopadd {
    padding: 0px !important;
}

.invSimpleCol {
    padding: 7px;
    font-size: 8pt;
    font-family: tahoma;
    background-color: #ffffff !important;
    vertical-align: top;
    line-height: 26px;
    text-align: right;
}

.invoiceContainerinvPrint .invSimpleCol,
.invoiceContainerinvPrint tbody tr td {
    font-size: 10pt;
}

.invInfo {}

.roleContainer {
    max-height: 217px;
    overflow: auto;
    padding: 10px;
}

.formBHcT {
    background: #830101;
    color: white;
}

.theader {
    background: #010925;
    color: white;
}

.fomBH .contentform {
    background: #fbfdff;
}

.fomBH .contentform {
    padding: 21px 11px 3px 5px;
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    margin-bottom: 16px;
}

.contentform {
    background: #fbfdff;
}

.fomBH .contentform {
    direction: rtl;
}

.form-check {
    text-align: right;
    direction: rtl;
}

.table th {
    text-align: right;
    direction: rtl;
}

tbody tr td {
    vertical-align: middle !important;
    text-align: right;
}

app-inner-basket-list {
    width: 100%;
    direction: rtl;
}

.btncart {
    background: none;
    color: #707070;
    padding: 3px 6px 8px 6px;
    border-radius: 5px;
    display: block;
    font-size: 15px;
    position: relative;
    border: 1px solid #cdcdcd;
}

.btncart img {
    height: 17px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.top_fav a img {
    height: 22px;
    margin-top: 5px;
    margin-right: 7px;
}

.basket-Price-amount {
    background-color: #812990;
    border-radius: 11px;
    color: white;
    font-size: 11px;
    position: relative;
    margin-right: 10px;
    position: absolute;
    left: 15px;
    right: auto;
    top: -7px;
    width: 18px;
    padding-top: 2px;
}

.bskTopBody {
    display: rtl;
    direction: rtl;
    text-align: right;
    margin-top: 6px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

popper-content .ngxp__container {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

popper-content .ngxp__container[aria-hidden="true"] {
    visibility: hidden;
}

.ngxp__container {
    top: 0 !important;
    z-index: 999999;
    padding: 0;
    background: #fff;
    border: 1px solid #d2d2d2;
    font-size: 13px;
    direction: rtl;
    min-width: 410px;
    text-align: center;
    max-width: 420px;
    position: relative;
    box-shadow: 1px 1px 9px rgb(0 0 0 / 50%);
    border-radius: 15px;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%), 0 0 0 rgb(0 0 0 / 10%);
    padding: 0 !important;
    border-radius: 15px !important;
    box-shadow: 0 0 0px rgba(0, 0, 0, .5) !important;
    border: 1px solid #b3b3b3 !important;
    max-height: 99vh;
    overflow-y: auto;
}
.bskPoperContent
.ngxp__container {
    /* top: 45px !important; */

}
#ngxCnSearch>div {
    top: 0px !important;
    min-width: 548px;
}

.delete i {
    color: red;
    cursor: pointer;
}

.ngxp__container>.ngxp__arrow {
    top: -6px;
}

.bskTopBody {
    direction: rtl;
    text-align: right;
    margin-top: 6px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    font-size: 13px;
    padding: 0 10px 10px 10px;
}

.imgpop {
    max-width: 100%;
    padding: 6px;
    border-radius: 15px;
}

.bskTotal {
    font-size: 15px;
    text-align: center;
    margin-bottom: 4px;
    padding-bottom: 8px;
    background: #f7f7f7;
    padding: 12px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 16px 16px;
}

/* start of basket add modal  */

.basket_modal_cn {}

.bsk_close_cn {
    font-size: 24px;
    text-align: right;
    color: #929292;
}

.bsk_close_cn a {
    cursor: pointer;
}

.basket_modal_cn .ok_sign {
    text-align: center;
    font-size: 5rem;
    color: #11bec4;
    height: 86px;
}

.utilityService {}

.btnFill {
    color: #ffffff !important;
    padding: 7px 20px;
    border: 1px solid #6610f2;
    background: #6610f2;
    border-radius: 5px;
    border: 1px solid #f1f3f5;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    height: 41px;
    position: relative;
    top: -6px;
    width: 140px;
    display: block;
    float: right;
}

.btnEmpty {
    display: block;
    padding: 7px 9px;
    text-align: center;
    background: 0 0;
    color: #1b73f4;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    /* float: left; */
    margin-right: 14px;
    cursor: pointer;
    margin: 3px !important;
    position: relative;
    top: -9px;
    width: 140px;
}

.btnEmpty:hover {
    background-color: #f41bac;
    color: #fff !important;
}

.bsk_mdal_txt {
    margin: 18px 0 0 0;
    font-size: 15px;
    direction: rtl;
    color: gray;
}

.bsk_moda_similar_cn {
    direction: ltr;
    margin-top: 17px;
}

.modal_simlar_title {
    margin-top: 4px;
    text-align: right;
    direction: rtl;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
}

.btn_checkout {
    background: #e8e8e8 !important;
    color: #5f5f5f;
    border: 1px solid #cec9c9;
    width: 100%;
}

/* end of basket add modal  */

.inv_serials {
    padding-top: 5px;
}

.no_record_display_cn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    margin: 10%;
    padding: 40px;
    border: 1px solid #eee;
    border-radius: 22px;
    font-size: 14px;
}

.no_record_display_cn_sm {
    margin: 3%;
    padding: 11px;
}

.no_border {
    border: 0px !important;
}

.form-check .label {
    position: relative;
    cursor: pointer !important;
    color: #666;
    font-size: 30px;
}

.form-check input[type="checkbox"],
.form-check input[type="radio"] {
    position: absolute;
    right: 9000px;
}


/*Check box*/

.form-check input[type="checkbox"]+.label-text:before {
    content: "\f0c8";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 25px;
    display: inline-block;
    margin-right: 5px;
    font-size: 24px;
    float: right;
    margin-top: -3px;
}

.form-check input[type="checkbox"]:checked+.label-text:before {
    content: "\f14a";
    color: #842993;
    animation: effect 250ms ease-in;
}

.color_check_wrapper {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.color_check .form-check input[type="checkbox"]+.label-text:before {
    visibility: hidden;
    position: absolute;
}

.color_check .form-check {
    padding-left: 0px;
}

.form-check input[type="checkbox"]:disabled+.label-text {
    color: #aaa;
}

.form-check input[type="checkbox"]:disabled+.label-text:before {
    content: "\f0c8";
    color: #ccc;
}


/*Radio box*/

.form-check input[type="radio"]+.label-text:before {
    content: "\f111";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
    font-size: 21px;
    float: right;
    margin: 2px 0 2px 6px;
    cursor: pointer;
}

.form-check input[type="radio"]:checked+.label-text:before {
    content: "\f192";
    color: #830101;
    animation: effect 250ms ease-in;
}

.form-check input[type="radio"]:disabled+.label-text {
    color: #aaa;
}

.form-check input[type="radio"]:disabled+.label-text:before {
    content: "\f111";
    color: #ccc;
}


/*Radio Toggle*/

.toggle .form-check input[type="radio"]+.label-text:before {
    content: "\f204";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 10px;
}

.toggle .form-check input[type="radio"]:checked+.label-text:before {
    content: "\f205";
    color: #16a085;
    animation: effect 250ms ease-in;
}

.toggle .form-check input[type="radio"]:disabled+.label-text {
    color: #aaa;
}

.toggle .form-check input[type="radio"]:disabled+.label-text:before {
    content: "\f204";
    color: #ccc;
}

@keyframes effect {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}


/* start of button loading  */

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
    pointer-events: none;
    cursor: default;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -10px;
    width: 17px;
    height: 17px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.btn-default.m-progress:before {
    border-left-color: #333333;
    border-right-color: #333333;
}

.btn-lg.m-progress:before {
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
}

.btn-sm.m-progress:before {
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
}

.btn-xs.m-progress:before {
    margin-top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
}

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(180deg) scale(1.1);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }
}


/* end of button loading */

.btninfoBasket {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    color: #ddd;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    background: none;
    border: 2px solid rgb(30, 205, 151);
    -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.btninfoBasket:hover {
    color: rgba(255, 255, 255, 1);
    background: rgb(30, 205, 151);
}

.simTbl,
.tblUser {
    direction: rtl;
    text-align: right;
}

.bsktblContainer {
    direction: rtl;
    margin-top: 40px;
}

.bsktblContainer thead {
    background: #02baf2;
    color: white;
}

.bsktblContainer thead th {
    padding-top: 13px !important;
    font-weight: 300;
}

.bsprTitle {
    font-size: 13px;
    line-height: 21px;
    display: flex;
    align-items: center;
    height: 100%;
}

.bsktblContainer tbody tr {
    border: 1px solid #eee;
    border-right: 0;
    border-left: 0;
}

.bsktblContainer td {
    vertical-align: middle;
}

.picListBasket {
    height: 60px;
    width: 60px;
}

.bskListInner td,
.table th {
    text-align: right;
    direction: rtl;
}

.btn-number {
    line-height: 18px !important;
    cursor: pointer;
}

.quantity-title {
    color: #444;
    margin-bottom: 11px;
    line-height: 18px;
}

.quantity-minus {
    top: 8px;
    right: auto !important;
    left: 0px;
}

.btn-number {
    width: 27px;
    height: 18px;
    font-size: 15px;
    line-height: 15px;
    color: #666666;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    display: inline-block;
}


.quantity-plus {
    top: 8px;
    right: 7px;
}

.bsk_counting .quantity-plus {

    top: 3px;
    right: 15px;
}

.bsk_counting .quantity-minus {
    top: 21px;
    right: 15px;
}

#router_outlet {
    transition: 250ms;
}

.back_overlay {
    background: rgb(0 6 6 / 50%);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 8;
}

.box_region {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box_region img {
    width: 100%;
    max-width: 140px;
}

.box_region h3 {
    font-size: 15px;
    color: #413e39;
    margin-bottom: 10px;
}

.btn_dark {
    font-size: 12px;
    background: #413e39;
    display: flex;
    padding: 3px 10px;
    border-radius: 15px;
    color: #f8f4e9;
}

.btn_dark:hover {
    background: #9e0203;
    color: #ffffff;
}

.box_region:hover {}

.box_region:hover h3 {
    color: #9e0203;

}

.box_region:hover img {

    filter: invert(39%) sepia(129%) saturate(3207%) hue-rotate(-28deg) brightness(95%) contrast(80%);
}

.pre_invoice_alert {
    padding: 10px;
    text-align: center;
    background: #ffe498;
    margin: 33px 13px;
    border-radius: 10px;
    font-size: 14px;
    border: 2px solid #ffa817;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.ab_matn_wrapper {
    padding: 4rem 0;
}

.about_matn {}

.about_matn h3 {
    text-align: center;
    font-size: 28px;
    color: #4d4d4d;
}

.about_text {
    font-size: 15px;
    padding: 3rem 0;
    direction: rtl;
    text-align: right;
    line-height: 33px;
    color: #585858;
}

.pr_se_box_container {
    border: 1px solid #eee;
    padding: 7px 2px;
    border-radius: 8px;
    min-height: 100px;
}

.pr_se_box_container a {}

.pr_se_box_container a:hover {
    color: #4c4b4b;
}

.pr_se_box_container dl {
    text-align: right;
    direction: rtl;
    margin-bottom: 0;
}

.search_mojoodi {
    font-size: 12px;
    padding-top: 9px;
}


.search-swiper::part(button-next),
.search-swiper::part(button-prev) {
    background: #33a4f2;
    font-size: 13px !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 3px;
}

:root {
    --swiper-navigation-color: white !important;
    --swiper-theme-color: white !important;
}

.search-swiper::part(button-prev) svg {}

.swiper-prod-btn-next,
.swiper-prod-btn-prev {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.ship_days_wrapper {
    display: flex;
    padding: 16px;
    padding-top: 0px;
}

.ship_day {
    padding: 10px;
    border: 1px solid #f8f8f8;
    margin: 13px;
    background: #f8f8f8;
    border-radius: 10px;
    min-height: 80px;
    display: flex;
    align-items: center;
    font-size: 13px;
    align-items: center;
    cursor: pointer;
    min-width: 73px;
    justify-content: center;
}

.ship_day_selected {
    background: #007aff;
    color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ship_day_name {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.shipDateDay {
    font-size: 28px;
    line-height: 23px;
}

.ship_day_name>div {
    padding: 3px 0px;
}

.shipment_title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 1rem;
    padding-right: 1rem;
    color: #3d3d3d;
}

.send_info_wrapper {
    margin: 5px 2rem 2rem;
}

.btn_send_info {
    border: 1px solid #c9c9c9;
    padding: 7px 10px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 7px;
}

.btn_send_info span {}

.btn_send_info span i {
    padding-left: 7px;
    padding-right: 5px;
}

.modal_h_wrapper {
    width: 350px;
    display: flex;
    flex-direction: column;
}

.modal_h_header {
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 11px;
}

.modal_h_body {}

.btn_info_main {
    background: #006ee6;
    color: #fff;
    width: 100%;
    margin: 19px 0 0 0px;
}

.btn_info_main:hover {}

.modal_item {
    text-align: right;
    font-size: 13px;
    line-height: 25px;

}

/* start of compare list  */

.inquery_not_available {
    height: 470px;
    width: 316px;
    margin: 10px auto;
    text-align: right;
    direction: rtl;
}

.inquery_not_box {
    background: white;
    padding: 15px;
    font-size: 13px;
    line-height: 31px;
    border-radius: 10px;
    border: 1px solid #ffc313;
}

.dhide {
    display: none;
}

.ad_bt_loading_img {
    height: 17px !important;
}

.sm_basket_notif_cn {
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 99;
    background: #ffffff;
    direction: rtl;
    padding: 7px;
    border: 1px solid #f7f7f7;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sm_basket_notif_cn i {
    font-size: 20px;
    color: #464646;
    margin: 3px 3px 0 5px;
}

.sm_basket_notif_cn .sm_bsk_text {
    color: #464646;
    font-size: 14px;
}

.sm_basket_notif_cn .sm_bsk_count {
    font-size: 13px;
    margin: 4px 8px 0;
    background: #d0d0d0;
    width: 22px;
    border-radius: 20px;
    padding-top: 2px;
    text-align: center;
}

.sm_has_item {
    background: var(--main_color2);
}

.sm_has_item i {
    color: var(--main_gray2);
}

.sm_has_item .sm_bsk_text {
    color: var(--main_gray2);
}

.sm_has_item .sm_bsk_count {
    background: white;
}

#big_basket {}

.search_empty_value {
    margin: 10px;
    text-align: center;
    font-size: 12px;
    color: #b9b9b9;
    border: 1px dotted #f1f1f1;
    padding: 7px;
    margin-top: 42px;
}

.search_result_loading_cn {
    text-align: center;
    padding-top: 24%;
}

.inquery_cn {
    text-align: right;
    direction: rtl;
    background: #ffffff;
    position: relative;
    padding-bottom: 20px;
}

.big_basket_bt_cn {
    position: fixed;
    bottom: -424px;
    /* bottom: 0; */
    right: 30px;
    z-index: 99;
    background: #ffffff;
    direction: rtl;
    padding: 0px;
    border: 1px solid #e8e8e8;
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    width: 300px;
    height: 400px;
}

.big_basketClose {
    position: absolute;
    top: -29px;
    background: #02baf0;
    width: 30px;
    height: 30px;
    right: 7px;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.big_basketClose i {
    font-size: 17px;
    color: #fff;
}

.big_basket_header {
    text-align: center;
    font-size: 16px;
    background: white;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    border-top: 2px solid #02baf0;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #3e3e3e;
}

.big_basket_header .bsk_header_back {
    position: absolute;
    top: 8px;
    right: 15px;
    background: #dadada;
    display: block;
    width: 29px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
}

.big_basket_continue {
    bottom: 0;
    height: 40px;
    width: 100%;
    margin-bottom: 40px;
}

.btn_big_main {
    display: flex;
    width: 68%;
    padding: 10px;
    text-align: center;
    background: #02baf0;
    margin-top: 0px;
    color: white;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    border: 1px solid #02baf0;
    margin: 0 auto;
    border-radius: 16px;
    margin-top: 0px;
}

.btn_big_main:disabled {
    color: gray;
    background: #bdb6a0;
    border: 1px solid #bdb6a0;
}

.btn_big_main i {
    margin-right: 10px;
}

.big_basket_content {
    height: 299px;
    overflow: auto;
}

.inquery_cn .big_basket_content {
    height: auto;
    min-height: 400px;
}

.big_basket_row {
    direction: rtl;
    text-align: right;
    margin: 2px 4px 3px 4px;
    background: #f7f7f7;
    padding: 0px 0px;
    border: 1px solid #e4e4e4;
    /* border-bottom: 1px solid #b9b9b9; */
    position: relative;
}

.big_basket_row img {
    width: 60px;
    margin: 2px;
    border-radius: 11px;
    border: 1px solid #eee;
}

.bnt_remove {
    position: absolute;
    left: 9px;
    cursor: pointer;
    top: 5px;
}

.bnt_remove i {
    color: red;
    font-size: 18px;
}

.bnt_add {
    display: block;
    width: 100%;
    font-size: 12px;
    background: #ffc313;
    text-align: center;
    color: black;
    border: 1px solid #c7980c;
    margin: 0 auto;
    padding: 10px;
}

.bnt_add i {
    color: black;
    font-size: 12px;
    position: relative;
    top: 1px;
    right: -4px;
}

.bnt_add:hover {
    background: #eab108;
    color: #382a00;
}

.big_basket_content_title {
    padding: 9px 7px 0px;
    font-size: 15px;
    text-align: right;
}

.big_basket_row>div {
    text-align: right;
}

.big_basket_row h2 {
    font-size: 14px;
    margin: 7px 6px 5px 0;
}

.big_basket_row h3 {
    font-size: 13px;
    color: gray;
    margin: 9px 0 9px;
    display: inline-block;
    padding-right: 20px;
}

.big_basket_row h4 {
    font-size: 14px;
    margin-top: 4px;
    display: inline-block;
    margin-left: 11px;
    position: relative;
    top: 3px;
}

.amount_row {
    background: #e8e8e8;
    padding: 6px;
}

.bsk_am_cn {
    display: inline-block;
}

.btn_am_ch {
    border: 1px solid #c7c7c7;
    background: #dadada;
    font-size: 21px;
    padding: 0 7px;
    line-height: 28px;
    position: relative;
    top: 4px;
}

.btn_amu_up {
    border-left: 0;
}

.btn_amu_down {
    border-right: 0;
}

.inpt_am_main {
    border: 1px solid #d4d4d4;
    text-align: center;
    font-size: 12px;
    padding: 0px;
    line-height: 28px;
    position: relative;
    top: 0px;
}

.sle_am_main {
    font-size: 13px;
    border: 1px solid #d2d2d2;
    padding: 0;
    width: 82px;
    height: 30px;
    margin-right: 8px;
}

.inpt_am_main_amount {
    width: 71px;
    position: relative;
    top: 2px;
    font-size: 14px;
    font-weight: bold;
}

.big_basket_empty {
    margin: 30px 20px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    color: gray;
}

.big_basket_row_new {
    margin-bottom: 40px;
    background: #fff1c9;
}

.big_bsk_states_cn {
    height: 299px;
    overflow: auto;
}

.bg_bsk_row {
    font-size: 13px;
    display: flex;
    padding: 8px 5px;
    height: 38px;
    background: #f7f7f7;
    align-items: center;
    color: #636363;
    margin: 4px;
    border-radius: 5px;
}

.bg_bsk_row i {
    display: none;
}

.st_bg_isCkecked {
    border: 1px solid var(--main_color2);

    background: #f2eee2;
    color: black;
}

.st_bsk_check {
    display: block;
    width: 20px;
    margin-left: 7px;
}

.st_bg_isCkecked .st_bsk_check i {
    color: #07ca0d;
    font-size: 17px;
    display: block;
}

.big_bsk_login_cn {}

.big_bsk_login_cn .bg_bsk_lg_info_succes {
    margin: 10px;
    font-size: 14px;
    text-align: center;
    background: #92ffc8;
    padding: 10px;
}

.big_bsk_login_cn .bg_bsk_lg_info {
    margin: 10px;
    font-size: 12px;
    text-align: center;
    background: #f2eee2;
    padding: 10px;
}

.big_bsk_login_cn .bg_bsk_lg_error {
    margin: 10px;
    font-size: 12px;
    text-align: center;
    background: #ffaaaa;
    padding: 10px;
}

.bg_bsk_inpt_cn {
    padding: 10px;
    text-align: center;
}

.mob_input {
    padding: 10px 0;
    border: 1px solid #cacaca;
    text-align: left;
    direction: ltr;
    text-align: center;
    /* font-family: arial !important; */
    font-size: 22px;
}

#sms_timer {
    padding: 6px;
    border: 1px solid #eee;
    background: #f0f0f1;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
}

.btn-resend {
    background: #ffc107;
    padding: 5px;
}

.btn-resend:disabled {
    background: #f1f1f1;
    opacity: 0.3;
}

.btn-resend:hover {
    background: #b98d09;
    color: white;
}

.rule_body {
    font-size: 15px;
    padding: 11px;
    border: 1px solid #eee;
    height: auto;
    max-height: 613px;
    overflow: auto;
    text-align: justify;
    background: white;
}

.rule_body2 {
    max-height: 300px;
    direction: rtl;
    text-align: right;
}

/* end of compare list  */
.cmp_field_row {}

.cmp_field_row>.row>.col-3 {
    border-left: 1px solid #dbdbdb;
}

.sc_wrapper {
    width: 100%;
    height: 116px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 0;
    margin: 0;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: none;
}

.cmp_scroller {
    display: flex;
    align-items: center;
    border: 2px solid #03b8f1 !important;
}

.cmp_scroller .cpm-pr-img {
    height: 80px;
    width: auto;
    margin-left: 10px;
}

.freeOfferSendingCn {
    margin: 10px;
    padding: 49px;
}

.freeOfferSendingCn>h4 {
    direction: rtl;
    text-align: center;
}

.freeOfferSendingCn>h5 {
    direction: rtl;
    text-align: center;
    font-size: 13px;
}

.hf_toggle {}

.qk_title {
    display: flex;
    padding: 10px 0;
}

.qk_title h1 {
    font-size: 13px;
    font-weight: 700;
}

.qk_field_title {
    background: #effaff;
    padding: 9px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #3f3f3f;
    border-radius: 7px;
    text-align: right;
}

.qk_field_value {
    padding: 9px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #3f3f3f;
    text-align: right;
}

.public_nav_wrapper {
    margin-top: 2rem;
    display: flex;
    justify-content: end;
}

swiper-slide {}

swiper-slide .product_index_icons {
    display: none;
}

.invoice_basket_inner {
    margin-bottom: 0rem;
}

.invoice_basket_inner tbody tr {
    border-bottom: 1px solid #eee;
}

.ad_inv_row {
    padding: 10px 0;

}


/* pagination.component.css */
.custome_nav {
    height: 32px;
}

.pagination {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #3a3a3a;
    border: 1px solid #e0e0e0;
    border-radius: 5px;

}

.page-item.active .page-link {
    font-weight: bold;
    background-color: #48bbfa;
    color: white;
    border-radius: 5px;
    border-color: #48bbfa;
}

.page-item.disabled .page-link {
    cursor: not-allowed;
    color: #ccc;
}

.empty_basket_wrapper {}

.empty_img {
    display: flex;
    justify-content: center;
}

.empty_img img {
    max-height: 250px;
}

.empty_title {
    font-size: 14px;
    display: flex;
    justify-content: center;
    padding: 12px 0;
    color: #c7c7c7;
    font-weight: 700;
}

.empty_navigation {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.btn_empty_nav {
    display: flex;
    background: #f6f6f6;
    padding: 6px 25px;
    font-size: 13px;
    border: 1px solid #eee;
    border-radius: 6px;
}

.map_wrapper {
    direction: ltr !important;
}


.map {
    position: relative;
    height: 440px;
    background-color: whitesmoke;
    direction: ltr !important;
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
}

.map_box_wrapper {
    user-select: auto;
    border: 5px solid #ebebeb;
    border-radius: 12px;

}


.shop-simple-map {
    width: 100%;
    height: 100%;
}

.routing_btn {
    position: absolute;
    background: white;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    padding: 4px 20px 7px;
    color: #33a4f2;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.routing_btn:hover {}

.titlebig {
    font-size: 13px;
    text-align: right;
    padding-top: 10px;
}

.shortTooltip {
    text-align: right;
    font-size: 11px;
    color: gray;
}
.cursor-pointer{
    cursor: pointer;
}

.mainProductBox .n-title-box {
    height: 75px !important;
}
@media only screen and (max-width: 768px) {
    .cnt_form_wrapper {
        position: relative;
        margin-bottom: 10rem;
    }


    .cnt_footer_img {
        position: absolute;
        left: -10%;
        z-index: 0;
        bottom: 0;

    }

    .share_ul {
        opacity: 1 !important;
        top: 96% !important;
    }

    .hlist_grid .share_ul {
        top: -21px !important;
        left: 37% !important;
        right: 35%;
    }

    .hlist_grid .product-footer {
        height: 6px;
    }

    .hlist_grid .product_badge {
        bottom: 61px;
    }

    .product-grid .social li a {
        border: 0px solid #d5d5d5;
        height: 20px;
        width: 18px;
    }

    .offer_top_img_header {
        display: none;
    }

    .offer_wrapper h2 {
        font-size: 28px;
        margin-top: 6px;
        text-align: right;
    }

    .offer_wrapper h3 {
        font-size: 20px;
        text-align: right;
        margin-bottom: 13px;
    }

    .btn_o_wrapper {
        display: flex;
        justify-content: end;
        margin-bottom: 22px;
    }

    .sec_offers {
        margin-top: 2rem;
    }

    .contact_item_header {
        margin-bottom: 4rem;
    }

    .contact_item_header:last-of-type {
        margin-bottom: 0;
    }

    .cnt2-form h3 {
        font-size: 17px;
        margin-bottom: 0rem;
    }

    .btncart {
        padding: 13px;
    }

    .btncart img {
        margin-right: 0px;
        position: relative;
        top: 2px;
    }



    .offer_thumb_wrapper {
        width: 100%;
        position: relative;
        bottom: -13px;
        left: auto;
        margin-bottom: 16px;
    }

    .wonder-box>h4 {
        flex-direction: column;
        align-items: start;
        padding-top: 12px;
    }

    .index_offer_cn {
        border-right: 0px solid #eee !important;
        padding-right: 0px !important;
        margin-top: 10px;
    }

    .sm_order_1 {
        order: 1;
    }

    .sm_order_2 {
        order: 2;
    }

    .sm_order_3 {
        order: 3;
    }

    .sm_order_4 {
        order: 4;
    }


    .wonder_countdown_wrapper {
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .prOfferMainPrice {
        font-size: 17px;
    }

    .prOfferOfferPrice {
        font-size: 24px;
        margin: 7px 13px;
    }

    .offer_btn_wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 39px;
    }

    .prod-wrapper {
        padding: 19px 7px 8px 9px;
    }

    .img_offer_wrapper {
        display: flex;
        justify-content: center;
    }

    .box-product-top img {
        border-radius: 15px;
    }

    .order_1 {
        order: 1;
    }

    .order_2 {
        order: 2;
    }

    .order_3 {
        order: 3;
    }

    .order_4 {
        order: 4;
    }


    .box_share_products {
        margin-top: 15px;
    }

    .offer_img {
        max-width: 50%;
    }

    .wonder_countdown_wrapper {}

    .wonder-short {
        height: 60px;
    }


    .filterNav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9;
        top: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        padding-top: 60px;
        transition: 0.5s;
        border-left: 1px solid #eee;
        text-align: right;
        padding-right: 8px;
        z-index: 1111;
    }

    /* The navigation menu links */
    /* When you mouse over the navigation links, change their color */
    .filterNav a:hover {
        color: #f1f1f1;
    }

    /* Position and style the close button (top right corner) */
    .filterNav .closebtn {
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        color: gray;
        line-height: 29px;
    }

    /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
    .mgProduct {
        transition: margin-right 0.5s;
        padding: 0px;
        position: absolute;
        top: 0;
        z-index: 30;
        display: block;
        height: 100%;
        width: 100%;
        cursor: pointer;
        right: 1px;
        background: #fafafa;
    }

    .rg-animation {
        transition: margin-right 0.5s;
    }

    .filterNav {
        right: 0;
    }

    .lt-profile {
        direction: ltr !important;
    }

    #FilterIconClick {
        text-align: right;
        margin: 0px auto 7px auto;
        color: #442f02;
        width: 96%;
        display: block;
        direction: rtl;
        padding: 5px;
        background: #fff;
        position: relative;
        border-radius: 7px;
        font-size: 14px;
    }

    .sec_header_cn {
        top: -142px;
    }

    .product-grid .price>span {
        right: auto !important;
        font-size: 14px !important;
        bottom: 27px !important;
        left: 8%;
    }

    .flash-pr-inner {
        right: 0px;
    }

    .product-grid {
        margin-top: 0rem;
    }

    .old_price {
        position: absolute;
        top: -28px;
    }

    .offer_back_coloring {
        width: 100%;
    }

    table#cart thead {
        display: none;
    }

    table#cart tbody td {
        display: block;
        padding: 0.6rem;
        min-width: 229px;
        text-align: right;
    }

    table#cart tbody tr td:first-child {
        background: #f6f6f6;
        color: #0d0d0d;
    }

    table#cart tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 8rem;
    }

    table#cart tfoot td {
        display: block;
        height: 50px;
    }

    table#cart tfoot td .btn {
        display: block;
        width: 100%;
    }

    .product-grid .title a {
        font-size: 13px !important;
        padding-right: 43px;
        min-height: 88px;
    }

    .box_share_products .title a {
        padding-right: 0px;
        font-size: 12px !important;
    }

    .hgrid2_grid .product-grid .title a {
        padding-right: 0;
    }

    .hgrid2_grid .select_box_grid {
        order: 5 !important;
    }

    .hgrid2_grid .price_box_grid {}

    .price_final_wrapper {
        font-size: 18px;
    }

    .price_unit_wrapper {
        line-height: 10px;
        font-size: 10px;
    }

    .product-footer {
        position: relative;
        width: 100%;
        height: 28px;
    }

    .only_product_box .title {
        font-size: 13px;
        min-height: 73px;
    }

    .share_ul {
        left: auto !important;
        right: 10px;
        position: relative;
        transform: translateY(-50%) translateX(0%) !important;
        top: 36% !important;
    }
}