/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/* Desktop 1400 - up */
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

 

@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }

}


@media (max-width: 650px) {
    .wti__slide-item{
        background: #e6e6e6!important;
    }
    .top-bar-right {
        justify-content: end;
    }
    .wti__top-bar-menu ul.wti__top-bar-menu-left li:nth-child(2){
        display: none;
    }
    .wti__top-bar-menu ul.wti__top-bar-menu-left li:nth-child(1) a{
        display: flex;
        align-items: center;
    }
    .wti__copyright-design p {
        text-align: left;
        padding-top: 20px;
    }
    .wti__main-area{
        display: none;
    }
    .wti__shop-options {
        flex-wrap: wrap;
    }
    .wti__shop-options h3 {
        margin-bottom: 20px;
    }
}