.home4-slide-image img{
    height: 520px;
    width: 100%;
    object-fit: cover;
}
.footer1-logo img{
    width: 260px;
}
/* .footer1-copyright{
    padding: 0px ;
    background-color: black;
} */
.footer1-copyright ul {
    float: right;
    list-style: none;
    display: flex;
    margin: 10px 0;
}
.footer1-copyright ul li {
    font-size: 14px;
    border-right: 1px solid #d9d9d9;
    padding: 0 6px;
    line-height:14px;
    color: #d5d5d5;
}
.footer1-copyright ul li:last-child {
    border: none;
}
.footer1-section {
    background-color: #F4EDE7;
    padding: 25px 0 0px 0;
    background: url(https://img.freepik.com/free-photo/top-view-thin-leaves-with-copy-space_23-2148678660.jpg?w=900&t=st=1685960104~exp=1685960704~hmac=1aed690aea0b766e1e289d8e6893a221054bb4dc75cfba5c3721d95318db3e9d);
    background-size: cover;
    background-position: bottom;
}
.offcanvas-body {
    height: 80vh;
}
.product-price del {
    color: darkgrey;
    font-size: 16px;
    font-weight: 400;
}
.product-gallery-slider img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: contain;
}
.product-thumb-slider-vertical .item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.product-price span {
    font-size: 16px;
    color: #f8796c;
    font-weight: 300;
}
.product-sizes a.active {
    border: 2px solid #0d8c39;
}
.product-description ul{
    list-style: disc !important;
}
.product-description ul li {
    font-size: 16px;
}
.rate {
    float: left;
    height: 44px;
    padding: 0 10px;
    margin-top: -10px;
}
.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
 .theme-form input {
    border-color: #ddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left;
}

.rate {
    float: left;
    height: 44px;
    padding: 0 10px;
    margin-top: -10px;
  }
  .rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
  }
  .rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
  }
  .rate:not(:checked) > label:before {
    content: '★ ';
  }
  .rate > input:checked ~ label {
    color: #ffc700;    
  }
  .rate:not(:checked) > label:hover,
  .rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
  }
  .rate > input:checked + label:hover,
  .rate > input:checked + label:hover ~ label,
  .rate > input:checked ~ label:hover,
  .rate > input:checked ~ label:hover ~ label,
  .rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
  }
.form-control{
    margin-bottom: 24px;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    width: 100%;
}
@media(max-width:760px) {    
    .header-logo a img {
        max-width: 190px;
    }
    
  .product-info:not(:first-child) {
    height: 150px !important;
}
.footer1-copyright ul {
    margin: 0;
    float: left;
    list-style: none;
    display: flex;
    margin: 10px 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
.footer1-copyright {
    padding-bottom: 80px;
}
.footer1-copyright ul li {
    font-size: 14px;
    border-right: none;
    padding: 0px 6px;
    line-height: 22px;
    color: #d5d5d5;
}
.copyright {
    padding-top: 10px;
    text-align: center;
}
}
@media(min-width:761px) {    
    .hide-desktop{
        display: none !important;
      }
}
.cog-ecom-footer a span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1rem;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10px;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 14px;
    background-color: #F8796C;
}