.prodcut-price del{
    display:inline;
    font-size: 14px;
    height: 14px;
}
#usteda{
    background: #6abc45;
    color: white;
    padding: 2px 10px;
    border-radius:2px;
    display: inline-block;
}
.specs{
    width: 100%;
}
.specs td{
    padding: 5px 10px !important;
    text-align: left !important;
    border:0px !important;
}
.specs tr td:first-child{
    border-right: 1px solid white !important;
    font-weight:bold;
}
.specs tr:nth-child(odd){
    background:whitesmoke;
}
.specs tr:nth-child(even){
    background: #eaeaea;
}
.category-product-title a, .view-type-grid-extended .category-product-title a {
    min-height: 48px !important;
    -webkit-line-clamp: 2 !important;
}
.under-hero-products .product-item .product-item__title a{
    white-space: inherit !important;
    min-height:2.2em !important;
}

@media (max-width: 768px){
    .product-item__title a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .cl-button-holder .cl-product-button p{
        font-size: 12px !important;
    }
    .cl-button-holder .cl-product-button a.hexagon{
        right: -1px;
    }
    .under-hero-products .products-group{
        padding: 0;
    }
    .nav-tab .nav-link{
        font-size: 0.8rem !important;
    }
    .hp-blog-slider .homepage-blog-item a h3, .homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link h4{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: inherit !important;
        min-height: 2.2em !important;
    }
    /*.homepage-blog-item p{*/
    /*    margin-bottom: 10px !important;*/
    /*}*/
    .homepage-youtube .hp-youtube-slider .youtube-slide .youtube-link .youtube-link-img-holder::before{
        width: 40px !important;
        height: 40px !important;
    }
    footer .footer-mid .footer-mid-left .footer-main-logo img{
        max-width:120px;
    }
}

header.left-header .search-overlay {
    padding-left: 300px; }

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: white; }
.search-overlay > div {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.search-overlay > div .overlay-content {
    width: 100%; }
.search-overlay > div .overlay-content .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
.search-overlay > div .overlay-content input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
    padding: 20px 0; }
.search-overlay > div .overlay-content input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-size: 18px; }
#productSearch::-webkit-input-placeholder{
    color: #000;
    font-size: 28px; }

#productSearch{
    color: #000;
    font-size: 28px; }
.searchproductlist li a {

    font-size: 28px;
}
.search-overlay > div .overlay-content input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-size: 18px; }
.search-overlay > div .overlay-content input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    font-size: 18px; }
.search-overlay > div .overlay-content input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-size: 18px; }
.search-overlay > div .overlay-content button {
    position: absolute;
    top: 10px;
    background-color: transparent;
    border: 0;
    font-size: 24px;
    color: #000;
    right: 10px; }
.search-overlay > div .closebtn {
    position: fixed;
    top: 10px;
    right: 25px;
    color: #000;
    font-size: 40px;
    cursor: pointer; }


.rtl .search-overlay > div .closebtn {
    right: unset;
    left: 25px; }

.rtl .search-overlay > div .overlay-content button {
    right: unset;
    left: 10px; }
.rtl header.left-header .search-overlay {
    padding-right: 300px;
    padding-left: 0; }

header.left-header .search-overlay {
    padding-left: 0;
}
.search-overlay > div .closebtn {
    top: 15px;
    right: 30px; }