  @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');
@import "img.css";
@import "modal.css";
@import "generics.css";
@import "header/main-nav.css";
@import url("header/main-nav-mobile.css") only screen and (max-width: 1269px);
@import url("content/product/product-menu.css") ;
@import url("header/card-list.css") ;
/*@import url("product/product-menu-mobile.css") (hover: none) and (min-width: 768px);*/
@import url("content/product/product-menu-mobile.css") only screen and (max-width: 842px);
@import "content/pagination.css";
@import "content/breadcrumb.css";
@import "content/product/product-item.css";
@import "content/vendor/shop-item.css";
@import "content/pages.css";
@import "footer.css";
@import url("main-mobile.css") only screen and (max-width: 768px);

:root{
    --primary-font: 'Nunito', sans-serif;
    --secondary-font: 'Rubik', sans-serif;
    --light-gray: rgba(173, 173, 173, 1);
}

*{
    outline: transparent !important;
}
body {
    font-family: var(--primary-font) !important;
    font-size: 16px;
       /* display: flex;
    flex-direction: column;
    min-height: 100vh; */
}
a {
    color: #2C0902;;
}
a:hover{
    color: #FF9332;
}

  .shop-wrapper.vendor-3col .pagination-style-one .pagination nav .pagination .page-item:first-child {
      margin-right: 13px !important;
  }
  .shop-wrapper.vendor-3col .pagination-style-one .pagination nav .pagination .page-item:last-child {
      margin-left: 13px !important;
  }
  .shop-wrapper.vendor-3col #custom-pagination {
      margin: auto;
  }
  .shop-wrapper.vendor-3col .pagination-style-one{
      margin-top: 31px;
  }
  @media(max-width: 768px) {
    .vendors-title {
        padding-left: 0 !important;
    }
    .ctm-vendors {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .shop-wrapper.vendor-3col {
        flex-wrap: unset !important;
    }
}
@media screen and (max-width: 521px)  {
    .my-account-dropdown .btn-var--1 {
        font-size: 10px;
        padding: 6px 3px;
    }
    .top-header-bar--main-nav.user-logged-out .main-navbar > .mobile-burger {
        right: -219px;
    }
}
@media screen and (max-width: 401px) {
    /*.top-header-bar--main-nav .navbar {*/
    /*    position: initial;*/
    /*}*/
    .top-header-bar--main-nav.user-logged-out .navbar {
        position: initial;
    }
    .top-header-bar--main-nav.user-logged-out .main-navbar > .mobile-burger{
        right: 11px;
    }
    .top-header-bar--main-nav.user-logged-out .my-account-dropdown .btn-var--1 {
        overflow:hidden;
        width: auto;
        text-overflow: ellipsis;
    }
}
  @media(max-width: 375px) {
      .logo-holder {
          margin-right: 30px;
      }
  }
  @media(max-width: 360px) {
      .logo-holder {
          margin-right: 12px;
      }
  }
@media screen and (max-width: 366px) {
    /*.top-header-bar--main-nav.user-logged-out .my-account-dropdown .btn-var--1 {*/
    /*    width: auto;*/

    /*}*/
}
/* --- burger menu fix on small mobile ---END*/


@media only screen and (max-width: 390px) {

    .top-header-bar--main-nav.user-logged-out .main-navbar > .mobile-burger {
        right: 0;
    }
}
  @media only screen and (max-width: 320px) {

      .top-header-bar--main-nav.user-logged-out .main-navbar > .mobile-burger {
          right: -13px !important;
      }
  }
.mobile-burger {
    display: none;
    margin-left: 30px;
    cursor: pointer;
}
.product-search-mobile {
    display: none;
}
.mobile-nav-header {
    display: none;
 }
input.form-control::placeholder, textarea.form-control::placeholder  { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C4C4C4 !important;
    opacity: 1; /* Firefox */
}

input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C4C4C4 !important;
}

input.form-control::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #C4C4C4 !important;
}



/*temp styles START*/
.flex-row_space-between.top-header-bar--main-nav.d-lg-block {
    display: flex !important;
}

.shop-wrapper.vendor-3col {
    gap: 32px;
}
#page_wrapper {
    /*overflow: hidden;*/
    /* footer under space fix part 1 */
    /* display: flex;
    flex-direction: column;
    min-height: 100vh; */
}

/*temp styles END*/

/* --- top header main-nav END */


/* --- banner styles override START*/
.home-slider-wrapper {
    /*height: calc(100vh - 105px);*/
    margin-top: 104px;
    margin-bottom: 76px;
    /*overflow: hidden;*/
}

.banner-content {
    padding-top: 0 !important;
}

.banner-wrapper-item {
    padding: 0 !important;
    justify-content: flex-start;
    /*min-height: calc(100vh - 105px);*/
}

.banner-wrapper-item .banner-content h2.title {
    font-size: 44px;
    font-fmaily: var(--primary-font);
    line-height: 50px;
    margin-bottom: 36px;
    max-width: 479px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

div.banner-content p {
    font-size: 16px;
    font-family: var(--primary-font);
    line-height: 24px;
    margin-bottom: 24px;
}

/* --- banner styles override END*/

.page-banner-wrapper {
    /* min-height: 376px !important; */ /* 24.03.2025 */
    min-height: 340px;
    margin-top: 121px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* --- product item START*/

.has-tag {
    position: relative;
}


.padding-lr-16 {
    padding: 0 16px;
}

.has-tag .tag {
    position: absolute;
    transform: rotate(45deg);
    background-color: #FFAF36;
    right: -27px;
    top: 9px;
    color: white;
    text-align: center;
    z-index: 1;
    width: 100px;
    font-size: 12px;
    font-weight: 900;
}

.has-tag .tag-bg-green {
    background-color: #088C53;
}

/* --- rating styles START*/
.rating-wrap i::before {
    font-size: 15px;
}

.rating-wrap .rate-text {
    color: #ADADAD;
    font-weight: 700;
}

/*rating stars with svg START*/
.rating-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
div.rating-wrap > i, div.rating-wrap > i:not(:last-child) {
    /*margin-right: 9px;*/
}
.rating-wrap .rate-text {
    font-size: 14px;
    line-height: 13px;
    margin-top: 1px;
}


.show-on-mobile {
    display: none !important;
}
@media(max-width: 768px) {
    .show-on-mobile-flex {
        margin-bottom: 0;
    }
}
@media(min-width: 767px) {

    .show-on-mobile-flex {
        display: none;
        margin-top: 32px;
    }
}
  .show-on-mobile-flex {
      margin-top: 32px;
  }

.show-on-desktop {
    display: block;
}

.show-on-desktop-flex {
    /*display: flex !important;*/
}


@media(max-width: 768px) {
    .page-banner-wrapper {
        min-height: 210px !important;
    }
    /*.shop-wrapper-1 .show-on-desktop-flex {*/
    /*    position: absolute;*/
    /*    bottom: -50px;*/
    /*    right: 24px;*/
    /*}*/
    /*.shop-wrapper-2 .show-on-desktop-flex {*/
    /*    position: absolute;*/
    /*    bottom: -50px;*/
    /*    right: 24px;*/
    /*}*/
}