*,html {
    line-height: normal
}

a,input:focus,li {
    outline: 0
}

*,body,html {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* font-family: YekanBakh-Regular,sans-serif; */
    font-family:"YekanBakh-Bold";
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

#reza,#reza1,.spinner img {
    bottom: 0;
    right: 0
}

/* @font-face {
    font-family: iranyekan;
    font-weight: 500;
    font-style: normal;
    src: url('fonts/iranyekanwebregular.eot');
    src: url('fonts/iranyekanwebregular.eot?#iefix') format("embedded-opentype"),url('fonts/iranyekanwebregular.woff') format("woff"),url('fonts/iranyekanwebbold.woff2') format("woff2"),url('fonts/iranyekanwebregular.ttf') format("truetype")
}

@font-face {
    font-family: YekanBakh-Regular;
    src: url("fonts/7296ae79f6faca68798b00fbbbee4c22.eot");
    src: url("fonts/7296ae79f6faca68798b00fbbbee4c22.eot?#iefix") format("embedded-opentype"),url("fonts/7296ae79f6faca68798b00fbbbee4c22.woff2") format("woff2"),url("fonts/7296ae79f6faca68798b00fbbbee4c22.woff") format("woff"),url("fonts/7296ae79f6faca68798b00fbbbee4c22.ttf") format("truetype"),url("fonts/7296ae79f6faca68798b00fbbbee4c22.svg#YekanBakh-Regular") format("svg")
} */

@font-face {
    font-family: YekanBakh-Bold;
    src: url("../assets/fonts/Yekan Bakh/YekanBakh-Bold/YekanBakh-Bold.ttf") format("truetype");
  }

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* font-family: YekanBakh-Regular,sans-serif; */
    font-family:"YekanBakh-Bold" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    scroll-behavior: smooth
}

* {
    border: 0;
    list-style: none;
    font-style: normal;
    scrollbar-width: auto;
    scrollbar-color: #e31e24 #ffffff
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    display: inline-block
}

button,input,select,select option,textarea {
    font-family:"YekanBakh-Bold" !important;
}

button,input[type=submit] {
    cursor: pointer
}

a,li {
    text-decoration: none;
    transition: .3s ease-in-out
}

li {
    transition: none
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    direction: rtl;
    font-family:"YekanBakh-Bold" !important;
    font-size: 12px;
    text-align: right;
    overflow-x: hidden;
    height: 100%;
    user-select: none;
    background: #f8f8f8!important
}

.TopHeaderShowBox {
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    min-width: 320px;
    height: 115px;
    background: #fff;
    padding: 18px;
    border-bottom: 1px solid #eee;
    z-index: 800
}

.BoxLeftShowIconAndCount,.BoxLeftShowIconAndCountB {
    display: grid;
    position: relative;
    min-width: 60px;
    z-index: 3;
    transition: 250ms cubic-bezier(.19, 1, .22, 1);
    color: #fff;
    float: left
}

.TopHeaderShowBox img {
    margin: auto;
    height: 85px;
    object-fit: contain;
    border-radius: 15px 15px 0 0;
}

.BoxLeftShowIconAndCount {
    grid-template-columns: 50% 50%;
    height: 42px;
    background: #e31e24;
    font-size: 1rem;
    border-radius: 5px;
    padding: 0 5px
}

.BoxLeftShowIconAndCountB {
    grid-template-columns: 100%;
    height: 25px;
    background: #00905d;
    font-size: 1.4rem;
    border-radius: 3px;
    padding: 0 10px
}

.BoxLeftShowIconAndCount1 {
    display: none;
    grid-template-columns: 50% 50%;
    align-items: center;
    position: relative;
    float: left;
    top: -6px;
    min-width: 60px;
    height: 42px;
    background: #e31e24;
    color: #fff;
    font-size: 1rem;
    z-index: 3;
    border-radius: 5px;
    transition: 250ms cubic-bezier(.19, 1, .22, 1);
    padding: 0 5px
}

.BoxLeftShowIconAndCount p,.BoxLeftShowIconAndCount1 p {
    text-align: center;
    display: flex;
    color: #fff;
    align-items: center;
}

.BoxLeftShowIconAndCount img,.BoxLeftShowIconAndCount1 img {
    height: 25px
}

.RightAndLoginTopHeaderShowBox {
    display: grid;
    grid-template-columns: repeat(8 ,auto);
    justify-content: right;
    grid-gap: 20px;
    align-items: center;
}

.RightAndLoginTopHeaderShowBox .ChildRightAndLogin1 {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    align-items: center;
    height: 42px;
    border: 1px solid #e31e24;
    border-radius: 5px;
    color: #e31e24;
    font-weight: 600;
    text-align: center;
    line-height: 38px;
    font-size: 1.5rem;
    transition: .2s ease-in-out;
    padding: 0 10px
}

.RightAndLoginTopHeaderShowBox .ChildRightAndLogin1 img {
    height: 20px;
    width: 20px
}

.RightAndLoginTopHeaderShowBox .ChildRightAndLogin1:hover {
    background: #e31e24;
    color: #fff;
    cursor: pointer;
    transition: .2s ease-in-out
}

.RightAndLoginTopHeaderShowBox .ChildRightAndLogin1:hover img {
    filter: invert(100%)
}

.RightAndLoginTopHeaderShowBox .ChildRightAndLogin2 {
    height: 42px;
    border-radius: 5px;
    color: #000;
    line-height: 40px
}

