::selection {
    background: rgba(225, 65, 99, 0.3);
}

* {
    outline: none;
}

body {
    background: #faf9f8;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

button {
    background: transparent;
    border: 0;
}

input[type=checkbox],
input[type=radio] {
    display: inline-block;
}

p > a {
    color: #00a77e;
}

.main-container input:not([type="radio"]):not([type="checkbox"]):not([type="button"]),
.main-container select {
    padding: 5px;
    border: solid 1px #dcd3cd;
    width: 100%;
}

input:not([type="radio"]):not([type="checkbox"]),
.button {
    /*box-shadow: 3px 3px 0 0 rgba(60, 60, 60, 0.1)*/
}

a div:hover > .overlay {
    background: #fff;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.price {
    font-family: 'Work Sans', sans-serif;
}


.button {
    background: #f2b826;
    border: 0;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 15px !important;
    font-family: 'Work Sans', sans-serif;
}

.button.bigger {
    font-size: 18px;
}

.button:hover:not(.disabled-button),
.button:active:not(.disabled-button) {
    background: #ffdc91;
}

.button.special {
    background: #f2b826;
}

.button.special:hover:not(.disabled-button),
.button.special:active:not(.disabled-button) {
    background: #ffdc91;
}

.button a,
.button:hover a,
.button a:hover,
.button a:focus,
.button a:active {
    color: #fff;
    text-decoration: none;
}

.disabled input {
    cursor: default;
    opacity: 0.4;
}

.disabled input:hover {
    background: #00936f !important;
}

.button.wider {
    padding: 10px 30px !important;
}

.button.widest {
    padding: 10px 50px !important;
}

.disabled-button {
    cursor: default;
    opacity: 0.4;
}

.environment-logo {
    background: url("../images/sprite.png") 0 43px;
    height: 43px;
    margin: auto;
    width: 53px;
}

.main.container {
    margin-bottom: 40px;
}

.blocks-line {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px;
}

#contactForm textarea {
    width: 100%;
    height: 100px;
    resize: none;
    border: 0;
}

