
/* Single Product Page */
/* compare products table */
.woosc_table td.td-label {
    font-size: 18px;
    color: var( --e-global-color-3c1a1ba );
    font-weight: 600;
    text-align: left;
}
.goldsmith-product-summary .woosc_table td.td-label {
    font-weight: 500;
}
.woosc_table .tr-odd{
    background-color: #F6F7F7;
}
.woosc_table  td {
    padding: 10px 20px !important;
    text-align: center;
}
.woosc_table .tr-titles  td {
    padding-bottom: 40px !important;
}
.custom_compare .col a {
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    color: var( --e-global-color-text );
    font-weight: 600;
}
img.attachment-woosc-large.size-woosc-large {
    object-fit: contain;
    object-position: center center;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F6F7F7;
    border-radius: 26px 26px 26px 26px;
    height: 200px;
}

@media (max-width: 1050px){
    .custom_compare table{
        width: 1050px;
    }
}
@media (max-width: 768px){
    .goldsmith-product-thumbnails .swiper-slide {
        width: 150px !important;
    }
    .goldsmith-swiper-slider-wrapper.has-thumbs{
        margin-bottom: 0 !important;
    }
}

/* complete the connection tabs */
.tabs_wrapper .tabs {
    display: flex;
    gap:0;
    margin-bottom: 40px;
}
.tabs_wrapper .tab-button {
    cursor: pointer;
    padding: 3px 15px;
    border: none;
    background: transparent;
    border-radius: 10px;
    font-size: 18px;
    font-family: "Helvetica", Sans-serif;
    font-weight: 600;
}
.tabs_wrapper .tab-button.active {
    background: var( --e-global-color-7476cf0 );
}
.tabs_wrapper .tab-content {
    display: none;
}
.tabs_wrapper .tab-content.active {
    display: block;
}
.tabs_wrapper .tab-content .products, .related.products{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
}

/* Replacemnt Parts */
.related.products{
    grid-template-columns: repeat(4,1fr);
}
.tabs_wrapper .tab-content .col a, .related.products a {
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    color: var( --e-global-color-text );
    font-weight: 600;
    display: block;
    position: relative;
    text-align: center;
}

@media (max-width: 968px){
    .tabs_wrapper .tab-button {
        font-size: 16px;
    }

    .tabs_wrapper .tab-content .products{
        grid-template-columns: repeat(4,1fr);
    }

    .tabs_wrapper .tabs {
        flex-wrap: wrap;
        row-gap: 14px;
    }
}


@media (max-width: 668px){

    .tabs_wrapper .tab-content .products, .related.products{
        grid-template-columns: repeat(2,1fr);
    }

}

.attachment-woocommerce_single.size-woocommerce_single.wp-post-image{
    height: 560px;
    object-fit: contain;
}

.goldsmith-product-thumbnails.swiper-vertical .swiper-slide img, .col img {
    transition: transform 0.4s ease-in-out;
}

.goldsmith-product-thumbnails.swiper-vertical .swiper-slide:hover img, .col img:not(.best-seller-icon):hover {
    transform: scale(1.1);
}

.goldsmith-product-accordion-wrapper p, .goldsmith-product-accordion-wrapper li, .woosc_table td, ul.features-list li{
    font-size: 18px;
    color: var( --e-global-color-3c1a1ba );
    font-weight: 500;
}

.goldsmith-swiper-thumbnails .swiper-slide-thumb-active img{
    border-bottom: none !important;
}

.elementor-widget-shortcode{
    width: 100%;
}

.custom_compare .first img.attachment-woosc-large.size-woosc-large{
    border-color: #3F4879;
}

.thumb-swiper-prev:after, .thumb-swiper-next:after{
    content: '\f113';
    font-family: 'ninetheme-font';
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    font-size: 15px;
    width: auto;
    height: auto;
}

