/********** MENU **********/
/********** EMD MENU **********/
/* Import 
/* ========================================== */
@import url(../fonts/fonts.css);
@import url(animation.css);
/* Color 
/* ========================================== */
#red {
    background: #ED2224;
}

#green {
    background: #93C841;
}

#orange {
    background: #DCB526;
}

#main-bg {
    background: #75993D;
}
/* Typography
/* ========================================== */
h1, h2, h3, h4, h5 {
    margin: 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

p {
    margin-bottom: 0;
}

b {
}

a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

body {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

img {
    max-width: 100%;
}
/* All Section styles
/* ========================================== */
/* Srollbar */
/* End srollbar */

/* Go top */
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10%;
    right: 0;
    display: none;
    background: #93C841;
    opacity: 0.8;
    z-index: 999;
    border-radius: 50%;
}

    .scrollup i {
        color: #fff;
        margin-top: 8px;
        margin-left: 10px;
        font-size: 20px;
    }
/* End go top */

/* Light box */

/* End light box */

/* Animation */

/* End animation */

/* Fixed  element */
.fixed-logo {
    position: fixed;
    top: 0;
    z-index: 99;
}
/* End Fixed  element */

/* Gif */

/* End Gif */

/* Check box */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
    }

        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.25em;
            height: 1.25em;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
        }

        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: .1em;
            left: .3em;
            font-size: 1.3em;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

label:hover:before {
    border: 2px solid #93C841 !important;
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
    }

        [type="radio"]:not(:checked) + label:before,
        [type="radio"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.25em;
            height: 1.25em;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
        }

        [type="radio"]:not(:checked) + label:after,
        [type="radio"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: .1em;
            left: .3em;
            font-size: 1.3em;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="radio"]:disabled:checked + label:after {
    color: #999;
}

[type="radio"]:disabled + label {
    color: #aaa;
}

label:hover:before {
    border: 2px solid #93C841 !important;
}
/* End check box */
/* Modal */
.modal .modal-dialog {
    margin-bottom: 0;
    margin-top: 10%;
}

    .modal .modal-dialog .v-mid {
        display: block;
    }

.modal .modal-body p {
    text-align: center;
    font-size: 20px;
    color: #DCB526;
}

.modal .modal-footer {
    text-align: center;
}

.modal .modal-footer {
    border-top: none;
}

    .modal .modal-footer a {
        display: inline-block;
        padding: 8px;
        background: #93C841;
        border: 1px solid #93C841;
        color: #fff;
    }
/* End Modal */

/* Map */
#map {
    height: 300px;
}
/* End Map */
.error_box,
.field-validation-error {
    color: #d9534f;
    text-align: center;
}

.v-mid {
    display: table-cell;
    vertical-align: middle;
}

.v-height {
    height: 100%;
    display: table;
    width: 100%;
}

.background-paralax {
    background: url(http://pagacas.com/Templates/Website/img/bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section {
    padding: 50px 0;
}

.stick-banner {
    position: fixed;
    top: 0;
}

#backtobuy {
    text-align: center;
}

    #backtobuy h2 {
        font-size: 20px;
        text-transform: uppercase;
        color: #DCB526;
    }

    #backtobuy .backtobuy {
        display: inline-block;
        background: #93C841;
        color: #fff;
        margin-top: 20px;
        padding: 10px 30px;
        border: 1px solid #93C841;
    }

        #backtobuy .backtobuy:hover {
            background: #fff;
            color: #93C841;
        }

/* breadcrumb-container section styles
/* ========================================== */
#breadcrumb-container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
}

    #breadcrumb-container .breadcrumb {
        background: #fff;
        padding: 0;
        margin-bottom: 0;
    }

        #breadcrumb-container .breadcrumb li a {
            color: #93C841;
        }
/* pagination-container section styles
/* ========================================== */
.pagination-container {
    padding: 10px;
    text-align: right;
    padding-bottom: 100px;
}

    .pagination-container .pagination {
        margin-top: 0;
        margin-bottom: 0;
    }

        .pagination-container .pagination > li > a,
        .pagination-container .pagination > li > i {
            color: #93C841;
        }

        .pagination-container .pagination > .active > a,
        .pagination-container .pagination > .active > a:focus,
        .pagination-container .pagination > .active > a:hover,
        .pagination-container .pagination > .active > i,
        .pagination-container .pagination > .active > i:focus,
        .pagination-container .pagination > .active > i:hover {
            background: #93C841;
            color: #fff;
            border-color: #93C841;
        }

        .pagination-container .pagination > li > a:focus,
        .pagination-container .pagination > li > a:hover,
        .pagination-container .pagination > li > i:focus,
        .pagination-container .pagination > li > i:hover {
            background: #93C841;
            color: #fff;
            border-color: #93C841;
        }
/* step-container section styles
/* ========================================== */
#step-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

    #step-container .item {
        width: calc(100% / 3);
        float: left;
        cursor: pointer;
    }

        #step-container .item .img-container {
            width: 100px;
            float: left;
            border: 3px solid #ddd;
            border-radius: 50%;
            overflow: hidden;
        }

            #step-container .item .img-container img {
                padding: 14px;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
            }


        #step-container .item .text-container {
            float: left;
            width: calc(100% - 120px);
            color: #ddd;
            font-weight: bold;
            font-size: 20px;
            margin-left: 20px;
            height: 100px;
            display: table;
            position: relative;
        }

            #step-container .item .text-container:after {
                position: absolute;
                content: "";
                width: 100%;
                height: 3px;
                background: #ddd;
                right: 0;
                top: calc(50% - 1.5px);
            }

            #step-container .item .text-container span {
                font-size: 15px;
                font-weight: normal;
            }

        #step-container .item.active .img-container img,
        #step-container .item:hover .img-container img {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
        }

        #step-container .item.active .img-container,
        #step-container .item:hover .img-container {
            border-color: #93C841;
        }

        #step-container .item.active .text-container,
        #step-container .item:hover .text-container {
            color: #93C841;
        }

            #step-container .item.active .text-container:after,
            #step-container .item:hover .text-container:after {
                background: #93C841;
            }

