* {
    margin:0;
    border:0;
    padding:0;
    font-family: ProximaNova;
    text-decoration:none;
    outline:none;
    font-style: normal;
 }

 .container { max-width:1420px; margin: 0 auto; }

 p {letter-spacing: .5px; font-size:16px; line-height:24px;}

  @font-face {
    font-family: ProximaNova;
    src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot);
    src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_1_0.svg#wf) format("svg");
    font-weight: 300;
    font-style: normal
  }

  @font-face {
    font-family: ProximaNova;
    src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot);
    src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_4_0.svg#wf) format("svg");
    font-weight: 400;
    font-style: normal
  }

  @font-face {
    font-family: ProximaNova;
    src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot);
    src: url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.eot?#iefix) format("embedded-opentype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff2) format("woff2"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.woff) format("woff"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.ttf) format("truetype"),url(https://d25purrcgqtc5w.cloudfront.net/dist/fonts/proximanova/302D42_5_0.svg#wf) format("svg");
    font-weight: 700;
    font-style: normal
  }

 body { font-size: 16px;}


/* -------------- DASHBOARD STYLE ----------------*/
.dashboard_area { background-color: #F8F0E5; }


.banner_ads_wrapper .ads_area { display:flex; column-gap:20px; }
.banner_ads_wrapper .ads_area  .box {
    flex: 1;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid  #4E3E21;
    background:  #FFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.banner_ads_wrapper .ads_area .ai_ads .ai_text {
    position:relative;
    color:  #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left:25px;
    margin-bottom:7px;
}

.banner_ads_wrapper .ads_area .ai_ads .ai_text img {
    position:absolute;
    left:0;
    top:2px;
 }
.banner_ads_wrapper .ads_area  .ai_ads .ai_text2 {
    color:  #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display:block;
    margin-bottom:2px;
}
.banner_ads_wrapper .ads_area .ai_ads  p {
    color: #606060;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display:block;
    margin-bottom:10px;
}
.banner_ads_wrapper .ads_area .ai_ads .prog_bar {
   border-radius: 10px;
   background:  #DFDFDF;
   height: 4.937px;
   flex-shrink: 0;
   width:100%;
   display:block;
   position:relative;
   overflow:hidden;
   margin-bottom:22px;
}

.banner_ads_wrapper .ads_area .ai_ads .prog_bar:before {
    content: " ";
    display:block;
    width: 30%;
    border-radius: 10px;
    background:  #228B22;
    height: 4.937px;
    top:0;
}


.banner_ads_wrapper .ads_area  .ai_ads .btn_sec { display:flex;     column-gap: 16px; }
.banner_ads_wrapper .ads_area  .ai_ads .btn_sec  .rev_btn {
    border-radius: 50px;
    background:  #228B22;
    display: inline-flex;
    padding: 8px 16px;
    align-items: flex-start;
    color:#fff;
}

.banner_ads_wrapper .ads_area  .ai_ads .btn_sec  .learn_btn {
    color: #8A6541;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-content: center;
}

.learnmore-ico {
    background-image:url('images/learmore.png');
    background-repeat:no-repeat;
    padding-right:18px;
    background-position:center right;
}

.banner_ads_wrapper .ads_area  .service_tickets {
    background-image:url('images/coffee-bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:relative;
    overflow:hidden;
}
.banner_ads_wrapper .ads_area  .service_tickets:before {
    background-image:url('images/transparent_bg.png');
    content: ' ';
    height: 100%;
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position:absolute;
    top: 0px;
    left: 0px;
}



.banner_ads_wrapper .ads_area  .service_tickets .s_title {
    position:relative;
    color:  #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom:7px;
    position: relative;
    z-index: 99;
}
.banner_ads_wrapper .ads_area  .service_tickets  .s_date {
    color:  #8A6541;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display:inline-block;
    margin-bottom:20px;
    position: relative;
    z-index: 99;
}


.banner_ads_wrapper .ads_area  .service_tickets .open_btn {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 8px 16px;
    align-items: flex-start;
    border-radius: 50px;
    background:  #19221B;
    display:block;
    max-width:127px;
    position: relative;
    z-index: 99;
}

.product_grid .product_listing { list-style:none; display:flex; flex-wrap: wrap; column-gap: 10px;}
.product_grid .product_listing li { margin-bottom:20px; flex: 1; }
.product_grid .product_listing  .prod_image {
     border-radius: 10px;
    border: 1px solid  #DFDFDF;
    background:  #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px 10px;
    max-width:176px;
    display: flex;
    margin-bottom:10px;
}

.product_grid .product_listing  .price {
        color:  #228B22;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display:block;
        margin-bottom:2px;
}

.product_grid .product_listing  .prod_name {
    color:  #606060;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display:block;
}

.product_grid .product_listing  .prod_name a:focus,
.product_grid .product_listing  .prod_name a:visited,
.product_grid .product_listing  .prod_name a:active,
.product_grid .product_listing  .prod_name a {
    color:  #606060;
}

.product-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

/*Sidebar Show Single Product Details */
.sidebar_single_product {
    width: 400px;
    padding: 30px 25px 105px;
    overflow-y: scroll;
    transition: transform 0.3s ease;
    position: fixed;
    max-height: 100vh;
    z-index: 999;
    top:0;
    right:0;
    background: rgba(25, 34, 27, 0.95);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    /* start hidden (off screen) */
    transform: translateX(100%);
    /* display: none; */
}

.sidebar_single_product.active {
  transform: translateX(0);
}

.sidebar_single_product::-webkit-scrollbar {
    width: 3px;
    border-radius: 5px;
}

.sidebar_single_product::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.sidebar_single_product::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;;
}


.sidebar_single_product .view_full_product {
    color:#fff;
    text-align: right;
    display: block;
    position: relative;
    padding-right:25px;
    margin-bottom:15px;
 }
 .sidebar_single_product .view_full_product img {
    position:absolute;
    top: 5px;
    right: 0;
}

.sidebar_single_product  .image_carousel {

    border-radius: 10px;
    border: 1px solid  #DFDFDF;
    background:  #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    margin-bottom:30px;

}
.sidebar_single_product  .image_carousel .single_product_carousel { position:relative; }
.sidebar_single_product  .image_carousel .single_product_carousel .item { display:flex; justify-content: center;}
.sidebar_single_product  .image_carousel .single_product_carousel .item img  { max-width: 300px; }

.sidebar_single_product .single_prod_detail h3 {
    color:  #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display:block;
    margin-bottom:5px;
}
.sidebar_single_product .single_prod_detail .price  {
    color:  #FB0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display:block;
    margin-bottom:8px;
}
.sidebar_single_product .single_prod_detail .last_order  {
    color:  #A6A6A6;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display:block;
    margin-bottom:20px;
}
.sidebar_single_product  .single_prod_qtn {
    border-radius: 10px;
    border: 1px solid #000;
    background:  #19221B;
    padding: 17px 25px;
    margin-bottom:35px;

}
.sidebar_single_product  .single_prod_qtn form { display: flex; justify-content: space-between; column-gap:25px;align-items: center; }
.sidebar_single_product  .single_prod_qtn .qtn_wrap {
     max-width: 104px;
     overflow: hidden;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     border-radius: 5px;
     border: 1px solid  #DFDFDF;
     background:  #FFF;
     overflow:hidden;
}

.sidebar_single_product  .single_prod_qtn .qtn_wrap .minus,
.sidebar_single_product  .single_prod_qtn .qtn_wrap .qtn,
.sidebar_single_product  .single_prod_qtn .qtn_wrap .plus  {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 33%;
    outline:none;
    text-align:center;
    padding: 0px 0;
    background-color:#fff;
    height:31px;
}

.sidebar_single_product  .single_prod_qtn .add_to_cart {
    border-radius: 50px;
    background:  #228B22;
    padding: 12px 0px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align:center;
    width: 100%;
 }

 .sidebar_single_product .product_tab_desc_list { display:flex; list-style:none; column-gap: 16px;border-bottom: 1px solid #606060; padding-bottom:14px; }
 .sidebar_single_product .product_tab_desc_list li a{
        color:  #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 12px 4px;
 }

.sidebar_single_product .product_tab_desc_list li a.active {
     font-weight: 700;
     color:#FB0;
     border-bottom: 4px solid #FB0;

}
.sidebar_single_product .tab_content { padding: 25px 0; margin-bottom: 100px; }
.sidebar_single_product .tab_content h3,
.sidebar_single_product .tab_content ul li,
.sidebar_single_product .tab_content p { color:#fff; margin-bottom: 30px; }
.sidebar_single_product .tab_content ul { list-style: disc; padding: 0 35px; }
.sidebar_single_product .tab_content ul li {margin-bottom: 7px;}


/* Override Owl Carousel Settings */
.sidebar_single_product  .image_carousel .single_product_carousel.owl-theme .owl-nav {

    display: flex;
    justify-content: space-between;
    width: 350px;
    margin: 0 auto;
    position: absolute;
    top: 42%;
    right: 0;
    left: 0;


}
.sidebar_single_product  .image_carousel .single_product_carousel.owl-theme .owl-nav .owl-next:hover,
.sidebar_single_product  .image_carousel .single_product_carousel.owl-theme .owl-nav .owl-prev:hover { background-color:transparent; }



/*------- footer area ------------*/
.footer_wrapper { background-color:#EDE2D4; padding: 27px 0;}
.footer_wrapper .footer { display:flex; justify-content: space-between;  }
.footer_wrapper .footer p {
    color:  #606060;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer_menu { list-style:none; }
.footer_menu li a {
    color:  #4E3E21;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
