﻿




@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


html,
body {
    height: 100%;
    font-size: 15px;
    font-family: "Poppins", serif;
    color: #000;
    font-weight: 400;
    /*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}


.product {
    z-index: 99;
}

.product-name {
    height: 82px !important;
}
.reviews-name {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 8px;
    font-weight: bold;
}
.tab-panel th
 {
    width: 100%;
    background-color: #e0e0e0;
    /* color: #e31213; */
    font-weight: 700 !important;
    font-size: 20px !important;
}
.tab-panel td:nth-child(odd)

 {
    border: unset !important;
    font-weight: 800;
    color: #585858;
}
.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
li {
    margin-left: 40px;
}
.fade-in-slider {
    transition: opacity .6s ease-in-out;
}

.nunito {
    font-family: "Nunito", serif;
}

.top {
    padding: 5px 0;
    background-color: #fff;
    border-bottom: 1px #f5f5f5 solid;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
}

    .top img {
        margin-right: 5px;
    }

.top-links {
    text-align: right;
}

    .top-links a {
        text-decoration: none;
        color: #000000;
        margin-right: 20px;
        font-weight: 500;
        transition: color 0.3s;
    }

        .top-links a i {
            margin-right: 10px;
            color: #e81c25;
            width:12px;
        }

        .top-links a:hover {
            color: #e31213;
        }

.top a {
    color: #000;
}

.language {
    font-family: 'Tajawal', sans-serif !important;
}

.header {
    padding: 15px 0;
    background-color: #fff;
    /*box-shadow: 0 1px 18px rgb(0 0 0 / 8%);
    margin: 20px 0;*/
}

.category-mobile {
    font-size: 0;
}

.menu-logo {
    padding: 10px 0 0px 0;
    font-size: 15px;
    color: #333;
}

    .menu-logo .logo img {
        float: none;
        margin-top: 0px;
        margin-right: 0px;
    }

.margin-top {
    margin-top: 20px;
}

.margin-top1 {
    margin-top: 50px;
}

.margin-top2 {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.logo-search {
    position: relative;
    z-index: 9;
    padding-top: 0px;
    padding-bottom: 0px;
}


    .logo-search .form-group {
        margin-bottom: 0px;
        margin-top: 0px;
    }


    .logo-search .form-control2 {
        display: block;
        width: 100%;
        height: 43px;
        padding: 6px 14px 6px 40px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background: #fff url('../images/search1.png') no-repeat 10px center;
        border: 1px solid #f4f4f4;
        border-radius: 6px;
    }


    .logo-search .form-control-feedback {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 2;
        display: block;
        width: 55px;
        height: 43px;
        color: #ffffff;
        background-color: #e81c25;
        font-size: 17px;
        line-height: 44px;
        text-align: center;
        pointer-events: auto;
        border-radius: 6px;
    }



.text-top {
    text-align: right;
    margin-top: 10px;
}


    .text-top ul {
        padding-left: 0;
        margin-bottom: 0;
    }


        .text-top ul li {
            display: inline-block;
            font-size: 14px;
            margin: 0 12px 0 12px;
            text-transform: capitalize;
        }


            .text-top ul li a {
                color: #e81c25;
            }


.cart {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}


    .cart img {
        margin-right: 5px;
    }

    .cart .circle {
        width: 20px;
        height: 20px;
        border-radius: 50px;
        position: absolute;
        background-color: #e81c25;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
        color: #FFFFFF;
        left: 12px;
        margin: auto;
        bottom: -5px;
    }



.featured-products .product-card {
    background-color: #FAFAFA;
    border-radius: 18px;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
    transition: transform 0.5s ease, filter 0.5s ease;
}


    .featured-products .product-card .product-info {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .featured-products .product-card .category {
        font-size: 16px;
        color: #888;
    }

    .featured-products .product-card .product-name {
        font-size: 18px;
        font-weight: 400;
        margin: 5px 0;
        text-align: left;
        height: 50px;
        overflow: hidden;
    }

        .featured-products .product-card .product-name span {
            color: #FF0000;
            font-size: 22px;
        }





.carousel {
    height: 395px;
    position: relative;
    border-radius: 18px;
    background-color: #F2F2F2;
}

.item,
.carousel-inner {
    height: 100%;
    border-radius: 20px;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #eeeeee;
    border-radius: 20px;
    background-blend-mode: multiply;
}


.slider-video video {
    display: inline-block;
    vertical-align: baseline;
    width: 185%;
    height: 185%;
    overflow: hidden;
}

.caption-carousel {
    position: absolute;
    top: 75px;
    right: auto;
    left: 60px;
    margin: auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    font-family: "Nunito", serif;
    width: 430px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

    .caption-carousel h2 {
        font-size: 20px;
        font-weight: 500;
        color: #fff !important;
    }

    .caption-carousel h1 {
        font-weight: 800;
        font-size: 48px;
        color: #fff !important;
    }

        .caption-carousel h1 span {
            color: #e31213;
        }

    .caption-carousel p {
        font-weight: 400;
        font-size: 16px;
    }

.carousel-indicators {
    position: absolute;
    bottom: 15px;
    padding-right: 0px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: center;
    list-style: none;
}


    .carousel-indicators li {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 2px;
        text-indent: -999px;
        cursor: pointer;
        background: #FF0000;
        border-radius: 100px;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
        margin: 2px;
        background: #000;
    }


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity = 50);
    opacity: 1;
}


    .carousel-control.left {
        background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
}

    .carousel-control.right {
        right: 0;
        left: auto;
        background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity =0);
        outline: 0;
        opacity: 1;
    }

