.sim-breadcrumbs{
    background-color: #c5c5c5;
    padding: 20px 0;
}
.sim-breadcrumbs a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.product{
    margin-top: 40px;
}

/* Main product section */
.sim-product-main .sim-box-content{
    display: flex;
    column-gap: 50px;
}


/* Product images */
.woocommerce-product-gallery__image .wp-post-image{
    width: 300px;
    height: auto;
}
.sim-product-images-holder .woocommerce-product-gallery__thumbnails{
    position:relative;
    display:flex;
    border: 1px solid #00000020;
    border-radius:10px;
    margin-top:10px;
}
.sim-product-images-holder .woocommerce-product-gallery__thumbnails .arrow-left, .sim-product-images-holder .woocommerce-product-gallery__thumbnails .arrow-right{
    width:50px;
    min-width: 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size: 40px;
}
.sim-product-images-holder .woocommerce-product-gallery__thumbnails .arrow-left:hover, .sim-product-images-holder .woocommerce-product-gallery__thumbnails .arrow-right:hover{
    background-color:#F4F4F490;
}
.sim-product-images-holder .woocommerce-product-gallery__thumbnails .gallery-thumbnails{
    overflow:hidden;
    flex-basis: 0;
    flex-grow: 1;
    padding:10px 0;
}
.sim-product-images-holder .woocommerce-product-gallery__thumbnails .gallery-thumbnails .thumbnails{
    display:flex;
    transition:all 0.5s ease-out;
	width: fit-content;
}

/* Product summary */
.woocommerce-product-details__short-description{
    margin-bottom: 40px;
    margin-top: 40px;
}
.sim-product-stock{
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin: 20px 0;
}
.sim-product-stock .stock{
    background-color: #2D793726;
    padding: 5px 20px 5px 12px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2D793726;
    border-radius: 3px 3px 3px 3px;
    color: #2D7937;
    margin: 0;
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.sim-product-stock .wcfmmp_shipment_processing_display{
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.price{
    color: var(--accent-color);
    font-size: 25px;
    font-weight: 600;
}
.price ins{
    text-decoration: none;
}
.product_meta .posted_in{
    color: #686868;
    font-size: 14px;
}
.product_meta .posted_in a{
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.woocommerce-product-details__short-description a{
    text-decoration: underline;
    text-decoration-color: var(--accent-color);
    color: inherit;
}




.sim-product-add-to-cart{
    margin-top: 40px;
}
.sim-product-add-to-cart .cart{
    width: fit-content;
    padding: 0 20px;
    color: var(--main-color);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
.sim-product-add-to-cart .cart .quantity-form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sim-product-add-to-cart .cart .reduce-quantity-button{
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sim-product-add-to-cart .cart .quantity{
    position: relative;
}
.sim-product-add-to-cart .cart i{
    font-size: 50px;
}
.sim-product-add-to-cart .cart .quantity-input{
    width: 40px;
    position: absolute;
    top: 36%;
    left: 58%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    background: none;
    border: none;
    font-size: 25px;
    color: var(--accent-color);
    font-weight: 800;
}
.sim-product-add-to-cart .cart .increase-quantity-button{
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sim-product-add-to-cart .cart .single_add_to_cart_button{
    background-color: var(--main-color);
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.sim-product-add-to-cart .cart .single_add_to_cart_button:hover{
    color: var(--accent-color);
    background-color: #fff;
}


/* Product more actions */
.sim-product-more-actions{
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 30px;
}
.sim-sold-by-container{
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
    margin-top: 40px;
}
.sim-sold-by-container .sim-sold-by-title{
    font-size: 20px;
}
.sim-sold-by-container .sim-sold-by-store{
    display: flex;
    align-items: center;
}
.sim-sold-by-container .sim-sold-by-store-logo img{
    width: 50px;
}
.sim-product-more-actions .wcfm_catalog_enquiry {
    width: 170px;
    height: 140px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    border-radius: 10px;
    padding: 0;
    background-color: #F2F2F3;
    border: none;
    box-shadow: none;
    color: var(--main-color);
}
.sim-product-more-actions .wcfm_catalog_enquiry:hover{
    background-color: var(--main-color);
    color: #fff;
}
.sim-product-more-actions .wcfm_catalog_enquiry .fa-question-circle{
    font-size: 40px;
}
.add_enquiry_label{
    font-size: 16px;
}
.sim-product-show-vendor{
    width: 170px;
    height: 140px;
    background-color: #F2F2F3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
    cursor: pointer;
    color: var(--main-color);
    text-decoration: none;
}
.sim-product-show-vendor:hover{
    background-color: var(--main-color);
    color: #fff;
}
.sim-product-show-vendor i{
    font-size: 40px;
}
.sim-product-show-vendor span{
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
}


.sim-divider{
    height: 1px;
    width: 100%;
    display: block;
    background-color: #F2F2F3;
    margin: 40px 0;
}

/* Product Tabs */
.woocommerce-tabs{
    display: flex;
    column-gap: 50px;
}
.tabs{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 250px;
    min-width: 250px;
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}
.tabs li a{
    background-color: #1D26330F;
    padding: 15px 20px;
    border-radius: 5px;
    display: block;
}
.tabs li.active a{
    background-color: #3B537629;
}
.tabs li a{
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
}
.woocommerce-Tabs-panel a{
    text-decoration: underline;
    text-decoration-color: var(--accent-color);
    color: inherit;
    font-weight: 600;
}