    body,
    html {
        background-color: #F8F9F9;
        height: 100%;
        font-family: 'Poppins', sans-serif;
        overflow-x: hidden;
        scroll-behavior: smooth;
        cursor: url(cursor.gif), auto;
    }
    
    h2,
    h4 {
        font-family: 'Poppins', sans-serif;
        font-weight: 800;
    }
    
    h3,
    li {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
    }
    
    h1 {
        font-family: 'Poppins', sans-serif;
        font-weight: 200;
    }
    
    p {
        word-spacing: 0.4em;
        font-family: 'Poppins', sans-serif;
        font-weight: 200;
    }
    
    ul {
        list-style: none;
    }
    
    .header {
        padding-top: 30px;
        padding-bottom: 50px;
        text-align: center;
    }
    
    .upper {
        padding-top: 150px;
        text-align: left;
        color: white;
    }
    
    .intro-section {
        min-height: 700px;
        padding-top: 50px;
        background-color: #D8DBE2;
        color: #373F51;
    }
    
    .about-section {
        min-height: 600px;
        padding: 150px 0px;
        text-align: center;
        background-color: #D8DBE2;
        color: #373F51;
        display: block;
    }
    
    .second-section {
        min-height: 600px;
        padding: 150px 0px;
        text-align: left;
        background-color: #D8DBE2;
        color: #373F51;
        display: block;
    }
    
    .aboutsecond-section {
        min-height: 600px;
        text-align: center;
        background-color: #D8DBE2;
        color: #373F51;
    }
    
    .aboutthird-section {
        min-height: 950px;
        text-align: center;
        background-color: #D8DBE2;
        color: #373F51;
        justify-content: center;
        position: relative;
        top: -180px;
    }
    
    .dark-mode .about-section {
        min-height: 600px;
        padding: 150px 0px;
        text-align: center;
        color: #FCFCFC;
        background-color: #1B1B1E;
    }
    
    .dark-mode .second-section {
        min-height: 600px;
        padding: 150px 0px;
        text-align: left;
        color: #FCFCFC;
        background-color: #1B1B1E;
    }
    
    .dark-mode .aboutsecond-section {
        min-height: 600px;
        padding: 150px 0px;
        text-align: center;
        background-color: #1B1B1E;
        color: #FCFCFC;
    }
    
    .dark-mode .aboutthird-section {
        min-height: 950px;
        text-align: center;
        background-color: #1B1B1E;
        color: #FCFCFC;
        justify-content: center;
        position: relative;
        top: -200px;
    }
    
    .footer-section {
        min-height: 400px;
        padding: 50px 0px;
        text-align: left;
        background-color: #373F51;
        color: #FFFFFF;
    }
    
    .bt {
        background-color: #58A4B0;
        color: white;
        padding: 10px 10px;
        border-radius: 15px;
        border: none;
    }
    
    .product-img {
        width: 230px;
        height: 230px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-top: 20px;
    }
    
    .card:hover {
        transform: scale3d(30px);
        box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2);
        transition: all .4s;
        transform-style: preserve-3d;
    }
    
    .dark-mode .card:hover {
        transform: scale3d(30px);
        box-shadow: 0px 10px 10px 5px rgba(225, 225, 225, 0.397);
        transition: all .4s;
        transform-style: preserve-3d;
    }
    
    .item-title {
        font-size: 1.5rem;
        font-weight: 600;
        font-family: 'Poppins', serif;
        color: white;
    }
    
    .details-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .items {
        font-family: 'Merriweather', serif;
        background: #f2ede7;
        border-radius: 20px;
        width: 120px;
        display: flex;
        font-size: 18px;
        height: 30px;
        overflow: hidden;
    }
    
    .items__current {
        color: #373F51;
    }
    
    .items__control {
        width: 40px;
        cursor: pointer;
        transition: 0.2s ease-in;
        text-align: center;
        border: none;
    }
    
    .items__control:hover {
        background: #D8DBE2;
        color: #373F51;
    }
    
    .items__current {
        width: 40px;
    }
    /* items--small */
    
    .items.items--small {
        width: 90px;
        font-size: 16px;
        height: 26px;
        text-align: center;
    }
    
    .items.items--small .items__control {
        width: 30px;
    }
    
    .items.items--small .items__current {
        width: 30px;
    }
    
    .btnn {
        background-color: #373F51;
        color: #ddd;
        padding: 10px 10px;
        border-radius: 15px;
        border: none;
    }
    
    .btn a {
        background-color: #373F51;
        color: #ffffff;
    }
    
    .price {
        text-align: left;
    }
    
    .price__weight {
        color: #6c757d !important;
        font-size: 80%;
        line-height: 1;
    }
    
    .price__currency {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1;
    }
    
    .cart-item__top {
        display: flex;
        align-items: flex-start;
        padding-bottom: 15px;
        border-bottom: 1px solid #dee2e6;
        margin-bottom: 15px;
    }
    
    .cart-item__img img {
        max-width: 100px;
        height: auto;
    }
    
    .cart-item__img img:hover {
        max-width: 100px;
        height: auto;
        transform: rotate(20deg);
    }
    
    .cart-item__desc {
        padding-top: 15px;
        padding-left: 15px;
    }
    
    .cart-item__title {
        font-family: 'Merriweather', serif;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 600;
        margin-bottom: 5px;
    }
    
    .cart-item__weight {
        color: #6c757d !important;
        font-size: 80%;
        line-height: 1;
        margin-bottom: 15px;
    }
    
    .cart-item__details {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .cart-item__details .price__currency {
        font-size: 18px;
        margin-left: 15px;
    }
    
    .cart-total {
        font-size: 18px;
        font-weight: 500;
    }
    
    .notfree {
        color: #1B1B1E;
        ;
    }
    
    .free {
        color: #0EA107;
    }
    
    .total-price {
        color: #1B1B1E;
    }
    
    .rouble {
        color: #D8DBE2;
    }
    
    .none {
        display: none;
    }
    
    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 34px;
    }
    
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #404346;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    input:checked+.slider {
        background-color: #ccc;
    }
    
    input:focus+.slider {
        box-shadow: 0 0 1px #1c1f22;
    }
    
    input:checked+.slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }
    /* Rounded sliders */
    
    .slider.round {
        border-radius: 34px;
    }
    
    .slider.round:before {
        border-radius: 50%;
    }
    
    .dark-mode .containn {
        background-color: #1B1B1E;
        color: #ffffff;
        padding-top: 50px;
    }
    
    .containn {
        background-color: #D8DBE2;
        font-weight: 800;
        padding-top: 50px;
    }
    
    .dark-mode .contain {
        background-color: #1B1B1E;
        color: #ffffff;
    }
    
    .contain {
        background-color: #D8DBE2;
        font-weight: 800;
    }
    
    .dark-mode .btn-outline-warning {
        color: #000000;
        border-color: #ffffff;
    }
    
    .dark-mode .btn-outline-warning:hover {
        color: #ffffff;
    }
    
    .dark-mode .items__control:hover {
        background: #373F51;
        color: #373F51;
    }
    
    .dark-mode .card {
        background-color: #A9BCD0;
    }
    
    .card {
        background-color: #58A4B0;
    }
    
    .card {
        border-radius: 40px;
    }
    
    input#myInput {
        margin-bottom: 70px;
        width: 100%;
        height: 45px;
        padding: 20px 20px;
        font-size: 1rem;
        border: 1px solid #000000;
        outline: none;
        border-radius: 25px;
        background-color: #D8DBE2;
    }
    
    .dark-mode input#myInput {
        margin-bottom: 70px;
        width: 100%;
        height: 45px;
        padding: 20px 20px;
        font-size: 1rem;
        border: 1px solid #ffffff;
        outline: none;
        border-radius: 25px;
        background-color: #1B1B1E;
        color: #ffffff;
    }
    
    input#myInput:focus {
        border: 1px solid #008ABF;
        transition: 0.35s ease;
    }
    
    input {
        margin: 20px auto;
        width: 100%;
        height: 45px;
        padding: 20px 20px;
        font-size: 1rem;
        border: 1px solid #D0CFCE;
        outline: none;
        border-radius: 25px;
    }
    
    input:focus {
        border: 1px solid #008ABF;
        transition: 0.35s ease;
        color: #008ABF;
    }
    
    .topnav a {
        float: right;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        position: relative;
        top: -10px;
    }
    
    .dark-mode .topnav a {
        float: right;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        position: relative;
        top: -10px;
    }
    
    .dark-mode .topnav a:hover {
        background-color: #373F51;
        color: #ddd;
    }
    
    .content {
        text-align: center;
        width: 300px;
        height: 300px;
        border: 1px solid black;
    }
    
    #container {
        text-align: center;
        height: 200px;
        width: 200px;
        border: 1px solid black;
        position: relative;
        display: none;
    }
    
    @media screen and (max-width: 1330px) {}
    
    @media screen and (max-width: 360px) {
        .topnav {
            display: inline-block;
        }
    }
    
    @media screen and (max-width: 1135px) {
        .topnav {
            display: inline-block;
        }
    }
    
    @media screen and (max-width: 900px) {
        .topnav {
            display: inline-block;
        }
    }
    /* FOR TABLET DEVICES */
    
    @media screen and (max-width: 767px) {
        .topnav {
            display: inline-block;
        }
    }
    
    @media screen and (max-height: 450px) {
        .topnav {
            display: inline-block;
        }
    }
    
    .scroll-animation {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }
    
    .scroll-animation.show {
        -webkit-animation-name: scroll-in;
        animation-name: scroll-in;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s;
    }
    
    @-webkit-keyframes scroll-in {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    @keyframes scroll-in {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    
    .box {
        padding: 100px 100px;
        border-radius: 15px;
        min-height: 600px;
        min-width: 400px;
        background-color: rgb(255, 255, 255);
        width: auto;
        height: auto;
    }
    
    .box img {
        width: 100%;
        height: auto;
        max-width: 400px;
        float: right;
    }
    
    .topnav .icon {
        display: none;
    }
    
    @media screen and (max-width: 600px) {
        .topnav a:not(:first-child) {
            display: none;
        }
        .topnav a.icon {
            float: right;
            display: block;
        }
    }
    
    @media screen and (max-width: 600px) {
        .topnav.responsive {
            position: relative;
        }
        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }
        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
    }
    
    .dark-mode .aboutt-section {
        color: #373F51;
        min-height: 150%;
        padding: 150px 0px;
        text-align: center;
    }
    
    .aboutt-section {
        color: #373F51;
        min-height: 150%;
        padding: 150px 0px;
        text-align: left;
    }
    
    @media screen and (-webkit-device-pixel-ratio) {
        .about-section,
        .aboutsecond-section,
        .aboutthird-section,
        .footer-section,
        h1,
        h2,
        p,
        h3,
        h6 {
            opacity: 0;
            display: block;
            animation: slidein 1s 0s forwards;
            animation-timing-function: ease-out;
            animation-delay: 0.75s;
        }
        .aboutsecond-section {
            animation-delay: 2s;
        }
        .aboutthird-section {
            animation-delay: 3s;
        }
        .footer-section {
            animation-delay: 4s;
        }
    }
    
    @keyframes slidein {
        0% {
            opacity: 0;
            transform: translateY(-25px);
        }
        40%,
        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }
    
    .transparent {
        width: 100%;
        position: relative;
        right: 200px;
        z-index: 1;
        height: auto;
        max-width: 650px;
    }
    
    .transparent:hover {
        transform: scale3d(600px);
        transition: all .4s;
        transform-style: preserve-3d;
    }
    /* tooltip*/
    
    #demo {
        background-color: #58A4B0;
        color: #ddd;
        padding: 0px 10px;
        border-radius: 25px;
    }
    
    #demo:hover {
        background: #58A4B0;
        color: #ddd;
        padding: 10px 15px;
        border-radius: 25px;
        box-shadow: 0px 10px 10px 10px rgba(0, 0, 0, 0.2);
    }
    
    .dark-mode #demo {
        background: #A9BCD0;
        color: #ddd;
        padding: 0px 10px;
        border-radius: 25px;
    }
    
    .dark-mode #demo:hover {
        background: #A9BCD0;
        color: #ddd;
        padding: 10px 15px;
        border-radius: 25px;
        box-shadow: 0px 10px 10px 5px rgba(225, 225, 225, 0.397);
    }