@charset "utf-8";
/* CSS Document */

/******************************

COLOR PALETTE




[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
	3.1 Currency
	3.2 Language
	3.3 Account
	3.4 Main Navigation
	3.5 Hamburger Menu
	3.6 Logo
	3.7 Main Slider
4. Banner
5. New Arrivals
	5.1 New Arrivals Sorting
	5.2 New Arrivals Products Grid
6. Deal of the week
7. Best Sellers
	7.1 Slider Nav
8. Benefit
9. Blogs
10. Newsletter
11. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/*********************************
2. Body and some general stuff
*********************************/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    line-height: 1.72857143 !important;
    font-weight: 400;
    background: #FFFFFF;
    color: #398801;
}

.btn {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background-color: #398801;
    border-radius: 0;
    text-transform: uppercase;
}

a {
    color: #398801;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: #51545f;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

    p a {
        display: inline;
        position: relative;
        color: inherit !important;
        border-bottom: solid 2px #fde0db;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
    position: relative;
    color: #FF6347;
}

p a:hover {
    color: #398801;
    background: #398801;
}

    p a:hover::after {
        opacity: 0.2;
    }

::selection {
    background: #fde0db;
    color: #FF6347;
}

p::selection {
    background: #fde0db;
}

/*h1 {
	font-size: 72px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 16px;
}*/

h6 {
    font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #398801 !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

    h1::selection,
    h2::selection,
    h3::selection,
    h4::selection,
    h5::selection,
    h6::selection {
    }

::-webkit-input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

:-moz-placeholder
/* older Firefox*/ {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

::-moz-placeholder
/* Firefox 19+ */ {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

:-ms-input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

::input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

.form-control {
    color: #db5246;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

/*********************************
3. Home
*********************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*    background: #FFFFFF;*/
    z-index: 10;
}

.top_nav {
    width: 100%;
    height: 50px;
    background: #1e1e27;
}

.top_nav_left {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #b5aec4;
    text-transform: uppercase;
}

/*********************************
3.1 Currency
*********************************/

.currency {
    display: inline-block;
    position: relative;
    min-width: 50px;
    border-right: solid 1px #33333b;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #1e1e27;
}

    .currency > a {
        display: block;
        color: #b5aec4;
        font-weight: 400;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
        text-transform: uppercase;
    }

        .currency > a > i {
            margin-left: 8px;
        }

    .currency:hover .currency_selection {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

.currency_selection {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

    .currency_selection li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
    }

        .currency_selection li a {
            display: block;
            color: #232530;
            border-bottom: solid 1px #dddddd;
            font-size: 13px;
            text-transform: uppercase;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: all 0.3s ease;
        }

            .currency_selection li a:hover {
                color: #b5aec4;
            }

        .currency_selection li:last-child a {
            border-bottom: none;
        }

/*********************************
3.2 Language
*********************************/

.language {
    display: inline-block;
    position: relative;
    min-width: 50px;
    border-right: solid 1px #33333b;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #1e1e27;
}

    .language > a {
        display: block;
        color: #b5aec4;
        font-weight: 400;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
    }

        .language > a > i {
            margin-left: 8px;
        }

    .language:hover .language_selection {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

.language_selection {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

    .language_selection li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
    }

        .language_selection li a {
            display: block;
            color: #232530;
            border-bottom: solid 1px #dddddd;
            font-size: 13px;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: all 0.3s ease;
        }

            .language_selection li a:hover {
                color: #b5aec4;
            }

        .language_selection li:last-child a {
            border-bottom: none;
        }

/*********************************
3.3 Account
*********************************/

.account {
    display: inline-block;
    position: relative;
    min-width: 50px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #1e1e27;
}

    .account > a {
        display: block;
        color: #b5aec4;
        font-weight: 400;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
    }

        .account > a > i {
            margin-left: 8px;
        }

    .account:hover .account_selection {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

.account_selection {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

    .account_selection li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
    }

        .account_selection li a {
            display: block;
            color: #232530;
            border-bottom: solid 1px #dddddd;
            font-size: 14px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .account_selection li a:hover {
                color: #b5aec4;
            }

        .account_selection li:last-child a {
            border-bottom: none;
        }

        .account_selection li a i {
            margin-right: 10px;
        }

/* All */
.navbar_menu li:hover .navbar_menu_selection {
    visibility: visible;
    opacity: 1;
    top: 80%;
}

.navbar_menu_selection {
    display: block;
    position: absolute;
    left: 0;
    top: 120%;
    margin: 0;
    width: 210px;
    /*    background: #FFFFFF;*/
    background: rgba(169, 107, 17, 0.4);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

    .navbar_menu_selection li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
        /* float: left; */
        /* width: 33%; */
        text-align: left;
    }

        .navbar_menu_selection li a {
            display: block;
            color: #232530;
            padding: 0px !important;
            border-bottom: solid 1px #dddddd;
            font-size: 11px !important;
            text-transform: uppercase;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: all 0.3s ease;
        }

            .navbar_menu_selection li a:hover {
                color: #b5aec4;
            }

        .navbar_menu_selection li:last-child a {
            border-bottom: none;
        }

/*********************************
3.4 Main Navigation
*********************************/

.main_nav_container {
    width: 100%;
    /*    background: #FFFFFF;*/
    /*    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);*/
}

    .main_nav_container.fixed {
        background: #FFFFFF !important;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
        border-bottom: solid 1px #398801;
    }

        .main_nav_container.fixed .navbar_menu li a {
            color: #398801;
        }

        .main_nav_container.fixed .navbar_menu_selection {
            background: #FFFFFF;
        }

        .main_nav_container.fixed .navbar_menu li a:hover, .main_nav_container.fixed .navbar_menu li:hover > a {
            color: #886d48 !important;
        }

.btn-3 {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
    min-width: 150px;
    padding: 0 25px;
}

.sec-intro .divtext .scroll-down {
    color: #fff !important;
}

    .sec-intro .divtext .scroll-down p {
        color: #fff !important;
        font-size: 12px;
    }

@media only screen and (min-width: 768px) {
    .show-767 {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .sec-intro .divtext .btn {
        border: none;
        background: url(/images/play-test.png) no-repeat center top;
        padding-top: 20px;
        background-size: 100% auto;
    }

    .show-768 {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .fp-tableCell {
        height: 750px;
    }
}

@media screen and (max-width: 767px) {
    .fp-tableCell {
        height: 667px;
    }
}

.navbar {
    width: auto;
    height: 60px;
    float: right;
    padding: 0px !important;
}

.navbar_menu > li {
    display: inline-block;
    position: relative;
    color:#fff;
}

.navbar_menu li a {
    display: block;
    color: #fff;
    /*    color: #398801;*/
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 9px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

    .navbar_menu li a:hover, .navbar_menu li:hover > a {
        color: #398801 !important;
    }

.navbar_user {
    margin-left: 37px;
}

    .navbar_user li {
        display: inline-block;
        text-align: center;
    }

        .navbar_user li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            width: 40px;
            height: 40px;
            color: #398801;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -ms-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
        }

            .navbar_user li a:hover {
                color: #b5aec4;
            }

.checkout a {
    background: #eceff6;
    border-radius: 50%;
    color: #398801 !important;
}

.checkout_items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -9px;
    left: 22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fe4c50;
    font-size: 12px;
    color: #FFFFFF;
}

/*********************************
3.5 Hamburger Menu
*********************************/

.hamburger_container {
    display: none;
    margin-left: 40px;
}

    .hamburger_container i {
        font-size: 24px;
        color: #398801;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .hamburger_container:hover i {
        color: #b5aec4;
    }

.hamburger_menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .hamburger_menu.active {
        right: 0;
    }

.fs_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    background: rgba(255, 255, 255, 0);
    pointer-events: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.hamburger_close {
    position: absolute;
    top: 26px;
    right: 10px;
    padding: 10px;
    z-index: 1;
}

    .hamburger_close i {
        font-size: 24px;
        color: #398801;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .hamburger_close:hover i {
        color: #b5aec4;
    }

.hamburger_menu_content {
    padding-top: 100px;
    width: 100%;
    height: 100%;
    padding-right: 20px;
}

.menu_item {
    display: block;
    position: relative;
    border-bottom: solid 1px #b5aec4;
    vertical-align: middle;
}

    .menu_item > a {
        display: block;
        color: #398801;
        font-weight: 500;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        text-transform: uppercase;
    }

        .menu_item > a:hover {
            color: #b5aec4;
        }

        .menu_item > a > i {
            margin-left: 8px;
        }

    .menu_item.active .menu_selection,
    .menu_item.active .navbar_menu_selection {
        display: block;
        visibility: visible;
        opacity: 1;
    }

.menu_selection {
    margin: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .menu_selection li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
    }

        .menu_selection li a {
            display: block;
            color: #232530;
            border-bottom: solid 1px #dddddd;
            font-size: 13px;
            text-transform: uppercase;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: all 0.3s ease;
        }

            .menu_selection li a:hover {
                color: #b5aec4;
            }

        .menu_selection li:last-child a {
            border-bottom: none;
        }

/*********************************
3.6 Logo
*********************************/

.logo_container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

    .logo_container a {
        font-size: 24px;
        color: #398801;
        font-weight: 700;
        text-transform: uppercase;
    }

        .logo_container a span {
            color: #fe4c50;
        }

/*********************************
3.7 Main Slider
*********************************/

.main_slider {
    width: 100%;
    /* max-height: 700px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 38px;
}

.main_slider_2 {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 50px;
}

.main_slider_content {
    /* width: 60%; */
    text-align: center;
}

    .main_slider_content h6 {
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 29px;
    }

    .main_slider_content h1 {
        font-weight: 400;
        line-height: 1;
    }

.red_button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    background: #fe4c50;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}

    .red_button:hover {
        background: #FE7C7F !important;
    }

    .red_button a {
        display: block;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        line-height: 40px;
        width: 100%;
    }

.shop_now_button {
    width: 140px;
    margin-bottom: 10px;
}

/*********************************
4. Banner
*********************************/

.banner {
    width: 100%;
    margin-top: 30px;
}

.banner_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 265px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner_category {
    height: 50px;
    background: #FFFFFF;
    min-width: 180px;
    padding-left: 25px;
    padding-right: 25px;
}

    .banner_category a {
        display: block;
        color: #398801;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        line-height: 50px;
        width: 100%;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

        .banner_category a:hover {
            color: #b5aec4;
        }

/*********************************
5. New Arrivals
*********************************/

.new_arrivals {
    width: 100%;
}

.new_arrivals_title {
    margin-top: 44px;
}

/*********************************
5.1 New Arrivals Sorting
*********************************/

.new_arrivals_sorting {
    display: inline-block;
    border-radius: 3px;
    margin-top: 59px;
    overflow: visible;
}

.grid_sorting_button {
    height: 40px;
    min-width: 102px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    border: solid 1px #ebebeb;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #FFFFFF;
    border-radius: 3px;
    margin: 0;
    float: left;
    margin-left: -1px;
}

    .grid_sorting_button:first-child {
        margin-left: 0px;
    }

    .grid_sorting_button:last-child {
    }

    .grid_sorting_button.active:hover {
        background: #FE7C7F !important;
    }

    .grid_sorting_button.active {
        color: #FFFFFF;
        background: #fe4c50;
    }

/*********************************
5.2 New Arrivals Products Grid
*********************************/

.product-grid {
    width: 100%;
    margin-top: 57px;
}

.product-item {
    width: 25%;
    height: 400px;
    cursor: pointer;
    float: left;
}

    .product-item::after {
        display: block;
        position: absolute;
        top: 0;
        left: -1px;
        width: calc(100% + 1px);
        height: 100%;
        pointer-events: none;
        content: '';
        border: solid 2px rgba(235, 235, 235, 0);
        border-radius: 3px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .product-item:hover::after {
        box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
        border: solid 2px rgba(235, 235, 235, 1);
    }

.product {
    width: 100%;
    height: 360px;
    border-right: solid 1px #e9e9e9;
}

.product_image {
    width: 100%;
    text-align: center;
}

    .product_image img {
        width: 100%;
        padding: 3%;
    }

.product_info {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.product_name {
    margin-top: 27px;
}

    .product_name a {
        color: #398801;
        line-height: 20px;
        text-transform: uppercase;
    }

    .product_name:hover a {
        color: #b5aec4;
    }

.discount .product_info .product_price {
    font-size: 13px;
}

.product_price {
    font-size: 14px;
    color: #fe4c50;
}

    .product_price span {
        font-size: 12px;
        margin-left: 10px;
        color: #b5aec4;
        text-decoration: line-through;
    }

.product_bubble {
    position: absolute;
    top: 15px;
    width: 50px;
    height: 22px;
    border-radius: 3px;
    text-transform: uppercase;
}

    .product_bubble span {
        font-size: 12px;
        font-weight: 600;
        color: #FFFFFF;
    }

.product_bubble_right::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 6px;
    right: auto;
    top: auto;
    bottom: -6px;
    border: 6px solid;
}

.product_bubble_left::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 6px;
    bottom: -6px;
    border: 6px solid;
}

.product_bubble_red::after {
    border-color: transparent transparent transparent #fe4c50;
}

.product_bubble_left::after {
    border-color: #51a042 #51a042 transparent transparent;
}

.product_bubble_red {
    background: #fe4c50;
}

.product_bubble_green {
    background: #51a042;
}

.product_bubble_left {
    left: 15px;
}

.product_bubble_right {
    right: 15px;
}

.add_to_cart_button {
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .add_to_cart_button a {
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        color: #fff !important;
    }

.product-item:hover .add_to_cart_button {
    visibility: visible;
    opacity: 1;
}

.favorite {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #b9b4c7;
    width: 17px;
    height: 17px;
    visibility: hidden;
    opacity: 0;
}

.favorite_left {
    left: 15px;
}

.favorite.active {
    visibility: visible;
    opacity: 1;
}

.product-item:hover .favorite {
    visibility: visible;
    opacity: 1;
}

.favorite.active::after {
    font-family: 'FontAwesome';
    content: '\f004';
    color: #fe4c50;
}

.favorite::after {
    font-family: 'FontAwesome';
    content: '\f08a';
}

.favorite:hover::after {
    color: #fe4c50;
}

/*********************************
6. Deal of the week
*********************************/

.deal_ofthe_week {
    width: 100%;
    margin-top: 41px;
    background: #f2f2f2;
}

.deal_ofthe_week_img {
    height: 540px;
}

    .deal_ofthe_week_img img {
        height: 100%;
    }

.deal_ofthe_week_content {
    height: 100%;
}

.section_title {
    display: inline-block;
    text-align: center;
}

    .section_title h2 {
        display: inline-block;
        text-transform: uppercase;
    }

    .section_title::after {
        display: block;
        position: absolute;
        top: calc(100% + 13px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 60px;
        height: 5px;
        background: #fe4c50;
        content: '';
    }

.timer {
    margin-top: 66px;
}

    .timer li {
        display: inline-block;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: #FFFFFF;
        margin-right: 10px;
    }

        .timer li:last-child {
            margin-right: 0px;
        }

.timer_num {
    font-size: 48px;
    font-weight: 600;
    color: #fe4c50;
    margin-top: 10px;
}

.timer_unit {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #51545f;
}

.deal_ofthe_week_button {
    width: 140px;
    background: #1e1e27;
    margin-top: 52px;
}

    .deal_ofthe_week_button:hover {
        background: #2b2b34 !important;
    }

/*********************************
7. Best Sellers
*********************************/

.product_slider_container {
    width: 100%;
    height: 340px;
    margin-top: 73px;
}

    .product_slider_container::after {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #FFFFFF;
        content: '';
        z-index: 1;
    }

.product_slider {
    overflow: visible !important;
}

.product_slider_item .product-item {
    height: 340px;
}

.product_slider_item {
    width: 20%;
}

    .product_slider_item .product-item {
        width: 100% !important;
    }

/*********************************
7.1 Slider Nav
*********************************/

.product_slider_nav {
    position: absolute;
    width: 30px;
    height: 70px;
    background: #d3d3d6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product_slider_container:hover .product_slider_nav {
    visibility: visible;
    opacity: 1;
}

.product_slider_nav i {
    color: #FFFFFF;
    font-size: 12px;
}

.product_slider_nav_left {
    top: 50%;
    left: 0;
}

.product_slider_nav_right {
    top: 50%;
    right: 0;
}

/*********************************
8. Benefit
*********************************/

.benefit {
    margin-top: 74px;
}

.benefit_row {
    padding-left: 15px;
    padding-right: 15px;
}

.benefit_col {
    padding-left: 0px;
    padding-right: 0px;
}

.benefit_item {
    height: 100px;
    background: #f3f3f3;
    border-right: solid 1px #FFFFFF;
    padding-left: 25px;
}

.benefit_col:last-child .benefit_item {
    border-right: none;
}

.benefit_icon i {
    font-size: 30px;
    color: #fe4c50;
}

.benefit_content {
    padding-left: 22px;
}

    .benefit_content h6 {
        text-transform: uppercase;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .benefit_content p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0px;
        color: #51545f;
    }

/*********************************
9. Blogs
*********************************/

.blogs {
    margin-top: 72px;
}

.blogs_container {
    margin-top: 53px;
}

.blog_item {
    height: 255px;
    width: 100%;
}

.blog_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.blog_content {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: rgba(255, 255, 255, 0.9);
    padding-left: 10px;
    padding-right: 10px;
    visibility: hidden;
    opacity: 0;
    transform-origin: center center;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog_item:hover .blog_content {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.blog_title {
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0px;
}

.blog_meta {
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #51545f;
    margin-bottom: 0px;
    margin-top: 3px;
    letter-spacing: 1px;
}

.blog_more {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #fe4c50;
    border-bottom: solid 1px #fe4c50;
    margin-top: 12px;
}

    .blog_more:hover {
        color: #FE7C7F;
    }

/*********************************
10. Newsletter
*********************************/

.newsletter {
    width: 100%;
    background: #f2f2f2;
    margin-top: 81px;
}

.newsletter_text {
    height: 120px;
}

    .newsletter_text h4 {
        margin-bottom: 0px;
        line-height: 24px;
    }

    .newsletter_text p {
        margin-bottom: 0px;
        line-height: 1.7;
        color: #51545f;
    }

.newsletter_form {
    height: 120px;
}

#newsletter_email {
    width: 300px;
    height: 46px;
    background: #FFFFFF;
    border: none;
    padding-left: 20px;
}

    #newsletter_email:focus {
        border: solid 1px #7f7f7f !important;
        box-shadow: none !important;
    }

:focus {
    outline: none !important;
}

#newsletter_email::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

#newsletter_email:-moz-placeholder
/* older Firefox*/ {
    font-size: 14px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

#newsletter_email::-moz-placeholder
/* Firefox 19+ */ {
    font-size: 14px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

#newsletter_email:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

#newsletter_email::input-placeholder {
    font-size: 14px !important;
    font-weight: 400;
    color: #b9b4c7 !important;
}

.newsletter_submit_btn {
    width: 160px;
    height: 46px;
    border: none;
    background: #fe4c50;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

    .newsletter_submit_btn:hover {
        background: #FE7C7F;
    }

/*********************************
11. Footer
*********************************/
.footer {
    background: #1e1e27;
}

.footer_nav_container {
    height: 130px;
}

.cr {
    margin-right: 48px;
}

.footer_nav li {
    display: inline-block;
    margin-right: 45px;
}

    .footer_nav li:last-child {
        margin-right: 0px;
    }

    .footer_nav li a,
    .cr {
        font-size: 14px;
        color: #cdcdcd;
        line-height: 30px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .footer_nav li a:hover,
        .cr a,
        .cr i {
            color: #fe4c50;
        }

.footer_social {
    height: 130px;
}

    .footer_social ul li {
        display: inline-block;
        margin-right: 10px;
    }

        .footer_social ul li:last-child {
            margin-right: 0px;
        }

        .footer_social ul li a {
            color: #51545f;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            padding: 10px;
        }

        .footer_social ul li:last-child a {
            padding-right: 0px;
        }

        .footer_social ul li a:hover {
            color: #fe4c50;
        }

.detail-new img {
    max-width: 100%;
}

/* banner-img-about */
@media screen and (min-width: 992px) {
    .banner-img-about {
        margin-bottom: 0px;
        position: relative;
    }

    .content-title-about {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 768px) {
    .banner-img-about {
        position: relative;
    }
}

.banner-img-about {
    position: relative;
}

.content-title-about {
    width: 100%;
    text-align: center;
    max-width: 855px;
    margin: 20px auto;
    z-index: 1;
}

    .content-title-about h2 {
        font-size: 28px;
        color: #398801;
        margin-bottom: 0px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }

    .content-title-about h3 {
        font-size: 28px;
        color: #398801;
        margin-bottom: 0px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }

    .content-title-about h4 {
        font-size: 20px;
        color: #398801;
        margin-bottom: 0px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
    }

    .content-title-about p {
        padding: 20px;
        color: #51545f;
        text-align: justify;
    }

.banner-img-about img {
    width: 100%;
}

/* END banner-img-about */

.sec-footer {
    background-color: #398801;
    color: #fff !important;
}

.widget a {
    color: #fff !important;
}

@media only screen and (min-width: 1200px) {
    .sec-footer .container {
        padding: 50px 70px 10px;
        max-width: inherit;
    }
}

@media only screen and (max-width: 1199px) {
    .sec-footer .container {
        padding-top: 30px;
    }
}

.sec-footer .widget {
    margin-bottom: 30px;
    position: relative;
}

.sec-footer .logo-group img {
    width: 110px;
}

.sec-footer h3 {
    font-size: 15px;
    margin-bottom: 10px;
    color: inherit !important;
    text-transform: inherit;
    text-transform: uppercase;
    font-weight: bold;
}

.sec-footer h2 {
    font-size: 18px;
    color: inherit !important;
    font-weight: normal;
}

.sec-footer h5 {
    color: inherit !important;
    font-weight: 700;
    margin-bottom: 30PX;
    font-size: 20px;
}

.t1.uppercase.efch-1.ef-tx-t {
    FONT-SIZE: 12px;
}

.sec-footer .notes {
    max-width: 675px;
}

.sec-footer ul.social {
    list-style: none;
}

    .sec-footer ul.social li {
        display: inline-block;
    }

    .sec-footer ul.social a {
        display: block;
        line-height: 32px;
        width: 35px;
        height: 35px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 16px;
        text-align: center;
        border-radius: 100%;
        margin: 0 5px;
    }

@media only screen and (min-width: 1200px) {
    .sec-footer .row {
        display: block;
        text-align: center;
    }

        .sec-footer .row > div {
            text-align: left;
            display: inline-block;
            vertical-align: top;
        }

            .sec-footer .row > div:nth-child(1) {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 250px;
                flex: 0 0 250px;
                max-width: 250px;
            }

            .sec-footer .row > div:nth-child(2) {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 300px;
                flex: 0 0 300px;
                max-width: 300px;
            }

            .sec-footer .row > div:nth-child(3) {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 300px;
                flex: 0 0 300px;
                max-width: 300px;
            }

            .sec-footer .row > div:nth-child(4) {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 200px;
                flex: 0 0 200px;
                max-width: 200px;
            }
}

@media only screen and (min-width: 992px) {
    .sec-footer .row > div:nth-child(4) {
        text-align: right;
    }
}

.copyright {
    overflow: hidden;
    padding-bottom: 20px;
}

.copyright {
    font-size: 11px;
    background-color: #225200;
    color: #fff;
}

    .copyright h6 {
        color: inherit !important;
        margin-bottom: 0;
        font-weight: bold;
    }

    .copyright .container {
        position: relative;
        padding: 15px;
        max-width: 1050px;
    }

    .copyright .back-to-top {
        right: 15px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        text-align: center;
    }

        .copyright .back-to-top a {
            width: 40px;
            height: 40px;
            overflow: hidden;
            border: 1px solid #a18d70;
            line-height: 40px;
            font-size: 18px;
            color: #a18d70;
        }

            .copyright .back-to-top a:hover {
                color: #398801;
                border-color: #398801;
            }

    .copyright .group-right {
        padding-top: 20px;
    }

        .copyright .group-right img {
            max-height: 50px;
        }

    .copyright .h6 {
        margin-bottom: 5px;
        display: block;
        font-weight: bold;
    }

        .copyright .h6:not(:hover) {
            color: #fff;
        }

@media (min-width: 1200px) {
    .copyright .container {
        position: relative;
        padding: 15px;
        max-width: 1090px;
    }
}

@media only screen and (min-width: 992px) {
    .copyright .group-right {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 15px;
        text-align: right;
    }

    .main_nav_container .container {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .sec-footer {
        text-align: center;
    }

    .copyright .back-to-top {
        top: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

        .copyright .back-to-top a {
            color: #fff;
            border-color: #fff;
        }

    .hide-767 {
        display: none !important;
    }
}


.sec-intro {
    overflow: hidden;
}

    .sec-intro .tRes_36 {
        min-height: 300px;
    }

        .sec-intro .tRes_36 h1 {
            font-size: 58px;
            position: absolute;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            left: 0;
            right: 0;
            text-align: center;
            z-index: 3;
            color: #fff;
            text-transform: uppercase;
            margin: 20px 0 0;
        }

        .sec-intro .tRes_36 h3 {
            font-size: 38px;
            position: absolute;
            top: 30%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            left: 0;
            right: 0;
            text-align: center;
            z-index: 3;
            color: #fff;
            text-transform: uppercase;
            margin: 20px 0 0;
        }

        .sec-intro .tRes_36 h1 .small {
            font-size: 18px;
            display: block;
        }

    .sec-intro .br, .sec-intro .bl {
        z-index: 3;
    }

    .sec-intro video {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
    }

    .sec-intro .divtext {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        right: 0;
        padding: 0 15px;
        margin: 0 auto;
        text-align: center;
        color: #fff;
    }

        .sec-intro .divtext h1 {
            color: #fff !important;
            font-size: 32px !important;
            letter-spacing: 10px;
            margin-bottom: 24px;
            font-weight: bold;
        }

        .sec-intro .divtext .img img {
            height: 250px;
        }

        .sec-intro .divtext .btn {
            line-height: 35px;
            font-size: 12px;
            height: auto;
            text-transform: inherit;
        }

        .sec-intro .divtext .scroll-down {
            font-size: 12px;
        }

            .sec-intro .divtext .scroll-down img {
                max-width: 18px;
            }

@media only screen and (max-width: 767px) {
    .sec-intro .divtext .img img {
        height: 150px;
    }
}

#videoHomeModal, #videoModal {
    background-color: rgba(0, 0, 0, 0.85);
}

    #videoHomeModal .container, #videoModal .container {
        max-width: 100%;
        padding: 0 15px;
    }

@media only screen and (min-width: 768px) {
    #videoHomeModal .container, #videoModal .container {
        width: 70%;
    }
}

#videoHomeModal .contentModal, #videoModal .contentModal {
    padding: 0 !important;
    border: 2px solid #398801;
    border-radius: 3px;
}

#videoHomeModal .btn-close, #videoModal .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 15px;
    border-radius: 100%;
    background: #398801;
    color: #fff;
    line-height: 30px;
}

.active.teamModal {
    z-index: 999;
}
/* For PowerPC People who have Internet Explorer for Mac... */
[class*="tRes"] {
    position: relative;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    [class*="tRes"]:before {
        content: "";
        padding-top: 100%;
        display: block;
        position: relative;
        z-index: 2;
    }

    [class*="tRes"] > img, [class*="tRes"] > video {
        z-index: 1;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
    }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    [class*="tRes"] > img, [class*="tRes"] > video {
        height: 100%;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

[class*="tRes"] > video {
    z-index: 3;
}

[class*="tRes"] > iframe {
    display: block;
    border: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: inherit;
    }

    .videoHomeModal .tRes_16_9 {
        overflow: visible; /* quan trọng */
        line-height:0;
    }

        .videoHomeModal .tRes_16_9 > video {
            position: relative !important;
            height: auto !important;
            object-fit: contain;
        }

    .tRes_16_9:before {
        padding-top: 0 !important;
    }
}

.tRes_16_9:before {
    padding-top: 56.25%;
}

.tRes_4_3:before {
    padding-top: 75%;
}

.tRes_2_1:before {
    padding-top: 50%;
}

.tRes_1_2:before {
    padding-top: 200%;
}

.tRes_30:before {
    padding-top: 30%;
}

.tRes_31:before {
    padding-top: 31%;
}

.tRes_32:before {
    padding-top: 32%;
}

.tRes_33:before {
    padding-top: 33%;
}

.tRes_34:before {
    padding-top: 34%;
}

.tRes_35:before {
    padding-top: 35%;
}

.tRes_36:before {
    padding-top: 36%;
}

.tRes_37:before {
    padding-top: 37%;
}

.tRes_38:before {
    padding-top: 38%;
}

.tRes_39:before {
    padding-top: 39%;
}

.tRes_40:before {
    padding-top: 40%;
}

.tRes_41:before {
    padding-top: 41%;
}

.tRes_42:before {
    padding-top: 42%;
}

.tRes_43:before {
    padding-top: 43%;
}

.tRes_44:before {
    padding-top: 44%;
}

.tRes_45:before {
    padding-top: 45%;
}

.tRes_46:before {
    padding-top: 46%;
}

.tRes_47:before {
    padding-top: 47%;
}

.tRes_48:before {
    padding-top: 48%;
}

.tRes_49:before {
    padding-top: 49%;
}

.tRes_50:before {
    padding-top: 50%;
}

.tRes_51:before {
    padding-top: 51%;
}

.tRes_52:before {
    padding-top: 52%;
}

.tRes_53:before {
    padding-top: 53%;
}

.tRes_54:before {
    padding-top: 54%;
}

.tRes_55:before {
    padding-top: 55%;
}

.tRes_56:before {
    padding-top: 56%;
}

.tRes_57:before {
    padding-top: 57%;
}

.tRes_58:before {
    padding-top: 58%;
}

.tRes_59:before {
    padding-top: 59%;
}

.tRes_60:before {
    padding-top: 60%;
}

.tRes_61:before {
    padding-top: 61%;
}

.tRes_62:before {
    padding-top: 62%;
}

.tRes_63:before {
    padding-top: 63%;
}

.tRes_64:before {
    padding-top: 64%;
}

.tRes_65:before {
    padding-top: 65%;
}

.tRes_66:before {
    padding-top: 66%;
}

.tRes_67:before {
    padding-top: 67%;
}

.tRes_68:before {
    padding-top: 68%;
}

.tRes_69:before {
    padding-top: 69%;
}

.tRes_70:before {
    padding-top: 70%;
}

.tRes_71:before {
    padding-top: 71%;
}

.tRes_72:before {
    padding-top: 72%;
}

.tRes_73:before {
    padding-top: 73%;
}

.tRes_74:before {
    padding-top: 74%;
}

.tRes_75:before {
    padding-top: 75%;
}

.tRes_76:before {
    padding-top: 76%;
}

.tRes_77:before {
    padding-top: 77%;
}

.tRes_78:before {
    padding-top: 78%;
}

.tRes_79:before {
    padding-top: 79%;
}

.tRes_80:before {
    padding-top: 80%;
}

.tRes_81:before {
    padding-top: 81%;
}

.tRes_82:before {
    padding-top: 82%;
}

.tRes_83:before {
    padding-top: 83%;
}

.tRes_84:before {
    padding-top: 84%;
}

.tRes_85:before {
    padding-top: 85%;
}

.tRes_86:before {
    padding-top: 86%;
}

.tRes_87:before {
    padding-top: 87%;
}

.tRes_88:before {
    padding-top: 88%;
}

.tRes_89:before {
    padding-top: 89%;
}

.tRes_90:before {
    padding-top: 90%;
}

.tRes_91:before {
    padding-top: 91%;
}

.tRes_92:before {
    padding-top: 92%;
}

.tRes_93:before {
    padding-top: 93%;
}

.tRes_94:before {
    padding-top: 94%;
}

.tRes_95:before {
    padding-top: 95%;
}

.tRes_96:before {
    padding-top: 96%;
}

.tRes_97:before {
    padding-top: 97%;
}

.tRes_98:before {
    padding-top: 98%;
}

.tRes_99:before {
    padding-top: 99%;
}

.tRes_115:before {
    padding-top: 115%;
}
/*----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------*/
/* Custom Module*/
.myModal .btnModal.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.myModal > .container {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .myModal > .container.middle {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
        margin: 0 auto;
    }

.myModal .contentModal {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    padding: 15px;
}

@media only screen and (min-width: 576px) {
    .myModal .contentModal {
        padding: 25px;
    }
}

.myModal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 1px solid #9B9B9B;
    color: #9B9B9B;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 8px;
    z-index: 100;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1 !important;
}

.active.myModal {
    visibility: visible;
    opacity: 1;
    z-index: 9999999;
}

/* End Custom Module*/
