/* ===== Product Listing Styles  ===== */
.catalog-category-view .page-main{
    margin:0px;
}

.category-description > :nth-child(2) > div:first-child{
    padding:0px;
}
.catalog-category-view .toolbar.toolbar-products{
        display: flex
;
    background: #F3F3F3;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 25px;
}
select.form-select.sorter-options {
    cursor: pointer;
}
.catalog-category-view a.action.sorter-action.sort-asc {
    display:none
}
.catalog-category-view .toolbar-sorter.sorter:before{
    content:"Sort by";
    margin-right:20px;
}

.catalog-category-view .toolbar.toolbar-products nav.modes.invisible{
    display:none
}
/*.rating-summary svg {*/
/*    fill: #FFD34E;*/
/*}*/
.catalog-category-view ol.products.list.items.product-items {
    display: flex !important;
    flex-flow: wrap !important;
    gap: 20px;
}

.catalog-category-view li.item.product.product-item {
    width: 23%;
    padding: 10px;
    border: solid 1px transparent;
    border-radius: 5px;
    transition: all linear 0.3s;
}
.catalog-category-view li.item.product.product-item:hover {
    border: solid 1px #B6DECF;
    cursor: pointer;
}
.catalog-category-view li.item.product.product-item:hover .product.description.product-item-description p{
    color:#007941;
    text-decoration:underline;
}
.catalog-category-view strong.product.name.product-item-name {
    font-weight: normal;
    font-size: 14px;
    color: #303030;
}

.catalog-category-view .product.description.product-item-description p {
    color: #303030;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
  -webkit-line-clamp: 2; /* Change to 1, 2, or 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rating-summary {
    position: relative;
    margin-top: -20px;
}

.catalog-category-view .product-item-details .rating-summary{
    margin-top: 0px !important;
}
.rating-summary:before{
    position:absolute;
    content:"(10)";
    left:120px;
    font-size:12px;
    color:#aeadad;
    top:19%;
}

.catalog-category-view a.action.more {
    /*display: none;*/
    font-size: 1px;
    opacity: 1;
    top: -60px;
    position: relative;
    padding: 50px 0px 40px 220px;
}

.catalog-category-view span.price {
    color: #00773C;
    font-size: 16px !important;
}

.catalog-category-view .columns {
    display: flex;
    flex-flow: wrap;
    gap: 35px;
}

/*.catalog-category-view aside.sidebar.sidebar-main {
    width: 19%;
}*/

.catalog-category-view .column.main {
    width: 100% !important;
}

.catalog-category-view .pagebuilder-column-line {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-top:-60px;
}

.catalog-category-view  .pagebuilder-column-line h2 {
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}

.catalog-category-view  .pagebuilder-column-line p {
    font-size:14px;
    font-weight:300;
}
.catalog-category-view .category-image {
    display: none;
}

@media(max-width:1024px){
    .catalog-category-view li.item.product.product-item{
        width:22%;
    }
    .catalog-category-view aside.sidebar.sidebar-main{
        width:100%;
    }
    .catalog-category-view .column.main {
    width: 100%;
}

}
@media(max-width:480px){
    .catalog-category-view li.item.product.product-item{
    width:100%;
}
    body {
        padding: 0px !important;
    }
    .pagebuilder-column-line {
    display:flex;
    flex-flow:column-reverse;
    width:100%;
} 

.catalog-category-view .category-description .pagebuilder-column {
    width:100% !important;
    margin-bottom:30px;
}
}
/* ===== Product Listing Styles  ===== */






/* ===== Product Listing Sidebar Filters  ===== */
.catalog-category-view #filters-heading {
    background-image: linear-gradient(45deg, #01994F, #00773C);
    padding: 10px 10px;
    border-radius:10px 10px 0px 0px;
}

