/* ##################################################### (Import Files) ########################################################## */
@import url('global.css');
@import url('header-front.css');
@import url('footer.css');

 /* ############################################################## (Prodcut Details Page Start) ################################################################ */ */

 section#product-details-top{

    background-color: var(--fourth-color);
 }



/*##################################(Breadcrumb Area Start)#################################*/

.breadcrumb-area-wrapper {
    margin-top: 10px;
    margin-bottom: 5px;
}

#breadcrumb-area .product_top_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:rgba(255, 245, 236, 1);
    padding-inline: 10px;
}

#breadcrumb-area .breadcrumb_content {
    width: 70%;
}

#breadcrumb-area .breadcrumb_content ul {
    list-style-type: none;
}

.breadcrumb_content ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    margin-right: 3px;
    padding-right: 13px;
    position: relative;
}

.breadcrumb_content ul li a {
    font-size: 12px;
    color: #636363;
    letter-spacing: .5px;
}

.breadcrumb_content ul li a:hover {
    color: var(--btn-color);
}

.breadcrumb_content ul li:not(:last-child):after {
    position: absolute;
    content: "/";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #636363;
}

#breadcrumb-area .product_nav_btns ul {
    list-style-type: none;
}

.product_nav_btns ul li {
    display: inline-block;
    background-color: var(--primary-color);
    padding: 5px;
    margin-left: 5px;
    border-radius: 3px;
}

.product_nav_btns ul li a i {
    color: #636363;
    font-size: 18px;
}


/*##################################(Breadcrumb Area End)#################################*/


/*##################################(Product Details Top Start)#################################*/


/* Product Thumbnail box Start */



 
.product-thumbnail-box .product-thumbnails-container {
    display: flex;
}

.product-thumbnail-box .thumbnails-all{

    min-width: 70px;
    margin-right: 8px;
}
 
.product-thumbnail-box .thumbnails-all::-webkit-scrollbar-thumb {
    background: #7f7f7f !important;
    border-radius: 10px !important;
}

.product-thumbnail-box .thumbnails-all::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c3c3c3;
    border-radius: 10px;
}

