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


/* ############################################################## (Slider Start) ################################################################ */

#home-slider .row>div {
    padding: 0px;
}

.carousel-indicators button {
    background: #fff !important;
    width: 9px !important;
    height: 9px !important;
    border-radius: 50% !important;
    border: 1px solid #bdbdbd !important;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
    margin-inline: 5px !important;
    transition: all .4s ease-in-out !important;
    opacity: 1 !important;
}

.carousel-indicators button:hover {
    background: #7e7e7e !important;
}

.carousel-indicators button.active {
    background: var(--second-color) !important;
}


/* .carousel-indicators {
    bottom: -50px;
} */

.carousel-control-prev,
.carousel-control-next {
    display: none;
}


/* ############################################################## (Slider End) ################################################################ */


/* ############################################################## (TextPix-One Start) ################################################################ */

#textPix-One>div {
    padding-bottom: 0px;
}

#textPix-One .image-box {
    overflow: hidden;
    display: flex;
}

#textPix-One .image-box img {
    margin-top: -10px;
    margin-left: -15px;
    max-width: 500px;
    align-self: center;
    justify-self: center;
    display: block;
    margin: auto;

}

#textPix-One .content-box ul {
    list-style: none;
    padding: 0px 20px 20px 0;
}

#textPix-One .content-box ul li {
    list-style: none;
    padding: 4px 20px 8px 5px;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--siteTextGray-color);
    border-bottom: 1px solid #e7e7e7;
    display: flex;
}

#textPix-One .content-box i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--third-color);
}


/* ############################################################## (TextPix-One End) ################################################################ */


/* ############################################################## (ProductFolio-one) ################################################################ */




#productFolio-one .cat-item {
    position: relative;
    padding: 35px;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); */
    margin: 10px 0px;
    background-color: #f7f7f7;
    
 
}

#productFolio-one .cat-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(64, 61, 57, 0.9);
    opacity: 0;
    z-index: 1;
    transform: scaleY(0);
    transform-origin:0%;
    transition: all 0.3s ease-in-out;
    border-radius: 50%; 
   
}

#productFolio-one .cat-item img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

#productFolio-one .cat-item .cat-caption {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    text-align: center;
    transition: all 0.3s ease-in-out 0.1s;
}

#productFolio-one .cat-item:hover .cat-caption {
    opacity: 1;
    top: 50%;
}

#productFolio-one .cat-item .cat-caption p {
    font-size: 20px;
    color: white;
    letter-spacing: 2px;
}

#productFolio-one .cat-item:hover::after {
    opacity: 1;
    transform: scale(1);
}


/* ############################################################## (productFolio-one End) ################################################################ */
/*#################################################################(Product Showcase Start)#################################*/

#product-showcase .productDetail-SectionTitle h2 {
    font-size: 19px;
    line-height: 28px;
    color: #636363;
    text-align: left;
    font-weight: 500;
    padding: 10px 0px;
    width: max-content;
    border-bottom: 3px solid #636363;
    margin-bottom: 20px;
}

#product-showcase .productShowcase-gridBlock {
    padding-right: 20px;
    border-right: 1px solid #dddddd61;
    position: relative;
    margin-block: 10px;
}