.catalog-category-view #filters-heading button {
    justify-content:center;
}
.catalog-category-view #filters-heading button span:first-of-type {
    color:#fff;
    font-size:26px;
    display:flex;
    align-items:center;
    text-transform: capitalize;
    font-weight: 600;
}
.catalog-category-view #filters-content {
    padding:0px;
    border: 2px solid #F3F3F3;
    border-radius: 0px 0px 5px 5px;
}

.catalog-category-view .filter-option{
    margin:0px;
    padding: 5px 10px;
    border-bottom: 1px solid #CCCCCC;
}
.catalog-category-view .filter-option span{
    font-size: 16px;
    font-weight:normal;
    border: none;
}

.catalog-category-view .filter-option svg {
    width: 12px;
    color: #01954D;
} 
.catalog-category-view .page-title{
    display:none;
}

@media(max-width:480px){
    aside.sidebar > div:first-of-type{
        padding:0px;
    background:transparent;
    border:none;
    }
    .catalog-category-view #filters-heading button {
    justify-content: space-between;
}
aside.sidebar > div:first-of-type{
    padding:0px;
    background:transparent;
    border:none;
}


.catalog-category-view #filters-heading button span:nth-of-type(2) {    
    
    padding:1px;
}
.catalog-category-view #filters-heading button span:nth-of-type(2) svg{    
    width:20px;
    height:20px;
    color:#007B43;
}
}
/* ===== Product Listing Sidebar Filters  ===== */

/* ===== Search Listing Styles  ===== */

/*.rating-summary svg {*/
/*    fill: #FFD34E;*/
/*}*/
.catalogsearch-result-index .toolbar.toolbar-products{
        display: flex
;
    background: #F3F3F3;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 25px;
}
.catalogsearch-result-index a.action.sorter-action.sort-desc {
    display:none
}
.catalogsearch-result-index .toolbar-sorter.sorter:before{
    content:"Sort by";
    margin-right:20px;
}

.catalogsearch-result-index .toolbar.toolbar-products nav.modes.invisible{
    display:none
}
.catalogsearch-result-index ol.products.list.items.product-items {
    display: flex !important;
    flex-flow: wrap !important;
    gap: 20px;
}

.catalogsearch-result-index li.item.product.product-item {
    width: 23%;
    padding: 10px;
    border: solid 1px transparent;
    border-radius: 5px;
    transition: all linear 0.3s;
}
.catalogsearch-result-index li.item.product.product-item:hover {
    border: solid 1px #B6DECF;
    cursor: pointer;
}
.catalogsearch-result-index li.item.product.product-item:hover .product.description.product-item-description p{
    color:#007941;
}
.catalogsearch-result-index strong.product.name.product-item-name {
    font-weight: normal;
    font-size: 14px;
    color: #303030;
}

.catalogsearch-result-index .product.description.product-item-description p {
    color: #303030;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
  -webkit-line-clamp: 2; /* Change to 1, 2, or 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalogsearch-result-index a.action.more {
    display: none;
}

.catalogsearch-result-index span.price {
    color: #00773C;
    font-size: 16px !important;
}

.catalogsearch-result-index .columns {
    display: flex;
    flex-flow: unset !important;
    gap: 35px;
}

.catalogsearch-result-index aside.sidebar.sidebar-main {
    width: 19%;
}

.catalogsearch-result-index .column.main {
    width: 78%;
}

.catalogsearch-result-index .pagebuilder-column-line {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-top:-60px;
}

.catalogsearch-result-index  .pagebuilder-column-line h2 {
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}

.catalogsearch-result-index  .pagebuilder-column-line p {
    font-size:14px;
    font-weight:300;
}
.catalogsearch-result-index .category-image {
    display: none;
}

@media(max-width:1024px){
    .catalogsearch-result-index aside.sidebar.sidebar-main{
        width:100%;
    }
    .catalogsearch-result-index .column.main {
    width: 100%;
}

}
@media(max-width:480px){
    .catalogsearch-result-index li.item.product.product-item{
    width:100%;
}
    body {
        padding: 0px !important;
    }
}
/* ===== Search Listing Styles  ===== */

/* ===== Search Listing Sidebar Filters  ===== */

.catalogsearch-result-index #filters-heading {
    background-image: linear-gradient(45deg, #01994F, #00773C);
    padding: 10px 10px;
    border-radius:10px 10px 0px 0px;
}

.catalogsearch-result-index #filters-heading button {
    justify-content:center;
}
.catalogsearch-result-index #filters-heading button span:first-of-type {
    color:#fff;
    font-size:25px;
    display:flex;
    align-items:center;
    text-transform: capitalize;
}
.catalogsearch-result-index #filters-content {
    padding:0px;
    border: 2px solid #F3F3F3;
    border-radius: 0px 0px 5px 5px;
}

