@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../../fonts/Poppins-Bold.ttf") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../../fonts/Poppins-Regular.ttf")  format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-stretch: 100%;
  src: url("../../fonts/Quicksand-VariableFont_wght.ttf")  format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{
    color: #000000;
    background-color: #f1f3f7;
}


.font-primary {
    font-family: 'Quicksand';
}

.mt-header {
    margin-top: 65px;
}

.body {
    color: #777777;;
    background-color: #f1f3f7 !important;
}

.color-primary {
    color: #0079c9 ;
}

.color-secondary {
    color: #c95b00;
}

.bg-color-primary {
    background-color: #007e02;
}

.bg-color-secondary {
    background-color: rgba(235, 237, 255, 0.93);
}

.bg-color-gray {
    background-color: #eef1f6;
}

.bg-color-yellow {
    background-color: #fbe19f;
}

.bg-color-sky-blue {
    background-color: #f2f9fc;
}

.btn-extra-sm{
    font-size: 12px;
    line-height: 1.6;
    padding: 2px 10px;
}


.button-color-primary {
    background-color: #3db2d7;
    border-color: #3db2d7;
    color: #fff;
}

.button-color-primary:hover {
    background-color: #5ab7d5;
    color: #fff;
}

.button-color-secondary {
    background-color: #fd5f01  ;
    border-color: #fd5f01  ;
    color: #fff;
}

.button-color-secondary:hover {
    background-color: #fd9e66 ;
    color: #fff;
}

.button-color-white {
    background-color: #fff;
    border-color: #fff;
    color: #fd5f01 ;
}

.button-color-white:hover {
    background-color: #f7f7f7;
    color: #fd5f01 ;
}


.button-outline-primary {
    border-color: #0c6918;
    color: #0c6918 ;
    background-color: transparent;
}

.button-outline-primary:hover {
    color: #fff;
    background-color: #0c6918 ;
}


.sec-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding: 10px 20px;
    background: color-mix(in srgb, #1acc8d, transparent 95%);
    color: #1acc8d;
    border-radius: 7px;
    display: inline-block;
}


.fs-very-small {
    font-size: 12px;
}

.fs-small {
    font-size: 14px;
}

.fa-regular {
    font-size: 16px;
}

.fs-large {
    font-size: 18px;
}

.fs-extra-large {
    font-size: 22px;
}

.text-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1px;
}



.carousel-prev{
    position: absolute;
    left: 0;
    top: 47%;
    background: transparent;
    border: 0;
    color: #cecece;
    font-size: 30px;
    z-index: 50;
}

.carousel-next{
    position: absolute;
    right: 0;
    top: 47%;
    background: transparent;
    border: 0;
    color: #f5f5f5;
    font-size: 30px;
    z-index: 50;
}

.download-module {
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0)), linear-gradient(179.27deg, #ffedd6 .83%, #ffc3e3 46.78%, #fff 99.57%), linear-gradient(0deg, #fff, #fff);
    height: 344px;
    padding: 6px;
}

.module-title{
    align-items: center;
    display: flex;
    flex-direction: row;
}

.download-module .module-title .logo {
    height: 42px;
    width: 42px;
}

.download-module .module-title .title {
    color: #6c1d00;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-left: 6px;
}

