body {
    font-family: "Helvetica Neue", å¾®è»Ÿæ­£é»‘é«”, Helvetica, Arial, sans-serif !important;
}

/********** Template CSS **********/
:root {
    --primary: #585858;
    --secondary: #a2a2a2;
    --light: #FFFFFF;
    --dark: #000;
}

/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

/*!
 * PikadayResponsive
 * A responsive datepicker built on top of Pikaday. It shows the native datepicker on mobile devices and a nice JS-picker on desktop.
 *
 * @author: Francesco Novy
 * @licence: MIT <https://www.opensource.org/licenses/mit-license.php>
 * @link https://github.com/mydea/PikadayResponsive
 * @copyright: (c) 2016
 * @version: 0.6.7
 */

@charset "UTF-8";

/*!
 * Pikaday
 * Copyright Â© 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}

.pika-single:after {
    clear: both
}

.pika-single {
    *zoom: 1
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}


/*!
 * PikadayResponsive
 * A responsive datepicker built on top of Pikaday. It shows the native datepicker on mobile devices and a nice JS-picker on desktop.
 *
 * @author: Francesco Novy
 * @licence: MIT <https://www.opensource.org/licenses/mit-license.php>
 * @link https://github.com/mydea/PikadayResponsive
 * @copyright: (c) 2016
 * @version: 0.6.7
 */


.pikaday__container {
    position: relative;
}

.pikaday__container input {
    height: 45px;
    border: 1px solid #e8e8e8;
    padding: 1rem;
}


/* Height and width has to be equal! */
.pikaday__display,
.pikaday__invisible {
    width: 100%;
}

.pikaday__display--native {
    pointer-events: none;
    cursor: pointer;
}

.pikaday__display.is-invalid {
    background: rgba(255, 0, 0, 0.05);
}

.pikaday__invisible {
    opacity: 0;
    color: transparent;
    background: transparent;
    border: none;
    box-shadow: none;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.dropdown-toggle::after {
    content: none;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 600 !important;
    font-family: "Helvetica Neue", å¾®è»Ÿæ­£é»‘é«”, Helvetica, Arial, sans-serif !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}

h1 {
    font-size: 35px;
    margin-left: -4px;
}

.logo {
    width: 125px;
}

.login-width {
    max-width: 600px;
}

.member-width {
    max-width: 800px;
}

/*.login-width{max-width: 600px;}*/
.divider {
    /* minor cosmetics */
    display: table;
    font-size: 24px;
    text-align: center;
    width: 75%;
    /* divider width */
    margin: 40px auto;
    /* spacing above/below */
}

.divider span {
    display: table-cell;
    position: relative;
}

.divider span:first-child,
.divider span:last-child {
    width: 50%;
    top: 13px;
    /* adjust vertical align */
    -moz-background-size: 100% 2px;
    /* line width */
    background-size: 100% 2px;
    /* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.divider span:first-child {
    /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
    background-image: -webkit-linear-gradient(180deg, transparent, #000);
    background-image: -moz-linear-gradient(180deg, transparent, #000);
    background-image: -o-linear-gradient(180deg, transparent, #000);
    background-image: linear-gradient(90deg, transparent, #000);
}

.divider span:nth-child(2) {
    color: #000;
    padding: 0px 5px;
    width: auto;
    white-space: nowrap;
}

.divider span:last-child {
    /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #000, transparent);
    background-image: -moz-linear-gradient(180deg, #000, transparent);
    background-image: -o-linear-gradient(180deg, #000, transparent);
    background-image: linear-gradient(90deg, #000, transparent);
}

.login-icon {
    padding-left: 10px;
}

.login-icon img {
    width: 30px !important;
    vertical-align: sub;
}

/*** Button ***/
.search-bar {
    float: right;
    position: relative;
}

.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn img {
    width: 20px;
}

.btn-primary {
    color: #000;
    box-shadow: inset 0 0 0 50px transparent;
}

.bg-secondary {
    background-color: #FFF !important;
    color: #000 !important;
}

.bg-secondary a {
    background-color: #FFF !important;
    color: #000 !important;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
    background-color: #FFF;
    border-color: #FFF;
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
    background-color: #000 !important;
    border-color: #000;
    color: #FFF !important;
}

.btn-secondary:focus {
    box-shadow: inset 0 0 0 0 var(--secondary);
    background-color: #000 !important;
    border-color: #000;
    color: #FFF !important;
}

.bg-check {
    background-color: #000 !important;
}

.btn-check {
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-check:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
    background-color: #FFF !important;
    border-color: #000;
    color: #000 !important;
}

.btn-dark {
    background-color: #000 !important;
    color: #FFF !important;
}

.btn-dark:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
    background-color: #FFF !important;
    border-color: #000;
    color: #000 !important;
}


.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

/*  Rollover image styles  */
.figure {
    position: relative;
    width: 360px;
    /* can be omitted for a regular non-lazy image */
    max-width: 100%;
}

.figure img.Sirv.image-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
}