.catalogsearch-result-index .filter-option{
    margin:0px;
    padding: 5px 10px;
    border-bottom: 1px solid #CCCCCC;
}
.catalogsearch-result-index .filter-option span{
    font-size: 16px;
    font-weight:normal;
    border: none;
}

.catalogsearch-result-index .filter-option svg {
    width: 12px;
    color: #01954D;
} 
.catalogsearch-result-index.page-title{
    display:none;
}

@media(max-width:480px){
    aside.sidebar > div:first-of-type{
        padding:0px;
    background:transparent;
    border:none;
    }
    .catalogsearch-result-index #filters-heading button {
    justify-content: space-between;
}
aside.sidebar > div:first-of-type{
    padding:0px;
    background:transparent;
    border:none;
}


.catalogsearch-result-index #filters-heading button span:nth-of-type(2) {    
    
    padding:1px;
}
.catalogsearch-result-index #filters-heading button span:nth-of-type(2) svg{    
    width:20px;
    height:20px;
    color:#007B43;
}
}
/* ===== Search Listing Sidebar Filters  ===== */

/* ===== Product Single Page Styles ===== */
.catalog-product-view .product-info-main .grid.grid-rows-auto.grid-cols-1.md\:gap-x-5.md\:grid-cols-\[42\%_minmax\(0\,_1fr\)\].md\:grid-rows-\[min-content_minmax\(0\,_1fr\)\].lg\:gap-x-10.lg\:grid-cols-2.w-full {
    display: flex;
    flex-flow: row;
    margin-top:-30px;
}

.catalog-product-view .product-info-main div#gallery {
    width: 40%;
}

.catalog-product-view .product-info-main .grid.grid-rows-auto.grid-cols-1.md\:gap-x-5.md\:grid-cols-\[42\%_minmax\(0\,_1fr\)\].md\:grid-rows-\[min-content_minmax\(0\,_1fr\)\].lg\:gap-x-10.lg\:grid-cols-2.w-full > :nth-child(3){
    width:60%;
} 






/*.custom-product-div-2{*/
/*    margin-top: -50px;*/
/*}*/
div#thumbs button svg {
    color: #00773C;
}
.page-layout-product-full-width .product-info-main {
    margin:0 auto; 
    max-width:1400px;
    width:100%;
}
section#product\.attributes {
    display: none;
}
.page-layout-product-full-width .product-info-main .grid.lg\:grid-cols-2.gap-8 {
    display: flex;
    flex-flow:column;
}
.page-layout-product-full-width .product-info-main .card{
        padding: 0px;
    box-shadow: none;
}
.page-layout-product-full-width .product-info-main ul.tabs-navigation {
    background: #E0F0E2;
    width: 100%;
    max-width: 700px;
}

.page-layout-product-full-width .product-info-main li.tab-header.active {
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
 

.page-layout-product-full-width .product-info-main li.tab-header {
    background: transparent !important;
    border: none !important;
}
 

.page-layout-product-full-width .product-info-main .tabs-content {
    box-shadow: none !important;
    border: none !important;
}

.page-layout-product-full-width .product-info-main section#description {
    width: 100%;
}

