/* start of offer carousel  */

.offer_thumb_wrapper {
    position: absolute;
    bottom: 21px;
    left: 40px;
}

.carousel {
    position: relative;
}

.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 #03a7a8;

}

#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;
}

.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: #f36e23;
    display: inline-block;
    font-weight: 700;
}

.prOfferMainPrice {
    font-size: 23px;
    color: #7a7a7a;
    display: inline-block;
    font-weight: 500;
    position: relative;
}

.prOfferMainPrice span {
    font-family: 'kalamehFaNum' !important;
}

.prOfferMainPrice:before {
    border-bottom: 2px solid #f66e22;
    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 {
    position: absolute;
    bottom: 20px;
    left: 32px;
}

.wonder_countdown_wrapper>h3 {
    text-align: center;
    font-size: 15px;
    color: gray;
    padding-bottom: 8px;
}


.offer_header {

    display: flex;
    justify-content: center;
    background: #03a7a8;
    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 {

    padding: 19px 4rem;
    padding-bottom: 1px;
    border-radius: 15px 0 0 15px;
}

.row_revers .prod-wrapper {
    border-radius: 0 15px 15px 0;

}

.product-grid {

    text-align: center;
    padding: 15px 0 1px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 353px;
    transition: all 0.3s ease 0s;
    direction: rtl;
    border-radius: 0px;
    margin-bottom: 10px;
    max-width: 263px;
}

/* .product-grid:hover {
      border: 1px solid rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
      color: gray;
      border-radius: 7px;
  } */

.product-grid .product-image {
    position: relative;
    transition: all 0.3s ease 0s;
    max-width: 100%;
    display: block;
    min-height: 173px;
}

.product-grid .product-image a {
    display: block;
}

.product-grid .product-image img {
    width: 100% !important;
    height: auto;
    margin: 0 auto;
}

.product-grid .pic-1 {
    opacity: 1;
    transition: all 0.3s ease-out 0s;
}

.product-grid:hover .pic-1 {
    opacity: 1;
}

.product-grid .pic-2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0%;
    transition: all 0.3s ease-out 0s;
}

.product-grid:hover .pic-2 {
    opacity: 1;
}

.product-grid:hover .pic-1 {
    opacity: 0;
}

.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: 50%;
}

.product-grid .social li {
    display: inline-block;
}

.product-grid .social li a {
    text-align: center;
    height: 37px;
    width: 40px;
    margin: 0 2px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background: white;
    border-radius: 14px;
}

.product-grid .social li a img {
    width: 100%;
}

.product-grid .social li a:hover {}

.htooltiper {
    position: relative;
}

.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 8px 2px 8px;
    margin: 0 auto;
}

.product-grid .title {
    font-size: 17px;
    margin: 10px 0 10px;
    transition: all 0.3s ease 0s;
    height: 67px;
    line-height: 21px;
}

.product-grid .title a {
    color: #7b6b52;
}

.product-grid .title a:hover {
    color: #1a1819;
}

.product-grid:hover .title a {
    color: #333333;
}

.product-grid .price {
    color: #b10103;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
    text-align: center;
    transition: all 0.3s;
    height: 35px;
    padding: 5px;
    position: relative;
    padding-top: 12px;
}

.price_final_wrapper {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-family: kalamehFaNum !important;
}

.product-grid .price .price_unit {
    font-size: 13px;
    margin-right: 4px;
}

.rtl .product-grid .price {
    direction: rtl;
}

.product-grid .price>span {
    color: #595151;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block;
    position: absolute;
    right: 18px;
    bottom: 27px;
    font-weight: 500;
    font-family: kalamehFaNum !important;
}

.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;
}

.product-grid .priceSiteOdd {
    top: 68px;
}

.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: 13px;
    color: #ff0101;
    width: 127px;
    display: block;
    margin: 0 auto;
    height: 38px;
    padding-top: 11px;
    background: #ffe0e0;
    text-align: right;
    padding-right: 7px;
    border-radius: 15px;
    margin-bottom: 5px;
    margin-top: 6px;
}

.cprPrice {
    display: flex;
    align-items: end;
}

.btn_buy_down {}

.pr-cl-plus i {
    font-size: 13px;
    color: #b8b8b8;
    position: relative;
    top: -4px;
}

.not-available {}

.comming-soon {
    background: #d2f5ff;
    color: #034f65;
}

.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: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 4px 0;
    border: 1px solid #dfdfdf;
}

.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: #fff;
    position: relative;
    text-transform: lowercase;
    background: #b10103;
}

.flash .onsale .number {
    display: none;
}

.flash .onsale .text {
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-family: kalamehFaNum !important;
}

.flash-product {
    right: 8px;
    left: auto;
    top: 37px;
}

.flash-pr-inner {
    left: 0;
    right: auto;
    top: -15px;
}

.flash-pr-inner .onsale {
    border-radius: 10px;
}


