/** Generated by QuickPaging **/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.myWrapper {
    margin: 1.8rem 12px 2.5rem;
}


.newtag {
    padding: 5px 10px;
    background: #f50;
    line-height: 1;
    margin-right: 6px;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
}
@media (max-width: 360px) {
  .newtag {
      padding: 5px 4px;
      background: #f50;
      line-height: 1;
      margin-right: 3px;
      font-size: 9px;
  }
}

.border_radius_5 {
    border-radius: 5px;
}
.border_radius_16 {
    border-radius: 16px;
}

.my_mb {
    margin-bottom: 1.3rem !important;
}

.font_weight_light {
    font-weight: 100;
}
.fw-300 {
    font-weight: 300;
}

.color-1F1F1F {
    color: #1F1F1F;
}

.color-9b9b9b {
    color: #9b9b9b;
}

.main_slogan {
    height: 70px;
    line-height: 62px;
    background-color: #FFF;
    color: #fd6a16;
    font-size: 1.1rem;
}

.main_slogan span {
    margin: 0 2px;
}

.dl_app_container {
height: 240px;
    display: flex;
    align-items: center;
    background: url(https://safarmarket.com/data/uploaded_files/2022-06/85bbba40a73ff01b.jpg) no-repeat;
    background-size: cover;
    flex-direction: row-reverse;
}

.dl_app_container > div {
    flex: 1 0 60%;
    height: 100%;
}

.dl_app_container > div:first-child {
    /*display: flex;*/
    /*flex-direction: column;*/
    
    
    /*justify-content: center;*/
    /* padding-right: 6%; */
    color: #1f1f1f;
    font-size: 19px;
    line-height: 22px;
}

.dl_app_cta {
    border-radius: 7px;
    padding: 8px 15px;
    background-color: #fe6a10;
    color: #ffffff;
    width: fit-content;
    max-width: 200px;
    margin-top: 2rem;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
}

.dl_app_cta .dl_app_cta_icon {
    margin-left: 8px;
}

.dl_app_cta > div:last-child > div:first-child {
    font-size: 0.9em;
}

.dl_app_cta > div:last-child > div:last-child {
    font-size: 0.9em;
}

/********** products link button  ********/
.products {
    /* height: calc(46vh - 70px); */
    width: 100%;
    display: none;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 25px;
    transition: all 0.5s;
    z-index: 2;
}

.products .item {
    height: 70px;
    line-height: 70px;
    color : #333333;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 4px 8px;
    position: relative;
    padding-right: 10%;
}

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

.products .item .item_icon {
    margin-left: 10px;
}

.products .item .item_icon i {
    text-shadow : 0px 4px 5px rgba(242, 101, 34, 0.16);
    font-size: 1.9rem;
    vertical-align: middle;
    opacity: 1;
}

.products .item .item_title {
    font-size: 0.92rem;
    color: #333333;
    font-weight: 550;
    margin-top: 5px;
}

.products .item:nth-child(odd) {
    border-right: none;
}

.products .item:nth-child(even) {
    border-left: none;
}

.products .item:nth-child(1) , 
.products .item:nth-child(2) {
    border-top: none;
}

.products .item i {
    color : #ff690f;
}

.products .item .soon_label {
    position: absolute;
    top: 4px;
    left: 4px;
    height: 20px;
    line-height: 18px;
    background-color: #007BFE;
    color: #ffffff;
    font-size: 0.65rem;
    padding: 1px 12px;
    border-radius: 26px;
}


/************ safarmarket services  *******/
.services {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.services_title {
    display: none;
    font-size: 0.9rem;
    margin:1.4rem auto 0.1rem;
}

.service_item {
    display: flex;
    align-items: center;
    min-height: 130px;
    border-radius: 16px;
    padding: 0 32px;
    background-color: #ffffff;
    font-size: 0.9rem;
}

.service_item > div:first-child {
    max-width: 80px;
    flex: 0 0 9%;
    text-align: center;
}

.service_item > div:last-child {
    margin-right: 15px;
    font-size: 19px;
}

.service_item > div:last-child > div:first-child {
    margin-bottom: 0.3rem;
    font-size: 0.84em;
}

.service_item > div:last-child > div:last-child {
    font-size: 0.7em;
}


/********************** slideshow ****/

.slideshow_container {
    border-radius: 12px;
    position: relative;
    margin: auto;
    direction: ltr;
    min-height: calc(100vw / 4.6);
}

.slideshow_container .smUsers ,
.slideshow_container .guestUsers {
    display: none;
}

.slideshow_container img {
    width: 100%;
    display: none;
}

.slideshow_container.loading {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #eee;
    background: linear-gradient(to right, #e0dfdf 8%, #cccccc 26%, #e0dfdf 33%);
    background-size: 1000px 104px;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.mySlides img {
    vertical-align: middle;
    border-radius: 20px;
}

.dots_container {
    margin-top: -1.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    display: none;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #cccccc;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #555;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.1s;
    animation-name: fade;
    animation-duration: 1.1s;
}

@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}


/* Next & previous buttons */
/* .slide_arrow_control {
    display: none; 
}*/

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 6px 1px;
    margin-top: -18px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
}
  

@media (max-width: 590px) {
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 90%;
    width: auto;
    padding: 6px 1px;
    margin-top: -18px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
} 
.mobmargin {
margin-top: 15px;
}
}




/* Position the "next button" to the right */
.next {
    right: 9px;
}

.prev {
    left: 9px;
}

.prev svg , .next svg {
    fill: #000000;
    /* background-color: #ffffff; */
    border-radius: 50%;
}


/*********************  toast app */
#toast_app {
    background-color: #ffffff;
    border-radius: 12px 12px 0 0;
    position:fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    display:none;
    font-size: 18px;
    box-shadow: 0px -1px 20px #aaa;
}

