﻿     .Footer_Link {
            color: white;
        }

            .Footer_Link:hover {
                color: aqua;
            }


        .Footer_Link1 {
            color: white;
        }

            .Footer_Link1:hover {
                color: aquamarine;
            }


        .nav-link {
            color: #000000 !important;
            font-family: 'B Homa';
        }

        nav.navbar-custom {
            background: #488cf6;
            border-color: #488cf6;
            box-shadow: 0 0 12px 0 #ccc;
        }



        .nav.navbar-custom a {
            color: #dfe0ed;
        }

        nav.navbar-custom ul.navbar-nav a {
            color: #dfe0ed;
            border-style: solid;
            border-width: 0 0 2px 0;
            border-color: #fff;
        }

            nav.navbar-custom ul.navbar-nav a:hover,
            nav.navbar-custom ul.navbar-nav a:visited,
            nav.navbar-custom ul.navbar-nav a:focus,
            nav.navbar-custom ul.navbar-nav a:active {
                background: #e6e6e6;
                border-radius: 5px;
            }

            nav.navbar-custom ul.navbar-nav a:hover {
                border-color: #ccc;
            }

        nav.navbar-custom li.divider {
            background: #5CB85C;
        }

        nav.navbar-custom button.navbar-toggle {
            background: #5CB85C;
            border-radius: 2px;
        }

            nav.navbar-custom button.navbar-toggle:hover {
                background: #999;
            }

            nav.navbar-custom button.navbar-toggle > span.icon-bar {
                background: #fff;
            }

        nav.navbar-custom ul.dropdown-menu {
            border: 0;
            background: #fff;
            border-radius: 4px;
            margin: 4px 0;
            border: 2px solid #5CB85C;
            box-shadow: 0 0 4px 0 #ccc;
        }

            nav.navbar-custom ul.dropdown-menu > li > a {
                color: black;
            }

                nav.navbar-custom ul.dropdown-menu > li > a:hover {
                    background: #5CB85C;
                    color: #fff;
                }

        nav.navbar-custom span.badge {
            background: #5CB85C;
            font-weight: normal;
            font-size: 11px;
            margin: 0 4px;
            content: none;
        }


        .button {
            transition-duration: 0.4s;
        }

            .button:hover {
                background-color: #4CAF50; /* Green */
                color: white;
            }


        .sec-footer {
            background: #433d7b;
            direction: rtl;
            text-align: right;
            color: #fff;
            padding-top: 2.5rem;
            padding-bottom: 2rem;
        }

            .sec-footer .desc-box {
                background: transparent;
                border: 0;
            }

                .sec-footer .desc-box .card-title::after {
                    content: ' ';
                    background: aqua;
                    display: block;
                    width: 95%;
                    height: 0.2rem;
                    margin-top: 0.3rem;
                }

                .sec-footer .desc-box .card-text {
                    font-family: 'B Homa' text-align: justify;
                }

        .sec-sub-footer {
            background: #f2f2f4;
            direction: rtl;
            text-align: right;
            color: #000;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            font-size: 0.8rem;
        }

            .sec-sub-footer a {
                font-size: 0.8rem;
            }



        /*------------------*/
        .snip1472 {
            position: relative;
            font-size: 20px;
            color: #e6e6e6;
            width: 40px;
            margin: 4px;
            height: 40px;
            line-height: 45px;
            display: inline-block;
            text-align: center;
            -webkit-perspective: 50em;
            perspective: 0em;
            text-decoration: none;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .snip1472:after {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                border: 2px solid #e6e6e6;
                content: '';
                z-index: -1;
                border-radius: 50%;
            }

            .snip1472:before {
                color: #fff;
            }

            .snip1472:before,
            .snip1472:after {
                -webkit-transition: all 0.45s ease-in-out;
                transition: all 0.45s ease-in-out;
            }

            .snip1472:hover,
            .snip1472:active,
            .snip1472.hover {
                color: aqua;
            }

                .snip1472:hover:after,
                .snip1472:active:after,
                .snip1472.hover:after {
                    border-color: aqua transparent aqua transparent;
                    -webkit-transform: rotate(360deg);
                    transform: rotate(360deg);
                }

                    .blog_entry img {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .blog_entry > div {
            border: 1px solid #eee;
            border-top: none;
        }

        .blog_entry h3 {
            font-size: 1.3rem;
        }

            .blog_entry h3 a {
                color: #000;
            }

        .blog_entry .date {
            color: #999999;
            display: block;
            font-size: .9rem;
            margin-bottom: 15px;
        }

        .blog_entry .more a {
            position: relative;
            color: #000;
            padding-bottom: 10px;
        }

            .blog_entry .more a:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 2px;
                background: #000;
                -webkit-transition: .3s all ease;
                transition: .3s all ease;
            }

            .blog_entry .more a:hover:before {
                background: #a1bd0a;
            }

                    .sec-footer {
            background: #433d7b;
            direction: rtl;
            text-align: right;
            color: #fff;
            padding-top: 2.5rem;
            padding-bottom: 2rem;
        }

            .sec-footer .desc-box {
                background: transparent;
                border: 0;
            }

                .sec-footer .desc-box .card-title::after {
                    content: ' ';
                    background: aqua;
                    display: block;
                    width: 95%;
                    height: 0.2rem;
                    margin-top: 0.3rem;
                }

                .sec-footer .desc-box .card-text {
                    font-family: 'B Homa' text-align: justify;
                }

        .sec-sub-footer {
            background: #f2f2f4;
            direction: rtl;
            text-align: right;
            color: #000;
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            font-size: 0.8rem;
        }

            .sec-sub-footer a {
                font-size: 0.8rem;
            }



        /*------------------*/
        .snip1472 {
            position: relative;
            font-size: 20px;
            color: #e6e6e6;
            width: 40px;
            margin: 4px;
            height: 40px;
            line-height: 45px;
            display: inline-block;
            text-align: center;
            -webkit-perspective: 50em;
            perspective: 0em;
            text-decoration: none;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .snip1472:after {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                border: 2px solid #e6e6e6;
                content: '';
                z-index: -1;
                border-radius: 50%;
            }

            .snip1472:before {
                color: #fff;
            }

            .snip1472:before,
            .snip1472:after {
                -webkit-transition: all 0.45s ease-in-out;
                transition: all 0.45s ease-in-out;
            }

            .snip1472:hover,
            .snip1472:active,
            .snip1472.hover {
                color: aqua;
            }

                .snip1472:hover:after,
                .snip1472:active:after,
                .snip1472.hover:after {
                    border-color: aqua transparent aqua transparent;
                    -webkit-transform: rotate(360deg);
                    transform: rotate(360deg);
                }




  

                
       .product-category li {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

.product-category li a {
    color: #82ae46;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.product-category li a.active {
    background: #82ae46;
    color: #fff;
}

.ftco-product .owl-carousel .owl-stage-outer {
    padding-bottom: 2em;
    position: relative;
}

.product {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

@media (max-width: 991.98px) {
    .product {
        margin-bottom: 30px;
    }
}

.product .img-prod {
    position: relative;
    display: block;
    overflow: hidden;
}

.product .img-prod .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #82ae46;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .img-prod span.status {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    color: #fff;
    font-weight: 300;
    background: #82ae46;
    font-size: 12px;
}

.product .img-prod img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .img-prod:hover img, .product .img-prod:focus img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product .img {
    display: block;
    height: 500px;
}

.product .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .icon span {
    color: #000000;
}

.product:hover .icon {
    opacity: 1;
}

.product:hover .img-prod .overlay {
    opacity: 0;
}

.product .text {
    background: #fff;
    position: relative;
    width: 100%;
}

.product .text h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 300;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    /*font-family: "Poppins", Arial, sans-serif; */
}

.product .text h3 a {
    color: #000000;
}

.product .text p.price {
    margin-bottom: 0;
    color: #82ae46;
    font-weight: 400;
}

.product .text p.price span.price-dc {
    text-decoration: line-through;
    color: #b3b3b3;
}

.product .text p.price span.price-sale {
    color: #82ae46;
}

.product .text .pricing {
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .text .bottom-area {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product .text .bottom-area a {
    color: #fff;
    width: 100%;
    background: #82ae46;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.product .text .bottom-area .m-auto {
    margin: 0 auto;
}

.product:hover {
    -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
}

.product:hover .pricing {
    opacity: 0;
}

.product:hover .text .bottom-area {
    opacity: 1;
}

.product-details h3 {
    font-size: 30px;
    font-weight: 400;
}

.product-details .price span {
    font-size: 30px;
    color: #000000;
}

.product-details button i {
    color: #000000;
}

.product-details .quantity-left-minus {
    background: transparent;
    padding: 0 15px;
}

.product-details .quantity-right-plus {
    background: transparent;
    padding: 0 15px;
}

.product-details button, .product-details .form-control {
    height: 40px !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #82ae46;
    padding: 10px 20px;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
}

.product-details button:hover, .product-details button:focus, .product-details .form-control:hover, .product-details .form-control:focus {
    text-decoration: none;
    outline: none;
}

.product-details .form-group {
    position: relative;
}

.product-details .form-group .form-control {
    padding-right: 40px;
    color: #000000;
    background: transparent !important;
}

.product-details .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4d4d4d;
}

.product-details .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #4d4d4d;
}

.product-details .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #4d4d4d;
}

.product-details .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #4d4d4d;
}