.page-layout-product-full-width .product-info-main span.tab-title {
    font-size: 16px;
    font-weight: normal !important;
}

.page-layout-product-full-width .product-info-main section#description > div:nth-child(1){
    display:none;
} 
.page-layout-product-full-width .product-info-main .tabs-content {
    min-height: auto !important;
}
.page-layout-product-full-width .product-slider.related-product-slider {
    margin-top: -60px;
}
.page-layout-product-full-width .review-form .btn-primary {
    background: #007941;
    border-radius: 0px;
}

.catalog-product-view .product-info-main h1.text-gray-900.page-title.title-font span {
    color: #02743D;
    font-size: 26px;
    font-weight: 400;
}

/*.custom-product-div-2 {*/
/*    display: flex;*/
/*}*/

/*.custom-product-div-4 {*/
/*    width: 40%;*/
/*}*/

/*.custom-product-div-20 {*/
/*    width: 60%;*/
/*}*/

.related-product-slider .js_slides {
  display: flex;
  flex-flow: nowrap;
  gap: 10px;
}

.related-product-slider .js_slide {
    width: 24%;
}
.related-product-slider .product-info > :last-child {
  display: none;
}
.related-product-slider .product-info > :nth-child(2){
  width:100%;
}

a#slide-desc-3-slider-id-1 {
    width: 100%;
}
.related-product-slider .product-info > div:first-child{
  text-align:left;
}
.related-product-slider .product-info > div:first-child a{
  font-size:16px;
  font-weight:normal;
}

.related-product-slider .item.product.product-item.card {
    background: transparent;
    padding: 10px 30px 50px 30px;
    border: solid 1px transparent;
    border-radius: 10px;
  transition:all linear 0.3s;
}
.related-product-slider .item.product.product-item.card:hover{
    border: solid 1px #B6DECF;
} 
/*div#customer-review-list {*/
/*    display: none;*/
/*}*/
#review-form > :first-child > :first-child {
    font-size: 24px !important;
    font-weight:600;
}
#gallery button.absolute.inset-0.w-full.outline-offset-2:before {
    content:"Click To Expand";
    position:absolute;
    bottom:22px;
    background:#00773C;
    right:22px;
    color:#fff;
    padding:10px 20px; 
} 

.related-product-slider .product-info > :nth-child(2) .rating-summary{
    position:relative;
}
.related-product-slider .product-info > :nth-child(2) .rating-summary:before {
    position:absolute;
    content:"(10)";
    left:120px;
    font-size:12px;
    color:#aeadad;
    top:19%;
}
.custom-product-tierprice-section {
    display: none;
}
.product-item-link:hover {
    color: #007C43;
    text-decoration: underline;
}

@media(max-width:1024px){
    #gallery button.absolute.inset-0.w-full.outline-offset-2:before{
        right:16px;
        bottom:16px;
    }
}
@media(max-width:820px){
    #gallery button.absolute.inset-0.w-full.outline-offset-2:before{
        right:13px;
        bottom:13px;
    }
}

