/* CSS For Terabyte net solution
*  Author : Janejane Suwa https://www.ajenajen.com
*  Company : 61sec.com 
*  Base on Bootstrap v5.1
*/

@import "./fontawesome.css";
@import "./animate.css";
html {
    overflow-x: hidden;
}


/**************** Text ****************/

.red {
    color: red;
}

.primary {
    color: #32C433;
}

.primaryDark {
    color: #018110;
}

.secondary {
    color: #F58635;
}

.tertiary {
    color: #FFCC2A;
}

.textPrimary {
    color: #666666 !important;
}

.textPrimaryDark {
    color: #333333 !important;
}

.text-xl {
    font-size: 1.75em;
}

.text-lg {
    font-size: 1.5em;
}

.text-md {
    font-size: 1.25em;
}

.text-sm {
    font-size: 0.875em;
}

.text-xs {
    font-size: 0.75em;
}

@media (min-width: 992px) {
    .text-lg-xl {
        font-size: 1.75em;
    }
    .text-lg-lg {
        font-size: 1.5em;
    }
    .text-lg-md {
        font-size: 1.25em;
    }
    .text-lg-sm {
        font-size: 0.875em;
    }
    .text-lg-xs {
        font-size: 0.75em;
    }
}


/**************** Button ****************/

.btn {
    padding: 5px 10px;
    border-radius: 30px;
    background: #32C433;
    color: #fff;
    border: 0;
    font-size: 14px;
    transition: all 0.5s;
}

@media (min-width: 992px) {
    .btn {
        padding: 0.5rem 1rem;
        font-size: 16px;
    }
}

.btn.no-round {
    border-radius: 5px;
}

.btn:hover {
    color: #fff;
    background: #018110;
}

.btn.btn-secondary {
    background: #F58635;
}

.btn.btn-secondary:hover {
    background: #FFCC2A;
}

.btn.btn-gray {
    background: #666666;
}

.btn.btn-gray:hover {
    color: #fff;
    background: #018110;
}

.btn-outline {
    border-radius: 0;
    background: transparent;
    background: linear-gradient(to right, #afafaf, #68BD80);
    padding: 2px;
    color: #666666;
}

.btn-outline .btn-inner {
    background: #fff;
    color: #666666;
    padding: 5px 10px;
}

.btn-outline:hover {
    color: #fff;
    background: linear-gradient(to right, #68BD80, #68BD80);
}

.btn-outline:hover .btn-inner {
    color: #666666;
}

.btn-text {
    font-size: 0.8em;
    color: #ddd;
    padding: 2px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    background: #777;
}

.btn-text:hover,
.btn-text:focus {
    color: #ddd;
}

.btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    background: #FFCC2A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.5s;
}

.btn-icon img {
    height: 22px;
}

.btn-icon:hover {
    color: #fff;
    background: #F58635;
}

.list-of-btn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.list-of-btn a {
    margin: 8px 5px;
    flex: 0 0 calc(25% - 10px);
    display: block;
    transition: all 0.5s;
    border-radius: 30px;
}

.list-of-btn a img {
    width: 100%;
}

.list-of-btn a:hover {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}


/**************** Nav ****************/

.navbar-toggler {
    z-index: 5;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.navbar-toggler .navbar-toggler-icon {
    position: absolute;
    top: 50%;
    left: 5px;
    width: calc(100% - 10px);
    height: 3px;
    border-radius: 3px;
    background: #32C433;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #32C433;
}

.navbar-toggler .navbar-toggler-icon::after {
    top: auto;
    bottom: 9px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 40px;
    height: 40px;
}

.navbar-toggler-close .navbar-toggler-icon {
    position: relative;
    width: 100%;
    height: 100%;
}

.navbar-toggler-close .navbar-toggler-icon:before,
.navbar-toggler-close .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: calc(100% - 10px);
    height: 3px;
    border-radius: 3px;
    background: #F58635;
    transform: rotate(45deg);
}

.navbar-toggler-close .navbar-toggler-icon:after {
    transform: rotate(-45deg);
}

.nav-top-mobile {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 10px;
}

.nav-top-mobile .btn-icon {
    width: 34px;
    height: 34px;
}

.nav-top-mobile .btn-icon img {
    height: 16px;
}

.nav-top-mobile .btn {
    padding: 5px 10px;
    min-width: unset;
}

@media (min-width: 992px) {
    .nav-top-mobile,
    .navbar-toggler-close {
        display: none;
    }
}

.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 200px;
    width: 30%;
    display: block;
}

.navbar-brand img {
    width: auto;
    max-height: 40px;
}

@media (min-width: 992px) {
    .navbar-brand {
        width: 15%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-brand img {
        width: 100%;
        max-height: unset;
    }
}

.navbar-collapse {
    position: absolute;
    top: 0;
    left: -540px;
    width: 300px;
    height: 100vh;
    padding: 15px 20px;
    background: #fff;
    opacity: 0.8;
    transition: all 0.75s ease-in-out;
    z-index: 10;
}

.navbar-collapse .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    width: 35%;
}

