/* TYPO */
body {
    background: #eaeaea;
    color: #4b4a50;
    font-family: 'Clear Sans', sans-serif, Arial;
    font-size: 16px
}

h1, h2 {
    font-size: 2rem;
    margin: 1rem 0 0.5rem 0;
}

a, a:hover {
    color: #4b4a50;
}

a:hover, a:focus {
    text-decoration: none;
    color: #0882A5;
}

.list-unstyled {
    list-style: none;
}

.form-control {
    height: auto;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #04aede;
}


/* LAYOUT */
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}

/* block */
.block {
    box-shadow: 0 0 20px -5px #b8b8b8;
    margin: 0 0 2rem 0;
    background-color: white;
    border-radius: 6px;
}

.title-wrap {
    padding: 1rem 2rem 2rem 2rem;
    border-bottom: 1px solid #eaeaea;
}

.block .content {
    padding: 2rem;
}


/* MODULS */
/* a.hover-border */
a.hover-border {
    position: relative;
}

a.hover-border:hover:before, .navbar-nav>li>a {
    transition: all .25s;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    border-bottom: 3px solid #3dc6ec;
}

a.hover-border:hover:before, a.hover-border:focus:before {
    content: '';
    height: 3px;
    width: 100%;
    background: #3dc6ec;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dropdown.show a.hover-border:hover:before, .dropdown.show a.hover-border:focus:before {
    height: 0;
}

/* buttons */
.btn:focus, .btn.focus {
    box-shadow: none;
}

.btn-success {
    background-color: #91c26b;
    border: 2px solid transparent;
    color: #fff;
}

.btn-success:hover, .btn-success:focus {
    background-color: #87bd5e;
    border-color: #c3c3c3;
}

.btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #04aede;
    border-color: #c3c3c3;
}

.btn-success:not(:disabled):not(.disabled).active:hover {
    border-color: #8c8c8c;
}

.btn-primary {
    background: #04aede;
    border: 2px solid transparent;
}

.btn-primary:hover, .btn-primary:focus {
    border-color: transparent;
    background-color: #04a0cc;
}

.btn-buy {
    color: white;
    background-color: #f70f71;
    border: 2px solid transparent;
    margin: 0 10px 10px 0;
}

.btn-buy:hover, .btn-buy:focus {
    background-color: #ec0868;
    border-color: transparent;
}
.product-variants .btn {
    font-size: 0.7rem;
    margin: 0.3rem 0.2rem 0.3rem 0;
}
.action-btns button {
    margin: 0 0.5rem 0.5rem 0;
}

/* dropdown */
.dropdown.show {
    background: white;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 0 20px -5px #b8b8b8;
}
.dropdown>a {
    padding: 0.5rem 1rem;
    line-height: 2rem;
    display: block;
}

.dropdown.show>a:focus {
    outline: 0;
}