/* Navigation styles
/* ========================================== */
/* Menu mobi */
#menu-mobi {
    padding: 5px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    min-height: 80px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

    #menu-mobi .logo-container {
        float: left;
        width: calc(100% - 100px);
    }

        #menu-mobi .logo-container img {
            height: 70px;
        }

    #menu-mobi .cart-container,
    #menu-mobi .menu-container {
        float: left;
        width: 50px;
        height: 70px;
        position: relative;
    }

    #menu-mobi .cart-container {
        display: table;
    }

        #menu-mobi .cart-container span {
            position: absolute;
            background: #93C841;
            top: 10px;
            right: 0;
            border-radius: 50%;
            padding: 3px 10px;
            color: #fff;
            border: 2px solid #fff;
        }

    #menu-mobi .menu-container #btn-menu-mobi {
        height: 70px;
        width: 50px;
    }

    #menu-mobi .menu-container span {
        width: 30px;
        height: 3px;
        background: #93C841;
        position: absolute;
        top: 25px;
        right: 0;
    }

        #menu-mobi .menu-container span:nth-child(2) {
            top: 35px;
        }

        #menu-mobi .menu-container span:nth-child(3) {
            top: 45px;
        }

    #menu-mobi .menu-mobi-content ul {
        padding-left: 0;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        #menu-mobi .menu-mobi-content ul li {
            list-style: none;
            text-transform: uppercase;
            padding: 10px;
        }

            #menu-mobi .menu-mobi-content ul li:first-child {
                border-top: 1px solid #ddd;
            }

            #menu-mobi .menu-mobi-content ul li a {
                color: #000;
            }

    #menu-mobi .menu-mobi-content .sub-farther i {
        float: right;
    }

    #menu-mobi .menu-mobi-content .sub-farther .sub-menu {
        border-left: 2px solid #93C841;
        padding: 0;
    }

        #menu-mobi .menu-mobi-content .sub-farther .sub-menu li:first-child {
            padding-top: 20px;
            border: none;
        }

    #menu-mobi .menu-mobi-content .search-form {
        position: relative;
        padding: 10px 0 10px 0;
        border-top: 1px solid #ddd;
    }

        #menu-mobi .menu-mobi-content .search-form input {
            border: 1px solid #ddd;
            height: 42px;
            padding: 0 10px;
            padding-right: 32px;
            width: 100%;
            background: transparent;
            color: #000;
        }

            #menu-mobi .menu-mobi-content .search-form input:focus {
                outline: none;
            }

        #menu-mobi .menu-mobi-content .search-form button {
            position: absolute;
            right: 0;
            top: 10px;
            border: none;
            background: none;
            height: 42px;
            width: 42px;
            text-align: center;
            padding: 0;
            color: #000;
        }

    #menu-mobi .menu-mobi-content .flag img {
        width: 30px;
    }
/* End Menu mobi */
/* Auto hide nav */
.nav-fix {
    width: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0.063em 0.25em rgba( 37, 50, 55, .25 ); /* 1 4 */
    box-shadow: 0 0.063em 0.25em rgba( 37, 50, 55, .25 ); /* 1 4 */
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    display: none;
}

    .nav-fix .menu-container {
        padding-left: 0;
        margin-bottom: 0;
    }

        .nav-fix .menu-container li {
            float: left;
            width: auto;
            list-style: none;
            padding: 20px 10px;
            text-align: center;
        }

            .nav-fix .menu-container li:first-child {
                padding: 9px 10px;
                padding-right: 0;
            }

            .nav-fix .menu-container li.cart-container {
                padding: 19.5px 10px;
            }

            .nav-fix .menu-container li.cart-container {
                position: relative;
            }

                .nav-fix .menu-container li.cart-container img {
                    height: 23px;
                    width: auto;
                    padding-bottom: 4px;
                }

                .nav-fix .menu-container li.cart-container span {
                    background: #fff;
                    bottom: 20px;
                    left: 50%;
                    border-radius: 50%;
                    padding: 3px 10px;
                    color: #DCB526;
                }

            .nav-fix .menu-container li.search-container {
                position: relative;
                padding: 15px 10px;
                padding-right: 0;
            }

                .nav-fix .menu-container li.search-container input {
                    border: none;
                    height: 32px;
                    padding: 0 10px;
                    padding-right: 32px;
                    width: 240px;
                    background: transparent;
                    border-bottom: 1px solid #fff;
                    color: #fff;
                }

                    .nav-fix .menu-container li.search-container input:focus {
                        outline: none;
                    }

                .nav-fix .menu-container li.search-container button {
                    position: absolute;
                    right: 7px;
                    top: 15px;
                    border: none;
                    background: none;
                    height: 32px;
                    width: 32px;
                    text-align: center;
                    padding: 0;
                    color: #fff;
                }

            .nav-fix .menu-container li a {
                font-size: 17px;
                color: #fff;
                text-transform: uppercase;
            }

            .nav-fix .menu-container li:hover a {
                color: #93C841;
            }

        .nav-fix .menu-container .sub-farther {
            position: relative;
        }

            .nav-fix .menu-container .sub-farther .sub-menu li {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                display: block;
                text-align: left;
                padding: 10px;
                height: auto;
                margin: 0;
                float: none;
                width: 100%;
            }

                .nav-fix .menu-container .sub-farther .sub-menu li a {
                    color: #000;
                    font-size: 15px;
                    font-weight: normal;
                }

            .nav-fix .menu-container .sub-farther .sub-menu {
                position: absolute;
                width: 250px;
                left: 0px;
                top: 54px;
                opacity: 0;
                visibility: hidden;
                margin-left: 0;
                box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
                -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
                -webkit-transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
                -moz-transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
                -o-transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
                transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
                padding-left: 0;
                background: #fff;
                z-index: -3;
            }

            .nav-fix .menu-container .sub-farther:hover > .sub-menu {
                visibility: visible;
                opacity: 1;
                z-index: 999;
                padding-left: 0;
                margin-top: 0;
            }

            .nav-fix .menu-container .sub-farther .sub-menu li:hover {
                background: #93C841;
            }

                .nav-fix .menu-container .sub-farther .sub-menu li:hover a {
                    color: #fff;
                }

.nav-fix-hidden {
    -webkit-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    transform: translateY( -100% );
}
/* End auto hide nav */
header .header-content .logo {
    width: 130px;
    text-align: center;
    padding: 10px;
    background: #fff;
    border: 3px solid #93C841;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: calc(50% - 65px);
}

    header .header-content .logo img {
        width: 100%;
    }

header .header-content {
    background: #93C841;
}

#menu-pc {
    /*float: right;
    width: calc(100% - 150px);*/
    background: #93C841;
}

    #menu-pc ul {
        padding-left: 0;
        margin-bottom: 0;
        width: calc(50% - 65px);
    }

        #menu-pc ul li {
            float: left;
            width: calc(100% / 4);
            list-style: none;
            padding: 15px 0;
            text-align: center;
        }
            #menu-pc ul li a {
                text-transform: uppercase;
                color: #fff;
                font-size: 17px;
                font-weight: normal;
            }

            #menu-pc ul li.cart-container {
                position: relative;
            }

                #menu-pc ul li.cart-container img {
                    height: 21px;
                    width: auto;
                    padding-bottom: 4px;
                }

                #menu-pc ul li.cart-container span {
                    background: #fff;
                    bottom: 20px;
                    left: 50%;
                    border-radius: 50%;
                    padding: 3px 10px;
                    color: #DCB526;
                }

        #menu-pc ul:nth-child(1) {
            float: left;
        }

            #menu-pc ul:nth-child(1) li {
                width: calc(100% / 3);
            }
        #menu-pc ul:nth-child(3) {
            float: right;
        }

    #menu-pc .sub-farther {
        position: relative;
    }

        #menu-pc .sub-farther .sub-menu li {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            display: block;
            text-align: left;
            padding: 10px;
            height: auto;
            margin: 0;
            float: none;
            width: 100%;
        }

            #menu-pc .sub-farther .sub-menu li a {
                color: #000;
                font-size: 15px;
                font-weight: normal;
            }

        #menu-pc .sub-farther .sub-menu {
            position: absolute;
            width: 250px;
            left: 0px;
            top: 54px;
            opacity: 0;
            visibility: hidden;
            margin-left: 0;
            box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
            -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
            -webkit-transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
            -moz-transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
            -o-transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
            transition: all 0.5s cubic-bezier(0.215,0.61,0.355,1);
            padding-left: 0;
            background: #fff;
            z-index: -3;
        }

        #menu-pc .sub-farther:hover > .sub-menu {
            visibility: visible;
            opacity: 1;
            z-index: 999;
            padding-left: 0;
            margin-top: 0;
        }

        #menu-pc .sub-farther .sub-menu li:hover {
            background: #93C841;
        }

            #menu-pc .sub-farther .sub-menu li:hover a {
                color: #fff;
            }