.slider-pc {
    display: block;
}

.slider-mobile {
    display: none;
}

.btn-header {
    display: inline-block;
    padding: 8px 25px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.btn-more {
    color: #fff;
    background-color: #e31213;
    border-color: #e31213;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


    .btn-more:hover {
        color: #e31213;
        background-color: #FFFFFF;
        border-color: #e31213;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


.btn-login {
    color: #fff;
    background-color: #e31213;
    border-color: #e31213;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}


    .btn-login:hover {
        color: #e31213;
        background-color: #FFFFFF;
        border-color: #e31213;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


.btn-gray {
    color: #fff;
    background-color: #e31213;
    border-color: #e31213;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


    .btn-gray:hover {
        color: #fff;
        background-color: #CCCCCC;
        border-color: #CCCCCC;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.btn-white {
    color: #e31213;
    background-color: #fff;
    border-color: #e31213;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 10px 0 0 0;
    display: block;
}


    .btn-white:hover {
        color: #fff;
        background-color: #e31213;
        border-color: #e31213;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.btn-red {
    color: #e31213;
    background-color: #fff;
    border-color: #e31213;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


    .btn-red:hover {
        color: #fff;
        background-color: #e31213;
        border-color: #e31213;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.btn-red2 {
    color: #fff;
    background-color: #e31213;
    border-color: #e31213;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    margin-top: 20px;
}


    .btn-red2:hover {
        color: #e31213;
        background-color: #fff;
        border-color: #e31213;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.pro1 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
    overflow: hidden;
}



.title {
    border-bottom: 1px #CCCCCC solid;
    border-left: 4px solid #e60c12;
    text-transform: capitalize;
    font-family: "Nunito", serif;
    color: #000;
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 15px;
    padding-left: 30px;
}

.title2 {
    text-transform: capitalize;
    font-family: "Nunito", serif;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.products {
    margin-bottom: 20px;
    position: relative;
}

    .products .product-card {
        background-color: #fff;
        border: 1px #f2f2f2 solid;
        border-radius: 15px;
        /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
        padding: 15px;
        transition: transform 0.5s ease, filter 0.5s ease;
        overflow: hidden;
    }

        .products .product-card .imageContainer {
            text-align: center;
            position: relative;
        }

        .products .product-card:nth-child(1) .imageContainer .product-image,
        .products .product-card:nth-child(5) .imageContainer .product-image {
            width: 100%;
            margin: auto auto 5px auto;
            height: 170px;
            object-fit: contain;
        }

    .products .product-grid .imageContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 200px;
    }

    .products .product-grid .product-image {
        width: 150px;
        max-width: 150px;
        margin-bottom: 15px;
    }

    .products .product-grid .product-info {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 15px;
        width: 100%;
    }

    .products .product-grid .category {
        font-size: 0.9rem;
        color: #888;
    }

    .products .product-card .product-name {
       font-size: 15px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    margin-bottom: 6px;
    overflow: hidden;
    }
    .products .current-price
 {
    font-size: 17px !important;
}

    .products .rating {
        display: flex;
        align-items: center;
        margin: 5px 0;
    }

        .products .rating i {
            color: #ffcc00;
            margin-right: 2px;
        }

        .products .rating span {
            font-size: 11px;
            margin-left: 5px;
            color: #000;
            font-weight: 600;
        }

    .products .priceAndBtnCart {
        width: 100%;
        margin-top: 0.8rem;
    }

    .products .price {
        font-weight: bold;
        margin-top: 4px;
    }


    .products .old-price {
        font-size: 0.9rem;
        color: #cb0000;
        font-weight: 600;
        text-decoration: line-through;
    }

    /* Add to Cart Button */
    .products .add-to-cart {
        background-color: #e60c12;
        color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        padding: 4px 4px;
        cursor: pointer;
        font-size: 13px;
        gap: 5px;
        display: flex;
        align-items: center;
    }

        .products .add-to-cart i {
            font-size: 14px;
        }

        .products .add-to-cart:hover {
            background-color: white;
            border-color: #e60c12;
            color: #e60c12;
        }

.product-image-big {
    width: 130px !important;
    min-width: 510px !important;
    height: 610px !important;
}



.products-list {
    margin-bottom: 20px;
}

    .products-list .product-list-card {
        background-color: #fff;
    }

        .products-list .product-list-card .imageContainer {
            text-align: center;
            width: 100%;
            border: 0px solid #CCCCCC;
            ;
            border-radius: 5px;
            height: 200px;
            margin-right: 0px;
        }

        .products-list .product-list-card:nth-child(1) .imageContainer .product-list-image,
        .products-list .product-list-card:nth-child(5) .imageContainer .product-list-image {
            width: 100%;
            margin: 0px;
            height: 200px;
            object-fit: contain;
        }

    .products-list .product-list-grid .imageContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 200px;
    }

    .products-list .product-list-grid .product-list-image {
        width: 150px;
        max-width: 150px;
        margin-bottom: 15px;
    }

    .products-list .product-list-grid .product-list-info {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 15px;
        width: 100%;
    }

    .products-list .product-list-grid .category-list {
        font-size: 0.9rem;
        color: #888;
    }

    .products-list .product-list-card .product-list-name {
        font-size: 14px;
        font-weight: 600;
        margin: 5px 0;
        text-align: left;
        height: auto;
        overflow: hidden;
    }

    .products-list .rating {
        display: flex;
        align-items: center;
        margin: 5px 0;
    }

        .products-list .rating i {
            color: #ffcc00;
            margin-right: 2px;
        }

        .products-list .rating span {
            font-size: 0.85rem;
            margin-left: 5px;
            color: #555;
        }

    .products-list .priceAndBtnCart {
        width: 100%;
        margin-top: 0.8rem;
    }

    .products-list .price {
        font-weight: bold;
    }

    .products-list .current-price {
        font-size: 1.2rem;
        color: #333;
    }

    .products-list .old-price {
        font-size: 0.9rem;
        color: #888;
        text-decoration: line-through;
    }

    /* Add to Cart Button */
    .products-list .add-to-cart {
        background-color: #e60c12;
        color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 14px;
        gap: 5px;
        display: block;
        width: 100%;
        align-items: center;
        margin-top: 15px;
    }

        .products-list .add-to-cart i {
            font-size: 1rem;
        }

        .products-list .add-to-cart:hover {
            background-color: white;
            border-color: #e60c12;
            color: #e60c12;
        }

.products hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.top-pro-name {
    font-size: 14px;
    padding-top: 5px;
}

    .top-pro-name img {
        display: inline-block;
        margin-right: 5px;
        width: 23px;
        height: 23px;
        object-fit: contain;
    }

.top-pro {
    text-align: right;
}

    .top-pro i {
        display: inline-block;
        margin-right: 3px;
        width: 40px;
        height: 40px;
        background-color: #f8f8f8;
        border-radius: 100%;
        color: #777777;
        text-align: center;
        line-height: 40px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .top-pro a:hover i {
        background-color: #cb0000;
        color: #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.logos {
       padding-top: 20px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
}

.footer {
    background-color: #f9fafb;
    font-size: 14px;
    padding: 30px 0 0px 0;
    border-top: 5px #cb0000 solid;
    color: #000;
}

    .footer ul {
        padding-left: 0px;
    }

        .footer ul li {
            margin: 10px 0;
            list-style-type: none;
            color: #000;
        }

            .footer ul li a {
                color: #565353;
            }

                .footer ul li a i {
                    color: #cb0000;
                    font-size: 14px;
                    margin-right: 5px;
                }


.footer-title {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 20px 0;
}

.footer-text {
    height: 65px;
    overflow: hidden;
}


.vcard {
    margin-top: 20px;
    color: #565353;
}

    .vcard div {
        margin-bottom: 10px;
    }

    .vcard i {
        margin-right: 0px;
        color: #808080;
    }



.socials ul {
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    text-align: left;
    padding-left: 0;
    margin-bottom: 10px;
}


    .socials ul li {
        display: inline-block;
    }


        .socials ul li a {
            width: 45px;
            height: 35px;
            position: relative;
            display: inline-block;
            font-size: 16px;
            line-height: 35px;
            text-align: center;
            margin-left: 0px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            border-radius: 0px;
            border: 0px #FFFFFF solid;
            background-color: black;
        }

            .socials ul li a i {
                font-size: 16px;
                margin-right: 0;
                color: white !important;
            }

            .socials ul li a:hover {
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

.facebook {
    color: #3b5999 !important;
}

.twitter {
    color: #55acee !important;
}

.youtube {
    color: #f0002d !important;
}

.instagram {
    color: #FF0066 !important;
}

.copyright {
    background-color: #000;
    padding: 5px 0;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    margin-top: 20px;
}


    .copyright a {
        color: #e31213;
    }


.inner-bg {
    height: 250px;
}


.caption-inner {
    height: auto;
    width: 100%;
    color: #cb0000;
    padding: 25px 0 10px 0;
    background-color: White;
   }


    .caption-inner h3 {
        margin-bottom: 10px;
        font-size: 35px;
        font-weight: 600;
        text-transform: capitalize;
        margin-top: 0;
        background: url('../images/title-line.png') repeat-x center 20px;
        color: #cb0000;
    }


        .caption-inner h3 span {
            background-color: #fff;
            padding-right: 20px;
        }


.breadcrumb {
    padding: 10px 0 25px 0;
    margin-bottom: 0px;
    color: #000;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;
}


    .breadcrumb > li {
        display: inline-block;
        font-size: 13px;
        color: #000;
        margin-left:0;
        font-weight: 300;
        text-transform: uppercase;
    }

        .breadcrumb > li a {
            color: #000;
        }


    .breadcrumb > .active {
        color: #000;
        font-weight: 300;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #000;
        content: "/\00a0";
    }



.content-inner {
    padding: 30px 0;
    margin-bottom: 0;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float: right;
}

    .pic-inner img {
        width: 100%;
    }



.title-inner {
    text-transform: capitalize;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}

    .title-inner span {
        font-size: 14px;
        display: block;
        margin-top: 10px;
    }

.social_bt {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}

    .social_bt i {
        margin-right: 10px;
    }

    .social_bt.facebook {
        background-color: #3b5998;
        color: #FFFFFE !important;
        text-align: center;
    }

        .social_bt.facebook a {
            color: #FFFFFE !important;
        }

    .social_bt.google {
        background-color: #dc4e41;
        color: #FFFFFE !important;
        text-align: center;
    }

        .social_bt.google a {
            color: #FFFFFE !important;
        }

.container-login {
    display: block;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6d6e71;
}

    /* Hide the browser's default checkbox */
    .container-login input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark-login {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    background-color: #d6d6d6;
}

/* On mouse-over, add a grey background color */
.container-login:hover input ~ .checkmark-login {
    background-color: #d6d6d6;
}

/* When the checkbox is checked, add a blue background */
.container-login input:checked ~ .checkmark-login {
    background-color: #cb0000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-login:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-login input:checked ~ .checkmark-login:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-login .checkmark-login:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.pagination__wrapper {
    height: 50px;
    padding-top: 20px;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    width: 100%;
    border-top: 1px solid #ededed
}





.bg-filter {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}


.bg-filter .form-control {
    display: block;
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dropdown {
    display: inline-block;
    position: relative;
    z-index: 999;
    width: 100%;
}

.dd-button {
    display: inline-block;
    border: 1px solid #cb0000;
    border-radius: 4px;
    padding: 10px 30px 10px 20px;
    background-color: #ffffff;
    cursor: pointer;
    color: #cb0000;
    white-space: nowrap;
    width: 100%;
}

    .dd-button:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
    }

    .dd-button:hover {
        background-color: #eeeeee;
    }


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
    width: 100%;
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}

.dd-menu li {
    padding: 5px 20px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
}

    .dd-menu li:hover {
        background-color: #f6f6f6;
    }

    .dd-menu li a {
        display: block;
        margin: -10px -20px;
        padding: 10px 20px;
    }

    .dd-menu li.divider {
        padding: 0;
        border-bottom: 1px solid #cccccc;
    }

.sort {
    display: inline-block;
}



    .sort a {
        border: 1px #cb0000 solid;
        color: #cb0000;
        padding: 5px 8px;
        border-radius: 4px;
        margin-right: 15px;
        display: inline-block;
        font-size: 18px;
    }

        .sort a:hover {
            border: 1px #cb0000 solid;
            color: #fff;
            background-color: #cb0000;
        }

.active-sort {
    border: 1px #cb0000 solid !important;
    color: #ffffff !important;
    background-color: #cb0000 !important;
}

.colors ul {
    padding-left: 0;
}

    .colors ul li {
        display: inline-block;
    }

        .colors ul li a.color {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            display: block;
            width: 28px;
            height: 28px;
            position: relative;
        }

            .colors ul li a.color.color_1 {
                background-color: #ffcc00;
            }


            .colors ul li a.color.color_2 {
                background-color: #ff9933;
            }


            .colors ul li a.color.color_3 {
                background-color: #ff9966;
            }


            .colors ul li a.color.color_4 {
                background-color: #ff9999;
            }


.cart-h {
    vertical-align: middle;
}

    .cart-h small {
        margin-left: 0px;
    }


    .cart-h a {
        color: #e31213;
    }


.cart-delete a i {
    color: #000;
    border: 1px #333333 solid;
    border-radius: 100px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-left: 15px;
    line-height: 18px;
}

.btn-cart {
    padding: 0px 0px;
    background-color: #ffffff;
    border: 1px #CCCCCC solid;
    color: #e31213;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    line-height: 35px;
}

.btn-cart1 {
    padding: 0px 0px;
    background-color: #fff;
    color: #e31213;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}


.title-cart {
    line-height: 1.5;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    color: #5a5a5a;
    margin-bottom: 50px;
}

.sub-headline {
    margin: 30px 0;
    border-bottom: 1px #CCCCCC solid;
    padding-bottom: 15px;
}

.div-border {
    border-bottom: 1px #ebebeb solid;
    padding: 15px 0 25px 0;
    border-radius: 0px;
    font-size: 12px;
    margin-bottom: 0px;
}

.div-border2 {
    border-bottom: 1px #ebebeb solid;
    padding: 15px 0 25px 0;
    border-radius: 0px;
    font-size: 14px;
    margin-bottom: 20px;
}

.div-border3 {
    /*rder: 1px #ebebeb solid;*/
    padding: 0px 0px;
    border-radius: 0px;
    font-size: 16px;
    margin-bottom: 0px;
}

.cart a {
    color: #5a5a5a;
}


.btn-cart {
    padding: 0px 0px;
}

.cart-border {
    padding-bottom: 10px;
    padding-top: 10px;
}


.cart-h {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

    .cart-h img {
        height: 110px;
        width: 110px;
        object-fit: contain;
        border: 1px #d1d1d1 solid;
        padding: 10px;
        border-radius: 4px;
        margin-right: 15px;
    }


.cart-h2 {
    height: auto;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.sub-headline {
    margin: 30px 0;
    border-bottom: 1px #CCCCCC solid;
    padding-bottom: 15px;
}









.box-gray {
    padding: 20px 40px;
    border: 1px solid #cdcfd0;
    background: #f8f9fa;
}



    .box-gray .healine {
        font-size: 25px;
        display: block;
        font-weight: 300;
        width: 100%;
        padding: 7px 0;
    }


    .box-gray .healine2 {
        font-size: 17px;
        display: block;
        font-weight: 300;
        width: 100%;
        padding: 3px 0;
        margin-bottom: 0px;
    }



    .box-gray .product-item {
        font-weight: 300;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .box-gray .product-item .product-name {
            -webkit-box-flex: 2;
            -webkit-flex: 2;
            -ms-flex: 2;
            flex: 2;
        }


        .box-gray .product-item span.product-quantity {
            color: #838889;
        }


        .box-gray .product-item > span {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

.calls {
    margin-bottom: 25px;
    font-size: 16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

    .text-subline:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 40px;
        background: #e31213;
    }

.calls-data {
    margin-top: 15px;
    color: #000;
}


    .calls-data a {
        color: #000;
    }

    .calls-data i {
        color: #e31213;
        margin-right: 10px;
        font-size: 18px;
    }


.gray-box {
    background-color: #f1f1f1;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #e31213;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 0px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;
    width: auto;
    min-height: auto;
}


    a.code_apply:hover {
        border: 1px solid #ffffff;
        background-color: #ffffff;
        color: #03daa9;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }





.btn-career {
    background-color: #4d4d4d;
    border: 1px #4d4d4d solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 0;
    transition: 0.3s;
}

    .btn-career:hover {
        background-color: #fff;
        border: 1px #ffffff solid;
        color: #e31213;
        margin: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }








.btn-career2 {
    background-color: #459844;
    border: 1px #ffffff solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn-career2:hover {
        background-color: #ffffff;
        border: 1px #ffffff solid;
        color: #459844;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.big-text {
    font-size: 18px;
}

.cv-box {
    background-color: #2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}




.title-product {
    color: #d43f39;
    font-size: 30px;
    margin-bottom: 20px;
}









.products-all {
    display: inline-block;
    width: 355px;
}


.products-box {
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    width: 355px;
    text-align: center;
    padding: 0 10px;
}




.date-news {
    font-size: 14px;
    padding: 10px 0 15px 0;
    color: gray;
}


    .date-news i {
        padding-right: 10px;
    }



.newspage {
    border: 1px #CCCCCC solid;
    margin-bottom: 30px;
}


    .newspage img {
        height: 225px;
        object-fit: cover;
        width: 100%;
    }

    .newspage .text-all {
        padding: 10px 20px;
    }

        .newspage .text-all .headline {
            font-size: 18px;
            font-weight: 700;
            height: 50px;
            overflow: hidden;
            margin-bottom: 15px;
        }


        .newspage .text-all .details {
            font-size: 15px;
            font-weight: 400;
            height: 85px;
            overflow: hidden;
        }




.title-news {
    font-size: 20px;
    color: #e31213;
    margin-bottom: 10px;
    margin-top: 10px;
}




.left-menu ul {
    padding-left: 0;
    text-align: center;
}

    .left-menu ul a:hover {
        text-decoration: none;
    }


    .left-menu ul a li {
        padding: 12px 15px;
        background-color: #ed1c24;
        display: block;
        color: #FFFFFF;
        font-size: 16px;
        margin-bottom: 1px;
        border-radius: 0px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.left-menu-active {
    background-color: #25247b !important;
}

.left-menu ul a:hover li {
    background-color: #25247b;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pro-details1 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 10px 0;
    color: #242424;
}

.pro-details2 {
    display: block;
    vertical-align: middle;
    margin: 0px 0;
}

.pro-details3 {
    font-size: 25px;
    line-height: 25px;
    color: #e31213;
    margin: 10px 0;
}

.product-addto-links {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-top: 0px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


    .product-addto-links a {
        display: inline;
        color: #5a5a5a;
        margin-right: 35px;
    }


        .product-addto-links a i {
            background-color: rgb(227 18 19 / 10%);
            padding: 10px;
            border-radius: 50px;
            color: #e31213;
            margin-right: 10px;
        }


.product-addto-link {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-top: 0px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


    .product-addto-link a {
        display: inline-block;
        color: #5a5a5a;
        margin: 0 10px 0px 0px;
    }


        .product-addto-link a i {
            padding-right: 5px;
        }


.div-border {
    border: 1px #bfbfbf solid;
    padding: 20px;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 20px;
}



.box-title h4 {
    margin: 0;
}



.lines {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .lines .row .col-md-3 {
        padding: 0;
    }

.line-gray {
    border-top: 5px #c9cacc solid;
    text-align: center;
}

/* styles unrelated to zoom */
/* these styles are for the demo, but are not required for the plugin */
.zoom {
    display: inline-block;
    position: relative;
    border: 1px #e6e6e6 solid;
}

    /* magnifying glass icon */
    .zoom:after {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .zoom img {
        display: block;
    }

        .zoom img::selection {
            background-color: transparent;
        }

#ex2 img:hover {
    cursor: url(grab.cur), default;
}

#ex2 img:active {
    cursor: url(grabbed.cur), default;
}


.products-inner {
    margin-top: 30px;
}


    .products-inner ul {
        text-align: center;
        padding-left: 0;
    }


        .products-inner ul a:hover {
            text-decoration: none;
        }



        .products-inner ul li {
            display: inline-block;
            width: 260px;
            height: 250px;
            border: 2px #f5f5f5 solid;
            margin: 0px 10px 20px 10px;
            position: relative;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .products-inner ul a:hover li {
            border: 2px #971873 solid;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .products-inner ul li img {
            height: 195px;
            width: 100%;
            object-fit: cover;
        }


.products-title {
    color: #605f5f;
    font-size: 20px;
    font-family: 'Playfair Display';
    margin-bottom: 0px;
    font-style: italic;
    padding-top: 15px;
    position: absolute;
    bottom: 10px;
    width: 100%;
}


.products-inner ul a:hover li .products-title {
    color: #971873;
}

.new-lable {
    background-color: #971873;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    padding: 4px 10px;
}

.title-gallery {
    font-size: 20px;
    color: #e31213;
    margin: 30px 0;
    text-align: center;
}


/*-------table-------*/
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
    }

    table th,
    table td {
        padding: .625em;
        text-align: center;
    }

    table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table td::before {
                /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }
}


.menu-left {
    margin-top: 0px;
    z-index: 99;
    width: 100%;
    background-color: #e31213;
    overflow: hidden;
    text-align: left;
    border-radius: 10px;
}


    .menu-left ul {
        padding-left: 0;
        margin: 0;
        font-size: 14px;
    }

        .menu-left ul a:hover {
            text-decoration: none;
        }

        .menu-left ul li {
            padding: 15px 25px;
            display: block;
            border-bottom: 1px rgb(255 255 255 / 55%) solid;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            color: #fff;
            transition: 0.3s;
        }

            .menu-left ul li i {
                font-size: 14px;
                margin-right: 10px;
            }

        .menu-left ul a:hover li {
            background-color: rgb(255 255 255 / 32%);
            color: #FFFFFF;
            text-decoration: none;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }



.SKU3 {
    height: 32px;
    overflow: hidden;
    margin: 5px 0px 0px 0px !important;
}


.box-category {
    height: 264px;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 10px;
    border-radius: 4px;
    margin-bottom: 25px;
    position: relative;
    margin-bottom: 20px !important;
    border: 1px #e4e4e4 solid;
	background-position:center !important;
}


    .box-category img {
        width: 18px;
        display: inline-block;
        margin-left: 10px;
    }



    .box-category h1 {
        font-size: 15px !important;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 0;
        background-color: #fff;
        color: #cb0000;
        border-radius: 4px;
        padding: 12px 10px;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
        position: absolute;
        width: 92%;
        bottom: 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


    .box-category:hover h1 {
        background-color: #cb0000;
        color: #FFFFFF !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }



.new-price {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.old-price {
    color: #222222;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 300;
}


.product-content {
    background-color: #FFFFFF;
    text-align: center;
    padding: 10px;
}



.collapsible-all {
}

    .collapsible-all .collapsible {
        background-color: #cb0000;
        color: white;
        cursor: pointer;
        padding: 10px 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 16px;
        border-radius: 5px;
        margin-bottom: 5px;
    }


        .collapsible-all .collapsible:after {
            content: '\002B';
            color: white;
            font-weight: bold;
            float: right;
            margin-right: 5px;
        }

    .collapsible-all .active:after {
        content: "\2212";
    }

    .collapsible-all .content {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #fbfbfb;
    }


        .collapsible-all .content p {
            padding: 10px 0;
        }




.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

    /* Hide the browser's default checkbox */
    .container-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #ebebeb;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
    background-color: #ebebeb;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
    background-color: #cb0000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.login-box {
    position: relative;
    background: #FFF;
    padding: 15px;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 2px 20px 7px rgb(0 0 0 / 9%)
}


.results-star {
    margin-top: 10px;
}

    .results-star i {
        font-size: 12px;
        color: #cecece;
        padding: 0px;
    }

.star-active {
    color: #fcb040 !important;
}

.Prices__price-label {
    text-transform: var(--h8-text-transform);
    font-family: var(--h8-font-family);
    font-size: var(--h8-font-size);
    font-weight: var(--h8-font-weight);
    font-style: var(--h8-font-style);
    line-height: 1;
    line-height: 1em;
    color: #000;
    font-size: 16px;
    display: inline;
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
}


.Prices__serving {
    display: inline-block;
    font-size: 14px;
    margin-left: 4px;
    font-weight: 500;
    color: #cb0000;
}

.Prices__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.Prices .Price {
    font-size: 30px;
}


.Prices__price {
    padding-right: 10px;
    font-size: 30px;
    font-weight: 700;
   }



.profile-bg {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    background-color: #cb0000;
    border-radius: 20px;
    height: 160px;
}


.profile-pic {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
}

    .profile-pic img {
        width: 160px;
        height: 160px;
        border-radius: 160px;
        object-fit: cover;
        border: 5px #FFFFFF solid;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    }

.profile-name {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 35px;
}

    .profile-name span {
        font-size: 14px;
        color: #999;
        text-transform: none;
        display: block;
    }

.btn-m {
    display: inline-block;
    padding: 6px 10px;
    background-color: #cb0000;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    border-radius: 5px;
    width: 100%;
}

.prog {
    font-size: 11px;
    color: #47515a;
}

.prog-line {
    height: 5px;
    border-radius: 10px;
    margin: 15px 0 5px 0;
    position: relative;
    background-color: #ebebeb;
}


.prog-line-full {
    height: 5px;
    border-radius: 10px;
    position: absolute;
    background-color: #ffb700;
}




.share-article {
    position: relative;
    right: 0;
    margin: 30px 0;
}


    .share-article ul {
        padding-left: 0px;
        margin-top: 0px;
    }


        .share-article ul li {
            width: 35px;
            height: 35px;
            display: inline-block;
        }

.share-text {
    width: 105px !important;
    top: -10px;
    position: relative;
}


.figure {
    position: relative;
    width: 360px; /* can be omitted for a regular non-lazy image */
    max-width: 100%;
    margin: auto;
}

    .figure img.image-main {
        opacity: 1;
        transition: opacity .5s;
    }

    .figure:hover img.image-main {
        opacity: 0;
        object-fit: cover;
    }

    .figure img.image-hover {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        object-fit: cover;
        opacity: 0;
        transition: opacity .5s;
    }

    .figure:hover img.image-hover {
        opacity: 1;
        object-fit: cover;
    }





.product-action {
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 70px;
    top: 0px;
    right: -100%;
    background: #fff;
    padding: 10px 0 10px;
    border-radius: 10px;
    box-shadow: 0 0 7px #ccc;
    transition: all 300ms ease 0s;
    z-index: 99999;
}

    .product-action a {
        background: rgba(245, 245, 245, 0);
        border: 1px solid #fff;
        color: #777777;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-shadow: 0 0 0;
        width: 40px;
        border-radius: 50px;
    }

.imageContainer:hover .product-action {
    opacity: 1;
    right: 0px;
}

.product-action a:hover {
    background: #bd0303;
    color: #fff;
}

.textbox {
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 100%, rgba(239, 255, 232, 1) 100%);
    padding: 20px;
    font-size: 13px;
    color: #676767;
    border-radius: 5px;
}


.float-r {
    position: absolute;
    right: 15px;
    top: 20px;
    text-align: right;
}


.video {
    margin-top: 20px;
}

.data-sheet {
    border-radius: 20px;
    height: 395px;
    object-fit: contain;
    width: 100%;
    background-color: #ffffff;
    border: 2px #f6f6f6 solid;
    margin-bottom: 30px;
}
section#marzen1 h2 {
    display: none;
}


.title-Vertical  {
    white-space: nowrap;
    position: absolute;
    right: 100%;
    transform-origin: top right 0;
    transform: rotate(270deg);    
	font-size: 100px;
    font-weight: 600;
	color: #cb0000;    
	border-bottom: 5px black solid;
    padding-bottom: 70px;
}

.title-Vertical2  {
    white-space: nowrap;
    position: absolute;
    right: 100%;
    transform-origin: top right 0;
    transform: rotate(270deg);
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding-bottom: 0;
    padding-top: 130px;
    text-align: center;
    top: 45px;
}


.title-about  {
    text-transform: capitalize;
    color: #000;
    font-weight: 800;
    font-size: 28px;
    margin: 15px 0;
}

.title-about2  {
    text-transform: capitalize;
    color: #000;
    font-weight: 800;
    font-size: 20px;
    margin: 15px 0;
}

.title-about3  {
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0;
}



.logo ul
{
    padding-left: 0;
}

.logo ul li
{
     display: inline-block;
	border: 1px #d7d7d7 solid;
	border-radius: 5px;
    margin-right: 10px;
}

.logo ul li img
{

	border-radius: 5px;

}
.about-list
{
	display: inline-block;
	margin-right: 50px;
}
.about-icon
{
	background-color:#cb0000;
	color: #FFFFFF;
	padding: 7px;
	margin: 0 4px ;
	border-radius: 4px;
}






/*
.tab-panel td:nth-child(even) {
    border: unset !important;
    font-size: 15px;
}

.tab-panel th {
    width: 100%;
    background-color: #e0e0e0;
    font-weight: 700 !important;
    font-size: 20px !important;
}

.amazingslider-box-1 {
    padding: 22px !important;
}


.tab-panel td:nth-child(odd) {
    border: unset !important;
    font-weight: 800;
    color: #585858;
} 



.c5{
    margin-right: -12px;	
	width: 27px!important;
    height: 27px!important;
}

.b4{

    width: 41px!important;
    height: 28px!important;
    font-size: 18px;
    margin: 0px -12px;
    
}
	

.c5 i {
    margin-top: 7px!important;
}

.qty5{
	margin-top: 5px !important;
	
}
*/








.image7 .product-name {
    font-size: 23px !important;
}


.counter3
{			
	/*width:23%;*/
	width:30%;
}
.sale5
{
	/*width: 19%;*/
	width: 17%;
    padding-right: 5px;
    padding-left: 5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .sale5 {
        width: 34%; /* يمكنك تعديله إذا تريد أن يكون أكبر أو أصغر */
        padding-right: 5px;
        padding-left: 5px;
    }
}

.new3{
        width: 20%;
}

.new2-lable
{
	position: absolute;
    z-index: 999;
    background-color: #e31213;
    top: 15px;
    left: 20px;
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 4px;
}


.delete-2
{			
    position: absolute;
    left: auto;
    right: 15px;
    top: 0;
    background-color: #e3e3e3;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff !important;
    display: block;
    vertical-align: top;	
}













