    .products.list .item .product-item-info .product-item-details .price-box .minimal-price .old-price{
        float: unset;
    }

    .product-item .swatch-option.image {
           width:30px !important;
           height:30px !important;
           background-size: contain !important;

    }
    .product-options-wrapper .swatch-option.image{
    	width:50px !important;
    	height:50px !important;
    }
    .product-view-style-04 .product-info-main .price-box+.product-info-main-inner .product-reviews-summary {
            position: unset;
         }
    	 
    	
    body:not(.cms-index-index) .page-main {
    	padding-top: 5px !important;
        padding-bottom: 5px !important;
    	}
    	
    	h1, .h1 {
    		margin: 0 0 1px;
    }
    .qty-control {
        display: flex;
        align-items: center;
        width: 120px; /* Adjust width as needed */
        height: 35px;
        background: transparent;
        padding: 5px;
        justify-content: space-between;
        position: relative;
    }

    .qty-control::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;  /* Ensures full width */
        height: 2px;
        background-color: #ccc; /* Border color */
    }

    .qty-control button {
        background: none;
        border: none;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #333;
        font-family: 'CodazonFont';
        font-size: 16px;
    }

    /* Minus (-) icon */
    .decrease-qty::before {
        content: "\e9b3"; 
        display: inline-block;
        font: normal normal normal 12px/1 'CodazonFont';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /* Plus (+) icon */
    .increase-qty::before {
        content: "\e9b4"; 
        display: inline-block;
        font: normal normal normal 12px/1 'CodazonFont';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .qty-control input {
        text-align: center;
        border: none;
        width: 30px;	
        font-size: 16px;
        font-weight: bold;
        background: transparent;
        outline: none;
        pointer-events: none;
        color: #000;
    }

    .qty-control input:focus,
    .qty-control input:active {
        outline: none;
        border: none;
        box-shadow: none;
    }

    .part-finder-section {
        margin-bottom: 0;
    }

    .amfinder-vertical .dropdown-title{
    	color: #fff;
    }	

    .amfinder-vertical {
    	background: #222;
        border: 5px solid #fe0000;
    	}
    	
    .cdz-product-labels {
    	width: 100%;
        height: 100%;
    	display: flex;
    	pointer-events: none;
    	}

    .product-view-style-04 .gallery-container .label-wrap.left.horizontal {
      width: 100%;
      height: 100%;
      display: flex;
      pointer-events: none;
    }

    .page-header .switcher .options img.lang-img {
    	max-width: 30px;
    	
    }

    .page-header .switcher .switcher-trigger a img {
    		max-width: 30px;
    	}
    	
    #osc_order_comment::placeholder {
    	color: #594a4a;
    	}
    	
    	.avsb-style-01 {
    	background: #333;
    	}
    	
    	
    .abs-img img[src] {
    	height: auto; 
    }
    .swatch-option {
        width: 20px;
    }

    .block.filter .filter-options .filter-options-content .item {
    	display: inline;
    }

    .grid.products-grid .products:not(.row),.grid.products-grid.products:not(.row) {
        margin-top: 0;
        margin-bottom: 10px
    }

    .amsearch-input-wrapper .amsearch-input {
    	border-radius: 10px;
    	background-color: #EEE;
    }

    .amsearch-form-block {
        display: block;
        width: 500px;
    }
    .amsearch-input-wrapper .amsearch-input {
        border-radius: 30px;
        height: 55px;
        line-height: 41px;
        height: 43px;
        padding: 0px 10px;
        border: none;
    }

    .amsearch-input-wrapper .amsearch-button.-loupe.-clear.-icon.-disabled {
            border-radius: 0 30px 30px 0;
            right: 0px;
            width: 57px;
            height: 43px;
            top: 0px;
            border-inline-start: 1px solid #ddd;
            opacity: 1;
            background-image: none;
    }
    .amsearch-input-wrapper .amsearch-button.-loupe.-clear.-icon.-disabled:before{
            font-size: 29px;
            line-height: 29px;
            display: inline-block;
            font-weight: normal;
            transition: .6s;
            color: #777;
            overflow: visible;
            content: '\e615';
            font-family: 'icons-blank-theme';
    }
      
    .page-header .amsearch-wrapper-block{
    	float:inline-start;
    }
    .amsearch-input-wrapper.-typed .amsearch-button.-loupe {
        left: unset; 
        display:none;
    }
    .page-header .sticky-menu.active .header-panel-row .amsearch-form-block {
      width: 288px;
      z-index: 1;
    }
    .related-available .discount-percent{
        background: red;
        width: 60px;
        font-weight: 600;
        color: white;
        text-align: center;
        padding: 2px;
    }

    .page-header .sticky-menu.active .amsearch-input-wrapper .amsearch-button.-loupe.-clear.-icon.-disabled {
          pointer-events: unset; 
          border:none;
    }

    .page-header .sticky-menu.active .amsearch-input {
      opacity: 0;
      border: none;
      visibility: hidden;
      transition: all 0.3s ease;
      overflow: hidden;
    }
    .page-header .sticky-menu.active .amsearch-input-wrapper.-typed .amsearch-input{
        padding: 6px 10px;
        opacity: 1;
        visibility: visible;
    }

    .page-header .sticky-menu.active .amsearch-input.visible {
      opacity: 1;
      margin-right: 43px;
      border: 2px solid #ccc;
      visibility: visible;
    }
    .page-header .sticky-menu.active .header-panel-left{
        top: 5px;
    }

    .mobile_search_icon:before{
        font-family: CodazonFont;
        content: "\e99d";
        font-size: 17px;
        color: #282828;
        right: 0 !important;
        }
    .mobile_search_icon{
        right: 15% !important;
        position: absolute;
        top: 30%;
    }
    @media only screen and (max-width: 767px) {

    .amsearch-input-wrapper .amsearch-input {
        visibility: visible;
        opacity: 1;
        border: none;
        box-shadow: 0px 4px 4px rgba(211, 211, 211, 0.5);
        transition: 0.5s;
        background: #fff;
        color: #000 !important;
    }
    .mobile_search_icon{
       display:block !important;
    }
    .page-header .header-search-wrap{
        display:none;
    }

    .page-header .amsearch-form-block{
        width: 100%;
        }
    .page-header .sticky-menu.active .amsearch-input{
        visibility: visible;
        opacity: 1;
        border: none;
        box-shadow: 0px 4px 4px rgba(211, 211, 211, 0.5);
        transition: 0.5s;
        background: #fff;
        color: #000 !important;
    }
        
    .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper{
        position: fixed;
        right: 0;
        top: calc(var(--header-height, 87px));
        border: 1px solid #000000 !important;
        border-radius: 27px;
        }
    .page-header .amsearch-result-section {
        position: fixed;
        width: 100%;
        top: calc(var(--header-height, 131px));
    }
    .page-header .amsearch-wrapper-block:before {
       content:unset;
    }
    }
    .mobile_search_icon{
            display:none;
    }
	
	.product-view-style-04 .product-info-main .product-info-stock-sku .stock.available:before {
		color: #34b233;
		 }