.bodyShowItContent {
    display: grid;
    grid-template-columns: 75% 25%;
    margin-top: 130px;
}

.bodyShowItContent .LeftBodyShowItContent {
    position: sticky;
    top: 117px;
    height: 560px;
    left: 0;
    border-right: 1px solid #eee;
    background: #fff;
    padding-bottom: 20px;
    overflow-y: scroll
}

.bodyShowItContent .LeftBodyShowItContent img {
    margin-top: 40px;
    padding: 12px
}

.bodyShowItContent .LeftBodyShowItContent p {
    text-align: center;
    margin-top: 10px;
    color: #ccc
}

.carousel-control-prev img {
    height: 40px;
    width: 40px;
    transform: rotate(180deg)
}

.carousel-control-next img {
    height: 40px;
    width: 40px
}

.BottomRightBodyShowItContentStyle {
    min-height: 190px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    background: #fff
}

.BottomRightBodyShowItContentStyle h1 {
    font-size: 3rem;
    font-weight: 800;
    padding: 0 35px
}

.BottomRightBodyShowItContentStyleDiv {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    justify-content: space-between;
    align-items: center;
    min-height: 100px
}

.RightBottomRightBodyShowItContentStyleDiv {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    grid-gap: 20px
}

.RightBottomRightBodyShowItContentStyleDiv img {
    height: 50px
}

.RightBottomRightBodyShowItContentStyleDiv .circleBox {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #888
}

.RightBottomRightBodyShowItContentStyleDiv .TitleBox {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: right;
    font-weight: 300
}

.RightBottomRightBodyShowItContentStyleDiv .TitleBox p:first-child {
    color: #000;
    margin-bottom: 5px
}

.SelectRightBodyShowItContent {
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: right;
    grid-gap: 40px;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #eee;
    background: #fff;
    padding: 0 50px
}

.SelectRightBodyShowItContent .ChildSelectRightBodyShowItContent {
    font-size: 1.6rem;
    color: #000;
    font-weight: 500;
    position: relative;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    user-select: none
}

.spinner,.spinner:after,.spinner:before {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.SelectRightBodyShowItContent .ChildSelectRightBodyShowItContent .ChildSelectRightBodyShowItContentBox {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #e31e24
}

#reza {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    transition: .25s;
    z-index: 1050
}

#reza1,.spinner-1:after {
    position: absolute;
    left: 0;
    top: 0
}

#reza1 {
    text-align: center;
    padding-top: 250px;
    background-image: url("image/loading.png")
}

.spinner {
    background: #fff;
    position: relative;
    margin: 50px;
    object-fit: contain;
    display: inline-block
}

.tabcontent,.tabcontent1 {
    display: none
}

.spinner:after,.spinner:before {
    content: "";
    display: block
}

.spinner-1:after {
    border: 4px solid transparent;
    border-top-color: #e31e24;
    border-bottom-color: #e31e24;
    -webkit-animation: 1s linear infinite spinny;
    animation: 1s linear infinite spinny
}

.spinner img {
    position: absolute!important;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 120px;
    height: 120px;
    margin: auto
}

@keyframes spinny {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(45deg) scale(1.3);
        transform: rotate(45deg) scale(1.3)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.tabcontent {
    min-height: 300px;
    background: #fff
}

.InputTabContent1 {
    display: none;
    position: relative;
    margin-right: 35px;
    margin-top: 60px
}

.InputTabContent1 img,.InputTabContent12 img {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px
}

.InputTabContent12 {
    position: absolute;
    left: 150px;
    display: block
}

.InputTabContent,.InputTabContenter {
    height: 40px;
    padding: 10px 50px 10px 10px
}

.InputTabContent {
    width: 30%;
    border: 1px solid #eee;
    border-radius: 10px
}

.InputTabContenter {
    width: 163%;
    border: 1px solid #eee;
    border-radius: 10px;
    border: 1px solid #747373;
    background-color: #e6e0e0;
    border-radius: 10px;
    padding: 10px 50px 10px 10px;
    box-shadow: 0px 4px 5px #adadad;
}

.TitleShowToUserTabs {
    margin-top: 55px;
    padding: 0 40px
}

.AllChildTitleShowToUserTabs {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: space-between
}

#three,#two {
    padding: 0 30px
}

.TitleShowToUserTabs h2 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 15px
}

.childTitleShowToUserTabs {
    display: grid;
    grid-template-columns: 30% 70%;
    position: relative;
    min-height: 115px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 15px;
    cursor: pointer;
    transition: .2s ease-in-out;
    top: 0
}

.childTitleShowToUserTabs:hover {
    top: -5px;
    transition: .2s ease-in-out;
    box-shadow: 0 8px 13px rgba(0,0,0,.1)
}

.childTitleShowToUserTabs img {
    height: 120px;
    width: 120px;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    border: 1px solid #f4b3a7
}

.TitleChildTitleShowToUserTabs h3 {
    font-size: 1.6rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.TitleChildTitleShowToUserTabs p {
    font-size: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px
}

.TitleChildTitleShowToUserTabs span {
    color: #e31e24;
    font-weight: 600
}

.BtnImageBox {
    border: 0!important;
    height: 30px!important;
    width: 30px!important;
    position: absolute;
    left: 10px;
    bottom: 10px;
    cursor: pointer
}

.OfferTitleChildTitleShowToUserTabs {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 15px;
    width: 15px;
    background: #e31e24
}

.OfferTitleChildTitleShowToUserTabs1 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    height: 27px;
    width: 27px;
    background: #e31e24;
    color: #fff;
    font-size: 1rem;
    line-height: 25px;
    text-align: center
}

