@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

body{
    font-family: "Red Hat Text", Verdana, Geneva, Tahoma, sans-serif;
    line-height: 100%;
}

h1,h2,h3,h4,h5,h6{
    color: var(--bh-dark);
    font-family: "Red Hat Text", Verdana, Geneva, Tahoma, sans-serif !important;
    line-height: 100%;
}

.container-fluid{
    max-width: 1490px;
}

/* Main Nav */
.navbar .container-fluid{
    max-width: 100%;
}

.navbar-toggler{
    outline: none;
    padding: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    background-color: var(--bh-cream);
}

#navbarCollapse {
    padding: 1rem;
}

.navbar-nav .nav-link {
    color: var(--bh-dark);
}

.navbar-nav .nav-link.btn-success {
    color: var(--bh-white);
}

.navbar-nav .nav-link:hover {
    color: var(--green);
    background-color: var(--bh-cream);
    border-radius: 30px;
}

/* End Nav */

.top-search{}

.top-search form{}

.top-search form .input-holder{
    border: 1px solid #DEE2E6;
    border-radius: 30px;
    padding: 5px 0;
    justify-content: space-between;
    background-color: #FFF;
    display: flex;
    margin: auto;
    width: 100%;
}

.top-search form .input-holder input[type="search"]{
    border-radius: 30px;
    padding: 10px 0 10px 20px;
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    width: 86%;
}

.top-search form .input-holder input[type="search"]:focus{
    border: none transparent !important;
    outline: none;
}

.top-search form .input-holder button[type="submit"]{
    width: 70px;
    border-radius: 30px;
    padding: 3px;
    background-color: var(--green) !important;
    border-color:  var(--green);
    border-width: 0;
    margin: 0 5px;
}

.top-search form .input-holder button[type="submit"] svg circle,
.top-search form .input-holder button[type="submit"] svg line{
    stroke: #FFF !important;
}


/* Hero Section */
section#Main{
    margin-top: 60px;
    padding-top: 10px;
}

#Hero{
    margin-top: -28px;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: url(../images/default/hero-artisan-bg.jpg) no-repeat center center transparent;
    padding: 7%;
}

#Hero h1{
    text-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}

#Hero > .row{

}

#Hero .hero-search h1{
    font-size: 5rem;
}

#Hero .hero-search h1 span{
    font-size: 3rem;
}

.hero-search .location_holder{
    border-radius: 10px 0 0 10px;
}

.hero-search .search_input_holder{
    border-radius: 0 10px 10px 0;
}

.hero-search button[type="submit"]{
    border-radius: 10px;
    border: 0 none;
}

.hero-search h1{
    font-size: 4rem;
}

/* Partners */
.partners-logo h5{
    text-align: right;
}

.partners-logo img{
    width: 75%;
    opacity: 0.40;
}

/* Social Proof */
.stat-box .counter{
    font-size: 4rem;
}

.quote_box {
    position: relative;
    background: #FFF;
    font-style: italic;
}

.quote_box:after, .arrow_box:before {
    top: 100%;
    left: 15%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.quote_box:after {
    border-color: transparent;
    border-top-color: #FFF;
    border-width: 12px;
    margin-left: -30px;
}

.author img{
    width: 36px;
}

/* Featured */
.biz-card img.cover{
    border-radius: 8px 8px 0 0 !important;
    object-fit: cover;
    width: 100%;
    height: 42vh;
}

.biz-card img.biz-logo {
    position: absolute;
    max-width: 64px;
    margin-top: -20%;
}

/* Categories */
.categories-main ul li a{
    text-decoration: none;
}

#Categories h5{
}

.category-box a{
    display: block;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all ease .3s;
}

.category-box a:hover{
    background-color: var(--green);
}

.category-box a:hover h4{
    color: var(--brown-50);
}

/* Home Testimonials */
.testimonials figure img{
    border-radius: 50%;
    max-width: 100px;
}

.testimonials blockquote{
    font-family: georgia;
    font-size: 1.25rem;
    color: var(--bh-dark);
    line-height: 150%;
}


