* {
    touch-action: manipulation;
}

.disable-doubletap-to-zoom {
    touch-action: none;
}

.toggle_button2 {
    clear: both;
    display: inline-block;
    margin-left: 5px;
}

.toggle_button {
    float: left;
}

#btn {
    display: none;
}

.side_menu_cata{
    margin-top:45px;
}

 .side_menu_cata li a {
        text-decoration: none;
        padding: 0px 10px;
        font-size: 18px;
    }
    
.toggle_div {
    height: 150px;
    width: 200px;
    background-color: rgb(241, 239, 234);
    position: absolute;
    float: right;
    margin-top: -573px;
    margin-left: 170px;
    text-align: right;
    padding-right: 20px;
    line-height: 20px;
}

.home_main_column_left {
    display: none;
}

.home_main_column_left_sm {
    display: block;
    margin: 0 auto;
}

.home_main_column_right {
    height: 1000px;
    width: 100%;
    float: left;
}

.toggle_button_small {
    float: left;
    margin-top: 5px;
    display: block;
}

.toggle_button {
    display: none;
}

#toggle_login {
    padding-top: 10px;
    font-size: 30px;
}

#toggle_signup {
    font-size: 30px;
}

#toggle_help {
    font-size: 30px;
}

.left_cata {
    
    width: 100%;
    background-color: aliceblue;
    margin-top: -20px;
    margin-left: 0px;
    height:100%;
    z-index: 1;
    
}

.home_main_column_left {
    width: 20%;
    height: 600px;
    float: left;
}

.cart_img {
    width: 100px;
    height: 57px;
}

.cart_p {
    position: absolute;
    color: red;
    font-size: 20px;
    font-weight: bold;
    margin-top: -2px;
    background: white;
    margin-left: 47px;
}

#cart_viewer {
    clear: both;
    width: 100%;
    height: 100%;
    overflow: scroll;
    margin: 0 auto;
    z-index: 1;
}

.cart2 {
    float: right;
    margin-top: 400px;
    margin-left: 280px;
    position: fixed;
    display: inline;
    position: fixed;
    z-index: 1;
}

.header {
    z-index: 1;
    background-color: skyblue;
    width: 99%;
}

.showcart {
    display: none;
}

table td,
tr {
    padding: 0;
}



.for-small {
    clear: both;
    margin: auto;
    display: block;
}

.small-list {
    list-style: none;
    font-size: 13px;
    border-radius: 10px;
    color: black;
    width: 95%;
    margin: 5px;
    text-align: center;
    line-height: 23px;
    -webkit-border-radius: 10px;
    outline: auto;
    margin-top: auto;
}

.small-list:hover {
    background-color: brown;
    color: cornflowerblue;
}

.small-list a {
    color: rgb(85, 20, 20);
}

.for-small-clear {
    height: 50px;
    width: 20px;
}

.confirmation {
    clear: both;
    width: 100%;
    height: 100%;
    overflow: scroll;
    margin: 0 auto;
}

.clear {
    width: 200px;
    height: 0px;
    margin-bottom: 0px;
}

.clear2{
    display:none;
}
.bannar-right{
    margin-top:-35px;
}

#login_toggle {
    display: block;
}

#small-list {
    display: none;
}

.myorder {
    display: none;
}

a:visited {
    color: darkblue;
}

form.example button {
    width: 20%;
    height: 40px;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
    position: absolute;
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    float: left;
    width: 100%;
    height: 40px;
}

.showcart-sm {
    display: inline;
    height: 50px;
    width: 130px;
    float: left;
    padding: 5px;
}

.fixed-bottom {
    background-color: skyblue;
    height: 60px;
    margin-bottom: -1px;
}

.banner {
    display: none;
}

.banner-sm {
    display: inline;
    padding-top: 5px;
    background-color: rgb(220, 223, 217);
    background-position: center;
    background-image: none;
    height: 180px;
    outline: auto;
    padding-bottom: 5px;
}

.banner_text {
    text-align: center;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.header1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bolder;
    color: #f88c0c;
}

.header2 {
    font-family: monospace;
    font-weight: bolder;
    color: #a76d27;
}

