﻿@import url('custom.css');

body {
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1380px;
    }
}

.top-bar .nav-right {
    gap: 28px;
    position: relative;
}

@media(max-width:1199px) {
    .top-bar .nav-right {
        padding-left: 25px;
        gap: 25px;
    }
}

@media(max-width:576px) {
    .top-bar .nav-right {
        gap: 15px;
        padding-left:10px;
    }
    .company-logo img {
    width: 150px;
    }
    .top-bar .nav-right .user-login {
    margin-top: 7px;
   }
    .top-bar .nav-right .dropdown .modal-btn {
    margin-top: 8px;
   }
    .mobile-logo-wrap img{
        width:180px;
        height:auto;
    }
    .dashboard-profile {
    padding: 8px;
   }
    .order-traking-area .ac-content {
    width: 50%;
   } 
   .order-traking-area .AC-details .button-group{
       margin-top:0px;
   }
   .contact-frm .form-field {
    flex: 1 1 100% !important;
  }
   .page-width {
    padding-left: 10px;
    padding-right: 10px;
  }
   .top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li .primary-btn1 {
    margin-top: 10px;
}
}

.top-bar .nav-right::after {
    content: "";
    width: 0px;
    height: 57px;
    background: #cecece;
    position: absolute;
}

.top-bar .company-logo {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    top: 0px;
}

.visionbox {
    padding: 25px;
    background: #f9f1f1;
    border-radius: 20px;
    min-height: 766px;
}

    .visionbox h2 {
        display: block;
        text-align: center;
        margin: 15px 0 12px 0 !important;
    }

        .visionbox h2::after {
            content: "";
            left: 0;
            right: 0;
            margin: 0 auto;
        }

@media(max-width:1199px) {
    .top-bar .nav-right::after {
        left: 0;
    }
}

@media(max-width:991px) {
    .top-bar .nav-right::after {
        display: none;
    }
}

.top-bar .nav-right .dropdown {
    position: relative;
    transition: .5s;
}

    .top-bar .nav-right .dropdown .modal-btn {
        /* display: flex; */
        align-items: center;
        gap: 5px;
        background-color: transparent;
        padding: 0;
        transition: .35s;
        position: relative;
        margin-top: 8px;
    }

        .top-bar .nav-right .dropdown .modal-btn i {
            color: #8a8c8f;
            font-size: 16px;
            margin-bottom: -4px;
        }

        .top-bar .nav-right .dropdown .modal-btn svg {
            fill: var(--primary-color1);
            opacity: 0.6;
        }

        .top-bar .nav-right .dropdown .modal-btn span {
            font-family: "Roboto", sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 8px;
            line-height: 1;
            letter-spacing: .03em;
            text-transform: capitalize;
            color: #fff;
            background-color: #dc3545;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 15px;
            top: -5px;
        }

    .top-bar .nav-right .dropdown .cart-menu {
        min-height: 10rem;
        background-color: var(--white-color);
        box-shadow: 0 30px 80px rgba(8,0,42,.08);
        border-radius: 0 0 10px 10px;
        position: absolute;
        right: 0;
        top: 54px;
        padding: 20px;
        z-index: 99;
        display: none;
        transform: scaleY(0);
        transform-origin: top;
        margin-right: -2.5rem;
    }

@media(max-width:576px) {
    .top-bar .nav-right .dropdown .cart-menu {
        padding: 15px;
        right: -75px;
    }
}

.top-bar .nav-right .dropdown .cart-menu.active {
    display: block;
    transform: scaleY(1);
    animation: fade-down .3s linear;
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
}

