/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff !important;
    font-family: Calibri, sans-serif !important;
    color: #444444;
    margin: 0;
    padding: 0;
}

.mainall {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.sidebar {
    width: 350px;
    height: 100vh;
    float: left;
    background-color: #2b006b;
    overflow: hidden;
    position: fixed;
}

.nn-box {
    position: fixed;
    width: 100%;
    right: 0;
}

.nn {
    height: 57px;
    float: left;
    background-color: #2b006b;
    overflow: hidden;
}

.header-logo {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background: #fff;

}



.header-logo img {
    width: 200px;
}


@media screen and (max-width: 991px) {
    .header-logo{
        display: none;
    }


}


.side-list {
    list-style: none;
    margin: 5px 0 !important;


}

.side-list a {
    text-decoration: none;
    color: #fff;
    font-size: 1.3rem;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    margin: 0 5px;
}

.side-active {
    background-color: #45168b;

}

.name-admin {
    font-size: 1.4rem;
    font-style: italic;
    color: #fff;
    padding-top: 1rem;
    cursor: pointer;
}

.admin-show {
    float: right;
}

.admin-hide {
    float: right;
    color: red;
}

.none {
    display: none;
}

.content-box {
    width: 75%;
    float: right;
    padding: 1rem;
}

.create-box {
    max-width: 60%;
    margin: 6rem auto;
    box-shadow: 0 0 3px 3px grey;
    padding: 2rem;
}

.show-content {
    max-width: 50%;
    margin: 5rem auto;
    text-align: center;
    box-shadow: 0 0 3px 3px grey;
    padding: 3rem 1rem;
}



.logo-box img {
    width: 200px;
}

.logo {
    display: block;

}

.logo-mini-div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-left: 40px;
    transition: all 0.5s;
    margin-bottom: 20px;
    margin-top: 20px;
}
.logo-mini-small{
    width: 140px !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

.nav-link:hover {
    background-color: #c2c2c2;
}

.active {
    background-color: #c2c2c2;
    padding: 0 1rem;

}


.show-content-slider {
    max-width: 90%;
    margin: 5rem auto;
    box-shadow: 0 0 3px 3px grey;
    padding: 1rem;
}

.btn-about {
    max-width: 50%;
    margin: 0 auto;
    padding: 1rem 2rem;
    border-radius: 30px;
}

.btn-about a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
}

.show-contents {
    max-width: 80%;
    margin: 0 auto;
}


/* ============================================================ */

