.logo_app{
    display: none;
}

@media screen and (max-width:640px) {
    .logo,.logo2{
        display: none;
    }
    .logo_app{
        display: block;
        max-width: 100%;
        border-bottom: 3px solid #5f9cd1;;
    }
    a img, div img, img, .video embed, .spa img{
        max-width:100%;
    }
    a img, img {
        border: 0;
    }
    .main_bg{
        background-color:#ffffff;
    }
    #page{
        width:100%;
        margin: 0px auto;
    }
    .header_left, .header_menu, .pc_image{
        display:none;
    }
    
    .mob_image{
        display:block;
    }
    .logo{
        border-bottom:3px solid #588c73;
        padding:20px 0;
    }
    #item_title {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        text-align: center;
        font-size: 1.1rem;
        line-height: 30px;
        color: #232b3b;
        font-weight: bold;
        padding:10px 0;

    }
    .shrtdesc{
        float:none;
    }
    .shrt_title{
        font-size:16px;
        color: #262d2a;
        text-align: left;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom:10px;
    }
    .desc img{
        max-width:100%;
    }
    .desc, .desc p, .desc td{
        font-size:12px;
        color:#262d2a;
        text-align:left;
        padding:0;
        font-weight:400;
    }
    .desc p, .desc ul, .desc ol{ padding:0 !important}
    .desc ul li{
        margin:3px 0 3px 12px;
        list-style: none;
        line-height:22px;
    }
    .desc ul li:before{
        content: '\2022';
        display: block;
        position: relative;
        max-width: 0;
        max-height: 0;
        left: -12px;
        top: -2px;
        color: #588c37;
        font-size: 35px;
    }
    .desc ol li{
        background:none;
        list-style-type:decimal;
        margin:3px 0 3px 12px;
    }
    .shrtdesc .desc ul li{
        font-size:14px !important;
        font-weight:400 !important;
        padding-left:25px;
    }
    .shrtdesc .desc ul li:before{
        left: -25px;
    }
    .newsletter{
        background-color:#588c73;
        color:#ffffff;
        font-size:25px;
        font-weight:600;
        text-align:center;
        text-transform:uppercase;
        padding:25px 0;
    }
    .newsletter a{
        color:#ffffff !important;
        text-decoration:none;
        text-align:center;
    }
    .newsletter a:hover{
        color:#fed4d0 !important;
    }
    .newsletter img {
        position: relative;
        top: -5px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    /*****mob bot tabs*********/
    #mob-bottom-tabs{
        display: block;
        margin:15px 0;
    }
    .mob_tab {
       display:block;
    }
    .tab_top {
    display:none;
    }
    .tab_title {
       background-color:#e5e5e5;
        color:#000000;
        display:block;
        cursor:pointer;
        text-align:left;
       margin:0 0 5px 0;
       font-size:13px;
       font-weight: 500; 
        text-transform:uppercase;
        padding:12px 0 12px 10px;
       background-image:url(mob_tab_n.png);
       background-repeat:no-repeat;
       background-position:right;
       border-top-left-radius:6px;
       border-top-right-radius:6px;

    }

.tab2::after,.tab3::after,.tab4::after,.tab5::after,.tab6::after,.tab7::after{
    content:"+";
    float:right;
    font-size:18px;
    margin-right:15px;

    }
#mob_tab1:checked~.tab_content .tab1:after,
#mob_tab2:checked~.tab_content .tab2:after,
#mob_tab3:checked~.tab_content .tab3:after,
#mob_tab4:checked~.tab_content .tab4:after,
#mob_tab5:checked~.tab_content .tab5:after,
#mob_tab6:checked~.tab_content .tab6:after,
#mob_tab7:checked~.tab_content .tab7:after{
content:"-";
float:right;
font-size:20px;
color:#000000;
margin-right:15px
}

    .tab_content div{
        padding:0px;
    }
    label.tab_title:hover {
        color:#ffffff;
        background-image:url(mob_tab.png);
        background-repeat:no-repeat;
        background-position:right;
        background-color:#588d73;
    }
    #mobtabs1:checked ~ .tab_content #content1,
    #mobtabs2:checked ~ .tab_content #content2,
    #mobtabs3:checked ~ .tab_content #content3,
    #mobtabs4:checked ~ .tab_content #content4,
    #mobtabs5:checked ~ .tab_content #content5,
    #mobtabs6:checked ~ .tab_content #content6,
    #mobtabs7:checked ~ .tab_content #content7,
    #mobtabs8:checked ~ .tab_content #content8 {
        display:block;
    }
   /* #mobtabs1:checked ~ .tab_content .tab1,*/
    #mobtabs2:checked ~ .tab_content .tab2,
    #mobtabs3:checked ~ .tab_content .tab3,
    #mobtabs4:checked ~ .tab_content .tab4,
    #mobtabs5:checked ~ .tab_content .tab5,
    #mobtabs6:checked ~ .tab_content .tab6,
    #mobtabs7:checked ~ .tab_content .tab7,
    #mobtabs8:checked ~ .tab_content .tab8 {