/* Header section styles
/* ========================================== */
header {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0
}

    header .header-header {
        background: #F3F1F1;
    }

        header .header-header ul {
            margin-bottom: 0;
            padding-left: 0;
        }

            header .header-header ul li {
                float: left;
                padding: 12px 7px;
                width: auto;
                list-style: none;
                color: #000;
                font-size: 16px;
            }

                header .header-header ul li.search-container {
                    position: relative;
                    padding: 7px;
                }

                    header .header-header ul li.search-container input {
                        border: none;
                        height: 32px;
                        padding: 0 10px;
                        padding-right: 32px;
                        width: 260px;
                    }

                    header .header-header ul li.search-container button {
                        position: absolute;
                        right: 7px;
                        top: 7px;
                        border: none;
                        background: none;
                        height: 32px;
                        width: 32px;
                        text-align: center;
                        padding: 0;
                    }

                header .header-header ul li.flag {
                    padding-top: 11px;
                }

                header .header-header ul li img {
                    height: 21px;
                }

                header .header-header ul li a {
                    color: #000;
                }

                    header .header-header ul li a:hover {
                        color: #93C841;
                    }

        header .header-header .col-md-6:nth-child(2) ul {
            float: right;
        }

#main-slider {
    height: 350px;
    overflow: hidden;
    width: 990px;
    margin: 0 auto;
    margin-top: 100px
}
#main-slider .item {
    height: 350px;
}
    #main-slider .item img {
        width: auto;
        height: 350px;
        margin: 0 auto
    }

    #main-slider .owl-dots {
        position: absolute;
        bottom: 0;
        width: 50%;
        left: calc(50% - 227.66px);
        display: none
    }

        #main-slider .owl-dots .owl-dot {
            float: left;
            width: calc(100% / 5);
        }

            #main-slider .owl-dots .owl-dot span {
                width: 100%;
                margin: 0;
                border-radius: 0;
                height: 5px;
            }

            #main-slider .owl-dots .owl-dot.active span,
            #main-slider .owl-dots .owl-dot:hover span,
            #main-slider .owl-nav [class*=owl-]:hover {
                background: #93C841;
            }

    #main-slider .owl-nav [class*=owl-] {
        position: absolute;
        top: calc(50% - 22px);
        font-size: 30px;
        padding: 0px 15px;
        border-radius: 0;
    }

    #main-slider .owl-nav .owl-prev {
        left: 0;
    }

    #main-slider .owl-nav .owl-next {
        right: 0;
    }
/* #slogan section styles
/* ========================================== */
#slogan {
    padding-bottom: 0;
    padding-top: 50px;
}

    #slogan h1 {
        font-size: 32px;
        position: relative;
        font-family:'iCiel-Pacifico', sans-serif;
        color: #93C841;
        width: 600px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }

        #slogan h1:after {
            content: "\f10d";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: #93C841;
            font-size: 18px;
            position: absolute;
            top: 0;
            left: 0;
        }

        #slogan h1:before {
            content: "\f10e";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: #93C841;
            font-size: 18px;
            position: absolute;
            top: 0;
            right: 0;
        }

    #slogan .icon-container {
        text-align: center;
        position: relative;
    }

        #slogan .icon-container:after {
            position: absolute;
            content: "";
            width: 45%;
            height: 2px;
            background: #DCB526;
            top: calc(50% - 1px);
            left: 0;
        }

        #slogan .icon-container:before {
            position: absolute;
            content: "";
            width: 45%;
            height: 2px;
            background: #DCB526;
            top: calc(50% - 1px);
            right: 0;
        }

    #slogan img {
        width: 30px;
    }
/* .product section styles
/* ========================================== */
#product .section-item .text-container p {
    text-align: justify;
}

#product .section-item .text-container .section-title {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: 'iCiel-Pacifico', sans-serif;
}

    #product .section-item .text-container .section-title a {
        color: #DCB526;
    }

#product .section-item:nth-child(2) {
    border-left: 2px solid #DCB526;
}

.product-slider .owl-nav {
    margin-top: 0;
}

    .product-slider .owl-nav [class*=owl-] {
        position: absolute;
        bottom: 0;
        font-size: 30px;
        padding: 0px 15px;
        border-radius: 0;
        background: #93C841;
    }

    .product-slider .owl-nav .owl-prev {
        left: -22%;
    }

    .product-slider .owl-nav .owl-next {
        left: -13%;
    }

.product-slider .item {
    position: relative;
}

.product-slider .item-content {
    padding: 10px;
    background: #93C841;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

    .product-slider .item-content a {
        color: #fff;
    }

    .product-slider .item-content .item-title {
        font-size: 20px;
        font-weight: bold;
    }
.product-slider .item .item-bg {
    position: absolute;
    width: 100%;
    height: calc(100% - 85px);
    top: -100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
}

    .product-slider .item .item-bg a {
        padding: 5px 10px;
        margin-right: 10px;
        background: #93C841;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
    }

        .product-slider .item .item-bg a:nth-child(1):after,
        .product-slider .item .item-bg a:nth-child(2):after {
            content: "Chi tiết";
            position: absolute;
            right: 0px;
            bottom: 0;
            width: 100px;
            background: #fff;
            z-index: 9;
            color: #000;
            padding: 9.5px 0;
            opacity: 0;
        }

        .product-slider .item .item-bg a:nth-child(1):hover:after {
            right: -100px;
            opacity: 1;
        }

        .product-slider .item .item-bg a:nth-child(2):after {
            content: "Mua ngay";
            left: 0;
        }

        .product-slider .item .item-bg a:nth-child(2):hover:after {
            left: -100px;
            opacity: 1;
        }

        .product-slider .item .item-bg a i {
            font-size: 20px;
        }

        .product-slider .item .item-bg a:last-child {
            margin-right: 0;
            background-color: #DCB526;
        }

.product-slider .item:hover .item-bg {
    top: 0;
}
.price-container p {
    width:50%;
    float:left;
    text-align:center
}
.price-container p:nth-child(2) {
    text-decoration: line-through;
    color:#000
}

#product-detail .section-header .text-container .price-container .price,
#best-sale .section-content .text-container .price-container .price {
   text-align:left
}
#product-detail .section-header .text-container .price-container .price:nth-child(2) span {
    color:#000;
    font-size:15px
}
#best-sale .section-content .text-container .price-container .price:nth-child(2) span {
    font-size:16px;
    color:#000;
}
#best-sale .section-content .text-container .price-container .price:nth-child(2) {
    padding-top: 3px;
}
#product-detail .section-header .text-container .price-container .price:nth-child(2) {
    padding-top: 7px;
}

#product-cat .section-content .left .item .text-container .price-container .price {
    text-align:left;
    float:none;
    width:100%
}
#product-cat .section-content .left .item .text-container .price-container .price:nth-child(2) span {
    font-size: 15px;
    color: #000;
}