.AllTabContentTwoDiv .ChildAllTabContentTwoDiv .TopImageChildAllTabContentTwoDiv .LeftTopImageChildAllTabContentTwoDiv p,.OfferTitleChildTitleShowToUserTabs1 span {
    font-size: 1.2rem
}

.TitleChildTitleShowToUserTabsOffer {
    font-size: 1.5rem;
    text-decoration: line-through
}

.AllTitleChildTitleShowToUserTabsG {
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: right;
    grid-gap: 10px;
    align-items: center;
    min-height: 50px
}

.tabContentTwoDiv {
    margin: auto;
    height: 60px;
    line-height: 60px;
    font-size: 1.5rem;
    border-bottom: 1px solid #eee;
    font-weight: 600
}

.AllTabContentTwoDiv .ChildAllTabContentTwoDiv {
    border-bottom: 1px solid #eee;
    min-height: 150px;
    padding: 20px 0;
    position: relative
}

.AllTabContentTwoDiv .ChildAllTabContentTwoDiv .TopImageChildAllTabContentTwoDiv {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: right;
    grid-gap: 10px;
    height: 60px
}

.AllTabContentTwoDiv .ChildAllTabContentTwoDiv .TopImageChildAllTabContentTwoDiv .rightTopImageChildAllTabContentTwoDiv {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-size: cover;
    background-position: center
}

.AllTabContentTwoDiv .ChildAllTabContentTwoDiv .TopImageChildAllTabContentTwoDiv .rightTopImageChildAllTabContentTwoDiv img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover
}

.AllTabContentTwoDiv .ChildAllTabContentTwoDiv .TopImageChildAllTabContentTwoDiv .LeftTopImageChildAllTabContentTwoDiv {
    padding: 10px
}

.AllTabContentTwoDiv .ChildAllTabContentTwoDiv .TopImageChildAllTabContentTwoDiv .LeftTopImageChildAllTabContentTwoDiv h2 {
    font-size: 1.6rem;
    margin-bottom: 5px;
    font-weight: 600
}

.BodyChildAllTabContentTwoDiv {
    min-height: 50px
}

.BodyChildAllTabContentTwoDiv p {
    font-size: 1.4rem;
    text-align: justify;
    color: #000;
    margin-top: 10px
}

.LoopTagLoadChildAllTabContentTwoDiv {
    display: grid;
    grid-template-columns: repeat(5,auto);
    justify-content: right;
    grid-gap: 10px;
    margin-top: 10px
}

.LoopTagLoadChildAllTabContentTwoDiv .ChildLoopTagLoadChildAllTabContentTwoDiv {
    min-width: 100px;
    height: 35px;
    border: 1px solid #c8c8c8;
    border-radius: 30px;
    padding: 0 20px;
    cursor: pointer
}

.TopLeftBoxShowChildAllTabContentTwoDiv,.TopLeftBoxShowChildAllTabContentTwoDiv1,.TopLeftBoxShowChildAllTabContentTwoDiv2 {
    position: absolute;
    top: 20px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-image: url("iconPng/faceComment.png");
    background-size: cover;
    left: 0
}

.LoopTagLoadChildAllTabContentTwoDiv .ChildLoopTagLoadChildAllTabContentTwoDiv .RightAndLEft {
    font-size: 1.2rem;
    line-height: 33px;
    text-overflow: ellipsis;
    user-select: none
}

.TopLeftBoxShowChildAllTabContentTwoDiv {
    background-position: top
}

.TopLeftBoxShowChildAllTabContentTwoDiv1 {
    background-position: center
}

.TopLeftBoxShowChildAllTabContentTwoDiv2 {
    background-position: bottom
}

.tabContentTwoDivG {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: right;
    margin: auto;
    height: 80px;
    line-height: 80px;
    font-size: 1.5rem;
    align-items: center;
    grid-gap: 20px
}

.tabContentTwoDivG p span {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0 10px
}

.tabContentTwoDivG img {
    height: 30px;
    width: 30px
}

.ImageLoadBox {
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 5px rgb(239,65,35 ,.2);
    margin-bottom: 30px
}

.ImageLoadBox img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.TagsTitleBox {
    height: 30px;
    border-radius: 20px;
    padding: 0 10px;
    line-height: 30px;
    background: #eeeef5
}

.TimeDinnerLeftBodyShowItContent {
    display: grid;
    grid-template-columns: 50% 50%
}

.RightTimeDinnerLeftBodyShowItContent {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    grid-gap: 20px;
    margin-top: 50px
}

.RightTimeDinnerLeftBodyShowItContent .ChildRightTimeDinnerLeftBodyShowItContent {
    width: 140px;
    height: 70px;
    border: 1px solid #eee;
    border-radius: 10px
}

.RightTimeDinnerLeftBodyShowItContent .ChildRightTimeDinnerLeftBodyShowItContent p {
    text-align: center;
    margin-top: 10px
}

.RightTimeDinnerLeftBodyShowItContent .ChildRightTimeDinnerLeftBodyShowItContent .TopChildRightTimeDinnerLeftBodyShowItContent {
    height: 30px;
    background: #eee;
    text-align: center;
    line-height: 30px
}

.TopLeftTimeDinnerLeftBodyShowItContent {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: space-between;
    height: 35px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee
}

