@font-face {
    font-family: "Sans";
    font-style: "normal";
    font-weight: "normal";
    src: url("../fonts/IRANSansWeb.eot");
    src: url("../fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb.woff2") format("woff2"), url("../fonts/IRANSansWeb.woff") format("woff"), url("../fonts/IRANSansWeb.ttf") format("truetype");
}

@font-face {
    font-family: "Sans";
    font-style: "normal";
    font-weight: 200;
    src: url("../fonts/IRANSansWebUltraLight.eot");
    src: url("../fonts/IRANSansWebUltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWebUltraLight.woff2") format("woff2"), url("../fonts/IRANSansWebUltraLight.woff") format("woff"), url("../fonts/IRANSansWebUltraLight.ttf") format("truetype");
}

@font-face {
    font-family: "Sans";
    font-style: "normal";
    font-weight: 300;
    src: url("../fonts/IRANSansWebLight.eot");
    src: url("../fonts/IRANSansWebLight.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWebLight.woff2") format("woff2"), url("../fonts/IRANSansWebLight.woff") format("woff"), url("../fonts/IRANSansWebLight.ttf") format("truetype");
}

@font-face {
    font-family: "Sans";
    font-style: "normal";
    font-weight: 500;
    src: url("../fonts/IRANSansWebMedium.eot");
    src: url("../fonts/IRANSansWebMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWebMedium.woff2") format("woff2"), url("../fonts/IRANSansWebMedium.woff") format("woff"), url("../fonts/IRANSansWebMedium.ttf") format("truetype");
}

@font-face {
    font-family: "Sans";
    font-style: "normal";
    font-weight: "bold";
    src: url("../fonts/IRANSansWebBold.eot");
    src: url("../fonts/IRANSansWebBold.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWebBold.woff2") format("woff2"), url("../fonts/IRANSansWebBold.woff") format("woff"), url("../fonts/IRANSansWebBold.ttf") format("truetype");
}

.transition-300, .ul-decoration .item {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Sans", arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 32px;
    padding: 0;
    margin: 0;
}

.img-center {
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

html, body {
    background: #fff;
    direction: rtl;
}

html {
    font-size: 90.5%;
}

body {
    color: #000;
    font-family: "Sans", arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    overflow-x: hidden;
}

    body p {
        line-height: 1.9;
        margin-bottom: 0;
    }

header {
    /*=-====Bootstrapthemes.co btco-hover-menu=====*/
    /*submenu style start from here*/
    /*first level*/
    /*second level*/
    /*third level*/
    /*Drop-down menu work on hover*/
}

    header.header {
        position: relative;
        padding-top: 20px;
        background-color: #fff;
        transition: 300ms;
    }

@media (max-width: 991px) {
    header.header {
        padding-top: 5px;
        min-height: 120px;
    }
}

@media (max-width: 991px) {
    header.header .container {
        position: relative;
    }
}

header.header.sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

    header.header.sticky .logo {
        margin-top: -60px;
        visibility: hidden;
    }

header.header .navbar-toggler {
    cursor: pointer;
    border-color: #000;
    outline: none;
    color: #000;
}

@media (max-width: 991px) {
    header.header .navbar-toggler {
        position: relative;
        top: 15px;
    }
}

header.header .logo {
    margin-top: -35px;
    visibility: visible;
}

@media (max-width: 991px) {
    header.header .logo {
        position: absolute;
        left: 15px;
        margin: 5px auto 0;
        width: 205px;
    }
}

header.header .navbar {
    position: relative;
    z-index: 99;
}

    header.header .navbar:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        top: 20px;
        right: 0;
        z-index: -1;
    }

@media (max-width: 991px) {
    header.header .navbar:before {
        display: none;
    }
}

header .navbar-light .navbar-nav .nav-link {
    color: #404040;
}

header .btco-hover-menu a, header .navbar > li > a {
    text-transform: capitalize;
    padding: 10px 15px;
}

header .btco-hover-menu .active a,
header .btco-hover-menu .active a:focus,
header .btco-hover-menu .active a:hover,
header .btco-hover-menu li a:hover,
header .btco-hover-menu li a:focus,
header .navbar > .show > a, header .navbar > .show > a:focus, header .navbar > .show > a:hover {
    color: #000;
    background: transparent;
    outline: 0;
}

header .dropdown-menu {
    padding: 0px 0;
    margin: 0 0 0;
    border: 0px solid transition !important;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 9999 !important;
    text-align: right;
}

    header .dropdown-menu li {
        display: block !important;
        margin: 0 !important;
    }

        header .dropdown-menu li a {
            display: block !important;
            padding: 10px !important;
        }

header .dropdown-toggle:after {
    margin-right: 5px;
    margin-left: 0;
    position: relative;
    top: 2px;
}

header .btco-hover-menu .collapse ul > li:hover > a {
    background: #f5f5f5;
}

header .btco-hover-menu .collapse ul ul > li:hover > a, header .navbar .show .dropdown-menu > li > a:focus, header .navbar .show .dropdown-menu > li > a:hover {
    background: #fff;
}

header .btco-hover-menu .collapse ul ul ul > li:hover > a {
    background: #fff;
}

header .btco-hover-menu .collapse ul ul, header .btco-hover-menu .collapse ul ul.dropdown-menu {
    background: #f5f5f5;
}

    header .btco-hover-menu .collapse ul ul ul, header .btco-hover-menu .collapse ul ul ul.dropdown-menu {
        background: #f5f5f5;
    }

        header .btco-hover-menu .collapse ul ul ul ul, header .btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
            background: #f5f5f5;
        }

header .btco-hover-menu {
    background: none;
    margin: 15px 0;
    padding: 0;
    min-height: 20px;
}

@media only screen and (max-width: 991px) {
    header .btco-hover-menu .show > .dropdown-toggle::after {
        transform: rotate(-90deg);
    }
}

@media only screen and (min-width: 991px) {
    header {
        /*******/
        /*******/
    }

        header .btco-hover-menu .collapse ul li {
            position: relative;
        }

            header .btco-hover-menu .collapse ul li:hover > ul {
                display: block;
            }

        header .btco-hover-menu .collapse ul ul {
            position: absolute;
            top: 100%;
            right: 0;
            left: inherit;
            min-width: 250px;
            display: none;
        }

            header .btco-hover-menu .collapse ul ul li {
                position: relative;
            }

                header .btco-hover-menu .collapse ul ul li:hover > ul {
                    display: block;
                }

            header .btco-hover-menu .collapse ul ul ul {
                position: absolute;
                top: 0;
                right: 100%;
                min-width: 250px;
                display: none;
            }

                header .btco-hover-menu .collapse ul ul ul li {
                    position: relative;
                }

                    header .btco-hover-menu .collapse ul ul ul li:hover ul {
                        display: block;
                    }

                header .btco-hover-menu .collapse ul ul ul ul {
                    position: absolute;
                    top: 0;
                    left: -100%;
                    min-width: 250px;
                    display: none;
                    z-index: 1;
                }
}

.m-t-30 {
    margin-top: 30px;
}

.banner {
    margin: 0 0 15px;
    display: block;
}

@media (max-width: 991px) {
    .banner {
        display: none;
    }
}

.banner img {
    display: block;
    margin: 0 auto;
}

.p-r-0 {
    padding-right: 0 !important;
}

@media (max-width: 991px) {
    .p-r-0 {
        padding-right: 15px !important;
    }
}

.p-l-0 {
    padding-left: 0 !important;
}

@media (max-width: 991px) {
    .p-l-0 {
        padding-left: 15px !important;
    }
}

.ul-decoration {
    padding: 15px 0;
    margin-bottom: 30px;
    border: 2px solid #007489;
}

    .ul-decoration .item {
        margin: 0 15px;
    }

    .ul-decoration .slick-prev, .ul-decoration .slick-next {
        width: 35px;
        height: 35px;
        background-color: #fff;
        border: 1px solid #007489;
        top: 50%;
        border-radius: 50%;
        z-index: 99;
    }

        .ul-decoration .slick-prev:before, .ul-decoration .slick-next:before {
            opacity: 1;
            content: '';
            width: 15px;
            height: 15px;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    .ul-decoration .slick-prev {
        left: -17.5px;
        right: inherit;
    }

        .ul-decoration .slick-prev:before {
            border-bottom: 1px solid #007489;
            border-left: 1px solid #007489;
            top: 8px;
            left: 5px;
        }

    .ul-decoration .slick-next:before {
        border-top: 1px solid #007489;
        border-right: 1px solid #007489;
        top: 8px;
        right: 4px;
    }

    .ul-decoration .slick-next {
        right: -17.5px;
    }

#modalsubscribe p.text {
    font-size: 15px;
}

.slider-decoration {
    direction: ltr;
    padding: 8px;
    border: 2px solid #007489;
    max-width: 90px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .slider-decoration {
        max-width: inherit;
        direction: rtl;
        padding: 10px;
        margin: 15px 0;
    }
}

.slider-decoration .item {
    margin-bottom: 6px;
    display: block;
    cursor: pointer;
    outline: none;
}

@media (max-width: 991px) {
    .slider-decoration .item {
        margin: 0 5px;
    }
}

.slider-decoration .item:focus img {
    border: 2px solid #007488;
}

.slider-decoration .item img {
    width: 100%;
    border: 2px solid transparent;
}

.slider-decoration .slick-prev {
    bottom: -35px;
    top: inherit;
}

@media (max-width: 991px) {
    .slider-decoration .slick-prev {
        right: inherit !important;
        left: -17.5px !important;
    }
}

.slider-decoration .slick-prev:before {
    border-bottom: 1px solid #007489;
    border-right: 1px solid #007489;
}

@media (max-width: 991px) {
    .slider-decoration .slick-prev:before {
        border-right: 0;
        border-left: 1px solid #007489;
        top: 8px !important;
        left: 5px !important;
    }
}

.slider-decoration .slick-next:before {
    border-top: 1px solid #007489;
    border-left: 1px solid #007489;
    top: 12px !important;
}

@media (max-width: 991px) {
    .slider-decoration .slick-next:before {
        border-right: 1px solid #007489;
        border-left: 0;
        top: 8px !important;
        right: 4px !important;
    }
}

.slider-decoration .slick-next {
    top: 0;
}

@media (max-width: 991px) {
    .slider-decoration .slick-next {
        left: inherit !important;
        right: -17.5px !important;
    }
}

.slider-decoration .slick-prev, .slider-decoration .slick-next {
    width: 35px;
    height: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #007489;
    border-radius: 50%;
    z-index: 99;
}

@media (max-width: 991px) {
    .slider-decoration .slick-prev, .slider-decoration .slick-next {
        top: calc(50% - 17.5px) !important;
        bottom: inherit !important;
        margin: inherit;
    }
}

.slider-decoration .slick-prev:before, .slider-decoration .slick-next:before {
    opacity: 1;
    content: '';
    width: 15px;
    height: 15px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
}