.head-text {
    background-color: #050e85;
    position: sticky !important;
    top: 0;
    z-index: 9999 !important;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header {
    width: 100%;
    background-position: top;
    background-size: cover;
    z-index: 1000;
    box-sizing: border-box;
}

.img-header {
    overflow: hidden;
}



.header-about {
    height: 80vh;
    width: 100%;
    overflow: hidden;
}

.logo {
    margin-top: 3rem;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.logo img {
    width: 200px;
}

.navbar {
    width: 100%;
    background-color: #e2e2e2;
    transition: all 1s;
}



.stick-nav {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;

}

.sticked {
    position: sticky !important;
    top: 40px !important;
    z-index: 1000;
   
}

@media screen and (max-width: 991px) {
    .sticked{
        display: none !important;

    }



}

.nav-box1 {
    position: sticky;
    top: 0;
    width: 100%;
    display: none;
    z-index: 1000;
    box-shadow: 0 0 1px #8b8b8b;
    box-sizing: border-box;
    transition: all 1s;
    top: 40px;
    min-height: 75px;
}

.small-logo {
    display: none;
    transition: all 1s;
}

.navbar-toggler, .navbar-toggler-mini {
    color: #fff;
    background: #242424 !important;
    padding: 5px !important;
    position: absolute;
    top: 20px;
    right: 20px;
}

.sticky {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #d1d1d1;
    z-index: 2000;
}

.nav-link {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 2px 5px;
    font-family: Calibri, sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 6px 10px !important;
    width: fit-content;
}

.title {
    text-align: center;
    color: #fff;
    font-size: 1.7rem;
    font-family: 'Cinzel Decorative', cursive;
    margin-top: 4rem;
}

.small-logo-title {
    display: none;
}

.small-logo-title-other {
    display: none;
}

@media screen and (max-width:991px) {
    .slider {
        display: none;
    }

    .inputs-mini {
        display: none;
        border-radius: 10px;
        position: fixed;
        top: 2.3rem;
        left: 1rem;
    }





    .sdr {
        margin: -3rem;
    }

    .stick-nav {
        max-width: 100%;
        margin: 0;
        
    }

    .nav-box {
        display: none;
    }

    .nav-box1 {
        display: block;
        position: fixed;
        background: #fff;
    }

    .small-nav {
        width: 100%;
        background-color: #1100fa;
    }

    .small-logo {
        padding-top: 0rem;
        display: block;
        background-color: #fff;
        max-width: 300px;
        overflow: hidden;
        outline: 2px;
        border-radius: 50%;
        position: absolute;
        top: 9rem;
        left: 35%;
        z-index: 10;


    }

    .small-logo-title {
        display: block;
        width: 300px;
        position: absolute;
        top: 17rem;
        left: 10%;
        z-index: 10;
    }

    .small-logo-title-other {
        font-size: 1.5rem;
        display: block;
        color: #fff;
        width: 300px;
        z-index: 10;
        position: absolute;
        top: 17rem;
        left: 2rem;
    }

    .small-logo img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
    }
}

@media screen and (max-width:767px) {
    .slider {
        display: none;
    }



    .sdr {
        margin: -3rem;
    }

    .stick-nav {
        max-width: 100%;
        margin: 0;
    }

    .nav-box {
        display: none;
    }

    .nav-box1 {
        display: block;
        position: fixed;
    }

    .small-nav {
        width: 100%;
        background-color: #1100fa;
    }

    .small-logo {
        padding-top: 0rem;
        display: block;
        background-color: #fff;
        max-width: 300px;
        overflow: hidden;
        outline: 2px;
        border-radius: 50%;
        position: absolute;
        top: 9rem;
        left: 35%;
        z-index: 10;


    }

    .small-logo-title {
        display: block;
        width: 300px;
        position: absolute;
        top: 17rem;
        left: 10%;
        z-index: 10;
    }

    .small-logo-title-other {
        font-size: 1.5rem;
        display: block;
        color: #fff;
        width: 300px;
        z-index: 10;
        position: absolute;
        top: 17rem;
        left: 2rem;
    }

    .small-logo img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
    }
}

@media screen and (max-width:400px) {
    .slider {
        display: none;
    }

    .nav {
        padding: 4rem 0;
    }


    .sdr {
        margin: -3rem;
    }

    .stick-nav {
        max-width: 100%;
        margin: 0;
    }

    .nav-box {
        display: none;
    }

    .nav-box1 {
        display: block;
        position: fixed;
    }

    .small-nav {
        width: 100%;
        background-color: #1100fa;
    }

    .small-logo {
        padding-top: 0rem;
        display: block;
        background-color: #fff;
        max-width: 300px;
        overflow: hidden;
        outline: 2px;
        border-radius: 50%;
        position: absolute;
        top: 9rem;
        left: 35%;
        z-index: 10;


    }

    .small-logo-title {
        display: block;
        width: 300px;
        position: absolute;
        top: 17rem;
        left: 10%;
        z-index: 10;
    }

    .small-logo-title-other {
        font-size: 1.5rem;
        display: block;
        color: #fff;
        width: 300px;
        z-index: 10;
        position: absolute;
        top: 17rem;
        left: 2rem;
    }

    .small-logo img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
    }
}

/* ====================================== */


.space-about {
    margin-top: 10px;
}

@media screen and (max-width:991px) {
    .space-about {
        margin-top: 2rem;
    }

    .space {
        margin-top: 2rem;
    }

    .about-content {
        padding: 1rem;
    }
}

@media screen and (max-width:700px) {
    .space-about {
        margin-top: 2rem;
    }

    .about-content {
        padding: 1rem;
    }
}

@media screen and (max-width:400px) {
    /* .space-about{
    margin-top: 2rem;
  }
  .about-content{
    padding: 1rem;
  } */
}

.home-box {
    max-width: 80%;
    margin: 0 auto;
}

.img-hide {
    display: none;
    margin-right: 20px;
    transition: all 1s;

}

.img-active {
    display: block;
    margin-left: -20px;
    margin-right: 20px;
}

@media screen and (max-width:991px) {
    .space {
        margin-top: 2rem;
    }
}

@media screen and (max-width:700px) {
    .space {
        margin-top: 0;
    }
}

@media screen and (max-width:400px) {
    .space {
        margin-top: 0;
    }
}

.top-item {
    margin: 10px;
    overflow: hidden;

}

