.product_head_title
{
text-align:center;
color:#8f117d;
margin-bottom: 1%;
    
}

.product_main_title_content{
 text-align:center;
 margin-bottom: 3%;
}
.prod_sub_cat .product_main_title_content{
    /* margin-bottom: 6%; */
}
.product_main_title_content p.inter-regular{
    width: 85%;
    font-size: 12px;
    margin: auto;
}


.polaroid {
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}
.product_container div.col-sm-3{ 
    padding:0 30px;
 }

.image_content {
  text-align: left;
  padding: 10px 16px;
}

.product_content_image_head{
 text-align: left;   
 font-weight: 700;   
 font-size: 1.05rem;
}

.product_image_content{
text-align: left;    
font-size: 0.7rem;   
    
}


.fa-angle-right:before {
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
}
.product_container{
    margin-right: -26px;
    margin-left: -26px;
}
.rounded {
    border-radius: .5rem!important;
}
.rounded.polaroid img{
border-bottom-left-radius: 68px!important;
}

@media (min-width: 576px){

    div.row.w-64.m-auto{
        width: 69%;
}

div.row.w-64.m-auto .col-sm-6:first-child{
    padding-right: 5.25%;
}
div.row.w-64.m-auto .col-sm-6:nth-child(2){
    padding-left: 5.25%;
}
}
/*product 3*/
@media (min-width: 768px){
.product3_main_title_content{
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 5%;    
}
}
.product3_main_title_content{
    text-align: center;
}
.product_main .col-sm{
    margin-bottom:2%;
}
.product_main .col-sm img:hover{
    -webkit-transition: -webkit-transform .15s linear;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform:scale(1.1);
    transition:transform .15s linear;
    position: relative;
    z-index: 5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.row_container{
    height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 104%;
    margin-left: -2%;
    margin-top: -2%;
    padding: 2% 2% 0 2%;
}
.row_container::-webkit-scrollbar {
    width: 0;
  }

/* catogory hover */
.polaroid{
    transform:scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transition: -webkit-transform .15s linear;
    transition:transform .15s linear;
}
.polaroid:hover {
    -webkit-transition: -webkit-transform .15s linear;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform:scale(1.1);
    transition:transform .15s linear;
    position: relative;
    z-index: 5;
}
.polaroid:hover h6{
    color: #8f117d;
}

/* back button */
.left-0{
    left: 0;
    font-family: inter-italic;
    font-size: 16px;
}
.left-0 i{
    font-size: 18px;
}
.left-0 button:hover{
text-shadow: 2px 2px 8px #FF0000;
}
.sub_final .left-0{
    top: -45px;
}

@media screen and (max-width: 1025px){
    .product_container div.col-sm-3 {
        padding: 0 5px;
    }
    .product_content_image_head{
        font-size: 1rem;
    }
    .product_main{
        position: relative;
        top: 60%;
        /*transform: translateY(-50%);*/
    }
    .product_container{
        width: 100%;
    }
    .prod_sub_cat.sub_final .product_main{
        position: unset;
        top: unset;
        transform:unset;
    }
    div.row.w-64.m-auto {
        width: 85%;
    }
}
@media screen and (max-width: 769px){

    .product_container{
        width: 100%;
    }
    .product_head_title {
        margin-top: 3rem !important;
        /*margin-bottom: 2.5%;*/
    }
    .main_row_sub_cat{
        position: unset;
    }
    .product_container div.col-sm-3{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .prod_sub_cat .product_container .row2 .col-sm-2 , .prod_sub_cat .product_container .row2 .col-sm-3 , .prod_sub_cat .product_container .row2 .col-sm-5{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 12px;
    }
    .prod_sub_cat .product_container .row2 .col-sm-2{
        order: 1;
    }
    .prod_sub_cat .product_container .row2 .col-sm-3{
        order: 2;
    }
    .prod_sub_cat .product_container .row2 .col-sm-5{
        order: 3;
    }
    .prod_sub_cat .product_container.container .row1 {
        display: none;
    }
}
@media screen and (max-width: 578px){
    .product_main{
        position: unset;
        top: unset;
        transform:unset;
        margin-bottom:65px;
    }
    .product_main .product_main_title_content h1{
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .product_main_title_content span.left-0{
        top: -25px;
    }
    .product_container div.col-sm-3{
        -webkit-box-flex: 0;
        -ms-flex: unset;
        flex: unset;
        max-width: unset;
        padding: 0 5% 0 8%;
    }
    .product_content_image_head {
        font-size: 1.5rem;
    }
    .product_head_title {
        font-size: 25px;
        text-align:center;
        color:#8f117d;
        margin-top: 9%;
        margin-bottom: 2.5%;
    }
    .row_container{
        height: 60vh;
        overflow-y: auto;
        overflow-x: hidden;
        width: 104%;
        margin-left: -2%;
        margin-top: 2%;
        padding: 2% 2% 0 2%;
    }
}