.figure:hover img.Sirv.image-hover {
    opacity: 1;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #888888 !important;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: white !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #000;
    background-color: inherit !important;
    border-color: inherit !important;
    box-shadow: inherit !important;
}
.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
.carousel{
    padding-top: 0px !important;
}


/*** Product-item ***/
.product-container{
    padding: 0 80px;
}

.product-item {
    max-width: 360px;
    padding: 10px 5px;
    margin: 0 auto;
}

.product-item .title-wrap {
    padding: 0 10px;
}

.product-item .number {
    font-size: 1em;
    float: left;
    position: relative;
}

.product-item .title {
    font-size: 1em;
    float: right;
    position: relative;
}

.product-item .element {
    width: 280px;
    font-size: 0.8em;
    float: right;
    position: relative;
    text-align: right;
    padding-right: 10px;
}

.product-item .price {
    font-size: 1.2em;
    float: left;
    position: relative;
    padding-bottom: 10px;
}

.product-item .add-favorite {
    width: 15px;
    float: right;
    position: relative;
}

.pagination {
    max-width: 350px !important;
    margin: 0 auto !important;
}

.page-link {
    color: #000 !important;
    border: none !important;
}

.page-link:hover {
    color: #000 !important;
    background-color: #FFF !important;
    border-color: none !important;
    text-decoration: underline;
}

/*** Product-detail ***/
.product-favorite img {
    width: 20px;
}
.product-content{
    max-width: 800px;
}

/*** facebookreview ***/
#ztb-wrapper-facebookreview .ztb-facebookreview-widget-title .zb2-icon,
.zb2-icon:before,
.zb2-icon:after {
    line-height: 1;
    color: #ffc001;
    font-size: 11px;
    padding-right: 2px;
}

/*** Payment-step***/
.yield-wrapper {}

.cart-items {
    overflow: hidden;
}

.cart-items:before,
.cart-items:after {
    content: " ";
    display: table;
}

.cart-items:after {
    clear: both;
}

.cart-items .product-image img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cart-items .variant-name {
    display: block;
    color: #777777;
    font-size: 13px;
}

.cart-items .price,
.cart-items .sale-price,
.cart-items .original-price {
    display: block;
    text-align: center;
}

.cart-items .original-price {
    font-size: 12px;
    text-decoration: line-through;
}

.cart-items .btn-remove-cart-item {
    display: block;
    font-size: 17px;
    line-height: 15px;
    padding: 0;
    color: #7F7F7F !important;
}