@media(max-width:768px){
    .js_thumbs_slides{
            justify-content: center;
    }
    #gallery button.absolute.inset-0.w-full.outline-offset-2:before{
        right:30px;
        bottom:30px;
    }
    .custom-product-div-2 {
    display: flex;
        flex-flow:column;
}
    .catalog-product-view .product-info-main div#gallery {
    width: 100%;
}
.catalog-product-view .product-info-main .grid.grid-rows-auto.grid-cols-1.md\:gap-x-5.md\:grid-cols-\[42\%_minmax\(0\,_1fr\)\].md\:grid-rows-\[min-content_minmax\(0\,_1fr\)\].lg\:gap-x-10.lg\:grid-cols-2.w-full {
    display: flex;
    flex-flow: column;
    margin-top:-30px;
}
.catalog-product-view .product-info-main .grid.grid-rows-auto.grid-cols-1.md\:gap-x-5.md\:grid-cols-\[42\%_minmax\(0\,_1fr\)\].md\:grid-rows-\[min-content_minmax\(0\,_1fr\)\].lg\:gap-x-10.lg\:grid-cols-2.w-full > :nth-child(3){
    width:100%;
} 
}
@media(max-width:480px){
    .js_thumbs_slide {
    width: 63px;
    position: relative;
    left: 34px;
}
#gallery button.absolute.inset-0.w-full.outline-offset-2:before{
        right:15px;
        bottom:15px;
    }
    .page-layout-product-full-width li.tab-header {
    width: 100%;

}
.custom-product-nested-3-7 {
    padding: 10px 0px!important;
}
.custom-product-nested-3-7 p{
    font-size:14px;
    text-align: justify;
}
.related-product-slider .js_slides{
    width:100%;
}
.related-product-slider .js_slide {
    width: 100%;
}
}
/* ===== Product Single Page Styles ===== */



.catalog-category-view .product-item-details button.show-more {
    font-size: 16px;
    color: #00773C;
    font-weight:600;
    margin-bottom:15px
}
.catalog-category-view .product-item-details .short-string *, .long-string *{
    font-weight:400 !important;
    font-size: 14px !important;
}
.catalog-category-view .product-item-details .short-string *:hover, .long-string *:hover {
  color: inherit !important; 
cursor: default !important; 
  text-decoration: none !important;
}

.catalog-category-view  *:hover .short-string *, .catalog-category-view  *:hover .long-string * {
  color: inherit !important; 
  cursor: default !important; 
  text-decoration: none !important; 
}

.catalog-category-view .product-item-details .product-item-name a{
font-size:16px; 
font-weight:600;
}
.catalog-category-view .product-item-details .product-item-name a:hover{
text-decoration: none !important;
}


/* 28-11-2025 product listing design start */

.mg-catalog-product-listing {
    padding-bottom: 40px;
}

.mg-catalog-product-listing ol.products.list.items.product-items {
    row-gap: 30px;
    column-gap: 28px;
}

.mg-catalog-product-listing ol.products.list.items.product-items li.item {
    max-width: calc((100% - 84px) / 4);
    width: 100%;
    padding: 28px 27px 50px;
    transition: all 0.4s ease;
    border-radius: 12px;
}

.mg-catalog-product-listing .product-item-info {
    position: relative;
}

.mg-catalog-product-listing .product-item-info .saving {
    position: absolute;
    top: -9px;
    right: 0;
    background-color: #00773C;
    width: 87px;
    padding: 8px 25px 6px 23px;
}

