
/**********************************/
/********* Form Input CSS *********/
/**********************************/


.btnproduct-detail {
    color: #ffffff;
    background: #353535;
    border: 1px solid #353535;
    height:35px;
    font-size:14px;
}

.btnproduct-detail:hover,
.btnproduct-detail:active,
.btnproduct-detail:focus {
    color: #ffffff;
    background: #D81324;
    border: 1px solid #D81324;
    box-shadow: none;
}


/**********************************/
/******* Product Detail CSS *******/
/**********************************/
.product-detail {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.product-detail .product-detail-top,
.product-detail .product-detail-bottom {
    margin-bottom: 30px;
}

.product-detail .product-detail-top {
    padding: 0;
    background: #ffffff;
}
.product-slider-single{
   border-bottom: 2px solid #c3c7c4; 
    /* box-shadow: 0 0 3px 3px rgba(0,0,0,.5); */
}

.product-detail .product-slider-single img {
    width: 100%;
    max-height:630px;
    object-fit: cover;   
}
.product-detail .product-slider-single-nav {
   padding:15px;
   /* border: 3px double #FF6F61;   */
   overflow: hidden;
   text-align:left;

}

.product-detail .product-slider-single-nav .slider-nav-img {
   /*  border-right: 1px solid #FF6F61; */
    overflow: hidden;
    opacity: 0.4; /* Default opacity for inactive items */
    transition: opacity 0.3s; /* Smooth transition */
    padding:5px;
    cursor : pointer;
}

.product-detail .product-slider-single-nav .slider-nav-img .imagezised  {
    width: 100%;

 }

.product-detail .product-slider-single-nav  .slick-active {
    /*  border-right: 1px solid #FF6F61; */
    opacity: 1;
    /*background-color: red; */
    transform: scale(1.1);
     
 }

 .product-detail .product-slider-single-nav  .slick-active .imagezised {
   width:100%;
    
 }

@media (max-width: 775px) {

    .product-detail .product-slider-single-nav {
        padding:20px;
        justify-content: center; /* Center horizontally */
        align-items: center;
        /* border: 3px double green;   */
     }
    
     .product-detail .product-slider-single-nav  .slick-active .imagezised { 
    
        padding-left:0;
     }
   
}

@media (max-width: 755px) {

    .product-slider-single-nav {
       display:none;
     }
    
   
} 



.product-detail .product-slider-single-nav img {
    width: 100%;
    transition: all .3s;
}

.product-detail .product-slider-single-nav img:hover {
    transform: scale(1.2);

}

.product-detail .product-content,
.product-detail .product-content .title,
.product-detail .product-content .ratting,
.product-detail .product-content .price,
.product-detail .product-content .details,
.product-detail .product-content .quantity,
.product-detail .product-content .action {
    position: relative;
    width: 100%;
}

.product-detail .product-content {
    padding: 30px;
}

@media (min-width: 768px) {
    .product-detail .product-content {
        padding-left: 0;
    }
}

.product-detail .product-content .title h2 {
    font-size: 35px;
    margin-bottom: 5px; 
}

.product-detail .product-content .ratting {
    margin-bottom: 18px; 
    font-size: 10px;  
    color: #ffffff;
}


.product-detail .product-content .price,
.product-detail .product-content .branch,
.product-detail .product-content .p-size {
    margin-bottom: 15px;
} 


.product-detail .product-content .p-color {
    margin-bottom: 15px;
    border-bottom:1px solid #c3c7c4;
    padding-bottom:15px;
   
}
.product-detail .product-content .price h4,
.product-detail .product-content .branch h4,
.product-detail .product-content .p-size h4,
.product-detail .product-content .p-color h4{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}

.product-detail .product-content .price p {
    display: inline-block;
    color: #D81324;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.product-detail .product-content .price .pp {
    display: block;
    color: #2f293f;
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
}

.product-detail .product-content .price .ppp {
    display: block;
    color: #2f293f;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
}

.product-detail .product-content .branch {
    display: inline-block;
    width: 100%;  
}

.product-detail .product-content .locmain {
    width:100%;;
   display: flex;
   
}
.product-detail .product-content .loc1 {
    display: inline-block;
    width:50%; 
    padding : 10px;
    border-right:1px solid #c3c7c4;
    margin:auto;
}
.product-detail .product-content .loc2 {
    display: inline-block;
    width:32%;
     padding :15px 0px 15px 10px;
    /* border:1px solid red;   */
     margin:auto;
}
.product-detail .product-content .loc3 {
    display: inline-block;
    width:15%;
    /*border:1px solid red; */
    align-items:center;
    margin:auto;
}
.product-detail .product-content .branch span {
    padding-top:5px;
    display: block;
    font-weight: 500;
    font-size: 16px;
    color:#2f293f;
}

.product-detail .product-content .branch .medyomaliit {
    padding-top:5px;
    display: block;
    font-weight: 500;
    font-size: 12.5px;
    color:#2f293f;
}


.product-detail .product-content .branch p {
    display: block;
    color: #2f293f;
    font-size: 13px; 
    font-weight: 400;
    margin-left:5px;
    padding:3px;
}
.product-detail .product-content .branch .abeg {   
    color: #2f293f;
   
}

.product-detail .product-content .branch .alast {   
    border-bottom:1px solid #c3c7c4;
   /* padding-bottom:10px; */
}
.product-detail .product-content .borderbot {
    border-bottom: 1px solid #c3c7c4;
}

.product-detail .nav.nav-pills .nav-link {
    color: #ffffff;
    background: #000000;
    border-radius: 0;
    transition: all .3s;
}

.product-detail .nav.nav-pills .nav-link:hover{
    background: #313131;
}
.product-detail .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #D81324;
}

