﻿/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Poppins Regular'), local('Poppins-Regular'), url('../fonts/poppins-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-italic - latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/poppins-v9-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Poppins Italic'), local('Poppins-Italic'), url('../fonts/poppins-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500italic - latin */
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/poppins-v9-latin-500italic.eot'); /* IE9 Compat Modes */
    src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url('../fonts/poppins-v9-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-500italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v9-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-500italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v9-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('../fonts/poppins-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v9-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Poppins Bold'), local('Poppins-Bold'), url('../fonts/poppins-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v9-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v9-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

:focus {
    outline: none;
}

body, input, button, select, textarea, span {
    font-family: 'Poppins';
}

a:hover, a:active, a:active, a:focus {
    text-decoration: none;
}

header {
    background-color: darkgreen;
    color: white;
    width: 100%;
    font-size: 13px;
}

.header-menu {
    padding: 8px 0;
}

header i {
    float: left;
}

header span {
    margin-left: 8px;
}

header [class^="flaticon-"]:before {
    font-size: 37px;
    line-height: 37px;
    margin-left: 0px;
}

span.title {
    font-weight: bold;
    font-size: 15px;
}

.reserve-button:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 100%;
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 18px;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.reserve-button {
    width: 100%;
    margin-left: 14px;
    height: 55px;
    border: 0px;
    font-size: 17px;
    background-color: #ff8000;
    color: white;
    font-weight: bold;
}

    .reserve-button:hover {
        background-color: white;
        color: #ff8000;
    }

.my-cart {
    text-align: center;
    border-radius: 50%;
    border: 0px;
    background-color: deepskyblue;
    padding: 6px 7.2px;
    float: right;
    margin-top: 10.3px;
    color: white;
}

    .my-cart:hover {
        color: whitesmoke;
    }

    .my-cart [class^="flaticon-"]:before {
        font-size: 20px;
        font-weight: 900;
        line-height: 20px;
    }

.cart {
    position: relative;
    margin: 0px;
}

    .cart span {
        position: absolute;
        bottom: -6px;
        right: -9px;
        top: auto;
        left: auto;
        background-color: white;
        color: darkgreen;
        border-radius: 50%;
        height: 22.6px;
        width: 22.6px;
        text-align: center;
        padding: 3px 0;
        font-size: 12px;
    }

.login {
    background: transparent;
    border: 2px solid white;
    border-radius: 50%;
    padding: 4.4px 5.4px;
    margin-top: 11.1px;
    color: white;
}

    .login:hover {
        color: lightgreen;
        border-color: lightgreen;
    }

    .login [class^="flaticon-"]:before {
        font-size: 18px;
        line-height: 18px;
    }

.slider:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.slider {
    background: url('../../../Images/sliderTest.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1% 0;
}

.shadow {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(255,255,255,1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(255,255,255,1);
    box-shadow: 10px 10px 5px 0px rgba(255,255,255,1);
}

.white-bg {
    background-color: white;
}

.img-logo {
    z-index: 2;
    position: relative;
    padding: 5px;
}

    .img-logo img {
        background-color: white;
        padding: 5px;
        margin: 5px;
    }



.product-container {
    margin-top: 0px;
}

.product {
    float: left;
    width: 25%;
    margin-bottom: 30px;
    padding: 0 15px;
    position: relative;
    min-height: 341px;
}

    .product article {
        border: 1px solid #e6e6e6;
        padding: 9px;
        background: #fff;
        display: inline-block;
        width: 100%;
        position: relative;
    }

        .product article .tag {
            color: #aaaaaa;
            display: inline-block;
            width: 100%;
            margin: 7px 0;
            font-size: 13px;
        }

        .product article .tittle {
            color: darkgreen;
            font-size: 15px;
            display: inline-block;
            height: 40px;
            font-weight: bold;
            overflow: hidden;
            margin-top: 5px;
            text-align: center;
        }

            .product article .tittle:hover {
                color: #333;
            }

        .product article p.rev {
            font-size: 13px;
            color: #000;
            margin-top: 5px;
            margin-bottom: 15px;
            height: 51px;
            overflow: hidden;
        }

        .product article .price {
            font-weight: bold;
            color: #333333;
            float: left;
        }

            .product article .price span {
                color: #aaaaaa;
                text-decoration: line-through;
                font-weight: normal;
                margin-left: 10px;
            }

        .product article .sale-tag {
            background: #f73232;
            border-radius: 2px;
            font-size: 13px;
            color: #fff;
            font-weight: bold;
            position: absolute;
            top: 9px;
            padding: 5px 10px;
            left: 9px;
            z-index: 22;
        }

        .product article img {
            width: 100%;
            max-width: 100%;
            background-color: whitesmoke;
        }

        .product article .new-tag {
            background: #0088cc;
            border-radius: 2px;
            font-size: 13px;
            color: #fff;
            font-weight: normal;
            position: absolute;
            top: 9px;
            padding: 5px 10px;
            left: 9px;
        }

        .product article .cart-btn {
            height: 42px;
            width: 42px;
            border-radius: 50%;
            background: #eeeeee;
            color: #888888 !important;
            float: right;
            text-align: center;
            line-height: 44px;
            margin-top: -10px;
        }

            .product article .cart-btn:hover {
                background: darkgreen;
                color: #fff !important;
            }

        .product article .rev i {
            color: #fecb00;
            font-size: 13px;
        }

    .product .flex-control-thumbs {
        margin: 0 -10px;
        width: auto;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .product .on-nav .flex-direction-nav .flex-prev {
        left: 0px;
    }

    .product .on-nav .flex-direction-nav .flex-next {
        right: 0px;
    }

    .product .on-nav .flex-control-thumbs {
        padding: 0 50px;
    }

    .product .on-nav .flex-direction-nav a {
        bottom: 30px;
        top: auto;
    }

    .product .on-nav .thumb-slider {
        position: relative;
    }

    .product .item-img {
        display: inline-block;
        width: 250px;
        margin-right: 10px;
    }

.col-list .product article {
    margin-bottom: 30px;
}

    .col-list .product article .price {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .col-list .product article .col-sm-5 {
        position: relative;
        min-height: 250px;
    }

    .col-list .product article .position-center-center {
        width: 100%;
    }

    .col-list .product article .col-sm-5 i {
        margin-right: 5px;
    }

    .col-list .product article .tag {
        margin-top: 30px;
    }

    .col-list .product article .heart {
        color: #aaaaaa;
        border: 1px solid #dfdfdf;
        height: 28px;
        width: 28px;
        border-radius: 50%;
        line-height: 26px;
        text-align: center;
        display: inline-block;
        position: absolute;
        right: 20px;
        font-size: 12px;
    }

        .col-list .product article .heart i {
            margin: 0px;
        }

        .col-list .product article .heart.navi {
            top: 35px;
        }

.col-list .product .bullet-round-list li:before {
    top: 7px;
}

.col-list .product article .heart:hover {
    background: #0088cc;
    color: #fff;
    border: 1px solid #0088cc;
}

.col-list .product article .col-sm-5:before {
    border-left: 1px solid #f5f5f5;
    content: "";
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0px;
    width: 1px;
}

.col-list .product article .tittle {
    min-height: inherit;
}

.flex-control-thumbs li {
    width: 25%;
}

.item-col-5 {
    margin: 0 -15px;
}

    .item-col-5 .product {
        float: left;
        width: 20%;
        margin-bottom: 30px;
        padding: 0 15px;
        position: relative;
        min-height: 341px;
    }

.item-col-4 {
    margin: 0 -15px;
}

    .item-col-4 .product {
        float: left;
        width: 25%;
        margin-bottom: 30px;
        padding: 0 15px;
        position: relative;
        min-height: 341px;
    }

.col-md-9 .item-col-4 .product {
    min-height: inherit;
}

.item-col-3 {
    margin: 0 -15px;
}

    .item-col-3 .product {
        float: left;
        width: 33.3333333%;
        margin-bottom: 30px;
        padding: 0 15px;
        position: relative;
        min-height: 341px;
    }

.item-col-2 {
    margin: 0 -15px;
}

    .item-col-2 .product {
        float: left;
        width: 50%;
        margin-bottom: 30px;
        padding: 0 15px;
        position: relative;
        min-height: 341px;
    }

.product.col-2x {
    width: 40%;
}

.like-bnr {
    background: #f5f5f5 url(../images/watch-bg.jpg) right center no-repeat;
    position: relative;
    min-height: 341px;
}

    .like-bnr p {
        max-width: 195px;
        color: #555555;
    }

        .like-bnr p span {
            color: #aaaaaa;
            display: inline-block;
            width: 100%;
            margin: 10px 0;
        }

    .like-bnr h5 {
        font-weight: bold;
        margin-top: 0px;
    }

    .like-bnr .position-center-center {
        width: 100%;
        padding: 0 30px;
    }

.btn-round {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: #0088cc;
    color: #fff;
}

    .btn-round.big {
        padding: 15px 30px;
        font-size: 16px;
    }

    .btn-round:hover {
        background: #333 !important;
        color: #fff !important;
    }

.flex-direction-nav {
    display: none;
}

.on-nav .flex-direction-nav {
    display: block;
}

/*Pagination*/
ul.pagination {
    text-align: center;
}

.pagination {
    border: none;
    margin: 0px;
}

    .pagination li a:hover {
        background: #83bb2b;
        color: #fff;
    }

    .pagination li a {
        border: 1px solid #eaeaea;
        background: #fff;
        height: 32px;
        width: 32px;
        padding: 0px;
        border-radius: 0px;
        text-align: center;
        line-height: 30px;
        margin-right: 3px;
    }

    .pagination li:first-child a, .pagination li:last-child a {
        border: 0px;
    }

        .pagination li:first-child a:hover, .pagination li:last-child a:hover {
            border: 0px;
            color: orange;
            background: white;
        }

    .pagination li a:hover {
        background: orange;
        color: #fff;
        border: 1px solid orange;
    }

    .pagination li a.active {
        background: darkgreen;
        color: #fff;
        border: 1px solid darkgreen;
    }

.nav-tabs {
    padding: 0 15px;
    border-bottom: 0px;
    margin-bottom: 20px;
}


    .nav-tabs > li > a {
        text-align: left;
        border: 0px !important;
    }


        .nav-tabs > li > a span {
            color: black;
            /*width: 100%;
                clear: both;
                
                display: block;*/
            text-align: center;
            font-size: 19px;
            font-weight: bold;
            padding: 10px;
        }

    .nav-tabs > li {
        border: 1px solid whitesmoke;
        border-radius: 0px;
        border-bottom: 3px solid whitesmoke;
        margin-right: 0px;
        margin-bottom: 5px;
        width: 100%;
    }

        .nav-tabs > li:last-child {
            margin-right: 0px;
        }


        .nav-tabs > li:nth-child(odd).active, .nav-tabs > li:nth-child(odd):hover, .nav-tabs > li:nth-child(odd).active > a span {
            color: #ee2f4b;
            border-color: #ee2f4b !important;
            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }

        .nav-tabs > li:nth-child(even).active, .nav-tabs > li:nth-child(even):hover, .nav-tabs > li:nth-child(even).active > a span {
            color: #a4d6b0;
            border-color: #a4d6b0 !important;
            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }

        .nav-tabs > li:nth-child(3).active, .nav-tabs > li:nth-child(3):hover, .nav-tabs > li:nth-child(3).active > a span {
            color: #f7941e;
            border-color: #f7941e !important;
            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }

        .nav-tabs > li:nth-child(4).active, .nav-tabs > li:nth-child(4):hover, .nav-tabs > li:nth-child(4).active > a span {
            color: #c49a6c;
            border-color: #c49a6c !important;
            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }

        .nav-tabs > li:nth-child(5).active, .nav-tabs > li:nth-child(5):hover, .nav-tabs > li:nth-child(5).active > a span {
            color: royalblue;
            border-color: royalblue !important;
            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }

        .nav-tabs > li:nth-child(6).active, .nav-tabs > li:nth-child(6):hover, .nav-tabs > li:nth-child(6).active > a span {
            color: deepskyblue;
            border-color: deepskyblue !important;
            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }

        .nav-tabs > li:nth-child(7).active, .nav-tabs > li:nth-child(7):hover, .nav-tabs > li:nth-child(7).active > a span {
            color: darkred;
            border-color: darkred !important;
            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }

        .nav-tabs > li:nth-child(8).active, .nav-tabs > li:nth-child(8):hover, .nav-tabs > li:nth-child(8).active > a span {
            color: darkgoldenrod;
            border-color: darkgoldenrod !important;
            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }

        .nav-tabs > li:nth-child(9).active, .nav-tabs > li:nth-child(9):hover, .nav-tabs > li:nth-child(9).active > a span {
            color: darkgreen;
            border-color: darkgreen !important;
            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }

        .nav-tabs > li:nth-child(10).active, .nav-tabs > li:nth-child(10):hover, .nav-tabs > li:nth-child(10).active > a span {
            color: purple;
            border-color: purple !important;
            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            background-color: white;
        }

.nav > li > a:hover, .nav > li > a:focus {
    background-color: white;
}

@media (min-width: 1200px) {
    .container {
        width: 90%;
    }

    .product {
        width: 33%;
    }
}

@media (max-width: 992px) {
    .container {
        width: 90%;
    }

    .product {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .container {
        width: 90%;
    }

    .product {
        width: 50%;
    }
}

@media (max-width: 540px) {
    .container {
        width: 90%;
    }

    .product {
        width: 100%;
    }
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 12px;
    background-color: darkgreen;
}

body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: darkgrey;
}

header.sticky {
    position: fixed !important;
    top: 0;
    z-index: 1000;
}

.btn-circle {
    line-height: 1;
    padding: 8px 9px;
    text-align: center;
    border-radius: 50%;
}

.smart-link {
    color: yellow;
}

    .smart-link:hover {
        color: skyblue;
    }

.swal2-popup .swal2-title {
    font-size: 3em !important;
}

.swal2-popup .swal2-content {
    font-size: 1.5em !important;
}
