
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?53p0u6');
  src:  url('../fonts/icomoon.eot?53p0u6#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?53p0u6') format('truetype'),
    url('../fonts/icomoon.woff?53p0u6') format('woff'),
    url('../fonts/icomoon.svg?53p0u6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/** Generated by FG **/
@font-face {
	font-family: 'Kalimati Regular';
	src: url('../fonts/kalimati/Kalimati Regular.eot');
	src: local('?'), url('../fonts/kalimati/Kalimati Regular.woff') format('woff'), url('../fonts/kalimati/Kalimati Regular.ttf') format('truetype'), url('../fonts/kalimati/Kalimati Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




@font-face {
	font-family: 'Nepali Font';
	src: local('?'), url('../fonts/newfont/newfont.woff') format('woff'), url('../fonts/newfont/newfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



@font-face {
    font-family: 'Bishallb';
    src: url('../fonts/bishal/BishallbBold.woff2') format('woff2'),
        url('../fonts/bishal/BishallbBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SHREE-DEV-1076';
    src: url('../fonts/shreedev/SHREE-DEV-1076.woff2') format('woff2'),
        url('../fonts/shreedev/SHREE-DEV-1076.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rs-icon:before {
  content: "\e900";
  font-size: 0.8em;
}
body {
    font-family: Poppins, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    position: relative;
}
.container {
    max-width: 1240px;
}
iframe,
img{
	max-width: 100%;
}
.dropdown-menu{
    margin: 0;
}
.dropdown-menu {
    max-height: calc( 100vh - 105px );
    overflow-y: scroll;
    max-width: 100%;
    background-color: #fff !important;
}
#MainHeader {
    background-color: #F65A07;
    position: sticky;
    top: 0;
    z-index: 105;
}
body{
	background-color: #EAEDF2;
}
p:last-child {
  margin-bottom: 0;
}
/* @media (prefers-color-scheme: light) {
    body {
        background-color: #EAEDF2;
        color: black;
    }
}
@media (prefers-color-scheme: dark) {
    body {
        background-color: #1E2025;
        color: white;
    }
} */
.bigdrop {
    width: 300px !important;
}
.select2-container{
    height: 40px !important;
}
.select2-container .select2-selection--single {
    height: inherit !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100% !important;
}
.select2-container .selection {
    height: 100%;
}
.is-invalid ~ .password-view-toggle {
    right: 33px;
}
.navbar-brand {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    margin-left: -9999px;
    position: relative;
    padding-left: 9999px;
    background-color: #fff;
    transform: skew(15deg);
    overflow: hidden;
	float: left;
	box-shadow: 5px -4px 0px 4px rgba(0, 0, 0, 0.1);
}
.navbar-brand img{
	transform: skew(-15deg);
    width: 170px;
}
.nav-top-contents, .nav-top-contents a {
    color: #fff;
}
.nav-top-contents i {
    border-radius: 50%;
    color: #F65A07;
    background-color: #fff;
    padding: 5px;
    font-size: 15px;
}
.header-ad{
	background-color: #4879EF;
}
.proccess-of-shopping {
    background-color: #fff;
    padding: 45px 30px;
    line-height: 1.1;
}
.process-list i {
    font-size: 34px;
    color: #F65A07;
    line-height: ;
}
.proccess-of-shopping .btn {
    background-color: #F65A07;
    border-color: #F65A07;
    color: #fff;
}
#HomeContentContainer {
    overflow: hidden;
}
#MainFooter{
	background-color: #fff;
	padding: 40px 0;
}
#MainFooter h5 {
    text-transform: uppercase;
    font-size: 14px;
    color: #a4a4a4;
}
#MainFooter .nav-link {
    padding: 3px 0;
    color: #6f6c6c;
    font-size: 14px;
}
.product-list {
    padding: 30px 40px;
    background-color: #fff;
}
.product-list h3 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
    margin-top: -40px;
}
.product-list:first-child h3{
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.product-list h3 a{
    font-size: 16px;
}
.product-item {
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.product-item:hover {
    box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.07);
}
.product-content h4 {
    font-size: 16px;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-content h4 a{
  color: inherit;
  text-decoration: inherit;
}
.product-content h5{
	font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.product-content h5 .icon-rs-icon {
    font-size: 16px;
}
.product-content h5 del .icon-rs-icon {
    font-size: 11px;
}
.product-content del {
    color: #9FA5AA;
    font-size: 14px;
    font-weight: 400;
}
.product-content h6{
    text-align: center;
    color: #5A6268;
}
.product-list-container {
    position: relative;
}
.product-list-container .product-slide-next,
.product-list-container .product-slide-prev{
	position: absolute;
	left: -30px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #F65A07;
	color: #fff;
	top: calc( 50% - 15px );
}
.product-list-container .product-slide-next{
	left: inherit;
	right: -30px;
}
.cart-page .card {
    border-radius: 0;
}
.cart-page .card .card-footer,
.cart-page .card .card-header {
    background-color: #fff;
}
.cart-page .card h4 {
    font-size: 1rem;
}
.cart-brand-cat {
    font-size: 0.82rem;
    color: #827a7a;
    line-height: ;
}
.cart-page h3 {
    font-size: 1.5rem;
}
.cart-item {
    padding: 30px;
    border-bottom: 1px solid #ccc;
}
.cart-page .btn.btn-warning {
    color: #fff;
    background-color: #F65A07;
    border-color: #F65A07;
    text-transform: uppercase;
    padding: 12px 35px;
    border-radius: 0;
}
.button-quantity {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #212121;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}
.button-quantity-input {
    display: inline-block;
    padding: 0 6px;
    width: calc(100% - 60px);
    height: 100%;
    width: 70px;
    height: 28px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    margin: 0 5px;
}
.button-quantity-add, .button-quantity-less {
    width: 28px;
    height: 28px;
    background: linear-gradient(#fff,#f9f9f9);
    display: inline-block;
    border: 1px solid #c2c2c2;
        border-top-color: rgb(194, 194, 194);
        border-right-color: rgb(194, 194, 194);
        border-bottom-color: rgb(194, 194, 194);
        border-left-color: rgb(194, 194, 194);
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
    padding-top: 1px;
    line-height: 1;
}
.button-quantity-input input {
    border: none;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
}
.cart-remove-btn {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

.retailer-regitration .card-header{
    text-align: center;
    background-color: #F65A07;
    font-size: 20px;
    color: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}
#CategoryListNav {
    background-image: linear-gradient(to right, #1D74B9, #36A7DF);
    position: sticky;
    top: 59px;
    z-index: 56;
}
#CategoryListNav .navbar-nav > .nav-item > .nav-link {
    font-weight: 500;
    color: #fff;
    padding: 8px 25px;
}
#CategoryListNav h5 {
    font-size: 16px;
    line-height: 1.6;
}
#CategoryListNav .dropdown-menu .nav-link {
    font-size: 14px;
    line-height: 1.1;
    padding-left: 0;
}
/*@media(min-width: 990px){*/
#CategoryListNav .card-columns{
    columns: 5;
}
#CategoryListNav .card-columns .card{
  break-inside: avoid-column;
}

#CategoryListNav .card h5 a {
    color: #000;
}
.nav-fill .nav-item .nav-item {
    text-align: left;
}
.dropdown > a::after {
    content: "\f078";
    border: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    padding: 0;
    vertical-align: 0;
    font-size: 12px;
    margin-left: 5px;
    color: #f5f5f5;
}
@media(min-width: 990px){
.dropdown:hover > a::after{
    content: "\f077";
}
.nav-top-contents .dropdown:hover > .dropdown-menu,
.site-main-nav .dropdown:hover > .dropdown-menu{
    display: block;
}
}
.nav-top-contents .nav-link {
    padding: 10px !important;
    font-size: 14px;
    line-height: 2;
}
.product-item .product-image {
    height: 200px;
    position: relative;
}
.product-item .product-image img {
    max-height: 100%;
}
.product-item .product-unit {
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #06A294;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}
.product-item .retailer-margin {
    position: absolute;
    right: 0;
    bottom: 5px;
    background-color: #E73827;
    padding: 3px 15px;
    color: #fff;
    border-radius: 4px;
}
.product-item .retailer-pack-of {
    position: absolute;
    top: 10px;
    right: -5px;
    background-color: #34A2DB;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
}
.npr-icon {
    background-image: url('../images/rs-icon.svg');
    width: 15px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.product-list-container .product-slide-next.disabled, .product-list-container .product-slide-prev.disabled {
    background-color: #ccc;
    cursor: default;
    pointer-events: none;
}

#ProductDetail {
    position: relative;
    z-index: 2;
}
#ProductDetail h1 {
    font-size: 24px;
    font-weight: 600;
}
#ProductDetail .package-price {
    font-size: 28px;
}
#ProductDetail .package-price .icon-rs-icon {
    font-size: 22px;
}
#ProductDetail .package-price del {
    font-size: 22px;
    color: #9D9D9B;
}
#ProductDetail .package-price del  .icon-rs-icon{
    font-size: 14px;
}
.package-detail-mrp {
    color: #04A294;
    margin-left: 20px;
    font-size: 24px;
    font-weight: 600;
}
.detail-retailer-margin {
    display: inline-block;
    background-color: #2077BC;
    color: #fff;
    padding: 3px 15px;
    border-radius: 5px;
}
.breadcrumb-item a {
    color: #565656;
    font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before{
    content:">";
}
.package-add-to-cart {
    padding: 10px 25px;
    border: 0;
    background-color: #04A294;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}
.package-add-to-cart:hover{
    background-color: #1E75BC;
}
#CategoryFilter input[type="radio"]{
    display: none;
}
#CategoryFilter label {
    cursor: pointer;
    margin-bottom: 0;
    display: block;
}
#CategoryFilter .brand-contents > ul > li.active > label {
    font-weight: 600;
}
#CategoryFilter .sub-brands label:hover {
    color: #000;
}
.product-content .input-group-text{
    padding: .375rem .5rem;
    font-size: 0.8rem;
}
#RegisterLinkHeader a {
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #29AB6D;
    width: 100%;
    color: #fff;
}
#RegisterLinkHeader{
    border-bottom: 1px solid aliceblue;
}
#CategoryFilter {
    background-color: #fff;
}
#CategoryFilter .brand-contents > ul > li {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
#CategoryFilter .brand-contents > ul > li > label{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.4px;
}
/*#CategoryFilter .sub-brands:empty{
    display: none;
}*/
#CategoryFilter .sub-brands{
    padding: 15px;
}
#CategoryFilter .sub-brands label {
    margin-bottom: 12px;
    line-height: 1.1;
    color: #878787;
}
#CategoryFilter .sub-brands .active label{
    color: #000;
    font-weight: 500;
}
.brand-contents .has-sub-brand > label::after {
    content: ">";
    float: right;
}


