@font-face {
    font-family: 'avenir-next-lt-pro-heavy-italic';
    src: url("../fonts/avenir-next-lt-pro-heavy-italic.ttf")
}

@font-face {
    font-family: 'avenir-next-lt-pro-bold';
    src: url("../fonts/avenir-next-lt-pro-bold.otf")
}

@font-face {
    font-family: 'avenir-next-lt-pro-demi-bold';
    src: url("../fonts/avenir-next-lt-pro-demi-bold.otf")
}

@font-face {
    font-family: 'avenir-next-lt-pro-bold-italic';
    src: url("../fonts/avenir-next-lt-pro-bold-italic.ttf")
}

@font-face {
    font-family: 'avenir-next-lt-pro-medium-italic';
    src: url("../fonts/avenir-next-lt-pro-medium-italic.ttf")
}

@font-face {
    font-family: 'GothamRounded-Bold';
    src: url("../fonts/GothamRounded-Bold.svg#GothamRounded-Bold") format("svg"), url("../fonts/GothamRounded-Bold.ttf") format("truetype"), url("../fonts/GothamRounded-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

.page {
    background: url("../images/background.jpg") center center no-repeat;
    background-size: cover
}

body.cms-home .page .main-container, body.checkout-cart-configure .page .main-container {
    padding-top: 20vh
}

.page .product-view {
    margin-bottom: 30px
}

.page .messages_product_view {
    min-height: 24px
}

#ajcart-popup #ajcart-msg {
    border: none;
    background: #0ba038;
    color: #ffffff;
    font-family: "avenir-next-lt-pro-heavy-italic", Arial, sans-serif;
    font-size: 30px;
    width: 765px;
    max-width: calc(100% - 30px);
    margin-left: 0;
    left: 50%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    transform: translate(-50%, 0)
}

#ajcart-popup .ajcart-close {
    width: 68px;
    height: 68px;
    background: #000000;
    display: block;
    margin-left: -34px;
    margin-top: -110px
}

#ajcart-popup .ajcart-close:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    top: 50%;
    left: 25%;
    display: block;
    background: #ffffff;
    transform: rotate(45deg)
}

#ajcart-popup .ajcart-close:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    top: 50%;
    left: 25%;
    display: block;
    background: #ffffff;
    transform: rotate(-45deg)
}

#ajcart-popup .large {
    font-size: 20px;
    line-height: 1.6
}

@media (min-width: 768px) {
    #ajcart-popup .large {
        font-size: 40px
    }
}

#ajcart-popup .small {
    font-size: 16px;
    line-height: 1.6
}

@media (min-width: 768px) {
    #ajcart-popup .small {
        font-size: 30px
    }
}

header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 15px 22px;
    background-color: #009d30;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

@media (min-width: 1280px) {
    header {
        padding: 0 35px 0 10px;
        border-bottom: none
    }
}

header a:hover {
    text-decoration: none
}

header .logo {
    display: inline-block;
    width: 92px;
    height: 59px
}

header .logo a {
    display: block
}

@media (min-width: 1280px) {
    header .logo {
        width: 110px;
        height: 73px;
        position: absolute;
        left: 13px;
        top: 10px
    }
}

header .logo img {
    width: 100%
}

header .link-panel {
    position: absolute;
    left: 22px;
    top: 35px;
    display: block;
    width: 27px;
    height: 22px;
    cursor: pointer;
    z-index: 10
}

@media (min-width: 1280px) {
    header .link-panel {
        display: none
    }
}

header .link-panel span {
    background: #fff;
    height: 4px;
    width: 26px;
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    left: 0;
    top: 9px
}

header .link-panel span:before, header .link-panel span:after {
    background: #fff;
    border-radius: 2px;
    content: '';
    position: absolute;
    height: 4px;
    width: 26px;
    display: inline-block;
    left: 0;
    transition: all 0.3s ease-in-out
}

header .link-panel span:before {
    top: -8px
}

header .link-panel span:after {
    bottom: -8px
}

header .link-panel.active span {
    background: transparent
}

header .link-panel.active span:before, header .link-panel.active span:after {
    transform-origin: 50% 50% 0;
    top: 0
}

header .link-panel.active span:before {
    transform: rotate3d(0, 0, 1, -45deg)
}

header .link-panel.active span:after {
    transform: rotate3d(0, 0, 1, 45deg);
    top: auto;
    bottom: 0
}

header .link-panel.active .main-menu {
    overflow: auto
}

header .search-btn {
    position: absolute;
    z-index: 1;
    top: 29px;
    right: 22px;
    padding-right: 18px;
    font-size: 30px
}

@media (min-width: 1280px) {
    header .search-btn {
        top: 50%;
        font-size: 20px;
        transform: translateY(-50%);
        right: 295px
    }
}

@media (min-width: 1440px) {
    header .search-btn {
        right: 320px
    }
}

header .search-btn:hover {
    text-decoration: none;
    color: #fff
}

header .search-btn.active {
    font-family: Arial, Baskerville, monospace;
    font-size: 45px;
    line-height: 26px
}

header .search-btn.active:before {
    content: "Ã—"
}

header .search-header {
    position: relative;
    display: none;
    margin: 14px -22px 0
}

@media (min-width: 1280px) {
    header .search-header {
        position: absolute;
        padding-right: 18px;
        top: 50%;
        z-index: 101;
        right: 350px;
        width: 200px;
        margin: 0;
        transform: translateY(-50%)
    }
}

