.header-top-info ul li {
    display: inline-block;
}

.header-top-action-area ul li {
    display: inline-block;
    margin-left: 0px;
}

.header-name-area span {
    color: #00743E;
    font-size: 20px;
}

.header-name-area p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: -8px;
}

.facebook {
    color: #4867aa;
    text-align: center;
    font-size: 18px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.instagram {
    color: #b73fb7;
    text-align: center;
    font-size: 18px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.youtube {
    color: #d62424;
    text-align: center;
    font-size: 18px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.whatsapp {
    color: #25d366;
    text-align: center;
    font-size: 18px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.main-brands {
    padding: 2px;
    margin: 2px 0;
    border: 1px solid #000;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}


.brand-item {
    position: relative;
    display: block;
    margin: 1em auto;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid;
}

.main-brands:hover {
    border: transparent;
}

/* .brand-item:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(86, 37, 155, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  transition: .5s all;
}

.brand-item:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(86, 37, 155, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  transition: .5s all;
} */


.wthree-btn {
    position: relative;
    display: block;
    width: 100%;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid;
}

/*-- deals-effect --*/
/* @-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 300px;
    height: 300px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 300px;
    height: 300px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 3oopx;
    height: 300px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 300px;
    height: 300px;
  }
}

.wthree-btn:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(86, 37, 155, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  transition: .5s all;
}

.wthree-btn:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: rgba(86, 37, 155, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  transition: .5s all;
}

.wthree-btn:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wthree-btn:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
} */

.wthree-btn:hover {
    color: #f5f5f5 !important;
}

/* .wthree-btn:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  -moz-animation: criss-cross-left 0.8s both;
  -o-animation: criss-cross-left 0.8s both;
  -ms-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}

.wthree-btn:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  -moz-animation: criss-cross-right 0.8s both;
  -o-animation: criss-cross-right 0.8s both;
  -ms-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
} */

.sub-header {
    /* background-color: #00743E; */
    background-color: #00743E;
    width: 90%;
    margin: auto;
}

.custom-container {
    width: 93%;
    margin: auto;

}

/* .header-border {
    padding: 2px 0px;
    background-color: #00743E;
    width: 86%;
    margin: auto;
} */

.sub-header h3 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 0px;
    padding: 4px 0px;
}

.cat-title {
    text-align: center;
    border: 1px solid #000;
}

.cat-title h4 {
    margin-bottom: 0;
    color: #00743E;
}

.cat-title a:hover {
    color: #00743E;
}

.cat-item {
    padding: 10px;
    overflow: hidden;
}

.cat-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* Parent product item container */
.product-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    overflow: hidden; /* prevent overflow */
}

/* Button container */
.cart-button {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; 
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.product-detail-cart-btn {
    flex: 1 1 calc(50% - 10px); 
    max-width: 100%;
    min-width: 85px;
    box-sizing: border-box;
    background-color: #00743E;
    color: #fff;
    border: 2px solid #00743E;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 500;
    height: 32px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.product-detail-cart-btn:hover {
    background-color: #00572B;
    border-color: #00572B;
}

@media (max-width: 576px) {
    .cart-button {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .product-detail-cart-btn {
        width: 100%;
        max-width: 100%;
        font-size: 11px;
        height: 38px;
        min-width: unset;
    }
}

.footer-bottom {
    background-color: #00743E
}

.copyright {
    display: flex;
    justify-content: space-between;
}

.sidebar_btn {
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
}

.sidebarManu {
    width: 100%;
}

.sqr-btn i {
    color: red;
    font-size: 20px;

}

.sqr_btn_eye i {
    color: #333;
    font-size: 20px;

}

.product-detail-thumb .badges {
    background-color: #FFC107;
    border-radius: 40px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 500;
    left: 10px;
    line-height: 18px;
    min-width: 45px;
    padding: 3px 8px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    z-index: 9;
}

.cart-button {
    text-align: center;
}

.product-item-info {
    padding: 0 10px 0px;
    position: relative;
}

.single_price {
    font-size: 20px;
}

.single_price .sinlge_old {
    font-size: 20px;
}

.coupon h4 {
    font-size: 16px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .product-detail-cart-btn {
        font-size: 14px;
        height: 35px;
        width: 120px;
    }

}

@media only screen and (max-width: 600px) and (min-width: 360px) {
    .authencity {
        background-color: #00743E;
        padding: 4px 0 !important;
        color: #fff;
        margin-top: -38px;
    }

    .authencity h3 {
        color: #fff;
        text-align: center;
        font-size: 11.1px;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 2px;
    }

}

.product-item-info {
    padding: 0 10px 0px;
    position: relative;
}

.product-item-info p {
    margin-bottom: 0;
    font-size: 14px;
    opacity: .6;
}

.product-detail-cart-btn:hover {
    background-color: #fff !important;
    border-color: #00743E !important;
    color: #00743E !important;
}

.buynow:hover {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}



.masonry-item .product-img {
    position: relative;
    overflow: hidden;
    /* height: 268px; */
}

/* .masonry-item .product-img img {
    width: 100%;
    height: auto;
} */

.masonry-item .product-img .pic-1 {
    backface-visibility: hidden;
    height: auto;
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
}

.masonry-item .product-img .pic-2 {
    position: absolute;
    top: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    height: auto;
    display: inherit;
    filter: alpha(opacity=0);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.masonry-item:hover .product-img .pic-1 {
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.masonry-item:hover .product-img .pic-2 {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.logo-main {
    height: 80px;
    width: 80px;
}
.logo-main-2 {
    height: 55px;
    width: 280px;
}

@media only screen and (max-width: 575px) {
    .logo-main {
        height: 50px;
        width: 100%;
    }
    .logo-main-2 {
        height: 50px;
        width: 190px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 574px){
    .logo-main {
        height: 50px;
        width: 100%;
    }
    .logo-main-2 {
        height: 40px;
        width: 150px;
    }
}
@media only screen and (min-width: 120px) and (max-width: 319px){
    .logo-main {
        height: 50px;
        width: 100%;
    }
    .logo-main-2 {
        height: 40px;
        width: 90px;
    }
}






/* .product-item-title {
  height: 35px;
  overflow: hidden;
} */


/* .tab-pane{
  border: 1px solid;
    padding: 10px;
} */

.product_details {
    padding: 15px 0px;
    border-top: 1px solid #e5e5e5;
}

.feac-header {
    border-bottom: 1px solid #000;
}

.feature-link {
    display: flex;
}

.feature-link .name {
    font-weight: 400;
    color: #555;
    padding-right: 10px;
}

.feature-link .name {
    flex: 1 0 38%;
    font-size: .8125rem;
    margin: 0;
}

.feature-link .value {
    flex: 1 0 62%;
    font-size: .8125rem;
    margin: 0;
}

.list-group-item {
    padding: 3px 10px;
}


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all linear .4s;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -ms-transition: all linear .4s;
    -o-transition: all linear .4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .product-banner-seven-item {
        padding: 125px 15px;
    }

    .section-two-space {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .order_submit {
        font-size: 16px;
    }

    .myaccount-table td {
        padding: 2px;
    }

    .myaccount-table th {
        padding: 2px;
    }
}


.features-row {
    border: 1px solid #000;
}


/* .features-row:last-child .feature-item{
    border-right: none;

} */



.feature-item span {
    font-size: 15px;
    text-align: left;
}

.feature-item p {
    font-size: 12px;
    text-align: left;
}

.mcartbtn {
    height: 25px;
    line-height: 20px;
}

.feature-svg {
    display: flex;
    align-items: left;
    border-right: 1px solid #ccc;
}


.another {
    border-right: 1px solid transparent;
}

.feature-svg .svg-name {
    margin-left: 3px;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {

    .header-search-box .form-control {
        height: 40px;
        line-height: 40px;
        padding: 5px 55px 7px 29px;
        width: 420px;
        margin: 10px 0px;

    }
    .header-search-box .btn-src{
        height: 40px;
        line-height: 40px;
        width: -1px;
        background-color: transparent;
        color: black;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {


    .section-two-space {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .product-detail-cart-btn {
        margin-bottom: 10px;
    }

    .footer-main .widget-title {
        margin-bottom: 10px;
    }

    .logo-main {
        height: 70px;
    }

    .order_submit {
        font-size: 16px;
    }
}



.product_scr {
    position: relative;
}

.suggestProduct {
    position: absolute;
    background-color: #fff;
    z-index: 99999;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.suggestProduct ul li {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: pre-wrap;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 20px;
}


.feature-icon img {
    width: 50px;
    height: 50px;
}
.tracking-img img{
    width: 80px;
    height: 80px;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search-box .form-control {
   
    width: 550px;
   
}
.tracking-img img{
    width: 60px;
    height: 60px;

}


}
@media only screen and (max-width: 767px) {
    /* .header-search-box .form-control{
        width: 100% !important;
    } */
    .stock_out {
        padding-bottom: 20px;
        margin-top: 35px;
    }
    .tracking-img img{
        width: 40px;
        height: 40px;

    }


    .feature-svg {
        /* border-right: 1px solid #e5e5e5; */
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .svg-name {
        font-size: 13px;
        font-weight: 600px;
    }




    .header-top-action-area ul li {
        margin-left: 7px;
    }

    .facebook {
        color: #4867aa;
        text-align: center;
        font-size: 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .instagram {
        color: #b73fb7;
        text-align: center;
        font-size: 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .youtube {
        color: #d62424;
        text-align: center;
        font-size: 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }

    .whatsapp {
        color: #25d366;
        text-align: center;
        font-size: 16px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }


    .feature-link {
        border-bottom: .5px dotted #cfc9c9;
    }

    .coupon h4 {
        font-size: 13px;
    }

    .cat-title h4 {
        font-size: 11px;
    }

    .feature-item {
        align-items: center;
        /* border-right: 1px solid #000; */
        display: block;
        padding: 4px 0;
        text-align: center;
    }



    .header-search-box .form-control {
        height: 40px;
        line-height: 40px;
        padding: 5px 55px 7px 29px;
        width: 420px;
        margin: 10px 0px;

    }

    .myaccount-table td {
        padding: 0px;
        font-size: 11px;
    }

    .myaccount-table th {
        padding: 0px;
        font-size: 12px;
    }

    .sqr_btn_eye i {
        font-size: 14px;
    }

    .sqr-btn i {
        font-size: 14px;
    }

    .header-name-area span {
        font-weight: 700;
    }


    .header-search-box .btn-src {
        height: 40px;
        line-height: 40px;
        width: -1px;
        background-color: transparent;
        color: black;
        margin-top:30px;
        margin-right: -3px;
    }

    .home_brand {
        padding: 0px 5px;
    }

    /* .wthree-btn {
    margin: 5px auto;
  } */

    .top-link-item a {
        font-size: 11px;
    }

    .feature-item span {
        font-size: 18px;
    }

    .col-6 {
        padding: 0px 8px;
    }

    .product-item-title {
        /*min-height: 35px;*/
    }

    .typeahead .dropdown-menu {
        width: 260px;
    }

    .typeahead .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: pre-wrap;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #ccc;
        font-size: 12px;
        line-height: 15px;
    }

}

@media only screen and (max-width: 575px) {

    .product-banner-seven-item {
        padding: 97px 15px;
    }
}

@media only screen and (max-width: 450px) {

    .product-banner-seven-item {
        padding: 62px 15px;
    }
}

@media only screen and (max-width: 450px) {

    .product-banner-seven-item {
        padding: 62px 15px;
    }
}




.order_submit {
    font-size: 30px;
    color: #000;
    text-align: center;
    line-height: 30px;
}
.order-content {
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 5px 5px;
}

/* .testClass ul li a {
    width: 100px;
    height: 150px;
} */




@media only screen and (min-width: 220px) and (max-width: 575px) {


    .header-search-box .form-control {
        width: 100%;
    }

    .header-name-area span {
        font-size: 17px;
    }

    .feature-svg {
        border-right: 1px solid transparent;
    }

    .order_submit {
        font-size: 16px;
    }

    .masonry-item .product-img .pic-1 {
        height: auto;
    }

    .product-detail-cart-btn {
        /* margin-bottom: 10px; */
    }

    .masonry-item .product-img .pic-2 {
        height: auto;
    }

    .product-item-title {
        font-weight: 700;
       height: 45px;
    }

    .product-item-title a {
        font-size: 12px;
    }

    .product-item-price .price-old {
        font-size: 12px;
    }

    .product-item-price {
        font-size: 12px;
    }

    .single_price {
        font-size: 20px;
    }

    .single_price .sinlge_old {
        font-size: 20px;
    }

    .product-item-price {
        margin-bottom: 10px;
    }

    .product-item-info {
        padding: 0 5px 0px;
    }

    .product-detail-cart-btn {
        font-size: 14px;
        height: 35px;
        width: 120px;
    }


    .product-detail-desc {
        margin-bottom: 10px;
    }

    /* .product-banner-seven-item {
    padding: 55px 15px;
  } */

    .section-two-space {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .header-top-info {
        font-size: 12px;
    }

    .footer-bottom {
        padding: 5px 0;
    }

    .footer-main .widget-title {
        margin-bottom: 10px;
    }

}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    color: #000;
    font-weight: 600;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button:not(.collapsed) {
    color: #00743E;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}


.accordion-button:after {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 15px;
    transition: transform .2s ease-in-out;
}

.accordion-button.my_button:not(.collapsed)::after {
    background-image: url("https://www.svgrepo.com/show/417899/arrow-bottom-1.svg") !important;
    transform: rotate(-180deg);
}

.accordion-button.my_button::after {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-right: -4px;
    margin-left: auto;
    content: "";
    background-image: url("https://www.svgrepo.com/show/417899/arrow-bottom-1.svg") !important;
    background-repeat: no-repeat;
    background-size: 25px;
    transition: transform 0.2s ease-in-out;
}

/* .offcanvas-end {
  left: 0;
} */

.product_items_filter {
    width: 250px;
}


.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}


.offcanvas-start {
    width: 65%;
}


.home_brand {
    padding: 0px 4px;
}

.whats-btn {
    background-color: #03a84e;
    border: 1px solid #03a84e;
    box-shadow: none;
    border-radius: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    min-height: 35px;
    min-width: 120px;
    padding: 0 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.whats-btn a:hover {
    color: #000;
}
.success-icon {
    width: 100px;
    height: 100px;
    background-color: #FFC107;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
}
.order-info{
    border: 1px solid green;
    border-radius: 7px;
    padding: 5px 12px;
    min-height: 256px;
}
.order-info-header h3{
    text-align: center;
    font-size: 28px;
}

.order-header{
    width: 75%;
    margin: 0 auto;
    border: 1px solid green;
    border-radius: 7px;
    text-align: center;
}
.order-header h3{
   font-size: 24px;
   font-style: italic;
   margin-bottom: 0;
}
.order-content-area p{
    width: 75%;
    margin:  0 auto;
    border: 1px solid green;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    margin-bottom: 0;
}
.customer_row{
    width: 75%;
    margin:  0 auto;
    border: 1px solid green;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}
.content-left span{
 font-size: 14px;
 font-weight: 600;
}
.order-lower-content{
    width: 75%;
    margin:  0 auto;
    border: 1px solid green;
    border-radius: 7px;
    padding: 5px;
}
.order-lower-content p{
    color: red;
}

.product-img img {
    height: 100px !important;
    width: 100%;
    object-fit: contain;
    margin-top: 10px;
}
.truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 2.8em;
}
@media (min-width: 992px) {
    .col-lg-5th {
        width: 20%;
        flex: 0 0 auto;
    }
}
.product-detail-cart-btn {
    background-color: #00743E;
    color: #fff;
    border: 2px solid #00743E;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 160px;
    transition: background-color 0.3s ease;
}
.cart-button {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 12px;
    box-sizing: border-box;
}

.product-detail-cart-btn {
    background-color: #00743E;
    color: #fff;
    border: 2px solid #00743E;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 160px; 
    max-width: 160px; 
    transition: background-color 0.3s ease;
}

.cart-button form,
.cart-button button {
    flex: 0 0 auto;
}

.product-detail-cart-btn:hover {
    background-color: #00572B;
    border-color: #00572B;
}

@media (max-width: 480px) {
    .cart-button {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 0 10px;
    }

    .cart-button form,
    .cart-button button {
        max-width: 100%;
        width: 100%;
    }

    .product-detail-cart-btn {
        min-width: unset;
        font-size: 13px;
        padding: 0 15px;
    }
}