/* #product1 section styles
/* ========================================== */
#product1 {
    background: url(../img/bg-product.jpg) bottom right no-repeat;
    background-attachment: fixed;
    background-color: #F5F5F5;
    position: relative;
}

    #product1:after {
        content: "";
        position: absolute;
        width: 100%;
        background: url(../img/wood.jpg) center center no-repeat;
        background-size: cover;
        height: 20px;
        left: 0;
        top: 0;
    }

    #product1:before {
        content: "";
        position: absolute;
        width: 100%;
        background: url(../img/wood.jpg) center center no-repeat;
        background-size: cover;
        height: 20px;
        left: 0;
        bottom: 0;
    }

    #product1 .section-header {
        background: #fff;
        padding-left: 0;
        margin-bottom: 5px;
    }

        #product1 .section-header .section-title {
            padding: 10px 15px;
            background: #93C841;
            display: inline-block;
            font-size: 20px;
            text-transform: uppercase;
            color: #fff;
        }

            #product1 .section-header .section-title a {
                color: #fff;
            }

    #product1 .section-content {
        background: #fff;
        padding: 15px;
    }

    #product1 .product-slider .owl-nav [class*=owl-] {
        top: calc(50% - 22px);
        bottom: inherit;
        margin: 0;
    }

    #product1 .product-slider .owl-nav .owl-next {
        right: -15px;
        left: inherit;
    }

    #product1 .product-slider .owl-nav .owl-prev {
        left: -15px;
        right: inherit;
    }
/* #best-sale section styles
/* ========================================== */
#best-sale {
    height: auto;
}

    #best-sale .section-title {
        font-family: 'iCiel-Pacifico', sans-serif;
        text-align: center;
        font-size: 50px;
        padding-bottom: 50px;
        color: #93C841;
    }

    #best-sale .section-content .img-container {
        text-align: center;
    }

        #best-sale .section-content .img-container img {
            width: 350px;
        }

    #best-sale .section-content .item-title {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #best-sale .section-content .text-container {
        font-size: 18px;
        height: 350px;
        display: table;
    }

        #best-sale .section-content .text-container p.price {
            margin-bottom: 10px;
        }

            #best-sale .section-content .text-container p.price span {
                font-size: 20px;
                color: #DCB526;
            }

        #best-sale .section-content .text-container p.description {
            text-align: justify;
        }

        #best-sale .section-content .text-container .btn-container {
            text-align: center;
            margin-top: 20px;
        }

            #best-sale .section-content .text-container .btn-container a {
                padding: 10px 50px;
                background: #93C841;
                display: inline-block;
                text-transform: uppercase;
                color: #fff;
                border-radius: 30px;
                border: 1px solid #93C841;
            }

                #best-sale .section-content .text-container .btn-container a:hover {
                    background: #fff;
                    color: #93C841;
                }
/* ABC section styles
/* ========================================== */
#banner {
    position: relative;
    overflow: hidden;
    height: 600px;
    background-color: #121212;
    display: table;
    width: 100%;
    background: url(../img/banner-f-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #banner .img-bg-1 {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        height: 100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #banner .img-bg-2 {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 50%;
        height: 100%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #banner .text-container {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 60px 200px;
        text-align: center;
        color: #ffffff;
        border: 5px solid #fff;
        background-color: transparent;
    }

        #banner .text-container .section-title {
            font-size: 40px;
            text-transform: uppercase;
            font-weight: bold;
            padding-bottom: 15px;
            margin-bottom: 15px;
            position: relative;
        }

            #banner .text-container .section-title:after {
                position: absolute;
                content: "";
                width: 50px;
                height: 4px;
                background: #93C841;
                bottom: 0;
                left: calc(50% - 25px);
            }

        #banner .text-container p {
            font-size: 20px;
        }

/* #blog section styles
/* ========================================== */
#blog .section-title {
    font-family: 'iCiel-Pacifico', sans-serif;
    text-align: center;
    font-size: 50px;
    padding-bottom: 50px;
    color: #93C841;
}

#blog .item {
    width: 49%;
    float: left;
    margin-left: 1%;
    margin-bottom: 15px;
    height: 150px;
    overflow: hidden;
    background-color: #fbfbfb;
}

    #blog .item:hover {
        background-color: #ffffff;
        box-shadow: 3.5px 6px 18px 0 rgba(0, 0, 0, .1);
    }

        #blog .item:hover .item-title {
            color: #DCB526;
        }

    #blog .item a {
        color: #000;
    }

    #blog .item img {
        /*max-width: inherit;*/
        max-width: 100%
    }

    #blog .item .img-container {
        float: left;
        width: 150px;
        overflow: hidden;
    }

    #blog .item .text-container {
        width: calc(100% - 150px);
        float: left;
        padding: 10px;
        text-align: justify;
    }

        #blog .item .text-container .item-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        #blog .item .text-container p:last-child {
            font-weight: bold;
        }

    #blog .item:nth-child(1) {
        height: 480px;
        margin-right: 1%;
        margin-left: 0;
    }

        #blog .item:nth-child(1) .img-container {
            float: none;
            width: 100%;
            height: 65%
        }

        #blog .item:nth-child(1) .text-container {
            float: none;
            width: 100%;
            margin-left: 0;
            padding: 15px;
        }

            #blog .item:nth-child(1) .text-container .item-title {
                margin-bottom: 15px;
                font-size: 25px;
            }

    #blog .item:nth-child(4) {
        margin-bottom: 0;
    }

#blog .section-footer {
    text-align: center;
    margin-top: 20px;
}

    #blog .section-footer a {
        display: inline-block;
        padding: 10px 50px;
        background: #93C841;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        border-radius: 30px;
        border: 1px solid #93C841;
    }

        #blog .section-footer a:hover {
            background: #fff;
            color: #93C841;
        }
/* footer section styles
/* ========================================== */
.custom-button em {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 30;
    -moz-box-shadow: -5px 2px 5px rgba( 0,0,0,0.3 );
    -webkit-box-shadow: -5px 2px 5px rgba( 0,0,0,0.3 );
    box-shadow: -5px 2px 5px rgba( 0,0,0,0.3 );
    -webkit-transition: 0.25s ease-in-out all;
    -moz-transition: 0.15s ease-in-out all;
    -o-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
}

.custom-button {
    -webkit-transition: 0.25s ease-in-out all;
    -moz-transition: 0.15s ease-in-out all;
    -o-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
    cursor: pointer;
}

    .custom-button:hover {
        -moz-border-radius: 0 0 20px 0;
        -webkit-border-radius: 0 0 20px 0;
        border-radius: 0 0 20px 0;
    }

        .custom-button:hover em {
            width: 15px;
            height: 15px;
            -webkit-transform: rotate(-10deg) translate3d( 0,0,0 );
            -moz-transform: rotate(-10deg) translate3d( 0,0,0 );
            -o-transform: rotate(-10deg) translate3d( 0,0,0 );
            transform: rotate(-10deg) translate3d( 0,0,0 );
        }