/* 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 {
    font-family: 'kalamehFaNum' !important;
}

.page-title-container {}

.pTitle {
    text-align: right;
    margin: 14px 0;
    color: white;
    font-size: 18px;
    background: #830101;
    padding: 10px;
    border-radius: 10px;
}

.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 #e8e8e8;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    box-shadow: 0 2px 8.5px 1.5px rgba(197, 197, 197, 0.2);
    padding: 21px;
}

.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;
    font-weight: bold;
    margin: 0;
}

.rcheckout h5 i {
    color: #ff6a00;
    margin-left: 4px;
}

.check_header {
    background-color: #f9fafb;
    border-radius: 10px;
    padding: 16px 15px;
    margin-bottom: 15px;
    text-align: right;
    margin-top: 17px;
}

.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 {
    margin-left: 16px;
    padding: 10px;
    display: none;
    margin-top: 13px;
}

.formBHcT {
    background: #eee;
    padding: 14px;
    text-align: center;
    font-size: 0.9rem;
    border-bottom: 2px solid #f0a031;
    margin-bottom: 0px;
}

.invoiceContainer {
    max-width: 780px;
}

.invClBg {
    padding: 7px;
    text-align: center;
    background-color: #e2ecf1;
    font-size: 12pt;
    font-family: tahoma;
    color: #221f1f;
    -webkit-print-color-adjust: exact;
    border: 1px solid #c2c2c2;
    border-bottom: 0px;
}

.invClBg2 {
    padding: 7px;
    text-align: center;
    background-color: #f0f0f0;
    font-size: 12pt;
    font-family: tahoma;
    color: #221f1f;
    -webkit-print-color-adjust: exact;
    border: 1px solid #c2c2c2;
    border-bottom: 0px;
}

.invSimlpeRow {
    border: 1px solid #c2c2c2;
    background: white;
}

.infColBordered {
    border: 1px solid #eee;
}

.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: #ab0203;
    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: #970606;
    padding: 3px;
    border-radius: 5px;
    display: block;
    font-size: 15px;
    border: 0px solid #d4d4d4;
    position: relative;
}

.btncart img {
    height: 23px;
    margin-right: 5px;
}

.top_fav a img {
    height: 22px;
    margin-top: 5px;
    margin-right: 7px;
}

.basket-Price-amount {
    background-color: #048a8b;
    border-radius: 11px;
    color: white;
    font-size: 11px;
    padding: 2px 6px 0 6px;
    position: relative;
    margin-right: 10px;
    position: absolute;
    left: 13px;
    right: auto;
}

.bskTopBody {
    display: rtl;
    direction: rtl;
    text-align: right;
    margin-top: 6px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.ngxp__container {
    top: 0 !important;
    z-index: 999999;
    background: white;
    border: 1px solid #e0e0e6;
    font-size: 13px;
    direction: rtl;
    min-width: 310px;
    text-align: center;
    max-width: 370px;
    position: relative;
    box-shadow: 1px 1px 9px rgb(0 0 0 / 50%);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 14%), 0 4px 4px rgb(0 0 0 / 10%);
}

#ngxCnSearch>div {
    top: 0px !important;
    min-width: 444px;
}

.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;
}

.imgpop {
    max-width: 70px;
}

.bskTotal {
    font-size: 15px;
    text-align: center;
    margin-bottom: 4px;
    padding-bottom: 8px;
    background: #f7f7f7;
    padding: 12px;
}

/* 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;
}

.btnFill {
    color: #ffffff !important;
    padding: 7px 20px;
    background-color: #5dc303;
    border-radius: 5px;
    border: 1px solid #f1f3f5;
    border-color: #58af0b;
    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: #2980b9;
    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: #9d885f;
    color: white;
}

.bsktblContainer thead th {
    padding-top: 13px !important;
}

.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 {
    bottom: 0;
}

.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: 0;
}

.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%);
}

.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;
}

.cnt2-item-container {
    display: flex;
    align-items: center;
}

.rtl .cnt2-item-container {
    direction: rtl;
}

.cnt2-item-header {
    font-size: 17px;
    font-weight: 500;
    color: #464646;
    min-width: 50px;
}

.cnt2-item-value {
    font-size: 19px;
    padding: 14px 24px;
    color: #464646;
    font-weight: 500;
}

.rtl .cnt2-item-value {
    direction: rtl;
}

.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: 1.5rem;
    margin-bottom: 5rem;
    color: #464646;
    padding-top: 11px;
    margin-top: 4rem;
}

.cnt2-form .text-muted {
    font-weight: 500;
    margin-bottom: 2rem;
    padding-bottom: 0em;
    display: flex;
}

.btn_register {
    background: #010925;
    border: 1px solid #010925;
    padding: 6px 36px;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    font-weight: 300;
    border-radius: 1px;
}

.btn_register:hover {
    color: #fff;

}

.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;
    }
}

@media only screen and (max-width: 768px) {
    .top_fav {
        display: none;
    }

    .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 {
        position: relative;
        left: 0;
    }

    .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;
    }

    .box_share_products {
        margin-top: 15px;
    }

    .offer_img {
        max-width: 50%;
    }

    .wonder_countdown_wrapper {
        transform: scale(0.7);
    }

    .wonder-short {
        height: 60px;
    }


    .filterNav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9;
        top: 0;
        background-color: #f9f9f9;
        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: 7px auto 15px auto;
        color: #442f02;
        width: 96%;
        display: block;
        direction: rtl;
        padding: 5px;
        background: #d2d2d2;
        position: relative;
        border-radius: 7px;
        font-size: 14px;
        -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
        box-shadow: 1px 2px 10px 2px rgb(0 0 0 / 10%);
    }
}