@media (min-width: 992px) {
    .navbar-collapse {
        position: relative;
        padding: 0;
        left: 0;
        opacity: 1;
        width: 100%;
        height: auto;
    }
    .navbar-collapse .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.navbar {
    padding: 0;
    background: #fff;
}

.navbar .container {
    padding: 0;
    display: block;
}

.navbar .btn {
    min-width: 70px;
}

@media (min-width: 360px) {
    .navbar .btn {
        min-width: 100px;
    }
}

.navbar .nav-item .nav-link {
    font-size: 14px;
    position: relative;
    font-family: "promptlight";
    color: #666666;
    padding-left: 0;
    padding-right: 20px;
}

.navbar .nav-item .nav-link span {
    margin-right: 8px;
}

.navbar .nav-item .nav-link span img {
    margin-top: -5px;
    width: auto;
    height: 14px;
}

.navbar .nav-item .nav-link::before {
    position: absolute;
    bottom: -3px;
    left: calc(50% - 15px);
    content: "";
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #FFCC2A;
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

.navbar .nav-item .nav-link.active {
    color: #018110;
}

.navbar .nav-item .nav-link.active span img {
    filter: invert(31%) sepia(83%) saturate(1046%) hue-rotate(92deg) brightness(92%) contrast(100%);
}

.navbar .navbar-right {
    display: none;
}

.navbar .navbar-nav {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .navbar {
        padding: 0 10px;
    }
    .navbar .navbar-nav {
        margin-top: 0;
    }
    .navbar .nav-item .nav-link {
        font-family: "promptregular";
    }
    .navbar .nav-item .nav-link span {
        display: none;
    }
    .navbar .nav-item .nav-link:hover,
    .navbar .nav-item .nav-link.active {
        color: #018110;
        font-family: "promptsemibold";
    }
    .navbar .nav-item .nav-link:hover::before,
    .navbar .nav-item .nav-link.active::before {
        display: block;
        opacity: 1;
    }
    .navbar .navbar-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .navbar .nav-item .nav-link {
        font-size: 16px;
        padding-right: 30px;
    }
}

@media (min-width: 1400px) {
    .navbar {
        padding: 0;
    }
}

.offcanvas-collapse:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
    z-index: -1;
    opacity: 0;
    transition: all 0.35s linear;
}

.offcanvas-collapse.open:before {
    z-index: 2;
    left: 0;
    opacity: 1;
}

.offcanvas-collapse.open .navbar-collapse {
    left: 0;
    opacity: 1;
}

.offcanvas-collapse.open .nav-top-mobile {
    z-index: -2;
}

.navbar .dropdown .user-button {
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin-top: -2px;
    margin-left: 10px;
}

.navbar .dropdown .user-button:after {
    display: none;
}

.navbar .dropdown .user-button:focus {
    outline: none;
    border: 0;
}

.navbar .dropdown .user-button img {
    width: 45px;
}

@media (min-width: 992px) {
    .navbar .dropdown .user-button {
        margin-top: -10px;
        margin-left: 15px;
    }
    .navbar .dropdown .user-button img {
        width: 60px;
    }
}

.navbar .dropdown-menu {
    margin-top: 3px;
    right: 0;
    left: auto;
    border: 0;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    min-width: 220px;
    color: #666666;
    font-family: "Quicksand", "promptlight";
    font-weight: 500;
    padding: 10px 15px;
    border-top: 1px solid #eee;
}

.navbar .dropdown-menu .dropdown-item:first-child {
    border-top: 0;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #018110;
}

.navbar .dropdown-menu .dropdown-item img {
    width: 40px;
    margin-right: 10px;
}

.navbar .dropdown-menu .dropdown-item i {
    margin-right: 10px;
}

.navbar .dropdown-menu .dropdown-item h5 {
    font-size: 1.125em;
    margin: 0;
}

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        margin-top: 15px;
    }
}


/**************** Footer ****************/

.footer {
    position: relative;
    padding: 30px 0;
    background: #01B14F;
    color: #fff;
}

.footer a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Quicksand", "promptextralight";
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.footer a:hover {
    color: #F58635;
}

.footer a.underline {
    text-decoration: underline;
}

.footer .title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer ul li {
    margin-right: 15px;
}

.footer ul li:last-child {
    margin-right: 0;
}

.footer ul.d-flex li {
    position: relative;
    padding-right: 20px;
    margin-right: 0;
}

.footer ul.d-flex li:after {
    position: absolute;
    top: 2px;
    right: 10px;
    content: "";
    width: 1px;
    height: calc(100% - 2px);
    background: #fff;
}

.footer ul.d-flex li:last-child:after {
    display: none;
}

.footer .form-group {
    max-width: 400px;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
}

.footer .form-group button {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 10px;
    background: #D9D9D9;
    color: #666666;
    border-radius: 0 30px 30px 0;
}

.footer .form-input {
    border: 0;
    padding: 8px 40px 8px 15px;
    border-radius: 30px;
    background: #D9D9D9;
    color: #666666;
    width: 100%;
}

.footer .form-input:focus {
    outline: none;
    border: 0;
}

@media (min-width: 992px) {
    .footer {
        padding: 40px 0;
    }
    .footer .title {
        text-align: left;
    }
    .footer ul {
        display: block;
        justify-content: flex-start;
    }
    .footer ul li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.go-to-top {
    position: absolute;
    top: -50px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #666666;
    color: #fff;
    font-size: 16px !important;
}

.go-to-top:hover {
    background: #F58635;
    color: #fff !important;
    top: -55px;
}


/**************** Card ****************/

.bootstrap-select {
    text-transform: uppercase;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    box-shadow: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .btn {
    border-radius: 0;
    background: none;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}

.bootstrap-select .btn:focus {
    outline: none;
}

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.bootstrap-select .dropdown-menu .dropdown-item {
    border: 0;
}

.bootstrap-select .dropdown-menu .dropdown-item:hover,
.bootstrap-select .dropdown-menu .dropdown-item.active {
    background: #32C433;
    color: #fff;
}

.bootstrap-select.show .btn {
    background: none;
    color: #fff;
}

.form-check-input {
    cursor: pointer;
    border-color: #d9d9d9;
    background-color: #d9d9d9;
}

.form-check-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #018110;
}

.form-check-input:checked {
    background-color: #018110;
}


/**************** Page ****************/

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}

.page-wrapper {
    min-height: 100vh;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    padding-top: 50px;
}

@media (min-width: 1200px) {
    .page-wrapper {
        padding-top: 100.75px;
    }
}

