.woocommerce-LoopProduct-link {
    text-decoration: none;
}
.get-a-quote-button {
    text-wrap: nowrap;
}
.product {
    /* border: 1px solid #e7e7e7; */
}
.search-main .row {
    row-gap: 25px;
}
.boxetoo-ad-1 .row {
    /* gap: 10px; */
}

.custom-single-product .custom-quote-form input,
.custom-single-product .custom-quote-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px dashed #ccc;
    border-radius: 4px;
}

.custom-single-product .custom-quote-form input:focus,
.custom-single-product .custom-quote-form textarea:focus {
    outline: none;
    border-color: #ff6b4d;
}


/* detail page */
.instant-quote.bg {
    position: relative;
    margin-top: 100px;
}
.instant-quote.bg::before {
    content: '';
    background-image: url('../media/arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 0;
    transform: rotate(0);
    transform-origin: center;
}
.product-detail-page {
    padding: 50px 0;
}

/* DETAIL PAGE RRELATED PRODUCTS */
.related-products .card {
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
    background: #fff;
	border-color: #e7e7e7;
}

.related-products .card:hover {
    transform: translateY(-5px);
}

.related-products .card-title {
    font-size: 1rem;
    font-weight: 600;
}

.related-products .btn-warning {
    background-color: #ff7a3d;
    border: none;
    color: #fff;
	padding: 10px 20px;
    border-radius: 6px;
}

.related-products .btn-warning:hover {
    background-color: #ff5c13;
}

.product-detail-page .main-image img {
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.boxtoo-thumbnail-carousel .owl-item {
    width: 120px;
    margin-right: 10px;
}

.boxtoo-thumbnail-carousel .owl-item img {
    border-radius: 10px;
}

.main-quote-form {
    /* height: 736px; */
    padding: 40px !important;
}
.quote-form .row {
    row-gap: 15px;
}
.quote-form input {
    height: 40px;
    background-color: #fafafa;
    border: 2px dashed #acacac;
}
.quote-form textarea {
    background-color: #fafafa;
    border: 2px dashed #acacac;
}
.quote-form input::placeholder, .quote-form textarea::placeholder {
  color: #aeaeae;
}

.boxtoo-single-product-wrapper h1.product_title {
    margin-bottom: 20px;
}

#nav-tabContent {
    padding: 20px 0;
}

.testimonial-card {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    line-height: 20px;
}
.testimonial-card:last-child {
    margin-bottom: 0;
}
.author-name {
    margin-bottom: 0
}
.testimonials-details .section-name {
    color: #f0784b;
}

.related-products .card .card-img-top img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    object-fit: cover;
}
.woocommerce nav.woocommerce-pagination {
    margin: 40px 0;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    background: #f0784b;
    color: #FFF;
    border-radius: 5px;
	margin-left: 5px;
}