.productShowcase-gridBlock .productShowcase-image {
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.productShowcase-gridBlock .productShowcase-image a{
    display: inline-block;
    height:250px;
    padding-block:20px;
}
.productShowcase-gridBlock .productShowcase-image img{
    display: block;
    max-height: 100%;
}

.productShowcase-gridBlock .productShowcase-name h4 {
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    /* min-height: 35px; */
    min-height: 20px;
    margin-bottom: 5px;
    color: var(--siteBlack-color);
}

.productShowcase-priceBlock-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.productShowcase-gridBlock .productShowcase-price ins {
    text-decoration: none;
}

.productShowcase-gridBlock .productShowcase-price ins .amount {
    font-size: 18px;
    font-weight: 600;
    color: #4caf50;
    letter-spacing: .5px;
}

.productShowcase-gridBlock .productShowcase-price ins .each_amount,
.productShowcase-gridBlock .productShowcase-price del {
    font-size: 14px;
    color: var(--siteTextGray-color);
    letter-spacing: .5px;
    font-weight: 500;
}

.productShowcase-gridBlock .productShowcase-price del {
    display: block;
}

a.productShowcase-cartBtn {
    color: white;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 12px;
    background-color: var(--second-color);
    padding: 10px 15px;
    display: inline-block;
    margin-top: 5px;
}

a.productShowcase-cartBtn:hover {
    background-color: var(--main-color);
}

.productShowcase-gridBlock .productShowcase-mfrsku p {
    font-size: 12px;
    color: var(--siteTextGray-color);
    letter-spacing: .5px;
    font-weight: 500;
}

.productShowcase-gridBlock .productShowcase-compare {
    border-top: 1px solid #dddddd61;
    margin-top: 8px;
    padding-top: 5px;
}

.productShowcase-gridBlock .productShowcase-compare a {
    color: var(--siteTextGray-color);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
}
.productShowcase-gridBlock .productShowcase-compare a:hover{
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.productShowcase-gridBlock .productShowcase-availSign p {
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 600;
}

.productShowcase-gridBlock .productShowcase-availSign p.selectedinstock {
    color: #81b534;
}

.productShowcase-gridBlock .productShowcase-availSign p.selectedlimitedstock{
    display: none;
    color: #f00;
}

.productShowcase-gridBlock .productShowcase-availSign {
    position: absolute;
    top: 0px;
    right: 20px;
}

.productShowcase-gridBlock .productShowcase-mfrLogo {
    position: absolute;
    top: 0px;
    left: 20px;
}
.productShowcase-gridBlock .productShowcase-mfrLogo img{
    width: 65px;
}


/*##################################(Product Showcase End)#################################*/

/* ############################################################## (Portfolio Start) ################################################################ */

#portfolio .item {
    padding: 5px 15px 15px;
    background: white;
    border: 1px solid #ccccccb3;
    border-radius: 6px;
    box-shadow: 0 3px 5px 0 #87878780;
    margin-block:10px;
}

#portfolio .item img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

#portfolio .item .title{

    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: var(--siteBlack-color);
    font-weight: 600;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
     overflow: hidden;
    
}
#portfolio .item .description{
    
    color: var(--siteTextGray-color);
    padding-top: 5px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    
}
 
#portfolio .item .caption p::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--second-color);
    opacity: 0;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: 0% 50%;
    transition: all 0.3s ease-in-out 0s;
}

#portfolio .item:hover .caption p::after {
    opacity: 1;
    transform: scaleY(1);
    background-color: var(--second-color);
    z-index: 1;
}
#portfolio .item .caption p:hover::after{
    background-color: var(--main-color);
}
#portfolio .item .caption {
    background-color: var(--bright-color);
    -moz-transition: opacity linear .3s;
    -webkit-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
}

#portfolio .item:hover>.caption {
    opacity: 1;
}

#portfolio .caption p {
    
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 0px;
    z-index: 0;
    position: relative;
}

#portfolio .item .caption p span {
    z-index: 3;
    position: relative;
}


/* ############################################################## (Portfolio End) ################################################################ */


/*#############################(Brands showcase Start)#############################*/

#brands-showcase .cat_brands-slider {
    height: 100px;
    position: relative;
    background: white;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 5px;
}

#brands-showcase .cat_brands-slider::before,
#brands-showcase .cat_brands-slider::after {
    height: 100px;
    width: 10%;
    position: absolute;
    content: "";
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

#brands-showcase .cat_brands-slider::before {
    left: 0px;
    top: 0px;
}

#brands-showcase .cat_brands-slider::after {
    right: -1px;
    top: 0px;
    transform: rotateZ(180deg);
}

#brands-showcase .cat_brands-slider .brands-slide {
    display: flex;
    align-items: center;
    height: 100px;
    animation: slideshow 14s linear infinite;
}

@keyframes slideshow {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.cat_brands-slider .showcase-item img {
    height: 50px;
    padding: 0 30px 0 30px;
    max-width: none;
    display: block;
}

/*#############################(Brands showcase End)###############################*/


/*#############################(Media Querey Start)#############################*/

@media (max-width:1024px) {


    #portfolio .item .caption{

        opacity: 1;
    }
    #portfolio .item .caption p::after{
        opacity: 1;
        transform: scaleY(1);

    }


}


@media (max-width:767px) {

    #textPix-One .image-box{

        display: none;
    }




}



/*#############################(Media Querey End)###############################*/





