@media only screen and (max-width: 767px) {
    .header-wrapper-right {
        height: 1px;
    }

    .catalog-product-view .page-title-wrapper.product {
		position: sticky;
		top: 120.5px;
		z-index: 2;
	}

    .product-main-new-content .custom-product-title {
        display: none !important;
    }

    .page-header .mobile-search-wrapper .mobile-search-form-container input[type="text"] {
        color: #000000 !important;
        font-weight: 700 !important;
    }

    .product-first-section-third-column {
        display: none !important;
    }

    .product-first-section-second-column {
        display: block !important;
        width: 100% !important;
        margin: 0px !important;

        .product-add-form.new-form {
            margin: 10px !important; 
        }
    }
    
    img.product-placeholder.cls-main-product-placeholder {
        width: 100% !important;
        height: 100% !important;
        border: 2px solid #123530;
        margin: 0 !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .product.media .fotorama__stage {
        margin-left: 2.5% !important;
    }

    .product.info.detailed .product.data.items>.item.title>.switch {
        color: #FFFFFF !important;
    }

    .main-review-container {
        flex-direction: column;
        flex-wrap: nowrap;
        .review-card {
            width: 95% !important;
        }
    }

    .section-second .product.info.detailed .product.data.items > .item.content {
        padding: 25px !important;
    }

    .section-fourth {
        padding: 15px !important;
    }

    .newMain {
        .prod-row {
            padding: 0px !important;
            margin-bottom: 15px;
            .accordion {
                padding: 10px !important;
            }
        }
    }
}

.page-main {
    padding-top: 0px !important;
}

.newMain .section-first, .newMain .section-second, .newMain .section-third,
.newMain .section-fourth, .newMain .section-fifth, .newMain .section-sixth {
    margin-bottom: 12.5px;
    overflow: hidden;
}

.product-main-new-content .custom-product-title {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 38px;
    text-align: center;
    line-height: 0.90;
}
.product-main-new-content span {
    font-weight: 650;
    display:block;
    font-size: 16px;   
}

.product-first-section-second-column {
    display: inline-block;
    width: 30%;
    margin:0px 10px 10px;
}

.product-first-section-second-column h2.product-price {
	font-size: 46px;
	margin-bottom: 5px;
	line-height: 0.75;
	color: #51870B;
	text-align: center;
}

.product-first-section-second-column h3.product-old-price {
	text-align: center;
	text-decoration: line-through;
	font-size: 19.5px;
	color: #c71818;
	line-height: 0.70;
}

.product-first-section-second-column .new-form h3 {
	margin-bottom: 10px;
}

.product-first-section-second-column .new-form .core-price-color {
	color: #000000;
    display:inline-flex;
    margin-left: 10px;
}

.product-first-section-second-column .new-form .other-details {
	color: #51870B;
    display: inline-flex;
}

.product-first-section-second-column .new-form .box-tocart {
	display: flex;
    justify-content: center;
    margin-top: 20px !important;
}

.product-first-section-second-column .new-form .box-tocart .control {
	margin-bottom: 10px;
}

.product-first-section-second-column .new-form .section-other-details {
	margin-top: 15px;
}

.product-first-section-second-column .new-form td.in-stock-color {
	color: #125430;
    font-weight: 700;
}

.product-first-section-second-column .new-form .tbl-product-details {
	margin-top: 10px;
}

.product-first-section-second-column .new-form .tbl-product-details td {
	border: solid 2px #000;
    padding: 5px;
}

.product-first-section-second-column .new-form .tbl-product-details td.td-title {
	font-weight: 700;
}

.new-form .fas.fa-info-circle {
    font-size: 24px; /* Change the size as needed */
    color: #007BFF; /* Icon color */
}

.new-form .info-icon {
    cursor: help;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    /* background-color: #a1b2c3; */
    background-color: #000000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    flex-wrap: nowrap;
    margin-left: 10px;
}

.new-form .info-text {
    position: relative;
}

.new-form .custom-tooltip {
    visibility: hidden;
    width: 250px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    margin-top: -100px;
    font-size: 9px;
}

.new-form .custom-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.new-form .info-icon:hover .custom-tooltip {
    visibility: visible;
}

.product-first-section-third-column {
    float: right;
    width: 20%;
    margin-right: 10px;
    display: inline-grid;
}

.product-first-section-third-column .card.first-card {
    margin-top: 2.5px;
}

.product-first-section-third-column .share-this-product  {
    text-align: center;
    font-weight: 600;
}

.product-first-section-third-column .card {
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.25);
    padding:10px 7.5px;
    text-align: center;
    color: #51870b;
    margin: 12.5px 0;
}

.product-first-section-third-column .card img {
    height: 55px;
    margin-bottom: 10px;
}

.product-first-section-third-column .card p {
    font-weight: 600;
    color: #51870b;
}

.newMain {
    h4.affirm-calculation {
        text-align: center;
    }

    .product-custom-deals {
        .block-title.custom-title p {
            color: #168842 !important;
            font: 500 24px / 1.35 Roboto, Helvetica Neue, Verdana, Arial, sans-serif;
            text-transform: uppercase;
        }
    }

    a.url-color {
        color: #51870b;
        font-weight: 700;
    }
}

.custom-columns {
    display: flex;
}
.custom-columns .column {
    flex: 1; /* Adjust flex basis as per the design */
    padding: 10px; /* Spacing between columns */
}

.section-second .product.info.detailed .product.data.items > .item.content {
    padding: 40px;
    border: 1px solid #123530;
}