/* 3 Steps */
.three-steps span{
    font-size: 28px;
    border: 1px solid;
    border-radius: 50%;
    display: block;
    padding: 10px;
    width: 64px;
    text-align: center;
    height: 64px;
}

.three-steps h5{
    color: #FEDA76;
}

/* FAQ Accordion */
.accordion {
    width: 100%;
  }
  
  .accordion .faq-container {
    position: relative;
    margin: 10px 10px;
    transition: 0.5s;
  }
  
  .accordion .label {
    position: relative;
    padding: 10px 0;
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
  }
  
  .accordion .label::before {
    content: '+';
    color: black;
    position: absolute;
    top: 50%;
    right: -5px;
    font-size: 30px;
    transform: translateY(-50%);
  }
  
  .accordion .content {
    position: relative;
    background: white;
    height: 0;
    text-align: justify;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
  }
  
  .accordion hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
  }
  
  .accordion .faq-container.active .content {
    height: 80px;
    transition: 0.5s;
    padding-bottom: 1.5rem;
  }
  
  .accordion .faq-container.active .label::before {
    content: '-';
    font-size: 30px;
  }

/* Footer */
.big-footer ul{
    margin: 0;
    padding-left: 0;
}

.big-footer ul li{
    line-height: 200%;
    list-style: none;
}

.big-footer ul li a,
.social a,
.social a i{
    text-decoration: none;
    color: var(--bh-dark);
}

.big-footer ul li a:hover,
.social a i:hover{
    color: var(--green);
}

/* Store Listing */
.searchform{}

.searchform .input-holder{
    border: 1px solid var(--bs-gray-400);
    padding: 3px;
    border-radius: 30px;
    background-color: var(--bh-white);
    width: 350px;
    display: flex;
}
.searchform .search-field{
    border: 1px solid #FFF;
    border-radius: 30px;
    padding: 5px 10px;
    outline: none;
    width: 100%;
}

.searchform .search-field::focus{
    border: 0 none;
}

.searchform button[type="submit"]{
    background-color: var(--green);
    border: none;
    color: var(--bh-white);
    border-radius: 30px;
    width: 60px;
    padding: 5px;
}

.verification-badge{
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
}