.header4 {
    font-family: 'Lucida Sans';
    font-weight: bolder;
    color: #c9a818;
}

.header5 {
    font-size: 13px;
    font-family: 'Lucida Sans';
    font-weight: bolder;
    color: #c9a818;
}

.right_viewer_single {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: white;
    outline: none;
    text-align: center;
}

.right_viewer{
    
    margin-left:0px;
}

.right_viewer_image_single {
    width: 100%;
    height: 55%;
    margin: 0 auto;
}

.search_div {
    text-align: center;
    width: 80%;
}

.signup_table{
    width: 90%;
    }
    
.single_logo{
    display:inline;
    margin-right:75px;
}

.main_image{
    height:343px;
    width:202px;
}

.search_result{
    margin-left:20px;
}

 
    
    
    /* Mobile */
@media (max-width: 768px){

    .login_btn{
        display:none !important;
    }

    #login_toggle{
        display:block !important;
    }
}


/* Mobile Product 2 Column Fix */
@media (max-width:768px){

    .main_view{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        padding:0 5px;
    }


    .right_viewer{
        width:48% !important;
        height:auto;
        min-height:360px;
        float:none !important;
        margin:5px 0 !important;
        background:#fff;
        box-sizing:border-box;
    }


    .right_viewer_image img{
        width:100% !important;
        height:140px !important;
        object-fit:cover;
    }

}


#single_view,
#search-result{
    width:100%;
}


@media (max-width:768px){

    .main_view{
    display:flex;
    flex-wrap:wrap;
}

    .footer-home{
        clear:both;
        display:block;
        width:100%;
        height:auto;
        min-height:60px;
        margin-top:20px;
        position:relative;
    }

 
}


/* =========================
   Mobile Product & Pagination Fix
   ========================= */

@media (max-width:768px){

    .main_view{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        padding:0 5px;
        box-sizing:border-box;
    }

    .right_viewer{
        width:48% !important;
        float:none !important;
        margin:5px 0 !important;
        box-sizing:border-box;
        background:#fff;

        height:auto !important;
        min-height:360px;
    }

    .right_viewer_image img{
        width:100% !important;
        height:140px !important;
        object-fit:cover;
    }

    #single_view,
    #search-result{
        width:100%;
        display:block;
    }

    .footer-home{
        clear:both;
        width:100%;
        height:auto !important;
        min-height:50px;
        margin-top:20px;
        text-align:center;
        display:block;
    }

    .pagination{
        clear:both;
        display:flex !important;
        justify-content:center;
        align-items:center;
        flex-wrap:wrap;

        width:100% !important;
        margin:15px auto !important;
        padding:10px 5px;

        overflow:visible !important;
        float:none !important;
    }

    .pagination a{
        margin:2px;
    }

}


@media (max-width:768px){

    #single_view,
    #search-result{
        flex:0 0 100%;
        width:100%;
    }

    .right_viewer{
        flex:0 0 48%;
        width:48% !important;
        max-width:48%;
        box-sizing:border-box;
       
    }

}


@media(max-width:768px){

.right_viewer {
    width:48%;
  
    margin:1%;
     min-height:390px;
    height:auto;
    padding-bottom:65px;
   
}

.right_viewer_image img {
    height:140px !important;
}

}

.right_viewer{
    position: relative;
}

/* ================================
   Product Details Button Fix
   Mobile & Desktop
   ================================ */


/* Image Container */
.right_viewer_image{
    position:relative !important;
    overflow:visible !important;
}


/* Details Button Position */
.single_details_btn{
    position:absolute;
    top:5px;
    right:5px;
    z-index:99999;
}


/* Button Design */
.single_details_btn button{
    display:inline-block !important;
    font-size:10px !important;
    padding:3px 8px !important;
    height:auto !important;
    min-height:0 !important;
    line-height:1.2 !important;
    border-radius:15px !important;
}


/* Mobile Only */
@media(max-width:768px){

    .single_details_btn{
        top:5px;
        right:5px;
         margin-top:8px;
    }


    .single_details_btn button{
        font-size:9px !important;
        padding:2px 7px !important;
        border-radius:12px !important;
    }

}