header .search-header input {
    width: 100%;
    padding: 20px 26px 20px 22px;
    border: none;
    font-size: 14px;
    color: #009d30;
    box-sizing: border-box
}

@media (min-width: 1280px) {
    header .search-header input {
        border-radius: 10px;
        padding: 10px;
        padding-right: 26px
    }
}

header .search-header button {
    position: absolute;
    padding-right: 18px;
    top: 50%;
    height: 20px;
    margin-top: -3px;
    font-size: 20px;
    transform: translateY(-50%);
    right: 10px;
    color: #009d30;
    background-color: transparent;
    border: none;
    cursor: pointer
}

header .search-header.open + .main-menu {
    top: 149px
}

header a {
    color: #fff
}

header .mobile-links {
    padding: 0 20px 0 40px;
    text-align: left
}

header .mobile-links .btn-primary-outline {
    width: auto
}

@media (min-width: 1280px) {
    header .mobile-links {
        display: none
    }
}

header .infor-links a {
    font-size: 16px;
    line-height: 2.38
}

header .infor-links a:hover {
    color: #fff
}

header .join-club {
    margin: 20px 0 16px
}

@media (min-width: 1280px) {
    header .join-club {
        margin: 0
    }
}

header .social-link {
    padding-top: 18px
}

header .social-link a {
    display: inline-block;
    margin-right: 28px;
    font-size: 28px
}

header .social-link a:hover {
    color: #fff
}

header .social-link a:last-child {
    margin: 0
}

.header-inner {
    text-align: center
}

@media (min-width: 1280px) {
    .header-inner {
        -ms-flex-align: center;
        align-items: center
    }
}

.header-inner > .join-club {
    display: none
}

@media (min-width: 1280px) {
    .header-inner > .join-club {
        display: inline-block;
        position: absolute;
        right: 45px;
        top: 50%;
        transform: translateY(-50%);
        width: 250px;
        padding: 10px 40px 10px 20px
    }
}

@media (min-width: 1280px) {
    .header-inner.open-search .main-menu {
        padding-right: 200px
    }
}

.main-menu {
    display: none;
    position: fixed;
    z-index: 100;
    top: 90px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px 0 0 0;
    background: #009d30;
    transition: all .3s ease-in;
    overflow-y: auto
}

@media (min-width: 1280px) {
    .main-menu {
        display: inline-block !important;
        padding: 0;
        position: static;
        top: auto;
        background: transparent;
        overflow-y: visible
    }
}

.main-menu .menu {
    margin: 0;
    text-align: left
}

@media (min-width: 1280px) {
    .main-menu .menu {
        display: -ms-flexbox;
        display: flex;
        height: 90px
    }
}

.main-menu .menu a {
    padding: 10px 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: "GothamRounded-Bold", Arial, sans-serif;
    word-break: break-word
}

@media (min-width: 1280px) {
    .main-menu .menu a {
        font-family: "GothamRounded-Bold", Arial, sans-serif
    }
}

.main-menu .menu .sub-menu {
    display: none;
    background-color: #fff;
    text-align: left
}

@media (min-width: 1280px) {
    .main-menu .menu .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: -ms-flexbox;
        display: flex;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        transition: opacity .2s ease-in-out;
        border-top: none;
        text-align: center;
        background-color: #fff
    }
}

.main-menu .menu .sub-menu ul.sub-menu-lv3 {
    width: 100%
}