@media (max-width: 575px) {
    .responsiveGallery-btn_prev {
        left: 43%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsiveGallery-btn_prev {
        left: 43%;
    }
}

.field-validation-error {
    display: block;
    font-size: 13px;
}

@media (max-width: 575px) {
    .responsiveGallery-btn_next {
        right: 43%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsiveGallery-btn_next {
        right: 43%;
    }
}

.content-pagination {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin: 30px 0;
}

    .content-pagination .btn-previous {
        font-weight: 500;
        font-size: 14px;
        color: #8c8989;
        border: 1px solid #d4d3d5;
        padding: 6px 18px;
    }

        .content-pagination .btn-previous i {
            margin-right: 5px;
            position: relative;
            top: 2px;
        }

    .content-pagination .btn-next {
        font-weight: 500;
        font-size: 14px;
        color: #8c8989;
        border: 1px solid #d4d3d5;
        padding: 6px 18px;
    }

        .content-pagination .btn-next i {
            margin-left: 5px;
            position: relative;
            top: 2px;
        }

.box-article {
    margin: 0 -15px 15px;
}

@media (max-width: 991px) {
    .box-article {
        margin: 0 -10px 15px;
    }
}

.box-article .box-data {
    background-color: #dbdbdb;
    margin-top: -15px;
    margin-bottom: 5px;
}

.box-article .btn-filter {
    background-color: #dbdbdb;
    border: 1px solid #007489;
    padding: 4px 16px;
    border-radius: 15px;
    color: #007489;
    font-size: 15px;
    outline: none;
    font-weight: 300;
    display: inline-block;
    margin: 10px 0;
    transition: 300ms;
}

    .box-article .btn-filter:hover {
        background-color: #007489;
        color: #fff;
    }

.box-article .noUi-connect, .box-article .noUi-origin {
    background-color: #007489;
}

.box-article .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border: 2px solid #007489;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #dbdbdb;
    outline: none;
    cursor: pointer;
}

.box-article .noUi-horizontal {
    height: 5px;
    margin: 15px 0 15px 15px;
}

.box-article .title-article {
    background-color: #007489;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 5px;
}

.box-article .text-price {
    font-size: 14px;
    font-weight: 500;
}

.box-article .data {
    padding: 20px 5px 0;
    border: 1px solid #ddd;
}

    .box-article .data .box-price {
        text-align: center;
        background-color: #dbdbdb;
        padding: 15px;
        margin: -15px 0 5px 0;
    }

.box-article .newsletters {
    background-color: #e8e8e8;
    margin: 0 -5px;
    font-size: 14px;
    padding: 10px 25px;
    font-weight: 500;
}

    .box-article .newsletters .title {
        color: #007489;
        font-size: 18px;
        display: block;
        font-weight: bold;
    }

.modal {
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 9999;
}

    .modal .icon i {
        font-size: 80px;
        margin-bottom: 15px;
        color: green;
    }

    .modal .close {
        opacity: 1;
        background: white;
        border: 0;
        -webkit-appearance: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: black;
    }


#advertising .modal-body {
    padding: 0px;
}

#advertising .close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
    background-color: #007489;
    color: white !important;
    outline: none;
    line-height: 2.2;
}

    #advertising .close .fas {
        color: white;
    }


aside {
    padding: 0 15px;
}

    aside .card {
        margin-top: -5px;
        margin-bottom: 5px;
        background-color: #dbdbdb;
        border: 0;
    }

    aside .card-header {
        background-color: #dbdbdb;
        border: 0;
        padding: 0;
    }

    aside .btn-link {
        color: #000 !important;
        text-decoration: none !important;
        margin-right: 15px;
    }

        aside .btn-link:hover {
            color: #000;
        }

    aside .card-body {
        padding: 0;
    }

        aside .card-body ul.list-checkbox {
            margin-top: 0;
            padding-top: 0;
        }

.account-wrapper {
    border: 1px solid #e1e7ec;
    padding: 0;
    margin-bottom: 15px;
}

    .account-wrapper .account-cover {
        width: 100%;
        height: 75px;
        background-color: #007489;
    }

    .account-wrapper .user-avatar {
        display: inline-block;
        vertical-align: top;
        float: left;
        margin: -45px 0 0 15px;
    }

        .account-wrapper .user-avatar img {
            border-radius: 50%;
            width: 75px;
            height: 75px;
        }

    .account-wrapper .user-data {
        padding: 10px;
        display: inline-block;
    }

        .account-wrapper .user-data .title {
            font-size: 18px;
            color: #000;
        }

        .account-wrapper .user-data .deta {
            font-size: 12px;
        }