transition: all ease .5s;
        color:#ffffff;
        background-image:url(mob_tab.png);
        background-repeat:no-repeat;
        background-position:right;
        background-color:#d96459;
    }
    .tab_content ul, .tab_content ol{
        margin:0;
        padding:0 0 0 15px;
    }
    #content1, #content2, #content3, #content4, #content5, #content6, #content7, #content8{
        background-color:#ffffff;
        border-top:none;
        margin-bottom:10px;
        color:#262d2a;
        font-size:12px;
        text-align:left;
        font-weight:400;
        line-height:23px;
        padding-left:10px;
    }
    #content1 p, #content2 p, #content3 p, #content4 p, #content5 p, #content6 p, #content7 p, #content8 p{
        color:#262d2a;
        padding:0px;
        text-align:left;
        font-weight:400;
        font-size:12px;
        line-height:23px;
    }
    #content1 li, #content2 li, #content3 li, #content4 li, #content5 li, #content6 li, #content7 li, #content8 li{
        color:#262d2a;
        font-size:12px;
        text-align:left;
        font-weight:400;
    }
    /********bottom tab end*************/
    .footer{ 
        padding:15px 0;

    }
    
    /********online*************/
    .fea_cat a{	
        display:block;  
        width:100%;
        height:188px;
    }
    a.fea1{
        background-image:url("https://www.showershopping.co.uk/HYW/NewTemplet/OnlineShowers/tzb/css2/cat_01.jpg");
        background-repeat:round;
    }
    a.fea1:hover{
        background-image:url(cat_01.jpg);
        background-repeat:round;
    }
    a.fea2{
        background-image:url("https://www.showershopping.co.uk/HYW/NewTemplet/OnlineShowers/tzb/css2/cat_02.jpg");
        background-repeat:noround;
    }
    a.fea2:hover{
        background-image:url(cat_02.jpg);
        background-repeat:round;
    }
    a.fea3{
        background-image:url("https://www.showershopping.co.uk/HYW/NewTemplet/OnlineShowers/tzb/css2/cat_03.jpg");
        background-repeat:round;
        margin-right:0;
    }
    a.fea3:hover{
        background-image:url(cat_03.jpg);
        background-repeat:round;
    }
    a.fea4{
        background-image:url("https://www.showershopping.co.uk/HYW/NewTemplet/OnlineShowers/tzb/css2/cat_04.jpg");
        background-repeat:round;
    }
    a.fea4:hover{
        background-image:url(cat_04.jpg);
        background-repeat:round;
    }
    a.fea5{
        background-image:url("https://www.showershopping.co.uk/HYW/NewTemplet/OnlineShowers/tzb/css2/cat_05.jpg");
        background-repeat:round;
    }
    a.fea5:hover{
        background-image:url(cat_05.jpg);
        background-repeat:round;
    }
    a.fea6{
        background-image:url("https://www.showershopping.co.uk/HYW/NewTemplet/OnlineShowers/tzb/css2/cat_06.jpg");
        background-repeat:round;
        margin-right:0;
    }
    a.fea6:hover{
        background-image:url(cat_06.jpg);
        background-repeat:round;
    }
    .item_desc1 {
        background-color: #588c73;
        color: #fff;
        margin-bottom: 2px;
    }
    }
    
    /* CSS Document */
    #mobile_image {
        /*border:2px solid #e3e0db;
        border-radius:5px;*/
        width:87%;
        margin:10px 0;
    }
    
    #mob-slider {
        background: transparent;
        text-align: center;
        margin: 0px auto;
        max-width: 100%;
        width: auto;
        padding: 0;
        max-height:350px;
    }
    
    #mob-slides {
        position:relative;
    }
    
    #mob-slider input {
        display: none;
    }
    
    #mob-slide1:checked ~ #mob-slides .mob-inner { margin-left:0; }
    #mob-slide2:checked ~ #mob-slides .mob-inner { margin-left:-100%; }
    #mob-slide3:checked ~ #mob-slides .mob-inner { margin-left:-200%; }
    #mob-slide4:checked ~ #mob-slides .mob-inner { margin-left:-300%; }
    #mob-slide5:checked ~ #mob-slides .mob-inner { margin-left:-400%; }
    #mob-slide6:checked ~ #mob-slides .mob-inner { margin-left:-500%; }
    #mob-slide7:checked ~ #mob-slides .mob-inner { margin-left:-600%; }
    #mob-slide8:checked ~ #mob-slides .mob-inner { margin-left:-700%; }
    #mob-slide9:checked ~ #mob-slides .mob-inner { margin-left:-800%; }
    #mob-slide10:checked ~ #mob-slides .mob-inner { margin-left:-900%; }
    
    #mob-overflow {
        width: 100%;
        overflow: hidden;
    }
    
    #mob-slides .mob-inner {
        width: 1000%;
        line-height: 0;
    }
    
    #mob-slides div ul{
        margin:0;
        padding:0;
        list-style-type:none;
    }
    
    #mob-slides div ul li{
        width: 10%;
        float: left;
        height:350px;
        position:relative;
    }
    
    #mob-slides div ul li img{
        /*width:100%;*/
        height:auto;
        max-width:100%;
        max-height:350px;
        position:absolute;
        top:0px;
        bottom:0px;
        left:0px;
        right:0px;
        margin:auto;
    }
    
    #mob-slides #mob-controls label { 
        display: none;
        width:25px;
        height:80px;
        position:absolute;
        top:0px;
        bottom:0px;
        margin:auto;
        cursor: pointer;
        text-decoration: none;
    }
    
    #mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(2), 
    #mob-slide2:checked ~ #mob-slides #mob-controls label:nth-child(3), 
    #mob-slide3:checked ~ #mob-slides #mob-controls label:nth-child(4), 
    #mob-slide4:checked ~ #mob-slides #mob-controls label:nth-child(5), 
    #mob-slide5:checked ~ #mob-slides #mob-controls label:nth-child(6),
    #mob-slide6:checked ~ #mob-slides #mob-controls label:nth-child(7),
    #mob-slide7:checked ~ #mob-slides #mob-controls label:nth-child(8),
    #mob-slide8:checked ~ #mob-slides #mob-controls label:nth-child(9),
    #mob-slide9:checked ~ #mob-slides #mob-controls label:nth-child(10),
    #mob-slide10:checked ~ #mob-slides #mob-controls label:nth-child(1) {
        background: url('https://stationarieszone.co.uk/gbgarden/faye/dzinehub-1558/listing/images/arrow_right.png') no-repeat center top;
        display: block;
        float: right;
        right:-25px;
    }
    #mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(2):hover, 
    #mob-slide2:checked ~ #mob-slides #mob-controls label:nth-child(3):hover, 
    #mob-slide3:checked ~ #mob-slides #mob-controls label:nth-child(4):hover,
    #mob-slide4:checked ~ #mob-slides #mob-controls label:nth-child(5):hover,
    #mob-slide5:checked ~ #mob-slides #mob-controls label:nth-child(6):hover,
    #mob-slide6:checked ~ #mob-slides #mob-controls label:nth-child(7):hover,
    #mob-slide7:checked ~ #mob-slides #mob-controls label:nth-child(8):hover,
    #mob-slide8:checked ~ #mob-slides #mob-controls label:nth-child(9):hover,
    #mob-slide9:checked ~ #mob-slides #mob-controls label:nth-child(10):hover,
    #mob-slide10:checked ~ #mob-slides #mob-controls label:nth-child(1):hover {
        background: url('https://stationarieszone.co.uk/gbgarden/faye/dzinehub-1558/listing/images/arrow_right.png') no-repeat center top;
    }
    
    #mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(10), 
    #mob-slide2:checked ~ #mob-slides #mob-controls label:nth-child(1), 
    #mob-slide3:checked ~ #mob-slides #mob-controls label:nth-child(2), 
    #mob-slide4:checked ~ #mob-slides #mob-controls label:nth-child(3), 
    #mob-slide5:checked ~ #mob-slides #mob-controls label:nth-child(4),
    #mob-slide6:checked ~ #mob-slides #mob-controls label:nth-child(5),
    #mob-slide7:checked ~ #mob-slides #mob-controls label:nth-child(6),
    #mob-slide8:checked ~ #mob-slides #mob-controls label:nth-child(7),
    #mob-slide9:checked ~ #mob-slides #mob-controls label:nth-child(8),
    #mob-slide10:checked ~ #mob-slides #mob-controls label:nth-child(9){
        background: url('https://stationarieszone.co.uk/gbgarden/faye/dzinehub-1558/listing/images/arrow_left.png') no-repeat center top;
        display: block;
        float: left;
        left:-25px;
    }
    #mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(10):hover, 
    #mob-slide2:checked ~ #mob-slides #mob-controls label:nth-child(1):hover, 
    #mob-slide3:checked ~ #mob-slides #mob-controls label:nth-child(2):hover,
    #mob-slide4:checked ~ #mob-slides #mob-controls label:nth-child(3):hover,
    #mob-slide5:checked ~ #mob-slides #mob-controls label:nth-child(4):hover,
    #mob-slide6:checked ~ #mob-slides #mob-controls label:nth-child(5):hover,
    #mob-slide7:checked ~ #mob-slides #mob-controls label:nth-child(6):hover,
    #mob-slide8:checked ~ #mob-slides #mob-controls label:nth-child(7):hover,
    #mob-slide9:checked ~ #mob-slides #mob-controls label:nth-child(8):hover,
    #mob-slide10:checked ~ #mob-slides #mob-controls label:nth-child(9):hover{
        background: url('https://stationarieszone.co.uk/gbgarden/faye/dzinehub-1558/listing/images/arrow_left.png') no-repeat center top;
    }
    
    #mob-slides ul li[rel=""], #mob-slides label[rel=""],
    #mob-slides ul li[rel="{{image1}}"], #mob-slides label[rel="{{image1}}"],
    #mob-slides ul li[rel="{{image2}}"], #mob-slides label[rel="{{image2}}"],
    #mob-slides ul li[rel="{{image3}}"], #mob-slides label[rel="{{image3}}"],
    #mob-slides ul li[rel="{{image4}}"], #mob-slides label[rel="{{image4}}"],
    #mob-slides ul li[rel="{{image5}}"], #mob-slides label[rel="{{image5}}"],
    #mob-slides ul li[rel="{{image6}}"], #mob-slides label[rel="{{image6}}"],
    #mob-slides ul li[rel="{{image7}}"], #mob-slides label[rel="{{image7}}"],
    #mob-slides ul li[rel="{{image8}}"], #mob-slides label[rel="{{image8}}"],
    #mob-slides ul li[rel="{{image9}}"], #mob-slides label[rel="{{image9}}"],
    #mob-slides ul li[rel="{{image10}}"], #mob-slides label[rel="{{image10}}"]{
        display:none !important;
    }
    
    /* Animation */
    
    #mob-slides .mob-inner {
        -webkit-transform: translateZ(0);
        -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
        
        -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
    }
    
    #mob-slider {
        -webkit-transform: translateZ(0);
        -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;
    }
    
    #mob-controls label{
        -webkit-transform: translateZ(0);
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }
    table.data-table {
        border: 1px solid #000;
        width: 100%;
         border-collapse:collapse
    }
    table.data-table td{
        border: 1px solid #000;
        text-align:center;
    }
    table.data-table tr:nth-child(odd){
    background: #fff
    }
    table.data-table tr:nth-child(even){
    background: #dbebef;
    }
    table.best-table {
        border-spacing: 10px;
    }
    
    table.best-table td {
        border: 3px solid #588d73;
    }
    .map-img{
        max-width:100%;
    }
    .map_area{
        border-collapse:collapse;
    }
    .map_area td{
        border:1px solid #000;
        text-align:center;
    }