.download-module .module-content {
    background-image: url("../../../assets/img/123.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 158px;
    margin-top: 6px;
    overflow: hidden;
    width: 100%;
}

.download-module .score{
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    margin-left: 8px;
    margin-top: 8px;
}

.download-module .module-content .score .star {
    height: 10px;
    width: 10px;
    margin-bottom: 5px;
}

.download-module .score .rated-txt {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    margin-left: 2px;
    max-width: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.enjoy-tips-wrap{
    display: flex;
    justify-content: center;
    margin-top: 6px;
    min-height: 20px;
    color: #fff;
    font-weight: 700;
}

.icon-item{
    margin-top: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.module-content .icon-item .common-img {
    height: 36px;
    width: 36px;
}

.picture-wrapper>img {
    display: inline-block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.module-content .icon-item .text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    margin-left: 9px;
    max-width: 82px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.download-module .qr-code-image {
    background: #fff;
    height: 90px;
    margin-right: 6px;
    overflow: hidden;
    width: 90px;
}

.module-qr{
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.qr-code-image img{
    display: inline-block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

 .module-qr  .download-btn {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: space-between;
     gap: 5px;
}

 
  .module-qr  .download-btn  .btn{
      font-size: 11px;
  }

.section-title {
    color: #424242;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 30px 0 16px;
}








.item-inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.item-image {
    text-align: center;
    border-bottom: 3px solid rgba(55,73,187,.03);
    padding: 15px 15px 10px;
    margin: 0;
}

.item-image>a {
    height: 228px;
}

.item-image img {
    height: 180px;
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    width: 100%;
}
.item-details {
    padding: 0px 15px 0;
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.item-name {
    font-family: 'WorkSans', sans-serif;
    margin: 0 0 10px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    height: auto;
    letter-spacing: .5px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #111;
}
.short-description ul{
    padding-top: 10px;
    padding-bottom: 10px;
}

.item-inner .short-description {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 10px 0 5px 0px;
    flex: 1 1 auto;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.item-inner .short-description ul{
    padding-left: 16px;
}

.item-inner .short-description li {
    font-size: 14px;
    color: #000;
    position: relative;
    line-height: 18px;
}

.item-inner  .price-box {
    padding-top: 10px;
    text-align: center;
}

.price-box {
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    font-size: 16px;
    font-weight: 600;
}

.price-box .old-price {
    background-color: #0aad0a;
    padding: 3px 7px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: line-through;
    color: #FFFFFF;
}

.price-box .price {
    background-color: #0aad0a;
    padding: 3px 7px;
    border-radius: 7px;
    font-weight: 700;
    color: #ffffff;
    gap: 0;
    align-items: center;
}

.new-price {
    background-color: #dc3545 !important;
    color: #FFF !important;
}

.item-inner .actions {
    flex: 0 0 65px;
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px;
}

.btn-add-cart{
    font-family: 'Roboto', SansSerif;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    line-height: 34px;
    background: #008000;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 14px;
    cursor: pointer;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    letter-spacing: .5px;
}

.item-inner .actions .btn-add-cart:hover {
    background: #006400;
    color: #fff;
}

.variation-select {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
    padding: 0.25rem 2.25rem 0.25rem 0.75rem;
    width: 100%;
    max-width: 100%;
}

.price-initialize{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.in-stock{
    color: #008000;
    font-weight: 500;
    font-size: 14px;
}
.out-stock{
    color: #dc3545;
    font-weight: 500;
    font-size: 14px;
}
.on-sale{
    top: 18px;
    left: 18px;
    position: absolute;
    z-index: 80;
    padding: 3px 8px;
    font-size: 14px;
    background: #0aad0a ;
    color: #fff;
    font-weight: 500;
    opacity: 0.975;
    border-radius: 7px;
}




.item-info {
    font-size: 13px;
    line-height: 18px;
}



.tech-item .p-item-price {
    line-height: 22px;
    font-size: 17px;
    font-weight: 600;
    color: #007f01;
    text-align: center;
}

.tech-item .price-new {
    line-height: 22px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
    color: #007f01  !important;
}

.p-item-price .price-old {
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through;
    color: #666666;
    padding-left: 5px;
}

.tech-item .item-name {
    padding-top: 8px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.tech-item  .item-image img {
    height: 180px;
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    width: 100%;
}

.tech-item .item-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tech-item {
    padding: 0px 0px 20px 0px;
}

.tech-item .item-image {
    padding: 0px 0px 10px 0px;
    margin: 0;
}


.marks {
    display: flex;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 10;
    flex-direction: column;
    align-items: flex-start;
}

.marks .mark {
    background: #6e2594;
    width: auto;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 14px;
    margin-bottom: 2px;
    border-radius: 0 20px 20px 0;
    flex: 0 0 auto;
}


.tech-item .item-info .short-description li {
    font-size: 14px;
    color: #555 ;
    position: relative;
    line-height: 16px;
    padding-bottom: 8px;
}

.btn-cart{
    flex-wrap: nowrap;
    line-height: 34px;
    background: rgba(0, 127, 1, 0.2);
    color: #007f01;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    padding: 0 14px;
    cursor: pointer;
    width: 100%;
}

.btn-cart:hover {
    background: #007f01 !important;
    color: #fff !important;
}


.category {
    /*background-color: #fff;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 297px;
    width: 100%;
}

.category-card {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    height: 148.5px;
    width: 12.5%;
}


.category-card .card-body{
    padding: 10px;
    text-decoration: none;
}

.card-categories-image {
    display: block;
    height: 80px;
    margin: 0 auto;
    width: 80px;
}


.card-categories-name{
    text-align: center;
}

.card-categories-name .text {
    color: #212121;
    font-size: 14px;
    height: 36px;
    line-height: 18px;
    margin: 8px 12px 0;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.category-card:hover{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    cursor: pointer;
    position: relative;
}

.item-inner:hover{
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    cursor: pointer;
    position: relative;
}

.on-sale-item-card .card-body{
    background-color: #fff;
}

.on-sale-item-card .card-header{
    background-color: #fff;
}

.load-more-button {
    border: 1px solid #1a9cb8;
    color: #1a9cb8;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    text-align: center;
    text-transform: uppercase;
    width: 387px;
}

.link-transparent{
    text-decoration: none;
    color: inherit;
}

.breadcrumb-and-details {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(212, 214, 218, 0.89);
}


.breadcrumb-design-2{
    display: block;
    padding: 12px 0 0;
    margin-bottom: 0;
}

.breadcrumb-design-2 li{
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}

.breadcrumb-design-2 li a {
    color: #111;
    text-decoration: none;
}


.breadcrumb-design-2 li a:hover {
    color: #007f01;
    text-decoration: none;
}

.breadcrumb-design-2 li:last-child  > a:hover {
    color: #111;
    text-decoration: none;
}


.breadcrumb-design-2 li {
    line-height: 16px;
    font-size: 16px;
    color: #666666;
}

.breadcrumb-design-2 .breadcrumb-item+.breadcrumb-item::before {
    margin-right: 5px;
}




/*------------------------------------------------------------------------------------------
#  Item Details
------------------------------------------------------------------------------------------*/
.img-small {
    height: 50px;
    min-width: 50px;
    max-width: 100px;
    /*width: 100%;*/
    object-fit: cover;
    cursor: pointer;
}

.image-popup .item-img-slider{
    overflow-x: hidden;
}

.image-popup .image-zoomer{
    border: 1px solid #dce0e4;
    margin-bottom: 5px;
}

.img-show {
    height: 300px !important;
    width: 100% !important;
    object-fit: contain;
    padding: 5px;
}

.variation-table{
    margin-bottom: 0;
}

.item-resources  {
    width: calc( 100% - 55px);
    margin: 0 auto;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    border-top: 1px solid #dde1e5;
    border-bottom: 1px solid #dde1e5;
    overflow-x: unset;
}

.item-resources .slick-list{
    flex-shrink: 0;
    width: 100%;
}

.item-resources .slick-slide {
    padding-left: 3px;
    padding-right: 3px;
}

.item-short p {
    font-size: 14px;
}

.p-info {
    margin-left: 8px;
    font-weight: 500;
    color: #008000;
}

.current-price .price-box .price {
    background-color: transparent;
    padding: 0;
    border-radius: 7px;
     font-size: 26px;
    font-weight: 700;
    color: inherit;
    gap: 0;
}

.current-price  .price-box .old-price {
    background-color: transparent;
    padding:0;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    color: #008000;
}

.current-price {
    color: #dc3545;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}

.current-price .old-price{
    color: #008000;
}

hr {
    border-color: #cccfea;
}

.prvious-price {
    font-size: 16px;
    color: #9e9e9e;
    text-decoration: line-through;
}

.quantity-input {
    width: 30px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    color: #020202;
    line-height: 22px;
    height: 30px;
    border: none;
}

.quantity-input:hover, .quantity-input:focus {
    border: none;
    outline: none;
}

.btn-bf-sec {
    background-color: #eeeff4;
    border-color: #eeeff4;
    color: #9e9d9e;
}

.btn-bf-sec:hover, .btn-bf-sec:active {
    background-color: #f9f9f9 !important;
    border-color: #f9f9f9 !important;
    color: #9e9d9e !important;
}

.text-medium {
    font-size: 14px;
    font-weight: 400;
}

.btn-square {
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
}

.card-title {
    font-size: 16px;
    margin-bottom: 0;
}

ul.item-variation {
    overflow: hidden;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    font-size: 14px;
}

.details p {
    font-size: 14px;
}

@media (max-width: 767px) {
    ul.item-variation {
        overflow: hidden;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-count: 1;
        -webkit-column-gap: 32px;
        -moz-column-gap: 32px;
        column-gap: 32px;
    }

    .sm-d-block {
        display: block;
    }

    .btn-square {
        font-size: 14px;
    }

    .img-small {
        margin-top: 4px;
    }

    .img-show {
        height: 250px;
    }

    .text-h1 {
        font-size: 18px;
    }
}

.variation-select {
    font-size: 14px;
    line-height: 1.2;
    padding: 0.25rem 2.25rem 0.25rem 0.75rem;
    max-width: 200px;
}


.item-images{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}

.text-h1{
    font-size: 24px;
    font-weight: 500;
    font-family: 'RobotoSlab', sans-serif;
}

.item-short p{
    letter-spacing: .75px;
    font-family: 'Roboto', sans-serif;
}

.item-short .p-info{
    font-weight: 600;
}

.variation-table {
    margin-bottom: 0;
}

.variation-table thead td {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.variation-table tbody td {
    font-size: 12px;
    font-weight: normal;
    padding: 3px;
}

.variation-select {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.25rem 2.25rem 0.25rem 0.75rem;
    width: 100%;
    max-width: 100%;
}

.cart-action-box .add-to-cart {
    width: 100%;
}


.item-resources  {
    width: calc( 100% - 55px);
    margin: 0 auto;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    border-top: 1px solid #dde1e5;
    border-bottom: 1px solid #dde1e5;
    overflow-x: unset;
}

.item-resources .slick-list{
    flex-shrink: 0;
    width: 100%;
}

.item-resources .slick-slide {
    padding-left: 3px;
    padding-right: 3px;
}

@media (max-width: 767px) {
    .category-card {
        width: 33.33%;
    }

    .shopping-button .info {
        margin-left: 4px;
    }

    .shopping-button .info .name {
        font-size: 14px;
    }

    .shopping-button .info .value {
        font-size: 12px;
    }

    .img-button a img {
        width: 100px;
    }

    .load-more-button {
        width: 280px;
    }

    .footer-bottom-heading {
        margin-bottom: 8px;
    }
    .copyright-text{
        text-align: center;
        margin-top: 15px;
    }

    .logo-default {
        height: 40px;
    }

    .text-heading {
        font-size: 18px;
    }

    .search button {
        top: 9px;
    }

    .search input {
        height: 33px;
    }

    .cart-action-box .add-to-cart .add-to-cart-button {
        font-size: 12px;
    }

    .single-review .star-content .star {
        height: 10px;
        width: 10px;
    }

    .single-review .text-color-bf{
        font-size: 12px;
    }

    .header-info .flex-shrink-0{
        font-size: 12px;
    }
    
    .bg-white{
        text-align: center;    
    }

    .bg-white span{
        color: #111;
    }
}

.navbar-nav{
    border-bottom: 0;
}

.navbar-nav li a{
    color: #1a1d20;
    font-weight: 500;
    border-bottom: 0;
}

.nav-item{
    margin-bottom: 0;
}

.offcanvas-body{
    border: none;
}