.product-info.summary .button-group-contact a:last-child {
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #0075cd;
    color: #0075cd;
}

.product-info.summary .button-group-contact a:last-child:hover {
    background-color: #0075cd;
    color: #fff;
}

.product-info.summary.col-divided {
    border-right: 0;
}

.product-thumbnails a {
    border-radius: 8px;
}

.product-container .product-footer .woocommerce-tabs {
    border-top: 0;
}

.product-footer .woocommerce-tabs>.nav-line-grow {
    display: none;
}

#product-sidebar img {
    border-radius: 8px;
}

.product-info .product_meta {
    margin-bottom: 0;
}

.product-container .bottom-description,
.woocommerce-Tabs-panel--description {
    max-height: 500px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.product-container .bottom-description.expanded,
.woocommerce-Tabs-panel--description.expanded {
    max-height: none;
}

.see-more-btn {
    display: block;
    margin: 20px auto;
    padding: 0px 14px;
    background-color: #f9a619;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.product-container .bottom-description.collapsed::after,
.woocommerce-Tabs-panel--description.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
}

.product-container .bottom-description.expanded::after,
.woocommerce-Tabs-panel--description.expanded::after {
    display: none;
}

#product-sidebar #text-3.widget_text {
    background-color: #447fde;
    padding: 20px;
    border-radius: 2px;

}

#product-sidebar #text-3 .widget-title {
    color: #fff;
    text-align: center;
}

#product-sidebar #text-3 form {
    padding: 15px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

#product-sidebar #text-3 form input {
    background-color: #fff !important;
    margin-bottom: 1em;
    box-shadow: none;
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
    height: unset !important;
    padding: 5px 10px;
    margin-left: 0;
}

#product-sidebar #text-3 form textarea {
    min-height: 30px;
}

#product-sidebar #text-3 form .col-6 {
    width: 49%;
}

#product-sidebar #text-3 form input.wpcf7-submit {
    width: 100%;
    background-color: #ea2427 !important;
    color: #fff !important;
    line-height: 1.4;
    margin: 0;
    padding: 5px;
    border: 0 !important;
    font-size: 14px;
}

#product-sidebar #text-3 form .wpcf7-spinner {
    display: none;
}