#toast_app .toast_app_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px 12px;
}

#toast_app .toast_title {
    font-size: 0.7em;
}

#toast_app .toast_desc {
    font-size: 0.6em;
    margin-top: 4px;
    color: #858585;
}

#toast_app button {
    width: max-content;
    border: none;
    border-radius: 6px;
    font-size: 0.7rem;
    padding: 6px 11px;
    margin-top: 30px;
}

#toast_app #closeToastDialogue , 
#toast_app #slideUpToast {
    position: absolute;
    top: -10px;
    left: 20px;
    background-color: #ffffff;
    padding: 0 7px;
    border-radius: 8px;
}

#toast_app #slideUpToast {
    display: none;
}

#toast_app .app_links_container {
    display: none;
    padding: 4px 8px 8px;
    box-shadow: inset 0 0px 5px #cccc;
    overflow: hidden auto;
    max-height: 300px;
}

#toast_app .app_links_container .link_item {
    width: 100%;
    padding: 8px 12px;
    margin:6px 0;
    border-radius: 4px;
    border: 1px solid #dddddd;
    font-size: 0.9rem;
    color: #121212;
    display:block;
}

#toast_app .app_links_container .link_item.osCompatible {
    display: block;
}

#toast_app .app_links_container .marginFromBottom {
    height: 2px;
    margin-bottom: 58px;
}

#toast_app .app_links_container .link_item img {
    max-width: 35px;
    width: 100%;
    margin-left: 8px;
    vertical-align: middle;
}

#toast_app  svg {
    width: 14px;
    vertical-align: middle;
    fill: #000000;
}

#toast_app.opened #openLinksContainer {
    opacity: 0;
}

#toast_app.opened #closeToastDialogue {
    display: none;
}

#toast_app.opened #slideUpToast {
    display: block;
}


/***************** media screens  */

@media screen and (max-width: 400px) {
    .products .item .item_title {
        font-size: 0.85rem;
    }

    .dl_app_container > div:first-child {
        padding-right: 11px;
    }
}

@media screen and (min-width: 400px) and (max-width:768px) {
    .dl_app_container > div:first-child {
       padding-right: 2rem; 
    }
}

@media screen and (min-width: 401px) and (max-width:768px){
    .products .item {
        padding-right: 12%;
    }

    .products .item .item_title {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .padding_on_mobile {
        padding: 0 10px;
    }

    .myWrapper {
        margin: 1.2rem 0 1.5rem;
    }

    .products {
        display: grid;
    }

    .slideshow_container {
        padding: 0 14px;
        min-height: calc(100vw / 2.2);
        margin-bottom: 1rem !important;
    }

    .main_slogan {
        font-size: 0.8rem;
        border-radius: 0;
        height: 52px;
        line-height: 47px;
    }

    .services {
        display: flex;
        flex-direction: column;
    }

    .services_title {
        display: block;
    }

    .service_items_container {
        flex: 1 1 100%;
        padding: 0 !important;
        margin: 0px 10px;
    }

    .service_item {
        font-size: 0.75rem;
    }

    .service_item > div:last-child {
        font-size: 17px;
    }

    .service_items_container > div {
        padding: 8px;
    }

    .service_item > div:first-child {
        flex: 0 0 16%;
    }

    .dl_app_container {
        height: 162px;
        background: none;
    }

    .dl_app_container > div:first-child {
        font-size: 13px;
    }

    .dl_app_container > div:last-child {
        background: url("https://safarmarket.com/data/uploaded_files/2021-10/c27ceb46afffa399.png") no-repeat;
        background-position: center bottom;
        background-origin: content-box;
        background-size: contain;
        padding-left: 7px;
        padding-top: 12px;
    }

    .dl_app_cta .dl_app_cta_icon {
        display: none;
    }

    .dl_app_cta > div:last-child > div:first-child {
        font-size: 0.7em;
    }

    .dl_app_cta > div:last-child > div:last-child {
        /* display: none; */
    }

    #toast_app {
        /* display: block; */
    }
}

@media screen and (min-width: 768px){
    .next {
        right: 10px;
    }
        
    .prev {
        left: 10px;
    }

    .next svg , .prev svg {
        background-color: transparent;
    }
}


@media screen and (min-width: 1755px) {
    .dots_container {
        bottom: unset;
    }
}

@media screen and (min-width: 1755px) and (max-width:2100px){
    .slideshow_container {
        min-height: calc(100vw / 5.6);
    }
}

@media screen and (max-width: 430px) {
    .dl_app_container > div {
     flex: 1 0 0%;
    height: 100%;
    }
   .dl_app_container {
    flex-direction: row;
}
}


@media screen and (min-width: 2100px) and (max-width:2400px){
    .slideshow_container {
        min-height: calc(100vw / 6.3);
    }
}


@media screen and (min-width: 2400px) {
    .slideshow_container {
        min-height: calc(100vw / 8);
    }
}
.qrImg{
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
}
.qrDiv{
    text-align: center;
    width: 8em;
    padding: 10px;
    margin: 0 20%;
}
.padder45inLargeScreen{
    padding: 45px !important;
}
@media screen and (max-width: 992px) {
    .padder45inLargeScreen{
      padding: 0!important;
    }
}