footer {
    background: url(../img/footer.jpg);
    background-repeat: no-repeat;
    height: 590px;
    background-size: cover;
    background-position-y: 54px;
}

    footer .footer-header .item .item-container {
        background: #93C841;
        padding: 20px 10px;
    }

    footer .footer-header .item .img-container {
        width: 100px;
        float: left;
        height: 68px;
    }

        footer .footer-header .item .img-container img {
            width: 100%;
        }

    footer .footer-header .item .text-container {
        float: left;
        width: calc(100% - 110px);
        margin-left: 10px;
        color: #fff;
        height: 68px;
        display: table;
    }

        footer .footer-header .item .text-container a {
            color: #fff;
            font-weight: bold;
        }

    footer .footer-content {
        color: #969c9e;
    }

        footer .footer-content .v-height {
            height: calc(590px - 155px);
            display: table;
        }

        footer .footer-content .logo-container {
            text-align: center;
            margin-bottom: 20px;
        }

        footer .footer-content .item-title {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        footer .footer-content p {
            margin-bottom: 5px;
        }

            footer .footer-content p a {
                color: #969c9e;
            }

                footer .footer-content p a:hover {
                    padding-left: 10px;
                    color: #93C841;
                }

        footer .footer-content .item:nth-child(1) p {
            margin-bottom: 10px;
        }

            footer .footer-content .item:nth-child(1) p span:nth-child(1) {
                float: left;
                width: 25px;
                text-align: center;
            }

            footer .footer-content .item:nth-child(1) p span:nth-child(2) {
                float: right;
                width: calc(100% - 25px);
            }

    footer .footer-footer {
        background: #000;
        padding: 15px 0;
    }

        footer .footer-footer h2 {
            font-size: 15px;
            font-weight: bold;
        }

        footer .footer-footer a {
            color: #969c9e;
        }
/* page-cat section styles
/* ========================================== */
#page-bg {
    background: url(../img/bg-cat.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

    #page-bg .v-height {
        height: calc(430px - 100px);
        display: table;
        width: 100%;
    }

    #page-bg .section-title {
        color: #fff;
        font-size: 50px;
        font-weight: normal;
        text-align: center;
        font-family: 'iCiel-Pacifico', sans-serif;
    }
/* #product-cat section styles
/* ========================================== */
#product-cat {
    padding: 0;
}

    #product-cat .section-content .left .item {
        margin-bottom: 30px;
        border: 1px solid #ddd;
    }

        #product-cat .section-content .left .item .img-container {
            width: 50%;
            float: left;
            height: 250px;
            overflow: hidden;
            padding: 5px;
            padding-bottom: 0;
            margin-bottom: 5px;
        }

            #product-cat .section-content .left .item .img-container img {
                width: 100%;
            }

        #product-cat .section-content .left .item .text-container {
            width: 50%;
            float: left;
            height: 255px;
            padding: 24px 30px;
            display: table;
        }

            #product-cat .section-content .left .item .text-container .item-title {
                font-size: 20px;
                font-weight: bold;
                margin-bottom: 10px;
                text-transform: uppercase;
            }

                #product-cat .section-content .left .item .text-container .item-title a {
                    color: #000;
                }

            #product-cat .section-content .left .item .text-container p.price span {
                font-size: 17px;
                color: #DCB526;
            }

            #product-cat .section-content .left .item .text-container .description {
                text-align: justify;
                height: 45px;
                overflow: hidden;
            }
            #product-cat .section-content .left .item .text-container .description ul {
                padding-left: 0;
                margin-bottom: 0
            }
            #product-cat .section-content .left .item .text-container .description ul li {
                list-style: none
            }

            #product-cat .section-content .left .item .text-container .btn-container {
                text-align: center;
            }

                #product-cat .section-content .left .item .text-container .btn-container a {
                    display: inline-block;
                    background: #93C841;
                    color: #fff;
                    margin-top: 20px;
                    padding: 10px 30px;
                    border-radius: 30px;
                    border: 1px solid #93C841;
                }

                    #product-cat .section-content .left .item .text-container .btn-container a:hover {
                        background: #fff;
                        color: #93C841;
                    }

        #product-cat .section-content .left .item:hover {
            box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
        }

    #product-cat .section-content .right .item {
        padding: 10px 15px;
        overflow: hidden;
        margin-bottom: 30px;
    }

        #product-cat .section-content .right .item .img-container {
            margin-bottom: 10px;
        }

    #product-cat .section-content .right .item-title {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        position: relative;
        /*  font-family: 'iCiel-Pacifico', sans-serif;*/
    }

        #product-cat .section-content .right .item-title:after {
            content: '';
            position: absolute;
            display: inline-block;
            overflow: hidden;
            top: 50%;
            margin: -10px 0 0 16px;
            background-color: transparent;
            background-image: linear-gradient( 45deg, rgba(117, 153, 61, 0.5) 25%, transparent 25%, transparent 50%, rgba(117, 153, 61, 0.5) 50%, rgba(117, 153, 61, 0.5) 75%, transparent 75%, transparent);
            background-size: 6px 6px;
            width: 100%;
            height: 20px;
        }

        #product-cat .section-content .right .item-title:before {
            content: '';
            height: 20px;
            width: 5px;
            background: #93C841;
            position: absolute;
            left: -15px;
            top: 2px;
        }

    #product-cat .section-content .right .item-content {
        margin-top: 20px;
    }

    #product-cat .section-content .right ul {
        margin-bottom: 0;
        padding-left: 0;
    }

        #product-cat .section-content .right ul li {
            list-style: none;
            margin-bottom: 5px;
            padding-bottom: 5px;
            border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
        }

            #product-cat .section-content .right ul li:last-child {
                border-bottom: 0;
            }

            #product-cat .section-content .right ul li a {
                color: #000;
            }

                #product-cat .section-content .right ul li a:hover {
                    color: #93C841;
                }
/*#page-news-cat #product-cat .section-content .left .item .img-container img {
  width: 100%;
  height:100%
}*/
/* #page-product-detail section styles
/* ========================================== */
#page-product-detail #product-detail {
    padding-top: 0;
}

#detail-slider .item img {
    width: 350px;
    margin: 0 auto;
    padding: 5px;
    border: 2px solid #93C841;
}

#detail-slider .owl-nav [class*=owl-] {
    font-size: 30px;
    padding: 0px 15px;
    border-radius: 0;
    background: #93C841;
}

#product-detail .section-header .text-container {
    height: 350px;
    display: table;
}

    #product-detail .section-header .text-container .item-title {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

        #product-detail .section-header .text-container .item-title a {
            color: #000;
        }

    #product-detail .section-header .text-container p.price span {
        font-size: 20px;
        color: #DCB526;
    }

    #product-detail .section-header .text-container p.description {
        text-align: justify;
        font-size: 18px;
    }

    #product-detail .section-header .text-container .btn-container {
        text-align: center;
        width: 50%;
        float: right;
    }

        #product-detail .section-header .text-container .btn-container a {
            display: inline-block;
            background: #93C841;
            color: #fff;
            margin-top: 20px;
            padding: 10px 30px;
            border: 1px solid #93C841;
        }

            #product-detail .section-header .text-container .btn-container a:hover {
                background: #fff;
                color: #93C841;
            }

    #product-detail .section-header .text-container .input-group {
        margin-top: 20px;
        width: 50%;
        float: left;
    }

        #product-detail .section-header .text-container .input-group .input-group-btn button {
            padding: 10.5px 20px;
        }

        #product-detail .section-header .text-container .input-group .input-number {
            height: 43px;
        }

    #product-detail .section-header .text-container .btn-social {
        margin-top: 30px;
    }

        #product-detail .section-header .text-container .btn-social .item {
            float: left;
            margin-top: 5px;
            margin-right: 5px;
        }

#product-detail .section-content {
    margin-top: 50px;
}

    #product-detail .section-content p {
        text-align: justify;
        margin-bottom: 5px;
    }

    #product-detail .section-content .item-title {
        font-size: 25px;
        font-weight: bold;
        color: #000;
        position: relative;
        padding-left: 15px;
        margin-bottom: 50px;
        /* font-family: 'iCiel-Pacifico', sans-serif; */
    }

        #product-detail .section-content .item-title:before {
            content: '';
            height: 27px;
            width: 5px;
            background: #93C841;
            position: absolute;
            left: 0px;
            top: 0px;
        }

#page-product-detail #product1 {
    background: none;
    padding-top: 0;
}

    #page-product-detail #product1 .section-header {
        border-bottom: 1px solid #93C841;
    }

    #page-product-detail #product1:before,
    #page-product-detail #product1:after {
        display: none;
    }