.page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Quicksand", "promptlight";
    font-weight: 700;
    color: #018110;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 30px;
}

.page-title.sm {
    font-size: 18px;
}

.page-title img {
    margin: 5px 10px;
    height: 20px;
}

@media (min-width: 360px) {
    .page-title {
        font-size: 24px;
    }
    .page-title.sm {
        font-size: 20px;
    }
    .page-title img {
        height: 24px;
    }
}

@media (min-width: 576px) {
    .page-title {
        font-size: 30px;
    }
    .page-title.sm {
        font-size: 24px;
    }
    .page-title img {
        height: 28px;
    }
}

@media (min-width: 768px) {
    .page-title {
        font-size: 40px;
        margin-bottom: 45px;
    }
    .page-title.sm {
        font-size: 32px;
    }
    .page-title img {
        height: 34px;
    }
}

@media (min-width: 992px) {
    .page-title {
        font-size: 48px;
    }
    .page-title.sm {
        font-size: 36px;
    }
    .page-title img {
        height: 40px;
    }
}

.section-title {
    color: #333333;
    font-size: 20px;
    line-height: 1.2;
    font-family: "Quicksand", "promptbold";
    font-weight: 700;
}

.section-title span {
    font-family: "Quicksand", "promptregular";
    font-weight: 500;
    color: #666666;
    font-size: 0.675em;
}

@media (min-width: 992px) {
    .section-title {
        font-size: 24px;
    }
}

.bg-white {
    background-color: #fff;
}

.banner-with-floating-text {
    position: relative;
    padding: 0;
}

.banner-with-floating-text .bg {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-with-floating-text .bg img {
    margin: 0 auto;
    width: auto;
    max-width: unset;
    height: 250px;
}

@media (min-width: 992px) {
    .banner-with-floating-text {
        margin-bottom: -160px;
    }
    .banner-with-floating-text .bg img {
        height: auto;
        min-width: 100%;
    }
}

.banner-with-floating-text .floating-text {
    position: absolute;
    top: calc(50% - 0px);
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    font-family: "Quicksand", "promptlight";
    font-weight: 400;
    font-size: 16px;
    padding: 5px;
}

@media (min-width: 992px) {
    .banner-with-floating-text .floating-text {
        font-size: 24px;
        top: calc(50% - 40px);
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 30px;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-item {
    color: #32C433;
    font-size: 0.875rem;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb-item a {
    color: #32C433;
}

.breadcrumb-item.active {
    color: #32C433;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    color: #32C433;
    content: "/";
    padding-right: 5px;
    padding-left: 5px;
}

.slick-slider .slick-dots {
    bottom: 25px;
}

.slick-slider .slick-dots li {
    margin: 5px 3px;
    padding: 0;
    width: 10px;
    height: 10px;
}

.slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 12px;
    background: #fff;
    transition: all 0.5s;
}

.slick-slider .slick-dots li button:before {
    display: none;
}

.slick-slider .slick-dots li:hover button,
.slick-slider .slick-dots li.slick-active button {
    background: #32C433;
    opacity: 1;
}

@media (min-width: 992px) {
    .slick-slider.category-menu .slick-arrow.slick-prev {
        left: -35px;
    }
    .slick-slider.category-menu .slick-arrow.slick-next {
        right: -35px;
    }
}

.product-list {
    margin: 30px -7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

@media (min-width: 992px) {
    .product-list {
        font-size: 16px;
    }
}

.product-list .product-item {
    animation: item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
    padding: 8px;
    flex: 0 0 50%;
    display: block;
}

.product-list .product-item a {
    display: block;
}

.product-list .product-item .thumbnail {
    position: relative;
}

.product-list .product-item .thumbnail .favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #666666;
    transition: all 0.3s;
}

.product-list .product-item .thumbnail .favorite.active,
.product-list .product-item .thumbnail .favorite:hover {
    color: #F58635;
}

.product-list .product-item .thumbnail img {
    display: block;
    width: 100%;
}

.product-list .product-item .thumbnail:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}

.product-list .product-item .caption .top {
    padding: 5px 0;
    color: #AAAAAA;
    font-size: 0.75em;
}

.product-list .product-item .caption .top i {
    margin-right: 5px;
}

.product-list .product-item .caption h3 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    height: 39px;
    overflow: hidden;
}

.product-list .product-item .caption p {
    font-family: "Quicksand", "promptextralight";
    font-size: 12px;
    color: #AAAAAA;
    margin: 0;
    height: 37px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .product-list {
        margin: 30px -15px;
    }
    .product-list .product-item {
        padding: 15px;
        flex: 0 0 33.33%;
    }
}

@media (min-width: 1024px) {
    .product-list .product-item {
        flex: 0 0 25%;
    }
}

@media (min-width: 1300px) {
    .product-list .product-item {
        flex: 0 0 20%;
    }
}

.knowledge-list {
    margin: 15px -2px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

@media (min-width: 992px) {
    .knowledge-list {
        margin: 15px -7px 15px;
        font-size: 16px;
    }
}

.knowledge-list .knowledge-item {
    animation: item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
    margin: 8px;
    flex: 0 0 calc(50% - 16px);
    display: block;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}

@media (min-width: 992px) {
    .knowledge-list .knowledge-item {
        flex: 0 0 calc(25% - 16px);
    }
}

.knowledge-list .knowledge-item .thumbnail {
    position: relative;
    overflow: hidden;
}

.knowledge-list .knowledge-item .thumbnail img {
    transition: all 0.5s;
    display: block;
    width: 100%;
}

.knowledge-list .knowledge-item .caption {
    padding: 12px;
}

.knowledge-list .knowledge-item .caption .top {
    padding: 0 0 5px;
    color: #AAAAAA;
    font-size: 0.75em;
    font-family: "Quicksand", "promptextralight";
    font-weight: 300;
}

.knowledge-list .knowledge-item .caption h3 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    height: 39px;
    overflow: hidden;
}

.knowledge-list .knowledge-item .card-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.knowledge-list .knowledge-item .tag {
    border-radius: 20px;
    padding: 2px 8px;
    background: #AFACAC;
    color: #fff;
    font-size: 0.75em;
    font-family: "Quicksand", "promptextralight";
    font-weight: 300;
}

.knowledge-list .knowledge-item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
}

