
/*------------------------------------------------------------------------------------------
#  Item group
------------------------------------------------------------------------------------------*/
@font-face {
  font-family: Frijole;
  src: url("../../assets/font/Frijole-Regular.ttf");
}


.item-group-item .item-group-inner {
    display: block;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    padding: 1px 0 15px;
    color: #444;
    text-decoration: none;
}


.item-group-item {
    flex: 0 0 20%;
    padding: 4px;
    text-align: center;
    position: relative;
}

.item-group-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    margin-bottom: -5px;
}

.upto-amount {
    position: relative;
    font-family: 'Frijole', sans-serif;
    font-size: 50px;
    line-height: 1.5;
    font-weight: normal;
    color: #008000;
}

.item-group-currency {
    position: absolute;
    bottom: -8px;
    font-family: Arial;
    font-size: 20px;
}

.text-upto{
    text-align: left;
}

.left-item-group  .list-group-item{
    padding: 0.5rem;
}


.text-upto span{
    background-color: #0aad0a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    padding: 2px 5px;
    border-radius: 8px 8px  8px 0;
}

@media (max-width: 1279px) {
    .item-group-item {
        flex: 0 0 25%;
    }

    .item-group-item p {
        font-size: 13px;
        font-weight: bold;
    }

}

@media (max-width: 767px) {
    .item-group-item {
        flex: 0 0 33.33%;
    }

    .item-group-item .item-group-inner {
        border-radius: 10px;
        padding: 5px 0;
    }

    .item-group-item .item-group-icon {
        width: 60px;
        height: 60px;
    }

    .item-group-item p {
        line-height: 12px;
        min-height: 25px;
        font-weight: normal;
        text-align: center;
    }

}

/*------------------------------------------------------------------------------------------
#  Item
------------------------------------------------------------------------------------------*/

.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;
}
.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 Group Page
------------------------------------------------------------------------------------------*/

.list-group .active {
    background-color: #008000;
    border-color: #008000;
    color: #fff !important;
}

.item-group h1, .search-result h1 {
    font-size: 24px;
    letter-spacing: 0.75px;
    font-family:'RobotoSlab', sans-serif;
}
.item-group div p{
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.item-group.card-body{
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}


.item-group .form-select, .search-result .form-select {
    height: 32px;
    font-size: 14px;
    line-height: 20px;
}

.item-inner .item-name{
    cursor: pointer;
    text-decoration: none;
    color: #000000;
}

.item-inner .item-name:hover{
    text-decoration: underline;
    color: #006400;
}

.home-item-group .list-group-item-action:focus, .home-item-group  .list-group-item-action:hover {
    z-index: 1;
    color: #006400;
}

.list-group-item-action:hover {
    z-index: 1;
    color: #006400;
}

.home-item-group .list-group-item-action{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

/*------------------------------------------------------------------------------------------
#  small sub item group
------------------------------------------------------------------------------------------*/

.small-sub-item-group-card {
    flex: 0 0 14.2857%;
    padding: 4px;
    text-align: center;
}

.link-card{
    color: #111;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.small-card-img {
    width: 40px;
    flex-shrink: 0;
    min-height: 40px;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.topic-name {
    font-family: 'Roboto', SansSerif;
    font-weight: 600;
    padding: 2px 7px;
    font-size: 14px;
    line-height: 1.2;
}

.link-card:hover {
    color: #006400;
}

.list-group .list-group-item{
    font-weight: 600;
    font-font: 'Roboto', SansSerif;
}

@media (max-width: 1200px) {
    .small-sub-item-group-card {
        flex: 0 0 20%;
    }
}

@media (max-width: 991px) {
    .small-sub-item-group-card {
        flex: 0 0 32.2%;
    }
}

@media (max-width: 767px) {
    .small-sub-item-group-card {
        flex: 0 0 50%;
    }
}


/*------------------------------------------------------------------------------------------
#  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;
}

/*------------------------------------------------------------------------------------------
#  cart buttons
------------------------------------------------------------------------------------------*/

.cart-action-box .add-to-cart .add-to-cart-button {
    flex-shrink: 0;
    width: 100%;
}

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

.cart-action-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

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

.cart-action-box .add-to-cart .cart-item-summary-button{
    padding: 2px;
}

.cart-action-box .add-to-cart .cart-item-decrease-button, .cart-action-box .add-to-cart .cart-item-increase-button{
    padding: 0.325rem .325rem !important;
}


.cart-action-box .continue-to-checkout{
    flex-shrink: 0;
}

.cart-action-box .continue-to-checkout .buy-now{
    color: #fff;
    width: 100%;
}

.cart-action-box .add-to-cart .add-to-cart-loader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.cart-action-box .add-to-cart   .spinner-border {
    --bs-spinner-width: 1.3rem;
    --bs-spinner-height: 1.3rem;
}

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

.form-text {
    margin-top: 0.25rem;
    font-size: 75%;
    color: #9da9bb;
}

.item-details-cart .cart-action-box .continue-to-checkout{
    flex: 0 0 45%;
}

.item-short .price-box{
    justify-content: start;
    align-items: end;
}

.image-popup .js-image-zoom__zoomed-image{
    z-index: 100;
}

.price {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 10px;
    font-weight: bold;
}

.current-price .price-box {
    justify-content: start;
    align-items: flex-start;
}

.price-box {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.old-price {
    line-height: 22px;
    font-size: 17px;
    font-weight: 600;
}

.details-menu .nav li {
    font-family: 'Roboto', sans-serif;
    flex: 0 0 auto;
    line-height: 40px;
    padding: 0 15px;
    margin: 10px 10px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    color: #000;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.details-menu .nav li:hover, .details-menu .nav li:active {
    background: #006400;
    color: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

ul.item-variation {
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    font-size: 16px;
}
.item-short .text-h1{
    font-size: 22px;
}

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

@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;
    }
}

.shipping-info, .payment-info{
    font-family: 'Roboto', sans-serif;
    letter-spacing: .75px;
}