/*
@media screen and
  (prefers-reduced-motion: reduce), 
  (update: slow) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important; 
    transition-duration: 0.001ms !important;
  }
} 
*/

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none;
    }
}


.instock_links a:link {
    text-decoration: none;
    border-bottom: 1px solid blue;
}


.blog_css a:link {
    text-decoration: none;
    border-bottom: 1px solid #620B09;
}


.product_css a:link {
    text-decoration: none;
    border-bottom: 1px solid #620B09;
}


.collection_css a:link {
    text-decoration: none;
    border-bottom: 1px solid blue;
}


.page_css {
    width: 75%;
}

.page_css a:link {
    text-decoration: none;
    border-bottom: 1px solid blue;
}

.focus input:focus {
    border: 3px solid #000000;
    background-color: #dbf3fa;
}

.focus select:focus {
    background-color: #dbf3fa;
    outline: 3px dashed #dbf3fa;
    outline-offset: 2px;
    border: 3px solid #000000;
}

.copyright {
    color: #64090A;
}

.email_signup_msg {
    color: black;
}

.collection-filter {
    display: inline-block;
    max-width: 200px;
    text-align: left;
    margin: 0 10px;
}

.contact-us-form {
    width: 100%;

}

.contact-us-form select {
    max-width: 100%;
}

.contact-us-form option {
    width: 100%;
}


.left-cell {
    float: left;
    max-width: none;
    width: 75%;
    padding: 0;
}

.right-cell {
    float: right;
    width: 25%;
}


.order-table {
    border-collapse: collapse;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.order-table td, .order-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.order-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.order-table tr:hover {
    background-color: #0D123B;
    color: #fff;
}

.order-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #4d4d4d;
    color: white;
}

.order-table td {
    text-align: center;
}


