.med_shop {
    width: 100%;
}

.wc-block-components-notice-banner.is-info {
    background-color: #f4f8ff;
    border-color: #007cba
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px!important;
}

.outofstock a.button
{
    display:none;
}

    .med_shop__wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 0px 15px 88px;
        margin: 0 auto;
	    max-width: 1170px;
        gap: 20px;
    }

        .med_shop__wrapper .products li a img {
            border: 1px solid #F2F2F2;
            border-radius: 10px;
        } 

        .med_shop__container {
            width: 75%;
        }

    .med_shop__header {
        width: 100%;
        background: var(--primary-blue);
        padding: 24px 0;
    }

        .med_shop__header .woocommerce-breadcrumb, .med_shop__header .woocommerce-breadcrumb > a  {
            color:#E4F3FF;
            font-family: Outfit;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; 
            letter-spacing: -0.5px;
        }

            .med_shop__header .page-title {
                font-size: 36px;
                font-weight: 600;
                color: white;
            }
/* 
    ##product_filter
*/

.medFilter {
    max-width: 256px;
    width: 25%;
}

    .medFilter__search {
        width: 100%;
        border: 1px solid #E0E0E0;
        position: relative;
        border-radius: 10px;
        margin-bottom: 32px;
    }
    
        .medFilter__search i {
            position: absolute;
            top: 50%;
            left: 12px;
            color:#E0E0E0;
            transform: translateY(-50%);
        }

        .medFilter__search--input {
            width: 100%;
            /* outline: none; */
            padding: 8px 12px 8px 40px;
            border: none;
            border-radius: 10px;
            color: #BDBDBD;
            font-family: Outfit;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 27px */
            letter-spacing: -0.5px;
        }

            .medFilter__search--input:focus {
                color: #333 !important;
            }

    .medFilter__main > li {
        width: 100%;
        margin-bottom: 24px;
    }

        .medFilter__main > li > label {
            color: #333;
            font-family: Outfit;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%; /* 27px */
            letter-spacing: -0.5px;
            padding-bottom: 8px;
            border-bottom: 1px solid #F2F2F2;
            width: 100%;
            position: relative;
        }

            .medFilter__main > li > label::after {
                content: '+';
                transform: rotate(-90deg);
                font-family: Poppins-Semibold;
                -webkit-transition: transform .2s ease-in-out;
                -moz-transition: transform .2s ease-in-out;
                -ms-transition: transform .2s ease-in-out;
                -o-transition: transform .2s ease-in-out;
                transition: transform .2s ease-in-out;
                font-size: 24px;
                width: 24px;
                height: 24px;
                line-height: 24px;
                display: inline-block;
                text-align: center;
                position: absolute;
                right: 0;
                top: 2px;
            } 

    .medFilter__sub {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out;
    }
    
        .medFilter__sub label {
            cursor: pointer;
        }
    
        .medFilter__main li:first-of-type > input:checked ~ .medFilter__sub {
            /* margin-top: 100px; */
            max-height: 100vh;
            margin-top: 16px;
            margin-bottom: 24px;
        }

        .medFilter__main > li > input:checked ~ .medFilter__sub {
            /* margin-top: 16px;
            margin-bottom: 24px; */
            /* transform: scaleY(1); */
            /* overflow: auto;
            display: block;
            */
            /* transition: max-height 10s ease-in; */
            /* max-height: unset; */
        }

            .medFilter__main > li > input:checked +  label::after {
                content: "-";
                transform: rotate(0deg);
            }

        .medFilter__sub > li {
            margin-bottom: 8px;
        }

            .medFilter__sub > li:last-child {
                margin-bottom: 0;
            }
        
        .medFilter__sub > li > label {
            color: var(--text-black);
            font-family: Outfit;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            letter-spacing: -0.5px;
        }

        
            .medFilter__sub-active {
                color: #306CB4 !important;
                font-weight: 600 !important;
            }
            
            .medFilter__sub > li > label > a > .medFilter__count {
                color:#BDBDBD !important;
            }
    .woocommerce .woocommerce-result-count {
        color:#828282;
        font-family: Outfit;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.5px;
    } 

        .woocommerce .woocommerce-ordering select{
            border: none;
            outline: none;
            color: #828282;
            font-family: Outfit;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; 
            letter-spacing: -0.5px;
        }

    /* 
        ##categories_icon
    */
    /* .slick-arrow {
        background: red;
    }

        .slick-active {
            background: blue;
        } */

    .subChoice {
        width: 100%;
        display: flex;
        padding-top: 12px;
        padding-bottom: 12px;
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 16px;
        scroll-behavior: smooth;
        -ms-overflow-style: none; 
        scrollbar-width: none; 
        min-height: 52px;
    }

        .subChoice::-webkit-scrollbar {
            display: none;
        }

    .subChoice__item  {
        border-radius: 40px;
        flex: none;
    }

    .subChoice__item--link {
        display: inline-block;
        border-radius: 40px;
        padding: 8px;
        padding-right: 16px;
		cursor: pointer;
    }

        .subChoice__item--img{
            border-radius: 40px;
            width: 36px !important;
            height: 36px !important;
            object-fit: cover;
            display: inline;
            vertical-align: middle;
        }
        
        .subChoice__item--text {
            display: inline;
            vertical-align: middle;
            white-space: nowrap;
            color: #333;
            font-family: Outfit;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 24px */
            letter-spacing: -0.5px;
            margin-left: 8px;
        }

        .subChoice__active {
            background: var(--primary-blue);
        }

            .subChoice__active .subChoice__item--text {
                color: white;
            }


        .subChoice__wrapper {
            padding-top: 0;
            display: flex;
            align-items: center;
            margin-bottom: 24px;
        }

            .subChoice-btn {
                border: 0;
                background: url('../img/icon/cat-unavailable.svg');
                background-repeat: no-repeat;
                background-size: contain;
                width: 36px;
                height: 36px;
                display: none;
            }

                #left-btn {
                    margin-right: 16px;
                }

                #right-btn {
                    margin-left: 16px;
                    transform: rotate(180deg);
                }

            .subChoice-available {
                background: url('../img/icon/cat-available.svg') !important;
            }

    .woocommerce-pagination .page-numbers{
        border: 0 !important;
    }

        .woocommerce-pagination .page-numbers li {
            border-radius: 5px !important;
            border: 1px solid #F5F5F5 !important;
            background: #F5F5F5 !important;
            /* margin: 0 6px !important; */
        }

            .woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span {
                color: #333;
                text-align: center;
                font-family: Outfit !important;
                font-size: 16px  !important;
                font-weight: 500;   
                padding: 8px 20px !important;
                display: inline-block;
            }

            .woocommerce-pagination .page-numbers li .current {
                background: #306CB4 !important;
                color: white !important;
            }

            .woocommerce nav.woocommerce-pagination ul {
                display: flex;
                justify-content: center;
                gap: 6px;
            }

	  @media (min-width:768.99px) {
		  .medFilter__main {
			  max-width: unset !important;
			  display: block !important;
		  }
	}