.knowledge-list .knowledge-item:hover .thumbnail img {
    transform: scale(1.1);
}

.knowledge-list .knowledge-item:hover .caption h3 {
    color: #018110;
}

.news-list {
    margin: 15px -2px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}

@media (min-width: 992px) {
    .news-list {
        margin: 15px -7px 15px;
        font-size: 16px;
    }
}

.news-list .news-item {
    animation: item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
    padding: 5px;
    flex: 0 0 50%;
    display: block;
}

@media (min-width: 992px) {
    .news-list .news-item {
        padding: 5px 8px;
    }
}

.news-list .news-item a {
    display: block;
}

.news-list .news-item .thumbnail {
    position: relative;
    border-radius: 30px 30px 30px 0;
    overflow: hidden;
}

.news-list .news-item .thumbnail img {
    display: block;
    width: 100%;
}

.news-list .news-item .thumbnail:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}

.news-list .news-item .caption {
    padding: 10px 0 0;
}

.news-list .news-item .caption .bottom {
    padding: 5px 0 2px;
    color: #AAAAAA;
    font-size: 0.75em;
}

.news-list .news-item .caption h3 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    height: 39px;
    overflow: hidden;
}

.news-list .news-item .caption .btn {
    border-radius: 5px;
    display: inline-block;
    font-size: 0.875em;
    font-family: "Quicksand", "promptlight";
    font-weight: 400;
    min-width: 100px;
}

.row-masonry {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.row-masonry .grid-item {
    position: relative;
    flex: 0 0 50%;
    padding: 5px;
    color: #fff;
}

.row-masonry .grid-item span {
    padding: 9px 0px;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    position: absolute;
    bottom: 6px;
    left: 15px;
    right: 15px;
}

.row-masonry .grid-item .img-wrapper {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.row-masonry .grid-item .img-wrapper img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: all 0.5s;
}

.row-masonry .grid-item:hover {
    cursor: pointer;
}

.row-masonry .grid-item:hover .img-wrapper img {
    transform: scale(1.125);
}

.row-masonry.row-materials .grid-item {
    flex: 0 0 50%;
}

.row-masonry.row-materials .grid-item span {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    text-align: center;
}

.row-masonry.row-materials .grid-item span h5 {
    font-family: "Quicksand", "promptsemibold";
    font-weight: 600;
    font-size: 1.25em;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .row-masonry .grid-item {
        flex: 0 0 33.33%;
    }
    .row-masonry .grid-item span {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .row-masonry .grid-item span {
        padding: 10px 5px;
        font-size: 20px;
    }
    .row-masonry.row-materials .grid-item {
        flex: 0 0 25%;
    }
}

.category-menu .menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666666;
    font-family: "Quicksand", "promptextralight";
    font-size: 11px;
}

.category-menu .menu-item .thumbnail {
    position: relative;
    text-align: center;
}

.category-menu .menu-item .thumbnail img {
    display: block;
    margin: 0 auto 5px;
    width: auto;
    height: 30px;
    transition: all 0.5s;
}

.category-menu .menu-item .thumbnail img.top {
    opacity: 1;
}

.category-menu .menu-item .thumbnail img.bottom {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.category-menu .menu-item .title {
    text-align: center;
}

.category-menu .menu-item .title span {
    font-size: 0.625em;
}

.category-menu .menu-item:hover,
.category-menu .menu-item.active {
    color: #32C433;
}

.category-menu .menu-item:hover .thumbnail img.top,
.category-menu .menu-item.active .thumbnail img.top {
    opacity: 0;
}

.category-menu .menu-item:hover .thumbnail img.bottom,
.category-menu .menu-item.active .thumbnail img.bottom {
    opacity: 1;
}

@media (min-width: 992px) {
    .category-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .category-menu .menu-item {
        margin: 0 30px;
        font-size: 16px;
    }
    .category-menu .menu-item .thumbnail img {
        height: 50px;
        margin: 0 auto 15px;
    }
    .category-menu .menu-item .title span {
        font-size: 0.75em;
    }
}

.page-home {
    background-color: #F6F9FA;
}

.home-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #018110;
    font-family: "promptsemibold";
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
}

.home-title .sm {
    margin-top: 10px;
    font-family: "promptregular";
    font-weight: 400;
    font-size: 20px;
    display: block;
    text-align: center;
    flex: 0 0 100%;
}

.home-title.sm {
    font-size: 18px;
}

@media (min-width: 768px) {
    .home-title {
        font-size: 38px;
    }
    .home-title .sm {
        font-size: 28px;
    }
    .home-title.sm {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    .home-title {
        font-size: 44px;
    }
    .home-title .sm {
        font-size: 32px;
    }
    .home-title.sm {
        font-size: 30px;
    }
}

.home-main {
    position: relative;
    background: #01B14F;
}

.home-main .home-main-banner img {
    width: 100%;
}

.home-main .container {
    position: relative;
    background: #01B14F;
    color: #fff;
    margin-top: -60px;
    padding: 30px 0;
}

.home-main .banner-switch {
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    overflow: hidden;
    justify-content: center;
    max-width: 500px;
}

.home-main .banner-switch .switch-item {
    position: relative;
    cursor: pointer;
    flex: 0 0 50%;
    padding: 12px 8px;
    text-align: center;
    color: #333333;
    border-radius: 30px;
    margin-right: -15px;
    transition: all 0.5s;
}

.home-main .banner-switch .switch-item span {
    position: relative;
    z-index: 5;
    padding: 0 15px;
}

.home-main .banner-switch .switch-item span:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #FFCC2A;
    border-radius: 30px;
    z-index: 2;
    opacity: 0;
}

.home-main .banner-switch .switch-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    width: calc(100% - 15px);
    border-radius: 30px 0 0 30px;
}