.product-details .form-group .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000000;
}

.product-details .form-group .icon span {
    color: #000000;
}

@media (max-width: 767.98px) {
    .product-details .form-group .icon {
        right: 10px;
    }
}

.product-details .form-group .select-wrap {
    position: relative;
}

.product-details .form-group .select-wrap select {
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    /*letter-spacing: 2px; */
}





.ftco-cart button i {
    color: #82ae46;
}

.ftco-cart .quantity-left-minus {
    background: transparent;
    padding: 16px 20px;
}

.ftco-cart .quantity-right-plus {
    background: transparent;
    padding: 16px 20px;
}

.ftco-cart button, .ftco-cart .form-control {
    height: 54px !important;
    text-align: center;
    bordeR: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000000 !important;
    padding: 0;
    font-size: 14px;
}

.ftco-cart .form-group {
    position: relative;
}

.ftco-cart .form-group .form-control {
    padding-right: 40px;
}

.ftco-cart .form-group .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #82ae46;
}

.ftco-cart .form-group .icon span {
    color: #82ae46;
}

@media (max-width: 767.98px) {
    .ftco-cart .form-group .icon {
        right: 10px;
    }
}

.ftco-cart .form-group .select-wrap {
    position: relative;
}

.ftco-cart .form-group .select-wrap select {
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ftco-cart .info label {
    font-size: 13px;
    color: #000000;
}

.cart-list {
    overflow-x: scroll;
}

.table {
    min-width: 1000px !important;
    width: 100%;
    text-align: center;
}

.table th {
    font-weight: 500;
}

.table .thead-primary {
    background: #82ae46;
}

.table .thead-primary tr th {
    padding: 20px 10px;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.table tbody tr td {
    text-align: center !important;
    vertical-align: middle;
    padding: 40px 10px;
    border: 1px solid transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table tbody tr td.product-remove a {
    bordeR: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px 10px;
    color: #000000;
}

.table tbody tr td.product-remove a:hover {
    border: 1px solid #82ae46;
    background: #82ae46;
}

.table tbody tr td.product-remove a:hover span {
    color: #fff;
}




  .LinkPageActive {
            background-color: #3fcc7e;
            padding: 5px;
            border-radius: 2px;
            text-decoration: none;
            padding-bottom: 1px;
            padding-top: 1px;
            padding-left: 10px;
            padding-right: 10px;
            font-family: 'B Homa';
            color: white;
            font-size:larger;

           
        }

            .LinkPageActive:hover {
                background-color: #a0c6c2;
                padding: 5px;
                border-radius: 2px;
                text-decoration: none;
                padding-bottom: 1px;
                padding-top: 1px;
                padding-left: 10px;
                padding-right: 10px;
                font-family: 'B Homa';
                color: white;
            }

        .LinkPage {
            background-color: #85d6de;
            padding: 5px;
            border-radius: 2px;
            text-decoration: none;
            padding-bottom: 2px;
            padding-top: 2px;
            padding-left: 10px;
            padding-right: 10px;
            font-family: 'B Homa';
            color: white;
        }

            .LinkPage:hover {
                 background-color: #a0c6c2;
                padding: 5px;
                border-radius: 2px;
                text-decoration: none;
                padding-bottom: 2px;
                padding-top: 2px;
                padding-left: 10px;
                padding-right: 10px;
                font-family: 'B Homa';
                color: white;
            }