.mg-catalog-product-listing .product-item-info .saving span {
    font-weight: 500;
    font-size: 18.68px;
    line-height: 28.03px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.mg-catalog-product-listing .product-item-info a.product.photo.product-item-photo {
    height: 249px;
    width: 100%;
    opacity: 1;
    display: flex;
}

.mg-catalog-product-listing .product-item-info img.product-image-photo {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.mg-catalog-product-listing .product-item-info .product-image-container {
    aspect-ratio: unset;
    height: 100%;
    width: 100%;
}

.mg-catalog-product-listing .product-item-info .product.details.product-item-details {
    padding-top: 46px;
}

.mg-catalog-product-listing .product-item-info strong.product.name.product-item-name a.product-item-link {
    font-weight: 600;
    font-size: 23.36px;
    line-height: 35.03px;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

.mg-catalog-product-listing .product-item-info strong.product.name.product-item-name a.product-item-link:hover{
    text-decoration: underline !important;
}

.mg-catalog-product-listing .product-item-info .add-to-cart-detail {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mg-catalog-product-listing .product-item-info .add-to-cart-detail button.action.tocart.primary span {
    display: none;
}

.mg-catalog-product-listing .product-item-info .add-to-cart-detail button {
    width: 47px;
    height: 47px;
    opacity: 1;
    background: #00773C;
    position: relative;
    border-radius: 100px;
}

.mg-catalog-product-listing .product-item-info .add-to-cart-detail button::before{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: url("../images/Cart-Icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
}

.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt input.input-text.qty {
    max-width: 58px;
    width: 100%;
    height: 42px;
    opacity: 1;
    border-width: 0.81px;
    border-color: #00773C;
    text-align: center;
    color: #00773C;
    font-weight: 400;
    font-size: 21.05px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}

.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt .edit-qty {
    width: 47px;
    height: 47px;
    border: 0.95px solid #00773C;
    border-radius: 100px;
    text-align: center;
    background: #FFFFFF;
    position: relative;
}

.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt .edit-qty:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 100px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
}

.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt .edit-qty.minus:before {
    background-image: url("../images/minus.svg");
}

.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt .edit-qty.plus:before {
    background-image: url("../images/plus.svg");
}

.mg-catalog-product-listing .product-item-info .rating-summary::before {
    font-weight: 400;
    font-size: 18.68px;
    line-height: 28.03px;
    color: #303030;
    top: 0;
    left: 125px;
}

.mg-catalog-product-listing .product-item-info .rating-summary .fill-current {
    fill: #FED550;
}

.mg-catalog-product-listing .product-item-info .price-box .price-including-tax+.price-excluding-tax:before {
    display: none;
}

.mg-catalog-product-listing .product-item-info .price-box .price-label {
    display: none;
}

.mg-catalog-product-listing .product-item-info .price-box {
    display: flex;
    gap: 9px;
    align-items:baseline;
    padding-top: 28px;
}

.mg-catalog-product-listing .product-item-info .price-box .price-excluding-tax .price {
    font-size: 28px !important;
    line-height: 35px;
    letter-spacing: 0px;
    color: #00773C !important;
}

.mg-catalog-product-listing .product-item-info .price-box .old-price {
    color: #303030 !important;
    font-size: 18px !important;
    line-height: 1.2;
    text-decoration: line-through;
    opacity: 50%;
}

.mg-catalog-product-listing .product-item-info .price-box .old-price .price-excluding-tax .price{
    color: #303030 !important;
    font-size: 20px !important;
    line-height: 1.2;
}

.mg-catalog-product-listing .product-item-info .price-box a.minimal-price-link {
    display: none;
}

.mg-catalog-product-listing .product-item-info .product-item-inner.product-type-simple {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    display: none;
}

.mg-catalog-product-listing ol.products.list.items.product-items li.item:hover .product-item-inner.product-type-simple {
    display: block;
}

.mg-catalog-product-listing ol.products.list.items.product-items li.item:hover a.product-item-link {
    color: #00773C;
    text-decoration: underline;
    text-decoration-color: #00773C;
}

.mg-catalog-product-listing ol.products.list.items.product-items li.item:hover .price {
    color: #303030 !important;
}

.category-listing-page .toolbar-products {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    padding: 18px 28px !important;
    background: #F3F3F3 !important;
    border-radius: 10px !important;
}

.category-listing-page .toolbar-products .toolbar-sorter::before {
    font-weight: 400;
    font-size: 20px;
    line-height: 53.72px;
}

.category-listing-page .toolbar-products .toolbar-sorter select.form-select.sorter-options {
    height: 53px;
    background: transparent;
    border: 1px solid #00773C;
    padding-left: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.category-listing-page .toolbar-products .toolbar-sorter label {
    position: relative;
    margin-right: 0px;
    z-index: 0;
}

.category-listing-page .toolbar-products .toolbar-sorter label:before {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background:  #00773C;
    box-shadow: 0px 4px 4px 0px #00773C40;
    width: 60px;
    border-radius: 10px;
    background-image: url("../images/Vector-1.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.category-listing-page  .toolbar-products .toolbar-sorter select.form-select.sorter-options:active {
    outline: none;
    box-shadow: none;
}

.category-listing-page  .columns aside.sidebar.sidebar-main {
    flex-basis: 15%;
}

.category-listing-page .columns .column.main {
    flex-basis: 85% !important;
}

.category-listing-page  aside.sidebar.sidebar-additional {
    display: none;
}
.category-listing-page .price-including-tax::before{
    display: none;
}
.mg-catalog-product-listing .product-item-info .price-box .price-container .price-including-tax {
    display: none;
}

.mg-catalog-product-listing .product-item-info .price-box .old-price .price-including-tax {
    display: none;
}
.mg-catalog-product-listing .product-item-info .qty_control input::-webkit-inner-spin-button,
.mg-catalog-product-listing .product-item-info .qty_control input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mg-catalog-product-listing .product-item-info .qty_control input {
  -moz-appearance: textfield;
}
.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt input.input-text.qty:focus {
    box-shadow: unset;
}
@media screen and (max-width:1920px){
.mg-catalog-product-listing ol.products.list.items.product-items {
    column-gap: 20px;
}
.mg-catalog-product-listing ol.products.list.items.product-items li.item {
    max-width: calc((100% - 60px) / 4);
    padding: 25px 20px 40px;
}
.mg-catalog-product-listing .product-item-info strong.product.name.product-item-name a.product-item-link {
    font-size: 19px;
    line-height: 1.3;
}
.mg-catalog-product-listing .product-item-info .product.details.product-item-details {
    padding-top: 35px;
}
.mg-catalog-product-listing .product-item-info .rating-summary::before {
    font-size: 16px;
    line-height: 1.5;
}
.mg-catalog-product-listing .product-item-info .price-box {
    padding-top: 20px;
}
.mg-catalog-product-listing .product-item-info .price-box .price-excluding-tax .price {
    font-size: 20px !important;
    line-height: 1.2;
}
.mg-catalog-product-listing .product-item-info .price-box .old-price .price-excluding-tax .price {
    font-size: 16px !important;
    line-height: 1.2;
}
.mg-catalog-product-listing .product-item-info a.product.photo.product-item-photo {
    height: 230px;
}
.mg-catalog-product-listing .product-item-info .saving span {
    font-size: 16px;
    line-height: 1.2;
}
.category-listing-page .toolbar-products .toolbar-sorter select.form-select.sorter-options {
    height: 45px;
}
.category-listing-page .toolbar-products .toolbar-sorter::before {
    font-size: 19px;
    line-height: 1.3;
}
.mg-catalog-product-listing .product-item-info .saving {
    width: auto;
    padding: 8px 15px 6px 15px;
}
}
@media screen and (max-width:1536px) and (min-width:1440px){
.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt,
.mg-catalog-product-listing .product-item-info .add-to-cart-detail {
    gap: 5px;
}
.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt .edit-qty,
.mg-catalog-product-listing .product-item-info .add-to-cart-detail button {
    width: 40px;
    height: 40px;
}
.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt input.input-text.qty {
    max-width: 55px;
    height: 40px;
}
}
@media screen and (max-width:1440px){
.mg-catalog-product-listing ol.products.list.items.product-items li.item {
    max-width: calc((100% - 40px) / 3);
}

}
@media screen and (max-width:1280px) and (min-width:1200px){
.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt,
.mg-catalog-product-listing .product-item-info .add-to-cart-detail {
    gap: 5px;
}
.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt .edit-qty,
.mg-catalog-product-listing .product-item-info .add-to-cart-detail button {
    width: 40px;
    height: 40px;
}
.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt input.input-text.qty {
    max-width: 55px;
    height: 40px;
}
}
@media screen and (max-width:1200px){
.mg-catalog-product-listing ol.products.list.items.product-items li.item {
    max-width: calc((100% - 28px) / 2);
}

}

@media screen and (max-width:1024px){
.mg-catalog-product-listing ol.products.list.items.product-items li.item {
    max-width: calc((100% - 28px) / 2);
    padding: 20px 20px 30px;
}
.page-with-filter.catalog-category-view.category-listing-page .columns {
    gap: 15px;
}
.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt .edit-qty,
.mg-catalog-product-listing .product-item-info .add-to-cart-detail button {
    width: 40px;
    height: 40px;
}
.mg-catalog-product-listing .product-item-info .add-to-cart-detail .qty_control.cqnt input.input-text.qty {
    max-width: 55px;
    height: 40px;
}

}

@media screen and (max-width:768px){
.mg-catalog-product-listing ol.products.list.items.product-items li.item {
    max-width: calc((100% - 0px) / 1);
}
.page-with-filter.catalog-category-view.category-listing-page .columns {
    gap: 15px;
}
.category-listing-page .toolbar-products {
    padding: 18px 10px!important;
}
.category-listing-page .toolbar-products .toolbar-sorter::before {
    margin-right: 10px !important;
}
}

@media screen and (max-width:480px){
.category-listing-page  main#maincontent .columns {
    flex-flow:column !important;
    padding: 0px 15px;
}
.category-listing-page  .columns aside.sidebar.sidebar-main {
    flex-basis: 100%;
}
.category-listing-page .columns .column.main {
    flex-basis: 100% !important;
}
.mg-catalog-product-listing .product-item-info a.product.photo.product-item-photo {
    height: 200px;
}
.mg-catalog-product-listing .product-item-info strong.product.name.product-item-name a.product-item-link {
    font-size: 18px;
}
.mg-catalog-product-listing .product-item-info .price-box .price-excluding-tax .price {
    font-size: 18px !important;
}
.mg-catalog-product-listing .product-item-info .price-box .old-price .price-excluding-tax .price {
    font-size: 15px !important;
}
.mg-catalog-product-listing ol.products.list.items.product-items {
    row-gap: 20px;
}
}
/* 28-11-2025 product listing design End */
/* 01-12-2025 product pagination design start */
.catalog-category-view .toolbar.toolbar-products {
    padding: 0px !important;
    background: #FFFFFF !important;
}
.catalog-category-view .toolbar.toolbar-products .flex.justify-center {
    width: 100%;
    margin-bottom: 112px !important;
    justify-content: center;
}
.catalog-category-view .toolbar.toolbar-products ol.items.pages-items {
    display: flex;
    gap: 5px;
}
.catalog-category-view .toolbar.toolbar-products ol.items.pages-items li.item.pages-item-previous {
    margin-right: 6px;
    color: #00773C;
}
.catalog-category-view .toolbar.toolbar-products ol.items.pages-items li.item a {
    border-radius: 100px;
    height: 45px;
    width: 45px;
    border: 1.36px solid #00773C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000000;
}
.catalog-category-view .toolbar.toolbar-products ol.items.pages-items li.item.pages-item-previous a {
    color: #00773C;
    font-weight: 900;
}
.catalog-category-view .toolbar.toolbar-products ol.items.pages-items li.item.pages-item-next {
    margin-left: 6px;
}
.catalog-category-view .toolbar.toolbar-products ol.items.pages-items li.item.pages-item-next a {
    color: #00773C;
    font-weight: 900;
}
.catalog-category-view .toolbar.toolbar-products ol.items.pages-items li.item a.border-primary {
    background-color: #00773C;
    color: #FFFFFF;
}
@media screen and (max-width:768px){
.catalog-category-view .toolbar.toolbar-products .flex.justify-center {
    margin-bottom: 80px !important;
}
}
@media screen and (max-width:576px){
.catalog-category-view .toolbar.toolbar-products .flex.justify-center {
    margin-bottom: 60px !important;
}
}
/* 02-12-2025 product pagination design End */