@media (min-width: 1280px) {
    .main-menu .menu .sub-menu ul.sub-menu-lv3 {
        margin-left: 0px;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.main-menu .menu .sub-menu li {
    padding: 0 30px
}

@media (min-width: 1280px) {
    .main-menu .menu .sub-menu li {
        padding: 20px 30px 0;
        display: inline-block;
        min-height: 79px
    }
}

.main-menu .menu .sub-menu a {
    color: #009d30
}

.main-menu .menu .sub-menu .sub-menu {
    display: none
}

.main-menu .menu .sub-menu .sub-menu li {
    position: relative;
    padding: 5px 0 5px 15px;
    border-bottom: none
}

.main-menu .menu .sub-menu .sub-menu a {
    font-size: rem-calc(14)
}

.main-menu .menu li {
    position: relative
}

.main-menu .menu li.current-menu-item > .sub-menu {
    display: block
}

.main-menu .menu li span.icon, .main-menu .menu li span.icon-sub {
    position: absolute;
    right: 47px;
    top: 15px;
    cursor: pointer;
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: transform .3s ease-in-out;
    transform: translateY(-50%) rotate(-45deg)
}

@media (min-width: 1280px) {
    .main-menu .menu li span.icon, .main-menu .menu li span.icon-sub {
        display: none
    }
}

.main-menu .menu li span.icon.active, .main-menu .menu li span.icon-sub.active {
    top: 22px;
    transform: translateY(-50%) rotate(135deg)
}

.main-menu .menu li span.icon-sub {
    border-left-color: #009d30;
    border-bottom-color: #009d30
}

@media (min-width: 1280px) {
    .main-menu .menu li.has-sub-lv3 {
        position: static;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-menu .menu li .sub-menu-2 ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.main-menu .menu li .sub-menu-2 li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px 0 0
}

@media (min-width: 1280px) {
    .main-menu .menu li .sub-menu-2 li {
        padding: 20px 0;
        margin: 0 13px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none
    }
}

@media (min-width: 1280px) {
    .main-menu .menu > li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 27px;
        position: static;
        margin: 0 10px;
        text-align: center
    }

    .main-menu .menu > li:hover:after {
        opacity: 1
    }

    .main-menu .menu > li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        z-index: 1
    }
}

@media (min-width: 1280px) {
    .main-menu .menu > li {
        margin: 0 30px
    }
}

.main-menu .menu > li > a {
    margin: 0 22px 0 40px
}

@media (min-width: 1280px) {
    .main-menu .menu > li > a {
        margin: 0
    }
}

@media (min-width: 1280px) {
    .main-menu .menu > li:nth-child(2) .sub-menu .sub-menu-lv3 {
        margin-right: 0
    }
}

.main-menu .has-sub-lv3:after {
    content: '';
    display: none;
    bottom: 0;
    margin-top: auto;
    border: 10px solid transparent;
    border-bottom-color: #f3f4f5;
    height: 10px;
    transition: opacity .2s ease-in-out;
    opacity: 0
}

@media (min-width: 1280px) {
    .main-menu .has-sub-lv3:after {
        display: inline-block
    }
}

@media (min-width: 1280px) {
    .main-menu .has-sub-lv3:hover:after {
        opacity: 1
    }

    .main-menu .has-sub-lv3:hover .sub-menu-2 {
        z-index: 1;
        visibility: visible;
        opacity: 1
    }
}

.main-menu .sub-menu-2 {
    display: none;
    text-align: center;
    background-color: #f3f4f5
}

@media (min-width: 1280px) {
    .main-menu .sub-menu-2 {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: block;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        transition: opacity .2s ease-in-out;
        border-top: none;
        text-align: center
    }
}

.main-menu .sub-menu-2 .image {
    min-width: 130px;
    min-height: 130px;
    padding: 10px;
    background-size: cover
}

.main-menu .sub-menu-2 .image a {
    padding: 0
}

.main-menu .sub-menu-2 a {
    font-size: 13px
}

@media (min-width: 1280px) {
    .main-menu .sub-menu-2 a {
        font-size: 16px
    }
}

@media (min-width: 1280px) {
    .menu-item-has-sub:after {
        content: '';
        bottom: 0;
        margin-top: auto;
        border: 10px solid transparent;
        border-bottom-color: #fff;
        height: 10px;
        transition: opacity .2s ease-in-out;
        opacity: 0
    }
}

@media all and (min-width: 1280px) and (-ms-high-contrast: none) {
    .menu-item-has-sub:after {
        margin-bottom: -3px
    }
}

.main-menu__champsquad {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0%;
    will-change: height;
    z-index: 9999;
    background-color: #0ba038;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    transition: height 0.2s ease-in, top 0.2s ease-in
}

.main-menu__champsquad ul {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0 0 70px 0;
    padding: 0
}

.main-menu__champsquad ul li {
    display: block;
    text-align: center;
    transform: translateX(100px);
    opacity: 0;
    transition: all 0s
}

.main-menu__champsquad ul li + li {
    margin-top: 50px
}

.main-menu__champsquad ul li a {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    color: #fff
}

.main-menu__champsquad .nav-stores {
    display: inline-block;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0s
}

.menu-open .main-menu__champsquad {
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh + 90px);
    top: 0%;
    transition: height 0.4s ease-in, top 0.4s ease-in
}

.menu-open .main-menu__champsquad ul li {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.3s ease-out
}

.menu-open .main-menu__champsquad ul li:nth-child(1) {
    transition-delay: .4s
}

.menu-open .main-menu__champsquad ul li:nth-child(2) {
    transition-delay: .7s
}

.menu-open .main-menu__champsquad ul li:nth-child(3) {
    transition-delay: 1s
}

.menu-open .main-menu__champsquad .nav-stores {
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1.6s
}

.logo-champsquad {
    background: url(../images/logo-champsquad.png) no-repeat;
    background-size: 166px 17px;
    width: 166px;
    height: 17px;
    display: block;
    margin-top: 12px
}

@media (min-width: 768px) {
    .logo-champsquad {
        margin-top: 0;
        background-size: 249px 26px;
        width: 249px;
        height: 26px
    }
}

.color-inverted .logo-champsquad {
    background-image: url(../images/logo-champsquad-inverted.png)
}

.btn-primary-outline {
    display: inline-block;
    position: relative;
    padding: 10px 50px 10px 22px;
    border: 3px solid #fff;
    border-radius: 29px;
    font-size: 16px;
    font-family: "GothamRounded-Bold", Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 100%
}

@media (min-width: 768px) {
    .btn-primary-outline {
        width: auto
    }
}

.btn-primary-outline:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    cursor: pointer;
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-135deg)
}

.btn-primary-outline:hover {
    color: #fff;
    text-decoration: none
}

.footer-container {
    background: #ffffff;
    border-top: none
}

footer {
    padding-top: 38px;
    background: #fff;
    position: relative;
    z-index: 9;
    font-family: "AvenirNextLTPro-Regular", Helvetica, Arial, sans-serif
}

footer .row.expanded {
    max-width: 100%;
    margin: 0 auto
}

footer .columns.text-centered {
    text-align: center
}

footer .column, footer .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left
}

footer .small-12 {
    width: 100%
}

footer .wrap-term .wrap-info {
    float: left
}

footer .wrap-copyright {
    line-height: 1.5
}

footer .wrap-copyright a {
    color: #139032;
    font-weight: bold
}

@media only screen and (min-width: 40.0625em) {
    footer .medium-7 {
        width: 58.3333333333%
    }

    footer .medium-5 {
        width: 41.6666666667%
    }
}