@media(max-width: 768px) {

    .med_shop__wrapper {
        flex-direction: column-reverse;
    }

    .medFilter__main {
        display: none;
    }

    .medFilter__search {
        margin-bottom: 0;
    }

    .med_shop__container {
        width: 100%;
    }

    .med_shop__filter {
        display: flex;
        float: left;
        align-items: center;
        cursor: pointer;
    }

        .med_shop__filter img {
            width: 24px;
            height: 24px;
            display: inline-block;
            margin-right: 5px;
        }

        .med_shop_mb_filter {
            color: #828282;
            font-family: Outfit;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; 
            letter-spacing: -0.5px;
        }

        .woocommerce .woocommerce-result-count {
            display: none;
        }

    /* 
        ##shop_filter
    */

    .medFilter {
        width: 100%;
        max-width: unset;
    }

        .medFilter__main {
            width: 100%;
            height: 100vh;
            position: fixed;
            top: 0;
            left: 0;
            background: white;
            z-index: 99;
            padding: 0 15px;
            overflow-y: auto;
        }

    .medFilter__mb_header {
        margin-top: 24px;
        padding-bottom: 16px;
        border-bottom: 1px solid #F2F2F2;
        margin-bottom: 24px;
    }

        .medFilter__mb_header span {
            font-size: 20px;
            font-weight: 400;
            color: #828282;
        }

        .medFilter__main .medFilter__mb_header--close {
            font-size: 24px;
            -webkit-text-stroke: 0.3px;
            width: 24px;
            height: 24px; 
            display: inline-block;
            margin-bottom: 4px;
            vertical-align: middle;
            color: #333;
            text-align: end;
            float: right;
        }
}