html, body {
    font-family: 'Poppins', sans-serif;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

a, a:hover {
    text-decoration: none;
}

.rotate {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

.form-control {
    border-radius: 0;
    font-size: 14px;
}

.wrapper {
    flex: 1
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.top-bar .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-lang-list a {
    margin-left: 10px;
    font-size: 12px;
    line-height: 14px;
    display: inline-flex;
    color: #000;
    justify-content: center;
    align-items: center;
}

.header-lang-list a:hover {
    text-decoration: none;
    color: #333;
}

.header-lang-list .topbar-flag {
    display: inline-block;
}

.header-lang-list .topbar-flag img {
    height: 35px;
    display: block;
}

.menu-main-container {
    background: #000000b3;
}

.menu-main-container {
    background: #000;
}

.menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-container .logo {

}

.menu-container .logo a {
    display: block;
    margin: 10px 0;
}

.menu-container .logo a img {
    max-height: 60px;
}

.menu-container .menu {

}

.menu-container .menu ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.menu-container .menu ul li {
    display: inline-block;
}

.menu-container .menu ul li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    margin-left: 15px;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 0px;
    position: relative;
}

.menu-container .menu ul li a.active,
.menu-container .menu ul li a:hover {
    color: #fff;
}

.menu-container .menu ul li a.active:after,
.menu-container .menu ul li a:hover:after {
    content: "";
    width: 100%;
}

.menu-container .menu ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background: #60c6ca;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-container .menu ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffffab;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-container .form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-container input {
    min-width: 19rem;
    margin: 0;
    padding: 5px 10px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #60c6ca;
    display: inline-block;
    color: #fff;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-container input:focus,
.menu-container input:hover {
    background: #fff;
}

.menu-container input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.menu-container input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.menu-container input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.menu-container input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.menu-container input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.menu-container input::placeholder {
    color: #fff;
    opacity: 1;
}

.menu-container button {
    border: none;
    background: transparent;
}

.menu-container button img {
    height: 30px;
}

.header-contact-container {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    overflow: hidden;
    padding: 0px;
}

.header-contact {
    display: inline-flex;
    padding: 8px;
    background: #000000b3;
    position: relative;
}

.header-contact:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 45px 0;
    border-color: transparent #000000b3 transparent transparent;
    line-height: 0px;
    _border-color: #000000 #007bff #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    left: -30px;
}

.header-contact .item {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.header-contact .item:last-child {
    margin-left: 25px;
}

.header-contact .item img {
    height: 25px;
    margin-right: 5px;
}

.div-responsive {
    display: block;
    width: 100%;
}

#main-slider .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about-us-image {
    display: block;
    width: 100%;
}

#main-slider .carousel-caption {
    bottom: 0;
    top: 0;
    left: auto;
    display: flex !important;
    align-items: center;
}

#main-slider .carousel-caption .center-content {
    max-width: 40rem;
    display: block;
    background: #000000;
    border: 2px solid #60c6ca;
    padding: 20px;
    text-align: left;
}

#main-slider .carousel-caption .center-content .title {
    font-size: 25px;
    margin-bottom: 20px;
    color: #60c6ca;
}

#main-slider .carousel-caption .center-content .content {
    font-size: 18px;
}

#main-slider .carousel-control-prev img,
#main-slider .carousel-control-next img {
    width: 100%;
}

#main-slider .carousel-control-next, #main-slider .carousel-control-prev {
    width: 20px;
}

#main-slider .carousel-control-next {
    right: 15px;
}

#main-slider .carousel-control-prev {
    left: 15px;
}