.top-item img {
    width: 100%;
}

.prod-div {
    border: 1px solid #c5c5c5;
    margin: 10px 0;
    background: #fff;

}

.prod-div .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.prod-div .img img {
    width: 100%;
}

.prod-title {
    padding: 5px;
    text-align: center;
    height: 50px;
    overflow: hidden;
}

.prod-div .body {
    padding: 10px;
}

.prod-div .body .text {
    height: 50px;
    overflow: hidden;
}

.prod-div .btns {
    position: relative;
    margin-top: 10px;
    padding: 5px 10px;

}

.prod-div .lables {
    position: relative;
    margin-top: 10px;
    box-shadow: -1px -1px 2px #c5c5c5;
    padding: 5px 10px;
    height: 30px;
    overflow: hidden;
    display: flex;

}

.prod-div .lables .slide {
    margin: 0 2px;
    background: #ffb202;
    padding: 2px 5px;
    border-radius: 2px;
    width: fit-content;
    font-size: 12px;
}

.prod-div .lables .soon {
    margin: 0 2px;
    background: #4ad6d6;
    padding: 2px 5px;
    border-radius: 2px;
    width: fit-content;
    font-size: 12px;
}

.prod-div .lables .top {
    margin: 0 2px;
    background: #1172b3;
    padding: 2px 5px;
    border-radius: 2px;
    width: fit-content;
    font-size: 12px;
}





@media screen and (max-width:400px) {
    .img-des1 {
        font-size: 1.2rem;
    }


}


.product {
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #c5c5c5;
}

.product-image {
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
}

.product-image img {
    width: 100%;
    transition: all 0.5s;
}



.product:hover>.product-info {
    bottom: 0;
}

.product-title {
    margin-bottom: 0 !important;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
    line-height: 17px;
    margin-top: 10px;
}

.produc-price {
    font-size: 16px;
    padding: 0 10px;
}



.img-box3 {
    position: relative;
}

.img-box3:hover>.product-info {
    bottom: 0px;
}

.img-des3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 1rem;
    font-weight: bold;
    border-bottom: 2px solid #2698bd;
}

.section2 {
    max-width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
}

.section2:hover>.product-info {
    bottom: 0px;
}

.section2 img {
    border-radius: 10px;

}

.section2-des {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
}

.section3 {
    margin: 30px auto;
    padding: 20px 0;

}