/* cart1 section styles
/* ========================================== */
#cart1 {
    padding-top: 0;
}

    #cart1 table thead {
        background: #93C841;
        color: #fff;
    }

        #cart1 table thead tr th {
            padding: 15px;
            font-size: 20px;
            font-weight: normal;
            border-bottom: none;
            font-family: 'iCiel-Pacifico', sans-serif;
        }

    #cart1 table tbody tr td {
        padding: 10px 15px;
    }

        #cart1 table tbody tr td .img-container img {
            width: 100%;
        }

        #cart1 table tbody tr td:first-child {
            width: 150px;
        }

        #cart1 table tbody tr td:nth-child(4) {
            width: 150px;
        }

        #cart1 table tbody tr td .item {
            height: 120px;
            display: table;
            width: 100%;
        }

        #cart1 table tbody tr td .text-container .item-title {
            font-size: 20px;
            font-weight: bold;
        }

            #cart1 table tbody tr td .text-container .item-title a {
                color: #93C841;
            }

        #cart1 table tbody tr td .action {
            text-align: center;
        }

            #cart1 table tbody tr td .action a {
                color: #93C841;
                border: 1px solid #93C841;
                padding: 10px 15px;
            }

                #cart1 table tbody tr td .action a:hover {
                    background: #93C841;
                    color: #fff;
                }

    #cart1 table tfoot tr td {
        padding: 15px;
        text-align: center;
        font-size: 20px;
    }

        #cart1 table tfoot tr td:nth-child(1) {
            padding-top: 19px;
        }

        #cart1 table tfoot tr td:nth-child(2) {
            color: #DCB526;
            font-size: 25px;
            font-weight: bold;
        }

    #cart1 .btn-container a {
        padding: 10px;
        background: #93C841;
        border: 1px solid #93C841;
        color: #fff;
        margin-right: 20px;
        display: inline-block;
    }

        #cart1 .btn-container a:hover {
            background: #fff;
            color: #93C841;
        }

#cart2 {
    padding-top: 0;
}

    #cart2 .hiden-order,
    #cart2 .bank-lst-ck {
        display: none;
    }

    #cart2 .item-title {
        font-size: 20px;
        display: block;
        background: #93C841;
        color: #fff;
        padding: 15px;
        font-weight: normal;
        font-family: 'iCiel-Pacifico', sans-serif;
        margin-bottom: 20px;
    }

    #cart2 .form-group label span {
        color: #DCB526;
    }

    #cart2 .form-group .form-control {
        height: 40px;
        padding: 6px 15px;
        text-align: left;
        border: none;
        border-radius: 0;
        background-color: #fafafa;
        box-shadow: none;
    }

    #cart2 .check-info label {
        font-weight: normal;
    }

    #cart2 .left .btn-container {
        padding: 0 15px;
    }

        #cart2 .left .btn-container button {
            background: #93C841;
            padding: 8px 20px;
            color: #fff;
            border: 1px solid #93C841;
            border-radius: 0;
            float: right;
            text-transform: uppercase;
        }

            #cart2 .left .btn-container button:nth-child(1) {
                margin-right: 15px;
                float: left;
            }

            #cart2 .left .btn-container button:hover {
                background: #fff;
                color: #93C841;
            }

    #cart2 .right {
        border-left: 1px solid #ddd;
    }

        #cart2 .right .item {
            border: 1px solid #93C841;
            margin-bottom: 10px;
        }

            #cart2 .right .item ul {
                padding: 0 10px;
                margin-bottom: 20px;
            }

                #cart2 .right .item ul li {
                    list-style: none;
                }

                    #cart2 .right .item ul li label {
                        font-weight: normal;
                    }

    #cart2 .form-group textarea {
        height: 200px !important;
        resize: none;
    }

    #cart2 table thead th {
        padding-top: 0;
    }

    #cart2 table tbody td {
        border: none;
    }

    #cart2 table tfoot tr td:nth-child(1) {
        padding-top: 13px;
        font-weight: bold;
    }

    #cart2 table tfoot tr td:nth-child(2) {
        color: #DCB526;
        font-size: 20px;
    }

    #cart2 .right .item .bank-lst-ck {
        margin-top: -15px;
        border: 1px solid #ddd;
        border-style: dashed;
        margin-left: 15px;
        margin-right: 15px;
        padding: 10px;
    }

        #cart2 .right .item .bank-lst-ck li p {
            padding-bottom: 5px;
            border-left: 1px solid #93C841;
            padding-left: 5px;
        }

            #cart2 .right .item .bank-lst-ck li p:first-child {
                margin-bottom: 10px;
                padding-bottom: 0;
                border-left: none;
                padding-left: 0;
            }

            #cart2 .right .item .bank-lst-ck li p:last-child {
                padding-bottom: 0;
            }
/* news-detail section styles
/* ========================================== */
#page-news-detail #product-cat .left .img-container:first-child {
    margin-bottom: 40px;
}

    #page-news-detail #product-cat .left .img-container:first-child img {
        width: 100%;
    }

#page-news-detail #right_sidebar .item:first-child .img-container {
    width: 150px;
    float: left;
    margin-bottom: 0;
}

#page-news-detail #right_sidebar .item:first-child .text-container {
    width: calc(100% - 160px);
    margin-left: 10px;
    float: left;
}

    #page-news-detail #right_sidebar .item:first-child .text-container h2 {
        font-size: 20px;
    }

#page-payment {
    text-align: center;
}

    #page-payment h2 {
        font-size: 25px;
    }

        #page-payment h2 a {
            color: #93C841;
        }

    #page-payment .backtobuy {
        display: inline-block;
        background: #93C841;
        color: #fff;
        margin-top: 20px;
        padding: 10px 30px;
        border: 1px solid #93C841;
    }

        #page-payment .backtobuy:hover {
            background: #fff;
            color: #93C841;
        }

#google-map {
    padding-top: 0;
}

    #google-map iframe {
        width: 100%;
    }

    #google-map .left {
        margin-bottom: 20px;
    }

#contact-form .field-validation-error {
    color: #d9534f;
    display: block;
    text-align: left;
}

#contact-form .form-group label span {
    color: #DCB526;
}

#contact-form .form-group .form-control {
    height: 40px;
    padding: 6px 15px;
    text-align: left;
    border: none;
    border-radius: 0;
    background-color: #fafafa;
    box-shadow: none;
}

#contact-form .form-group textarea {
    height: 128px !important;
    resize: none;
}

#contact-form button {
    background: #93C841;
    padding: 8px 20px;
    color: #fff;
    border: 1px solid #93C841;
    border-radius: 0;
    text-transform: uppercase;
}

    #contact-form button:hover {
        background: #fff;
        color: #93C841;
    }
/* page-abouts section styles
/* ========================================== */
#page-abouts #page-bg {
    height: 100vh;
    background: url(../img/abouts1.jpg);
}

    #page-abouts #page-bg .v-height {
        height: calc(100vh - 100px);
    }

    #page-abouts #page-bg .section-title {
        color: #DCB526;
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 10px;
    }

    #page-abouts #page-bg p {
        font-size: 30px;
        position: relative;
        font-family: 'iCiel-Pacifico', sans-serif;
        color: #fff;
        width: 550px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }

        #page-abouts #page-bg p:after {
            content: "\f10d";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: #fff;
            font-size: 18px;
            position: absolute;
            top: 0;
            left: 0;
        }

        #page-abouts #page-bg p:before {
            content: "\f10e";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: #fff;
            font-size: 18px;
            position: absolute;
            top: 0;
            right: 0;
        }

