/* lg */ 
@media (min-width: 1200px) {
/* Make Navigation Toggle on Desktop Hover */


}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

/* Make Navigation Toggle on Desktop Hover */


}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
/* Make Navigation Toggle on Desktop Hover */

.single-cat-item .category-thumb .category-name {
    border: none;

}

}



/* xs */
@media (max-width: 767px) {


.top-bar {
padding: 11px 0;
}

.top-bar .text {
font-size: 11px;
}

.social-icon-one {
border-right: none;
padding: 12px 20px 12px 10px;
margin: 0 auto;
}

.contact-info {
margin: 0 auto;
text-align: center;
}

.contact-info li {
    /* margin-right: 20px; */
    /* padding-right: 20px; */
    border-right: none;
    padding: 8px 10px 8px 12px;
    /* margin: 0 auto; */
    /* text-align: center; */
}


.logo-area img {
    width: 100%;
}


#header-area {
    background-color: #202020;
    padding: 10px 0;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


.section-title {
position: relative;
margin-bottom: 30px;
padding-top: 3em;
}


.single-cat-item .category-thumb .category-name {
    border: none;

}


#testimonial-area{
    padding: 2em 0em 2em 0em;

}



}




@media (min-width:768px) and (max-width:991px) {

    .top-bar {
        position: relative;
        padding: 11px 0;
        z-index: 999;
        /* background-color: #717e8e; */
        background: #003300;
        line-height: 34px;
    }


    .top-bar .left-content {
        margin: 0 auto;
    }


    .btn-long-arrow1 {

        padding-top: 0.5em;
    }


    .top-bar .right-content {

        margin: 0 auto;
    }

    .contact-info li {
        /* margin-right: 20px; */
        /* padding-right: 20px; */
        border-right: none;
        padding: 0px 5px 0px 5px;
    }


    .social-icon-one {
    
        border-right: none;
      
    }


    #featured-products-wrapper {
        padding: 2em 0em 5em 0em !important;
    }


    #testimonial-area{
        padding: 2em 0em 2em 0em;
    
    }
    

}

/* XS Portrait */
@media (max-width: 480px) {


}









/*== Products by Category Area Start ==*/
.single-cat-item {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.single-cat-item:hover .category-thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-cat-item:hover .category-thumb .category-name {
    top: 70%;
}

.single-cat-item .category-thumb {
    position: relative;
    overflow: hidden;
}

.single-cat-item .category-thumb img {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.single-cat-item .category-thumb .category-name {
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    padding: 4px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 75%;
}

.single-cat-item .category-thumb .category-name a {
    background-color: rgba(255,255,255,0.3);
    color: #202020;
    display: block;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Playfair Display";
    text-transform: uppercase;
    margin: 0;
    padding: 18px 25px;
    text-align: center;
}

.large-size-cate .single-cat-item {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .large-size-cate .single-cat-item {
        margin-bottom: 30px;  
    }
}

.small-size-cate {
    margin-top: -15px;
}

.small-size-cate .single-cat-item {
    margin-top: 15px;
}

/*== Products by Category Area End ==*/










#bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    /* background: #fffff url(../img/cubes.png) repeat top left; */
    /* border-top: 1px solid rgba(129,129,129,0.2); */
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    background-color: #f4f5f7;
  }
  
  #bottom a {
    color: #727272;
  }
  
  #bottom a:hover {
    color: #000000;
  }
  
  #bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #bottom ul > li {
    display: inline-block;
    margin-left: 15px;
  }
  
  
  
  




/*== Products Style Start ==*/

