/*css for use below*/

html {
    background: #fff;
}
.orderby {
    display: none !important;
}

header#header #top-bar !important{
    z-index: 1 !important;
    display: block !important;
    box-shadow: 0px 6px 6px 0px #f4f4f4;
    background: #00583b !important !important;
}
.header-title {
    text-transform: none !important; /* This will force regular case */
}

.flickity-button-icon {
	width: 80% !important;
}
.mob_subcategory{
	height: auto !important;
    min-height: 50px; /* Adjust as needed */
}
.flickity-prev-next-button.previous{
	left:0% !important;
}

.flickity-prev-next-button.next{
	right:0% !important;
}
.box-image {
    width: 60% !important; 
}
.shipping-banner {
	background-color: #025c3b;
    color: white;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    width: 100%;
	z-index: 9999;
  position: relative;
   
}


Initially add margin-top to the header 


.header-wrapper.stuck {
        position: relative !important;
    }

/*.mob-header-cat-sticky {
    position: relative !important;
    z-index: 998 !important;
}*/

.section {
	padding-bottom:0px !important;
	padding-top: 10px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .shipping-banner {
    font-size: 14px;
    padding: 8px;
  }
}

.catmain-box {
    max-width: 1042.5px;
    margin: auto;
    /*margin-top: 215px;*/
    min-height: 300px;
}



.cat-in-box-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 15px;
    padding-top: 0px;
    clear: both;
    width: 100%;
}

.pdr-col {
    width: 25%;
    padding: 10px 15px;
}

.pdr-col-in {}

.clr-in:after {
    clear: both;
    display: block;
    content: "";
}

.cat-in-box-row h3 {
    clear: both;
    display: block;
    font: 25px;
    width: 100%;
    padding: 15px 15px 5px 15px;
}

.ttl-left {
    /* float: left;
    width: 60%;*/
    font-size: .9em;
    line-height: 22px;
    /*font-weight: 600;*/
}

.prc-right {
    /*float: right;
    width: 35%;*/
    text-align: right;
}

.title-wrap {
    padding: 8px 0;
}

.prd-img img {
    width: 100%;
}

.bytext {
    font-size: 12px;
    margin-bottom: 10px;
    color: #777;
    font-style: italic;
}

.add-crt-box {
    float: right;
    width: 55%;
}

.add-mns {
    float: left;
    width: 45%;
}

.qty-span {
    width: 100%;
}

.new-cart-btn {
    display: block;
    background: #446084;
    color: #fff;
    text-align: center;
    padding: 3px 5px 7px 5px;
    height: 30px;
    cursor: pointer;
    font-size: 18px;
}

.new-cart-btn:hover {
    background: #364d6a;
}

.qt-icon {
    float: left;
    height: 30px;
    width: 30px;
    display: block;
    background: #e2e2e2;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    line-height: 25px;
    border: solid 1px #cac9c9;
}

.qt-icon-2 {
    float: left;
    height: 30px;
    width: 30px;
    display: block;
    background: #e2e2e2;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border: solid 1px #cac9c9;
    line-height: 27px;
}

.qt-icon-2:hover,
.qt-icon {
    background: #f0f0f0;
}

.qty-span {
    height: 30px;
    width: 30px;
    float: left;
    font-size: 16px;
}

.qty-span input {
    width: 100%;
    height: 30px;
    border: solid 1px #cac9c9;
    text-align: center;
}

.qty-span input:focus {
    outline: none;
}

.main-title-dropdown {
    float: right;
}

.main-title-cat {
    float: left;
}

.menu-cats li {
    display: inline-block;
}

.small {
    position: fixed;
    max-width: 1042.5px;
    width: 100%;
    left: 0;
    top: 65px;
    right: 0;
    margin: auto;
    background: #fff;
    border-bottom: solid 1px #cecbcb;
    padding-bottom: 5px;
    padding-top: 5px;
}

.is-divider.small {
    border: 0;
}

#header-sroll {
    padding-top: 15px;
}

.maincat-header .nav {
    width: 100%;
    background: #fff;
    text-align: center;
}

.maincat-header nav li {
    display: flex;
    border: 0 !important;
}