.home-main .banner-switch .switch-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #333333;
    border-radius: 30px;
    transition: all 0.5s;
    z-index: 2;
}

.home-main .banner-switch .switch-item:nth-child(2) {
    margin-right: 0;
    margin-left: -15px;
}

.home-main .banner-switch .switch-item:nth-child(2):after {
    left: auto;
    right: 0;
    width: calc(100% - 15px);
    border-radius: 0 30px 30px 0;
}

.home-main .banner-switch .switch-item:nth-child(2):before {
    left: auto;
    right: 0;
}

.home-main .banner-switch .switch-item.active {
    color: #fff;
    z-index: 3;
}

.home-main .banner-switch .switch-item.active::before {
    width: 100%;
}

.home-main .banner-switch .switch-item.active span:before {
    opacity: 1;
}

.home-main .row-products,
.home-main .banner-products,
.home-main .row-materials,
.home-main .banner-materials {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    display: none;
}

@media (min-width: 992px) {
    .home-main .container {
        margin-top: -150px;
    }
}

.home-info {
    background: #fff;
}

.home-info .home-info-top {
    background: #FFCE29;
    padding: 20px 5px;
}

@media (min-width: 768px) {
    .home-info .home-info-top {
        padding: 0;
    }
}

.home-info .info-main-wrapper {
    padding: 15px 0;
    font-family: "Quicksand", "promptlight";
    font-weight: 500;
    line-height: 1.6;
    background-color: #D6EF53;
}

.home-info .info-main-wrapper .row {
    margin: 0;
    padding: 15px;
}

.home-info .info-main-wrapper h2 {
    font-size: 1.45rem;
    padding: 0 12px;
    display: inline-block;
    margin: 15px auto;
    position: relative;
    color: #018110;
    font-family: "Quicksand", "promptregular";
    font-weight: 500;
    text-align: center;
}

.home-info .info-main-wrapper h2 i {
    font-size: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}

.home-info .info-main-wrapper h2 i.fa-quote-right {
    left: auto;
    right: 0;
}

.home-info .info-main-wrapper .thumbnail {
    display: block;
    width: 90%;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .home-info .info-main-wrapper {
        font-size: 14px;
        padding: 60px 0;
        background: url(../images/home/bg-info-2.png) transparent no-repeat center center/100% auto;
    }
    .home-info .info-main-wrapper h2 {
        padding: 0 10px;
        margin: 5px auto;
    }
    .home-info .info-main-wrapper .thumbnail {
        margin-top: 3%;
        margin-left: 7%;
    }
}

@media (min-width: 992px) {
    .home-info .info-main-wrapper {
        font-size: 16px;
        padding: 80px 0;
        background: url(../images/home/bg-info-2.png) transparent no-repeat center center/100% auto;
    }
    .home-info .info-main-wrapper h2 {
        font-size: 2rem;
        padding: 0 30px;
        margin: 30px auto;
    }
}

.home-info .info-icon-list {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-left: -3px;
    margin-right: -3px;
}

.home-info .info-icon-list .info-icon-item {
    text-align: center;
    flex: 0 0 calc(20% - 6px);
    margin: 0 2px;
}

.home-info .info-icon-list .info-icon-item .thumbnail {
    margin-bottom: 15px;
    padding: 2px;
    border: 2px solid #dddddd;
    border-radius: 100%;
    transition: all 1s;
}

.home-info .info-icon-list .info-icon-item .thumbnail img {
    width: 100%;
}

.home-info .info-icon-list .info-icon-item h6 {
    color: #333333;
    font-family: "Quicksand", "promptlight";
    font-weight: 500;
    font-size: 14px;
}

.home-info .info-icon-list .info-icon-item:hover .thumbnail {
    transform: rotateY(360deg);
}

@media (min-width: 992px) {
    .home-info .info-icon-list {
        margin: 60px 0;
    }
    .home-info .info-icon-list .info-icon-item {
        padding: 0 10px;
    }
    .home-info .info-icon-list h6 {
        font-size: 16px;
    }
}

.home-material {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .home-material {
        padding: 80px 5%;
    }
}

.home-knowledge {
    padding: 40px 0;
}

.home-knowledge .slick-list {
    padding: 0 50px 0 0;
}

@media (min-width: 992px) {
    .home-knowledge {
        padding: 80px 0;
    }
    .home-knowledge .slick-list {
        padding: 0;
    }
}

.home-video {
    background: #fff;
    padding: 0;
}

.home-video .home-video-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-video .home-video-item .item-video {
    flex: 0 0 100%;
    padding: 25px 15px 0;
    position: relative;
}

.home-video .home-video-item .item-description {
    flex: 0 0 90%;
    padding: 20px 15px 30px;
    background: #fff;
    position: relative;
    text-align: center;
}

.home-video .home-video-item .item-description img {
    height: 45px;
    margin-bottom: 10px;
}

.home-video .home-video-item .embed-responsive-wrapper {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.home-video .home-video-item .embed-responsive-wrapper img {
    width: 100%;
}

.home-video .home-video-item .embed-responsive-wrapper i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4em;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.9;
}

@media (min-width: 992px) {
    .home-video {
        padding: 60px 0;
    }
    .home-video .home-video-item {
        justify-content: flex-start;
    }
    .home-video .home-video-item .item-video {
        flex: 0 0 50%;
        padding: 0;
    }
    .home-video .home-video-item .item-description {
        flex: 0 0 50%;
        margin-top: 160px;
        padding: 30px 40px 15px;
        text-align: left;
    }
    .home-video .home-video-item .item-description img {
        height: 75px;
    }
    .home-video .home-video-item .item-description p {
        padding-right: 15%;
        font-size: 1.375em;
    }
}

