﻿/* Shared */
.marginbottom{
    margin-bottom: 70px;
}
.maxwidth{
    width:100%;
}
.titlecolor {
    color: #215357;
}
.textcolor {
    color: #293336
}

.bestsellerbannertext {
    color: white;
    text-decoration: none;
    margin-bottom: 0%;
    text-align: center;
    font-size: 0.9vw;
}

.whitebannertext {
    color: white;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

/* Main banner */
.mainbanner {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 13%;
}
.m-mainbanner {
    display:none;
}
.mainbanertext {
    color: white;
    margin-bottom: 30px;
}
.buttoncolor{
    color:white !important;
    border-color: white !important;
}

/* Why choose us */
.whylayout {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
    color: #215357;
    font-size: 2.5vw;
}
.itemlayout {
    margin-left: 10%;
    overflow: hidden;
}
.itemwidth{
    width:33%;
    float:left;
}
.titletext {
    color: #215357;
    font-weight: bold;
}
.whytextbox {
    width: 43%;
    margin-left: 10%;
}
.whytextboxlastitem {
    width: 47%;
    margin-left: 10%;
}
.whyimage{
    width:100px;
}

/* Do better by knowing our people better*/
.dolayout {
    background-color: #F5F5F5;
    overflow: hidden;
}
.doimgwidth{
    width:60%;
    float:left;
}
.dotextbox {
    width: 40%;
    float: left;
    padding: 4%;
}

.dotitle {
    font-size: 2vw;
    line-height: 2.5vw;
    color: #215357;
    font-weight: bold;
    width: 85%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.dotext {
    width: 93%;
    font-size: 1vw;
}

/* Best Seller */
.bestseller {
    background-color: #F5F5F5;
    overflow: hidden;
    margin-bottom: 50px;
    padding-bottom: 25px;
}


.bestsellerimagewidth{
    width: 50%;
    float: left;
}
.bestsellertextwidth {
    width: 36%;
    margin-left: 7%;
    margin-right: 7%;
    float: left;
}
.bestlogo {
    position: absolute;
    width: 6%;
    margin-left: 5%;
}
.bestimages {
    position: center;
    margin-top: 30px;
    z-index: -1;
}

.bestsellertitle {
    font-size: 1.9vw;
    font-weight: bold;
    margin-top: 13%;
}

.bestsellertext {
    font-size: 1.15vw;
    margin-bottom: 10%;
}

.bestsellerbutton {
    background-color: #215357;
    color: white;
    width: 43%;
    padding: 10px;
    border-style: solid;
    border-color: white;
    margin-bottom: 5%;
}

/*New Product*/
.newproductlayout {
    background-color: #215357;
    padding-bottom: 25px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    margin-top: -14%;
    width: auto;
    padding: 16px;
    color: #BABABA !important;
    font-weight: bold;
    font-size: 3.5vw;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 11%;
    border-radius: 3px 0 0 3px;
}

.newproduct {
    background-color: #215357;
    overflow: hidden;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot1 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/*Product Range*/

.productrangebutton {
    background-color: white;
    color: #215357;
    width: 60%;
    padding: 10px;
    border-style: solid;
    border-color: #215357;
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.4vw;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
            
        }

            .MultiCarousel .MultiCarousel-inner .item > div {
                text-align: center;
                padding: 25px;
                margin: 10px;
                color: #666;
            }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        top: calc(50% - 40px);
        color: #BABABA !important;
        font-weight: bold;
        font-size: 3.5vw;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    .MultiCarousel .leftLst {
        left: 0;
    }

    .MultiCarousel .rightLst {
        right: 0;
    }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
            display: none;
        }

.productrangetitle {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-top: 100px;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

#mySlides {
    display: none;
}
@media (min-width: 768px) and (max-width:1000px){
    .bestsellertext {
        font-size: 1.8vw;
    }
    .bestsellertextwidth {
        width: 44%;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .whylayout {
        font-size: 4vw;
    }

    .itemlayout {
        margin-left: 3%;
        overflow: hidden;
    }

    .whyimage {
        width: 100px;
        margin-left: calc(15% - -13px);
        margin-bottom: 10%;
    }

    .whytextbox {
        width: 139px;
        margin-left: 10%;
        text-align: center;
    }

    .whytextboxlastitem {
        width: 155px;
        margin-left: 10%;
        text-align: center;
    }

    .dotextbox {
        width: 100%;
        padding: 10%;
        padding-top: 8%;
        padding-bottom: 8%;
    }
    .doimgwidth {
        width: 100%;
    }

    .dotitle {
        font-size: 3vw;
        line-height: 4.5vw;
        margin-top: 0%;
    }

    .dotext {
        font-size: 2vw;
    }
}
@media (min-width: 560px) and (max-width: 767px) {
    .whyimage {
        width: 100px;
        margin-left: calc(15% - -13px);
        margin-bottom: 10%;
    }
}

@media (max-width: 560px) {
    .itemwidth {
        width: 100%;
    }

    .whyimage {
        margin-left: 10%;
        margin-bottom: 10%;
    }

    .whytextboxlastitem {
        width: 139px;
        margin-left: 10%;
        text-align: center;
    }
}

@media (max-width: 767px) {

    .m-mainbanner {
        background-image: url('../images/mainpage/mainbanner/M-banner1.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 13%;
        display: block;
    }
    .m-maintext{
        font-size: 6vw;
    }
    .mainbanner {
        display: none;
    }
    .mainbanertext {
        margin-bottom: 15%;
        margin-top: 15%;
    }
    .dot {
        width: 10px;
        height: 10px;
    }

    .maxwidth {
        padding: 4%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .bestsellerimagewidth {
        width: 100%;
    }

    .bestsellertextwidth {
        width: 86%;
        text-align: center;
    }

    .bestsellertitle {
        margin-top: 3%;
        font-size: 5vw;
    }

    .bestsellertext {
        font-size: 4vw;
        margin-bottom: 7%;
    }

    .bestsellerbutton {
        width: 30%;
        margin-left: 35%;
    }

    .bestsellerbannertext {
        font-size: 2vw;
    }

    .bestlogo {
        width: 15%;
    }

    .prev, .next {
        margin-top: -60%;
        font-size: 8vw;
    }

    .next {
        right: 4%;
    }

    .productrangetitle {
        font-size: 5vw;
        margin-top: 10%;
    }

    .productrangebutton {
        width: 60%;
        font-size: 2.4vw;
    }

    .whylayout {
        font-size: 5vw;
    }

    .itemlayout {
        margin-left: 3%;
        overflow: hidden;
    }

    .whytextbox {
        width: 139px;
        margin-left: 10%;
        text-align: center;
    }

    .whytextboxlastitem {
        width: 155px;
        margin-left: 10%;
        text-align: center;
    }

    .doimgwidth {
        width: 100%;
    }

    .dotextbox {
        width: 100%;
        padding: 5%;
    }

    .dotitle {
        font-size: 5vw;
        line-height: 6.5vw;
        width: 90%;
        margin-top: 0%;
        margin-bottom: 5%;
        margin-left: 5%;
    }

    .dotext {
        width: 90%;
        font-size: 3vw;
        margin-left: 5%;
    }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        font-size: 8vw;
    }
}