.title-section {
    background: #02d2f7;
    background: -moz-linear-gradient(top, #02d2f7 0%, #067487 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #02d2f7), color-stop(100%, #067487));
    background: -webkit-linear-gradient(top, #02d2f7 0%, #067487 100%);
    background: -o-linear-gradient(top, #02d2f7 0%, #067487 100%);
    background: -ms-linear-gradient(top, #02d2f7 0%, #067487 100%);
    background: linear-gradient(to bottom, #02d2f7 0%, #067487 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02d2f7', endColorstr='#067487', GradientType=0);
    display: block;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.box-payment {
    text-align: center;
    border: 1px solid #e0dfdf;
    padding: 20px 0;
    margin: 15px 0;
}

    .box-payment ul li {
        list-style: none;
        display: inline-block;
        width: calc(100% - 81%);
        text-align: center;
    }

@media (max-width: 575px) {
    .box-payment ul li {
        width: calc(100% - 85%);
    }
}

.box-payment ul li a {
    color: #077187;
}

.box-payment ul li img {
    display: block;
    margin: 0 auto;
}

.box-payment ul li span {
    font-size: 14px;
    display: block;
    margin-top: 15px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .box-payment ul li span {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box-payment ul li span {
        font-size: 12px;
    }
}

section.responsiveGallery-container {
    overflow: hidden;
}

    section.responsiveGallery-container .body {
        padding: 15px 15px 75px !important;
    }

section.breadcrumbs {
    background-color: #007489;
    margin-bottom: 30px;
    padding: 20px 0;
}

    section.breadcrumbs .title {
        font-weight: 500;
        font-size: 19px;
        color: #fff;
    }

    section.breadcrumbs ul li {
        list-style: none;
        display: inline-block;
        margin-left: 5px;
    }

        section.breadcrumbs ul li:last-child {
            margin-left: 0;
        }

            section.breadcrumbs ul li:last-child:after {
                display: none;
            }

        section.breadcrumbs ul li:after {
            content: '/';
            margin-right: 5px;
            color: #bdbaba;
            font-size: 12px;
        }

    section.breadcrumbs ul a {
        color: #bdbaba;
        font-size: 14px;
        transition: 300ms;
    }

        section.breadcrumbs ul a:hover {
            color: #fff;
        }

    section.breadcrumbs ul p {
        font-size: 14px;
        color: #fff;
    }

section.products {
    margin-bottom: 15px;
}

    section.products .body {
        border: 1px solid #c5c5c5;
        padding: 15px 30px;
    }

@media (max-width: 767px) {
    section.products .body {
        padding: 15px;
    }
}

section.details-products {
    background-color: #eaebeb;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    padding: 30px 15px;
}

    section.details-products .my-rating {
        display: inline-block;
        direction: ltr;
    }

    section.details-products .data {
        padding: 0 30px;
        margin-bottom: 30px;
    }

@media (max-width: 1199px) {
    section.details-products .data {
        padding: 30px 15px;
    }
}

@media (max-width: 450px) {
    section.details-products .data {
        padding: 0px 0px;
    }

    section.details-products {
        padding: 15px;
    }
}

section.details-products .data .text {
    font-size: 14px;
    margin: 15px 0 10px;
}

section.details-products .text-social {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

section.details-products ul.social {
    display: inline-block;
}

    section.details-products ul.social li a {
        background-color: #fff;
        border-radius: 50%;
    }

        section.details-products ul.social li a:hover {
            background-color: #007489;
            color: #fff;
        }

section.details-products .btn-kashan {
    background-color: #007489;
    color: #fff;
    font-size: 14px;
    padding: 8px 18px;
    margin: 15px 0;
    transition: 300ms;
    display: inline-block;
    margin: 5px 0;
}

    section.details-products .btn-kashan:hover {
        background-color: #005c6f;
    }

    section.details-products .btn-kashan i {
        margin-left: 5px;
    }

section.details-products .btn-buy {
    background-color: #007489;
    color: #fff;
    font-size: 15px;
    padding: 8px 18px;
    float: left;
    margin: 15px 0;
    transition: 300ms;
    outline: none;
    border: none;
}

    section.details-products .btn-buy:hover {
        background-color: #005c6f;
    }

    section.details-products .btn-buy i {
        margin-left: 5px;
    }

section.details-products .discount {
    font-size: 20px !important;
    margin-left: 15px;
    font-weight: 500;
    color: #959595;
    text-decoration: line-through;
}

section.details-products .price {
    font-size: 20px !important;
    font-weight: 500;
    color: #007489;
}

section.details-products form {
    margin: 15px 0;
}

    section.details-products form label {
        font-weight: 500;
        font-size: 14px;
    }

    section.details-products form .form-control {
        font-weight: 300;
        font-size: 14px;
        border: 1px solid #068095;
    }

    section.details-products form select.form-control {
        padding: 4px 6px;
    }

        section.details-products form select.form-control option {
            font-weight: 300;
        }

section.details-products .content .title {
    font-size: 27px;
    color: #0d025b;
    font-weight: bold;
    display: block;
    margin: 30px 0;
}

section.details-products .content .text {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
    display: block;
}

section.details-products .content .text-category {
    font-size: 21px;
    color: #000;
}

section.details-products .content span {
    font-size: 14px;
}

section.details-products .content .user-rate {
    position: relative;
    top: -7px;
}

section.related .data {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

section.related header {
    background-color: #007489;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    margin-top: 30px;
}

section.grouping header {
    background-color: #007489;
    padding: 10px;
    margin-bottom: 30px;
}

    section.grouping header .form-group {
        display: inline-block;
        margin-bottom: 0;
    }

        section.grouping header .form-group .form-control {
            padding: 4px 12px;
            font-weight: 300;
            font-size: 14px;
        }

@media (min-width: 576px) and (max-width: 767px) {
    section.grouping header .form-group .form-control {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    section.grouping header .form-group .form-control {
        font-size: 10px;
        padding: 2px 3px;
    }
}

section.grouping header .form-group .form-control option {
    font-weight: 300;
}

section.grouping header .text {
    font-size: 15px;
    color: #fff;
}

@media (min-width: 576px) and (max-width: 767px) {
    section.grouping header .text {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    section.grouping header .text {
        font-size: 10px;
    }
}

section.grouping .content {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    padding: 15px;
}

    section.grouping .content .body {
        font-size: 14px;
        color: #000;
    }

        section.grouping .content .body p {
            text-align: justify;
        }

    section.grouping .content .title-content {
        font-size: 20px;
        display: block;
        margin-bottom: 15px;
        color: #007489;
    }

section.grouping .item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 767px) {
    section.grouping .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

section.grouping .item.w-100 {
    max-width: 100% !important;
    flex: inherit !important;
}

section.about-us {
    background: url("../img/about-us.png") no-repeat left top;
    min-height: 600px;
    margin-top: -30px;
}

@media (max-width: 1199px) {
    section.about-us {
        background: url("../img/about-us-sm.png") no-repeat left top;
    }
}

@media (max-width: 767px) {
    section.about-us {
        background: none;
    }
}

section.about-us .data {
    font-size: 15px;
    padding: 15px 0;
}

    section.about-us .data p {
        text-align: justify;
    }

section.password {
    padding: 40px 0;
}

    section.password .btn {
        background-color: #007489;
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        float: left;
        padding: 10px 25px;
        border-radius: 30px;
    }

    section.password .title {
        font-weight: 500;
        font-size: 15px;
        margin: 0 15px;
    }

    section.password .data {
        border: 1px solid #dddddd;
        padding: 40px;
        font-size: 14px;
        text-align: center;
        border-radius: 5px;
    }

        section.password .data .text {
            font-size: 16px;
            font-weight: 500;
        }

        section.password .data i {
            font-size: 130px;
            color: #19b7d4;
            padding-bottom: 30px;
        }

    section.password .btn-link {
        border: 1px solid #007489;
        background-color: #007489;
        color: #fff;
        font-weight: 300;
        font-size: 15px;
        padding: 4px 16px;
        border-radius: 5px;
        float: right;
        margin-top: 15px;
        transition: 300ms;
    }

        section.password .btn-link i {
            font-size: 15px;
            color: #fff;
            position: relative;
            top: 3px;
            margin-left: 3px;
            transition: 300ms;
        }

        section.password .btn-link:hover {
            background-color: transparent;
            color: #007489;
            text-decoration: none;
        }

            section.password .btn-link:hover i {
                color: #007489;
            }

        section.password .btn-link.left {
            float: left;
        }

            section.password .btn-link.left i {
                margin-left: 0;
                margin-right: 3px;
            }

section.contact-us .box-map {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    background-color: #e6e6e6;
    margin: 30px 0;
}

    section.contact-us .box-map .data {
        padding: 10px;
        font-size: 14px;
        font-weight: 500;
    }

        section.contact-us .box-map .data i {
            margin-left: 10px;
            color: #007489;
        }

section.contact-us #map {
    height: 400px;
    width: 100%;
}

    section.contact-us #map #map-container {
        height: 100%;
        width: 100%;
    }

section.contact-us .title-map {
    color: #007489;
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 30px 0 0;
}

section.contact-us .content {
    background-color: #ebebeb;
    padding: 15px;
}

    section.contact-us .content .title-content {
        color: #007489;
        font-size: 19px;
        margin-bottom: 15px;
        display: block;
    }

    section.contact-us .content ul li {
        list-style: none;
    }

    section.contact-us .content ul.list {
        margin-bottom: 64px;
    }

@media (max-width: 767px) {
    section.contact-us .content ul.list {
        margin-bottom: 0;
    }
}

section.contact-us .content ul.list li {
    width: calc(100% - 51%);
    display: inline-block;
    font-size: 14px;
}

    section.contact-us .content ul.list li a {
        color: #000;
    }

    section.contact-us .content ul.list li i {
        margin-left: 5px;
        color: #007489;
    }

/*section.cart table .width {
    min-width: 300px !important;
}*/

section.cart table .bold {
    font-size: 17px;
}

section.cart table thead th {
    background-color: #ebebeb;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
}

section.cart table tbody tr {
    background-color: #f4f2f1;
}

    section.cart table tbody tr:last-child td {
        padding-top: 0.75rem;
    }

    section.cart table tbody tr td {
        border-bottom: 1px solid #959595;
        vertical-align: middle;
    }

section.cart table .form-control {
    width: 45px;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
}

section.cart table th {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

    section.cart table th:first-child {
        text-align: right !important;
    }

section.cart table td {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

    section.cart table td:first-child {
        text-align: right;
    }

section.cart table .img {
    width: 85px;
    display: inline-block;
    border: 2px solid #007489;
    position: relative;
    top: -5px;
}

section.cart table .delete {
    background-color: transparent;
    color: #f80e34;
    border: 0;
    box-shadow: none;
}

section.cart table .data {
    display: inline-block;
    padding-right: 15px;
}

section.cart table .title {
    color: #007489;
    font-size: 16px;
    font-weight: 500;
}

section.cart table .text {
    font-size: 13px;
    color: #484a4b;
}

section.cart .btn-cart {
    display: inline-block;
    background-color: #007489;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    padding: 8px 18px;
    border: 1px solid #007489;
    transition: 300ms;
}

    section.cart .btn-cart.left {
        float: left;
    }

    section.cart .btn-cart.blue {
        background-color: #0775ad;
        border-color: #0775ad;
    }

        section.cart .btn-cart.blue:hover {
            color: #0775ad;
            border-color: #0775ad;
        }

    section.cart .btn-cart.silver {
        background-color: rgba(0, 0, 0, 0.2);
        border-color: rgba(0, 0, 0, 0.2);
        margin-left: 5px;
    }

        section.cart .btn-cart.silver:hover {
            color: #000;
            border-color: rgba(0, 0, 0,1);
        }

    section.cart .btn-cart:hover {
        background-color: transparent;
        color: #007489;
    }

section.cart .content-table {
    background-color: #ebebeb;
    padding: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 70px;
}

    section.cart .content-table .title-table {
        font-size: 20px;
        margin: 15px 0 30px;
        font-weight: 500;
    }

        section.cart .content-table .title-table i {
            margin-left: 5px;
        }

section.services {
    padding: 20px 0;
    font-size: 15px;
}

    section.services.m-t-30 {
        margin-top: -30px;
    }

    section.services p {
        text-align: justify;
    }

    section.services .title {
        color: #118bf2;
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
    }

    section.services img {
        margin: 0 auto;
        display: block;
    }

    section.services.color {
        background-color: #edebeb;
    }

section.section-buy .content {
    background-color: #eeeff1;
    margin: -20px 0 -50px;
    padding: 30px 0 50px;
    border-top: 3px solid #aeaeaf;
    font-size: 14px;
}

    section.section-buy .content .container {
        /*background-color: white;
        padding: 10px;
        box-shadow: 0px 0px 7px rgba(0,0,0,.2);*/
    }

    section.section-buy .content .bold {
        font-weight: 500;
        color: #000;
    }

section.section-buy .link-buy {
    font-size: 15px;
    color: #007489;
    font-weight: 500;
    position: relative;
}

@media (max-width: 575px) {
    section.section-buy .link-buy {
        font-size: 12px;
        vertical-align: top;
    }
}

section.section-buy .link-buy:hover:before {
    width: 100%;
    opacity: 1;
}

section.section-buy .link-buy:before {
    content: '';
    width: 5px;
    height: 1px;
    background-color: #007489;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
    opacity: 0;
    transition: 300ms;
}

section.section-buy .link-buy i {
    margin-left: 5px;
}

section.section-buy .link-buy.left {
    float: left;
}

    section.section-buy .link-buy.left i {
        margin-left: 0;
        margin-right: 5px;
    }

section.section-buy .ul-form {
    display: table;
    margin: 15px auto;
}

    section.section-buy .ul-form li {
        display: inline-block;
    }

        section.section-buy .ul-form li .styled-input-single label:before {
            right: 5px;
            top: 5px;
            width: 20px;
            height: 20px;
            border: 1px solid #000;
        }

        section.section-buy .ul-form li .styled-input-single label:after {
            right: 5px;
            top: 5px;
            width: 20px;
            height: 20px;
        }

section.section-buy .box-buy {
    position: relative;
    padding: 10px;
    background-color: white;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    margin: 10px 0px;
    border: 1px solid #e7e7e7;
    border-right: 3px solid #007489;
    padding-right: 30px;
}

    section.section-buy .box-buy figure {
        display: inline-block;
        margin-bottom: 0;
    }

        section.section-buy .box-buy figure .img {
            width: 100px;
        }

    section.section-buy .box-buy .data {
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px;
    }

        section.section-buy .box-buy .data .title {
            font-size: 17px;
            color: #007489;
        }

        section.section-buy .box-buy .data span {
            font-size: 14px;
            color: #484a4b;
        }

        section.section-buy .box-buy .data .bold {
            font-size: 18px;
            font-weight: 500;
            color: #000;
        }

        section.section-buy .box-buy .data .color {
            font-size: 18px;
            font-weight: 500;
            color: #fd0511;
        }

section.account .btn-link {
    border: 1px solid #007489;
    background-color: #007489;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    padding: 4px 16px;
    border-radius: 5px;
    float: right;
    margin-top: 15px;
    transition: 300ms;
}

    section.account .btn-link i {
        font-size: 15px;
        color: #fff;
        position: relative;
        top: 3px;
        margin-left: 3px;
        transition: 300ms;
    }

    section.account .btn-link:hover {
        background-color: transparent;
        color: #007489;
        text-decoration: none;
    }

        section.account .btn-link:hover i {
            color: #007489;
        }

    section.account .btn-link.left {
        float: left;
    }

        section.account .btn-link.left i {
            margin-left: 0;
            margin-right: 3px;
        }

section.account .table {
    font-size: 14px;
}

    section.account .table a {
        color: #000;
    }

    section.account .table th, section.account .table td {
        text-align: center;
    }

section.login {
    padding: 30px 0 50px;
}

    section.login .title-login {
        font-size: 28px;
        margin-bottom: 30px;
        font-weight: bold;
    }

        section.login .title-login i {
            color: #007489;
            margin-left: 10px;
        }

    section.login form .styled-input-single label:after, section.login form .styled-input-single label:before {
        right: -15px;
    }

    section.login form .styled-input-single {
        padding: 10px 15px 5px 10px;
    }

    section.login .link {
        color: #007489;
    }

    section.login form label {
        margin-right: 0;
    }

    section.login form.contact-us {
        -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
        padding: 30px 45px;
    }

        section.login form.contact-us .btn {
            margin-left: 0;
        }

        section.login form.contact-us .form-control {
            background-color: #ebebeb;
        }

section.decoration-test {
    padding: 20px 0;
}

@media (max-width: 575px) {
    section.decoration-test {
        overflow-x: hidden;
    }
}

section.decoration-test .box-decoration {
    text-align: center;
}

    section.decoration-test .box-decoration .more {
        position: absolute;
        top: 20px;
        left: 50px;
        border-radius: 10px;
        color: #007489;
        background-color: white;
        z-index: 20;
        padding: 5px 10px;
        border: 2px solid #007489;
        font-size: 13px;
        font-weight: 400;
        vertical-align: baseline;
    }

        section.decoration-test .box-decoration .more .fa {
            position: relative;
            top: 1px;
            margin-left: 3px;
        }


section.decoration-test .third-decoration {
    position: relative;
    overflow: hidden;
    display: none;
}

    section.decoration-test .third-decoration.active {
        display: block;
    }

    section.decoration-test .third-decoration .carpet-wrapper {
        width: 100%;
        position: absolute;
        bottom: -17.5%;
        right: -4%;
    }

@media (max-width: 575px) {
    section.decoration-test .third-decoration .carpet-wrapper {
        bottom: -19.5%;
    }

    section.decoration-test .box-decoration .more {
        top: 10px;
        left: 20px;
        font-size: 8px;
    }
}

section.decoration-test .third-decoration .carpet-wrapper img {
    width: 54%;
    margin: auto;
    display: block;
    margin-right: 22%;
    -moz-transform: perspective(1018px) rotateX(-117deg) rotateY(180deg) rotateZ(-147deg);
    -ms-transform: perspective(1018px) rotateX(-117deg) rotateY(180deg) rotateZ(-147deg);
    -webkit-transform: perspective(1018px) rotateX(-117deg) rotateY(180deg) rotateZ(-147deg);
    transform: perspective(1018px) rotateX(-117deg) rotateY(180deg) rotateZ(-147deg);
    transform-origin: center center 0px;
}

@media (max-width: 575px) {
    section.decoration-test .third-decoration .carpet-wrapper img {
        width: 57%;
        margin-right: 20%;
        -moz-transform: perspective(398px) rotateX(63deg) rotateY(0deg) rotateZ(30deg);
        -ms-transform: perspective(398px) rotateX(63deg) rotateY(0deg) rotateZ(30deg);
        -webkit-transform: perspective(398px) rotateX(63deg) rotateY(0deg) rotateZ(30deg);
        transform: perspective(398px) rotateX(63deg) rotateY(0deg) rotateZ(30deg);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    section.decoration-test .third-decoration .carpet-wrapper img {
        width: 56%;
        margin-right: 21%;
        -moz-transform: perspective(492px) rotateX(65deg) rotateY(-1deg) rotateZ(32deg);
        -ms-transform: perspective(492px) rotateX(65deg) rotateY(-1deg) rotateZ(32deg);
        -webkit-transform: perspective(492px) rotateX(65deg) rotateY(-1deg) rotateZ(32deg);
        transform: perspective(492px) rotateX(65deg) rotateY(-1deg) rotateZ(32deg);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.decoration-test .third-decoration .carpet-wrapper img {
        width: 57%;
        margin-right: 20%;
        -moz-transform: perspective(675px) rotateX(64deg) rotateY(1deg) rotateZ(30deg);
        -ms-transform: perspective(675px) rotateX(64deg) rotateY(1deg) rotateZ(30deg);
        -webkit-transform: perspective(675px) rotateX(64deg) rotateY(1deg) rotateZ(30deg);
        transform: perspective(675px) rotateX(64deg) rotateY(1deg) rotateZ(30deg);
    }
}

section.decoration-test .third-decoration .img {
    max-width: 100%;
    height: auto;
    display: block;
}

section.decoration-test .third-decoration .table1 {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 5;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

section.decoration-test .five-decoration {
    position: relative;
    overflow: hidden;
    display: none;
}

    section.decoration-test .five-decoration.active {
        display: inline-block;
    }

    section.decoration-test .five-decoration .carpet-wrapper {
        width: 100%;
        position: absolute;
        bottom: -10%;
        right: 3%;
    }

        section.decoration-test .five-decoration .carpet-wrapper img {
            width: 53%;
            margin: auto;
            display: block;
            -moz-transform: perspective(860px) rotateX(53deg) rotateY(0deg) rotateZ(28deg);
            -ms-transform: perspective(860px) rotateX(53deg) rotateY(0deg) rotateZ(28deg);
            -webkit-transform: perspective(860px) rotateX(53deg) rotateY(0deg) rotateZ(28deg);
            transform: perspective(860px) rotateX(53deg) rotateY(0deg) rotateZ(28deg);
            transform-origin: center center 0px;
        }

@media (max-width: 575px) {
    section.decoration-test .five-decoration .carpet-wrapper img {
        -moz-transform: perspective(330px) rotateX(57deg) rotateY(0deg) rotateZ(28deg);
        -ms-transform: perspective(330px) rotateX(57deg) rotateY(0deg) rotateZ(28deg);
        -webkit-transform: perspective(330px) rotateX(57deg) rotateY(0deg) rotateZ(28deg);
        transform: perspective(330px) rotateX(57deg) rotateY(0deg) rotateZ(28deg);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    section.decoration-test .five-decoration .carpet-wrapper img {
        -moz-transform: perspective(480px) rotateX(53deg) rotateY(0deg) rotateZ(28deg);
        -ms-transform: perspective(480px) rotateX(53deg) rotateY(0deg) rotateZ(28deg);
        -webkit-transform: perspective(480px) rotateX(53deg) rotateY(0deg) rotateZ(28deg);
        transform: perspective(480px) rotateX(53deg) rotateY(0deg) rotateZ(28deg);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.decoration-test .five-decoration .carpet-wrapper img {
        -moz-transform: perspective(725px) rotateX(56deg) rotateY(0deg) rotateZ(27deg);
        -ms-transform: perspective(725px) rotateX(56deg) rotateY(0deg) rotateZ(27deg);
        -webkit-transform: perspective(725px) rotateX(56deg) rotateY(0deg) rotateZ(27deg);
        transform: perspective(725px) rotateX(56deg) rotateY(0deg) rotateZ(27deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    section.decoration-test .five-decoration .carpet-wrapper img {
        -moz-transform: perspective(673px) rotateX(53deg) rotateY(0deg) rotateZ(28deg);
        -ms-transform: perspective(673px) rotateX(53deg) rotateY(0deg) rotateZ(28deg);
        -webkit-transform: perspective(673px) rotateX(53deg) rotateY(0deg) rotateZ(28deg);
        transform: perspective(673px) rotateX(53deg) rotateY(0deg) rotateZ(28deg);
    }
}

section.decoration-test .five-decoration .img {
    max-width: 100%;
    height: auto;
    display: block;
}

section.decoration-test .five-decoration .table1 {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 5;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

section.decoration-test .firs-decoration {
    position: relative;
    overflow: hidden;
    display: none;
}

    section.decoration-test .firs-decoration .table1 {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        z-index: 5;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    section.decoration-test .firs-decoration.active {
        display: inline-block;
    }

    section.decoration-test .firs-decoration .carpet-wrapper {
        width: 100%;
        position: absolute;
        bottom: -9%;
        right: -1%;
    }

        section.decoration-test .firs-decoration .carpet-wrapper img {
            margin: auto;
            display: block;
            width: 56%;
            transform: perspective(885px) rotateX(65deg) rotateY(0deg) rotateZ(-28deg);
            transform-origin: center center 0px;
        }

@media (max-width: 575px) {
    section.decoration-test .firs-decoration .carpet-wrapper img {
        transform: perspective(315px) rotateX(63deg) rotateY(2deg) rotateZ(-28deg);
        position: relative;
        top: 8px;
        /*margin-right: 19%;*/
        width: 57%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    section.decoration-test .firs-decoration .carpet-wrapper img {
        transform: perspective(405px) rotateX(65deg) rotateY(0deg) rotateZ(-28deg);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.decoration-test .firs-decoration .carpet-wrapper img {
        transform: perspective(530px) rotateX(65deg) rotateY(0deg) rotateZ(-28deg);
    }
}

section.decoration-test .firs-decoration .img {
    max-width: 100%;
    height: auto;
    display: block;
}


section.decoration-test .second-decoration {
    position: relative;
    overflow: hidden;
    display: none;
}

    section.decoration-test .second-decoration .table1 {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        z-index: 5;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    section.decoration-test .second-decoration.active {
        display: inline-block;
    }

    section.decoration-test .second-decoration .carpet-wrapper {
        width: 100%;
        position: absolute;
        bottom: -21%;
        right: 7%;
    }

        section.decoration-test .second-decoration .carpet-wrapper img {
            margin: auto;
            display: block;
            width: 55%;
            -moz-transform: perspective(1070px) rotateX(65deg) rotateY(1.5deg) rotateZ(-2deg);
            -ms-transform: perspective(1070px) rotateX(65deg) rotateY(1.5deg) rotateZ(-2deg);
            -webkit-transform: perspective(1070px) rotateX(65deg) rotateY(1.5deg) rotateZ(-2deg);
            transform: perspective(1070px) rotateX(65deg) rotateY(1.5deg) rotateZ(-2deg);
            transform-origin: center center 0px;
        }

@media (max-width: 575px) {
    section.decoration-test .second-decoration .carpet-wrapper img {
        width: 56%;
        -moz-transform: perspective(325px) rotateX(65deg) rotateY(1deg) rotateZ(-3deg);
        -ms-transform: perspective(325px) rotateX(65deg) rotateY(1deg) rotateZ(-3deg);
        -webkit-transform: perspective(325px) rotateX(65deg) rotateY(1deg) rotateZ(-3deg);
        transform: perspective(325px) rotateX(65deg) rotateY(1deg) rotateZ(-3deg);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    section.decoration-test .second-decoration .carpet-wrapper img {
        -moz-transform: perspective(500px) rotateX(65deg) rotateY(1deg) rotateZ(-2deg);
        -ms-transform: perspective(500px) rotateX(65deg) rotateY(1deg) rotateZ(-2deg);
        -webkit-transform: perspective(500px) rotateX(65deg) rotateY(1deg) rotateZ(-2deg);
        transform: perspective(500px) rotateX(65deg) rotateY(1deg) rotateZ(-2deg);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.decoration-test .second-decoration .carpet-wrapper img {
        width: 55%;
        -moz-transform: perspective(679px) rotateX(62deg) rotateY(1deg) rotateZ(-2deg);
        -ms-transform: perspective(679px) rotateX(62deg) rotateY(1deg) rotateZ(-2deg);
        -webkit-transform: perspective(679px) rotateX(62deg) rotateY(1deg) rotateZ(-2deg);
        transform: perspective(679px) rotateX(62deg) rotateY(1deg) rotateZ(-2deg);
    }
}

section.decoration-test .second-decoration .img {
    max-width: 100%;
    height: auto;
    display: block;
}





section.decoration-test .four-decoration {
    position: relative;
    overflow: hidden;
    display: none;
}

    section.decoration-test .four-decoration .table1 {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        z-index: 5;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    section.decoration-test .four-decoration.active {
        display: inline-block;
    }

    section.decoration-test .four-decoration .carpet-wrapper {
        width: 100%;
        position: absolute;
        bottom:10%; /*3%;*/
        right:5%; /*-1%;*/
    }

        section.decoration-test .four-decoration .carpet-wrapper img {
            margin: auto;
            display: block;
            width:35%; /*41%;*/
           transform: perspective(0px)  rotateY(0deg) rotateZ(270deg);
           moz-transform:perspective(0px)  rotateY(0deg) rotateZ(270deg);
            -ms-transform: perspective(0px) rotateY(0deg) rotateZ(270deg);
            -webkit-transform: perspective(0px)  rotateY(0deg) rotateZ(270deg);
         /*-moz-transform:perspective(0px) rotateX(30deg) rotateY(0deg) rotateZ(270deg);
            -ms-transform: perspective(0px) rotateX(30deg) rotateY(0deg) rotateZ(270deg);
            -webkit-transform: perspective(0px) rotateX(30deg) rotateY(0deg) rotateZ(270deg);
            transform: perspective(0px) rotateX(30deg) rotateY(0deg) rotateZ(270deg);*/
            transform-origin: center center 0px;
        }


section.decoration-test .four-decoration .img {
    max-width: 100%;
    height: auto;
    display: block;
}







section.decoration-test .content {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
}

section.decoration-test .decoration.loading {
    position: relative;
}

    section.decoration-test .decoration.loading:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
    }

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

section.decoration-test .decoration.loading:after {
    content: '\f110';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    top: 48%;
    left: 47.5%;
    margin: 0 auto;
    z-index: 550;
    color: #fff;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

article.article-small {
    height: 84px;
    margin-bottom: 15px;
    position: relative;
}

    article.article-small:hover figure img {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    article.article-small figure {
        display: inline-block;
        margin-bottom: 0;
        overflow: hidden;
        border-radius: 50%;
    }

        article.article-small figure img {
            transition: 300ms;
        }

    article.article-small .body {
        width: calc(100% - 84px);
        display: inline-block;
        float: left;
        font-size: 11px;
        color: #7e7d7d;
        padding: 5px;
    }

    article.article-small .date {
        float: left;
        color: #007489;
        font-size: 11px;
        font-weight: 500;
        display: block;
    }

@media (max-width: 1199px) {
    article.article-small .date {
        position: absolute;
        bottom: 0;
        left: 10px;
    }
}

article.article-small .date i {
    margin-right: 5px;
}

article.article-small .title {
    font-size: 12px;
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -10px;
    transition: 300ms;
}

    article.article-small .title:hover {
        color: #007489;
    }

article.products {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    transition: 300ms;
}

@media (max-width: 767px) {
    article.products {
        max-width: 366.5px;
        display: block;
        margin: 15px auto;
    }
}

article.products:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(220, 220, 220, 0);
    background: -moz-linear-gradient(top, rgba(220, 220, 220, 0) 57%, rgba(215, 215, 215, 0) 58%, black 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(57%, rgba(220, 220, 220, 0)), color-stop(58%, rgba(215, 215, 215, 0)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(220, 220, 220, 0) 57%, rgba(215, 215, 215, 0) 58%, black 100%);
    background: -o-linear-gradient(top, rgba(220, 220, 220, 0) 57%, rgba(215, 215, 215, 0) 58%, black 100%);
    background: -ms-linear-gradient(top, rgba(220, 220, 220, 0) 57%, rgba(215, 215, 215, 0) 58%, black 100%);
    background: linear-gradient(to bottom, rgba(220, 220, 220, 0) 57%, rgba(215, 215, 215, 0) 58%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#000000', GradientType=0);
    position: absolute;
    top: 0;
    right: 0;
}

article.products a {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

article.products:hover {
    -webkit-box-shadow: 0 9px 32px 0 #d9dfe4;
    box-shadow: 0 9px 32px 0 #d9dfe4;
}

    article.products:hover .data {
        background-color: #fff;
    }

        article.products:hover .data:before {
            opacity: 1;
        }

        article.products:hover .data .title {
            color: #017084;
            margin-bottom: 0;
        }

article.products .data {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 15px;
    width: 100%;
    transition: 300ms;
}

    article.products .data:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 20px 400px;
        border-color: transparent transparent #fff transparent;
        position: absolute;
        right: 0;
        top: -20px;
        opacity: 0;
        transition: 300ms;
    }

@media (max-width: 767px) {
    article.products .data:before {
        display: none;
    }
}

article.products .data .title {
    color: #fff;
    margin-bottom: -5px;
    display: block;
    font-weight: bold;
    transition: 300ms;
    font-size: 20px;
}

@media (max-width: 767px) {
    article.products .data .title {
        font-size: 14px;
    }
}

article.products figure {
    margin-bottom: 0;
}

article.products-new {
    position: relative;
    margin: 15px 0;
    transition: 300ms;
    overflow: hidden;
}

    article.products-new.special {
        direction: rtl;
        text-align: right;
    }

    article.products-new:before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(220, 220, 220, 0);
        background: -moz-linear-gradient(top, rgba(220, 220, 220, 0) 57%, rgba(215, 215, 215, 0) 58%, black 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(57%, rgba(220, 220, 220, 0)), color-stop(58%, rgba(215, 215, 215, 0)), color-stop(100%, black));
        background: -webkit-linear-gradient(top, rgba(220, 220, 220, 0) 57%, rgba(215, 215, 215, 0) 58%, black 100%);
        background: -o-linear-gradient(top, rgba(220, 220, 220, 0) 57%, rgba(215, 215, 215, 0) 58%, black 100%);
        background: -ms-linear-gradient(top, rgba(220, 220, 220, 0) 57%, rgba(215, 215, 215, 0) 58%, black 100%);
        background: linear-gradient(to bottom, rgba(220, 220, 220, 0) 57%, rgba(215, 215, 215, 0) 58%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#000000', GradientType=0);
        position: absolute;
        top: 0;
        right: 0;
    }

    article.products-new:hover {
        -webkit-box-shadow: 0 9px 32px 0 #d9dfe4;
        box-shadow: 0 9px 32px 0 #d9dfe4;
    }

        article.products-new:hover .btn-heart {
            left: 15px;
            opacity: 1;
        }

        article.products-new:hover .data {
            background-color: #fff;
        }

            article.products-new:hover .data .grouping {
                opacity: 1;
            }

            article.products-new:hover .data:before {
                opacity: 1;
            }

            article.products-new:hover .data .title {
                color: #017084;
            }

            article.products-new:hover .data .price {
                opacity: 1;
                top: 3px;
            }

    article.products-new figure {
        margin-bottom: 0;
    }

    article.products-new .btn-heart {
        position: absolute;
        left: -15px;
        top: 15px;
        color: white;
        z-index: 95;
        transition: 300ms;
        opacity: 0;
    }

        article.products-new .btn-heart.active {
            color: #b40000;
        }

    article.products-new .data {
        position: absolute;
        bottom: 0;
        width: 100%;
        right: 0;
        padding: 0 10px 10px;
        transition: 300ms;
    }

        article.products-new .data:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0 20px 400px;
            border-color: transparent transparent #fff transparent;
            position: absolute;
            right: 0;
            top: -20px;
            opacity: 0;
            transition: 300ms;
        }

        article.products-new .data .title {
            font-size: 19px;
            color: #fff;
            transition: 300ms;
        }

@media (max-width: 991px) {
    article.products-new .data .title {
        font-size: 14px;
    }
}

article.products-new .data .grouping {
    display: inline-block;
    font-size: 14px;
    color: #000;
    opacity: 0;
}


article.products-new.products-list .data .grouping {
    opacity: 1;
}

@media (max-width: 991px) {
    article.products-new .data .grouping {
        display: none;
    }
}

article.products-new .data .price {
    font-size: 13px;
    font-weight: 500;
    color: #ff0000;
    display: inline-block;
    float: left;
    position: relative;
    top: 20px;
    opacity: 0;
    transition: 300ms;
    transition-delay: 0.2s;
}

@media (max-width: 991px) {
    article.products-new .data .price {
        display: none;
    }
}

article.products-new .link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
}

    article.products-new .link p {
        display: none;
    }

article.products-new .content {
    display: none;
}

article.products-new.products-list {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
}

    article.products-new.products-list:before {
        display: none;
    }

    article.products-new.products-list .title {
        color: #007489;
        display: inline-block;
        position: relative;
        margin: 7px 0;
        font-size: 20px;
    }

        article.products-new.products-list .title:before, article.products-new.products-list .title:after {
            content: '';
            width: 10px;
            height: 10px;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            background-color: #5bc8cf;
            position: absolute;
            top: 10px;
        }

@media (max-width: 575px) {
    article.products-new.products-list .title {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    article.products-new.products-list .title {
        font-size: 14px;
    }
}

article.products-new.products-list .title:after {
    left: -15px;
}

article.products-new.products-list .title:before {
    right: -15px;
}

article.products-new.products-list .data {
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    article.products-new.products-list .data {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

article.products-new.products-list figure {
    margin-bottom: 0;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
}

@media (max-width: 767px) {
    article.products-new.products-list figure {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

article.products-new.products-list figure:before {
    display: none !important;
}

article.products-new.products-list .grouping {
    color: #007489;
    font-weight: 500;
    font-size: 16px;
    display: block;
}

article.products-new.products-list .btn-heart {
    font-size: 17px;
    margin: 0 5px;
}

article.products-new.products-list .link {
    background-color: #007489;
    color: #fff;
    border: 1px solid #007489;
    font-size: 15px;
    padding: 6px 18px;
    transition: 300ms;
    margin-right: 15px;
    width: auto;
    height: auto;
    position: inherit;
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    article.products-new.products-list .link {
        padding: 4px 14px;
    }

        article.products-new.products-list .link p {
            font-size: 13px;
        }
}

article.products-new.products-list .link p {
    display: block;
}

article.products-new.products-list .link:hover {
    background-color: #fff;
    color: #007489;
}

article.products-new.products-list .price {
    font-size: 13px;
    font-weight: 500;
    color: #ff0000;
    position: inherit !important;
    top: 0 !important;
    opacity: 1;
    float: inherit;
}

article.products-new.products-list .content {
    font-size: 14px;
    min-height: 105px;
    box-shadow: none !important;
    padding: 0;
    display: block;
    color: #484a4b;
}

@media (max-width: 767px) {
    article.products-new.products-list .content {
        display: none;
    }
}

article.products-new.products-list footer {
    text-align: left;
}

article.article {
    padding: 10px 10px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px;
    margin: 0px 0 30px;
}

    article.article figure {
        margin-bottom: 0;
    }

    article.article .more {
        border: 1px solid #007489;
        color: #007489;
        font-size: 13px;
        float: left;
        transition: 300ms;
        padding: 6px 18px;
        display: inline-block;
        margin-bottom: 10px;
    }

        article.article .more:hover {
            background-color: #007489;
            color: #fff;
        }

    article.article .content {
        font-size: 14px;
        color: #7e7d7d;
        min-height: 151px;
    }

        article.article .content p {
            text-align: justify;
        }

        article.article .content .title {
            font-size: 19px;
            display: block;
            color: #000;
            margin: 10px 0;
        }

    article.article footer {
        margin: 10px -10px 0;
    }

        article.article footer .list {
            font-size: 12px;
            display: flex;
            flex-wrap: wrap;
            border-top: 1px solid rgba(0, 0, 0, 0.2);
            padding: 10px;
        }

@media (max-width: 991px) {
    article.article footer .list {
        font-size: 10px;
    }
}

article.article footer .list li {
    list-style: none;
    display: inline-block;
    flex-grow: 1;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}

@media (max-width: 991px) {
    article.article footer .list li {
        margin-bottom: 10px;
        width: calc(100% - 55%);
        flex-grow: inherit;
    }
}

@media (max-width: 991px) {
    article.article footer .list li:nth-child(2) {
        border-left: 0;
    }
}

article.article footer .list li:last-child {
    border-left: 0;
}

article.article footer .list li i {
    margin-left: 10px;
}

article.article footer .list li a {
    font-size: 12px;
    color: #000;
    position: relative;
    transition: 300ms;
    margin-left: 5px;
}

    article.article footer .list li a:hover {
        color: #007489;
    }

    article.article footer .list li a:before {
        content: ',';
        position: absolute;
        left: -4px;
    }

    article.article footer .list li a:last-child {
        margin-left: 0;
    }

        article.article footer .list li a:last-child:before {
            display: none;
        }

article.details {
    border: 1px solid #ddd;
}

    article.details .img {
        display: block;
        margin: 10px auto 0;
    }

    article.details .list {
        font-size: 12px;
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding: 10px;
    }

@media (max-width: 991px) {
    article.details .list {
        font-size: 10px;
    }
}

article.details .list li {
    list-style: none;
    display: inline-block;
    flex-grow: 1;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}

@media (max-width: 991px) {
    article.details .list li {
        margin-bottom: 10px;
        width: calc(100% - 55%);
        flex-grow: inherit;
    }
}

@media (max-width: 991px) {
    article.details .list li:nth-child(2) {
        border-left: 0;
    }
}

article.details .list li:last-child {
    border-left: 0;
}

article.details .list li i {
    margin-left: 5px;
    color: #007489;
}

article.details .list li a {
    font-size: 12px;
    color: #000;
    position: relative;
    transition: 300ms;
    margin-left: 5px;
}

    article.details .list li a:hover {
        color: #007489;
    }

    article.details .list li a:before {
        content: ',';
        position: absolute;
        left: -4px;
    }

    article.details .list li a:last-child {
        margin-left: 0;
    }

        article.details .list li a:last-child:before {
            display: none;
        }

article.details .text {
    font-size: 18px;
    font-weight: 500;
}

article.details .title {
    font-size: 18px;
    display: block;
    background-color: #007489;
    color: #fff;
    padding: 10px;
}

article.details .btn-bars {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e1e7ec;
    color: #000;
    transition: 300ms;
    display: inline-block;
}

    article.details .btn-bars:hover {
        background-color: #f5f5f5;
    }

article.details .link {
    border: 1px solid #e1e7ec;
    padding: 4px 12px;
    border-radius: 15px;
    color: #000;
    font-size: 13px;
    margin: 10px 0 0;
    display: inline-block;
    transition: 300ms;
}

    article.details .link:hover {
        background-color: #f5f5f5;
    }

    article.details .link i {
        margin: 0 3px;
        font-size: 10px;
    }

article.details .content {
    font-size: 14px;
    padding: 10px;
}

    article.details .content ul {
        padding-right: 40px;
    }

    article.details .content p {
        text-align: justify;
    }

article.related {
    background-color: #ebebeb;
    padding: 10px;
}

    article.related figure {
        margin-bottom: 0;
    }

    article.related .title {
        color: #007489;
        display: inline-block;
        position: relative;
        margin: 7px 0;
        font-size: 17px;
    }

        article.related .title:before, article.related .title:after {
            content: '';
            width: 10px;
            height: 10px;
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            background-color: #5bc8cf;
            position: absolute;
            top: 10px;
        }

@media (max-width: 575px) {
    article.related .title {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    article.related .title {
        font-size: 14px;
    }
}

article.related .title:after {
    left: -15px;
}

article.related .title:before {
    right: -15px;
}

article.related .span {
    font-size: 12px;
    font-weight: 500;
    color: #007489;
    display: inline-block;
}

@media (max-width: 575px) {
    article.related .span {
        font-size: 10px;
    }
}

article.related .more {
    background-color: #007489;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    float: left;
}

@media (max-width: 575px) {
    article.related .more {
        font-size: 12px;
    }
}

article.related a {
    outline: none;
}

article.video {
    padding: 5px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
}

@media (max-width: 575px) {
    article.video {
        max-width: 245px;
        display: block;
        margin: 15px auto;
    }
}

article.video figure {
    margin-bottom: 0;
    position: relative;
}

    article.video figure:before {
        content: '';
        background: url("../img/play-video.png") no-repeat;
        width: 54px;
        height: 54px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: calc(50% - 27px);
    }

article.video .deta {
    font-size: 12px;
    margin-top: 5px;
    padding: 0px 10px;
}

    article.video .deta i {
        margin-left: 3px;
    }

article.video .data {
    font-size: 14px;
    min-height: 141px;
}

    article.video .data .title {
        font-size: 16px;
        color: #000;
        display: block;
        text-align: center;
        position: relative;
        margin: 5px 0;
    }

        article.video .data .title:before {
            content: '';
            width: 100px;
            height: 1px;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -2px;
            background-color: #000;
        }

    article.video .data p {
        text-align: justify;
    }

ul {
    padding: 0;
    margin: 0;
}

    ul.list-user {
        display: inline-block;
    }

        ul.list-user li {
            list-style: none;
            display: inline-block;
            margin-left: 15px;
        }

@media (max-width: 991px) {
    ul.list-user li {
        margin-left: 5px;
    }
}

ul.list-user li:last-child {
    margin-left: 0;
}

ul.list-user li a {
    font-size: 14px;
    color: #000;
    outline: none;
}

@media (max-width: 991px) {
    ul.list-user li a {
        font-size: 12px;
    }
}

ul.list-user li a i {
    margin-left: 5px;
}

ul.list-shopping {
    float: left;
    display: inline-block;
}

    ul.list-shopping li {
        list-style: none;
        display: inline-block;
        margin-left: 5px;
    }

        ul.list-shopping li:last-child {
            margin-left: 0;
        }

        ul.list-shopping li span {
            position: absolute;
            right: -13px;
            top: -10px;
            background-color: #007489;
            display: block;
            width: 20px;
            height: 20px;
            line-height: 22px;
            text-align: center;
            color: #fff;
            font-size: 14px;
            border-radius: 50%;
            font-weight: 500;
        }

        ul.list-shopping li a {
            font-size: 17px;
            color: #000;
            position: relative;
        }

@media (max-width: 767px) {
    ul.list-shopping li a {
        font-size: 16px;
    }

    ul.list-shopping {
        position: relative;
        top: 6px;
    }
}

ul.list-social {
    float: left;
    display: inline-block;
    margin-right: 30px;
}

@media (max-width: 991px) {
    ul.list-social {
        display: none;
    }
}

ul.list-social li {
    list-style: none;
    display: inline-block;
    margin-left: 7.5px;
}

    ul.list-social li:last-child {
        margin-left: 0;
    }

    ul.list-social li a {
        font-size: 15px;
        color: #000;
        transition: 300ms;
    }

        ul.list-social li a:hover {
            color: #007489;
        }

ul.ul-list {
    background-color: #fff;
    display: table;
    margin: 0 auto;
    padding: 0 30px;
}

@media (max-width: 991px) {
    ul.ul-list {
        width: 100%;
        padding: 0;
        margin: 42px 0 10px;
    }
}

ul.ul-list li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}

@media (max-width: 991px) {
    ul.ul-list li {
        display: block;
        margin: 0;
    }
}

ul.ul-list li a {
    font-size: 14px;
    color: #000;
    position: relative;
    transition: 300ms;
    font-weight: 500;
    padding: 10px;
}

    ul.ul-list li a:hover {
        color: #007489;
    }

        ul.ul-list li a:hover:before {
            width: 100%;
            opacity: 1;
        }

    ul.ul-list li a:before {
        content: '';
        background-color: #007489;
        width: 15px;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -5px;
        margin: 0 auto;
        opacity: 0;
        transition: 300ms;
    }

@media (max-width: 991px) {
    ul.ul-list li a:before {
        bottom: 0;
    }
}

@media (max-width: 991px) {
    ul.ul-list li a {
        padding: 10px;
        display: block;
        border-bottom: 1px solid #ccc;
    }
}

ul.list-footer li {
    list-style: none;
}

    ul.list-footer li a {
        color: #b8b4b4;
        font-size: 14px;
        padding-right: 20px;
        transition: 300ms;
        position: relative;
    }

        ul.list-footer li a:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7.5px 15px 7.5px 0;
            border-color: transparent #00d9ff transparent transparent;
            position: absolute;
            right: 0;
            top: 5px;
        }

        ul.list-footer li a:hover {
            color: #fff;
        }

ul.social {
    display: table;
    margin: 5px auto 15px;
}

    ul.social li {
        list-style: none;
        display: inline-block !important;
        width: auto !important;
    }

        ul.social li a {
            width: 30px;
            height: 30px;
            line-height: 34px;
            background-color: #e2e2e2;
            text-align: center;
            display: block;
            color: #007489;
            border-radius: 5px;
            transition: 300ms;
            margin: 0 5px;
            font-size: 14px;
        }

@media (max-width: 575px) {
    ul.social li a {
        width: 20px;
        height: 20px;
        line-height: 24px;
        margin: 0 2.5px;
        font-size: 12px;
    }
}

ul.social li a:hover {
    background-color: #007489;
    color: #fff;
}

ul.list-category {
    margin: -20px -5px 0px;
}

    ul.list-category li {
        list-style: none;
    }

        ul.list-category li.active a {
            background-color: #007489;
            color: #fff;
        }

            ul.list-category li.active a:before, ul.list-category li.active a:after {
                border-color: #fff !important;
            }

        ul.list-category li:last-child a {
            border-bottom-color: transparent;
        }

        ul.list-category li a {
            font-weight: 300;
            font-size: 14px;
            color: #000;
            display: block;
            padding: 10px 15px;
            position: relative;
            border-bottom: 1px solid #ddd;
            transition: 300ms;
        }

            ul.list-category li a:hover {
                background-color: #007489;
                color: #fff;
            }

                ul.list-category li a:hover:before, ul.list-category li a:hover:after {
                    border-color: #fff !important;
                }

            ul.list-category li a:before {
                content: '';
                width: 7px;
                height: 7px;
                border: 1px solid #000;
                border-radius: 50%;
                position: absolute;
                right: 4px;
                top: 15px;
                transition: 300ms;
            }

        ul.list-category li.dropdown > a:after {
            content: '\f106';
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            position: absolute;
            left: 12px;
            font-size: 22px;
            top: 2px;
        }

        ul.list-category li.dropdown > a.collapsed:after {
            content: '\f107';
        }

    ul.list-category .ul-collapsed {
        background-color: #f3f3f3;
        padding: 0 10px;
    }

        ul.list-category .ul-collapsed li a {
            border-bottom: 1px solid #ddd !important;
        }

ul.list-tag {
    margin: 10px 0;
}

    ul.list-tag p {
        font-size: 12px;
        color: #007489;
        font-weight: 500;
    }

    ul.list-tag li {
        display: inline-block;
        margin-left: 15px;
    }

        ul.list-tag li:last-child {
            margin-left: 0;
        }

        ul.list-tag li a {
            color: #000;
            font-size: 12px;
            position: relative;
            transition: 300ms;
        }

            ul.list-tag li a:hover {
                color: #007489;
            }

            ul.list-tag li a:before {
                content: '#';
                margin-left: 3px;
            }

ul.ul-social {
    display: block;
    margin: 15px 0;
    text-align: center;
}

    ul.ul-social li {
        display: inline-block;
        list-style: none;
        margin: 0 5px;
    }

ul.list-property {
    width: 75%;
}

@media (max-width: 991px) {
    ul.list-property {
        width: 100%;
    }
}

ul.list-property li {
    list-style: none;
    color: #01175e;
    font-weight: 500;
    position: relative;
    z-index: 0;
    line-height: 37px;
}

    ul.list-property li:before {
        content: '';
        width: 100%;
        height: 2px;
        border-bottom: 3px dotted #01175e;
        position: absolute;
        top: 19px;
        z-index: -1;
    }

    ul.list-property li span {
        font-size: 18px;
        background-color: #eaebeb;
    }

        ul.list-property li span:nth-child(1) {
            padding-left: 10px;
        }

        ul.list-property li span:nth-child(2) {
            float: left;
            padding-right: 10px;
        }

ul.nav-category {
    margin-top: -20px;
}

    ul.nav-category li {
        list-style: none;
    }

        ul.nav-category li a {
            background-color: #dbdbdb;
            font-size: 15px;
            display: block;
            margin: 2.5px 0;
            color: #000;
            padding: 10px 20px;
            position: relative;
        }

            ul.nav-category li a:hover:before {
                background-color: #007489;
            }

            ul.nav-category li a:before {
                content: '';
                width: 10px;
                height: 10px;
                background-color: #fff;
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                position: absolute;
                right: 5px;
                top: 14px;
                transition: 300ms;
            }

        ul.nav-category li.dropdown > a:after {
            content: '\f106';
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            position: absolute;
            left: 12px;
            font-size: 22px;
            top: 2px;
        }

        ul.nav-category li.dropdown > a.collapsed:after {
            content: '\f107';
        }

        ul.nav-category li.active a:before {
            background-color: #007489;
        }

    ul.nav-category .ul-collapsed li a {
        background-color: #e4e6e6;
    }

    ul.nav-category .ul-collapsed .ul-collapsed a {
        background-color: #ebeded;
    }

ul.list-checkbox {
    padding: 5px 10px 0;
}

    ul.list-checkbox li {
        list-style: none;
        font-size: 15px;
        font-weight: 500;
    }

        ul.list-checkbox li label {
            margin-bottom: 0;
            width: 100%;
        }

ul.pagination {
    display: table;
    margin: 0 auto;
    direction: ltr;
}

@media (max-width: 767px) {
    ul.pagination {
        margin: 15px auto 0;
    }
}

ul.pagination li {
    display: inline-block;
}

    ul.pagination li.active a {
        color: #fff;
        background-color: #007489;
    }

    ul.pagination li a {
        background-color: transparent;
        width: 35px;
        height: 35px;
        line-height: 35px;
        border-radius: 50%;
        color: #000;
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        margin: 0 5px;
        transition: 300ms;
    }

        ul.pagination li a:hover {
            color: #fff;
            background-color: #007489;
        }

ul.list-content {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    ul.list-content {
        margin-bottom: 15px;
    }
}

ul.list-content li {
    font-size: 14px;
    line-height: 30px;
}

    ul.list-content li i {
        color: #007489;
        margin-left: 5px;
    }

    ul.list-content li a {
        color: #000;
    }

ul.list-buy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}

    ul.list-buy:before {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #aeaeaf;
        position: absolute;
        bottom: 17px;
        z-index: -1;
    }

    ul.list-buy li {
        display: inline-block;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        position: relative;
    }

        ul.list-buy li.active:before {
            content: '';
            width: 100%;
            bottom: 17px;
            background-color: #007489;
            position: absolute;
            right: 0;
            height: 3px;
        }

        ul.list-buy li.active .text {
            color: #007489;
        }

        ul.list-buy li .text {
            font-size: 15px;
            font-weight: 500;
            color: #5e6060;
        }

@media (max-width: 575px) {
    ul.list-buy li .text {
        font-size: 11px;
    }
}

ul.list-buy li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #007489;
    display: inline-block;
}

ul.list-send li {
    list-style: none;
}

    ul.list-send li span:last-child {
        color: #007489;
        font-size: 16px;
        font-weight: bold;
        margin-right: 4px;
    }

ul.list-account {
    border: 1px solid #e1e7ec;
}

    ul.list-account li {
        list-style: none;
        border-bottom: 1px solid #e1e7ec;
    }

        ul.list-account li.active a {
            background-color: #007489;
            color: #fff;
        }

            ul.list-account li.active a span {
                background-color: #fff;
                color: #007489;
            }

        ul.list-account li a {
            padding: 10px;
            font-size: 14px;
            color: #000;
            display: block;
            transition: 300ms;
        }

            ul.list-account li a:hover {
                background-color: #007489;
                color: #fff;
            }

                ul.list-account li a:hover span {
                    background-color: #fff;
                    color: #007489;
                }

            ul.list-account li a span {
                float: left;
                width: 20px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                color: #fff;
                background-color: #007489;
                border-radius: 50%;
            }

            ul.list-account li a i {
                margin-left: 3px;
            }

.container-shop {
    max-width: 1349px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .container-shop {
        padding: 0 15px;
    }
}

.box-comment {
    position: relative;
    padding-right: 65px;
    margin: 15px 0;
}

    .box-comment .comment-author-ava {
        position: absolute;
        width: 50px;
        height: 50px;
        overflow: hidden;
        right: 0;
        top: 0;
    }

        .box-comment .comment-author-ava img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }

    .box-comment .comment-body {
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 5px;
        font-size: 14px;
        position: relative;
    }

        .box-comment .comment-body:before {
            position: absolute;
            top: 12px;
            content: '';
            right: -15px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7.5px 0 7.5px 15px;
            border-color: transparent transparent transparent #ddd;
        }

        .box-comment .comment-body p {
            text-align: justify;
        }

        .box-comment .comment-body .title {
            font-size: 16px;
            font-weight: 500;
            display: inline-block;
        }

        .box-comment .comment-body span {
            font-size: 12px;
            float: left;
            margin: 5px 0;
            display: inline-block;
        }

@media (max-width: 575px) {
    .box-comment .comment-body span {
        display: none;
    }
}

.box-comment .comment-body .btn-reply {
    float: left;
    color: #007488;
    display: inline-block;
}

    .box-comment .comment-body .btn-reply i {
        margin-left: 5px;
    }

button {
    cursor: pointer;
    box-shadow: none !important;
    outline: none;
}

.form-search {
    padding: 15px;
}

    .form-search .form-group {
        position: relative;
    }

    .form-search .btn-search {
        background-color: #007489;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        box-shadow: none;
        border: 0;
        outline: none !important;
    }

    .form-search .form-control {
        font-weight: 300;
        font-size: 14px;
        height: 40px;
        border-radius: 30px;
        padding-left: 45px;
    }

        .form-search .form-control:focus {
            border-color: #007489;
        }

form.newsletters {
    position: relative;
    padding: 10px 0 !important;
    margin: 10px 0 0 !important;
}

    form.newsletters .btn-newsletters {
        position: absolute;
        left: -10px;
        top: 0;
        background: url("../img/icon-newsletters.png") no-repeat;
        width: 62px;
        height: 52px;
    }

    form.newsletters .form-control {
        font-weight: 300;
        font-size: 14px;
        border-color: #fff;
        padding-left: 55px;
    }

form.form-comment {
    background-color: #eaebeb;
    padding: 15px;
    margin: 15px 0;
}

    form.form-comment .btn {
        background-color: #007488;
        color: #fff;
        border: 1px solid transparent;
        font-weight: 300;
        font-size: 15px;
        float: left;
        transition: 300ms;
    }

        form.form-comment .btn:hover {
            color: #007488;
            background-color: #fff;
        }

    form.form-comment .form-control {
        border-color: #007488;
        font-weight: 300;
        font-size: 14px;
        border-radius: 0;
    }

    form.form-comment label {
        font-weight: 500;
        font-size: 15px;
    }

form .styled-input-single {
    position: relative;
    padding: 10px 25px 5px 10px;
}

    form .styled-input-single label {
        cursor: pointer;
    }

        form .styled-input-single label:before, form .styled-input-single label:after {
            content: '';
            position: absolute;
            top: 50%;
            border-radius: 50%;
        }

        form .styled-input-single label:before {
            right: 8px;
            width: 10px;
            height: 10px;
            margin: -4px 0 0;
            background: #f7f7f7;
            box-shadow: 0 0 1px grey;
        }

        form .styled-input-single label:after {
            right: 8px;
            width: 10px;
            height: 10px;
            margin: -4px 0 0;
            opacity: 0;
            background: #007489;
            -webkit-transform: translate3d(-40px, 0, 0) scale(0.5);
            transform: translate3d(-40px, 0, 0) scale(0.5);
            transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
        }

    form .styled-input-single input[type="checkbox"] {
        position: absolute;
        top: 0;
        right: -9999px;
        visibility: hidden;
    }

        form .styled-input-single input[type="checkbox"]:checked + label:after {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }

form .styled-input--square label:before, form .styled-input--square label:after {
    border-radius: 0;
}

form .styled-input--diamond label:before, form .styled-input--diamond label:after {
    border-radius: 0;
}

form .styled-input--diamond label:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

form .styled-input--diamond input[type="checkbox"]:checked + label:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
}

form.contact-us {
    padding: 0 15px;
    font-size: 14px;
}

    form.contact-us .btn {
        background-color: #007489;
        font-weight: 300;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        float: left;
        padding: 10px 25px;
        margin-left: -15px;
        margin-top: 8px;
    }
    .img-captcha{
        width:100%;
        height:auto;
        min-height:40px;
		border: none !important;
		border-radius: 5px;
    }

@media (max-width: 991px) {
    form.contact-us .btn {
        margin-top: 15px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    form.contact-us .captcha-wrapper {
        margin-top: 15px;
    }
}

form.contact-us .captcha-wrapper img {
    border: 1px solid #007489;
    cursor: pointer;
}

form.contact-us label {
    font-size: 13px;
    font-weight: 500;
    margin-right: -15px;
    position: relative;
    top: 5px;
    color: #007489;
}

@media (max-width: 991px) {
    form.contact-us label {
        margin-bottom: 15px;
    }
}

form.contact-us .form-control-file {
    font-weight: 300;
}

form.contact-us .form-control {
    font-weight: 300;
    font-size: 14px;
    border: 1px solid #fff;
}

    form.contact-us .form-control:focus {
        border-color: #007489;
    }

.form-buy span {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}

.form-buy .form-control {
    font-weight: 300;
    font-size: 14px;
    min-height: 40px;
}

    .form-buy .form-control:focus {
        border: 1px solid #007489;
    }

    .form-buy .form-control.left {
        text-align: left;
    }

.slider-new .item {
    margin: 0 15px;
    outline: none !important;
}

@media (max-width: 767px) {
    .slider-new .item {
        margin: 0 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-new article.products-new .data .title {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-new article.products-new .data .price {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-new article.products-new .data .grouping {
        display: none;
    }
}

.slider-new .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 2.5px;
}

    .slider-new .slick-dots li.slick-active button {
        background-color: #007489;
    }

    .slider-new .slick-dots li button {
        background-color: #e8e8e8;
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

        .slider-new .slick-dots li button:before {
            display: none;
        }

.layerslider {
    background: white;
    background: -moz-radial-gradient(center, ellipse cover, white 0%, white 25%, gainsboro 65%, gainsboro 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(25%, white), color-stop(65%, gainsboro), color-stop(100%, gainsboro));
    background: -webkit-radial-gradient(center, ellipse cover, white 0%, white 25%, gainsboro 65%, gainsboro 100%);
    background: -o-radial-gradient(center, ellipse cover, white 0%, white 25%, gainsboro 65%, gainsboro 100%);
    background: -ms-radial-gradient(center, ellipse cover, white 0%, white 25%, gainsboro 65%, gainsboro 100%);
    background: radial-gradient(ellipse at center, white 0%, white 25%, gainsboro 65%, gainsboro 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc', GradientType=1);
    overflow: hidden;
}

.validation-summary-errors {
    list-style-type: none;
    margin-bottom: 6px;
}

.slider-small {
    margin: 10px -15px;
    padding: 0 15px;
    max-height: 108px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .slider-small {
        max-height: inherit;
    }
}

.slider-small .slick-prev, .slider-small .slick-next {
    z-index: 99;
}

    .slider-small .slick-prev:before, .slider-small .slick-next:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        opacity: 1;
        font-size: inherit;
    }

.slider-small .slick-next {
    left: -5px;
}

@media (max-width: 991px) {
    .slider-small .slick-next {
        left: 0;
    }
}

.slider-small .slick-next:before {
    border-width: 7.5px 15px 7.5px 0;
    border-color: transparent #007489 transparent transparent;
}

.slider-small .slick-prev {
    right: -5px;
}

@media (max-width: 991px) {
    .slider-small .slick-prev {
        right: 0;
    }
}

.slider-small .slick-prev:before {
    border-width: 7.5px 0 7.5px 15px;
    border-color: transparent transparent transparent #007489;
}

.slider-small .item {
    outline: none;
    margin: 0 5px;
}

    .slider-small .item.slick-current a img {
        border: 3px solid #068095;
    }

    .slider-small .item a {
        outline: none;
    }

        .slider-small .item a img {
            border: 3px solid #eaebeb;
        }

        .slider-small .item a.active img {
            border: 3px solid #068095;
        }

.slider-related {
    margin: 15px 0;
    padding: 15px;
    background-color: #eaebeb;
}

    .slider-related a:focus {
        outline: none;
    }

@media (max-width: 767px) {
    .slider-related article.article-small .date {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-related article.article-small .date {
        display: none;
    }
}

.slider-related .slick-dots {
    bottom: 5px;
    right: 0;
}

    .slider-related .slick-dots li {
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }

        .slider-related .slick-dots li.slick-active button {
            background-color: #007489;
        }

        .slider-related .slick-dots li button {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #fff;
        }

            .slider-related .slick-dots li button:before {
                display: none;
            }

.slider-related .item {
    outline: none;
    margin: 0 5px;
}

.title-related {
    font-size: 22px;
    display: block;
    margin-top: 15px;
    font-weight: bold;
    color: #007488;
}

.slider-img {
    margin: 10px;
}

    .slider-img .slick-prev, .slider-img .slick-next {
        z-index: 99;
        width: 30px;
        height: 30px;
        border: 3px solid #fff;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .slider-img .slick-prev:before, .slider-img .slick-next:before {
            display: none;
        }

    .slider-img .slick-next {
        left: 15px;
        border-right: 0;
        border-top: 0;
    }

    .slider-img .slick-prev {
        right: 15px;
        border-left: 0;
        border-bottom: 0;
    }

    .slider-img .item {
        outline: none;
    }

        .slider-img .item img {
            border: 1px solid #000;
        }

.products-related {
    margin-bottom: 75px !important;
    padding-bottom: 40px;
}

    .products-related .item {
        margin: 10px 5px;
        outline: none;
    }

    .products-related .slick-dots {
        bottom: 13px;
    }

        .products-related .slick-dots li {
            width: 10px;
            height: 10px;
        }

            .products-related .slick-dots li button {
                width: 10px;
                height: 10px;
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                background-color: #5bc8cf;
            }

                .products-related .slick-dots li button:before {
                    display: none;
                }

            .products-related .slick-dots li.slick-active button {
                background-color: #007489;
            }

.nav-details {
    border-bottom: 0;
    margin-bottom: -2px;
    margin-top: 15px;
}

    .nav-details a {
        color: #454545;
        background-color: transparent;
        font-size: 15px;
        padding: 10px 15px;
        border-radius: 10px 10px 0 0;
        border: 2px solid #e6e2e2;
        border-bottom-color: transparent;
        margin-left: 7.5px;
    }

        .nav-details a.active {
            background-color: #fff;
            color: #454545;
        }

.tab-details {
    background-color: #fff;
    border: 2px solid #e6e2e2;
    border-radius: 10px 0 10px 10px;
    padding: 15px;
}

    .tab-details .content-tab {
        font-size: 14px;
    }

        .tab-details .content-tab p {
            text-align: justify;
        }

footer .footer-copy {
    background-color: #007489;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 991px) {
    footer .footer-copy {
        font-size: 9px;
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    footer .footer-copy {
        font-size: 12px;
        text-align: center;
    }
}

footer .footer-copy .text {
    display: inline-block;
}

    footer .footer-copy .text a {
        color: #00d8ff;
        margin: 0 5px;
    }

footer .footer-copy .box-arsha {
    float: left;
    display: inline-block;
}

@media (max-width: 575px) {
    footer .footer-copy .box-arsha {
        float: inherit;
    }
}

footer .footer-copy .box-arsha a {
    color: #fff;
    margin-right: 5px;
}

footer .footer-copy .box-arsha img {
    margin-right: 5px;
}

footer .footer {
    background-color: #3b3939;
    color: #fff;
    padding: 15px 0 0;
    border-top: 3px solid #00d8ff;
    position: relative;
    margin-top: 50px;
    min-height: 275px;
}

    footer .footer .img-footer {
        position: absolute;
        bottom: 0;
        left: 0;
    }

@media (max-width: 1199px) {
    footer .footer .img-footer {
        display: none;
    }
}

footer .footer ul.social {
    display: inline-block;
}

footer .footer:before {
    content: '';
    background: url("../img/footer-top.png") no-repeat;
    width: 141px;
    height: 46px;
    position: absolute;
    right: 0;
    left: 0;
    top: -45px;
    margin: 0 auto;
}

footer .footer .data {
    font-size: 14px;
    color: #b8b4b4;
}

    footer .footer .data p {
        text-align: justify;
    }

    footer .footer .data .list-data li {
        list-style: none;
    }

@media (max-width: 575px) {
    footer .footer .data .list-data li {
        display: inline-block;
        width: calc(100% - 51%);
        vertical-align: top;
    }

        footer .footer .data .list-data li:first-child {
            display: block;
            width: 100%;
        }
}

footer .footer .data .title {
    color: #00d8ff;
    font-size: 15px;
}

    footer .footer .data .title i {
        margin-left: 5px;
    }

footer .footer .link {
    color: #b8b4b4;
    transition: 300ms;
}

    footer .footer .link:hover {
        color: #fff;
    }

footer .footer .title-footer {
    padding-bottom: 10px;
    border-bottom: 1px solid #00d8ff;
    font-size: 17px;
    color: #fff;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    footer .footer .title-footer {
        margin: 15px 0;
    }
}

footer .footer .title-footer i {
    color: #00d8ff;
    margin-left: 7px;
}

.modal .modal-header {
    min-height: 100px;
}

.modal .modal-title {
    position: absolute;
    top: 15px;
    font-size: 16px;
}

    .modal .modal-title i {
        margin-left: 5px;
    }

.modal .logo-modal {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 185px;
}

.modal .close {
    position: absolute;
    left: 15px;
    top: 15px;
}

.modal .contact-us .form-control {
    background-color: #ebebeb;
}

.modal .contact-us label {
    color: #000;
}

.modal .link {
    color: #007489;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.modal .btn {
    margin-left: 0 !important;
}

.modal .styled-input-single label:before {
    right: -17px;
    background: #d2cdcd;
}

.modal .styled-input-single label:after {
    right: -17px;
}

.slider-small {
    max-height: 120px !important;
    overflow: hidden;
}

    .slider-small .item {
        display: inline-block;
        cursor: pointer;
    }


    .slider-small .slick-current img {
        border: 3px solid #068095;
    }


.captcha-wrapper {
    margin-top: 3px;
}

    .captcha-wrapper img {
        cursor: pointer;
        border: 1px solid #007489;
    }


.no-result {
    text-align: center;
    width: 100%;
}

.rules {
    object-fit: contain;
}

header .form-search .btn-search {
    border: 2px solid white;
}

.fa-times {
    color: #dc3545;
}

.cart-empty {
    text-align: center;
    padding: 30px 0px 100px 0px;
}

    .cart-empty .fas {
        background-color: #007489;
        color: white;
        font-size: 42px;
        padding: 30px;
        display: inline-block;
        border-radius: 50%;
        margin-bottom: 10px;
    }

    .cart-empty .title {
        font-weight: 900;
        font-size: 23px;
    }

    .cart-empty .text {
        font-size: 16px;
    }


.chechbox {
    position: absolute;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 50%;
    right: 0px;
}


    .chechbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }


.checkmark {
    width: 41px;
    height: 41px;
    background-color: #f3feff;
    border: 1px solid #007489;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.chechbox:hover input ~ .checkmark {
}


.chechbox input:checked ~ .checkmark {
    background-color: #007489;
}



.chechbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.chechbox input:checked ~ .checkmark:after {
    display: block;
}

.chechbox .checkmark:after {
    left: 13px;
    top: 3px;
    width: 15px;
    height: 26px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.highlight {
    background-color: #02d2f7;
    color: white;
    font-weight: 900;
    padding: 0 10px;
}


.card {
    border: 1px solid #bcc2ca;
    padding: 15px;
    margin: 30px 0 15px;
    border-radius: 10px;
}

    .card h2 {
        margin-bottom: 20px;
        font-weight: 900;
    }

.pull-left {
    float: left;
}

.print-header {
    display: none;
}

@media print {
    @page {
        margin: 1rem;
    }

    .print-header {
        display: block;
    }

    .breadcrumbs, header, footer, .list-buy, .btn-cart, h2, tbody img, .print-rule, .btn {
        display: none !important;
    }

    .print .list-send * {
        font-size: 10px !important;
    }

    .no-print {
        display: none;
    }

    section.section-buy .content {
        background-color: white;
        border: none !important;
    }

        section.section-buy .content .container {
            background-color: white;
            box-shadow: none;
            max-width: 100%;
        }

    .align-self-xl-center {
        align-self: center !important;
    }

    .factor-title {
        font-weight: 900;
        font-size: 32px;
        text-align: center;
    }
}


.responsive-table {
    border: 1px solid #959595;
}


    .responsive-table td, th {
        padding: 10px;
        text-align: left;
        font-size: 18px;
    }


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    .responsive-table {
        width: 100%;
    }

        .responsive-table, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
            display: block;
        }

            .responsive-table thead {
                display: none;
            }

                .responsive-table thead tr {
                    position: absolute;
                    top: -9999px;
                    left: -9999px;
                }

            .responsive-table tr {
                border: 1px solid #ccc;
            }

            .responsive-table td {
                border: none;
                border-bottom: none !important;
                position: relative;
                padding-right: 50%;
            }

                .responsive-table td:before {
                    position: absolute;
                    top: 6px;
                    right: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                    content: attr(data-column);
                    color: #000;
                    font-weight: bold;
                    text-align: right;
                }

            .responsive-table .data {
                padding-right: 0px !important;
            }

    .btn-cart.silver {
        margin: 2px 0px !important;
    }
}

.modal-body .success {
    text-align: center;
    padding: 20px 0px;
}

.success .fas {
    background-color: #007489;
    color: white;
    font-size: 42px;
    padding: 20px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
}

.custom-made {
    background-color: #007488;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    color: white;
}

    .custom-made span {
        margin-left: 5px;
    }

    .custom-made a {
        color: orange;
    }

.text-bold {
font-weight:bold;
}


.showImage-zoom {
    position: relative;
    text-align: center;
}
.showImage-zoom >p {
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 24px !important;
    font-weight: 500;
    font-style: normal;
    width: 100%;
}
    .showImage-zoom >p:hover {
    color: #f30000;
    } 

    .faq-box{
       margin-bottom:25px;
    }
    .faq-title{
font-size: 22px;
    display: block;
    margin: 15px;
    font-weight: bold;
    color: #007488;

    }
      .card-question {
    border-radius: 7px;
    border-color: #e1e7ec;
}
.card-header {
    border-bottom-color: #e1e7ec;
}
 .card-header h1, .card-header .h1, .card-header h2, .card-header .h2, .card-header h3, .card-header .h3,
    .card-header h4, .card-header .h4, .card-header h5, .card-header .h5, .card-header h6, .card-header .h6 {
        margin-bottom: 0;
    }
    .card-header:first-child {
        border-radius: 7px 7px 0 0;
    }
    .card-header {
    background-color: #eaebeb;
}
.accordion .card-question {
    margin-bottom: 8px;
}
.accordion [data-toggle='collapse'] {
    display: block;
    position: relative;
    color: #0d025b;
    text-decoration: none;
        font-size: 16px;
}
    .accordion [data-toggle='collapse']::after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 0;
        margin-top: -2px;
        transition: -webkit-transform .25s;
        transition: transform .25s;
        border-right: 5px solid transparent;
        border-bottom: 5px dashed;
        border-left: 5px solid transparent;
        content: '';
    }
    .accordion [data-toggle='collapse'].collapsed::after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .accordion [data-toggle='collapse'] > i {
        margin-top: -4px;
        margin-right: 7px;
    }
.accordion [data-toggle='collapse'] > i.socicon-paypal {
            display: inline-block;
            margin-top: 1px;
            font-size: .8em;
            vertical-align: middle;
        }
        .accordion [data-toggle='collapse'] > i.icon-medal {
            width: 16px;
            height: 16px;
            background-size: 16px;
        }
        accordion a.text-left {
    padding-left: 15px;
    font-size: 11px;
}
        .color-accordion:after {
    right: 0px;
}

       .home-description{
        border: 1px solid #c5c5c5;
    padding: 15px;
       }

       .ColorNotExist{
           color: #005c6f;
    font-size: 15px;
    font-weight: 400;
       }