.home-news {
    padding: 30px 0;
}

.home-news .slick-list {
    padding: 0 50px 0 0;
}

@media (min-width: 992px) {
    .home-news {
        padding: 60px 0;
    }
    .home-news .slick-list {
        padding: 0;
    }
}

.home-main.products .row-products,
.home-main.products .banner-products {
    display: flex;
}

.home-main.products .row-materials,
.home-main.products .banner-materials {
    display: none;
}

.home-main.materials .row-materials,
.home-main.materials .banner-materials {
    display: flex;
}

.home-main.materials .row-products,
.home-main.materials .banner-products {
    display: none;
}

.page-material .herobanner.slick-slider {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .page-material .herobanner.slick-slider {
        margin-bottom: 15px;
    }
}

.page-material .banner-item {
    position: relative;
    margin-bottom: 15px;
}

.page-material .banner-item .item-bg {
    position: relative;
}

.page-material .banner-item .item-bg img {
    width: 100%;
}

.page-material .banner-item .item-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000000 100%);
}

.page-material .banner-item .item-caption h2 {
    font-size: 24px;
    line-height: 1.2;
    font-family: "Quicksand", "promptbold";
    padding-bottom: 20px;
    position: relative;
}

.page-material .banner-item .item-caption h2:after {
    position: absolute;
    content: "";
    width: 100px;
    margin-left: -50px;
    left: 50%;
    bottom: 7px;
    height: 1px;
    background: #fff;
}

