/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /*.adds-banner-left{display: none;}
    .adds-banner-right{display: none;}
    .adds-banner-bottom{display: none;}*/
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /*button .navbar-toggler .float-right{background: transparent !important;}
    .navbar-toggler-icon{filter: invert(100%);}*/
    /** Login screen **/

}
@media only screen and (max-width: 991px) {
    button.navbar-toggler.float-right { background: none !important; padding: 3px 3px; border-radius: 0;border: none;}
    .navbar-toggler-icon{filter: invert(100%);}
    .navbar a:hover{background: transparent !important; color:#f0047f !important;}
    /** Login screen **/
    #loginTabber ul{width: 90%; line-height: 2;}
   /* .sraech-box-home {padding-left: 0 !important; padding-right: 0 !important;}*/
    #loginTabber ul li a{font-size: 18px; font-width: 300 !important;}

    /** index page css **/
    .google-button{margin-bottom:10px; display: inline-block;}
    .banner-area .row{padding: 2rem 1rem;}
    .orange-banner{padding: 2rem 1rem;}
    figcaption.home-page{padding-bottom:0;}

    /****/
    .retailTypeLogo {width: 100%;}

    /****/
    .artwork h4{margin-top: 30px;}


    /****/
    .chat-main .msg{word-break: break-all;}
    .position-relative .p-4 {padding: 0.5rem !important;}

    /** Articles Start **/
    .cardbox-base p.headLinebase{display: inline-block !important;}

    body .sideshow .sidebar { display: block !important;}
    body.sideshow #dispensariess{ display: flex !important; left: 0; right: 0; transition: all 0.3s ease; padding: 0; width:100%; overflow:auto; background:#fff; top: 0px; box-sizing: border-box; height:100% !important; position: fixed;}
    body.sideshow .removeclassbody{display: block;position: absolute;top: 10px; right: 10px; z-index: 10000;}
    .removeclassbody{display: none;}
    .store-list{display: block; position: absolute; left:-4px; top: 20%; z-index:1999;}
    .store-list.btn-primary{color: #fff; background-color: #f0047f; border-color: #fff;}
    .store-list.btn-primary:not(:disabled):not(.disabled).active, .store-list.btn-primary:not(:disabled):not(.disabled):active, .store-list.show > .btn-primary.dropdown-toggle{color: #fff; background-color: #f0047f; border-color: #fff;}
    /*.sidebar{display: none !important;}*/
    section#dispensariess {display: none;}
    body.sideshow .store-list{display: none;}
    body.left-sideshow .left_slidebar{display: block;position: fixed; width: 100%; height: 100%; left: 0; top: 0; max-height: 100%; z-index: 100; background: #36393f;}
    .left_slidebar{display: none;}
    body.left-sideshow .remove-left{display: block; position: absolute; top: 10px; right: 10px; z-index: 100; font-size: 28px; font-weight: 500; width: 30px; height: 30px; color: #ffffff; background: #000 !important;}
    .channel-list{display: block;position: absolute;left: 8px;top: 20px;z-index: 10;}
    .online-list{display: block;position: absolute;right: 8px;top: 20px;z-index: 10;}
    body.right-sideshow .right_slidebar{display: block;position: fixed; width: 100%; height: 100%; right: 0; top: 0; max-height: 100%; z-index: 100; background: #36393f;}
    .right_slidebar{display: none;}
    body.right-sideshow .remove-right{display: block;position: absolute; top: 10px; right: 10px; z-index: 100; font-size: 28px; font-weight: 500; width: 30px; height: 30px; color: #ffffff; background: #000 !important;}
    .storeName{width: auto !important;}
    .storeMenusBtn{padding: 9px 9px 6px; width: auto;}
    #formHolder{padding: 15px; width: 100%;}
    .reviewContainer{ width: 100%; max-width:100%;}
    .mainblockreview{display: flex; align-items: center; flex: 1 1 0; flex-wrap: wrap;}
    .jaUogu {display: flex; align-items: center; flex: 1 1 0; flex-wrap: wrap;}
    .diDDeB {flex:1;}
    .reviewdetailsbox{text-align: center;}
    .strains-list{display: block; position: relative; left:-4px; top: 5%; z-index:1999;  margin-left:10px !important;}
    .strains-list.btn-primary{color: #fff; background-color: #f0047f; border-color: #fff; border-radius: .25rem !important;}
    .strains-list.btn-primary:not(:disabled):not(.disabled).active, .strains-list.btn-primary:not(:disabled):not(.disabled):active, .strains-list.show > .btn-primary.dropdown-toggle{color: #fff; background-color: #f0047f; border-color: #fff;}
    body.sideshow .strains-list{display: none;}
    body.sideshow #sidebar{ display: flex !important; left: 0; right: 0; transition: all 0.3s ease; padding: 0; width:100%; max-width:100%;  overflow:auto; background:#834dbb; top: 0px; box-sizing: border-box; height:100% !important; position: fixed;}
    body.sideshow #sidebar .mCustomScrollBox{max-width:100%; width: 100%;}
    body.sideshow #dismiss {display: block;}
    .tooltips .tooltiptext{display: none;}
    .tooltiptextouter{display: none;}
    .adds-banner-left{display: none;}
    .adds-banner-right{display: none;}
    .adds-banner-bottom a img{width:100%; height:auto;}
    }
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}