.top-bar .nav-right .dropdown .cart-menu .cart-body {
    padding: 0 0 20px;
}

    .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

        .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item:last-child {
            margin-bottom: 0;
        }

        .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area {
            display: inline-flex;
            gap: 15px;
            min-width: 290px;
            width: 100%;
        }

            .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .item-img {
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
            }

                .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .item-img img {
                    height: 70px;
                    max-width: 70px;
                    min-width: 70px;
                }

            .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity {
                width: 100%;
            }

                .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content {
                    line-height: 1;
                    margin-bottom: 10px;
                }

                    .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content span {
                        font-family: "Roboto", sans-serif;
                        font-weight: 600;
                        font-size: 15px;
                        color: var(--primary-color1);
                        display: inline-block;
                    }

                        .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content span del {
                            font-size: 13px;
                        }

                    .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content .close-btn {
                        background: 0 0;
                        transition: .5s;
                    }

                        .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content .close-btn i {
                            font-size: 20px;
                            transition: .5s;
                            color: var(--primary-color1);
                        }

                    .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content p {
                        margin-bottom: 0;
                    }

                        .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content p a {
                            font-size: 14px;
                            font-weight: 500;
                            font-family: "Roboto", sans-serif;
                            color: var(--text-color);
                        }

                .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity {
                    display: flex;
                    gap: 5px;
                }

                    .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity a {
                        height: 24px;
                        width: 34px;
                        border-radius: 4px;
                        background: #f3f3f3;
                        border: 1px solid rgba(238,238,238,.1);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 20px;
                        color: var(--text-color);
                        font-weight: 600;
                        cursor: pointer;
                        transition: .35s;
                    }

                        .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity a:hover {
                            background: var(--primary-color1);
                            color: var(--white-color);
                        }

                    .top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity .quantity__input {
                        height: 24px;
                        width: 34px;
                        border-radius: 4px;
                        background: #f3f3f3;
                        border: 1px solid rgba(238,238,238,.1);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        font-size: 14px;
                        color: var(--text-color);
                        font-weight: 600;
                        text-align: center;
                    }

.top-bar .nav-right .dropdown .cart-menu .cart-footer {
    border-top: 1px solid rgba(238,238,238,.933333);
    position: sticky;
    width: 100%;
    left: 0;
    bottom: 0;
}

    .top-bar .nav-right .dropdown .cart-menu .cart-footer .pricing-area ul {
        border-bottom: 1px solid rgba(238,238,238,.933333);
        width: 100%;
        padding: 10px 0;
    }

        .top-bar .nav-right .dropdown .cart-menu .cart-footer .pricing-area ul li {
            font-family: "Roboto", sans-serif;
            font-weight: 600;
            font-size: 13px;
            color: var(--primary-color1);
            display: flex;
            justify-content: space-between;
            line-height: 2;
        }

        .top-bar .nav-right .dropdown .cart-menu .cart-footer .pricing-area ul.total li {
            font-weight: 700;
        }

    .top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button {
        padding-top: 20px;
        width: 100%;
    }

        .top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button ul {
            /* display: flex; */
            align-items: center;
            flex-direction: column;
            width: 100%;
            gap: 15px;
        }

            .top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li {
                width: 100%;
            }

                .top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li .primary-btn1 {
                    padding: 17px 20px;
                    font-size: 15px;
                    display: flex;
                    justify-content: center;
                    line-height: 1;
                    margin-top: 10px;
                }

                .top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li:first-child .primary-btn1 {
                    background-color: var(--white-color);
                    color: var(--primary-color1);
                }

                    .top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li:first-child .primary-btn1:hover {
                        color: var(--white-color);
                    }

.top-bar .nav-right .save-btn {
    line-height: 1;
    transition: .5s;
    text-align: center;
}

    .top-bar .nav-right .save-btn a i {
        color: #000;
        font-size: 18px;
    }

    .top-bar .nav-right .save-btn a svg {
        fill: var(--primary-color1);
        opacity: 0.6;
    }

.top-bar .nav-right .user-login {
    line-height: 1;
    transition: .5s;
    text-align: center;
}

.menu-icon-text {
    margin-top: 5px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .5px;
}

.menu-icon-text2 {
    margin-top: 0px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
}

.top-bar .nav-right .user-login i {
    color: #000;
    font-size: 18px;
}

