/* File generated by shrinker.ch - DateTime: 2020-04-28, 23:25:46 */

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.text-replace {
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap
}

.cd-cart::before {
    content: '';
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s
}

.cd-cart--open::before {
    opacity: 1;
    visibility: visible
}

.cd-cart__content,
.cd-cart__trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-cart--empty .cd-cart__content,
.cd-cart--empty .cd-cart__trigger {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px)
}

@media(min-width:80rem) {
    .cd-cart__content,
    .cd-cart__trigger {
        bottom: 40px
    }
}

.cd-cart__trigger {
    z-index: 4;
    height: 56px;
    width: 72px;
    overflow: visible;
    background-color: #fff;
    border-radius: 5%
}

.cd-cart__trigger::after,
.cd-cart__trigger::before {
    content: '';
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    height: 100%;
    width: 100%;
    background: url(../img/cd-icons-cart-close.svg) no-repeat 0 0;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.cd-cart__trigger::after {
    background-position: -72px 0;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.cd-cart--open .cd-cart__trigger::before {
    opacity: 0
}

.cd-cart--open .cd-cart__trigger::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.cd-cart__trigger:hover+.cd-cart__content .cd-cart__layout {
    box-shadow: 0 6px 40px rgba(0, 0, 0, .3)
}

.cd-cart--open .cd-cart__trigger:hover+.cd-cart__content .cd-cart__layout {
    box-shadow: 0 4px 30px rgba(0, 0, 0, .17)
}

.cd-cart__count {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 28px;
    width: 28px;
    background: #e84935;
    color: #fff;
    font-size: .83333em;
    font-weight: 700;
    border-radius: 50%;
    text-indent: 0;
    transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s, -webkit-transform .2s .5s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0
}

.cd-cart__count li {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .15s;
    animation-duration: .15s
}

.cd-cart__count li:last-of-type {
    visibility: hidden
}

.cd-cart--open .cd-cart__count {
    transition: -webkit-transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.cd-cart--empty .cd-cart__count {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.cd-cart__content {
    z-index: 3;
    width: 90%;
    max-width: 440px;
    height: 400px;
    max-height: 90%;
    pointer-events: none
}

.cd-cart__layout {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    overflow: hidden;
    height: 56px;
    width: 72px;
    border-radius: .25em;
    transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    transition-timing-function: cubic-bezier(.67, .17, .32, .95);
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .17);
    pointer-events: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.cd-cart--open .cd-cart__layout {
    height: 100%;
    width: 100%;
    transition-delay: 0s
}

.cd-cart__body,
.cd-cart__header {
    opacity: 0;
    padding-left: .825em;
    padding-right: .825em
}

.cd-cart--open .cd-cart__body,
.cd-cart--open .cd-cart__header {
    opacity: 1
}

.cd-cart__header {
    position: relative;
    z-index: 3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-radius: .25em .25em 0 0;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    transition: opacity .2s 0s;
    border-bottom: 1px solid #e5e5e5
}

.cd-cart__header h2 {
    display: inline-block;
    font-size: .76388em;
    font-weight: 500;
    letter-spacing: .1em;
    color: #007f00
}

.cd-cart--open .cd-cart__header {
    transition: opacity .2s .2s
}

.cd-cart__body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 1em;
    padding-bottom: 3em;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    transition: opacity .2s
}

.cd-cart__body ul {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0
}

.cd-cart--open .cd-cart__body {
    transition: opacity 0s
}

.cd-cart--open .cd-cart__body li {
    transition: opacity .3s .2s, -webkit-transform .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px
}

.cd-cart--open .cd-cart__body li:nth-of-type(2) {
    transition-duration: .4s
}

.cd-cart--open .cd-cart__body li:nth-of-type(3) {
    transition-duration: .5s
}

.cd-cart--open .cd-cart__body li:nth-of-type(4),
.cd-cart--open .cd-cart__body li:nth-of-type(5) {
    transition-duration: .55s
}

.cd-cart__product {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    transition: opacity 0s .2s, -webkit-transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
    display: -ms-flexbox;
    display: flex
}

.cd-cart__product:not(:last-of-type) {
    margin-bottom: 12px
}

.cd-cart__product a {
    text-decoration: none
}

.cd-cart__image {
    display: inline-block;
    width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: auto
}

.cd-cart__image img {
    display: block
}

@media(min-width:64rem) {
    .cd-cart__image {
        width: 40px
    }
}

.cd-cart__details {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cd-cart__details h3 {
    font-weight: 700;
    width: 100%;
    font-size: .95833em;
    margin: 0;
    padding: 0;
    border: 0;
    color: #252530
}

.cd-cart__details h3 a {
    color: #2a3d50
}

.cd-cart__details h3 a:hover {
    color: #2b96dd
}

.cd-cart__price {
    width: 30%;
    text-align: right;
    font-size: .91666em;
    font-weight: 700
}

.cd-cart__actions {
    display: -ms-flexbox;
    display: flex;
    font-size: .76388em;
    line-height: 20px
}

.cd-cart__delete-item,
.cd-cart__quantity {
    color: #666;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-cart__delete-item {
    margin-right: .75em
}

.cd-cart__delete-item:hover {
    color: #e84935
}

.cd-cart__quantity {
    display: -ms-flexbox;
    display: flex
}

.cd-cart__quantity label {
    margin-right: .375em
}

.cd-cart__select {
    position: relative
}

.cd-cart__select select {
    position: relative;
    padding: 0 1.25em 0 0;
    cursor: pointer;
    color: currentColor
}

.cd-cart__select select:focus {
    outline: 0;
    color: #2a3d50;
    box-shadow: 0 1px 0 currentColor
}

.cd-cart__select select::-ms-expand {
    display: none
}

.cd-cart__select .icon {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 12px;
    height: 12px;
    color: currentColor;
    pointer-events: none
}

@media(min-width:64rem) {
    .cd-cart__select select {
        padding-right: .75em
    }
}

.cd-cart__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 .25em .25em;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, .15);
    background: #fff
}

.cd-cart__checkout {
    display: block;
    height: 56px;
    line-height: 56px;
    margin-right: 72px;
    color: hsla(0, 0%, 100%, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    transition: all .2s 0s background: #007f00
}

.cd-cart__checkout:hover {
    background: rgba(0, 127, 0, .8)
}

.cd-cart__checkout em {
    position: relative;
    display: inline-block;
    font-style: normal;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    transition: -webkit-transform 0s .2s;
    transition: transform 0s .2s
}

.cd-cart__checkout .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    opacity: 0;
    transition: opacity .2s;
    color: currentColor
}

.cd-cart--open .cd-cart__checkout {
    color: #fff;
    transition: color .2s .3s;
    background: rgba(0, 127, 0, .8);
}

.cd-cart--open .cd-cart__checkout em {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: padding .2s 0s, -webkit-transform .2s .3s;
    transition: transform .2s .3s, padding .2s 0s;
    transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s;
}

.cd-cart--open .cd-cart__checkout:hover em {
    padding-right: 30px
}

.cd-cart--open .cd-cart__checkout:hover .icon {
    opacity: 1
}

.mymodal {
    display: none;
    position: fixed;
    z-index: 3;
    padding-top: 50vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.mymodal-content {
    background-color: #fefefe;
    padding: 30px;
    width: 68.8%;
    margin-left: 25%;
    z-index: 2;
    border-radius: var(--radius);
    transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
    pointer-events: auto;
    text-align: center
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -7px
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.cd-cart__trigger text-replace:hover {
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

.clearAll a {
    color: #007f00;
    text-decoration: none;
    display: inline-block;
    font-size: .76388em;
    font-weight: 500;
    letter-spacing: .1em
}

.clearAll a:hover {
    text-decoration: underline;
    color: #e84935
}

.nr-icon.nr-cards__icon-arrow-title.nr-icon-arrow-title.right-arrow {
    font-size: 14px;
    transition: transform .3s ease-in-out
}

.nr-icon.nr-cards__icon-arrow-title.nr-icon-arrow-title.right-arrow:hover {
    font-size: 14px;
    transition: transform .3s ease-in-out
}
