img {
    max-width: 100%;
}

.shopping_cart_table img {
    width: 80px;
    margin-right: 10px;
    min-width: 80px;
}

.shopping_cart_table tr.row-data td {
    vertical-align: top;
}

/*
.payment-body {
    display: block !important;
}
.moduleRow, .moduleRowSelected, .moduleRowOver {
    background: transparent;
}
*/
/*
.contentContainer table td[width="50%"] {
    display: block;
    width: 100%;
}
*/
/*
.choose-date, .choose-time {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}
.basket-delivery {
    max-width: 500px;
}
*/

#slidingTopWrap {
    position: fixed;
    height: 100vh;
}

#slidingTopContent {
    height: calc(100vh - 42px);
    border: none;
    background-color: beige;
    padding: 10px 5%;
    width: 90%;
    overflow-y: auto;
}

#slidingTopWrap {
    width: 350px;
}

#basketItemsWrap .prod-img {
    padding-right: 1em;
}

#basketItemsWrap table td {
    position: relative;
}

.removeprod {
    position: absolute;
    top: 0;
    right: 0;
}

.quanprod {
    position: absolute;
    bottom: 0;
    left: 0;
}

.cart_product .prod-link {
    padding-bottom: 30px;
}

.cart_product {
    padding-top: 15px;
    border-top: 1px solid #bbbbbb;
}

#cartoverlay {
    content: " ";
    background: rgba(0, 0, 0, .5);
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

#mycart {
    background-color: white;
    padding: 20px 10px;
    position: fixed;
    box-shadow: 0px 0px 5px #999;
    border-radius: 5px;
    right: 5px;
    margin-top: 10px;
    max-width: calc(100% - 30px);
}
#mycart.sticky {
    position: fixed;
    z-index: 999;
    top:0;
/*    right:50px;*/
}
#mycart td {
    padding: 3px;
}

#basketItemsWrap {
    max-height: none;
}

#basketItemsWrap .quantity {
    background: white;
}

#basketItemsWrap .prod-link a {
    font-size: 12px;
}

#basketItemsWrap .prod-price {
    font-size: 14px;
}

.subtotal {
    border-bottom: none;
}

.fancybox-skin {
    border-radius: 16px !IMPORTANT;
}

.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    /* width: 250px; remove this */
    height: 25px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}

.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* width: 20%; remove this */
    z-index: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
    width: 25px;
}

.star-rating input {
    /*-moz-appearance: none;*/
    /*-webkit-appearance: none;*/
    opacity: 0;
    display: inline-block;
    /* width: 20%; remove this */
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    width: 25px;
}

.star-rating input:hover+i,
.star-rating input:checked+i {
    opacity: 1;
}

.star-rating i~i {
    width: 40%;
}

.star-rating i~i~i {
    width: 60%;
}

.star-rating i~i~i~i {
    width: 80%;
}

.star-rating i~i~i~i~i {
    width: 100%;
}

::after,
::before {
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.star-rating.star-5 {
    width: 250px;
}

.star-rating.star-5 input,
.star-rating.star-5 i {
    width: 20%;
}

.star-rating.star-5 i~i {
    width: 40%;
}

.star-rating.star-5 i~i~i {
    width: 60%;
}

.star-rating.star-5 i~i~i~i {
    width: 80%;
}

.star-rating.star-5 i~i~i~i~i {
    width: 100%;
}

#write-review textarea {
    border-radius: 5px;
}

i.fas.fa-star,
i.far.fa-star {
    color: #e8bb2d;
    font-size: large;
}

/* .content-inner {
    font-size: 16px;
    width: 75%;
    margin: 0 auto 0 auto;
    padding: 20px 0 20px 0;

} */

.content-left-blog {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding: 20px 0px 20px 0;
}

.content-right-blog {
    display: inline-block;
    width: 39%;
    padding: 20px 0px 20px 0;
}

.featured-blog-title {
    font-size: 1.3em;
    font-weight: 950;
    margin: 0;
    padding: 0;
}

.featured-blog-subtitle {
    font-size: 2em;
    font-weight: 950;
    margin: 0;
    padding: 0;
}

.featured-blog-urls {
    font-weight: 950;
    font-size: 1.1em;
}

