﻿@media only screen and (min-device-width: 768px) {

    @font-face {
        font-family: 'thaisanslite_r1';
        src: url('../../fonts/thaisanslite_r1.ttf') format('truetype');
    }

    /********************************button***************************************/

    .buttonb {
        background-color: white;
        color: #008F71;
        border: 1px solid #008F71;
        padding: 2% 40%;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        -webkit-transition-duration: 0.4s; /* Safari */
        transition-duration: 0.4s;
        cursor: pointer;
        border-radius: 6px;
        font-family: 'LotussSmartHLregular','thaisanslite_r1';
    }


        .buttonb:hover {
            background-color: #008F71;
            color: white;
            cursor: pointer;
        }

    .mySlides {
        display: none;
        /*background: rgba(0, 0, 0, .8);*/
        position: fixed;
        width: 90%;
        height: 100%;
        z-index: 20;
        left: 0;
        top: 0;
    }

    /* Next & previous buttons */
    .prev,
    .next {
        cursor: pointer;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: #228c75;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        background-image: url('file:///C:\Users\airai\AppData\Local\Microsoft\Windows\INetCache\IE\ES311SX7\Tesco_Lotus_logo[1].png');
        user-select: none;
        -webkit-user-select: none;
    }


    /* Modal Content */
    .modal-content {
        position: relative;
        /*background-color: #fefefe;*/
        margin: auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
    }

    /* The Close Button */
    .close {
        color: white;
        position: absolute;
        top: 10px;
        right: 2%;
        font-size: 3em;
        font-weight: bold;
    }

    .numbertext {
        padding: 6%;
    }
    .mySlides img {
        max-width: 400px;
        max-height: 700px;
    }
    table {
        max-width: 100%;
        background-color: transparent;
        vertical-align: top;
        text-align: left;
    }
    iframe .ch{
        display: block;
        margin: 0 auto;
        max-width: 300px;
        max-height: 200px;
    }

    img .productimg {
        border: 0;
        max-width: 350px;
        max-width: 320px;
        max-height: 240px;
    }
    .clearboth {
        clear: both;
        padding-top: 50px;
    }

    .clearch {
        clear: both;
    }
    /*****************************************************************************/
    .header-bar {
        background-color: #00BCB4;
        width: 100%;
        height: 6px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        margin-top: 0px;
        border-radius: 10px;
        background: -khtml-gradient(linear, left top, left bottom, from(#00B498), to(#007658));
        background: -moz-linear-gradient(top, #00B498, #007658);
        background: -ms-linear-gradient(top, #00B498, #007658);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00B498), color-stop(100%, #007658));
        background: -webkit-linear-gradient(top, #00B498, #00BCB4);
        background: -o-linear-gradient(top, #00B498, #007658);
        background: linear-gradient(top, #00B498, #007658);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B498', endColorstr='#007658', GradientType=0);
        margin-top: 3px;
    }
    iframe.center {
        display: block;
        margin: 0 auto;
        width: 300px;
        height: 200px;
    }

}
