* {
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

.logo {
    height: 60px !important;
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background-color: white;
        /* background-image: linear-gradient(315deg, #f8ceec 0%, #a88beb 74%); */
    }
}

.purplecolor {
    background-color: purple;
}

.navbtn {
    border-radius: 15px !important;
}

.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item,
.view,
body,
html {
    height: 100%
}

.navbar {
    background-color: rgba(0, 0, 0, .2)
}

.top-nav-collapse {
    background-color: white;
    /* background-image: linear-gradient(315deg, #f8ceec 0%, #a88beb 74%); */
}

@media only screen and (max-width:768px) {
    .navbar {
        background-color: white;
        /* background-image: linear-gradient(315deg, #f8ceec 0%, #a88beb 74%); */
    }
}

.sub {
    background-color: #f8ceec;
    background-image: linear-gradient(315deg, #f8ceec 0%, #a88beb 74%);
}

.h3tag {
    font-family: 'Chelsea Market', cursive;
    color: #1f4068;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

button.close {
    position: absolute;
    right: 0;
    z-index: 2;
    padding-right: 1rem;
    padding-top: .6rem;
}

#div1,
#div2,
#div3,
#div4 {
    border: 1px solid black;
    width: 100%;
    margin-bottom: 12px;
}

#div1 {
    overflow-x: hidden;
}

#div2 {
    overflow-x: scroll;
}

#div3 {
    overflow-x: visible;
}

#div4 {
    overflow-x: auto;
}

.demo {
    height: 200px;
    width: 150px;
    background-color: purple;
}

html,
body {
    overflow-x: hidden
}

footer {
    background-color: white;
}

#sell {
    background-color: purple;
    color: white;
    padding: 10px;
    border-radius: 50%;
    /* position: relative; */
}

.active {
    color: purple !important;
    background-color: white !important;
    border-radius: 20px;
}

.wrapper_book {
    display: flex !important;
    padding: 1rem !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.item {
    flex: 0 0 !important;
    height: auto !important;
    color: #222 !important;
    border-radius: 5px !important;
}

body {
    line-height: 1.5;
    font-family: "Arial";
}

* {
    box-sizing: border-box;
}


/* loader */

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #7B1FA2;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    margin: auto;
    animation: spin 2s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* top top navbar */

@media (min-width:0px) and (max-width:768px) {
    .bottomright_top {
        position: fixed;
        bottom: 80px;
        right: 40px;
        height: 50px;
        width: 50px;
    }
    #toast {
        position: fixed;
        bottom: 80px;
        right: 100px;
        height: 50px;
        width: 50px;
    }
    .whatapp_details_one {
        position: fixed;
        bottom: 80px;
        right: 25px;
        height: 25px;
        width: 130px;
    }
    .cart_added_margin_bottom {
        bottom: 80px;
    }
    /* .toptop {
        background-color: #8e24aa;
        border-radius: 50%;
    } */
}

@media (min-width:768px) and (max-width:1024px) {
    .bottomright_top {
        position: fixed;
        bottom: 80px;
        right: 80px;
        height: 50px;
        width: 50px;
    }
    #toast {
        position: fixed;
        bottom: 80px;
        right: 160px;
        height: 50px;
        width: 50px;
    }
    .toptop {
        background-color: #8e24aa;
        border-radius: 50%;
    }
    .whatapp_details_one {
        position: fixed;
        bottom: 100px;
        right: 0px;
        height: 40px;
        width: 140px;
    }
}

@media (min-width:1024px) {
    .bottomright_top {
        position: fixed;
        bottom: 20px;
        right: 160px;
        height: 50px;
        width: 50px;
    }
    #toast {
        position: fixed;
        bottom: 20px;
        right: 160px;
        height: 50px;
        width: 50%;
    }
    .whatapp_details_one {
        position: fixed;
        bottom: 20px;
        right: 70px;
        height: 40px;
        width: 140px;
    }
    .toptop {
        background-color: #8e24aa;
        border-radius: 50px;
    }
}

img {
    /* -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; */
    /* pointer-events: none; */
    cursor: pointer;
}


/* strike through */