#page-abouts .abouts .section-title {
    color: #DCB526;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 40px;
    font-family: 'iCiel-Pacifico', sans-serif;
}

#page-abouts .abouts p {
    text-align: justify;
}

#page-abouts #abouts .section-content p {
    margin-bottom: 5px;
}

    #page-abouts #abouts .section-content p:last-child {
        margin-bottom: 0;
    }

#page-abouts #abouts1 {
    padding: 0;
    overflow: hidden;
}

    #page-abouts #abouts1 .left {
        padding-right: 5px;
    }

    #page-abouts #abouts1 .right {
        padding-left: 5px;
    }

    #page-abouts #abouts1 .left .img-container {
        background: url(../img/abouts1.jpg) center center no-repeat;
        background-size: cover;
        height: 400px;
        width: 100%;
    }

    #page-abouts #abouts1 .left .text-container {
        height: 210px;
        display: table;
        padding-left: 20%;
        padding-right: 20%;
        background: #F1F1F2;
        width: 100%;
    }

        #page-abouts #abouts1 .left .text-container p {
            font-size: 18px;
        }

    #page-abouts #abouts1 .right .img-container {
        background: url(../img/abouts4.jpg) center center no-repeat;
        background-size: cover;
        height: 300px;
        width: 100%;
    }

        #page-abouts #abouts1 .right .img-container:nth-child(1) {
            margin-bottom: 10px;
            background: url(../img/abouts3.jpg) center center no-repeat;
        }

#page-abouts #abouts2 {
    background: url(../img/abouts5.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

    #page-abouts #abouts2 h3 {
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        color: #fff;
    }

#page-abouts #abouts3 {
    padding-bottom: 0;
}

    #page-abouts #abouts3 .section-content {
        height: 400px;
    }

        #page-abouts #abouts3 .section-content .text-container {
            display: table;
            height: 400px;
        }

            #page-abouts #abouts3 .section-content .text-container p {
                margin-bottom: 5px;
            }

                #page-abouts #abouts3 .section-content .text-container p:last-child {
                    margin-bottom: 0;
                }

        #page-abouts #abouts3 .section-content:nth-child(1) {
            background: url(../img/abouts6.jpg) right center no-repeat;
            background-size: 50% auto;
        }

        #page-abouts #abouts3 .section-content:nth-child(2) {
            background: url(../img/abouts7.jpg) left center no-repeat;
            background-size: 50% auto;
        }

#page-abouts #abouts4 {
    background: #93C841;
    margin-bottom: 100px;
    padding: 80px 0;
}

    #page-abouts #abouts4 .section-content {
        color: #fff;
        padding-left: 200px;
        padding-right: 200px;
    }

        #page-abouts #abouts4 .section-content h3 {
            font-size: 20px;
            position: relative;
            line-height: 25px;
            text-align: center;
        }

            #page-abouts #abouts4 .section-content h3:after {
                content: "\f10d";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                color: #fff;
                font-size: 10px;
                position: absolute;
                top: 0;
                left: 0;
            }

            #page-abouts #abouts4 .section-content h3:before {
                content: "\f10e";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                color: #fff;
                font-size: 10px;
                position: absolute;
                bottom: 5px;
                right: 0;
            }

        #page-abouts #abouts4 .section-content p {
            text-align: center;
            margin-top: 10px;
        }
/* #blog-content-abc section styles
/* ========================================== */
#page-view {
    padding-top:0
}
#page-view .col-md-12 {
    padding-left:0
}
#blog-content-abc .description {
    font-size:18px;
    margin-bottom:10px
}
#blog-content-abc .blog-block {
    margin-bottom:10px
}
#blog-content-abc .blog-title {
    font-size:20px;
    font-family:'iCiel-Pacifico', sans-serif;
    color:#DCB526;
    margin-bottom:15px
}
#blog-content-abc .item-title {
    font-size:15px;
    font-weight:bold;
    padding-left:20px;
    margin-bottom:2.5px;
    border-bottom: 1px solid #93C841;
    display: inline-block;
    padding-bottom:2.5px
}
#blog-content-abc .blog-block p {
    margin-bottom:5px;
    padding-left:20px;
    text-align:justify
}
#blog-content-abc .blog-block .text-container .blog-box {
    border-left: 2px solid #93C841;
    margin-left: 20px;
    padding-left: 10px;
}

#blog-content-abc .blog-block p:last-child {
    margin-bottom:0
}
#blog-content-abc p.note-p {
    text-transform: uppercase;
    color: #ED2224;
    font-weight: bold;
    padding-left: 10px;
}
/* ABC section styles
/* ========================================== */
/* ABC section styles
/* ========================================== */
/* ABC section styles
/* ========================================== */

/* ABC section styles
/* ========================================== */
/* ABC section styles
/* ========================================== */

/* ABC section styles
/* ========================================== */
/* ABC section styles
/* ========================================== */
/* ABC section styles
/* ========================================== */
/* ABC section styles
/* ========================================== */

/* Effect section styles
/* ========================================== */
a, button,
#blog .item,
#blog .item:hover .item-title,
#product-cat .section-content .left .item,
.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-dots .owl-dot span,
.product-slider .item .item-bg,
.product-slider .item .item-bg a:after,
#step-container .item .img-container img,
#step-container .item .img-container,
#step-container .item .text-container,
#step-container .item .text-container:after {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* Css for FF responsive section styles
/* ========================================== */
@-moz-document url-prefix() {
    /*Code is here*/
}
/* Mobile responsive section styles
/* ========================================== */

@media (min-width: 1920px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 980px) {
}

@media (max-width: 768px) {
}

