
.product-category-section{
    padding: 50px 0px 50px 0px;
}
.product-category-lists ul li{
    margin: 10px 0;
    display: block;
    background: #c7c7c7;
    padding: 10px 8px;
    font-weight: 500;
    cursor: pointer;
}
.product-category-lists ul li:hover, .product-category-lists li.active{
    background: #000000;
    color: #fff;
}
.product-category-column{
    background: #f5f6fa;
}

/* ---------------------------------------------- */
.allwrps {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    max-width: 1000px;
    margin: 0 auto;
}

.allwrps .single {
    max-width: 100%;
    height: auto;
    text-align: center;
    line-height: 200px;
    background: rgb(235, 235, 235);
    margin: 10px 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: .6s;
    overflow: hidden;
    cursor: pointer;
}
.allwrps .single img{
    transition: .4s;
}
.allwrps .single:hover img{
    transform: scale(1.1);
}

@media only screen and (min-width: 320px) and (max-width: 768px){
    .allwrps {
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 3000px){
.product-category-list-btn{
    position: fixed;
    max-width: 400px;
    z-index: 9;
 }
 .product-category-main {
    margin-left: 25%;
}
}

/* product details page start */
.product-image-section{
    padding: 20px;
    position: relative;
}
.product-details-main-section{
    padding: 30px 0;
    margin-top: 50px;
}
.product-color span{
    height: 40px;
    width: 40px;
    margin: 4px 7px;
    display: inline-flex;
}
.product-details{
    padding: 20px 0;
}
.product-details h6{
    font-weight: 500;
    font-size: 19px;
}
.product-details h6 span{
    font-weight: 400;
    font-size: 16px;
}
.details-text{
    padding: 0 20px 0 0;
    text-align: justify;
    font-weight: 400;
}
.card-img{
    position: relative;
    overflow: hidden;
}
.product-title, .category-title{
    padding: 5px 10px;
    text-align: left;
}
.category-title h5{
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #525252;
    font-style: italic;
}
.product-title{
    margin-top: 2px;
    text-align: left;
    text-transform: capitalize;
}
.product-title h5{
    color: #000000;
    font-size: 16px;
}
.brand-title h2{
    font-weight: 700;
}
.product-btn{
    margin-top: 15px;
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 7px 10px;
    transition: .3s all ease-in-out;
}
.product-btn h6{
    margin-top: 3px;
}
.product-btn:hover{
    background-color: #804200;
    color: #fff;
}
.slider-thumb-image{
    height: 80px;
    overflow: hidden;
}
.slider-thumb-image .demo {
    opacity: 0.6;
    cursor: pointer;
  }
.slider-thumb-image .active,
.slider-thumb-image .demo:hover {
  opacity: 1;
}
.product-image-section .prev,
.product-image-section .next {
  cursor: pointer;
  position: absolute;
  top: 20px;
  width: auto;
  padding: 7px 12px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 3px 0 0 3px;
  user-select: none;
  -webkit-user-select: none;
  background: #8b8c8d;
}

/* Position the "next button" to the right */
.product-image-section .next {
  right: 67px;
  border-radius: 0 3px 3px 0;

}
.prev{
    right: 120px;
}
.mySlides{
    text-align: center;
}
/* On hover, add a black background color with a little bit see-through */
.product-image-section .prev:hover,
.product-image-section .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.related-products-section{
    padding: 40px 0;
    position: relative;
}
.related-product-title{
    margin-bottom: 30px;
    text-align: center;
}
.product-sizing-section{
    padding: 50px 0;
    background: #f4f4f4;
}
.sizing-title{
    text-align: center;
    margin-bottom: 30px;
}
.sizing-lists ul li{
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin: 7px 0;
}
.sizing-lists ul li span{
    font-size: 18px;
    font-weight: 500;
}
.related-products-section .card{
    padding: 0;
}
/* product details page end */
#news-share ul {
    align-items: center;
    justify-content: center;
    padding: 10px;
    display: flex;
}
#news-share {
    border-top: 1px solid rgb(196, 196, 196);
}
#news-share ul li a {
    font-size: 26px;
}
#news-share ul li {
    margin: 0px 10px;
    font-size: 18px;
}
.details-icon img{
    height: 50px;
}
.details-icon li{
    margin-right: 10px;
}
.sizing-lists ul li{
    margin: 10px 0;
    list-style: disc;
}
.product-color-text-list li{
    list-style: none;
    margin-right: 10px;
}
.product-color-text-list span{
    display: inline-flex;
}
.certification-icon ul {
    padding: 0;
    text-align: center;
}
.certification-icon ul li {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 15px;
}
.footwear-sizing-table .table-title {
    padding: 8px 10px;
    background: #1f1f1f;
    color: #fff;
}
.footwear-sizing-table .table-title h4>span {
    font-size: 15px;
    font-weight: 400;
    margin-left: 6px;
}


/* customization section start */

.customization-section{
    padding: 40px 0;
}
.customization-title{
    margin: 40px 0 30px 12px;
}
.customization-title h3::before{
    display: none;
}
.customization-image{
    margin: 20px 0;
    box-shadow: 1px 4px 15px -7px #252525;
}
.customize-list li {
    list-style: disc;
    margin-bottom: 8px;
    font-weight: 400;
}

/* customization section end */

@media only screen and (min-width: 576px) and (max-width: 858px){
.product-category-list-btn {
    width: 30%;
    top: 80px;
}
}
.product-title {
    width: 280px;
    height: 45px;
}