.BottomLeftTimeDinnerLeftBodyShowItContent {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: space-between;
    min-height: 50px
}

.BottomLeftTimeDinnerLeftBodyShowItContent p {
    line-height: 50px
}

.TopLeftTimeDinnerLeftBodyShowItContent p {
    text-align: center;
    color: #000
}

.ModalTitleShowToUserTabs {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    direction: ltr;
    bottom: 0;
    content: "";
    overflow-y: auto;
    background: rgba(0,0,0,.3);
    z-index: 800;
    transition: .3s ease-in-out
}

.ChildModalTitleShowToUserTabs {
    margin: 3% auto 50px;
    width: 40%;
    min-height: 539px;
    background: #fff;
    border-radius: 10px;
    transition: .3s ease-in-out
}

.TopChildModalTitleShowToUserTabs {
    position: relative;
    height: 60px;
}

.ImageTopChildModalTitleShowToUserTabs,.ImageTopChildModalTitleShowToUserTabs1 {
    left: 25px;
    top: 20px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-image: url("iconPng/x.png");
    background-size: cover;
    direction: rtl;
    position: absolute;
    background-position: center;
    cursor: pointer
}

.ImageTopChildModalTitleShowToUserTabs1 {
    display: none
}

.TopChildModalTitleShowToUserTabsImage {
    margin: 10px 6px;
    object-fit: contain;
    border-radius: 10px;
    height: 400px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.divTopChildModalTitleShowToUserTabsImage {
    margin: auto;
    width: 90%
}

.ChildModalTitleShowToUserTabs h1 {
    margin-top: 20px;
    font-size: 2.5rem;
    font-weight: 600
}

.ChildModalTitleShowToUserTabs p,.RightBottomTopShowCardLeftBodyShowItContent span {
    font-size: 1.6rem;
    margin-bottom: 0;
    font-weight: 400
}

.BtnImageBoxs {
    border: 0!important;
    height: 35px!important;
    width: 35px!important;
    position: absolute;
    left: 10px;
    top: 0
}

.BottomChildModalTitleShowToUserTabsP {
    border-top: 1px solid #eee;
    min-height: 62px;
    padding-top: 10px;
    cursor: pointer
}

.BottomChildModalTitleShowToUserTabsP .ChildBottomChildModalTitleShowToUserTabsP {
    margin: auto;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #e31e24;
    cursor: pointer
}

.TitleChildTitleShowToUserTabsOffer1 {
    color: #e31e24;
    font-size: 1.6rem;
    font-weight: 500
}

.ShowCardLeftBodyShowItContent {
    height: 400px
}

.TopShowCardLeftBodyShowItContent {
    display: grid;
    grid-template-columns: 20% 80%;
    height: 60px;
    align-items: center;
    border-bottom: 1px solid #eee
}

.RightTopShowCardLeftBodyShowItContent {
    position: relative;
    margin: auto;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    background-image: url("image_delete/FirstLogo.png");
    background-size: cover;
    background-position: center
}

.LeftTopShowCardLeftBodyShowItContent h2 {
    font-size: 1.4rem;
    margin-bottom: 0;
    font-weight: 600
}

.BottomTopShowCardLeftBodyShowItContent {
    position: relative;
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
    min-height: 70px;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    transition: .1s ease-in-out
}

.DeleteImageTextFontFront {
    position: absolute;
    top: -25px;
    right: 10px;
    height: 40px;
    display: none;
    cursor: pointer
}

.RightBottomTopShowCardLeftBodyShowItContent {
    right: 0;
    transition: .1s ease-in-out;
    -webkit-user-select: none;
    cursor: pointer
}

.BottomTopShowCardLeftBodyShowItContent:hover .RightBottomTopShowCardLeftBodyShowItContent {
    position: relative;
    right: 30px;
    transition: .1s ease-in-out
}

.BottomTopShowCardLeftBodyShowItContent:hover .DeleteImageTextFontFront {
    display: block
}

.RightBottomTopShowCardLeftBodyShowItContent h3 {
    font-size: 1.4rem;
    margin-bottom: 8px!important;
    font-weight: 600
}

.LeftBottomTopShowCardLeftBodyShowItContent {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: left;
    grid-gap: 15px;
    align-items: center
}

.LeftBottomTopShowCardLeftBodyShowItContent span {
    font-size: 2rem;
    font-weight: 800
}

.LeftBottomTopShowCardLeftBodyShowItContent .ImageFront {
    width: 21px;
    height: 21px;
    object-fit: cover;
    background-image: url("iconPng/plus.png");
    background-size: cover;
    cursor: pointer;
    background-color: #fff
}

.LeftBottomTopShowCardLeftBodyShowItContent .ImageFront1 {
    position: relative;
    top: -1.5px;
    width: 24px;
    height: 24px;
    object-fit: cover;
    background-image: url("iconPng/remove1.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #fff
}

.TextAndDivTopShow45 {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    height: 50px;
    padding: 0 15px;
    align-items: center;
    border-bottom: 1px solid #eee
}

.TextAndDivTopShow45 :last-child {
    border-bottom: 0
}

.TextAndDivTopShow45 span {
    font-size: 1.3rem
}

.TextAndDivTopShow45H1 {
    font-weight: 600;
    font-size: 1.5rem
}

.TextAndDivTopShow45H2 {
    color: #e31e24;
    font-size: 1.5rem
}

.BottomClickAndShow,.RightDeleteBasket {
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    text-align: center
}

.BottomClickAndShow {
    background: #00905d
}

.RightDeleteBasket {
    background: #e31e24;
    cursor: pointer
}

.TopRightBodyShowItContent {
    height: 110px;
    background: #fff;
    position: sticky;
    right: -10%;
    left: -10%;
    top: 112px;
    z-index: 800;
    border-bottom: 1px solid #eee
}

.AllTopRightBodyShowItContent {
    display: grid;
    grid-template-columns: repeat(1000 ,auto);
    padding: 10px 15px;
    overflow-x: scroll;
}

.ChildTopRightBodyShowItContent {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    width: 80px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    grid-gap: 5px;
    transition: .2s ease-in-out;
    cursor: pointer;
    margin-right: 40px;
    user-select: none
}

.ChildTopRightBodyShowItContent:first-child {
    margin-right: 10px
}

.ChildTopRightBodyShowItContent img {
    width: 70px;
    border-radius: 100%;
    height: 70px;
    object-fit: cover;
    margin: auto;
    box-shadow: 0 0 5px #888
}

.ChildTopRightBodyShowItContent p {
    text-align: center
}

.LoginInSiteContent {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 900;
    user-select: none
}

.FirstLoginInSiteContent {
    display: grid;
    grid-template-columns: 40% 60%;
    margin: 9% auto auto;
    position: relative;
    width: 55%;
    height: 400px;
    border-radius: 10px;
    background: #fff;
    z-index: 800;
    overflow: hidden
}

.RightFirstLoginInSiteContent {
    background-image: url("image_delete/cover2.jpg");
    background-size: cover;
    background-position: center;
    position: relative
}

.RightFirstLoginInSiteContent:before {
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    content: "";
    bottom: 0
}

.AllLeftFirstLoginInSiteContent {
    margin: 23% auto auto;
    width: 70%;
    min-height: 200px;
    border-radius: 10px
}

.AllLeftFirstLoginInSiteContent h1 {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600
}

.AllLeftFirstLoginInSiteContent input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    font-size: 2rem
}

.AllLeftFirstLoginInSiteContent input::placeholder {
    color: #e5a397;
    font-size: 1.5rem
}

.inputBoxShow {
    margin: 35px auto auto;
    width: 90%;
    position: relative
}

.DivShowTextInputBoxShow {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: auto;
    height: 20px;
    width: 100px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    font-size: 1rem;
    border: 1px solid #ccc
}

.ButtonInputBoxShow,.ButtonInputBoxShow1 {
    margin: 30px auto auto;
    height: 45px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    color: #fff;
    line-height: 45px;
    text-align: center
}

.ButtonInputBoxShow {
    background: #e31e24
}

.ButtonInputBoxShow1 {
    background: rgba(0,0,0,.3)
}

.FooterSelectRightBodyShowItContent {
    min-height: 200px;
    background: #f4f7fe;
    padding: 0 30px
}

.AllChildFooterSelectRightBodyShowItContent {
    display: grid;
    grid-template-columns: 15% 15% 15% 15% 15% 15%;
    justify-content: space-between;
    padding: 50px 10px 0;
    width: 80%;
    margin: auto
}

.ChildFooterSelectRightBodyShowItContent {
    height: 140px;
    border-radius: 10px
}

.ChildFooterSelectRightBodyShowItContent img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    border-radius: 10px
}

