
/* ----MAIN IMAGE AND DETAILS------------- */

#main_img_and_details .star_review_icon , .fire_icon{
    width: 20px;
}

.five_gold{
    color: #e95144;
}

.main_img_round{
    width: 35px;
    height: 35px;
    background: url(../images/shop/layout_01/image9xxl-BLACK_775x.jpeg);
    background-size: cover;
    border: 1px solid #000;
}
.small_main_img .active{
    opacity: 0.4;
}

/* ----------FULL SCREEN IMAGE--------- */
.full-screen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    transition: 1s;
  }
  
  .full-screen-overlay img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: 1s;

  }
  
  .close-button {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
  }

/* --------FULL SCREEN IMAGE - END-------- */


.size_guide_compare_color{
    color: #000;
    text-decoration: none;

}
.size_guide_compare_color:hover{
    color: #000;
    text-decoration: underline;
}

/* ----SHAKE BUTTON----- */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
    100% { transform: translateX(0); }
  }

/* --------------- */

.add_to_cart_btn{
    color: #fff;
    background: #000;
}
.add_to_cart_btn:hover{
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.heart_btn{
    width: 41px;
    background: #fff;
}
.heart_btn:hover{
    fill: #fff !important;
    background: #000;
}

.terms_and_conditions{
    color: #000;
}
.terms_and_conditions:hover{
    color: #000;
}

.eye_icons{
    height: 20px;
    width: 20px;
}


/* --------owl modify------ */
.owl-stage-outer{
    overflow: hidden !important;
    display: block;
    
}
.item{
    padding: 0;
}
/* -----owl carousel tabs---------- */
.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.tabs li {
    margin-right: 10px;
    cursor: pointer;
    padding: 5px 10px;
    background-color: #ccc;
}
.tabs li.active {
    background-color: #007bff;
    color: #fff;
}
/* Style for tab content */
/* .tab-content {
    display: none;
}
.tab-content.active {
    display: block;
} */

/* ---------Bootstrap tabs--------- */

#product_details_tabs .nav-link{
    color: #000 !important;
}
#product_details_tabs .nav-item .active{
    background: #fff !important;
    color: #000 !important;
    border-bottom: 5px solid #000 !important;
    
}
/* --------------------------------------- */


#frequently_bought_products {
    background-color: #f4f4f4;
}

.fbp_btn{
    text-wrap: nowrap;
    width: 100%;
    padding: 10px ;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    border: 1px solid #000;
    transition: all .3s ease-in-out;
}

.fbp_btn:hover {
   color: #ffffff;
    background-color: #000000;
}

.pt_btn {
    padding: 10px 30px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border: none;
    transition: all.5s ease-in-out;
}
.pt_btn:hover {
    color: #fff;
    background-color: #d12442;
}

.right_arrow{
    height: 20px;
    width: 20px;
    transform: rotate(90deg);
}
.left_arrow{
    height: 20px;
    width: 20px;
    transform: rotate(-90deg);
}

/* -------------------- */

#p_detail .container p {
    font-size: 14px;
}

#p_detail .container .row .text-center {
    border: 1px solid #000;
    height: 100%;
}

#p_detail .container .row .text-center .contents_1  {
    display: flex;
    align-items: center;
}

.milance:after {
    content: "";
    display: block;
    margin: 5px auto;
    width: 30px;
    height: 1px;
    background-color: #000;
    color: #000;
   
}

.pd_btn  {
    padding: 10px 50px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border: 1px solid #000;
    transition: all .3s ease-in-out;
}
.pd_btn:hover {
    color: #000;
    background-color: #fff;
}


.pd_img {
    transition: all .3s ease-in-out;
}

.pd_img:hover {
    transform: scale(1.05);
}

/* lists >>>>>>>>>>>>>>> */

#lists .container .row .col-6 li {
    font-size: 14px;
    line-height: 30px;
    
}

/* sample para>>>>>>>>>> */

#sample_para .container .contents .para_1 p {
    font-size: 14px;
    background-color: #efefef;
    

}
#sample_para .container .contents .para_2 p {
    font-size: 14px;
}

/* ------------------------------------------ */

#product_details_tabs .star_review_icon , .fire_icon{
    width: 20px;
}
