.social-links a:hover {
    color: #fff;
}
@media all and (min-width: 769px) {
    .header.content .block-search {
        width: 800px;
        max-width: 70%;
        padding: 0;
    }
    .header.content .block-search input {
      height: 50px;
    }
    .header.content .block-search .action.search{
        top: 8px;
    }
    .header.content:before {
        content: unset !important;
        display: none !important;
    }
    .header.content:after {
        content: unset !important;
        display: none !important;
    }
    .page-wrapper .page-header.header-type1 .header.content {
      display: flex;
      justify-content: space-between;
    }
    .page-wrapper .page-header.header-type1 .header.content .minicart-wrapper {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 769px) {
    .header.content .block-search {
        position: absolute;
        right: 120px;
        margin-top: 0;
    }
    .header.content .block-search input {
        left: -3000%;
    }
    .header.content .block-search .control {
        border-top: none;
    }
    .header.content .block-search .field.search > .label {
        text-decoration: none;
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 0;
        background: #333;
        color: #ffffff;
        margin-top: 7px;
        margin-bottom: 6px;
        cursor: pointer;
    }
    .header.content .block-search .field.search > .label:before {
        font-size: 16px;
        line-height: 40px;
        border-radius: 0;
        color: #ffffff;
        content: "\f002";
        font-family: 'Fontawesome';
        margin: 0;
        display: block;
    }
}
.brands ul{
    margin: 0;
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.brands ul li{
    text-align: center;
    border: 1px solid #e1e1e1;
    margin-bottom: 0;
}
.brands ul li img{
    padding: 5px;
    box-sizing: border-box;
}
.brands ul li span{
    padding: 5px 0;
    display: block;
}
@media only screen and (max-width: 769px) {
    .brands ul {
     grid-template-columns: repeat(2, 1fr);
    }
}
.viewall{
    color: #ff5500 !important;
}
.viewall:hover{
    color: #000 !important;
}
.product-custom-attr{
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
.product-custom-attr li{
    display: flex;
}
.product-custom-attr li span{
    font-weight: bold;
}
.product-custom-attr li span:last-child{
    margin-left: 5px;
    font-weight: normal;
}
.catalog-product-view .product-info-main .product-info-price {
    border-bottom: 0 !important;
}
.products-grid .product-items .product-li .product-item-info .product-item-details .product-reviews-summary .reviews-actions{
    display: inline-block !important;
}
.products-grid .qty-wrapper{
    display: flex;
}
.products-grid .actions-primary form{
   display: flex; 
}
@media only screen and (max-width: 769px) {
    .products-grid .actions-primary form{
       flex-direction: column;
    }
}
.product-reviews-summary.no-rating a{
    color: #999;
}
.sun-out-stock{
    color: #ff5500;
}
#sun-out-stock-popup{
    display: none;
    background: rgb(0 0 0 / 10%);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
}
#sun-out-stock-popup .content{
    background: #fff;
    width: 100%;
    max-width: 300px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
#sun-out-stock-popup .close{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.product-contactus{
    background: #222;
    color: #fff;
    text-transform: uppercase;
}
.livechat-p a{
    border: 1px solid #DAD5D5;
    padding: 5px 20px;
    display: block;
    max-width: max-content;
    border-radius: 5px;
}