.ChildFooterSelectRightBodyShowItContent p {
    font-size: 1.3rem;
    font-weight: 600;
    color: #e31e24;
    margin-top: 10px;
    text-align: center
}

.FooterBoxDeleteBoxShow1Site {
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
    background: #fff;
    min-height: 110px
}

.RightFooterBoxDeleteBoxShow1Site {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-evenly;
    padding: 10px 0
}

#form-wrapper,.LeftFooterBoxDeleteBoxShow1Site {
    padding: 20px
}

.ChildRightFooterBoxDeleteBoxShow1Site {
    border-radius: 10px;
    height: 200px;
    padding-top: 10px
}

.ChildRightFooterBoxDeleteBoxShow1Site h1 {
    font-size: 1.4rem;
    margin-bottom: 40px;
    font-weight: 600
}

.ChildRightFooterBoxDeleteBoxShow1Site p {
    margin-bottom: 5px
}

.ChildLeftFooterBoxDeleteBoxShow1Site {
    font-size: 1.5rem;
    font-weight: 600
}

.TopInputChildLeftFooterBoxDeleteBoxShow1Site {
    display: grid;
    grid-template-columns: 60% 40%;
    top: 40px;
    width: 80%;
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid #eee
}

.TopInputChildLeftFooterBoxDeleteBoxShow1Site input {
    width: 100%;
    padding: 10px;
    height: 45px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px
}

.ButtonTopInputChildLeftFooterBoxDeleteBoxShow1Site {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    background: #e31e24;
    color: #fff;
    text-align: center;
    line-height: 45px
}

.ChildLeftFooterBoxDeleteBoxShow1Site1 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 30px
}

.allIconChildLeftFooterBoxDeleteBoxShow1Site1 {
    display: grid;
    grid-template-columns: auto auto auto;
    height: 56px;
    justify-content: center;
    grid-gap: 90px;
    margin-top: 30px
}

.SpaceShowBox,.SpaceShowBox1 {
    margin: 30px auto;
    height: 4px;
    background: #e31e24;
    border-radius: 5px
}