.page-material .banner-item .item-caption p {
    font-size: 12px;
    font-family: "Quicksand", "promptextralight";
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .page-material .banner-item .item-caption {
        padding: 50px 15px;
    }
    .page-material .banner-item .item-caption h2 {
        font-size: 38px;
        padding-bottom: 40px;
    }
    .page-material .banner-item .item-caption h2:after {
        bottom: 17px;
    }
    .page-material .banner-item .item-caption p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.page-material .category-sidebar {
    margin: 40px 0 0;
}

.page-material .category-sidebar .sidebar-list {
    border: 2px solid #01B14F;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    font-family: "Quicksand", "promptextralight";
    font-size: 12px;
}

.page-material .category-sidebar .sidebar-list a {
    position: relative;
    display: block;
    text-align: center;
    color: #666666;
    border-radius: 30px;
    padding: 8px 4px;
    flex: 1 0 auto;
    min-width: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-material .category-sidebar .sidebar-list a.active {
    background: #01B14F;
    color: #fff;
}

@media (min-width: 992px) {
    .page-material .category-sidebar .sidebar-list {
        border: 0;
        border-radius: 0;
        display: block;
        font-size: 16px;
    }
    .page-material .category-sidebar .sidebar-list a {
        text-align: left;
        padding: 0;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .page-material .category-sidebar .sidebar-list a:before {
        position: absolute;
        content: "";
        left: 0;
        top: 8px;
        width: 9px;
        height: 9px;
        border-radius: 9px;
        background: #F58635;
        opacity: 0;
        transition: all 0.3s;
    }
    .page-material .category-sidebar .sidebar-list a:hover,
    .page-material .category-sidebar .sidebar-list a.active {
        background: transparent;
        color: #666666;
    }
    .page-material .category-sidebar .sidebar-list a:hover::before,
    .page-material .category-sidebar .sidebar-list a.active::before {
        opacity: 1;
    }
}

.page-material .category-sidebar .sidebar-title {
    background: #01B14F;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

.material-list {
    margin: 30px -7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.material-list.cols-6 .material-item {
    flex: 0 0 25%;
}

.material-list .material-item {
    animation: item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards;
    flex: 0 0 33.33%;
    display: block;
    padding: 7px;
}

.material-list .material-item img {
    border: 1px solid #eee;
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.material-list .material-item:hover img {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
}

@media (min-width: 992px) {
    .material-list {
        margin: 30px -10px;
    }
    .material-list .material-item {
        padding: 10px;
    }
    .material-list.cols-4 .material-item {
        flex: 0 0 25%;
    }
    .material-list.cols-6 .material-item {
        flex: 0 0 16.666%;
    }
}

.page-products .herobanner.slick-dotted.slick-slider {
    margin-bottom: -4px;
}

.page-products .herobanner .banner-item {
    display: block;
    margin: 0;
}

.page-products .herobanner .banner-item .item-bg img {
    width: 100%;
}

@media (min-width: 992px) {
    .page-products .herobanner {
        display: flex;
    }
    .page-products .herobanner .banner-item {
        flex: 1 0 33.33%;
    }
}

.page-products .section-quote {
    background: #60E361;
    margin-bottom: 30px;
}

.page-products .section-quote .container {
    position: relative;
}

.page-products .section-quote .quote-text {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
}

.page-products .section-quote .row-bg {
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(../images/products/bg-full.png) no-repeat left -8% center/auto 100%;
}

.page-products .section-quote .float-element {
    position: absolute;
    left: 95%;
    top: -15px;
    bottom: -15px;
    width: auto;
}

.page-products .section-quote .float-element img {
    width: auto;
    height: 100%;
}

@media (min-width: 600px) {
    .page-products .section-quote .row-bg {
        background-position: left 15% center;
    }
}

@media (min-width: 992px) {
    .page-products .section-quote .quote-text {
        font-size: 24px;
    }
    .page-products .section-quote .row-bg {
        padding-top: 30px;
        padding-bottom: 30px;
        background-position: left -20% center;
    }
    .page-products .section-quote .float-element {
        top: -30px;
        bottom: -30px;
    }
}

@media (min-width: 1200px) {
    .page-products .section-quote .row-bg {
        background-position: left center;
    }
}

.product-detail-wrapper {
    padding: 15px 0;
    font-family: "Quicksand", "promptlight";
    font-size: 14px;
}

.product-detail-wrapper .product-slider-item img {
    width: 100%;
}

.product-detail-wrapper .product-slider-nav {
    margin: 10px -5px 15px;
}

.product-detail-wrapper .product-slider-nav .product-slider-item {
    position: relative;
    padding: 0 5px;
    cursor: pointer;
}

.product-detail-wrapper .product-slider-nav .product-slider-item:before {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.5s;
}

.product-detail-wrapper .slick-slide:hover .product-slider-item:before,
.product-detail-wrapper .slick-slide.slick-current .product-slider-item:before {
    opacity: 0;
}

.product-detail-wrapper h1 {
    font-size: 20px;
    font-family: "Quicksand", "promptsemibold";
    font-weight: 700;
    margin-bottom: 15px;
}

.product-detail-wrapper .col-brand {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    background: #32C433;
    color: #fff;
}

.product-detail-wrapper .col-brand img {
    margin-right: 10px;
    height: 30px;
}

.product-detail-wrapper .col-price {
    color: #018110;
    font-size: 20px;
    font-family: "Quicksand", "promptsemibold";
    font-weight: 700;
    margin-bottom: 15px;
}

.product-detail-wrapper .p {
    margin-bottom: 15px;
}

.product-detail-wrapper .p label {
    color: #333;
}

.product-detail-wrapper .p ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 10px 0;
}

.product-detail-wrapper .color-list a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 6px;
    border-radius: 50px;
    position: relative;
}

.product-detail-wrapper .color-list a::before {
    position: absolute;
    content: "";
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    border: 2px solid #D9D9D9;
    border-radius: 50px;
    transition: all 0.5s;
}

.product-detail-wrapper .color-list a:hover::before,
.product-detail-wrapper .color-list a.active::before {
    border-color: #018110;
}

.product-detail-wrapper .size-list a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 6px;
    border-radius: 50px;
    color: #666666;
    position: relative;
}

.product-detail-wrapper .size-list a::before {
    position: absolute;
    content: "";
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    border: 2px solid #D9D9D9;
    border-radius: 50px;
    transition: all 0.5s;
}

.product-detail-wrapper .size-list a:hover::before,
.product-detail-wrapper .size-list a.active::before {
    border-color: #018110;
}

.product-detail-wrapper .size-list a.unactive {
    cursor: not-allowed;
}

.product-detail-wrapper .size-list a.unactive::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -2px;
    width: calc(100% + 4px);
    height: 2px;
    margin-top: -1px;
    background: #D9D9D9;
    transform: rotate(-45deg);
}

.product-detail-wrapper .size-list a.unactive:hover::before {
    border-color: #D9D9D9;
}

.product-detail-wrapper input[type=text] {
    margin: 10px 0;
    display: block;
    width: 120px;
    border: 1px solid #D9D9D9;
}

.product-detail-wrapper input[type=text]:focus {
    outline: none;
}

.product-detail-wrapper .col-description {
    margin: 20px 0 0;
}

.product-detail-wrapper .col-description label {
    text-transform: uppercase;
    font-family: "Quicksand", "promptsemibold";
    font-weight: 700;
    margin-bottom: 5px;
}

.product-detail-wrapper .col-description .p {
    font-size: 0.8em;
    line-height: 1.6;
}

.product-detail-wrapper .btn {
    font-size: 0.8em;
}

@media (min-width: 992px) {
    .product-detail-wrapper {
        font-size: 16px;
        padding: 45px 0;
    }
    .product-detail-wrapper h1,
    .product-detail-wrapper .col-price {
        font-size: 28px;
    }
    .product-detail-wrapper .col-brand {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        background: transparent;
        color: #666666;
    }
    .product-detail-wrapper .col-brand img {
        height: 40px;
    }
}

.product-brand-banner .brandBanner .banner-item {
    position: relative;
}

.product-brand-banner .brandBanner .banner-item .item-bg {
    position: relative;
}

.product-brand-banner .brandBanner .banner-item .item-bg img {
    width: 100%;
}

.product-brand-banner .brandBanner .banner-item .item-caption {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000000 100%);
}

.product-brand-banner .brandBanner .banner-item .item-caption h2 {
    font-size: 20px;
    line-height: 1.2;
    font-family: "Quicksand", "promptsemibold";
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .product-brand-banner .brandBanner .banner-item .item-caption h2 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .product-brand-banner .brandBanner .banner-item .item-caption h2 {
        font-size: 38px;
    }
}

.product-brand-detail {
    position: relative;
    padding: 50px 0 0;
    color: #666666;
    line-height: 1.6;
}

.product-brand-detail .detail-image {
    width: 80%;
    margin: 0 auto;
}

.product-brand-detail .detail-image img {
    width: 100%;
}

.product-brand-detail .col-detail {
    padding: 65px 30px 0;
}

.product-brand-detail h4 {
    font-size: 20px;
    font-family: "Quicksand", "promptbold";
    font-weight: 700;
    color: #018110;
    margin-bottom: 15px;
}

.product-brand-detail .float-element {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: auto;
    height: 100px;
}

.product-brand-detail .float-element img {
    height: 100%;
    width: auto;
}

.product-brand-detail .float-element.right {
    left: auto;
    right: 0;
}

@media (max-width: 991px) {
    .product-brand-detail .relative-mobile {
        position: relative;
    }
}

@media (min-width: 992px) {
    .product-brand-detail {
        padding: 75px 0;
    }
    .product-brand-detail h4 {
        font-size: 40px;
    }
    .product-brand-detail .float-element {
        height: 150px;
        bottom: 0;
    }
    .product-brand-detail .col-detail {
        padding: 15px 30px;
    }
}

@media (min-width: 1200px) {
    .product-brand-detail h4 {
        font-size: 44px;
    }
}

.page-cart .product-rule {
    font-family: "Quicksand", "promptlight";
    font-weight: 500;
    font-size: 0.875em;
}

.page-cart .product-rule .col-description {
    margin-bottom: 15px;
}

.page-cart .product-rule a:hover {
    color: #333333;
}

.page-cart .product-rule .btn:hover {
    color: #fff;
}

.page-cart .product-rule label {
    font-family: "Quicksand", "promptsemibold";
    font-weight: 700;
}

.page-cart .product-rule label.form-check-label {
    font-family: "Quicksand", "promptlight";
    font-weight: 500;
}

.cart-table {
    margin-bottom: 30px;
}

.cart-table .tr .td {
    padding: 0.5rem 5px 0;
}

.cart-table .border-top {
    margin-top: 10px;
    border-top: 2px solid #EEEEEE !important;
}

.cart-table .border-top:first-child {
    margin-top: 0;
}

.cart-table .table-header {
    font-family: "Quicksand", "promptlight";
    font-weight: 700;
    font-size: 14px;
}

.cart-table .table-header .tr {
    background: #EEEEEE;
}

.cart-table .table-header .tr .td:nth-child(2) {
    display: block;
}

.cart-table .table-header .tr .td:nth-child(1),
.cart-table .table-header .tr .td:nth-child(3),
.cart-table .table-header .tr .td:nth-child(4) {
    display: none;
}

.cart-table .table-body {
    font-family: "Quicksand", "promptlight";
    font-weight: 500;
    font-size: 0.75em;
}

.cart-table .table-body .tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cart-table .table-body .tr .td:nth-child(1) {
    width: 30px;
}

.cart-table .table-body .tr .td:nth-child(2) {
    width: calc(100% - 30px);
}

.cart-table .table-body .tr .td:nth-child(3),
.cart-table .table-body .tr .td:nth-child(4) {
    width: 50%;
}

.cart-table .col-product {
    display: flex;
    align-items: center;
    color: #666666;
}

.cart-table .col-product img {
    width: 100px;
    margin-right: 15px;
}

.cart-table .col-product.brand {
    font-size: 1.25em;
}

.cart-table .col-product.brand img {
    width: 50px;
    border-radius: 50px;
}

.cart-table .social-list {
    margin: 5px 0;
    justify-content: flex-end;
}

.cart-table .form-number {
    display: flex;
    justify-content: center;
}

.cart-table .form-number a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #EEEEEE;
    text-align: center;
    color: #666666;
}