@media only screen and (min-width: 640px) {
    footer {
        padding: 50px 0
    }
}

footer .row.expanded {
    max-width: 1200px
}

footer .inner-social {
    display: inline-block;
    text-align: left
}

@media only screen and (max-width: 639px) {
    footer .inner-social {
        float: left
    }
}

footer .inner-social .title {
    text-transform: uppercase;
    color: #767676;
    vertical-align: top
}

@media only screen and (min-width: 1025px) {
    footer .inner-social .title {
        font-size: 14px;
        vertical-align: middle
    }
}

@media only screen and (max-width: 639px) {
    footer .inner-social .title {
        font-size: .8rem
    }
}

footer .inner-social .wrap-social {
    vertical-align: middle;
    display: inline-block;
    text-align: left
}

@media only screen and (max-width: 639px) {
    footer .inner-social .wrap-social {
        display: block
    }
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    footer .inner-social .wrap-social {
        display: block
    }
}

footer .inner-social .wrap-social a {
    font-size: 2.5rem;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    z-index: 2;
    transition: all .3s ease 0s
}

footer .inner-social .wrap-social a.icon-fb {
    width: 30px;
    height: 30px
}

footer .inner-social .wrap-social a.icon-fb span {
    background: url(../images/global/icon-facebook.jpg) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px
}

footer .inner-social .wrap-social a.icon-ins {
    width: 32px;
    height: 32px
}

footer .inner-social .wrap-social a.icon-yt {
    width: 60px;
    height: 30px
}

footer .inner-social .wrap-social a.icon-yt span {
    background: url(../images/global/icon-youtube.jpg) 0 0 no-repeat;
    width: 60px;
    height: 30px;
    position: absolute;
    top: 4px
}

footer .inner-social .wrap-social a.icon-tt {
    width: 34px;
    height: 30px
}

footer .vertical-line {
    width: 1px;
    height: 45px;
    margin: 0 12px;
    background: #bdbdbd;
    display: inline-block;
    vertical-align: middle
}

footer .warp-connect {
    display: inline-block;
    float: right;
    position: relative;
    vertical-align: top
}

@media only screen and (min-width: 640px) {
    footer .warp-connect {
        vertical-align: top;
        float: none;
        margin-top: 0
    }
}

@media only screen and (min-width: 1025px) {
    footer .warp-connect {
        margin-top: 12px
    }
}

footer .warp-connect .name {
    margin-right: 15px;
    text-transform: uppercase;
    color: #767676
}

@media only screen and (min-width: 640px) {
    footer .warp-connect .name {
        vertical-align: top
    }
}

@media only screen and (max-width: 639px) {
    footer .warp-connect .name {
        font-size: .8rem;
        vertical-align: top;
        display: block;
        text-align: center
    }
}

footer .warp-connect a.icon-connect {
    display: inline-block;
    width: 38px;
    height: 36px;
    position: relative
}

footer .warp-connect a.icon-connect span {
    background: url(../images/global/icon-talk-to-us.jpg) 0 0 no-repeat;
    width: 38px;
    height: 36px;
    position: absolute;
    top: 4px
}

@media only screen and (max-width: 639px) {
    footer .warp-connect a.icon-connect span {
        left: 0
    }
}

@media only screen and (min-width: 640px) {
    footer .warp-connect a.icon-connect span {
        top: -5px
    }
}

footer .footer-logo {
    text-align: center;
    display: block
}

@media only screen and (min-width: 640px) {
    footer .footer-logo {
        float: left;
        display: inline-block
    }
}

footer .footer-logo .wrap-dar-logo {
    display: inline-block
}

footer .wrap-term {
    margin-top: 20px;
    text-align: center;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 640px) {
    footer .wrap-term {
        margin-top: 0
    }
}

footer .wrap-term .wrap-info {
    padding-top: 20px;
    text-align: left;
    font-size: .8rem;
    vertical-align: bottom
}

@media only screen and (max-width: 639px) {
    footer .wrap-term .wrap-info {
        font-size: .6rem;
        display: inline-block
    }
}

@media only screen and (min-width: 640px) {
    footer .wrap-term .wrap-info {
        text-align: left;
        padding-top: 9px
    }
}

footer .wrap-term .wrap-info .wrap-tnc {
    font-size: .8rem;
    line-height: 22px
}

@media only screen and (width: 320px) {
    footer .wrap-term .wrap-info .wrap-tnc {
        font-size: .75rem;
        line-height: 22px
    }
}

footer .wrap-term .wrap-info .wrap-tnc a {
    color: #139032;
    display: inline-block;
    margin: 0 8px
}

@media only screen and (max-width: 639px) {
    footer .wrap-term .wrap-info .wrap-tnc a {
        margin: 0
    }
}

@media only screen and (min-width: 640px) {
    footer .wrap-term .wrap-info .wrap-tnc a {
        font-size: .8rem;
        margin: 0
    }
}

@media only screen and (min-width: 1025px) {
    footer .wrap-term .wrap-info .wrap-copyright {
        margin-top: 8px
    }
}

footer .wrap-term .wrap-info .wrap-copyright p {
    font-size: .8rem;
    color: #656565
}

@media only screen and (max-width: 639px) {
    footer .wrap-term .wrap-info .wrap-copyright p {
        font-size: .6rem
    }
}

@media only screen and (min-width: 640px) {
    footer .wrap-term .wrap-info .wrap-copyright p {
        font-size: .8rem;
        margin-left: 15px
    }
}