.thumb-swiper-prev, .thumb-swiper-next{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    opacity: 1;
    background:  #d4d2d200;
    color:  #d4d2d200;
    position: absolute;
    left: 60px;
    z-index: 99;
    border: 1px solid #d4d2d200;
    color: var(--goldsmith-dark);
    border: 1px solid #d4d2d2df;
    background: var(--goldsmith-gray-soft);
}


.thumb-swiper-prev:disabled, .thumb-swiper-next:disabled{
    opacity: 0.4;
}

.thumb-swiper-prev{
    top: 0;
    transform: rotate(268deg);
}

.thumb-swiper-next{
    bottom: 0;
    transform: rotate(90deg);
}

.goldsmith-product-gallery-main-slider .swiper-slide img{
    height: 600px !important;
    object-fit: contain;
}

.goldsmith-product-thumbnails.swiper-vertical .swiper-slide img{
    min-height: 166px;
    object-fit: contain;
}

.goldsmith-swiper-slider-wrapper.thumbs-left .goldsmith-product-thumbnails{
    margin: 60px 0;
    max-height: 480px !important;
}


#custom_add_to_cart {
    margin: 20px 0 10px;
}

#custom_add_to_cart p {
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}

.bg_add_to_quote{
    background-color: rgba(98, 104, 111, 0.7);
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 8px;
    margin-top: 20px;
    line-height: normal;
}

#custom_add_to_cart .goldsmith_ajax_add_to_cart, .top_add_to_cart.goldsmith_ajax_add_to_cart {
    background-color: #FFD34C;
    border: none;
    outline: none;
    text-align: center;
    width: fit-content;
    border-radius: 8px;
	cursor: pointer;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 8px;
}

.top_add_to_cart.goldsmith_ajax_add_to_cart{
    margin-left: auto;
    color: black;
}


#custom_add_to_cart .goldsmith_ajax_add_to_cart:hover, .top_add_to_cart.goldsmith_ajax_add_to_cart:hover{
	background-color: black;
}


#custom_add_to_cart span{
	display: block;
}

#custom_add_to_cart .quote {
	color: var(--goldsmith-dark);
}

.details {
    font-size: 16px;
	color: var(--goldsmith-dark);
    margin-top: 15px;
}

#custom_add_to_cart .goldsmith_ajax_add_to_cart:hover span{
	color: white;
}

.goldsmith-product-summary .goldsmith-compare-btn{
	display: none;
}

.goldsmith-product-summary .goldsmith-summary-item.goldsmith-product-title {
    background-color: rgba(98, 104, 111, 0.7);
    display: inline-block;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 8px;
}

.goldsmith-breadcrumbs span{
	font-size: 16px;
}

#accordionProduct .goldsmith-accordion-item{
    border-left: none;
    border-right: none;
    border-color: #707070;
}

.goldsmith-product-content{
    font-size: 24px;
    color: black;
    margin: 20px 0;
    line-height: 27px;
}

/* Product Details Tab */

.product-icons-list {
    margin: 0;
}
.fi-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.fi-item {
    text-align: center;
    /* max-width: 70px; */
}
.fi-icon {
    width: 110px;
    height: 150px;
    object-fit: cover;
    object-position: center;
}
.fi-item figcaption {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
@media (max-width: 768px) {
    .fi-item {
        flex: 1 1 calc(33.33% - 10px);
    }
}
@media (max-width: 480px) {
    .fi-item {
        flex: 1 1 calc(50% - 10px);
    }
}

.swiper-slide{
	border: 2px solid #F6F7F7;
	overflow:hidden;
	border-radius:30px;
}


.market-applications-columns {
    display: flex;
    gap: 30px; /* spacing between the two lists */
}

.market-applications-columns .market-applications-list {
    flex: 1;              /* make both columns equal width */
}

.market-applications-list li {
    margin-bottom: 6px;   /* spacing between items */
}

img.zoomImg,
.nav-vertical-center .goldsmith-swiper-prev, .nav-vertical-center .goldsmith-swiper-next{
    display: none !important;
}


.product-after-cart-wrapper{
    align-items: center;
}