.maincat-header .nav a {
    color: #333;
    text-decoration: none;
    text-transform: capitalize;
    padding: 6px 15px;
    font-size: 16px;
    border: solid 2px transparent;
}

.maincat-header .nav a:hover {
    color: #446084;
}

.maincat-header .nav li.active a {
    color: black;
    border-radius: 25px;
    border: solid 2px #446084;
}

.main-title-cat {
    float: left;
    font-size: 20px;
    color: #446084;
    text-transform: uppercase;
    font-weight: 600;
}

.main-title-dropdown select {
    width: 200px;
    background: #446084 url(https://woocommerce-507187-1869367.cloudwaysapps.com/wp-content/uploads/2021/08/btm-arrow.png) no-repeat 96% center;
    background-size: 15px;
    border: solid 2px #446084;
    padding: 5px;
    border-radius: 2px;
    color: #fff;
}

.menu-cats .menu {
    display: flex;
    /* align-content: center; */
    /* align-items: center; */
    width: 100%;
    /* align-self: center; */
    /* text-align: center; */
    justify-content: center;
    flex-wrap: wrap;
}


/*----------------*/

.simplemenu {
    position: relative;
}

.dropbtn {
    background: none;
    color: #666;
    padding: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-family: ;
}

.dropbtn:hover,
.dropbtn:focus {
    color: #046e8f;
}

.dropdown-content {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    margin-top: 0;
    padding-left: 0;
}

.dropdown-content a {
    color: black;
    padding: 0.8rem 1rem;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.show {
    display: block;
}

.mob-header-cat {
    display: none;
}

.pdr-col .product-small {
    padding: 0 0px 0px
}

.pdr-col a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}


/*.box-image .prd-img img {

	max-height: 225px;
	min-height:225px
}*/

.pdr-col .box-text {
    padding-bottom: 0;
    /*min-height: 85px;*/
}


/*--------------------*/

#header {
/*   position: sticky !important;*/
    width: 100% !important;
  /* top: 40px !important;*/
    background: #fff !important;
}

body .header-main {
   height: 65px !important;
	z-index: 999;
}
/*
.catmain-box .section {
    padding: 15px 0;
}*/

.sticky-jump .stuck {
    -webkit-animation: none !important;
    animation: none !important;
}

.woocommerce-info {
    padding-top: 90px;
}

@media screen and (max-width:991px) {
    .add-mns {
        width: 54%;
    }
    .add-crt-box {
        width: 45%;
    }
    .new-cart-btn {
        padding: 6px 3px 7px 3px;
        height: 30px;
        cursor: pointer;
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {
    .mob-header-cat-sticky {
        position: relative;
        /*top: 40px;*/
        width: 100%;
        left: 0;
        background: #fff;
		margin-top: 0 !important; /* Prevent unexpected extra space */
    }
    .box-image .prd-img img {
        max-height: 160px;
    }
    .pdr-col a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        font-size: 10px !important;
        padding: 0 3px !important;
        margin: 0 !important;
    }
    .mob-none {
        display: none;
    }
    .pdr-col {
        width: 50%;
        padding: 10px 5px;
    }
    .mob-header-cat {
        display: flex;
        border: 1px solid #ddd;
		position: relative;
    
    }
    ul.list-li li>ul {
        position: absolute;
        display: none;
        left: 0 !important;
        opacity: 1 !important;
        max-height: inherit !important;
        padding: 0 !important;
    }
    ul.list-li>li {
        display: block;
        padding: 12px 30px 11px 15px;
        margin-right: 0;
        position: relative;
        margin: 0;
    }
    .cat-in-box-row {
        margin: 0 0 15px;
        /*padding-top: 20px;*/
    }
    .list-li>li::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 13px;
        width: 1px;
        height: 16px;
        background: #ddd;
        transform: rotate(-35deg);
    }
    .list-li>li::before {
        content: "";
        position: absolute;
        right: 0px;
        bottom: 5px;
        width: 1px;
        height: 18px;
        background: #ddd;
        transform: rotate(35deg);
    }
    .list-li li:last-child::after,
    .list-li li:last-child::before {
        display: none;
    }
    .arrow-down {
        color: #334862;
        cursor: default;
    }
    .arrow-down:after {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(135deg);
        vertical-align: middle;
        right: 5px;
        position: absolute;
        top: 20px;
        cursor: default;
        content: "";
    }
    ul.list-li li:first-child .arrow-down:after {
        right: 15px;
    }
    ul.list-li {
        display: flex;
        margin: 0;
    }
    ul.nav-dropdown li {
        display: block;
    }
    ul.nav-dropdown {
        background: #fff;
        padding: 7px 15px;
        box-shadow: 0 0 4px rgb(0 0 0 / 10%);
        border-radius: 3px;
        top: 100%;
        margin-top: 2px;
        min-width: 180px;
        border: 1px solid #ddd;
    }
    ul.nav-dropdown li a {
        display: block;
        font-size: 13px;
        margin: 0px 0;
        border-bottom: solid 1px #ccc;
        padding: 7px 5px;
        text-align: center;
        color: #000;
    }
    .nav-dropdown:after,
    .nav-dropdown:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .nav-dropdown:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px;
    }
    .nav-dropdown:before {
        border-color: rgba(221, 221, 221, 0);
        border-bottom-color: #ddd;
        border-width: 11px;
        margin-left: -11px;
    }
    .mob-header-cat .mob-header-cat {
        border: 0;
    }
    .catmain-box {
        margin-top: 0px;
    }
    .catmain-box .product .add_to_cart_button {
        margin-top: 0;
        margin-left: 1px !important;
        font-size: 10px;
    }
}