footer .wrap-term a.footer-logo {
    vertical-align: top
}

@media only screen and (max-width: 639px) {
    footer .wrap-term a.footer-logo {
        display: inline-block
    }
}

footer .wrap-term a.footer-logo .logo-footer {
    display: inline-block;
    vertical-align: top
}

@media only screen and (min-width: 640px) {
    footer .wrap-term a.footer-logo .logo-footer {
        display: inline-block
    }
}

@media only screen and (min-width: 1025px) {
    footer .wrap-term a.footer-logo .logo-footer {
        width: auto
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 0;
    padding-bottom: 12.8%;
    top: 110px
}

@media (min-width: 768px) {
    .nav {
        padding-bottom: 4.6%;
        top: 90px
    }
}

.nav .logo-champsquad {
    margin-top: 15px
}

.nav .logo {
    margin-left: 20px
}

.nav-right {
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -20px
}

.nav-stores {
    display: none;
    vertical-align: middle
}

@media (min-width: 768px) {
    .nav-stores {
        display: inline-block
    }
}

.nav-stores img {
    display: block
}

.nav-stores + .nav-stores {
    margin-left: 15px
}

.nav-store-app-store {
    width: 124px;
    height: 40px
}

.nav-store-google-play {
    width: 135px;
    height: 40px
}

.nav-link {
    margin: 0 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000
}

.color-inverted-menu-only .nav-link {
    color: #fff
}

@media (min-width: 768px) {
    .nav-link {
        display: inline-block
    }
}

.color-inverted .nav-link {
    color: #fff
}

.btn-burger {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    vertical-align: middle;
    outline: none;
    z-index: 10000
}

.btn-burger:before, .btn-burger:after, .btn-burger span {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #313131;
    position: absolute
}

.color-inverted .btn-burger:before, .menu-open .btn-burger:before, .color-inverted .btn-burger:after, .menu-open .btn-burger:after, .color-inverted .btn-burger span, .menu-open .btn-burger span {
    background-color: #fff
}

.color-inverted-menu-only .btn-burger:before, .menu-open .btn-burger:before, .color-inverted-menu-only .btn-burger:after, .menu-open .btn-burger:after, .color-inverted-menu-only .btn-burger span, .menu-open .btn-burger span {
    background-color: #fff
}

.btn-burger:before {
    top: 8px;
    left: 5px;
    transition: all 0.3s ease
}

.btn-burger span {
    top: 18px;
    left: 5px;
    transition: all 0.3s ease 0.2s;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.btn-burger:after {
    top: 28px;
    left: 5px;
    transition: all 0.3s ease
}

.btn-burger.active:before {
    top: 18px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0.2s
}

.btn-burger.active span {
    opacity: 0;
    transition: all 0.3s ease
}

.btn-burger.active:after {
    top: 18px;
    transform: rotate(-135deg);
    transition: all 0.3s ease 0.2s
}

.nav-link {
    min-width: 40px
}

.nav-link .skip-cart {
    background: none;
    right: 45px
}

.nav-link .skip-cart:hover .icon {
    background: url("../images/icon-cart.png") center center no-repeat;
    background-size: contain
}

.nav-link .skip-cart.skip-active {
    z-index: 9
}

.nav-link .skip-cart.skip-active ~ .btn-burger {
    opacity: 0;
    pointer-events: none
}

.nav-link .skip-cart .icon {
    background: url("../images/icon-cart.png") center center no-repeat;
    background-size: contain;
    width: 28px;
    height: 29px
}

.nav-link .skip-cart .count {
    color: #ffffff;
    background: #0ba038;
    border-radius: 50%;
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 11px
}

@media (max-width: 767px) {
    .nav-link .skip-cart .count {
        right: -10px
    }
}

.nav-link .skip-cart .count:before, .nav-link .skip-cart .count:after {
    display: none
}

.nav-link .btn-burger {
    position: absolute;
    right: 0
}

#header-cart {
    padding: 15px 30px
}

#header-cart.skip-active {
    top: -24px;
    padding-top: 40px;
    z-index: 1;
    right: 40px;
    width: 420px;
    max-width: 100%;
    border: none
}

@media (max-width: 767px) {
    #header-cart.cart--active-mobile {
        position: fixed;
        left: 0;
        top: 96px;
        width: 100%;
        display: block;
        z-index: 1;
        min-height: calc(100vh - 96px);
        max-height: 70%;
        overflow: auto;
        background: #ffffff
    }
}

#header-cart.cart--active-mobile .header-cart-close {
    display: none
}

#header-cart .block-subtitle {
    font-size: 24px;
    font-family: "avenir-next-lt-pro-bold-italic", Arial, sans-serif;
    font-weight: normal;
    margin-top: -10px;
    position: relative;
    padding: 0 0 10px;
    text-align: left;
    margin-bottom: 30px;
    color: #000000;
    text-transform: none
}

#header-cart .block-subtitle:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: calc(100% + 60px);
    height: 1px;
    background: #d9d9d9;
    transform: translate(-50%, 0)
}

#header-cart .block-subtitle .close {
    display: none
}

#header-cart .mini-products-list {
    padding: 0
}

#header-cart .mini-products-list li {
    padding: 0
}

#header-cart .product-image {
    margin-right: 15px;
    border: none
}

#header-cart .product-image:hover {
    border: none
}

#header-cart .product-name {
    color: #0ba038
}

