*, ::after, ::before {
    box-sizing: border-box;
}

/**************__________________Horizantal font___________________***********/

@font-face {
    font-family: wishlistfont;
        font-family: myFirstFont;
        src: url(/resources/font/DMSerifDisplay-Regular.ttf);
      }


/**************__________________Horizantal Header___________________***********/


.hr-wishlist{
    width: 100%;
    color: gray;

}




/**************__________________Wishlist Header___________________***********/

#wishlistheader .wlnav {
    display: block;
    text-align: left;
    font-size: 14px;
}

#wishlistheader .wlnav > a{
    text-decoration: none;
    color: rgb(112, 110, 110);
    display: inline-block;
}

#wishlistheader .wlnav > a:hover{
    color: gray;
}

#wishlistheader .wlnav > p{
    color: rgb(112, 110, 110);
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

#wishlistheader .wlnav > span:hover{
    color: gray;
}


/**************__________________Wishlist heading___________________***********/
#wishlistheader .heading {
    --fonts_name_2: DM Serif Display;
}


/**************__________________Wishlist table___________________***********/

#wishlistheader .wishlist-table .table{
    border: 0px;
    margin: 0;
    padding: 0;
}
#wishlistheader .wishlist-table table thead{
    background-color: #FAFAFA;
}

#wishlistheader .wishlist-table table thead th{
    padding: 11px 20px 9px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: gray;
}
#wishlistheader .wishlist-table table  tr{
    border-bottom: 1px solid rgb(228, 223, 223);
}


#wishlistheader .wishlist-table table tbody tr td{    
    padding: 25px 0px;
    width: 40%;
}

.product-image{
    width: 84px;
    margin-right: 0;
    padding-right: 0;
}

#wishlistheader .product-image , .product-detail{
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.remove-icon{

    margin-left: 80%;
    
}

#wishlistheader .wishlist-table table tbody tr td .product-image > img{
    width: 84px;
    height: auto;
}

#wishlistheader .wishlist-table table tbody tr td .product-detail > span{
    font-size: 14px;
    font-weight: 600;
}
#wishlistheader .wishlist-table table tbody tr td .product-detail > span:hover{
    text-decoration: underline;
    text-decoration-color: black;
    text-underline-offset: 3px;
    text-align: left;
}

#wishlistheader .wishlist-table table tbody tr td .product-detail > h4{
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: gray;
    margin-top: 15px;
}

#wishlistheader .wishlist-table table tbody tr td > p{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.Cart-btn {
    display: block;
    position: absolute;
    left: 0%;
    width: 80%;
    font-size: 14px;
    top: 28%;

    font-weight: 300;
  }
  .Cart-btn  button {
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    background-color: white;
    color: black;
    font-weight: 600;
    width: 80%;
    height: 50px;
    margin-left: 10%;
  }
  
  .Cart-btn  button:hover {
    background-color: #293355;
    color: white;
    font-weight: 600;
  }

  .Cart-btn p {
    font-size: 14px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
   .Cart-btn i {
    position: absolute;
    font-size: 18px;
    top: 8%;
    right: 4%;
    cursor: pointer;
  }
   .Cart-btn span {
       font-size: 14px;
    display: inline-block;
    height: 25px;
    text-align: center;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    padding-bottom: 20px;
  }
  
  

#wishlistheader .wishlist-table table tbody tr td .remove-icon > i{
    font-size: 20px;
    cursor: pointer;
}

#wishlistheader .wishlist-table table tbody tr td .remove-icon > i:hover{
    color: #BD8239;
}

#wishlistheader .wishlistmail div{
    display: block;
    cursor: pointer;
    text-align: left;
}

#wishlistheader .wishlistmail div a{
    text-decoration: none;
    color: black;
    font-size: 14px;
}

#wishlistheader .wishlistmail div a  i {
    margin-right: 10px;
}

#wishlistheader .wishlistmail div a  span {
    color: black;
    font-weight: 100;
    font-size: 12px;
    color: #8a8585;
}
#wishlistheader .wishlistmail div a  span:hover{
    color: #0D93EC;
}


/**************__________________Wishlist card    Header___________________***********/
.wishlistcard .navigation-arrow {
    position: relative;
}

.wishlistcard .arrow-prev {
    position: absolute;
    top: 40%;
    left: 10%;
    font-size: 20px;
    padding: 5px 5px 5px 5px;
    color: #2e2c2c;
}
.wishlistcard .arrow-next {
    position: absolute;
    top: 40%;
    right: 10%;
    font-size: 20px;
    padding: 5px;
    color: #2e2c2c;
}
.wishlistcard{
    position: relative;
}