#featured-products-wrapper{
    padding: 5em 0em 5em 0em;
    }
    
    
    #featured-products-wrapper .section-title {
        position: relative;
        margin-bottom: 40px;
    }
    
    .products-wrapper .single-product-item {
        background-color: #f4f5f7;
        padding: 0px 0px 20px 0px;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        position: relative;
        overflow: hidden;
    }
    
    .products-wrapper .single-product-item:after {
        background-color: rgb(255 255 255 / 27%);
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scaleX(0);
        -moz-transform: translate(-50%, -50%) scaleX(0);
        -ms-transform: translate(-50%, -50%) scaleX(0);
        transform: translate(-50%, -50%) scaleX(0);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        pointer-events: none;
        height: calc(100% - 20px);
        width: calc(100% - 20px);
    }
    
    .products-wrapper .single-product-item:hover {
        -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.15);
    }
    
    .products-wrapper .single-product-item:hover:after {
        -webkit-transform: translate(-50%, -50%) scaleX(1);
        -moz-transform: translate(-50%, -50%) scaleX(1);
        -ms-transform: translate(-50%, -50%) scaleX(1);
        transform: translate(-50%, -50%) scaleX(1);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }
    
    .products-wrapper .single-product-item:hover .product-meta {
        right: 10px;
        opacity: 1;
        visibility: visible;
    }
    
    .products-wrapper .single-product-item:hover .product-details .btn-add-to-cart {
        border-color: #D1AA56;
        color: #D1AA56;
    }
    
    .products-wrapper .single-product-item:hover .product-details .btn-add-to-cart:hover {
        color: #fff;
    }
    
    .products-wrapper .single-product-item .product-thumb {
        /*margin-bottom: 15px;*/
    }
    
    .products-wrapper .single-product-item .product-details h2 {
        font-size: 14px;
        line-height: 2;
        font-family: "Montserrat";
        text-transform: uppercase;
        font-weight: 600;
        padding-top: 16px;
        /* padding-bottom: 5px;*/
    }
    
    .products-wrapper .single-product-item .product-details h2 a {
        color: #727272;
    }
    
    .products-wrapper .single-product-item .product-details h2 a:hover {
        color: #333;
    }
    
    .products-wrapper .single-product-item .product-details .products-desc {
        display: none;
        /*font-style: italic;*/
        font-size: 1.5rem;
        line-height: 1.9;
        font-family: "Droid Serif";
    }
    
    .products-wrapper .single-product-item .product-details span {
        display: block;
    }
    
    .products-wrapper .single-product-item .product-details .rating {
        color: #f4ca49;
        font-size: 1.3rem;
        line-height: 1.5;
        margin: 7px 0 8px;
    }
    
    .products-wrapper .single-product-item .product-details .price {
        color: #202020;
        font-size: 16px;
        font-weight: normal;
    }
    
    .products-wrapper .single-product-item .product-details .btn-add-to-cart {
        margin-top: 20px;
        margin-right: 10px;
    }
    
    .products-wrapper .single-product-item .product-details .btn-add-to-cart:last-child {
        margin-right: 0;
    }
    
    .products-wrapper .single-product-item .product-details .btn-add-to-cart.btn-compare, .products-wrapper .single-product-item .product-details .btn-add-to-cart.btn-whislist {
        display: none;
    }
    
    .products-wrapper .single-product-item .product-meta {
        position: absolute;
        right: -100%;
        top: 10px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
    }
    
    .products-wrapper .single-product-item .product-meta button, .products-wrapper .single-product-item .product-meta a {
        background-color: #202020;
        border-bottom: 1px solid #727272;
        font-size: 1.5rem;
        color: #fff;
        cursor: pointer;
        display: block;
        line-height: 45px;
        height: 45px;
        padding: 0;
        text-align: center;
        width: 45px;
    }
    
    .products-wrapper .single-product-item .product-meta button:hover, .products-wrapper .single-product-item .product-meta a:hover {
        background-color: #D1AA56;
        border-bottom-color: #D1AA56;
    }
    
    .products-wrapper .single-product-item .product-meta button span, .products-wrapper .single-product-item .product-meta a span {
        display: block;
    }
    
    .products-wrapper .single-product-item .product-bedge {
        background-color: #202020;
        font-size: 1.2rem;
        line-height: 1.5;
        font-style: italic;
        color: #fff;
        padding: 10px 25px;
        text-transform: uppercase;
        font-family: "Droid Serif";
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: 21px;
        left: 5px;
        -webkit-clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
        clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
        z-index: 2;
    }
    
    .products-wrapper .single-product-item .product-bedge.sale {
        background-color: #e74c3c;
    }
    
    .products-wrapper .owl-stage-outer {
        overflow: visible;
    }
    
    .products-wrapper .owl-stage-outer .owl-item {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        visibility: hidden;
    }
    
    .products-wrapper .owl-stage-outer .owl-item.active {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        visibility: visible;
    }
    
    .products-wrapper .owl-nav {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    
    .products-wrapper:hover .owl-nav {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }
    
    .products-wrapper.products-gird {
        margin-top: -30px;
    }
    
    .products-wrapper.products-gird .single-product-item {
        margin-top: 30px;
    }
    
    .products-wrapper.products-gird .single-product-item:after {
        background-color: rgba(220, 67, 67, 0.8);
    }
    
    .products-wrapper.products-gird .single-product-item:hover .product-details {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
    }
    
    .products-wrapper.products-gird .single-product-item:hover .product-details h2 a {
        color: #fff;
    }
    
    .products-wrapper.products-gird .single-product-item:hover .product-details h2 a:hover {
        text-decoration: underline;
    }
    
    .products-wrapper.products-gird .single-product-item:hover .product-details .btn-add-to-cart {
        border-color: #fff;
        color: #fff;
    }
    
    .products-wrapper.products-gird .single-product-item:hover .product-details .btn-add-to-cart:hover {
        color: #fff;
    }
    
    .products-wrapper.products-gird .single-product-item .product-details {
        color: #fff;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: 1;
    }
    
    .products-wrapper.products-gird .single-product-item .product-details h2, .products-wrapper.products-gird .single-product-item .product-details span, .products-wrapper.products-gird .single-product-item .product-details a, .products-wrapper.products-gird .single-product-item .product-details .rating {
        color: #fff;
    }
    
    .products-wrapper.products-gird .single-product-item .product-details .rating i.fa-star {
        color: #f4ca49;
    }
    
    .products-wrapper.products-gird .single-product-item .product-meta {
        display: none;
    }
    
    .products-wrapper.products-list-view .col-lg-4 {
        max-width: 100%;
        -webkit-box-flex: 100%;
        -moz-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }
    
    .products-wrapper.products-list-view .single-product-item {
        text-align: left !important;
        padding: 0;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    
    @media only screen and (min-width: 992px) {
        .products-wrapper.products-list-view .single-product-item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }
    }
    
    .products-wrapper.products-list-view .single-product-item:after {
        display: none;
    }
    
    .products-wrapper.products-list-view .single-product-item .product-thumb {
        text-align: center;
    }
    
    @media only screen and (min-width: 992px) {
        .products-wrapper.products-list-view .single-product-item .product-thumb img {
            width: 350px;
            max-width: 350px;
        }
    }
    
    .products-wrapper.products-list-view .single-product-item .product-details {
        background-color: #fff;
        padding: 30px 20px;
        padding-right: 70px;
    }
    
    @media only screen and (min-width: 320px) and (max-width: 575px) {
        .products-wrapper.products-list-view .single-product-item .product-details {
            padding: 20px 15px;
        }
    }
    
    .products-wrapper.products-list-view .single-product-item .product-details h2 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    
    @media only screen and (min-width: 320px) and (max-width: 575px) {
        .products-wrapper.products-list-view .single-product-item .product-details h2 {
            font-size: 1.6rem;
            line-height: 1.5;
        }
    }
    
    .products-wrapper.products-list-view .single-product-item .product-details .price {
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: 10px;
    }
    
    .products-wrapper.products-list-view .single-product-item .product-details .products-desc {
        display: block;
    }
    
    .products-wrapper.products-list-view .single-product-item .product-meta {
        display: none;
    }
    
    .products-wrapper.products-list-view .single-product-item a.btn-add-to-cart.btn-whislist, .products-wrapper.products-list-view .single-product-item a.btn-add-to-cart.btn-compare {
        display: inline-block;
    }
    
    @media only screen and (min-width: 320px) and (max-width: 575px) {
        .products-wrapper.products-list-view .single-product-item a.btn-add-to-cart {
            font-size: 0.9rem;
            line-height: 1.5;
            border-width: 1px;
            padding: 6px 10px;
            margin-right: 5px;
        }
    }
    
    .small-product-list .single-product-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 30px;
    }
    
    .small-product-list .single-product-item:last-child {
        margin-bottom: 0;
    }
    
    .small-product-list .single-product-item .product-thumb {
        width: 105px;
        margin-right: 20px;
        overflow: hidden;
    }
    
    .small-product-list .single-product-item .product-thumb img {
        width: 100%;
    }
    
    .small-product-list .single-product-item .product-details {
        width: 70%;
    }
    
    .small-product-list .single-product-item .product-details h2 {
        margin-bottom: 5px;
        line-height: 1;
    }
    
    .small-product-list .single-product-item .product-details h2 a {
        color: #000;
        font-weight: 400;
        font-family: "Montserrat";
        font-size: 1.2rem;
        line-height: 1.5;
        text-transform: uppercase;
        display: block;
    }
    
    .small-product-list .single-product-item .product-details h2 a:hover {
        color: #D1AA56;
    }
    
    .small-product-list .single-product-item .product-details .price {
        display: block;
        margin-bottom: 10px;
    }
    
    .small-product-list .single-product-item .product-details .btn-add-to-cart {
        border-width: 1px;
        font-size: 0.9rem;
        padding: 8px 10px;
        display: inline-block;
    }
    
    .single-product-page-content .product-thumbnail-wrap .owl-thumbs {
        margin-top: 15px;
        text-align: center;
    }
    
    .single-product-page-content .product-thumbnail-wrap .owl-thumbs .owl-thumb-item {
        border: 2px solid #fff;
        cursor: pointer;
        margin: 0 2px;
        padding: 0;
        height: 100px;
        width: 100px;
    }
    
    @media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
        .single-product-page-content .product-thumbnail-wrap .owl-thumbs .owl-thumb-item {
            height: 50px;
            width: 50px;
        }
    }
    
    .single-product-page-content .product-thumbnail-wrap .owl-thumbs .owl-thumb-item.active {
        border: 2px solid #D1AA56;
    }
    
    .single-product-page-content .product-thumbnail-wrap .owl-thumbs .owl-thumb-item img {
        max-width: 100%;
        display: block;
    }
    
    .single-product-page-content .product-thumbnail-wrap .owl-nav button {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: calc(50% - 51px);
    }
    
    @media only screen and (min-width: 320px) and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
        .single-product-page-content .product-thumbnail-wrap .owl-nav button {
            top: 50%;
        }
    }
    
    .single-product-page-content .product-thumbnail-wrap .owl-dots {
        bottom: 15px;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        position: absolute;
        z-index: 2;
    }
    
    /*== Products Style End ==*/
    /*== Products by Category Area Start ==*/
    .single-cat-item {
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    
    .single-cat-item:hover .category-thumb img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .single-cat-item:hover .category-thumb .category-name {
        top: 70%;
    }
    
    .single-cat-item .category-thumb {
        position: relative;
        overflow: hidden;
    }
    
    .single-cat-item .category-thumb img {
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    
    .single-cat-item .category-thumb .category-name {
        border: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        white-space: nowrap;
        padding: 4px;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        width: 75%;
    }
    
    .single-cat-item .category-thumb .category-name a {
        background-color: rgba(255,255,255,0.3);
        color: #202020;
        display: block;
            font-size: 16px;
        line-height: 1.5;
        font-weight: 700;
        text-transform: uppercase;
        
    font-family: 'Lato', sans-serif;
        margin: 0; 
        padding: 18px 10px;
        text-align: center;
    }
    
    .large-size-cate .single-cat-item {
        margin-bottom: 25px;
    }
    
    @media only screen and (min-width: 992px) {
        .large-size-cate .single-cat-item {
            margin-bottom: 25;
        }
    }
    
    .small-size-cate {
        margin-top: -15px;
    }
    
    .small-size-cate .single-cat-item {
        margin-top: 15px;
    }
    
    /*== Products by Category Area End ==*/



/*************
hidden-lg hidden-md hidden-sm ******* hide & show Start 
*****************************/

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
    }
    
    .pull-right {
    float: right!important
    }
    
    .pull-left {
    float: left!important
    }
    
    .hide {
    display: none!important
    }
    
    .show {
    display: block!important
    }
    
    .invisible {
    visibility: hidden
    }
    
    .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
    }
    
    .hidden {
    display: none!important
    }
    
    .affix {
    position: fixed
    }
    
    @-ms-viewport {
    width: device-width
    }
    
    .visible-lg,
    .visible-md,
    .visible-sm,
    .visible-xs {
    display: none!important
    }
    
    .visible-lg-block,
    .visible-lg-inline,
    .visible-lg-inline-block,
    .visible-md-block,
    .visible-md-inline,
    .visible-md-inline-block,
    .visible-sm-block,
    .visible-sm-inline,
    .visible-sm-inline-block,
    .visible-xs-block,
    .visible-xs-inline,
    .visible-xs-inline-block {
    display: none!important
    }
    
    @media (max-width:767px) {
    .visible-xs {
    display: block!important
    }
    table.visible-xs {
    display: table!important
    }
    tr.visible-xs {
    display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
    display: table-cell!important
    }
    }
    
    @media (max-width:767px) {
    .visible-xs-block {
    display: block!important
    }
    }
    
    @media (max-width:767px) {
    .visible-xs-inline {
    display: inline!important
    }
    }
    
    @media (max-width:767px) {
    .visible-xs-inline-block {
    display: inline-block!important
    }
    }
    
    @media (min-width:768px) and (max-width:991px) {
    .visible-sm {
    display: block!important
    }
    table.visible-sm {
    display: table!important
    }
    tr.visible-sm {
    display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
    display: table-cell!important
    }
    }
    
    @media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
    display: block!important
    }
    }
    
    @media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
    display: inline!important
    }
    }
    
    @media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
    display: inline-block!important
    }
    }
    
    @media (min-width:992px) and (max-width:1199px) {
    .visible-md {
    display: block!important
    }
    table.visible-md {
    display: table!important
    }
    tr.visible-md {
    display: table-row!important
    }
    td.visible-md,
    th.visible-md {
    display: table-cell!important
    }
    }
    
    @media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
    display: block!important
    }
    }
    
    @media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
    display: inline!important
    }
    }
    
    @media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
    display: inline-block!important
    }
    }
    
    @media (min-width:1200px) {
    .visible-lg {
    display: block!important
    }
    table.visible-lg {
    display: table!important
    }
    tr.visible-lg {
    display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
    display: table-cell!important
    }
    }
    
    @media (min-width:1200px) {
    .visible-lg-block {
    display: block!important
    }
    }
    
    @media (min-width:1200px) {
    .visible-lg-inline {
    display: inline!important
    }
    }
    
    @media (min-width:1200px) {
    .visible-lg-inline-block {
    display: inline-block!important
    }
    }
    
    @media (max-width:767px) {
    .hidden-xs {
    display: none!important
    }
    }
    
    @media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
    display: none!important
    }
    }
    
    @media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
    display: none!important
    }
    }
    
    @media (min-width:1200px) {
    .hidden-lg {
    display: none!important
    }
    }
    
    .visible-print {
    display: none!important
    }
    
    @media print {
    .visible-print {
    display: block!important
    }
    table.visible-print {
    display: table!important
    }
    tr.visible-print {
    display: table-row!important
    }
    td.visible-print,
    th.visible-print {
    display: table-cell!important
    }
    }
    
    .visible-print-block {
    display: none!important
    }
    
    @media print {
    .visible-print-block {
    display: block!important
    }
    }
    
    .visible-print-inline {
    display: none!important
    }
    
    @media print {
    .visible-print-inline {
    display: inline!important
    }
    }
    
    .visible-print-inline-block {
    display: none!important
    }
    
    @media print {
    .visible-print-inline-block {
    display: inline-block!important
    }
    }
    
    @media print {
    .hidden-print {
    display: none!important
    }
    }





    
/********************************
 disable landscape mode mobile website 
********************************/

._1QQpsu {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #003300;
    z-index: 9999;
    pointer-events: none;
    display: none;
    align-items: center;
    justify-content: center;
    }
    
    
    @media (min-width: 375px) and (orientation: landscape) {
    
    ._3bWLGx {
    display: flex;
    pointer-events: initial;
    }
    
        
    }
    
    .mvW8vq {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    
    
    
    
    ._1U-Jli{
    background-image: url(../img/rotate_screen_icon.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30%;
    padding-bottom: 25.5%;
    }
    
    .FqIVIZ {
    color: #f1f1f1;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
    }
    
    ._1wxP6t {
    color: #f1f1f1;
    font-size: 14px;
    text-align: center;
    }
    
    
    
    
    
    
    @media (min-width: 1024px) and (orientation: landscape) {
    
    ._1QQpsu {
    display: none;
    }
        
    
        
    }
    
    
    /********************************
     disable landscape mode mobile website 
    ********************************/
    
@media only screen and (min-width: 1366px) and (max-width: 1440px) {

.owl-carousel .owl-item img {
max-height: 485px !important;
object-fit: contain !important;
}

#sync2 .item {
height: 90px !important;
object-fit: cover !important;
}

}
    
    
    