.store-logo{
    position: absolute;
    max-width: 60px;
    margin-top: -20%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    border: 3px solid #efefef;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

.store-details .category{
    border-radius: 30px;
}

.store-details .avatar{
    max-width: 160px;
}

.store-nav{}

.store-nav .nav-item{
    text-decoration: none;
    color: #3E5B75;
    font-weight: 700;
    border-radius: 5px;
}

.store-nav .nav-item i{}

.store-nav .nav-item span{}

.store-nav .nav-item.active{
    color: var(--green);
    border: 1px solid var(--green);
}

.store-nav a.nav-item:hover{
    background-color: #F1F5F9;
}

/* begin slider */
.slider {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    position: relative;
}
  
.slide_viewer {
    height: 340px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.carousel.slide{
    display: block;
    height: auto;
    position: relative;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

.slider .slide_group .slide{
    text-align: center;
    background-color: var(--green);
}

.slider .slide_group img{
    object-fit: cover;
    height: 100%;
}

.slide_buttons {
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
    z-index: 999;
}

a.slide_btn {
    color: var(--bs-gray-300);
    font-size: 42px;
    margin: 0 0.10em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

.slide_btn.active, .slide_btn:hover {
    color: var(--green);
    cursor: pointer;
}

.directional_nav {
    margin: 0 auto;
    max-width: 920px;
    position: absolute;
    z-index: 4;
    top: 38%;
    width: 100%;
}

.previous_btn {
    position: absolute;
    margin-left: 4%;
}

.next_btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 4%;
}

.previous_btn, .next_btn {
    cursor: pointer;
    height: 36px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 36px;
}

.previous_btn:hover, .next_btn:hover {
opacity: 1;
}
/* end slider */


.products .item{
    position: relative;
    width: 100%;
    height: 300px;
}

.products .item > a:hover div{
    border: 1px solid var(--green);
    transition: all ease 0.2s;
}

.products .item .add-to-cart{
    position: absolute;
    margin-top: 3%;
    right: 7%;
    background-color: white;
    color: var(--green);
    border: 0 none;
    border-radius: 5px;
    font-size: 1.8rem;
    padding: 0.8rem;
    z-index: 2;
    transition: all ease 0.2s;
}

.products .item .add-to-cart:hover{
    background-color: var(--green);
    color: #FFF;
}

.cart-quantity{
    font-size: 1.25rem;
    font-weight: 500;
}

.product-details{
    position: absolute;
    width: 90%;
    bottom: 5%;
    left: 5%;
    padding: 1rem;
    border-radius: 10px;
    z-index: 1;
    border: 1px solid var(--bs-gray-300);
}

.product-details h6{
    font-size: 14px;
}

.product-details .prod-price{
    color: var(--green);
}

.about-store{
    line-height: 26px;
}

.products .product-cover{
    transition: all ease 0.2s;
    position: relative;
    height: 100%;
    z-index: 0;
    border-radius: 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.product-info{
    position: static;
}

.product-info-fixed{
    position: fixed !important;
    top: 7rem;
    width: 470px;
}

/* Product Ratings */
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    /* top:-9999px; */
    clip:rect(0,0,0,0);
}
.rate:not(:checked) > label {
    float:right;
    width:0.8em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★';
}
.rate > input:checked ~ label {
    color: #FDBF44;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #FDBF44;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #FDBF44;
}


/* Store Listing */
.store-listing-entry{}

.store-listing-entry > a{
    height: 250px;
    width: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    content: "";
    background-repeat: no-repeat;
}

/* Merchant Guide */
.sell-step-1{
    background: url(../images/svg/01.svg) no-repeat 0 0 transparent;
}

.sell-step-2{
    background: url(../images/svg/02.svg) no-repeat 0 0 transparent;
}

.sell-step-3{
    background: url(../images/svg/03.svg) no-repeat 0 0 transparent;
}

.sell-step-4{
    background: url(../images/svg/04.svg) no-repeat 0 0 transparent;
}


/*Profile*/
.user-nav{}

.user-nav ul{}

.user-nav ul li{

}

.user-nav ul li a{
    transition: all ease 0.2s;
    border-radius: 3px;
    padding: 8px 10px;  
    text-decoration: none;
    color: var(--bh-dark);
    display: block;
    margin-bottom: 3px;
}

.user-nav ul li a.active,
.user-nav ul li a:hover{
    background-color: var(--bs-gray-200);
}

/* Animate */
.reveal{
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.active{
    transform: translateY(0);
    opacity: 1;
}

.owl-carousel .owl-item img{
    object-fit: cover;
    height: 20vh;
}


@media only screen and (max-width: 1400px) {
    .store-logo{
        margin-top: -70px;
    }
    .biz-card img.cover{
        height: 35vh;
    }
}

@media only screen and (max-width: 1200px) {
    .biz-card img.cover{
        height: 30vh;
    }
    
    #Hero .hero-search h1{
        font-size: 4.2rem;
    }
    
    #Hero .hero-search h1 span{
        font-size: 2.5rem;
    }
    
}

@media screen and (max-width: 992px){
    .order-detail .bd-content{
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 768px) {
    #Hero .hero-search h1{
        font-size: 3rem;
    }
     
    #Hero .hero-search h1 span{
        font-size: 1.5rem;
    }
    #SubCategories .col-2{
        width:86%;
    }
    .products .item{
        width: 84%;
        height: 300px;
        margin: 0 auto 2rem;
    }
    .reviews-stats, .comment-entries{
        width: 96%;
        margin: 0 auto;
    }

    .order-detail .bd-content{
        width: 100% !important;
      }
      .order-detail .item-summary{
        display: flex;
        flex-wrap: wrap;
      }
      .order-detail .item-summary td, .order-detail .item-summary th{
        font-size: 11px;
        padding: 0.4rem;
      }
    
      .order-detail .item-summary td.iproduct_name{
        width: 26%;
      }
    
}