.cart-promotions {
    display: table;
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.cart-promotions .cart-promotions-content {
    display: table;
    width: 100%;
}

.cart-promotions:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.cart-promotions.untriggered-promotions {
    display: block;
}

.cart-promotions.untriggered-promotions .cart-promotions-content {
    display: block;
}

.cart-promotions.untriggered-promotions .cart-promotions-content .promotion-title {
    display: flex;
    justify-content: space-between;
}

.cart-promotions.untriggered-promotions .cart-promotions-content .promotion-title span {
    padding-right: 10px;
}

.cart-promotions.untriggered-promotions .cart-promotions-content .promotion-title a {
    white-space: nowrap;
}

.cart-promotions.untriggered-promotions .cart-promotions-content .promotion .description a {
    text-decoration: none;
}

.cart-promotions.untriggered-promotions .cart-promotions-content .promotion .description a:hover {
    text-decoration: underline;
}

.cart-promotions.untriggered-promotions a {
    color: white;
}

.cart-promotions .promotion {
    display: table-row;
}

.cart-promotions .promotion .discount,
.cart-promotions .promotion .description {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart-promotions .promotion .discount a,
.cart-promotions .promotion .description a {
    color: #333;
}

.cart-promotions .promotion .discount a:hover,
.cart-promotions .promotion .description a:hover {
    text-decoration: underline;
}

.cart-promotions .promotion .discount .balance,
.cart-promotions .promotion .description .balance {
    font-weight: bold;
}

.cart-promotions .promotion .discount .mr-2px,
.cart-promotions .promotion .description .mr-2px {
    margin-right: 2px;
}

.cart-promotions .promotion .discount .popover-link,
.cart-promotions .promotion .description .popover-link {
    color: #337ab7;
    cursor: pointer;
}

.cart-promotions .promotion .description .untriggered-hint {
    color: #5CB85C;
}

.cart-promotions .badge,
.cart-promotions .description,
.cart-promotions .discount {
    display: table-cell;
    vertical-align: text-top;
}

.cart-promotions .badge {
    width: 150px;
    border-radius: 0;
    font-weight: 400;
    font-size: 11px;
    background-color: transparent;
    padding: 0;
}

.cart-promotions .badge .untriggered {
    background-color: #e9ecef;
}

.cart-promotions .badge .reward-credit {
    background-color: #FFE8C6;
}

.cart-promotions .badge span {
    display: block;
    background-color: #BDE7EC;
    padding: 5px 0;
    color: #000;
    font-weight: 400;
    font-size: 11px;
}

.cart-promotions .discount {
    text-align: right;
    margin-left: 15px;
    min-width: 95px;
}

.cart-promotions .discount span {
    display: block;
}

.cart-promotions .description {
    padding: 0 15px;
}

.cart-promotions .description .applied-reminder {
    color: #5B5B5B;
    line-height: 15px;
    font-weight: normal;
}

.cart-promotions .promotion.coupon {
    min-height: 50px;
}

.cart-promotions .promotion.coupon .btn-remove-coupon {
    color: #C85C59;
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
}

.item-promotion .badge {
    width: 120px;
    border-radius: 0;
    font-weight: 600;
    font-size: 11px;
    color: #000;
    background-color: #bde7ec;
    padding: 5px 0px;
}

.order-info {
    position: relative;
    margin-top: 10px;
}

.order-text {
    display: inline-block;
    text-align: left;
    font-weight: bold;
}

.order-count {
    display: inline-block;
    float: right;
    font-weight: bold;
}

.order-promotion-title {
    width: 100%;
    float: left;
}

.order-promotion {
    display: inline-flex;
}

.order-promotion input {
    max-width: 80%;
    height: 40px;
    float: left;
}

.order-promotion button {
    max-width: 20%;
    float: left;
}

.md-stepper-horizontal {
    display: table;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 0 3px 8px -6px rgba(0, 0, 0, .50);
}

.md-stepper-horizontal .md-step {
    display: table-cell;
    position: relative;
    padding: 24px;
}

.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
    background-color: rgba(0, 0, 0, 0.04);
}

.md-stepper-horizontal .md-step:active {
    border-radius: 15% / 75%;
}

.md-stepper-horizontal .md-step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.md-stepper-horizontal .md-step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.md-stepper-horizontal .md-step:hover .md-step-circle {
    background-color: #757575;
}

.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
    display: none;
}

.md-stepper-horizontal .md-step .md-step-circle {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-color: #999999;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.md-stepper-horizontal .md-step.active .md-step-circle {
    background-color: #000;
}

/*.md-stepper-horizontal .md-step.done .md-step-circle:before {
    font-family:'FontAwesome';
    font-weight:100;
    content: "\f00c";
}*/
/*.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
    display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}*/
/*.md-stepper-horizontal .md-step.editable .md-step-circle:before {
    font-family:'FontAwesome';
    font-weight:100;
    content: "\f040";
}*/
.md-stepper-horizontal .md-step .md-step-title {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
}

.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
    text-align: center;
    color: rgba(0, 0, 0, .26);
}

.md-stepper-horizontal .md-step.active .md-step-title {
    font-weight: 600;
    color: rgba(0, 0, 0, .87);
}

.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
    font-weight: 600;
}

.md-stepper-horizontal .md-step .md-step-optional {
    font-size: 12px;
}

.md-stepper-horizontal .md-step.active .md-step-optional {
    color: rgba(0, 0, 0, .54);
}