#header-cart .product-name a {
    color: #0ba038;
    font-size: 15px;
    font-family: "avenir-next-lt-pro-bold", Arial, sans-serif;
    margin-bottom: 10px;
    display: block
}

#header-cart .product-name .label {
    font-family: "avenir-next-lt-pro-demi-bold", Arial, sans-serif;
    color: #808080;
    display: block;
    font-size: 14px;
    text-transform: none
}

#header-cart .product-name .price {
    font-family: "avenir-next-lt-pro-bold-italic", Arial, sans-serif;
    color: #000000;
    display: block;
    font-size: 24px
}

#header-cart .func-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    clear: both
}

#header-cart .func-block .info-wrapper {
    margin-bottom: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%
}

#header-cart .func-block .info-wrapper tr {
    display: none
}

#header-cart .func-block .info-wrapper tr.qty-wrapper {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#header-cart .func-block .info-wrapper tr.qty-wrapper th {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-family: "avenir-next-lt-pro-demi-bold", Arial, sans-serif;
    font-size: 14px;
    color: #808080;
    margin-bottom: 5px;
    padding: 0;
    text-transform: none
}

#header-cart .func-block .info-wrapper tr.qty-wrapper td {
    display: -ms-flexbox;
    display: flex;
    height: auto
}

#header-cart .func-block .info-wrapper tr.qty-wrapper td .input-text {
    border: 1px solid #acacac;
    outline: none;
    width: 45px;
    height: 45px;
    font-family: "avenir-next-lt-pro-demi-bold", Arial, sans-serif;
    font-size: 18px;
    border-radius: 0;
    margin: 0 5px;
    text-align: center
}

#header-cart .func-block .info-wrapper tr.qty-wrapper td .qty-func {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#header-cart .func-block .info-wrapper tr.qty-wrapper td .button {
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    background: #000000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    transition: all ease 0.3s
}

#header-cart .func-block .info-wrapper tr.qty-wrapper td .button:before {
    content: '';
    position: absolute;
    width: 40%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 30%;
    background: #ffffff
}

#header-cart .func-block .info-wrapper tr.qty-wrapper td .button.quantity-plus:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 30%;
    background: #ffffff;
    transform: rotate(90deg)
}

#header-cart .func-block .info-wrapper tr.qty-wrapper td .button:hover {
    background: #0ba038
}

#header-cart .func-block .btn-edit {
    height: 45px;
    line-height: 45px;
    margin: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    font-size: 16px;
    transition: all ease 0.3s
}

#header-cart .block-content {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -15px;
    width: calc(100% + 60px);
    background: #ecefe9;
    padding: 30px
}

#header-cart .block-content .subtotal {
    margin: 0;
    position: relative;
    font-family: "avenir-next-lt-pro-demi-bold", Arial, sans-serif;
    color: #808080;
    font-size: 14px;
    line-height: 1.6;
    background: none;
    text-align: left
}

#header-cart .block-content .subtotal .label {
    color: #000000;
    font-family: "avenir-next-lt-pro-bold", Arial, sans-serif
}

#header-cart .block-content .subtotal .label + .price {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    color: #000000;
    font-family: "avenir-next-lt-pro-bold-italic", Arial, sans-serif
}

#header-cart .minicart-actions {
    background: #ecefe9;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -20px;
    padding-bottom: 30px
}

#header-cart .minicart-actions .checkout-types {
    float: none;
    text-align: center
}

#header-cart .minicart-actions .paypal-or {
    display: none
}

#header-cart #co-coupon-header-wrapper {
    padding: 0
}

#header-cart #co-coupon-header-wrapper label {
    display: none
}

#header-cart #co-coupon-header-wrapper .field-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

#header-cart #co-coupon-header-wrapper .input-text {
    border: 1px solid #acacac;
    border-radius: 0;
    outline: none;
    height: 45px;
    line-height: 45px;
    width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%
}

#header-cart #co-coupon-header-wrapper .button-wrapper {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-left: 10px
}

#header-cart #co-coupon-header-wrapper .button-wrapper .button {
    width: 100%;
    height: 45px;
    font-size: 16px;
    background: #313131;
    transition: all ease 0.3s
}

#header-cart #co-coupon-header-wrapper .button-wrapper .button:hover {
    background: #0ba038
}

@media (max-width: 767px) {
    .nav-link .header-minicart .skip-cart {
        position: absolute;
        right: 50px;
        border: none
    }

    .nav-link .header-minicart .skip-cart.cart--active-mobile {
        position: fixed;
        right: 0;
        z-index: 2;
        display: block;
        top: 120px
    }

    .nav-link .header-minicart .skip-cart.cart--active-mobile .count {
        right: auto
    }
}

.product-img-box {
    position: relative
}

#order-now .product-img-box {
    min-height: 550px
}

.product-img-box .product-image {
    border: none;
    margin-top: 65px
}

@media (min-width: 768px) {
    .product-img-box .product-image {
        padding-left: 120px
    }
}

.product-img-box .product-image:hover {
    border: none !important
}

.product-img-box .more-views {
    min-width: 110px
}

@media (min-width: 768px) {
    .product-img-box .more-views {
        position: absolute;
        top: 0
    }
}