.about-body {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.about-content {
    padding-top: 4rem;
    max-width: 80%;
    margin: 0 auto;
}

.product-box {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.product-info {
    width: 100%;
    height: 50px;
    position: absolute;
    transition: all 0.5s;
    bottom: -100px;
}

.read-more {
    background-color: #1f00cdb5;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

}

.product-box:hover>.product-info {
    bottom: 0;
}

.product-info a {
    text-decoration: none;

}

.product-info a .text {
    text-decoration: none;
    text-align: center;
    background: #1100fa;
    width: 100%;
    color: #fff;
}

.animate {
    overflow: hidden;
}


.input {
    border-radius: 20px;
    padding: 0.5rem 1rem;
    border: none;
    box-shadow: 0 0 1px 1px grey;
    width: 80%;
}


.search-box {
    display: none;
    position: sticky;
    top: 0;
    background-color: #f3f2f2;
    width: 370px;
    margin-left: 12rem;
    z-index: 1000;
    margin-top: 2rem;
}


.message {
    margin: 2rem 0;
    height: 4rem;
    border-radius: 20px;
}

.message-des {
    height: 7rem;
}

.send-message {
    padding: 0.5rem 1rem;
    background-color: #160132;
    color: #fff;
    margin-top: 1rem;
    font-size: 1.4rem;
    border-radius: 20px;
    margin-bottom: 3rem;
}

.search-input {
    position: relative;
}

.s-icon {
    position: absolute;
    right: 6rem;
    top: 3.5rem;
}

.search-boxs-mini {
    display: none;
}

@media screen and (max-width:1423px) {
    .sticky {
        margin-top: 0 !important;
    }

    @media screen and (max-width:991px) {
        .s-icon {
            position: absolute;
            right: 5rem;
            top: 7rem;
        }

        .search-box-home {
            display: none !important;
            width: 80%;
            background-color: #fff;
            position: fixed;
            top: 9rem !important;
            left: 2rem !important;
            z-index: 1000;
        }
    }
}

@media screen and (max-width:700px) {
    .s-icon {
        position: absolute;
        right: 5rem;
        top: 6rem;
    }
}

@media screen and (max-width:430px) {
    .s-icon {
        position: absolute;
        right: 3.2rem;
        top: 6rem;
    }

    .search-box-home {
        display: none;
        width: 80%;
        margin: 0 auto !important;
        background-color: #fff;
        position: sticky;
        top: 9rem !important;
        left: 1rem !important;
        z-index: 1 !important;
    }
}

.input-home {
    display: none;
}


@media screen and (max-width:991px) {
    .input-home {
        display: block;
        border-radius: 20px;
        padding: 0.3rem 1rem;
    }

    .search-input-home {
        max-width: 95%;
        margin: 1rem auto;
        overflow: hidden;
    }

    /* .search-box-home{
    display: none;
    background-color: #fff;
   position: fixed;
   top: 1;
   left: 2rem;
   z-index: 1000;
  } */
    .search-box-home {
        display: none;
        background-color: #fff;
        position: fixed;
        top: 8rem;
        left: 2rem;
        z-index: 1000;
    }

    .input-home {
        display: block;
        width: 90%;
        margin: 0 auto;
        border-radius: 20px;
        padding: 0.3rem 1rem;
    }
}

@media screen and (max-width:420px) {}

@media screen and (max-width:700px) {

    /* .input-home{
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    padding: 0.3rem 1rem;
  } */
    .search-box-home {
        display: none;
        background-color: #fff;
        position: fixed;
        top: 8rem;
        left: 1rem;
        z-index: 1000;
    }
}

.search-box-home {
    display: none !important;
}

.header-icon {
    max-width: 80%;
    margin: 0 auto;
    padding: 2rem 0;

}

.hide-btn {
    display: none;
}

.inputs {
    padding: 0.5rem 2rem;
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 5px 5px grey;
}

.searchs {
    background-color: #fff;
    z-index: 1000;
    position: fixed;
    top: 5rem;
}

@media screen and (max-width:991px) {
    .inputs {
        display: none;
    }

    .search-boxs {
        display: none;
    }
}

@media screen and (max-width:400px) {
    .inputs {
        display: none;
    }

    .search-boxs {
        display: none;
    }
}


.first-slider {
    margin: 50px 0;
    width: 100%;
    position: relative;
}

.first-slider .item {
    margin: 10px;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
    position: relative;
    margin: 10px !important;

}

.first-slider .item a  {
    display: none;
}

.first-slider .item:hover> a  {
    display: flex !important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #1100fa4f;
    cursor: pointer;
    z-index: 9;
    color: #fff;
}


.item-image img {
    width: 100%;
}

.product-show {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.product-show .images {
    width: 100%;
    margin-bottom: 10px;
}

.product-show .images .first-image {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.product-show .images .first-image img {
    width: 100%;
}

.product-show .images .child-images {
    display: flex;
    row-gap: 5px;
    max-width: 500px;
    width: 100%;
    margin: 10px auto 0 auto;
}

.product-show .images .child-images .child-image {
    width: 20%;
    position: relative;
}

.product-show .images .child-images .child-image img {
    width: 96%;
    margin: 0 auto;
}

.product-show .images .child-images .child-image .actions {
    position: absolute;
    background: #ffb202;
    padding: 2px;
    border-radius: 2px;
    left: 5px;
    top: 5px;
}



.product-show .product-body {
    padding: 0 10px;
}


.dash-logo {
    width: 200px;
    margin: 20px auto;
}


.top-products {
    margin: 50px 0;
}

@media screen and (max-width: 991px) {
    .top-products {
        margin-top: 80px !important;
    }
}


.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 100% !important;
    color: #200ab5 !important;
}




/* ========================    Modal Design */

.search-div{
    
    border-bottom: 1px solid #c5c5c5;
    border-radius: 100px;
    padding: 0 5px;
    overflow: hidden;
    box-sizing: border-box;
    height: 35px;
   padding-top: 5px;
   margin-top: 10px;
}

.searchinput{
    border: none !important;
    outline: none !important;
    width: 100%;
    margin: 0 5px;
}

.searchinput:focus{
    outline: none !important;
    border: none !important;
}

.search-botton{
    border: none;
    background: none;
  
}
.search-botton{
    border: none;
    background: none;
}

.small-searchi{
    position: absolute;
    left: 15px;
    top: 20px;
}

.small-searchi i{
    font-size: 22px;
    color: #000;
}