.wishlistcard .wishlistcardheader .box-title {
    color: black;
    position: relative;
    font-family: wishlistfont;
    font-size: 34px!important;
    letter-spacing: 0;
    font-weight: 400;
}

.wishlistcardheader .box-title:before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    background: #cac4c4;
    width: 25%;
    top: 50%;
    left: 0;
}

.wishlistcardheader .box-title::after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    background: #cac4c4;
    width: 25%;
    top: 50%;
    right: 0;
}

/**************__________________Wishlist card___________________***********/
.wishlistcard .card{
    width: 370px;
    height: auto;
    overflow: hidden;
}
.wishlistcard .card img{
    width: 100%;
    height: auto;
}

.wishlistcard .card img:hover{
    opacity: 50%;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
.wishlistcard .card {
    border: none;
}

.wishlistcard .card .card-body .card-title{
    font-size: 22px;
    font-weight: 600;
}

.wishlistcard .card .card-body > p{
    font-size: 14px;
}

.wishlistcard .card .card-body > a{
    border: none;
    border-radius: 0px;
    background-color: #293355;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 20px 30px 18px;
    margin-left: auto;
    margin-right: auto;
}

.wishlistcard .card .card-body > a:hover{
    background-color: white;
    transition: 0.3s;
    color: black;
}


 @media (min-width: 769px) and (max-width: 1024px) {

    .hr-wishlist{
        display: none;
    
    }

    #wishlistheader{
        margin-top: 20px;
    }

    #wishlistheader .heading{
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .wishlistcardheader .box-title:before {
        width: 32%;
    }
    
    .wishlistcardheader .box-title::after {
        width: 32%;
    }

    .wishlistcard .card{
        width: 300px;
    }

    .wishlistcard .card .card-body .card-title{
        font-size: 18px;
        font-weight: 600;
    }

    .Cart-btn p {
        font-size: 13px;
      }
       .Cart-btn span {
        font-size: 13px;
        height: 23px;
        width: 23px;
        margin-top: 3px;
        margin-bottom: 3px;
      }
    


}

@media (min-width: 426px) and (max-width: 768px) {

    .hr-wishlist{
        display: none;
    
    }

    #wishlistheader{
        margin-top: 20px;
    }

    #wishlistheader .heading{
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .wishlistcardheader .box-title:before {
        width: 25%;
    }
    
    .wishlistcardheader .box-title::after {
        width: 25%;
    }

    .wishlistcard .card{
        width: 200px;
    }

    .wishlistcard .card .card-body .card-title{
        font-size: 18px;
        font-weight: 600;
    }

    #wishlistheader .wishlist-table table tbody tr td{    
        width: 25%;
        text-align: center;
    }

    .Cart-btn{
        top: 33%;
    }

    .remove-icon{

        margin-top: -15px;
        
    }
    


}

@media (min-width: 376px) and (max-width: 425px) {

    .hr-wishlist{
        display: none;
    
    }

    #wishlistheader{
        margin-top: 20px;
    }

    #wishlistheader .heading{
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .wishlistcardheader .box-title:before {
        width: 10%;
    }
    
    .wishlistcardheader .box-title::after {
        width: 10%;
    }

    .wishlistcard .card{
        width: 300px;
        margin: auto;
        margin-top: 20px;
    }

    .wishlistcard .card .card-body .card-title{
        font-size: 18px;
        font-weight: 600;
    }

    #wishlistheader .wishlist-table table tbody tr td{    
        text-align: center;
    }

    .Cart-btn{
        font-size: 10px;
        width: 100%;
        top: 40%;
    }

    .Cart-btn button{
        font-size: 10px;
        width: 100%;
        margin-left: 0px;
    }
    

    .remove-icon{
        display: block;
        width: auto;
        top: 10%;
        right: 10%;
        z-index: 0;
        position: absolute;
        text-align: center;
        font-weight: 900;  
    }
    
    #wishlistheader .wishlist-table table tbody tr td .product-detail > span{
        font-size: 12px;
        font-weight: 500;
    }
    
    #wishlistheader .wishlist-table table tbody tr td .product-detail > h4{
        font-size: 13px;
        font-weight: 600;
        margin-top: 10px;
    }
    
      .Cart-btn p {
          text-align: left;
            font-size: 12px;
            background-color: white;
      }
       .Cart-btn i {
        z-index: 5;
        position: absolute;
        font-size: 20px;
        top: 13%;
        right: 8%;
        cursor: pointer;
      }
      .Cart-btn span {
          font-size: 12px;
        display: block;
        text-align: start;
        height: 18px;
        width: 18px;
        margin-top: 0px;
        margin-bottom: 0px;
   }

   .Cart-btn .setsize{
       display: inline-block;
   }
 


}

