/*****----- Mobile - Tablet Screen Style -----*****/
@media(max-width: 991px){
    /******----- General Style -----*****/
    /*-----***** Owl Carousel Dots Style *****-----*/
    .owl-dots button{
        width: 10px;
        height: 10px;
    }
    .owl-dots button.active{
        width: 20px;
    }

    /******----- Header Style -----*****/
    .header-main-logo{
        padding-bottom: 15px;
    }
    .header-main-logo a{
        width: 50%;
    }
    .header-menu-icon-mobile{
        font-size: 1.79rem;
        color: #459a07;
        position: absolute;
        left: -7px;
        top: 50%;
        transform: translateY(-50%);
        width: 37px;
        height: 37px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-main-search{
        padding-right: 15px;
        padding-left: 0;
        height: 33px;
    }
    .header-main-control-mobile{
        padding: 0;
        height: 33px;
        color: #459a07;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-main-control-cart-count{
        position: absolute;
        color: #000;
        font-size: 0.9rem;
        top: -15px;
        right: -10px;
        border: 1px solid #ced4da;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }
    .index-product-tab-list{
        position: unset;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .index-product-tab-list .nav-item{
        margin-bottom: 10px;
    }

    /******----- Header Mobile Menu Style -----*****/
    .header-nav-mobile{
        background: #f3f3f3;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        transform: translateX(-100%);
        transition: .7s;
    }
    .group-tab-mobile{
        background: #fff;
        padding-top: 41px;
        position: fixed;
        width: 100%;
        top: 0;
    }
    .group-tab-mobile a{
        color: rgba(0,0,0,.3);
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .group-tab-mobile .active{
        color: rgba(0,0,0,.3)!important;
        background-color: #f3f3f3!important;
        border-top: 1px solid rgba(0,0,0,.07);
        border-left: 1px solid rgba(0,0,0,.07);
        border-right: 1px solid rgba(0,0,0,.07);
        border-bottom: none;
    }
    .tab-content-mobile{
        margin-top: 83px;
    }
    .menu-mobile-close{
        height: 41px;
        border-bottom: 1px solid rgba(0,0,0,.07);
    }
    .menu-mobile-close i{
        position: absolute;
        color: rgba(0,0,0,.3);
        width: 25px;
        height: 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        top: 7px;
        right: 15px;
        font-size: 1.21rem;
    }
    .nav-item-mobile{
        width: 100%;
    }
    .nav-link-mobile{
        color: rgba(0,0,0,.6);
    }
    .nav-link-mobile-1{
        border-bottom: 1px solid rgba(0,0,0,.07);
    }
    .has-child i{
        color: rgba(0,0,0,.3);
        width: 25px;
        height: 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        top: 7px;
        right: 15px;
        font-size: 1.21rem;
    }
    .nav-ul-mobile-2, .nav-ul-mobile-3{
        padding-left: 15px;
    }
    .header-nav-mobile::-webkit-scrollbar{
        width: 0;
    }
    #pills-account-content i{
        padding-right: 15px;
    }

    /******----- Footer Style -----*****/
    .footer-left{
        border-right: none;
    }
    .footer-middle{
        padding: 30px 15px
    }
    .footer-middle-label{
        padding-bottom: 15px;
    }
    .footer-right-fanpage{
        margin-top: 15px;
    }

    /******----- Index Style -----*****/
    .index-privacy-block{
        padding-left: 0;
        padding-right: 0;
    }
    .index-privacy-block:not(:last-child){
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
        border-right: none;
    }
    .index-banner-category-top{
        max-height: 220px;
        overflow: hidden;
    }
    .index-banner-category-top-block.row{
        margin-left: 0;
        margin-right: 0;
    }
    .index-banner-category-top-box.col-lg-4{
        padding: 0;
    }
    .index-banner-bottom-left{
        padding: 0 0 15px 0;
    }
    .index-banner-bottom-right{
        padding: 0;
    }

    /******----- Product View Style -----*****/
    #pviewImgParent{
        display: none;
    }
    .pview-modal-mobile-title{
        padding: 7px 15px;
        background: #459a07;
        font-weight: 500;
        color: #fff;
        border: 1px solid #459a07;
    }
    .pview-modal-mobile-list{
        padding: 15px 0;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        max-height: 330px;
        overflow: scroll;
    }
    .pview-modal-mobile-items:not(:last-child){
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
    }
    .pview-modal-mobile-items-img{
        padding-right: 0;
    }
    .pview-modal-mobile-items-name a{
        color: #000;
    }
    .pview-modal-mobile-items-price{
        margin: 10px 0;
    }

    /******----- User Style -----*****/
    .profile-table-left{
        margin-bottom: 30px;
    }
    .signup-form-left, .signup-form-right{
        padding: 0;
    }
    .recover-password-block-label{
        margin-top: 30px;
    }

    /******----- Cart Style -----*****/
    .cart-table-mobile-title{
        padding: 15px 0;
        font-weight: 600;
        font-size: 1.43rem;
    }
    .cart-table-mobile-items{
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .cart-table-mobile-items-info, .cart-table-mobile-items-quantity{
        padding-right: 0;
    }
    .cart-table-mobile-items-name a{
        color: #000;
    }
    .cart-table-mobile-items-price, .cart-table-mobile-items-remove{
        margin-top: 10px;
    }
    .cart-table-mobile-items-price span{
        color: #459a07;
    }
    .cart-table-mobile-items-quantity .number-minus, .cart-table-mobile-items-quantity .number-plus{
        height: 30px;
        width: 30px;
    }
    .cart-table-mobile-items-quantity .number{
        width: calc(100% - 60px);
        height: 30px;
    }
    .cart-table-mobile-items-remove a{
        color: #000;
    }
    .cart-button{
        width: 49%;
        margin: 0;
        text-align: center;
    }
}