.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
    position: absolute;
    top: 36px;
    height: 1px;
    border-top: 1px solid #DDDDDD;
}

.md-stepper-horizontal .md-step .md-step-bar-right {
    right: 0;
    left: 50%;
    margin-left: 20px;
}

.md-stepper-horizontal .md-step .md-step-bar-left {
    left: 0;
    right: 50%;
    margin-right: 20px;
}

/*** footer ***/
.footer {
    border-top: 0.1rem solid rgba(var(--color-foreground), .08);
}

.footer_content-bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.newsletter-title {
    color: #000;
    text-align: left;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }

    .display-1 {
        font-size: revert;
    }

    .btn-primary,
    .btn-secondary {
        background-color: #FFF;
        color: #000;
    }

}

@media (max-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        background-color: white;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #888888;
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
        color: #888888;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: #888888;
    }

}
@media (max-width: 576px) {
.product-container {
    padding: 0 20px;
    margin-top: 80px;
}
}

/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media (max-width: 1380px) {
    .carousel-caption h5 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 40px;
        font-weight: 600 !important;
    }
}

@media (max-width: 1280px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

@media (max-width: 992px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

@media (max-width: 576px) {
    .carousel{
    padding-top: 80px !important;
    }
    .carousel img{
        width: 150% !important;
        margin-left: -23%;
    }

    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 20px;
        font-weight: 600 !important;
    }

    .team-item {
        max-width: 360px;
        margin: 0 auto;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    top:30%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}
/*** About ***/
.about img{
    width: 100%;
}
.about{
    margin: 0 auto;
    max-width: 800px;
}

/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 10px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 20px;
    background: var(--secondary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
    border: #DDDDDD;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

/*** tabs ***/
.member-with {
    background: #fd264f;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin: 0;
    padding: 5px 110px;
    position: fixed;
    top: 20px;
    right: -100px;
    text-align: center;
    text-decoration: none;
    transform: rotate(45deg);
}

.tab-wrapper {
    background-color: #fff;
    /* border-radius: 10px; */
    margin-bottom: 10px;
    margin-top: 50px;
}

.tab-header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.tab-header .tab-btn {
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    z-index: 1;
    /* border: 1px solid #6a00fb; */
    background-color: transparent;
    transition: all 0.3s ease;
}

.tab-header .tab-btn:focus {
    outline: none;
}

.tab-header .tab-btn i {
    margin-right: 5px;
    font-size: 15px;
}

.tab-header .tab-btn:hover,
.tab-header .tab-btn.active {
    color: #0dcaf0;
}

.tab-header .underline {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 0;
    transform-origin: left;
    background-color: #000;
    transition: all 0.3s ease;
}

.tab-body {
    display: flex;
    overflow: hidden;
}

.tab-body .tab-content {
    min-width: 100%;
    padding: 20px;
    font-size: 12px;
    transition: all 0.3s;
    text-align: justify;
}

.tab-wrapper[rounded] {
    border-radius: 10px;
}

.tab-header[full-width] .tab-btn {
    flex: 1;
    text-align: center;
}

.tab-header[background] {
    background-color: #6a00fb;
}

.tab-header[background] .tab-btn {
    color: #fff;
}

.tab-header[background] .tab-btn.active {
    color: #6a00fb;
}

.tab-header[background] .tab-btn.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.tab-header[background] .underline {
    background-color: #fff;
    height: 100%;
    bottom: 0;
}

.tab-header[border] .tab-btn {
    border: 1px solid #e5e5e5;
}

.tab-header[border] .tab-btn.active {
    border: 1px solid #6a00fb;
}

.tab-header[border] .tab-btn.active {
    color: #fff;
}

.tab-header[border] .underline {
    height: 100%;
    bottom: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*.documentation {
    color: #000;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center; }
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #000; }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #efefef; }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 300%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2 {
    width: 33.33333333333333%; }
    .tabs .tab-2:first-child.active ~ [type="radio"] + div {
      width: 300%;
      margin-left: 300%; }
    .tabs .tab-2:first-child.active ~ [type="radio"]:checked + div {
      margin-left: -100%; }
    .tabs .tab-2:nth-child(2) ~ [type="radio"] + div {
      width: 300%;
      margin-left: 500%; }
    .tabs .tab-2:nth-child(2) ~ [type="radio"]:checked + div {
      margin-left: 0%; }
    .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -200%; }*/