.product-img-box .more-views .owl-controls {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.product-img-box .more-views .product-image-thumbs {
    opacity: 0;
    transition: all ease 0.3s
}

.product-img-box .more-views .product-image-thumbs.owl-carousel {
    opacity: 1
}

@media (min-width: 768px) {
    .product-img-box .more-views .owl-wrapper {
        max-width: 110px
    }
}

.product-img-box .more-views .owl-item {
    max-width: 70px;
    min-width: 70px;
    height: 70px;
    background: #ffffff;
    margin: 5px;
    padding: 0
}

@media (min-width: 768px) {
    .product-img-box .more-views .owl-item {
        max-width: 110px;
        min-width: 110px;
        height: 110px;
        margin: 5px 0
    }
}

.product-img-box .more-views .owl-item .item {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.product-img-box .more-views .owl-item .item .thumb-link {
    border: none
}

.product-content-box .product-shop .product-name span {
    display: none
}

.product-content-box .product-shop .product-name img {
    max-width: 100%
}

.product-content-box .product-shop .price-box {
    font-size: 36px;
    margin-right: 20px
}

.product-content-box .product-shop .price-box .price {
    font-family: "avenir-next-lt-pro-bold-italic", Arial, sans-serif
}

.product-content-box .product-shop .sep {
    display: none
}

.product-content-box .product-shop .price-info {
    font-size: 13px;
    margin: 20px 0
}

.product-content-box .product-shop .price-info .in-stock, .product-content-box .product-shop .price-info .out-stock {
    color: #ff7f00;
    font-family: "avenir-next-lt-pro-bold", Arial, sans-serif
}

.product-content-box .product-shop .extra-info {
    display: none
}

.product-content-box .product-shop .description {
    font-family: "nescafe_sansregular", Arial, sans-serif
}

.product-content-box .add-to-cart-wrapper {
    background: #ffffff;
    padding: 20px
}

@media (min-width: 768px) {
    .product-content-box .add-to-cart-wrapper {
        padding: 20px 40px
    }
}

.product-content-box .add-to-cart-wrapper .note {
    font-size: 14px;
    color: #777777;
    font-family: "nescafe_sansregular", Arial, sans-serif;
    margin-bottom: 15px
}

.product-content-box .add-to-cart-wrapper .note b {
    color: #000000
}

.product-content-box .add-to-cart-wrapper .add-to-cart {
    border: none
}

.product-content-box .add-to-cart-wrapper .qty-wrapper {
    float: none;
    width: 100%;
    padding-bottom: 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e1e1e1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .product-content-box .add-to-cart-wrapper .qty-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

#order-now .product-content-box .add-to-cart-wrapper .qty-wrapper .label {
    font-family: "avenir-next-lt-pro-demi-bold", Arial, sans-serif;
    color: #777777;
    font-size: 14px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: normal
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block, .product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block, .product-content-box .add-to-cart-wrapper .qty-wrapper .total-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 80px
}

@media (min-width: 768px) {
    .product-content-box .add-to-cart-wrapper .qty-wrapper .color-block {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper {
    position: relative;
    width: 100%;
    margin-top: -25px
}

@media (min-width: 768px) {
    .product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper {
        margin-top: -15px
    }
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper input:checked + label.check-black:after {
    border-color: #000000
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper input:checked + label.check-green:after {
    border-color: #0ba038
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper input:checked + label.check-white:after {
    border-color: #acacac
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper label {
    position: absolute;
    color: transparent;
    cursor: pointer;
    left: 0;
    height: 34px;
    line-height: 34px
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper label ~ label {
    left: 40px
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper label ~ label ~ label {
    left: 80px
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper label.check-black:before {
    background: #000000;
    border-color: #000000
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper label.check-green:before {
    background: #29312c;
    border-color: #29312c
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper label.check-white:before {
    background: #ffffff;
    border-color: #acacac
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper label:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 28px;
    height: 28px;
    border: 1px solid transparent
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border: 1px solid transparent
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .color-block .radio-wrapper label span {
    margin-left: 45px;
    color: #29312c
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media (min-width: 768px) {
    .product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block .input-text {
    border: 1px solid #acacac;
    outline: none;
    width: 45px;
    height: 45px;
    font-family: "avenir-next-lt-pro-demi-bold", Arial, sans-serif;
    font-size: 18px;
    border-radius: 0;
    margin: 0 5px
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block .qty-func {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block a.qty, .product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block span.qty {
    font-size: 30px;
    color: #ffffff;
    background: #000000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    transition: all ease 0.3s
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block a.qty:before, .product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block span.qty:before {
    content: '';
    position: absolute;
    width: 40%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 30%;
    background: #ffffff
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block a.qty.qty-plus:after, .product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block span.qty.qty-plus:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 30%;
    background: #ffffff;
    transform: rotate(90deg)
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block a.qty:hover, .product-content-box .add-to-cart-wrapper .qty-wrapper .qty-block span.qty:hover {
    background: #0ba038
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .total-block {
    padding-left: 25px
}

@media (max-width: 767px) {
    .product-content-box .add-to-cart-wrapper .qty-wrapper .total-block {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.product-content-box .add-to-cart-wrapper .qty-wrapper .total-block .total {
    font-family: "avenir-next-lt-pro-demi-bold", Arial, sans-serif;
    font-size: 28px;
    color: #000000
}

.product-content-box .add-to-cart-wrapper .add-to-cart-buttons {
    float: none;
    width: 100%;
    white-space: nowrap;
    text-align: center
}

.product-content-box .add-to-cart-wrapper .add-to-cart-buttons .btn-cart {
    height: 50px;
    background: #0ba038;
    min-width: 228px;
    font-family: "avenir-next-lt-pro-bold", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    transition: all ease 0.3s
}

#order-now .product-content-box .add-to-cart-wrapper .add-to-cart-buttons .btn-cart {
    margin-right: 30px;
    width: 100%
}

@media (min-width: 768px) {
    #order-now .product-content-box .add-to-cart-wrapper .add-to-cart-buttons .btn-cart {
        width: auto
    }
}

.product-content-box .add-to-cart-wrapper .add-to-cart-buttons .btn-cart:hover {
    background: rgba(11, 160, 56, 0.75)
}

.product-content-box .add-to-cart-wrapper .add-to-cart-buttons .btn-cart > span:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 25px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: 1px solid transparent;
    border-right-color: #ffffff;
    border-top-color: #ffffff;
    transform: rotate(45deg)
}

.product-content-box .add-to-cart-wrapper .add-to-cart-buttons .paypal-button {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.product-content-box .add-to-cart-wrapper .add-to-cart-buttons .paypal-button img {
    display: block
}

.cms-about-product .entry-content .tab-top {
    position: relative;
    z-index: 1
}

.cms-about-product .entry-content .tab-top:after {
    display: none
}

.cms-about-product .entry-content .tab-top .inner {
    text-align: center;
    border: none
}

.cms-about-product .entry-content .tab-top .inner .tab-top-item {
    display: block;
    float: none;
    font-family: "avenir-next-lt-pro-bold", Arial, sans-serif;
    color: #ffffff;
    background: #313131;
    position: absolute;
    width: 100%
}

@media (min-width: 768px) {
    .cms-about-product .entry-content .tab-top .inner .tab-top-item {
        position: relative;
        display: inline-block;
        width: 22%
    }
}

.cms-about-product .entry-content .tab-top .inner .tab-top-item:hover {
    background: rgba(11, 160, 56, 0.75)
}

.cms-about-product .entry-content .tab-top .inner .tab-top-item:before {
    content: '';
    position: absolute;
    right: 15px;
    left: auto;
    top: 50%;
    width: 14px;
    height: 1px;
    background: #ffffff;
    display: block;
    z-index: 1
}

@media (min-width: 768px) {
    .cms-about-product .entry-content .tab-top .inner .tab-top-item:before {
        display: none
    }
}

.cms-about-product .entry-content .tab-top .inner .tab-top-item.active {
    background: #0ba038;
    margin-bottom: 0;
    position: relative;
    top: 0
}

.cms-about-product .entry-content .tab-top .inner .tab-top-item.active:after {
    content: '';
    position: absolute;
    right: 15px;
    left: auto;
    top: 50%;
    width: 14px;
    height: 1px;
    background: #ffffff;
    display: block;
    transform: rotate(90deg)
}

@media (min-width: 768px) {
    .cms-about-product .entry-content .tab-top .inner .tab-top-item.active:after {
        display: none
    }
}

.cms-about-product .entry-content .tab-content {
    margin-top: -24px;
    background: #ffffff;
    padding: 30px 25px;
    list-style: none
}

@media (min-width: 768px) {
    .cms-about-product .entry-content .tab-content {
        padding: 60px 110px
    }
}

.cms-about-product .entry-content .tab-content ul, .cms-about-product .entry-content .tab-content ol {
    padding-left: 10px
}

.cms-about-product .entry-content .tab-content ul li, .cms-about-product .entry-content .tab-content ol li {
    padding-left: 20px;
    position: relative
}

.cms-about-product .entry-content .tab-content ul li:before, .cms-about-product .entry-content .tab-content ol li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 100%
}

.cms-index-noroute, .checkout-cart-index {
    display: -ms-flexbox;
    display: flex;
    height: 100vh
}

.cms-index-noroute .wrapper, .checkout-cart-index .wrapper {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.cms-index-noroute .wrapper .main-container, .checkout-cart-index .wrapper .main-container {
    padding: 150px 0;
    min-height: 80vh
}

.cms-index-noroute .wrapper .page-title h1, .checkout-cart-index .wrapper .page-title h1 {
    border-color: currentColor
}

.checkout-onepage-index .page-title {
    display: none
}

.checkout-onepage-index .page {
    padding-top: 96px
}

@media (min-width: 1440px) {
    .checkout-onepage-index .page {
        padding-top: 90px
    }
}

.checkout-onepage-index header {
    top: 0
}

.checkout-onepage-index .nav {
    top: 96px;
    padding-bottom: 60px
}

@media (min-width: 1440px) {
    .checkout-onepage-index .nav {
        top: 90px
    }
}

.checkout-onepage-index .main-container {
    padding-top: 90px
}

.checkout-onepage-index .input-text {
    background: transparent
}

.checkout-onepage-index .data-table tfoot tr {
    background: transparent
}

.checkout-onepage-index .form-list .input-box select {
    background: transparent
}

.checkout-onepage-index .form-list .control label {
    background: transparent
}

.logo {
    float: none;
    min-width: 0;
    padding: 0;
    min-height: 0;
    margin-left: 15px
}

.checkout-cart-configure .input-text {
    border: 1px solid #acacac;
    outline: none;
    width: 45px;
    height: 45px;
    font-family: "avenir-next-lt-pro-demi-bold", Arial, sans-serif;
    font-size: 18px;
    border-radius: 0;
    margin: 0 5px
}

.messages {
    margin-top: 100px
}

.checkout-onepage-success .main .page-title {
    margin-top: 150px
}

#ajaxcart_totals_headerbox_content .summary-total {
    display: none;
}