.dropdown-menu {
    margin: 0;
    border-top: 1px solid #eaeaea;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 8px 20px -5px #b8b8b8;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown>a>img, .dropdown-menu>li>a>img {
    padding-right: 5px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.dropdown-menu>li>a {
    padding: 0.3rem 1rem;
    display: block;
}

.dropdown-menu>li:not(.active)>a:hover {
    color: #0882a5;
    background-color: #f8f8f8;
}

.dropdown-menu>li.active>a {
    border-left: 3px solid #04aede;
    font-weight: 600;
    padding-left: calc(1rem - 3px);
}

.currency .dropdown-toggle, .currency .dropdown-menu {
    min-width: 85px;
}

.langs .dropdown-toggle, .langs .dropdown-menu {
    min-width: 100px;
}

/* top-menu */
.top-menu ul:focus {
    outline: 0;
}

.curr-lang, .brand, .top-icons {
    margin-top: 1rem;
}

.curr-lang a:hover {
    color: #4b4a50;
}

.navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media only screen and (max-width: 650px) {
    .top-menu .brand-wrap {
        order: -1;
        flex-basis: 100%;
    }
}

.top-icons .dropdown-menu {
    border-color: transparent;
    padding: 1.2rem;
}

.top-icons .fas {
    font-size: 1.5rem;
}

.top-icons .dropdown>a, .userbar>a {
    padding: 0.5rem;
}

.top-icons a:hover, .top-icons a:focus {
    color: #4b4a50;
}

.search input {
    border: 2px solid #ededed;
    min-width: 260px;
    font-size: 1.2rem;
    height: 3rem;
}

.search button {
    display: none;
}

.userbar>a {
    line-height: 2rem;
}

.minicart .count {
    margin: 0 0 0 -20px;
    padding: 2px 5px 3px 4px;
    position: relative;
    left: 3px;
    top: -15px;
    line-height: 1;
    border: 3px solid #04aede;
    color: #04aede;
    background: white;
    font-size: 0.6rem;
    font-weight: bold;
}

.minicart.empty .count {
    display: none;
}

.cart-panel.empty {
    min-width: 200px;
    text-align: center;
}

/* navigation */
.navbar {
    padding: 0;
}

.navbar-nav>li>a {
    padding: 1.5rem 1rem;
}

.nav-wrap {
    background: white;
    margin-bottom: 2rem;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #0882a5;
}

.nav-link {
    max-height: 72px;
}

@media only screen and (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* sticky header */
#sticky-header {
    opacity: 0;
    transform: translate(0, -100%);
    transition: transform .4s ease, opacity .4s ease;
    box-shadow: 0 0 20px -5px #949494;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}

#sticky-header.sticky {
    opacity: .9;
    transform: translate(0, 0);
}

.sticky .brand, .sticky .top-icons, .sticky ul {
    margin-top: 0;
    margin-bottom: 0;
}

.sticky .top-icons {
    margin-top: 0.5rem;
}

.sticky .navbar-brand {
    font-size: 2rem;
    display: none;
}

@media only screen and (min-width: 768px) {
    .sticky .navbar-brand {
        font-size: 1rem;
        display: block;
    }

    .left-navbar {
        display: none;
    }
}

/* left navbar */
.left-navbar-toggler {
    background-color: transparent;
    padding: 0.5rem 50px 0.5rem 1rem;
    margin-top: 12px;
    margin-left: -16px;
    height: 34px;
    position: relative;
    outline: none;
    border: none;
}

.left-navbar-toggler input {
    display: block;
    position: absolute;
    top: -5px;
    left: -4px;
    width: 114px;
    height: 40px;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.left-navbar-toggler .tog-icon {
    display: block;
    width: 20px;
    height: 2px;
    margin-top: 4px;
    position: relative;
    background: #0882a5;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

.left-navbar-toggler .tog-icon:first-of-type {
    margin-top: 0;
}

.left-navbar-toggler:hover .tog-icon {
    background: #4b4a50;
}

.left-navbar-toggler .tog-menu {
    position: relative;
    bottom: 19px;
    left: 37px;
}

.left-navbar-toggler:hover .tog-menu {
    color: #0882a5;
}

.left-navbar-collapse {
    position: fixed;
    z-index: 1000;
    width: 80%;
    height: 100vh;
    transform: translateX(-100%);
    transition: .4s ease, box-shadow .2s;
    background: #eaeaea;
}

.left-navbar-collapse.show {
    transform: translateX(0);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.left-navbar-wrap {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: auto;
}

.left-nav-empty {
    flex-grow: 1;
}

.left-nav-items {
    background: #dfdfdf;
}

.left-nav-items>ul:not(.navbar-nav) {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
}

.left-navbar-collapse.show .navbar-nav {
    display: block;
    flex-direction: column;
    padding: 0;
}

.left-navbar-collapse .nav-item {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.left-navbar-collapse .nav-link {
    display: block;
    padding: 0 1rem;
    line-height: 50px;
    cursor: pointer;
}

.left-nav-items .currency li, .left-nav-items .langs li {
    display: inline-block;
}

.left-nav-items .currency li a, .left-nav-items .langs li a {
    display: inline-block;
    padding: 0 0.5rem;
    line-height: 50px;
}

.left-nav-items li.active a, .left-nav-items .currency li a:hover, .left-nav-items .currency li a:focus {
    color: #0882a5;
}

.left-nav-items .langs img {
    margin-bottom: 3px;
}

.left-nav-items .langs span {
    display: none;
}

.left-navbar-collapse .list-group .nav-item  {
    border-top: 0;
}

.left-navbar-collapse .list-group .nav-link {
    padding-left: 2rem;
}

.left-nav-items li.active .list-group a {
    color: #4b4a50;
}

.left-nav-items .navbar-nav>li>a:hover, .left-nav-items .navbar-nav>li>a:focus, .left-nav-items .list-group a:hover, .left-nav-items .list-group a:focus, .active-acc {
    border-bottom: none;
    background: #d6d6d6;
    color: #0882a5;
}

.top-menu .left-navbar-toggler {
    background-color: transparent;
    border: 2px solid #04aede;
    border-radius: 6px;
    color: #04aede;
    margin-left: 0;
    margin-top: 20px;
}

.top-menu .left-navbar-toggler .tog-icon {
    background: #04aede;
}

.top-menu .left-navbar-toggler:hover {
    background-color: #04aede;
    color: #fff;
    border-color: #fff;
}

.top-menu .left-navbar-toggler:hover .tog-icon {
    background-color: #fff;
}

.top-menu .left-navbar-toggler:hover .tog-menu {
    color: #fff;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    transform: translateX(0);
    font-weight: 900;
    font-size: 12px;
    line-height: 12px;
    background-color: #dfdfdf;
    border-bottom-right-radius: 6px;
    box-shadow: none;
    color: #04aede;
    opacity: 1;
    cursor: pointer;
}

.left-navbar-collapse.show .close-btn {
    transform: translateX(100%);
    box-shadow: 5px 0 1rem -3px rgba(0, 0, 0, 0.3);
}

/* product */
.product-detail {
    padding: 1rem 1.2rem;
}

.product-variants {
    margin: 1rem 0;
}

.buy>* {
    display: inline-block;
}

.var-quantity {
    position: relative;
    top: -5px;
}

.var-quantity input {
    border: 2px solid #ededed;
    max-width: 70px;
    position: relative;
    top: 1px;
}

.btn-minus, .btn-plus {
    background: #f4f4f4;
    border: 2px solid #ededed;
    width: 40px;
}

.btn-minus:hover, .btn-plus:hover {
    background: #dadada;
}

.btn-minus {
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    8
}

.btn-plus {
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

@media only screen and (min-width: 769px) {
    .input-group-btn {
        display: none;
    }

    .var-quantity input {
        border-radius: 6px !important;
    }
}

@media only screen and (max-width: 768px) {
    .var-quantity input {
        text-align: center;
        top: 0;
    }

    .var-quantity input[type=number]::-webkit-inner-spin-button,
    .var-quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

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

.product-sum {
    margin: 3rem 0 1.5rem;
}

/* panel */
.panel {
    box-shadow: 0 0 20px -5px #b8b8b8;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}

.panel-heading {
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    text-transform: uppercase;
    padding: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.panel-heading h3 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}

.panel-body {
    padding: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.panel-body p {
    margin-bottom: 0;
}

/* card */
.card {
    border: 3px solid transparent;
    border-radius: 6px;
    margin-bottom: 2rem;
    transition: border-color .2s linear;
    cursor: pointer;
}

.card:hover {
    border-color: #04aede;
}

.card-title {
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
}

.card img {
    margin: auto;
    display: block;
    max-width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 576px) {
    .card-title {
        min-height: 3.5rem;
    }

    .img-pad {
        padding-bottom: 140%;
    }

    .image-wrapped .img-content {
        position: absolute;
        top: -70px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .image-wrapped .img-content img {
        position: relative;
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }

    .image-wrapped .img-content::before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
}

/* footer */
footer {
    background: white;
    text-align: center;
}

@media only screen and (min-width: 576px) {
    footer {
        text-align: left;
    }
}

.wrap-foot {
    padding: 1.2rem 0;
}

.wrap-foot h3 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}

.wrap-foot a {
    display: block;
    margin-left: -10px;
    padding-left: 10px;
}

.wrap-foot a:hover, .wrap-foot a:focus {
    background-color: #f8f8f8;
}

/* FB chat */
  .fb-livechat,.fb-widget{display:none}
  .ctrlq.fb-button,.ctrlq.fb-close{position:fixed;right:24px;cursor:pointer}
  .ctrlq.fb-button{z-index:2;background:url('/images/fbchat.png') center no-repeat #4267b2;width:48px;height:48px;text-align:center;bottom:24px;border:0;outline:0;border-radius:48px;-webkit-border-radius:48px;-moz-border-radius:48px;-ms-border-radius:48px;-o-border-radius:48px;box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease;background-size:80%;transition:all .2s ease-in-out}
  .ctrlq.fb-button:focus,.ctrlq.fb-button:hover{transform:scale(1.1);box-shadow:0 2px 8px rgba(0,0,0,.09),0 4px 40px rgba(0,0,0,.24)}
  .fb-widget{background:#fff;z-index:3;position:fixed;width:380px;height:435px;overflow:hidden;opacity:0;bottom:0;right:24px;border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;box-shadow:0 5px 40px rgba(0,0,0,.16);-webkit-box-shadow:0 5px 40px rgba(0,0,0,.16);-moz-box-shadow:0 5px 40px rgba(0,0,0,.16);-o-box-shadow:0 5px 40px rgba(0,0,0,.16)}
  .fb-credit{text-align:center;margin-top:8px}
  .fb-credit a{transition:none;color:#bec2c9;font-family:Helvetica,Arial,sans-serif;font-size:12px;text-decoration:none;border:0;font-weight:400}
  .ctrlq.fb-overlay{z-index:0;position:fixed;height:100vh;width:100vw;-webkit-transition:opacity .4s,visibility .4s;transition:opacity .4s,visibility .4s;top:0;left:0;background:rgba(0,0,0,.05);display:none}
  .ctrlq.fb-close{z-index:4;padding:0 6px;background:#4267b2;font-weight:700;font-size:11px;color:#fff;margin:8px;border-radius:3px}
  .ctrlq.fb-close::after{content:'x';font-family:sans-serif}