@media only screen and (max-width: 600px) {
    .hide-on-mobile-only {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-tablet-only {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-mobile-and-tablet {
        display: none !important;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-tablet-and-desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-desktop-only {
        display: none !important;
    }
}

.one-half-column-left {
    width: 48%;
    float: left;
}

.one-half-column-right {
    width: 48%;
    float: right;
}

.hidden {
    display: none;
}

.harris-pricebreaks tr td {
    padding: 5px 10px;
}

.harris-pricebreaks thead {
    font-weight: bold;
}

.harris-label-inline {
    display: initial;
    color: inherit;
    margin-top: initial;
    margin-bottom: initial;
}


.grid-cell {
    display: grid;
    padding: 3px;
    height: 100%;
    width: 100%;
}

.grid-wrapper-2column {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: white;
}


/* dsostre */

.mark {
    background-color: yellow;
    color: black;
}

.mark_blue {
    background-color: #B0E0E6;
    color: black;
}

.reorder-button {
    font-size: 10px;
    padding: 10px 24px;
}

.right {
    width: 50%;
    float: right;
}

.left {
    float: none;
    width: auto;
    overflow: hidden;
}

.cart-marketing-message-clear {
    width: 100%;
    border: solid;
    background: #00000000;
    padding: 20px;
    border-width: medium;
    font-size: 18px;
    text-align: center;
}

.cart-marketing-message-yellow {
    width: 100%;
    border: solid;
    background: #ffffcc;
    padding: 20px;
    border-width: medium;
    font-size: 18px;
    text-align: center;
}

.cart-marketing-message-blue {
    width: 100%;
    border: solid;
    background: #33ddff;
    padding: 20px;
    border-width: medium;
    font-size: 18px;
    text-align: center;
}

.cart-marketing-message-green {
    width: 100%;
    border: solid;
    background: #D9FBFC;
    padding: 20px;
    border-width: medium;
    font-size: 14px;
    text-align: center;
}

.cart-marketing-message-gray {
    width: 100%;
    border: solid;
    border-width: thin;
    background: #EEEEEE;
    padding: 2px;
    font-size: 14px;
    text-align: center;
}

.local_growers {
    width: 20%;
    float: right;

@include breakpoint(s) {
    width: 100%;
}
.empty {
    border: 1px solid transparent;
    margin: 0;
    padding: 30px;
    border-radius: 2px;
}

}

.box {
    width: 100%;
    padding: 20px;
    border: solid;
    border-width: medium;
}

.yellow {
    background: #ffffcc;
}

.flex-rectangle {
    width: 100%;
    background: #ffffcc;
}

.flex-rectangle:before {
    content: "";
    display: block;
}

.customer-content-communication {
    padding: 20px;
    font-size: 18px;
}


.cart-marketing-message-yellow {
    width: 100%;
    border: solid;
    background: #ffffcc;
    padding: 20px;
    border-width: medium;
    font-size: 18px;
    text-align: center;
}

.cart-marketing-message-blue {
    width: 100%;
    border: solid;
    background: #33ddff;
    padding: 20px;
    border-width: medium;
    font-size: 18px;
    text-align: center;
}

.cart-marketing-message-green {
    width: 100%;
    border: solid;
    background: #D9FBFC;
    padding: 20px;
    border-width: medium;
    font-size: 14px;
    text-align: center;
}

.cart-marketing-message-gray {
    width: 100%;
    border: solid;
    background: #FFFFFF;
    padding: 0px;
    border-width: thin;
    font-size: 16px;
    text-align: center;
}


/* dsostre - end */

.navigation-wrapper .branding a {
    padding: 0 !important;
}

.branding.new a {
    margin-left: -40px;
}

.branding.new img {
    max-height: 45px !important;
    max-width: none;
}

.template-product .add-to-cart {
    margin: 26px 0 0;
}

.quantity-remove {
    padding: 20px 20px 20px 0 !important;
    text-align: center;
    width: 14%;
    position: relative;
}

.cart-item .remove {
    color: #444;
    display: inline-block;
    float: none;
    font-size: 15px;
    left: 0;
    position: relative;
    top: 0;
    vertical-align: middle;
    font-family: Lato, sans-serif;
    padding-left: 20px;
}

.cart-checkout.button {
    padding: 15px 36px;
    background-color: #893333;
}

.cart-checkout.button:hover {
    background-color: #893333;
}

.template-product .upper-footer {
    margin: 10px 0 0;
}

.shipping-section {
    float: right;
    margin: 14px 0;
    padding: 0;
    width: 100%;
}

.ship-now, .ship-complete {
    color: #444;
    color: #666;
    float: right;
    font-weight: bold;
    margin: 0;
    width: 100%;
    font-size: 14px;
}

.shipping-calender {
    float: right;
    font-size: 14px;
    margin: 0;
    width: 100%;
    color: #666;
    font-weight: bold;
    padding: 5px 0 0;
}

.add-to-cart input {
    font-size: 16px;
    background-color: #893333;
    color: #fff;
}

.add-to-cart input:not(.disabled):hover {
    background-color: #893333;
}

.total-line .payment-due__currency {
    display: none;
}

.template-cart .section-title {
    padding-left: 30px;
}

.product-main-image > span {
    float: right;
    margin: 10px 0 20px;
}

.pro_icon {
    float: right;
    padding-right: 23px;
}

.total-line__name {
    color: red;
}

.total-line__name {
    color: red;
}

.mobile-link {
    display: none;
}


@media (max-width: 1020px){
.snize-ac-results .snize-ac-results-mobile{
    top:145px !important;
    z-index: 999999999999999999999 !important;
}
}

.product-message1 {
    background-color: #cfc;
    display: none;
    margin: 0 0 30px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    position: fixed;
    top: 1px;
    z-index: 999999999;
}

@media screen and (max-width: 1000px) {
    .branding.new {
        display: none;
    }

}

@media screen and (max-width: 481px) {
    .quantity-remove {
        padding: 0 35px 13px !important;
        position: relative;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .cart-update.button.secondary {
        margin: 0 0 23px;
    }
}

@media screen and (max-width: 1020px) {
    .mobile-link {
        display: block;
        padding: 12px 0;
        text-align: center;
        width: 100%;
    }

    .mobile-link .search-form {
        position: relative;
        margin: 0 auto;
    }

    header {
        position: fixed !important;
        top: 0;
        background: #fff;
        width: 100%;
        z-index: 999999999;

    }

    .branding.new {
        display: none;
    }
}

.navigation.full-width a {
    font-size: 13px;
}

.masonry-features-wrapper > ul {
    margin: 0;
}

.featured {
    float: left;
}

.featured-section {
    float: left;
    width: 100%;
}

.featured-icon-section {
    float: left;
    width: 100%;
    text-align: center;
}

.masonry-features-wrapper li {
    display: inline-block;
    float: none;
    padding: 24px 20px 13px 0;
    vertical-align: middle;
    width: 24.1%;
}

.featured {
    float: left;
    width: 29%;
}

.fearued-text {
    float: right;
    padding: 18px 0 0;
    text-align: left;
    width: 67%;
}

.fearued-text h6,
.fearued-text .featured-heading {
    color: #457a34;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

.fearued-text p {
    margin: 0;
    color: #171717;
}

.pro_meta h3 {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    padding: 0 !important;

}

.pro_meta div {
    border: none;
    height: auto !important;
}

.pro_meta h3 span:first-child {
    position: relative !important;
    float: right;
    display: none;
}

.pro_meta h3 span::after {
    background-image: url(../png/down-arrow.png);
    content: '';
    padding: 11px 0 0 17px;
    background-repeat: no-repeat;
    line-height: 10px;
    background-size: 13px;
    margin: 11px 0 0 7px;
    display: inline-block;
}

.pro_meta h3 span:hover ::after {
    background-image: url('../png/down-arrow.png');
}

.pro_meta h3 span {
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 13px;
    color: #5c5c5c;
}

.collection-long {
    display: none;
}

.collection-short {
    display: block;
}

.col_showless {
    display: none;
}

.col_showmore {
    display: block;
}

.schedShip label {
    font-size: 12px;
}

.navigation-wrapper {
    position: relative;
}

.menu-left {
    float: left;
    width: 20%;
    padding: 10px 0 30px;

}

.menu-left li {
    width: 100% !important;
}

.menu-center {
    float: left;
    width: 63%;
    padding: 10px 0 30px;
}

.menulefttitle {
    color: #65090a !important;
    text-transform: capitalize !important;
    font-weight: bold !important;
    display: block;
    padding: 0 0 12px !important;
    font-size: 20px !important;
    border-bottom: 1px solid #ccc !important;
    margin-left: 10px;
    width: 90%;
    margin-bottom: 10px;
}

.menu-left li {
    padding: 1px 0 !important;
}

.menu-right {
    background-color: #f2f2f2;
    bottom: 0;
    display: block;
    float: left;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 17%;
}

.menu-right a {
    font-weight: bold !important;
    text-transform: capitalize !important;
    padding: 10px 0 !important;
}

.menu-bottom {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    float: left;
    width: 100%;
}

.menu-bottom li a {
    color: #333 !important;
    font-size: 20px;
    font-weight: bold !important;
    padding: 0 18px 0 8px !important;
}

.menu-bottom li {
    background-image: url("../png/arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 6%;
    padding: 0 9px 0 0;
    width: auto !important;
}

.menu-right img:first-child {
    max-width: 70%;
}

.vairant-id {
    /*display: inline-block;  */
    display: block;
    float: none;
    vertical-align: bottom;
    padding-left: 12px;
    color: #5c5c5c;
}

.template-product .add-to-cart {
    margin: 36px 0 0;
    display: inline-block;
}

.sale_img {
    position: absolute;
    bottom: -7px;
    right: 71px;
    width: 20%;
}

.product-main-image {
    position: relative;
}

.pro_meta div p,
.pro_meta div,
.pro_meta div p a {
    margin: 12px 0;
    font-size: 15px;
    color: #5c5c5c;
}

.mini-cart-item-wrapper {
    padding: 0 0 12px;
}

.header-tools {
    color: #1d203a;
    font-family: Lato, sans-serif;
}

.menu-flower {
    display: none;
}

.menu-center-flower {
    float: left;
    width: 79%;
    padding: 26px 0 0;

li {
    width: 35%;
}

}
.menu-right-organic {
    display: none;
}

.menu-cetner-organic {
    width: 100%;
    padding-bottom: 0;
}

.menu-left-organic {
    display: none;
}

.menu-bottom-organic {
    display: none;
}

.menu-left li a {
    color: #893333 !important;
}

@media screen and (max-width: 1200px) {
    .menu-center {
        width: 63%;
    }

    .menu-center-flower {
        width: 79%;
    }

    .navigation.full-width .has-dropdown > ul {
        width: 88%;
    }
}

.collection-header #section {
    display: none;
}

.col_showmore, .col_showless {
    cursor: pointer;
    font-size: 17px;
    color: #0E123B;
    font-weight: bold;
    margin: 10px 0;

}

.newsletter-sec {
    background-color: #e0cbca;
    border-top: 1px solid #ddd;
    margin: 12px 0 23px;
    padding: 16px 0;
    text-align: center;
    float: left;
    width: 100%;
}

.mailing-list .section-title {
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
    font-size: 19px;
}

.mailing-list p {
    letter-spacing: 0;
    text-transform: none;
    margin: 3px 0 7px;
    font-size: 15px;
    font-weight: 600;
    color: #5c5c5c;
    font-family: Lato, sans-serif;
}

.mailing-list .submit {
    background-color: #8b3331 !important;
    border-radius: 0;
    padding: 0 23px 1px !important;
    font-size: 14px;
    width: 100%;
}

option:disabled {
    color: #b4b4b4 !important;
}

.checkout-botton {
    background-color: #893333;
}

.mini-cart-offer {
    color: #893333;
    font-size: 16px;
    display: inline-block;
    padding: 0px 29px 10px;
}

.cart-con {
    color: #893333;
    font-size: 17px;
    display: inline-block;
    padding: 0 7px;
    vertical-align: bottom;
    font-weight: bold;
}

.navigation.full-width .menu-center ul {
    float: left;
    width: 33.333%;
}

.newsletter-contact {
    display: none;
}

.quantity {
    width: 12%;
}

.menu-right-inner a:last-child {
    padding: 0 !important;
}

@media screen and (max-width: 1020px) {
    .menu-left {
        width: 100%;
    }

    .menulefttitle {
        width: 99%;
    }

    .menu-center {
        width: 100%;
        float: left;
    }

    .menu-center > ul {
        left: 0 !important;
        position: relative !important;
        padding: 0 !important;
        width: 100%;
    }

    .menu-right {
        float: left;
        position: relative;
        width: 100%;
    }

    .menu-bottom {
        float: left;
        padding: 20px 0;
        width: 100%;
    }

    .menu-bottom li {
        padding: 0 10px;
        width: 74% !important;
        margin: 0;
    }

    .menu-bottom li a {
        margin-bottom: 10px;
    }

    .branding {
        border-bottom: 1px solid #ddd;
        padding: 9px 23px 0 !important;
    }

}

@media screen and (max-width: 481px) {
    .masonry-features-wrapper li {
        padding: 13px 12px;
        width: 95%;
    }

    .branding.home-logo img {
        max-width: 66%;
    }
}

@media screen and (max-width: 768px) {
    .cart-item {
        display: inline-block;
        float: none;
        transition: opacity 0.3s ease-in 0s, height 0.3s ease-in 0s;
        vertical-align: middle;
        width: 100%;
    }

    .price {
        float: right;
        padding: 7px 0 !important;
        width: 32% !important;
    }

    .quantity {
        float: left;
        padding: 0 !important;
        text-align: center;
        width: 32% !important;
    }

    .remove_head {
        display: inline-block;
        padding: 0 !important;
        text-align: center;
        width: 36%;
    }

    .total.last {
        box-sizing: border-box;
        float: right;
        padding: 18px 52px 30px;
        text-align: right;
        width: 100%;
    }

    .cart-item .product-item-details {
        padding: 0 9px 0 10px;
        width: 70%;
    }

    .cart-title {
        font-size: 16px;
        line-height: 1;
        padding-bottom: 15px;
    }
}


@media screen and (max-width: 641px) {
    .total.last {
        box-sizing: border-box;
        float: right;
        padding: 18px 22px 30px;
        text-align: right;
        width: 100%;
    }

    .cart-item .price::before, .cart-item .quantity::before, .cart-item .total::before {
        color: #65090a;
        display: inline-block;
        margin-right: 7px;
        text-align: right;
    }

    .price {
        float: right;
        padding: 5px 0 !important;
        width: 35% !important;
    }

    .cart-item .quantity input {
        display: inline-block;
        padding: 2px;
        text-align: center;
        width: 31px;
    }

    .quantity {
        float: left;
        font-size: 13px;
        padding: 0 !important;
        text-align: center;
        width: 43% !important;
    }

    .remove_head {
        display: inline-block;
        padding: 0 !important;
        text-align: center;
        width: 20%;
    }

    .cart-item .remove {
        font-size: 14px;
        padding-left: 0;
    }

    .cart-item .remove {
        padding-left: 0;
    }

    .total.last {
        box-sizing: border-box;
        float: right;
        padding: 8px 4px 19px;
        text-align: right;
        width: 100%;
    }
}

@media screen and (max-width: 1150px) {
    .branding.new {
        left: 68px;
        position: absolute;
    }

    .navigation.full-width ul {
        box-sizing: border-box;
        /*   width: 74%; */
    }

    .navigation.full-width .has-dropdown > a::after, .navigation.full-width .has-mega-nav > a::after {
        right: 6px;
    }

    .navigation.full-width .has-dropdown > a, .navigation.full-width .has-mega-nav > a {
        padding: 5px 15px;
    }
}


@media screen and (max-width: 1120px) {
    .head_top_left {
        float: right;
        padding: 0 0 0 108px;
    }
}

@media screen and (max-width: 768px) {
    .head_top_left {
        float: left;
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }
}


.contect-info li {
    color: #65090a;
}

.contect-info li a {
    color: #65090a;
}

.field-wrap.name > div,
.field-wrap.email > div,
.field-wrap.message > div {
    float: left;
    margin: 0 15px 0 0;
    width: 47%;
}

.field-wrap.name,
.field-wrap .email,
.field-wrap.message {
    float: left;
    width: 100%;
}

.news_con {
    font-family: Lato, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #a1a1a1;
}

input[type="submit"] {
    background-color: #b03d4a;
}

.tem_content {
    margin: 0 auto;
    width: 650px;
    max-width: 100%;
}

.tem_content h2 {
    margin: 10px 0;
}

.tem_text {
    margin: 7px 0;
    float: left;
}

.tem_section {
    float: left;
    margin: 10px 0;

}

.tem_section {
    float: left;
    margin: 22px 0 15px;
}

.tem_se_right {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 47%;
}

.tem_se_left {
    display: inline-block;
    float: none;
    margin-right: 25px;
    vertical-align: middle;
    width: 48%;
}

.tem_sec1-left {
    display: inline-block;
    float: none;
    width: 30%;
    margin-right: 0px;
}

.tem_sec1-right {
    display: inline-block;
    float: none;
    padding: 15px 0 0;
    vertical-align: top;
    width: 66%;
}

.tem_img_sec {
    float: left;
    margin: 17px 0;
    width: 100%;
    text-align: center;
}

.tem_img {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 30%;
}

.tem_link {
    font-size: 14px;
    color: #333;
}

.tem_link:hover {
    color: #333;
}

.tem_img:nth-child(2) {
    margin: 0 12px;
}

.term_text {
    font-size: 15px;
    margin: 23px 0 12px;
}

/*.head_top_left {
    display: none;
}*/
@media screen and (max-width: 1000px) {
    .template-customers-login .customer-wrapper {
        padding: 0 40px;
    }

}

@media screen and (max-width: 767px) {
    p.head_t_img {
        display: none;
    }

    span.mHide {
        display: none;
    }

    .header-tools .aligned-left {
        float: none;
    }

    .login_left, .login_right {
        width: 100%;
    }


}

@media screen and (max-width: 479px) {
    .login_left > div {
        min-width: auto !important;
    }
}

@media screen and (max-width: 767px) {
    p.head_t_img {
        display: none;
    }

    span.mHide {
        display: none;
    }

    .top-logo {
        display: none;
    }

    .header-tools .aligned-left {
        float: none;
    }

    .login_left,
    .login_right {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .login_left > div {
        min-width: auto !important;
    }

    .top-logo {
    }
}

.cart-image {
    width: 100%;
}

.qty_discount {
    background-color: #005c99;
}

.home-slideshow .slideshow-buttons {
    position: relative;
    bottom: 60px;
    left: 10px;
    margin-bottom: -55px;
    width: max-content;
}

.home-slideshow .slideshow-buttons button {
    border-radius:0px;
    opacity: 0.6;
    padding: 0;
    background-color: transparent;
    box-sizing: border-box;
    font-size: 0;
}

.home-slideshow .slideshow-buttons button:hover {
    opacity: 1;
}

.home-slideshow .slideshow-buttons button.play-button {
    height: 30px;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent black;
    margin-right: 5px;
}

.home-slideshow .slideshow-buttons button.pause-button {
    width: 30px;
    height: 30px;
    border-style: double;
    border-width: 0px 0px 0px 25px;
    border-color: #202020;
}

.home-slideshow .slideshow-buttons button.stop-button {
    width: 30px;
    height: 30px;
    background: #202020;
}

.product-list-item-wrap {
    margin: 0;
}

.product-list-item-wrap .product-list-item-title {
    text-align: center;
    margin-top: 7px;
}