.product-detail .tab-content {
    background: #ffffff;
    padding: 25px 0px 15px 0px;
}



/*related product */
/**********************************/
/******** Product Item CSS ********/
/**********************************/
.product-item {
    position: relative;
}

.product-item .product-title {
    padding: 10px;
    text-align: left;
    background: #383838;
    transition: all .3s;
}

/*
.product-item:hover .product-title {
    background: #D81324;
}
    */

.product-item .product-title p{
    position: relative;
    width: 100%;
}

.product-item .product-title .ratting {
    position: relative;
    width: 100%;
    color: #FFD700;
}

.product-item .product-title p {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 18px;
}

.product-item .product-title .ratting i {
    font-size: 14px;
    color: #FFD700;
}

/*
.product-item:hover .product-title p,
.product-item:hover .product-title .ratting i {
    color: #ffffff;
}
    

.product-item:hover .product-content .price span {
    color: #dddddd;
}
    */

.product-item .product-image {
    position: relative;
    overflow: hidden;
    height:350px; 
    width:auto;
}

.product-item .product-image a {
    display: block;
    background: #ffffff;
    transition: .3s;
}

.product-item .product-image img {
    width: 100%; 
    transition: all .3s;
}

.product-item:hover .product-image img {
    transform: scale(1.2);
}

.product-item .product-image .product-action {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(214, 207, 207, 0.5);
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}

.product-item:hover .product-image .product-action {
    opacity: 1; 
}

.product-item .product-image .product-action a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 7px 0 10px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #D81324;
    border: 1px solid #ffffff;
    border-radius: 4px;
    transition: all .3s;
    margin-top: 50px;
}

.product-item:hover .product-image .product-action a {
    margin-top: 0;
}

.product-item .product-image .product-action a:last-child {
    margin-right: 0;
}

.product-item .product-image .product-action a:hover {
    color: #ffffff;
    background: #383838;
    border: 1px solid #ffffff;
}

.product-item .product-price {
    padding: 20px;
    background: #2b2a2a;
    transition: all .3s;
}

/*
.product-item:hover .product-price {
    background: #D81324;
}
*/
.product-item .product-price h3 {
    display: inline-block;
    color: #ffffff;
    margin: 0;
}

.product-item .product-price h3 span {
    font-size: 18px;
    font-weight: 400;
}


/**********************************/
/******** Featured Product ********/
/**********************************/
.featured-product {
    position: relative;
    padding: 30px 0;
}

.product .section-header {
    margin-bottom: 30px;
    padding: 20px 30px 15px 0px;
    color: #FF6F61;
    background: #ffffff;
}


@media (max-width: 395px) {

    .product .section-header {
        padding: 20px 30px 55px 5px;
    }
   
}


.product .slick-prev,
.product .slick-next {
    top: -75px;
    width: 30px;
    height: 30px;
    z-index: 1;
    transition: .5s;
    color: #D81324;
    background: #ffffff;
    border: 1px solid #D81324;
    border-radius: 4px;
}

.product .slick-prev {
    left: calc(100% - 120px);
}

.product .slick-next {
    right: 45px;
}

.product .slick-prev:hover,
.product .slick-prev:focus,
.product .slick-next:hover,
.product .slick-next:focus {
    background: #D81324;
}

.product .slick-prev::before,
.product .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #D81324;
}

.product .slick-prev::before {
    content: "\f104";
}

.product .slick-next::before {
    content: "\f105";
}

.product .slick-prev:hover::before,
.product .slick-prev:focus::before,
.product .slick-next:hover::before,
.product .slick-next:focus::before {
    color: #ffffff;
}




/*table */
#specification, #specification2 {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    text-align:center;
    margin-left: auto;
     margin-right: auto;
     font-size:15px;
    }

    #specification td, #specification th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align:center;
    }

    #specification2 td, #specification2 th {
        border: 1px solid #ddd;
        padding: 4px;
        text-align:center;
        }

    #specification tr:nth-child(even){background-color: #f2f2f2;}

    #specification tr:hover {background-color: #D81324; color:white}

    #specification th {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #6e6e6e;
        color: white;
        text-align:center;
    }

  