.section-active {
    margin-top: 247px;
}


/* Pratik Code */

.product-small .cart{
	width: 100%;
	display: none;
}
.product-small .cart .quantity {
	display: flex;
	width: 65%;
	margin: 10px auto 0px auto !important;
    border-radius: 50px !important;
    overflow: hidden;
}
.product-small .cart .quantity .button.minus{
    width: 100%;
    border-radius: 0px;
    margin-top: 0px;
    height: 35px !important;
	color: white !important;
	background-color: var(--primary-color) !important;
}
.product-small .cart .quantity .button.plus{
	width: 100%;
    border-radius: 0px;
    margin-top: 0px;
	color: white !important;
    height: 35px !important;
	background-color: var(--primary-color) !important;
}
.product-small .cart .quantity .qty{
	width: 100% !important;
	height: 35px;
}
.product-small .cart .add_to_cart_button{
	width: 65%;
	background-color: var(--primary-color) !important;
	height: 35px !important;
	margin: 10px auto 0px auto !important;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-page-title{
	display: none;
}


/* Variable product changes */

.product-small .title-wrap {
	height: auto !important
}

.product-type-variable .title-wrap .add-to-cart-button {
	display: none !important
}

.woocommerce-variation-add-to-cart .quantity{
	width: 150px !important;
	display: flex !important;
}

.product-small .tz-qty-container .quantity{
	display: flex !important;
	width: 65%;
	margin: 10px auto 0px auto !important;
    border-radius: 50px !important;
    overflow: hidden;
}

.product-type-variable .tz-qty-container .quantity .woocommerce-variation-add-to-cart .quantity{
	display: flex !important;
	width: 80%;
	margin: 10px auto 0px auto !important;
    border-radius: 50px !important;
    overflow: hidden;
}

.product-type-variable .tz-qty-container .plus, .woocommerce-variation-add-to-cart .plus{
	width: 100%;
    border-radius: 0px;
    margin-top: -1px;
	color: white !important;
    height: 35px !important;
	background-color: var(--primary-color) !important;
}

.product-type-variable .tz-qty-container .minus, .woocommerce-variation-add-to-cart .minus{
    width: 100%;
    border-radius: 0px;
    margin-top: -1px;
    height: 35px !important;
	color: white !important;
	background-color: var(--primary-color) !important;
}


.product-type-variable  .add_to_cart_button{
	width: 65%;
	background-color: var(--primary-color) !important;
	height: 35px !important;
	margin: 10px auto 0px auto !important;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single_add_to_cart_button{
	background-color: var(--primary-color) !important;
}
.reset_variations{
	display: none;
}
.sticky-add-to-cart{
	display: block !important
}

.product-info .price-wrapper{
	display: none;
}

.product-small .badge-container{
	display:none; !important
}

.product-images .badge-container{
	display:none; !important
}