.cart-table .form-number input[type=text] {
    text-align: center;
    margin: 0;
    display: block;
    width: 60px;
    line-height: 25px;
    border: 1px solid #D9D9D9;
}

.cart-table .form-number input[type=text]:focus {
    outline: none;
}

@media (min-width: 992px) {
    .cart-table .social-list {
        justify-content: center;
    }
    .cart-table .table-header {
        font-family: "Quicksand", "promptsemibold";
        font-weight: 700;
        font-size: 16px;
    }
    .cart-table .tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
    }
    .cart-table .tr .td {
        padding: 0.5rem;
        flex: 0 0 30px;
    }
    .cart-table .tr .td:nth-child(2) {
        flex: 0 0 calc(60% - 30px);
    }
    .cart-table .tr .td:nth-child(3) {
        flex: 0 0 18%;
    }
    .cart-table .tr .td:nth-child(4) {
        flex: 0 0 22%;
    }
}

body {
    padding: 0;
    font-family: "Quicksand", "promptregular";
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    line-height: 1.4;
    color: #666666;
    overflow: hidden;
    overscroll-behavior-y: none;
    height: 100%;
}

a,
button {
    text-decoration: none;
}

a:hover,
a:focus,
button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}

ul.social-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
}

ul.social-list li {
    margin-right: 8px;
    margin-bottom: 8px;
}

ul.social-list li:last-child {
    margin-right: 0;
}

ul.social-list a {
    background: #D9D9D9;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: all 1s;
}

ul.social-list a:hover {
    color: #fff;
    transform: rotateY(360deg);
}

ul.social-list a.img {
    width: 30px;
    height: 30px;
}

ul.social-list a.img img {
    width: 100%;
    margin: 0;
}

ul.social-list li.fb a:hover {
    background: #3b5998;
}

ul.social-list li.purple a:hover {
    background: #833AB4;
}

ul.social-list li.blue a:hover {
    background: #1D9BF0;
}

ul.social-list li.red a:hover {
    background: #c4302b;
}

.delay-1 {
    animation-delay: 0.25s;
}

.delay-2 {
    animation-delay: 0.35s;
}

.delay-3 {
    animation-delay: 0.5s;
}

.delay-4 {
    animation-delay: 0.75s;
}

.delay-5 {
    animation-delay: 1s;
}

.removed-item {
    animation: removed-item-animation 0.6s cubic-bezier(0.55, -0.04, 0.91, 0.94) forwards !important;
}

@keyframes item-animation {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes removed-item-animation {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        transform: scale(0);
        opacity: 0;
    }
}

.reveal {
    opacity: 0;
    transition: 0.75s all ease;
}

.reveal.active {
    opacity: 1;
}

.reveal.ani-fadeIn.active {
    animation-name: fadeIn;
}

.reveal.ani-fadeInLeft.active {
    animation-name: fadeInLeft;
}

.reveal.ani-fadeInRight.active {
    animation-name: fadeInRight;
}

.reveal.ani-fadeInUp.active {
    animation-name: fadeInUp;
}

.reveal.ani-fadeInDown.active {
    animation-name: fadeInDown;
}


/*# sourceMappingURL=style.css.map */