.content-frame-blog1 {
    width: 58%;
    border-top: 2px solid #e8bb2d;
    padding: 0px;
    position: relative;
    text-align: center;
    margin: 0px auto 0px auto;
    float: left;
}

.btn-group {
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.btn-group .btn.active {
    background-color: #e8bb2d;
    color: white;
}

.btn-group .btn {
    width: 20%;
    border: 1px solid #bdbdbd;
    background-color: white;
    padding: 10px 16px;
    display: inline-block;
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

.blog-list-col {
    margin: 0 auto 20px auto;
    width: 100%;
    /* text-align: center; */
    /* display: inline-block; */
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 5px;
}

.blog-item {
    display: none;
    background-color: #FFFFFF;
    display: flex;
    /* padding: 0.5em; */
    margin-bottom: 20px;
    box-shadow: -1px 1px 6px -1px rgb(25 25 25 / 80%);
    -webkit-box-shadow: -1px 1px 6px -1px rgb(25 25 25 / 80%);
    -moz-box-shadow: -1px 1px 6px -1px rgba(25, 25, 25, 0.8);
    /* width: 100%; */
}

.blog-col:last-child {
    margin-right: none;
}

.blog-col {
    box-sizing: border-box;
    /* display: inline-block; */
    /* width: 31.33%; */
    /* margin: 30px 1% 10px 1%; */
    /* float: left; */
    width: 100%;
    position: relative;
    padding-bottom: 35px;
}

.blog-col-inner {
    border: 1px;
    border-color: #808080;
    background-color: #ffffff;
}

.blog-image {
    position: relative;
}

.block a {
    color: #e8bb2d;
    font-size: 16px;
}

.blog-image img {
    width: 100%;
    object-fit: cover;
    height: 160px;
}

.catTag {
    box-sizing: border-box;
    width: 100%;
    max-width: 140px;
    margin: -16px auto 0 auto;
    background-color: #e8bb2d;
    color: white;
    font-size: 12px;
    padding: 6px 24px;
    border: none;
    position: relative;
    z-index: 100;
    text-align: center;
}

.blog-bottom {
    padding: 15px 20px;
    text-align: left;
    color: #515151;
}

.blog-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-bottom a {
    color: #000000;
}

.blog-title a {
    font-size: 14px;
    color: #000000;
}

.blog-teaser {
    font-size: 14px;
    line-height: 1.4em;
}

.blog-readmore {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    text-align: center;
}

.blog-readmore a {
    color: #e8bb2d;
    font-size: 14px;
}

.elip_box {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-left-blogsingle {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
}

.content-left-blogsingle-xpad {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.content-right-blogsingle {
    display: inline-block;
    width: 39%;
    padding: 20px 0px 20px 0;
}

.content-right-blogsingle img {
    width: 100%;
}

.content-frame-blog {
    width: 100%;
    border-top: 2px solid #e8bb2d;
    padding: 0px;
    position: relative;
    text-align: center;
    margin: 0px auto 0px auto;
}

.method1 {
    display: inline-block;
    width: 49%;
    padding: 20px 0px 20px 0;
}

.method1 img {
    width: 100%;
}

.method2 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.method2-inner {
    padding-left: 2.5%;
    width: 100%;
}

.content-right-blog img {
    width: 100%;
}

.ptext {
    color: #515151;
    margin-right: 65px;
}

.blog-image img {
    width: 100%;
    object-fit: cover;
    height: 160px;
}

.content-inner img {
    max-width: 100%;
    height: auto !important;
}

.force-full-width {
    width: 100% !important;
}

.prep_container {
    width: 70%;
    /* min-height: 350px; */
    background-color: #f4efdc;
    margin: 15px auto;
    border-radius: 25px;
    padding: 25px;
}

.prep_content {
    background: white;
    border: 2px solid #e3e3e3;
    box-shadow: 0px 0px 0px 15px white;
    display: inline-block;
    width: 33%;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 10px 2%;
}

.content-half-block {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.ingredient-text {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.ingredient-header {
    font-size: 1.2em;
    font-weight: 950;
}

.mobile-feature-image {
    display: none;
    width: 100%;
}

.mobile-feature-image img {
    width: 100%;
}

.select-group{
    display: none;
}