.home-groups {
    background: url("../images/groups-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

.home-groups:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    z-index: 2;
}

.home-groups .group-item {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
    position: relative;
    z-index: 3;
    background: center center no-repeat;
    background-size: contain;
}

.home-groups .group-item a {
    color: #fff;
}

.home-groups .group-item .reco_top {
    padding: 100px;
    overflow: hidden;
}

.home-about {
    background-color: #ebebeb;
}

.home-about .about-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-about .about-image img {
    max-width: 80%;
    display: inline-block;
}

.home-about .about-text {
    background: #60c6ca;
    color: #fff;
}

.home-about .about-text .content {
    padding: 50px;
}

.home-about .about-text .name {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.home-about .about-text .name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    max-width: 25px;
    height: 1px;
    background: #000;
}

.home-about .about-text .text {
    margin-bottom: 20px;
}

.home-about .download-btn {
    margin: 80px auto 0 auto;
    display: inline-block;
    background: #000;
    padding: 10px 15px 10px 10px;
    color: #fff;
    position: relative;
}

.home-about .download-btn span {
    position: relative;
    z-index: 3;
}

.home-about .download-btn:after {
    content: "";
    background: url("../images/pdf-download-icon.png") bottom center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 100%;
    margin-left: 1px;
    height: 200%;
    width: 60px;
}

.home-about .download-btn:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    width: 25px;
    background: black;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.home-steps {
    background: url("../images/step-bg.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.home-steps:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffba;
}

.home-steps .step {
    padding-bottom: 50px;
    overflow: hidden;
}

.home-steps .step:last-child {
    padding-bottom: 0px;
}

.home-steps .step .step-image {

    display: flex;

    justify-content: center;

    align-items: center;
}

.home-steps .step .step-image .img {

    border-radius: 50%;

    overflow: hidden;

    border: 5px solid #60c6ca;

    width: 90%;
}

.home-steps .step .step-image .img img {

    width: 100%;
}

.home-steps .step .step-text {
    position: relative;
    display: flex;
    align-items: center;
}

.home-steps .step .step-text::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 1px;
    background: #000;
    height: 200%;
}

.home-steps .step:first-child .step-text::before {
    top: 50%;
}

.home-steps .step:first-child .step-text .line {
    left: -4px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    display: flex;
    color: #fff;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.home-steps .step:first-child .step-text .line::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.home-steps .step:last-child .step-text::before {
    content: "";
    height: 50%;
}

.home-steps .step .step-text p:last-child {
    margin-bottom: 0px;
}

.home-steps .step:last-child .step-text .line {
    left: -4px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    display: flex;
    color: #fff;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.home-steps .step:last-child .step-text .line::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.home-steps .step .step-text .text {

    font-size: 14px;

    margin-left: 15px;
}

.home-steps .step .step-text .line {
    position: absolute;
    top: 50%;
    left: -5px;
    width: 10px;
    height: 1px;
    background: #000;
}

footer {
    background: url("../images/footer-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 20px;
}

footer .left {

}

footer .right {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

footer::before {
    content: "";
    height: 4px;
    width: 100%;
    background: #60c6ca;
    position: absolute;
    top: -4px;
    left: 0;
}

footer .footer-logo {
    max-height: 60px;
    margin-bottom: 15px;
}

footer .contact-item {
    color: #fff;
    margin-bottom: 10px;
}

footer .contact-item i {
    font-size: 20px;
    margin-right: 5px;
}

footer .footer-menu {
    list-style: none;
}

footer .footer-menu li {
    display: inline-block;
}

footer .footer-menu li a {
    display: block;
    margin-left: 15px;
    color: #fff;
    text-decoration: none;
}

footer .footer-social {
    margin-top: 30px;
}

footer .footer-social a {
    margin: 10px;
}

footer .footer-social a img {
    height: 50px;
}

footer .bottom-bar {
    background: #60c6ca;
    padding: 5px 0;
    font-size: 14px;
    margin-top: 10px;
}

footer .bottom-bar .copyright {

}

footer .bottom-bar .creator {
    text-align: right;
}

footer .bottom-bar .creator a {
    color: #000;
}

.block-title {

    display: inline-block;

    margin-bottom: 50px;

    font-size: 30px;

    position: relative;

    font-weight: 500;
}

.block-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    max-width: 25px;
    height: 1px;
    background: #000;
}

.page-banner {
    background-size: cover;
    background: center center no-repeat;
    background-color: white;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    color: #fff;
    flex-direction: column;
}

.page-banner nav .breadcrumb {
    background-color: transparent;
}

.page-banner nav .breadcrumb .breadcrumb-item {
    font-size: 12px;
}

.page-banner nav .breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.page-banner nav .breadcrumb .breadcrumb-item:hover a,
.page-banner nav .breadcrumb .breadcrumb-item.active {
    color: #ffffff;
}

.page-banner .breadcrumb-item + .breadcrumb-item {
    padding-left: 5px;
}

.page-banner .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 5px;
}

.page {
    padding: 20px;
}

.page-content {
    padding: 20px;
    background: #000;
    color: #fff;
}

.catalog-item a {
    color: #fff;
}

.catalog-item .card {
    border-radius: 0px;
    border-color: #60c6ca;
    background: black;
}

.catalog-item .card-title {
    font-size: 16px;
}

.catalog-item .card-body {
    padding: 10px;
}

.theme-btn {
    position: relative;
    display: inline-block;
    border: 1px solid #6A6400;
    background-color: #60c6ca;
    color: #000000;
    line-height: 22px;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.theme-btn:hover {
    background-color: #d4c800;
    color: #000;
}

.theme-btn .fa {
    position: relative;
    font-size: 16px;
    padding-right: 15px;
}

.cat-item {
    margin-bottom: 10px;
}

.cat-item .card-body {
    border-radius: 0px;
    padding: 0;
    text-align: left;
}

.cat-item .card-body td {
    padding: 0px;
}

.cat-item .card-body td a {
    padding: 5px 15px;
    font-size: 14px;
    display: block;
    color: #000;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.cat-item .card-body td a:hover {
    background-color: #60c6ca;
    color: #fff;
}

.cat-item .card-body td a i {
    margin-right: 10px;
}

.product-item {
    border: 1px solid #60c6ca;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.product-item .product-name {
    background: #60c6ca;
    color: #fff;
    padding: 4px;
    font-size: 18px;
    font-weight: 500;
}

.product-item .product-name a {
    color: #000;
}

.product-item .product-image {
    display: block;
}

.product-item .product-image img {
    max-width: 100%;
}

.product-item .product-title {
    display: block;
    margin: -40px auto 0px auto;
    /* font-size: 20px !important; */
    /* font-weight: 400 !important; */
    /* line-height: 24px; */
}

.product-item .product-title a {
    font-size: 20px;
    padding: 10px 20px;
    background-color: #417a7b;
    color: white;
    display: block;
    text-decoration: none;
    margin-top: -5px;
}

.product-item .product-description {
    padding: 4px;
    font-size: 14px;
    border-bottom: 1px solid #60c6ca;
}

.product-item .product-description p {
    margin: 0;
}

.product-item .product-attributes {
    display: flex;
    width: 100%;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: row;
}

.product-item .product-attributes .attribute {
    border-left: 2px solid #fafafa;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    flex-shrink: 1;
}

.product-item .product-attributes .attribute:first-child {
    border-left: 0px;
}

.product-item .product-attributes .attribute table {
    border: 0px;
    margin: 0px;
}

.product-item .product-attributes .attribute table thead {
    border-bottom: 1px solid #efefef;
}

.product-item .product-attributes .attribute table td {
    padding: 2px;
    font-size: 14px;
    min-height: 30px;
    border: 0px;
    vertical-align: middle;
}

.product-item .product-attributes .attribute table td strong {
    font-weight: 500;
}

.product-item .product-attributes .attribute table tr td.border-item {
    border-left: 1px solid #efefef;
}

.product-item .product-attributes .attribute table td p {
    margin-bottom: 0px;
}

.product-item .product-attributes .attribute table td img {
    max-width: 100px;
}

.pagination {
    border-radius: 0px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #60c6ca;
    border-color: #60c6ca;
}

.page-item:first-child .page-link {
    z-index: 1;
    color: #fff;
    background-color: #60c6ca;
    border-color: #60c6ca;
}

.page-link {
    position: relative;
    display: block;
    padding: .2rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #60c6ca;
    background-color: #fff;
    border: 1px solid #60c6ca;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #60c6ca;
    border-color: #60c6ca;
}

.product-description strong, .product-description b {
    font-weight: 500;
}

.quality-item {
    margin-bottom: 15px;
}

.quality-item a {
    display: block;
    border: 2px solid #000;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.quality-item a:hover {
    border-color: #60c6ca;
}

.quality-item a img {
    max-width: 100%;
}

.product-text-left {
    text-align: left;
    padding-left: 20px !important;
}

.contact-page .company-info {

    border-radius: 0;
}

.contact-page .company-info .card-header {
    background: #60c6ca;
    padding: 8px 1.25rem;
    border-radius: 0;
}

.contact-page .company-info a {
    color: #000;
}

.contact-page .company-info ul {
    padding-left: 0px;
    list-style: none;
}

.contact-page .company-info li {
    font-size: 14px;
    margin-bottom: 8px;
}

.contact-page .company-info li i {
    margin-right: 10px;
}

.contact-page .contact-form {

    border-radius: 0;
}

.contact-page .contact-form .card-header {
    background: #60c6ca;
    padding: 8px 1.25rem;
    border-radius: 0;
}

.contact-page .contact-form a {

}

.contact-us-map {
    margin-top: 25px;
    border-top: 2px solid #000;
}

.btn-contact {
    border: 2px solid #000;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn-contact:hover {
    background: #fafafa;
    color: #60c6ca;
}

.reco_top {
    position: relative;
}

.cycle_box {
    background-image: url(../images/cycle-dark.png);
}

.cycle_box {
    background: url(../images/cycle.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    margin-left: -40%;
    margin-top: -40%;
}

.reco_img {
    text-align: -webkit-center;
    position: relative;
    padding-bottom: 100%;
}

.reco_img img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    position: absolute;
    /* top: 50%; */
    /* margin-top: -40%; */
    /* left: 50%; */
    /* margin-left: -40%; */
}

.mobile .menu-container .form {
    width: 100%;
}

.mobile .menu-container .form {
    display: none;
}

.mobile-menu-icon,
.menu .menu-header {
    display: none;
}

.mobile header {
    position: relative;
}

.mobile .header-lang-list {
    display: none;
}

.mobile .top-bar .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile .top-bar .left,
.mobile .top-bar .right {
    width: auto;
    padding: 0;
}

.mobile .mobile-menu-icon {
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.mobile .menu-container {
    flex-direction: column;
    position: relative;
    padding: 0;
    padding-bottom: 10px;
}

.mobile .menu-container {
    padding-bottom: 0px;
}

.mobile .menu-container .logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.mobile .menu-container .logo {
    margin-bottom: 0px;
}

.mobile .menu-container .logo a {
}

.mobile .menu-container .logo a img {
    max-height: 60px;
}

.mobile .top-bar {
    display: none;
}

.mobile-topbar {
    display: none;
}

.mobile .mobile-topbar {
    display: block;
    background: #000000e0;
    padding: 5px 0;
}

.mobile-topbar .flag-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-topbar .flag-list a {
    margin: 5px;
}

.mobile-topbar .flag-list a img {
    height: 24px;
}

.mobile-topbar .social-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-topbar .social-list a {
    margin: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #828282;
}

.mobile-topbar .social-list a img {
    height: 24px;
}

.mobile .menu-container .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 99;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mobile .menu-container .menu.open {
    right: 0;
}

.mobile .menu-container .menu ul li {
    display: block;
}

.mobile .menu-container .menu ul li a {
    margin-left: 15px;
    margin-right: 15px;
}

.mobile .header-contact-container {
    justify-content: space-between;
    width: 100%;
}

.mobile .header-contact-container {
    display: none;
}

.mobile .header-contact {
    width: 100%;
    justify-content: center;
    align-items: center;
    border-top: 1px solid;
}

.mobile .header-contact:before {

}

.mobile .page-banner {
    padding-top: 25px;
}

.mobile .page-banner .page-title {
    font-size: 1rem;
}

.mobile .product-item .product-attributes .attribute table td {
    min-width: 100px;
}

.mobile .mobile-m-0 {
    margin: 0;
}

.mobile .mobile-p-0 {
    padding: 0;
}

.mobile .menu .menu-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 10px;
    align-items: center;
}

.mobile .menu .menu-header a {

}

.mobile .menu .menu-header a img {
    max-height: 60px;
    margin-top: 10px;
}

.mobile .menu .menu-header .close-menu-icon {
    background: #60c6ca;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.mobile #main-slider .carousel-item {
    height: auto;
}

.mobile #main-slider .carousel-caption {
    width: 100%;
    justify-content: center;
    left: 0;
}

.mobile #main-slider .carousel-caption .center-content {
    max-width: 20rem;
    background: #000000db;
}