.section-second .product.info.detailed .product.data.items > .item.content .prod-row {
    margin-bottom: 20px;
    p.mainDescription {
        margin-left: 40px;
    }
}

.section-second .product.info.detailed:not(.without_tab) {
    margin-bottom: 0px !important;
}

.tbl-product-additional-details, .tbl-product-details-oems  {
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 95%;
    td.td-title {
        font-weight: 700;
    }

    td {
        border: solid 2px #000;
        padding: 5px;
    }

    tr td:first-child {
        width: 30%;
    }
}

div.section-third {
    padding:0 30px 30px;

    .prod-row {
        p.mainDescription {
            margin-left: 40px;
        }
    }

    table.tbl-product-fitment > thead > tr > th {
        font-weight: 700;
    }

    .tbl-product-fitment  {
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 95%;
        td.td-year, td.td-make {
            font-weight: 700;
        }

        td {
            border: solid 2px #000;
            padding: 5px;
        }

        tr td:first-child, tr td:second-child {
            width: 20%;
            margin-left: 20px;
        }
    }
    
}

div.section-fourth {
	padding: 0 20px;

	.block.related strong#block-related-heading {
		font-weight: 500;
		font-stretch: normal;
		font-size: 26px;
		line-height: 1.25;
		font-family: Roboto, "Helvetica Neue", Verdana, Arial, sans-serif;
		color: #168842;
	}
}

div.section-fifth {
    padding: 15px;
}

div.section-sixth {
	.prod-row-reviews {
		background: #f1f1f1;
		margin-top:20px;
		margin-bottom: 20px;
		padding: 15px;

		h3.description-title {
			margin-bottom: 0px;
		}

		.main-review-container {
			display: flex;
			justify-content: center;

			.review-card {
				display: inline-grid;
				padding: 17.5px;
				margin: 10px;
				width: 23%;
				border: 1px solid #000000;
				border-radius: 10px;

				p {
					text-align: justify;
					font-size: 12px;
				}

				span {
					text-align: right;
				}
			}
		}
	}
}


[data-star] {
    text-align:left;
    font-style:normal;
    display:inline-block;
    position: relative;
    unicode-bidi: bidi-override;
    margin: auto;
}
[data-star]::before { 
    display: block;
    content: '★★★★★';
    color: #AEAEAE;
    font-size: 24px;
}
[data-star]::after {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    color: #f1eb10;
    overflow: hidden;
    height: 100%;
    font-size: 24px;
}

[data-star^="0.1"]::after{width:2%}
[data-star^="0.2"]::after{width:4%}
[data-star^="0.3"]::after{width:6%}
[data-star^="0.4"]::after{width:8%}
[data-star^="0.5"]::after{width:10%}
[data-star^="0.6"]::after{width:12%}
[data-star^="0.7"]::after{width:14%}
[data-star^="0.8"]::after{width:16%}
[data-star^="0.9"]::after{width:18%}
[data-star^="1"]::after{width:20%}
[data-star^="1.1"]::after{width:22%}
[data-star^="1.2"]::after{width:24%}
[data-star^="1.3"]::after{width:26%}
[data-star^="1.4"]::after{width:28%}
[data-star^="1.5"]::after{width:30%}
[data-star^="1.6"]::after{width:32%}
[data-star^="1.7"]::after{width:34%}
[data-star^="1.8"]::after{width:36%}
[data-star^="1.9"]::after{width:38%}
[data-star^="2"]::after{width:40%}
[data-star^="2.1"]::after{width:42%}
[data-star^="2.2"]::after{width:44%}
[data-star^="2.3"]::after{width:46%}
[data-star^="2.4"]::after{width:48%}
[data-star^="2.5"]::after{width:50%}
[data-star^="2.6"]::after{width:52%}
[data-star^="2.7"]::after{width:54%}
[data-star^="2.8"]::after{width:56%}
[data-star^="2.9"]::after{width:58%}
[data-star^="3"]::after{width:60%}
[data-star^="3.1"]::after{width:62%}
[data-star^="3.2"]::after{width:64%}
[data-star^="3.3"]::after{width:66%}
[data-star^="3.4"]::after{width:68%}
[data-star^="3.5"]::after{width:70%}
[data-star^="3.6"]::after{width:72%}
[data-star^="3.7"]::after{width:74%}
[data-star^="3.8"]::after{width:76%}
[data-star^="3.9"]::after{width:78%}
[data-star^="4"]::after{width:80%}
[data-star^="4.1"]::after{width:82%}
[data-star^="4.2"]::after{width:84%}
[data-star^="4.3"]::after{width:86%}
[data-star^="4.4"]::after{width:88%}
[data-star^="4.5"]::after{width:90%}
[data-star^="4.6"]::after{width:92%}
[data-star^="4.7"]::after{width:94%}
[data-star^="4.8"]::after{width:96%}
[data-star^="4.9"]::after{width:98%}
[data-star^="5"]::after{width:100%}

.shop-pay-button {
    width: 150px;
    background-color: #5a31f4;
    color: #FFFFFF;
    padding: 10px 24px;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.shop-pay-button:hover {
    background-color: #7a52f4;
    color: #FFF !important;
    border-color: #7f57f9;
}

.apple-pay-button {
    width: 150px;
    background-color: #000000;
    color: #FFFFFF; 
    padding: 10px 24px;
    border: 2px solid transparent;
    border-radius: 5px; /* Rounded corners */
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.3s;
}

.apple-pay-button:hover {
    opacity: 0.8; /* Slightly fade on hover */
    background-color: #000000 !important;
    color: #FFFFFF !important;
    border-color: #000000 !important;
}