@media (max-width: 650px) {
    body {
        margin-top: 80px;
    }

    .pagination-container {
        padding: 20px 0;
    }

    section {
        padding: 20px 0;
    }
    .content-page {
        padding-top: 0 !important
    }

    #main-slider {
        height: auto;
        width: 100%
    }
    #main-slider .item,
    #main-slider .item img {
        height: auto;
    }

        #main-slider .owl-dots,
        #main-slider .owl-nav {
            display: none;
        }
    #slogan {
        padding-top: 20px
    }
    #slogan h1 {
        width: 100%;
        line-height: normal;
    }

        #slogan h1:after {
            top: 0;
            left: -10px;
        }

        #slogan h1:before {
            top: 75px;
            right: -10px;
        }

    #product .section-item:nth-child(2) {
        border: none;
        margin-top: 20px;
    }

    .product-slider .owl-nav [class*=owl-] {
        top: calc(50% - 22px);
        bottom: inherit;
        margin: 0;
    }

    .product-slider .owl-nav .owl-next {
        right: -15px;
        left: inherit;
    }

    .product-slider .owl-nav .owl-prev {
        left: -15px;
    }

    #product1 .section-header {
        padding-right: 0;
        background: transparent;
        margin-bottom: 0px;
    }

        #product1 .section-header .section-title {
            display: block;
            width: 100%;
            text-align: center;
            margin-top: 20px;
        }

    #product1 .section-content {
        margin-bottom: 20px;
    }

    #best-sale {
        height: auto;
    }

        #best-sale .section-title {
            font-size: 30px;
            padding-bottom: 30px;
        }

        #best-sale .section-content .item-title {
            font-size: 20px;
        }
        #best-sale .section-content .text-container .btn-container a {
            margin-bottom: 10px
        }
        #best-sale .section-content .text-container .btn-container a:last-child {
            margin-bottom: 0
        }

    #banner .img-bg-2 {
        display: none;
    }

    #banner .text-container {
        padding: 20px 10px;
    }

    #blog .item,
    #blog .item .img-container,
    #blog .item .text-container {
        width: 100%;
        float: none;
        height: auto;
    }

    #blog .section-title {
        font-size: 30px;
        padding-bottom: 30px;
    }

    #blog .item:nth-child(1) {
        height: auto;
    }

        #blog .item:nth-child(1) .text-container .item-title {
            margin-bottom: 10px;
            font-size: 20px;
        }

    #blog .item img {
        width: 100%;
    }

    footer {
        height: auto;
    }

        footer .footer-header .item {
            margin-top: 10px;
        }

            footer .footer-header .item:first-child {
                margin-top: 0;
            }

            footer .footer-header .item .item-container {
                padding: 10px;
            }

            footer .footer-header .item .img-container,
            footer .footer-header .item .text-container {
                float: none;
                width: 100%;
                text-align: center;
            }

                footer .footer-header .item .img-container img {
                    width: 100px;
                }

        footer .footer-content {
            margin-top: 20px;
        }

            footer .footer-content .v-height,
            footer .footer-content .v-height .v-mid {
                height: auto;
                display: block;
                vertical-align: inherit;
            }

    #page-bg {
        height: 200px;
    }

        #page-bg .v-height {
            height: calc(200px - 40px);
        }

        #page-bg .section-title {
            font-size: 30px;
        }

    #breadcrumb-container {
        padding: 20px 15px;
    }

    #product-cat .section-content .row {
        margin: 0;
    }

    #product-cat .section-content .left .item {
        margin-bottom: 15px;
    }

        #product-cat .section-content .left .item .img-container {
            width: 100%;
            padding: 0;
            margin-bottom: 0;
            height: auto;
        }

        #product-cat .section-content .left .item .text-container {
            width: 100%;
            padding: 10px;
            height: auto;
        }

    #product-cat .section-content .right .item {
        padding-left: 0;
        padding-right: 0;
    }

    #pagination-container {
        padding: 0 0 20px 0;
        text-align: center;
    }

    #product-detail .section-header .text-container {
        height: auto;
        margin-top: 20px;
    }

        #product-detail .section-header .text-container .item-title {
            font-size: 20px;
        }

        #product-detail .section-header .text-container p.description {
            font-size: 15px;
        }

        #product-detail .section-header .text-container .input-group,
        #product-detail .section-header .text-container .btn-container {
            width: 100%;
            float: none;
            margin-top: 10px;
        }

            #product-detail .section-header .text-container .btn-container a {
                margin-top: 0;
            }

        #product-detail .section-header .text-container .btn-social ul {
            text-align: center;
        }

            #product-detail .section-header .text-container .btn-social ul li:first-child {
                width: 100%;
                display: block;
                margin-bottom: 20px;
                text-align: left;
            }

    #product-detail .section-content {
        padding: 0 15px;
    }

        #product-detail .section-content .item-title {
            margin-bottom: 20px;
        }

    #step-container .item {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    #step-container {
        padding: 20px 15px;
    }

        #step-container .item:first-child {
            margin-top: 0;
        }

        #step-container .item {
            position: relative;
        }

            #step-container .item:after {
                position: absolute;
                content: "";
                height: 10px;
                width: 3px;
                background: #ddd;
                bottom: -10px;
                left: calc(50px - 1.5px);
            }

            #step-container .item:nth-child(3):after {
                display: none;
            }

            #step-container .item.active:after {
                background: #93C841;
            }

    #cart1 .mytable .table-header {
        padding: 15px 10px;
        font-size: 20px;
        font-weight: normal;
        border-bottom: none;
        font-family: 'iCiel-Pacifico', sans-serif;
        background: #93C841;
        color: #fff;
    }

    #cart1 .mytable .table-body .item {
        margin: 0px 0 10px 0;
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }

        #cart1 .mytable .table-body .item:first-child {
            border-top: none;
        }

        #cart1 .mytable .table-body .item .img-container {
            width: 130px;
            float: left;
        }

        #cart1 .mytable .table-body .item .text-container {
            float: left;
            width: calc(100% - 135px);
            margin-left: 5px;
        }

            #cart1 .mytable .table-body .item .text-container .item-title {
                font-size: 15px;
                margin-bottom: 5px;
            }

                #cart1 .mytable .table-body .item .text-container .item-title a {
                    color: #000;
                }

            #cart1 .mytable .table-body .item .text-container p {
                margin-bottom: 5px;
            }

                #cart1 .mytable .table-body .item .text-container p:last-child {
                    margin-bottom: 0;
                }

    #cart1 .mytable .table-foot {
        padding: 10px;
        font-size: 15px;
        font-weight: normal;
        border-bottom: none;
        background: #93C841;
        color: #fff;
        margin-bottom: 20px;
    }

        #cart1 .mytable .table-foot p:first-child {
            font-family: 'iCiel-Pacifico', sans-serif;
            margin-bottom: 10px;
            border-bottom: 1px solid #fff;
        }

        #cart1 .mytable .table-foot p:last-child span {
            font-size: 20px;
        }

    #cart1 .btn-container a {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-right: 0;
        display: block;
    }

    #cart2 .left .btn-container {
        margin-bottom: 20px;
    }

    #page-news-detail #product-cat .left .img-container:first-child {
        margin-bottom: 10px;
    }
    /** page about **/
    #page-abouts #page-bg {
        height: auto;
    }

        #page-abouts #page-bg .v-height,
        #page-abouts #page-bg .v-mid {
            display: block;
            height: auto;
        }

        #page-abouts #page-bg .section-title {
            font-size: 20px;
            line-height: normal;
        }

        #page-abouts #page-bg p {
            width: 100%;
        }

            #page-abouts #page-bg p:before {
                bottom: 20px;
                top: inherit;
                right:10px
            }
            #page-abouts #page-bg p:after {
                left:10px
            }

    #page-abouts .abouts .section-title {
        margin-bottom: 30px;
    }

    #page-abouts #abouts1 .row {
        margin-right: 0;
    }

    #page-abouts #abouts1 .left {
        padding-right: 0;
    }

    #page-abouts #abouts1 .right {
        padding-left: 0;
        padding-right: 0;
    }

    #page-abouts #abouts1 .left .text-container {
        padding-left: 0;
        padding-right: 0;
        display: block;
        height: auto;
    }

        #page-abouts #abouts1 .left .text-container .v-mid {
            display: block;
        }

        #page-abouts #abouts1 .left .text-container p {
            padding: 15px;
        }

    #page-abouts #abouts2 {
        padding: 20px 0;
    }

        #page-abouts #abouts2 h3 {
            font-size: 20px;
        }

    #page-abouts #abouts3 .section-content {
        background: none !important;
        height: auto;
        margin-bottom: 20px;
    }

        #page-abouts #abouts3 .section-content .text-container {
            height: auto;
            display: block;
        }

    #page-abouts #abouts4 .section-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    #page-abouts #abouts4 {
        margin-bottom: 20px;
        padding: 20px 0;
    }

        #page-abouts #abouts4 .section-content h3:after,
        #page-abouts #abouts4 .section-content h3:before {
            display: none;
        }
    #page-view .col-md-12 {
    padding-left:15px
    }
}

@media (max-width: 450px) {
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}