.mobile #main-slider .carousel-caption .center-content .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.mobile #main-slider .carousel-caption .center-content .content {
    font-size: 14px;
}

.mobile .carousel-control-next, .mobile .carousel-control-prev {
    z-index: 11;
}

.mobile .home-about .about-text .content {
    padding: 25px 5px;
}

.mobile .home-about .about-text .name {

}

.mobile .home-about > .container-fluid,
.mobile .home-about > .container-fluid > .container-fluid,
.mobile .home-steps .container-fluid,
.mobile footer > .container-fluid,
.mobile footer > .container-fluid > .container-fluid {
    padding: 0;
}

.mobile .home-steps {
    padding-left: 0;
    padding-right: 0;
}

.mobile .home-steps .step .step-text .text {
    margin-left: 0;
}

.mobile .home-about .download-btn {
    margin: 20px auto 0 -30px;
}

.mobile .home-steps .step .step-image .img {
    width: 40%;
    margin-bottom: 15px;
}

.mobile .home-steps .step .step-text::before,
.mobile .home-steps .step .step-text .line {
    display: none;
}

.mobile footer .footer-menu {
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.mobile footer .footer-menu li {
    display: flex;
    float: none;
    width: 50%;
    justify-content: center;
}

.mobile footer .footer-menu li a {

}

.mobile footer .footer-social {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.mobile footer .bottom-bar .copyright {
    text-align: center;
}

.mobile footer .bottom-bar .creator {
    text-align: center;
}

.mobile .page {
    padding: 15px 0;
}

.mobile .quality-item {
    width: 50%;
}

.mobile .div-responsive {
    display: flex;
    width: 100%;
    overflow: auto;
}

.mobile .product-item {
    border: 1px solid #60c6ca;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: wrap;
}

.mobile .product-item .product-name {
    background: #60c6ca;
    color: #fff;
    padding: 4px;
    font-size: 14px;
    font-weight: 500;
}

.mobile .product-item .product-description {
    padding: 4px;
    font-size: 14px;
    border-bottom: 1px solid #60c6ca;
}

.mobile .product-item .product-attributes {
    display: flex;
    width: 100%;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: row;
}

.mobile .page.products {
    padding: 0 0 15px 0;
}

.mobile .contact-page .company-info {
    margin-top: 15px;
}

.bg-black {
    background-color: #000 !important;
}