.thumbnails-all a {
    border: 1px solid #dfdfdf;
    padding: 5px 5px;
    margin: 0px 10px 10px 0px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    vertical-align: top;
    /* flex-direction: row; */
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.thumbnails-all a.active{
    border-color: var(--main-color);
}


.thumbnails-all a {
    display: block !important;
}

.thumbnails-all a img,
.thumbnail-single img {
    max-width: 100%;
    max-height: 100%;
}
.thumbnail-single img{
    max-height: 330px;
    display: block;
}
.thumbnail-single {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfdfdf;
    max-height: 333px;
    flex-grow: 1;
    
}
.thumbnail-single span.zoom-in{

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

/* Product Thumbnail Box End */


/* Product Description Box Start */

p.manufacturerName {
    font-size: 14px;
    color: white;
    display: inline-block;
    background:var(--fourth-color);
    padding-left: 7px;
    position: relative;


}
p.manufacturerName:after{
    position: absolute;
    content: '';
    width: 100%;
    top: 0px;
    bottom: 0px;
    right: -12px;
    transform: skewX(-25deg);
    background-color: var(--fourth-color);
    border-right: 1px solid #dddddd61;
    z-index: -1;
}

.productDetailTitle {
    margin-top: 8px;
}

.productDetailTitle h2 {
    font-size: 19px;
    line-height: 28px;
    font-weight: normal;
    color: #636363;
}

.product-description-box .seemoredetails_a {
    margin-top: 10px;
}

.product-description-box .seemoredetails_a a {
    font-size: 12px;
    color: var(--btn-color);
    cursor: pointer;
    letter-spacing: .5px;
}

.sharemainul {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0 5px;
    padding-top: 0.923em;
    cursor: pointer;
    font-size: 14px;
}

.sharemainli {
    margin-right: 5px;
}

.sharemainli a {
    color: #636363;
    letter-spacing: .5px;
}

.sharemainli>a i,
.product-icon .share-btn i {
    margin-right: 3px;
}

.shareul {
    display: none;
    list-style: none;
    transition: all .3s ease-in-out;
}

.sharemainli:hover .shareul {
    display: block;
    position: absolute;
    background: #fffefe;
    border: 1px solid #ddd;
    width: 40px;
    cursor: pointer;
    list-style: none;
    padding: 5px 5px;
    margin-left: 0px;
    margin-top: 2px;
    text-align: center;
    border-radius: 4px;
    z-index: 2;
}

.sharemainli .shareul li {
    margin: 2px 2px 5px -2px;
    font-size: 18px;
}

.product-icon .share-btn {
    background-color: transparent;
    border: none;
    font-size: 14px;
}

.product-icon .share-btn {
    color: #636363;
}

.mfr-partnum {
    color: #636363;
    font-size: 12px;
    letter-spacing: .5px;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0px 20px;
}


/* .mfr-partnum .mfrPartLabel {
    font-weight: bold;
} */


/* Product Description Box End */


/* Product Form Box Start */

.product-form-box {
    text-align: center;
    padding: 20px;    
    border: 1px solid #ccc;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #EEEEEE;
    border-top: 5px solid #515151;
}

.returnduration.product-stock-availibility {
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-stock-availibility .avail-label {
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    color: #636363;
    letter-spacing: 0.05em;
}

.product-stock-availibility .selectedinstock-productdetail,
.product-stock-availibility .selectedoutofstock-productdetail {
    font-size: 14px;
}

.selectedinstock-productdetail {
    color: #81b534;
}

.selectedoutofstock-productdetail {
    display: none;
    color: #f00;
}

.productDetailFinalPrice small {
    font-size: 12px;
    color: #636363;
    display: inline-block;
    line-height: 16px;
    letter-spacing: .5px;
}

.productDetailFinalPrice ins {
    text-decoration: none;
}

.productDetailFinalPrice>div.electro-price {
    font-size: 16px;
    letter-spacing: .5px;
    color: #81b534;
}
.product-detail-price{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-detail-price p {
    margin-right: 15px;
    font-size: 14px;
    color: #636363;
    letter-spacing: .5px;
}

.product-detail-price p strong {
    font-weight: 400;
    display: block;
    font-size: 12px;
}

.product-right .border-product {
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px px dashed #dddddd;
    margin-top: 20px;
}

.product-form-box .product-quantity {
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px dashed #dddddd;
    margin-top: 20px;
}

.product-form-box .product-quantity .quantity-label {
    color: #636363;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: .5px;
}

.product-form-box .product-quantity .qty-box {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.product-detail-quantity {
    text-align: center;
    width: 65px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    border: 1px solid #ced4da;
    border-right: 0px;
}

.qty-box .input-group {
    flex-wrap: nowrap;
    margin-left: 5px;
}

.qty-box .input-group span button {
    background: #ffffff;
    border: 1px solid #ced4da;
    margin: 0px;
    border-radius: 0px;
    padding: 10px 15px;
}

.productDetail-add-to-cart button {
    border: none;
    background: var(--main-color);
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
    font-size: 12px;
    border-radius: 25px;    
}

.productDetail-add-to-cart button:hover {
    background: var(--btn-hover-color);
}

input#product-detail-quantity::-webkit-outer-spin-button,
input#product-detail-quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Product Form Box End */


/*##################################(Product Details Top End)#################################*/


/*##################################(Product Details Bottom Start)#################################*/

 
#product-details-bottom .table {
    border-bottom: 1px solid #dee2e6;
    margin-top: -1px;
    background: #EEEEEE;
}

#product-details-bottom table tr td {
    padding: 15px 10px;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #fff;
}

#product-details-bottom table tr td h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
}

#product-details-bottom table tr td a {
    color: #000;
}

#product-details-bottom table tr td a:hover {
    color: var(--btn-color);
}

#product-details-bottom table tr td ul {
    list-style-type: none;
}

#product-details-bottom table tr td ul li {
    line-height: 24px;
}

#product-details-bottom table tr td p {
    margin-bottom: 12px;
}

#product-details-bottom table tr td:first-child {
    width: 30%;
    border-right: 2px solid #fff;
}

#product-details-bottom .Product-detail-title-for-listing {
    margin: 10px 0px;
}

#product-details-bottom .Product-detail-title-for-listing h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

#product-details-bottom .Product-detail-title-for-listing p {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.6px;
}

 

/*##################################(Product Details Bottom End)#################################*/


 


/*##################################(Product Details Footer Message Start)#################################*/

.SearchFooterMsg-wrapper p {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.6px;
    margin-bottom: 3px;
}


/*##################################(Product Details Footer Message End)#################################*/

/* ############################################################## (Prodcut Details Page End) ################################################################ */

/* ################################ (Responsiveness Start) ################################### */








 
 

@media only screen and (min-width: 577px) {
    
    
    
    .product-thumbnail-box .thumbnails-all {
        max-height: 333px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .product-thumbnail-box .thumbnails-all::-webkit-scrollbar {
        width: 2px;
 
    }
    
    
}




@media only screen and (max-width: 576px){

    .product-thumbnail-box .thumbnails-all::-webkit-scrollbar {
    
        height: 5px;
    }
    .product-thumbnail-box .product-thumbnails-container{
        flex-direction: column;
        margin-bottom: 15px;
    }
    .thumbnail-single{
        order: -1;
    }
    .product-thumbnail-box .thumbnails-all{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow-y: hidden;
        overflow-x: auto;

    }
    .thumbnails-all a{
        flex-shrink: 0;
    }
    



}

@media only screen and (max-width: 425px) {


    #breadcrumb-area .breadcrumb_content{
        width: 100%;
    }

    #breadcrumb-area .product_nav_btns{
        display: none;
    }

}


/* ################################ (Responsiveness End) ################################### */