.allIconChildLeftFooterBoxDeleteBoxShow1Site1 img {
    object-fit: contain;
    height: 60px
}

.SpaceShowBox {
    width: 90%
}

.SpaceShowBox1 {
    width: 50%
}

.ShowNamadAndBackground {
    margin: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    width: 90%;
    justify-content: space-between
}

.list-icon li,.rightShowNamadAndBackground {
    margin-bottom: 30px
}

.rightShowNamadAndBackground h2 {
    font-size: 1.8rem;
    font-weight: 600
}

.leftShowNamadAndBackground {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between;
    margin-bottom: 40px
}

.ChildleftShowNamadAndBackground {
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(239,65,35,.2);
    margin-bottom: 20px;
    text-align: center
}

.ChildleftShowNamadAndBackground img {
    margin: auto;
    width: 150px;
    height: 150px;
    object-fit: contain
}

.ShowNamadAndBackground1 {
    margin: auto auto 30px;
    width: 40%;
    text-align: center
}

.ShowNamadAndBackground1 p {
    text-align: center;
    margin-bottom: 10px
}

#vue_app_body {
    margin-top: 80px
}

.list-icon {
    display: grid;
    grid-template-columns: repeat(3 ,auto);
    justify-content: right;
    margin-top: 40px
}

.LeftBodyShowItContentVV {
    display: none!important;
    background: #fff!important;
    overflow-y: scroll!important
}

.ContentLoginInSiteContent .BottomContentLoginInSiteContent,.CreateCommentTabContentTwoDiv {
    background: #00905d;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.AllRightDeleteBasket {
    margin: 10px auto auto;
    width: 95%;
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between
}

.CreateCommentTabContentTwoDiv {
    position: relative;
    top: 10px;
    left: 0;
    float: left;
    width: 100px;
    border-radius: 5px;
    transition: .1s ease-in-out
}

.CreateCommentTabContentTwoDiv:hover {
    box-shadow: 0 0 10px rgba(0,144,93,.3);
    transition: .1s ease-in-out
}

.ContentLoginInSiteContent {
    position: relative;
    margin: 12% auto auto;
    width: 30%;
    height: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 15px
}

.ContentLoginInSiteContent h1 {
    text-align: center;
    font-size: 2.2rem
}

.ContentLoginInSiteContent textarea {
    width: 100%;
    height: 130px;
    border-radius: 5px;
    border: 1px solid #eee;
    resize: none;
    margin-top: 20px;
    padding: 10px
}

.ContentLoginInSiteContent textarea::placeholder {
    color: rgba(74,130,110,.66)
}

.ContentLoginInSiteContent .BottomContentLoginInSiteContent {
    border-radius: 5px
}

.AllLoginInSiteContent {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 29% 69%!important;
    position: absolute;
    bottom: 10px;
    width: 95%;
    right: 0;
    left: 0;
    margin: auto
}

