﻿.root-site-content {
    padding-top: 15px;
}

.compare-content .title {
    padding: 10px 15px;
}

    .compare-content .title h1 {
        font-size: 20px;
        font-weight: bold;
        padding-right: 15px;
    }

.product-info-row {
    background-color: #fff;
    width: 100%;
    border-bottom: 3px solid #ef0000;
    margin-bottom: 15px;
    -moz-box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    -webkit-box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    border: 1px solid #e4e4e4;
    position: -webkit-sticky;
    position: relative;
    -webkit-align-items: unset;
    align-items: unset;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
}

    .product-info-row.fixed {
        -moz-box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 45%);
        -webkit-box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 45%);
        margin: auto;
        box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 45%);
        position: fixed;
    }

    .product-info-row::after {
        content: "";
        height: 3px;
        bottom: 0;
        background-color: #ef0000;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
    }

.compare-Split {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    border-left: 2px solid #dedede;
    position: relative;
    overflow: hidden;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .compare-Split.active::after {
        bottom: -10px;
        width: 20px;
        height: 20px;
        position: absolute;
        background-color: #ef0000;
        left: 50%;
        -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        -o-transform: translateX(-50%) rotate(45deg);
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        text-align: center;
        content: "";
    }

    .compare-Split .image {
        margin-bottom: 0;
        padding: 10px 15px;
        text-align: center;
        width: 100%;
    }

        .compare-Split .image a {
            display: inline-block;
            width: 200px;
            margin: auto;
            text-align: center;
            max-width: 100%;
        }

.fixed .compare-Split .image a {
    width: 50px;
}

.product-info {
    text-align: center;
    padding: 20px 20px;
    width: 100%;
    white-space: normal;
}

.fixed .product-info {
    padding-top: 5px;
    white-space: nowrap;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-info > .product-price {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
}

.product-info h1 {
    font-size: 12px;
    font-weight: 500;
    color: #585858;
    line-height: 1.6;
}

.btn-more-details {
    width: 100%;
    margin-bottom: 10px;
}

.fixed .btn-more-details {
    display: none;
}

.btn-more-details a {
    width: 100%;
}

.fixed .price-orginal > i {
    font-size: 10px;
}

.fixed .product-price label {
    font-size: 12px;
}

.compare-add-icon {
    height: 100%;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 20px;
}

    .compare-add-icon .btn-icon-compare {
        margin-top: 50px;
        text-align: center;
        padding: 10px 15px;
    }

        .compare-add-icon .btn-icon-compare a {
            width: 250px;
            max-width: 100%;
            display: inline-block;
            color: #888;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            height: 200px;
            max-height: 100%;
            border: 5px dashed #d8d8d8;
            font-size: 50px;
            display: flex;
            display: -ms-flexbox;
            display: -webkit-flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            justify-content: center;
            padding: 10px 15px;
        }

.fixed .compare-add-icon .btn-icon-compare {
    margin-top: 20px;
}

    .fixed .compare-add-icon .btn-icon-compare a {
        height: 120px;
        font-size: 30px;
    }

.compare-add-icon .btn-icon-compare a label {
    margin-top: 14px;
    color: #585858;
    font-size: 13px;
}

.remove-compare-product {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 10px;
    margin-top: 10px;
    background-color: #fff;
    -moz-box-shadow: 0 0 15px -6px #000;
    -webkit-box-shadow: 0 0 15px -6px #000;
    box-shadow: 0 0 15px -6px #000;
    font-size: 22px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 2;
}

.show-features-product {
    width: 100%;
}

.title-feature {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
}

    .title-feature i {
        font-size: 25px;
        color: #ef0000;
        margin-left: 15px;
    }

.show-features-product li {
    width: 100%;
    padding: 10px 18px;
}

    .show-features-product li.name-feature {
        display: inline-block;
        background-color: #dedede;
        font-size: 13px;
        color: #202020;
    }

    .show-features-product li.value-feature {
        background-color: #fff;
        font-size: 14px;
        color: #858585;
    }

        .show-features-product li.value-feature .feature-spliter {
            padding: 10px;
            width: 25%;
            padding: 10px 15px;
            text-align: center
        }

.feature-spliter h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #858585;
    width: 100%;
    -ms-word-break: break-word;
    word-break: break-word;
}
/*#region modal design */

.search-product-content {
}

.compare-products .modal-header {
    -webkit-align-items: center;
    align-items: center;
    background-color: #ededed;
}

.compare-products .search-product-content {
    width: calc(100% - 50px);
    position: relative;
    padding-right: 65px;
}

    .compare-products .search-product-content > label {
        position: absolute;
        top: 50%;
        right: 15px;
        color: #252525;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.search-product-content .input-search {
    background-color: #fff;
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.input-search > i {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
    margin-right: 8px;
    color: #888;
}

.input-search > .text {
    padding: 10px 15px;
    padding-right: 50px;
    padding-left: 200px;
    width: 100%;
    margin: auto;
}

.compare-products .button-close {
    width: 50px;
    text-align: left;
    margin-right: auto;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

    .compare-products .button-close button {
        padding: 10px;
        line-height: 0;
    }

.input-search .dropdown-manual {
    position: absolute;
    width: 200px;
    max-width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0;
    border-right: 1px solid hsl(0deg 0% 71% / 45%);
    margin: 0;
}

    .input-search .dropdown-manual a {
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.compare-products .modal-body {
    background-color: #f9f9f9;
    max-height: 500px;
    overflow: auto;
}

.products-row .product-split {
    width: 33.33%;
    cursor: pointer;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.product-split a {
    width: 217px;
    max-width: 80%;
    ;
    border: 1px solid #e9e9e9;
    display: inline-block;
    background-color: #fff;
}

.products-row .product-split .image {
    width: 150px;
    max-width: 100%;
    padding: 10px 15px;
    margin: auto;
    margin-bottom: 15px;
}

.products-row .product-split .info {
    height: 50px;
    overflow: hidden;
    padding: 10px 15px;
}

    .products-row .product-split .info h1 {
        color: #525252;
        font-size: 14px;
        text-align: center;
    }
/*#endregion */

/*#region smalll display */
@media only screen and (max-width: 991px) {
    .product-info-row.fixed {
        -ms-flex-flow: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        overflow: hidden;
    }

    .compare-add-icon .btn-icon-compare {
        width: 100%;
        height: 100%;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 0;
    }

    .compare-Split {
        width: 50%;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .show-features-product li.value-feature .feature-spliter {
        width: 50%;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        font-size: 12px;
        text-align: right;
    }

    .show-features-product li.value-feature {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .show-features-product li.name-feature {
        text-align: center;
        font-size: 13px;
    }

    .compare-add-icon .btn-icon-compare a {
        height: auto;
        display: block;
        background-color: var(--secondary-color);
        font-size: 13px;
        width: 100%;
        color: #fff;
        border: unset;
    }

        .compare-add-icon .btn-icon-compare a label {
            color: #fff;
            margin: 0;
        }

        .compare-add-icon .btn-icon-compare a:active {
            background-color: #ef0000;
        }

        .compare-add-icon .btn-icon-compare a i,
        .btn-more-details a {
            display: none;
        }

    .product-info .product-price {
        font-size: 11px;
    }

    .search-from-products {
        position: relative;
        padding: 15px 10px;
    }

        .search-from-products a {
            position: absolute;
            right: 25px;
            top: 58%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 25px;
            color: #525252;
            padding: 10px;
        }

        .search-from-products .search-products-content i {
            font-size: 25px;
            color: #525252;
            position: absolute;
            left: 25px;
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .search-from-products .text {
            background-color: rgba(43,43,43,.07);
            width: 100%;
            padding: 10px 10px;
            padding-right: 50px;
            padding-left: 50px;
        }

    #panelShowAllProducts .panel-title {
        max-height: 96px;
    }

    #panelShowAllProducts.without-footer .panel-mobile-content .panel-body {
        max-height: calc(100% - 96px);
    }

    #panelShowAllProducts.panel-mobile-container {
        background-color: #f0f0f0;
    }

    .feature-spliter h3 {
        font-size: 13px;
    }

    .show-features-product li.value-feature {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
    }

    /*products design*/
    .products-body .product-row {
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
    }

    .product-body {
        padding: 0px 12px 0px;
        position: relative;
    }

        .product-body .product-image {
            width: 35%;
            text-align: center;
            padding: 0 10px 10px;
        }

            .product-body .product-image .image-content {
                display: inline-block;
                max-width: 100%;
                width: 200px;
                text-align: center;
            }

            .product-body .product-image img {
                max-width: 100%;
                margin: auto;
                max-height: 100%;
            }

    .product-info {
        padding: 10px;
    }

    .panel-body .product-info {
        width: 65%;
        padding-right: 15px;
    }

    .product-info .product-name {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: auto;
        margin-bottom: 10px;
    }

        .product-info .product-name h1 {
            font-size: 12px;
        }

    .compare-content .title h1 {
        font-size: 14px;
        padding-right: 0;
    }
}
/*#endregion */