.element {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.element.big-ele {
    width: 60%;
}

.element.medium-ele {
    width: 40%;
}

.element.small-ele {
    width: 20%;
}

.element-block {
    height: 340px;
    overflow: hidden;
    position: relative;
}

.element .image-background img {
    height: 340px;
    width: 100%;
}

.is-blog .element-block {
    height: 420px;
}

.is-blog .element .image-background img {
    height: 420px;
}

.element-block > .image-background {
    height: inherit;
}

.element-block > .image-background > img {
    height: inherit;
}

.element-block .element-block-content {
    height: 100%;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.element-block .element-block-content > p,
.element-block .element-block-content > div {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 27px;
    font-weight: bold;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    padding: 5px;
}

.element-block.type-label .image-background {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.element-block.type-label .image-background img {
    bottom: -100%;
    height: 100%;
    left: -100%;
    margin: auto;
    position: absolute;
    right: -100%;
    top: -100%;
    width: auto;
}

ul.messages {
    background: #f2b826;
    color: #fff;
    display: none;
    height: 35px;
    left: 0;
    list-style: none;
    padding: 10px 0 16px 0;
    position: fixed;
    text-align: center;
    top: 0;
    -webkit-transform: translateZ(0);
    width: 100%;
    font-family:'Work Sans', sans-serif;
}

ul.messages ul {
    list-style: none;
}

@media (max-width: 1199px) {
    .element-block .element-block-content > p {
        font-size: 16px;
    }
}

.element-block .element-block-content > p span {
    display: block;
    margin: 0 auto;
    font-size: 24px;
}

.text-center-sm-xs {
    text-align: center;
}

@media (min-width: 1200px) {
    .col-lg-5-in-row {
        float: left;
        width: 20%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-5-in-row {
        float: left;
        width: 20%;
    }
}

.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (min-width: 480px) {
    .visible-ms {
        display: none !important;
    }
}

@media (max-width: 479px) {
    .hidden-ms {
        display: none !important;
    }
    .visible-ms {
        display: block !important;
    }
    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11 {
        float: left;
    }
    .col-ms-1 {
        width: 8.33333%;
    }
    .col-ms-2 {
        width: 16.66667%;
    }
    .col-ms-3 {
        width: 25%;
    }
    .col-ms-4 {
        width: 33.33333%;
    }
    .col-ms-5 {
        width: 41.66667%;
    }
    .col-ms-6 {
        width: 50%;
    }
    .col-ms-7 {
        width: 58.33333%;
    }
    .col-ms-8 {
        width: 66.66667%;
    }
    .col-ms-9 {
        width: 75%;
    }
    .col-ms-10 {
        width: 83.33333%;
    }
    .col-ms-11 {
        width: 91.66667%;
    }
    .col-ms-12 {
        width: 100%;
    }
    .col-ms-push-1 {
        left: 8.33333%;
    }
    .col-ms-push-2 {
        left: 16.66667%;
    }
    .col-ms-push-3 {
        left: 25%;
    }
    .col-ms-push-4 {
        left: 33.33333%;
    }
    .col-ms-push-5 {
        left: 41.66667%;
    }
    .col-ms-push-6 {
        left: 50%;
    }
    .col-ms-push-7 {
        left: 58.33333%;
    }
    .col-ms-push-8 {
        left: 66.66667%;
    }
    .col-ms-push-9 {
        left: 75%;
    }
    .col-ms-push-10 {
        left: 83.33333%;
    }
    .col-ms-push-11 {
        left: 91.66667%;
    }
    .col-ms-pull-1 {
        right: 8.33333%;
    }
    .col-ms-pull-2 {
        right: 16.66667%;
    }
    .col-ms-pull-3 {
        right: 25%;
    }
    .col-ms-pull-4 {
        right: 33.33333%;
    }
    .col-ms-pull-5 {
        right: 41.66667%;
    }
    .col-ms-pull-6 {
        right: 50%;
    }
    .col-ms-pull-7 {
        right: 58.33333%;
    }
    .col-ms-pull-8 {
        right: 66.66667%;
    }
    .col-ms-pull-9 {
        right: 75%;
    }
    .col-ms-pull-10 {
        right: 83.33333%;
    }
    .col-ms-pull-11 {
        right: 91.66667%;
    }
    .col-ms-offset-0 {
        margin-left: 0;
    }
    .col-ms-offset-1 {
        margin-left: 8.33333%;
    }
    .col-ms-offset-2 {
        margin-left: 16.66667%;
    }
    .col-ms-offset-3 {
        margin-left: 25%;
    }
    .col-ms-offset-4 {
        margin-left: 33.33333%;
    }
    .col-ms-offset-5 {
        margin-left: 41.66667%;
    }
    .col-ms-offset-6 {
        margin-left: 50%;
    }
    .col-ms-offset-7 {
        margin-left: 58.33333%;
    }
    .col-ms-offset-8 {
        margin-left: 66.66667%;
    }
    .col-ms-offset-9 {
        margin-left: 75%;
    }
    .col-ms-offset-10 {
        margin-left: 83.33333%;
    }
    .col-ms-offset-11 {
        margin-left: 91.66667%;
    }
}

@media (max-width: 479px) {
    .container {
        max-width: 748px;
    }
    .form-horizontal .form-group .control-label {
        text-align: right;
    }
}


/* Breadcrumbs */

.breadcrumbs {
    margin: 20px 0 10px;
}

.breadcrumbs ul {
    list-style-type: none;
    padding: 0;
}

.breadcrumbs ul li {
    color: #000000;
    display: inline-block;
    font-family: "WorkSans", sans-serif;
    font-size: 16px;
}

.breadcrumbs ul li strong, .breadcrumbs ul li a {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.breadcrumbs ul li span.separator::before {
    content: ">";
    margin-left: 8px;
    margin-right: 8px;
}


/* Product list */

ol.products-list {
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
}

ol.products-list li {
    text-align: center;
}

ol.products-list li div.item {
    display: inline-block;
    margin-bottom: 15px;
    padding-right: 0;
    text-align: left;
}

@media (min-width: 768px) {
    ol.products-list {
        margin-right: -30px;
    }
    ol.products-list li {
        text-align: left;
        padding-left: 5px;
        padding-right: 5px;
    }
    ol.products-list li div.item {
        display: block;
    }
}

ol.products-list li div.item .item-content {
    background-color: #fff;
    overflow: hidden;
    padding: 15px;
    position: relative;
}

ol.products-list li div.item .item-content div.product-image {
    display: block;
    overflow: hidden;
}

ol.products-list li div.item .item-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

ol.products-list li div.item .item-content .product-shop {
    color: #000;
}

ol.products-list li div.item .item-content h2.product-name {
    bottom: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: lighter;
    left: 0;
    margin: 0;
    padding: 0 0 15px 15px;
    position: absolute;
    width: 58%;
    overflow: hidden;
    word-wrap: break-word;
}

ol.products-list li div.item .item-content h2.product-name a {
    color: #000;
}

ol.products-list li div.item .item-content .price-box {
    bottom: 0;
    line-height: 1;
    padding: 0 15px 15px 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 40%;
    font-size:14px;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
}


/* inputs */

.fields .field:first-child {
    padding-left: 0;
}

.fields .field:nth-child(2) {
    padding-right: 0;
}

@media (max-width: 767px) {
    .fields .field:first-child {
        padding-left: 0;
        padding-right: 0;
    }
    .fields .field:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }
}

.account-create.container #email_address {
    width: 48%;
}

.drop-basket-timer {
    color: #00a77e;
    font-family: 'Work Sans', sans-serif;
    margin-top: 30px;
    text-align: center;
}

.drop-basket-timer ul li {
    display: inline-block;
    font-size: 20px;
}

#refund-form textarea {
    border: 0;
    height: 150px;
    resize: none;
    width: 100%;
}

.old-price,
.old-price-product {
    color: #888;
    text-decoration: line-through;
}

.old-price-product {
    margin-right: 5px;
}

.discount-label-product,
.discount-label {
    background: #f09b16;
    border-radius: 45px;
    box-shadow: 3px 3px 0 0 rgba(60, 60, 60, 0.1);
    color: #fff;
    height: 60px;
    width: 60px;
    margin-left: 5px;
    padding: 17px 0;
    text-align: center;
    font-size: 16px;
}

.discount-label {
    font-family: 'Work Sans', sans-serif;
    position: absolute;
    right: 5%;
    top: -25px;
    z-index: 1;
}

.slick-list {
    padding-top: 20px !important;
}

.std .form-list {
    padding-left: 0;
    list-style-type: none;
}

body > img {
    display: none;
}

.account-login .content h2{
    color:#00a77e;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
}
.account-login .content p{
    font-size:16px;
}

h1, h2, h3 ,h4{
    font-family: 'Work Sans', sans-serif;
}