.ContentLoginInSiteContent .BottomContentLoginInSiteContent1 {
    height: 40px;
    border-radius: 5px;
    background: red;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

.showBoxLeftShowIconAndCountNumber {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: left;
    grid-gap: 14px;
    margin-top: 9px;
    align-items: center;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    background: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #e31e24;
    border-radius: 10px;
    border: 3px solid #fff
}

@media only screen and (max-width: 1000px) {
    .TopHeaderShowBox {
        display:grid;
        grid-template-columns: 80% 20%;
        justify-content: space-between
    }

    .BoxLeftShowIconAndCount,.BoxLeftShowIconAndCountB,.RightAndLoginTopHeaderShowBox .ChildRightAndLogin2,.RightFirstLoginInSiteContent {
        display: none
    }

    .BoxLeftShowIconAndCount1 {
        display: grid
    }

    .RightAndLoginTopHeaderShowBox {
        grid-gap: 10px
    }

    .bodyShowItContent {
        display: grid;
        grid-template-columns: 100%;
        margin-top: 80px
    }

    .LeftBodyShowItContent {
        display: none;
        position: fixed!important;
        right: 0!important;
        left: 0!important;
        top: 0!important;
        bottom: 0!important;
        height: 100%!important;
        z-index: 1050
    }

    .BottomRightBodyShowItContentStyle h1 {
        text-align: right;
        padding: 0
    }

    .BottomRightBodyShowItContentStyleDiv {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px
    }

    .RightBottomRightBodyShowItContentStyleDiv {
        display: grid;
        grid-template-columns: 20% 80%;
        align-items: center;
        justify-content: right;
        grid-gap: 20px;
        margin-bottom: 30px
    }

    .RightBottomRightBodyShowItContentStyleDiv .circleBox {
        margin-right: 20%
    }

    .SelectRightBodyShowItContent {
        justify-content: space-evenly;
        padding: 0 20px
    }

    .SelectRightBodyShowItContent .ChildSelectRightBodyShowItContent {
        font-size: 1.8rem
    }

    .tabcontent {
        margin-top: 0
    }

    .InputTabContent1 {
        padding: 0 15px;
        display: block;
        margin-right: 0;
        margin-top: 50px
    }

    .InputTabContent1 img {
        right: 8%
    }

    .InputTabContent12 {
        padding: 0 30px;
        display: none;
        margin-right: 0;
        margin-top: 30px
    }

    .InputTabContent12 img {
        right: 12%
    }

    .InputTabContent {
        height: 40px;
        width: 100%;
        border: 1px solid #747373;
        background-color: #e6e0e0;
        border-radius: 10px;
        padding: 10px 50px 10px 10px;
        box-shadow: 0px 4px 5px #adadad;
    }

    .TitleShowToUserTabs {
        margin-top: 40px;
        padding: 0 10px
    }

    .AllChildTitleShowToUserTabs {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between
    }

    .childTitleShowToUserTabs {
        display: grid;
        grid-template-columns: 40% 60%
    }

    .OfferTitleChildTitleShowToUserTabs1 span {
        font-size: 1rem
    }

    .TitleChildTitleShowToUserTabsOffer {
        font-size: 1.5rem;
        text-decoration: line-through
    }

    .AllTitleChildTitleShowToUserTabsG {
        position: relative;
        display: grid;
        grid-template-columns: 100%;
        justify-content: right;
        grid-gap: 10px;
        align-items: center
    }

    .tabContentTwoDiv {
        font-size: 1.2rem;
        text-align: center
    }

    .BodyChildAllTabContentTwoDiv {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .LoopTagLoadChildAllTabContentTwoDiv {
        display: grid;
        grid-template-columns: repeat(1,100%);
        justify-content: center;
        margin-top: 10px
    }

    .ChildRightFooterBoxDeleteBoxShow1Site,.ChildRightFooterBoxDeleteBoxShow1Site p,.LoopTagLoadChildAllTabContentTwoDiv .ChildLoopTagLoadChildAllTabContentTwoDiv .RightAndLEft {
        text-align: center
    }

    .TimeDinnerLeftBodyShowItContent {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 30px
    }

    .BottomLeftTimeDinnerLeftBodyShowItContent {
        margin-bottom: 20px
    }

    .BottomLeftTimeDinnerLeftBodyShowItContent p {
        text-align: right;
        line-height: 30px
    }

    .ChildModalTitleShowToUserTabs {
        width: 100%;
        margin-top: 0;
        border-radius: 0
    }

    .ImageTopChildModalTitleShowToUserTabs1 {
        display: block
    }

    .FirstLoginInSiteContent {
        display: grid;
        grid-template-columns: 100%;
        margin: auto;
        margin-top: 25%!important;
        justify-content: center;
        position: relative;
        width: 90%;
        height: 400px;
        border-radius: 10px;
        background: #fff;
        z-index: 800;
        overflow: hidden
    }

    .AllLeftFirstLoginInSiteContent,.ShowNamadAndBackground1 {
        width: 90%
    }

    .FooterSelectRightBodyShowItContent {
        padding: 0 10px
    }

    .AllChildFooterSelectRightBodyShowItContent {
        display: grid;
        grid-template-columns: 49% 49%;
        justify-content: space-between;
        padding: 0 10px;
        width: 100%;
        margin: 50px auto auto
    }

    .FooterBoxDeleteBoxShow1Site,.ShowNamadAndBackground,.leftShowNamadAndBackground {
        display: grid;
        grid-template-columns: 1fr
    }

    .RightFooterBoxDeleteBoxShow1Site {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center
    }

    .TopInputChildLeftFooterBoxDeleteBoxShow1Site {
        width: 100%
    }

    .allIconChildLeftFooterBoxDeleteBoxShow1Site1 {
        grid-template-columns: auto auto auto;
        justify-content: space-between
    }

    .LeftBodyShowItContentVV {
        display: block!important
    }

    .ContentLoginInSiteContent {
        position: relative;
        margin: 12% auto auto;
        width: 80%;
        height: 280px;
        background: #fff;
        border-radius: 10px;
        padding: 15px
    }
}

.contact-us {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  
  .contact-us .section-heading .line-dec {
    margin: 0 auto;
  }
  
  .contact-us .section-heading {
    text-align: center;
    margin-bottom: 80px;
    
  }
  
  
  form#contact:before {
    background-image: url(./image/contact-top-right-v3.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 726px;
    height: 78px;
    background-repeat: no-repeat;
    content: '';
    z-index: 1;
  }
  
  .contact-dec img {
    max-width: 224px;
    position: absolute;
    right: 25px;
    top: -242px;
  }
  
  form#contact:after {
    background-image: url(./image/contact-bottom-right-v3.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 532px;
    height: 106px;
    background-repeat: no-repeat;
    content: '';
    z-index: 1;
  }
  
  form#contact {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
  }
  
  form#contact #map iframe {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    margin-bottom: -7px;
    position: relative;
    z-index: 2;
  }
  
  .fill-form {
    padding: 80px 60px 80px 30px;
  }
  
  .fill-form .info-post {
    margin-bottom: 50px;
  }
  
  .fill-form .icon {
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 25px 15px;
    width: 100%;
    height: 165px;
  }
  
  .fill-form .icon img {
    max-width: 60px;
    display: block;
    margin: 0 auto;
  }
  
  .fill-form .icon a {
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #2a2a2a;
    transition: all .3s;
    text-align: center !important;
  }
  
  .fill-form .icon:hover a {
    color: #4da6e7;
  }
  
  form#contact input {
    width: 100%;
    height: 46px;
    background-color: transparent;
    border: 1px solid #eee;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 0px 20px;
    border-radius: 10px;
    margin-top: 30px;
  }
  
  form#contact input::placeholder {
    color: #aaa;
  }
  
  form#contact textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 200px;
    min-height: 200px;
    height: 200px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #eee;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 15px 20px;
    margin-top: 30px;
  }
  
  form#contact textarea::placeholder {
    color: #aaa;
  }
  
  form#contact button {
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #4da6e7;
    margin-top: 30px;
    width: 100%;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 10px;
    letter-spacing: 0.25px;
    border: 1px solid #4da6e7;
    transition: all .3s;
    outline: none;
  }
  
  form#contact button:hover {
    background-color: #4da6e7!important;
    color: #fff!important;
  }

  /** about **/
 .about {
    /* padding-top: 90px; */
    /* padding-bottom: 200px; */
    margin-bottom: 100px;
    /* direction: ltr; */
}
 .about .about_box {
    background: #191918;
     padding: 55px 40px;
     border-radius: 10px;
     box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
 .about .about_box h3 {
     font-size: 30px;
     line-height: 28px;
     color: #fff;
     font-weight: 500;
     padding: 0;
}
 .about .about_box p {
     color: #ffff;
     font-size: 17px;
     line-height: 28px;
     padding: 30px 0px;
     font-weight: 400;
}
 .about .about_box a {
     color: #fff;
     font-size: 22px;
     line-height: 29px;
}
 .about .about_box a:hover {
     color: #e31e24;
}
 .about .about_img {
     height: 100%;
     background:#e31e24 ;
     margin-top: 90px;
     margin-right: 100px;
     border-radius: 10px;
     box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
 .about .about_img figure {
     margin: 0;
     margin-right: 0px;
     padding: 92px 0px 0px 60px;
     margin-right: -64px;
     border-radius: 10px;
}
/** end about **/

#about {
    /* padding-top: 130px; */
    direction: ltr;
  }
  
  .about-left-image img {
    margin-right: 45px;
  }
  
  .about-right-content p {
    margin-top: 30px;
    margin-bottom: 45px;
  }
  


  .hello {
    opacity: 1 !important;
  }
  .full {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .full .content {
    background-color: rgba(0,0,0,0.75) !important;
    height: 100%;
    width: 100%;
    display: grid;
  }
  .full .content img {
    left: 50%;
    transform: translate3d(0, 0, 0);
    animation: zoomin 1s ease;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
  .byebye {
    opacity: 0;
  }
  .byebye:hover {
    transform: scale(0.2) !important;
  }
  .gallery {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 8px;
  }
  .gallery img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 16px #333;
    transition: all 1.5s ease;
  }
  .gallery img:hover {
    box-shadow: 0 0 32px #333;
  }
  .gallery .content {
    padding: 4px;
  }
  .gallery .gallery-item {
    transition: grid-row-start 300ms linear;
    transition: transform 300ms ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .gallery .gallery-item:hover {
    transform: scale(1.025);
  }
  @media (max-width: 600px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    }
  }
  @media (max-width: 400px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
  }
  @-moz-keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  @-o-keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  @keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }

  .AllTopRightBodyShowItContent-offer {
      display: grid;
      grid-template-columns: repeat(1000 ,auto);
      padding: 3px 15px;
      overflow-x: scroll;
      border: 4px solid #F7F7F7;
      border-radius: 5px;
      scrollbar-color:#d1aabedb #fff

  }
.TopRightBodyShowItContent-offer {
    height: 110px;

    position: sticky;
    right: -10%;
    left: -10%;
    top: 112px;
    z-index: 800;
    border-bottom: 1px solid #eee;
    margin-top: 16px;
}
.ChildTopRightBodyShowItContent-offer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    width: 116px;
    height: 139px;
    border-radius: 10px;
    overflow: hidden;
    grid-gap: 5px;
    transition: .2s ease-in-out;
    cursor: pointer;
    margin-right: 40px;
    user-select: none;
    border: 1px dashed #7E2553;
    position: relative;
    margin-bottom: 10px;
}