.top-bar .nav-right .user-login .user-btn {
    background: 0 0;
}

    .top-bar .nav-right .user-login .user-btn svg {
        fill: var(--primary-color1);
        opacity: 0.6;
    }

.top-bar .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

@media(max-width:991px) {
    .top-bar .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 30px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative;
    }

        .top-bar .nav-right .mobile-menu-btn span {
            height: 2px;
            width: 25px;
            background-color: var(--title-color);
            display: flex;
            transition: transform .5s ease-in;
            position: absolute;
            top: 0;
        }

            .top-bar .nav-right .mobile-menu-btn span::before {
                transition-duration: .5s;
                position: absolute;
                width: 35px;
                height: 2px;
                background-color: var(--title-color);
                content: "";
                top: -10px;
                right: 0;
            }

            .top-bar .nav-right .mobile-menu-btn span::after {
                transition-duration: .5s;
                position: absolute;
                width: 15px;
                height: 2px;
                right: 0;
                background-color: var(--title-color);
                content: "";
                top: 10px;
            }

        .top-bar .nav-right .mobile-menu-btn.active span {
            background-color: transparent;
        }

            .top-bar .nav-right .mobile-menu-btn.active span::before {
                transform: rotateZ(45deg) translate(8px,6px);
                width: 35px;
            }

            .top-bar .nav-right .mobile-menu-btn.active span::after {
                transform: rotateZ(-45deg) translate(8px,-6px);
                width: 35px;
            }
}


.top-bar .sc_rlinks {
    float: right;
    width: 100%;
    text-align: right;
}

    .top-bar  .up_rlinks {
        margin: 4px 0 0 0;
        height: 30px;
    }

        .top-bar .up_rlinks li {
            list-style: none;
            display: inline-block;
            font-size: 14px;
            color: #ffffff;
            text-transform: uppercase;
        }

            .top-bar  .up_rlinks li a {
                font-size: 14px;
                color: #fff;
                padding: 0px 10px 0 0;
                margin: 6px 4px 0 0;
                position: relative;
                text-transform: capitalize;
                text-decoration: none;
            }

.sc_android:after, .sc_apple:after, .sc_windows:after {
    display: none !important
}

.top-bar  .up_rlinks li:nth-child(3) {
    margin-left: 10px;
}

.top-bar  .up_rlinks li:last-child {
    margin-left: 3px;
}

    .top-bar .up_rlinks li:last-child a {
        border: none;
        width: 14px;
        height: 14px;
        display: inline-block;
        padding: 0;
        position: relative;
        top: 2px;
    }

.top-bar .up_rlinks li a.sc_android {
    background: url('../images/dkt_sprite_v3.png') no-repeat -111px -82px;
}

.top-bar .up_rlinks li:last-child a {
    border: none;
    width: 14px;
    height: 14px;
    display: inline-block;
    padding: 0;
    position: relative;
    top: 2px;
}

.top-bar .up_rlinks li a.sc_apple {
    background: url('../images/dkt_sprite_v3.png') no-repeat -133px -82px;
}

.top-bar .up_rlinks li:last-child a:last-child {
    margin: 0;
}

.top-bar .up_rlinks li:last-child a {
    border: none;
    width: 14px;
    height: 14px;
    display: inline-block;
    padding: 0;
    position: relative;
    top: 2px;
}

.top-bar .up_rlinks li a.sc_windows {
    background: url('../images/dkt_sprite_v3.png') no-repeat -155px -82px;
}


.top-head {
    padding: 6px 0;
    background-color: #000000;
    position:relative;
}

.top-head ul{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap: wrap;
}

.top-head ul li a{
    color:#fff;
    font-size:14px;
    position:relative;
}

.top-head ul li:last-child a{
    margin-left:20px;
}
.top-head ul li{
    position:relative;
}
.top-head ul li:first-child:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 11px;
    background: #757575;
    top: 7px;
    right: -11px;
}