.w-bg {
    background: #fff;
    padding: 50px 40px;
    margin-left: -100px;
    margin-top: 56px;
    box-shadow: 0px 4px 12px 0px #9b9b9b;
}

h5.w-header3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1d3862;
}

p.w-header4 {
    font-size: 16px;
    /* padding: 0 306px; */
    color: #000;
    margin-bottom: 30px;
    /* padding: 0 215px; */
    padding: 0 25px;
    line-height: 30px;
}
h5.w-header {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 22px;
    color: #000;
}
.w-btm {
    margin-top: 21px;
}
.w-img {
    background-color: #EB1118;
    /* background-color: #1d3862; */
    padding: 12px;
    box-shadow: 0px 10px 20px 0px rgba(255, 255, 255, 0.4);
    display: inline-block;
    border-radius: 15%;
}

.w-img img {
    width: 32px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7498%) hue-rotate(298deg) brightness(101%) contrast(101%);
    /* filter: brightness(0) saturate(100%) invert(20%) sepia(16%) saturate(2225%) hue-rotate(177deg) brightness(93%) contrast(95%); */
}

.float {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1000;
}



.search-icon {
    cursor: pointer;
    font-size: 24px;
    background-color: #EB1118;
    color: white;
    padding: 10px;
    /* margin-top: 5px; */
    border: none;
    border-radius: 50%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.search-box input[type="text"] {
    width: 80%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.team__title-wrapper {
    text-align: center;
    padding-bottom: 35px;
}

.product_itmss h5{
    text-align: center;

    background-color: #eb1118 !important;
    font-weight: 600;
    color: #fff;
    padding: 15px;

}
.owl-theme .owl-dots{
    display: none;
}
.owl-theme .owl-nav [class*="owl-"]{
    background-color: #eb1118 !important;
}

.product_des{
    padding-bottom: 30px;
}

.product_d{
    font-size: 2rem;
    color: #000;
    padding: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.border1 {
    border: solid 1px #dddddd;
}
.mt-box, .mt-info, .mt-tilte, .mt-tilte-inner {
    position: relative;
}
.mt-thum-bx, .mt-post-thum {
    background-color: #000;
}
.mt-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.10) 100%);
}
.mt-thum-bx img, .mt-post-thum img {
    width: 100%;
    height: auto;
}
.btn-xs {
    font-size: 11px;
    padding: 7px 10px;
}

.site-button-secondry {
    background-color: #222;
    color: #fff;
}
.site-button, .site-button-secondry {
    display: inline-block;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
}
.p-d{
    color: #000;
    font-size: 1.3rem;
}

.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 1.5rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}
.new-price span{
    color: #256eff;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #f64749;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}

.img-item a img{
    width: 140px;
    border: 0.5px solid #000;
    border-radius: 10px;
}

@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}

.imgs_cat{
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 3/4;
    background-color: #ffffff;
}


.image-column figure.image {
    overflow: hidden;
    border-radius: 10px;
}

.image-column figure.image img {
    display: block;
}

.product-content p{
    font-size: 1rem;
}

.title_cat{
    padding: 15px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #EE1D23;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 80px;
    transition: 0.3s;
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.title_cat:hover{
    border-radius: 30px;
    color: #fff;
    background-color:#EE1D23 ;
    
}

.title_cat .title{
    font-size: 13px;
    margin-top: 20px;
}

.title_cat .title:hover{
    color: #fff;
    
}

.wrapper{
    position: absolute;
    bottom: 0;
    right: 0;
  }
  
  .wrapper .title {
    width: 450px;
    height: 80px;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  }
  
   
  .wrapper .title {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    color: #EE1D23;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 80px;
    transition: 0.3s;
  }

  /* .wrapper .title a{
    color: #EE1D23 !important;
  }
  .wrapper .title a:hover{
    color: #fff !important;
  } */
  
  .wrapper .title:hover{
    border-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #EE1D23;
    color: #fff;
  }
  
  
  
  .wrapper ul li:before{
    content: ">";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    color: #d1d1d1;
  }
  
  .wrapper ul li:last-child:before{
    display: none;
  }
  
   