.ChildTopRightBodyShowItContent-offer:first-child {
    margin-right: 10px
}

.ChildTopRightBodyShowItContent-offer img {
    width: 70px;
    border-radius: 100%;
    height: 70px;
    object-fit: cover;
    margin: auto;
    border: 2px solid #E31E24;
    padding: 3px;
}

.ChildTopRightBodyShowItContent-offer p {
    text-align: center;
    color: #212121;
    font-size: 1.4rem;
    margin-top: -11px;
}


.offer{
    position: fixed;
    bottom: 0;
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 55px;
    background: #E31E24;
    border-radius: 5px;
    z-index: 1000;
    transition: all .3s;
    padding: 0 5px;
}
.offer-img {
    text-align: center;
    width: 100%;

    height: 13px;
    display: flex;
    justify-content: center;
}
.offer-img #arrow_up {
    height: 77px;
    rotate: 180deg;
    position: absolute;
    top: -59px;
    width: 90px;
    cursor: pointer;
}
.offer-img #arrow_down {
    height: 77px;
    position: absolute;
    top: -59px;
    width: 90px;
    cursor: pointer;
}
.main-body{
    position: relative;
}
.offer-title{
    text-align: center;
    margin-top: 0px;
    color: #f5f5f5;
    font-size: 22px;

    text-shadow: 1px 2px #747474;
}
.offer-off{
    position: absolute;
    top: 3px;
    color: #f5f5f5;
    font-size: 15px;
    right: 73px;
    background: #E31E24;
    border-radius: 71%;
    padding: 2px;
    line-height: 25px;
}
.offer-price{
    text-align: center;
    margin-top: -13px;
    color: #00633b;
}

.offer-price-off-old{
    text-align: center;
    margin-top: -13px;
    color: #212121;
    text-decoration: line-through;
    font-size: 12px;
}