.brand-contents .has-sub-brand > label::after {
    content: "\f054";
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.brand-contents .has-sub-brand.active > label::after {
    content: "\f078";
}
#CategoryFilter h5 {
    padding: 20px 25px;
    font-weight: 600;
    font-size: 21px;
    border-bottom: 1px solid #747070;
}
#HeaderSearchForm .select2-container {
    width: 100% !important;
}
.product-item b{
    font-weight: 400;
}
#FAQAccordion h2 button {
  color: #1D74B9;
  font-weight: 600;
}
@media(max-width: 990px){
    .site-main-nav.nav-fill .nav-item .nav-item {
        width: 100% !important;
    }
    .dropdown-menu.show {
        display: block !important;
        left: 0;
        min-width: 13rem;
    }
    .dropdown-menu {
        position: absolute !important;
        max-height: calc(100vh - 150px);
        overflow: scroll;
    }
    #CategoryListNav .card-columns {
        column-count: 2;
        padding: 15px !important;
    }
    .card-columns .card{
        display: inherit;
    }
    .card-columns .nav-link {
        font-size: 11px !important;
        padding: ;
        padding: 5px 0;
            padding-left: 0px;
    }
    #CategoryListNav .navbar-nav .nav-item > .nav-link{
        text-align: left;

    }
    .button-open {
        float: right;
        display: none;
    }
    /*#CategoryListNav .flex-column,
    #CategoryListNav .nav-item,
    #CategoryListNav .flex-column .nav-item .nav-link,
    #CategoryListNav a{
        width: 100%;
        display: inline-block;
    }*/
    #CategoryListNav {
        top: 52px;
    }
    #CategoryListNav .navbar-nav {
        flex-direction: row;
    }
    #CategoryListNav .flex-column, #CategoryListNav .nav-item, #CategoryListNav .flex-column .nav-item .nav-link, #CategoryListNav a {
        display: block;
        width: auto;
    }
    #CategoryListNav .navbar-nav > .nav-item > .nav-link {
        font-size: 13.5px;
        padding: 6px 15px;
        width: 100%;
    }

    .dropdown-active > li > a{
      opacity: 0.5;
    }
    .dropdown-active > li > a.active{
      opacity: 1;
    }



    .dropdown > a.active::after {

        content: "\f077";

    }



    .dropdown-backdrop {
        content: "";
        position: fixed;
        height: 100vh;
        width: 100vw;
        z-index: 50;
        background-color: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
      }

}
@media(max-width: 576px){
    #RegisterLinkHeader a {
        line-height: 1.1;
    }
    .nav-top-contents {
        width: 100%;
    }
    .nav-top-contents .nav-link {
        font-size: 11px;
        line-height: 16px;
        padding: 5px 6px !important;
    }
  /*  #HeaderSearchForm {
        position: fixed;
        width: 100vh;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        z-index: 99999;
    }*/
    #HeaderSearchForm .row > div {
        margin-bottom: 15px;
        text-align: center;
    }
    #ProductDetail h1 {
        font-size: 18px;
        margin-top: 20px;
    }
    #MainFooter .nav-link,
    .breadcrumb-item a,
    .cart-page .btn.btn-warning,
    .product-content h6,
    .product-content h5,
    .btn,
    .product-list h3,
    .product-content h4,
    body, p, a, li, td {
        font-size: 13px;
    }
    .product-item .product-unit,
    .product-content .input-group-text{
        font-size: 10px;
    }
    .product-list {
        padding: 10px;
    }
    .product-item .btn-number {
        padding: 6px;
        height: 30px;
        font-size: 6px;
    }
    .product-content h4{
        height: 30px;
    }
    .product-item .product-image {
        height: 150px;
        padding-bottom: 20px;
    }
    .table td, .table th {
        padding: 0.35rem;
        font-size: 10px;
    }
    h1{
        font-size: 22px;
    }
    #CategoryFilter h5,
    .cart-page .card h4,
    .cart-page .card h5,
    .package-detail-mrp,
    #ProductDetail h4,
    .card-header h5,
    .card-header h4 {
        /* font-size: 14px; */
    }
    .product-content del{
      display: block;
    }
    .jqzoom img {
        max-height: 215px;
        margin-left: auto;
        display: block;
        margin-right: auto;
        padding-bottom: 20px;
    }
    .zoomPad,
    .jqzoom {
        display: inline-block;
        width: 100%;
    }
    .cart-item {
        padding: 10px;
    }
    .cart-remove-btn{
        margin-top: 0;
    }

    .navbar-dark .navbar-toggler {
        padding: 5px;
        height: 30px;
        font-size: 14px;
    }
    .nav-top-contents i{
        padding: 3px;
        font-size: 7px;
    }
    .product-list h3{
      font-size: 16px;
      margin-top: 0;
    }
    .product-item:hover {
      box-shadow: none;
    }
    .product-list h3 a {
        font-size: 13px;
    }
    .topbar-cart .nav-link {
      font-size: 13px;
      font-weight: 800;
  }
  .topbar-cart .nav-link i {
      font-size: 12px;
  }
  #CategoryFilter .brand-contents > ul > li > label{
    display: inline-block;
    background-color: #cdcdcd;
    padding: 8px 20px;
    border-radius: 30px;
  }
  #CategoryFilter .brand-contents > ul > li {
    display: inline-block;
    padding: 0 5px 10px 0;
    border-bottom: 0;
  }
  #CategoryFilter .brand-contents > ul {
    padding: 15px;
    max-height: 250px;
    overflow-y: scroll;
  }
  .product-item{
    padding: 0;
  }
}