@media (min-width: 321px) and (max-width: 375px) {

    .hr-wishlist{
        display: none;
    
    }

    #wishlistheader{
        margin-top: 20px;
    }

    #wishlistheader .heading{
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .wishlistcardheader .box-title:before {
        width: 10%;
    }
    
    .wishlistcardheader .box-title::after {
        width: 10%;
    }

    .wishlistcard .card{
        width: 300px;
        margin: auto;
        margin-top: 20px;
    }

    .wishlistcard .card .card-body .card-title{
        font-size: 18px;
        font-weight: 600;
    }

    #wishlistheader .wishlist-table table tbody tr td{    
        text-align: center;
    }

    .Cart-btn{
        font-size: 10px;
        width: 100%;
        top: 33%;
    }

    .Cart-btn button{
        font-size: 10px;
        width: 100%;
        margin-left: 0px;
    }
    

    .remove-icon{
        display: block;
        width: auto;
        top: 10%;
        right: 10%;
        position: absolute;
        text-align: center;
        font-weight: 900;  
    }
    
    #wishlistheader .wishlist-table table tbody tr td .product-detail > span{
        font-size: 12px;
        font-weight: 500;
    }
    
    #wishlistheader .wishlist-table table tbody tr td .product-detail > h4{
        font-size: 13px;
        font-weight: 600;
        margin-top: 10px;
    }
    
    .Cart-btn p {
        text-align: left;
          font-size: 12px;
          background-color: white;
    }
     .Cart-btn i {
      z-index: 5;
      position: absolute;
      font-size: 20px;
      top: 13%;
      right: 8%;
      cursor: pointer;
    }
    .Cart-btn span {
        font-size: 12px;
      display: block;
      text-align: start;
      height: 18px;
      width: 18px;
      margin-top: 0px;
      margin-bottom: 0px;
 }


   .Cart-btn .setsize{
       display: inline-block;
   }
 
    


}

@media (min-width: 0px) and (max-width: 320px) {

    .hr-wishlist{
        display: none;
    
    }

    #wishlistheader{
        margin-top: 20px;
    }

    #wishlistheader .heading{
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .wishlistcardheader .box-title:before {
        width: 0%;
    }
    
    .wishlistcardheader .box-title::after {
        width: 0%;
    }

    .wishlistcard .card{
        width: 240px;
        margin: auto;
        margin-top: 20px;
    }

    .wishlistcard .card .card-body .card-title{
        font-size: 18px;
        font-weight: 600;
    }

    #wishlistheader .wishlist-table table td{
        width: auto !important;
        padding: 0;
        margin: 0px;
    }
    #wishlistheader .wishlist-table table tbody tr td{    
        text-align: center;
    }

    .Cart-btn{
        font-size: 10px;
        width: 100%;
        top: 33%;
    }

    .Cart-btn button{
        font-size: 10px;
        width: 100%;
        margin-left: 0px;
    }
    

    .remove-icon{
        display: block;
        width: auto;
        top: 10%;
        right: 10%;
        position: absolute;
        text-align: center;
        font-weight: 900;  
    }
    
    #wishlistheader .wishlist-table table tbody tr td .product-detail > span{
        font-size: 12px;
        font-weight: 500;
    }
    
    #wishlistheader .wishlist-table table tbody tr td .product-detail > h4{
        font-size: 13px;
        font-weight: 600;
        margin-top: 10px;
    }
    
    .Cart-btn p {
        text-align: left;
          font-size: 12px;
          background-color: white;
    }
     .Cart-btn i {
      z-index: 5;
      position: absolute;
      font-size: 20px;
      top: 13%;
      right: 8%;
      cursor: pointer;
    }
    .Cart-btn span {
        font-size: 12px;
      display: block;
      text-align: start;
      height: 18px;
      width: 18px;
      margin-top: 0px;
      margin-bottom: 0px;
 }

      .Cart-btn .setsize{
          display: inline-block;
      }
    


} 


