/* :: Base CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    line-height: 1.3;
    font-weight: 600;
}

p {
    /* color: #9b9b9b;
    font-size: 14px; */
    /*line-height: 2;*/
    /* line-height: normal;
    font-weight: 400; */
    margin-top: 0;
    margin-bottom: 1rem;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000000;
    /*  font-weight: 600;*/
    /* font-size: 14px; */
    color: #474747;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

/* Spacing */
.mt-15 {
    margin-top: 15px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* Height */
.height-400 {
    height: 400px !important;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

/* Section Padding */
.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding-80-0 {
    padding-top: 80px;
    padding-bottom: 0;
}

.section-padding-0-80 {
    padding-top: 0;
    padding-bottom: 80px;
}

/* Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    text-align: center;
}

.section-heading h3 {
    font-size: 30px;
    margin-bottom: 0;
}

.section-heading.text-left {
    text-align: left !important;
}

.section-heading.white h3 {
    color: #ffffff;
}

/* Preloader */
#preloader {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
}

#preloader img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

#preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #ccc;
    border-bottom-color: #522C5D;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.bg-overlay::after {
    background-color: rgba(10, 12, 18, 0.55);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    background-color: #54dbc2;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {

    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 0;
    }
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.nice-select {
    border: none;
    background-color: #f3f5f8;
    border-radius: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #2f2f2f;
}

.filter-box .nice-select {
    height: 42px;
    line-height: 40px;
}

.nice-select span {
    color: #2f2f2f;
}

.nice-select::after {
    right: 20px;
}

.nice-select .list {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0;
    width: 100%;
}

/* ScrollUp */
#scrollUp {
    background-color: #54dbc2;
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    right: 60px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    background-color: #141414;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
    }
}

/* Button */
.delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 60px;
    color: #ffffff;
    border: none;
    border-left: 3px solid #522C5D;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 58px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #54dbc2;
}

.delicious-btn.active,
.delicious-btn:hover,
.delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #522C5D;
    border-color: #54dbc2;
}

.delicious-btn.btn-2 {
    background-color: #522C5D;
    border-color: #54dbc2;
}

.delicious-btn.btn-2.active,
.delicious-btn.btn-2:hover,
.delicious-btn.btn-2:focus {
    background-color: #54dbc2;
    border-color: #522C5D;
}

.delicious-btn.btn-3 {
    background-color: #474747;
    border-color: #522C5D;
}

.delicious-btn.btn-3.active,
.delicious-btn.btn-3:hover,
.delicious-btn.btn-3:focus {
    background-color: #54dbc2;
    border-color: #522C5D;
}

.delicious-btn.btn-4 {
    background-color: transparent;
    border: 3px solid #54dbc2;
    line-height: 53px;
    color: #54dbc2;
}

@media only screen and (max-width: 767px) {
    .delicious-btn.btn-4 {
        height: 40px;
        line-height: 33px;
    }
}

.delicious-btn.btn-4.active,
.delicious-btn.btn-4:hover,
.delicious-btn.btn-4:focus {
    line-height: 53px;
    color: #ffffff;
    background-color: #54dbc2;
}

@media only screen and (max-width: 767px) {

    .delicious-btn.btn-4.active,
    .delicious-btn.btn-4:hover,
    .delicious-btn.btn-4:focus {
        height: 40px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 767px) {
    .delicious-btn {
        height: 40px;
        line-height: 39px;
    }
}

/* :: 4.0 Search Wrapper */
.search-wrapper {
    /* width: 100%;
    height: 70px;
    position: fixed;
    z-index: 200;
    top: -80px;
    left: 0;
    background-color: #54dbc2;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms; */
    margin-top: -10px;
}

.search-wrapper form {
    position: relative;
    z-index: 1;
}

.search-wrapper form input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-style: italic;
    padding: 0 20px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .search-wrapper form input {
        width: 100%;
    }
}

.search-wrapper form button {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 1;
    top: 0px;
    border: none;
    right: 0px;
    cursor: pointer;
    outline: none;
    background: #666666;
    color: #FFF;
}

@media only screen and (max-width: 767px) {
    .search-wrapper form button {
        right: 0%;
    }
}

.search-wrapper .close-btn {
    position: absolute;
    width: 70px;
    height: 100%;
    background-color: #000000;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 70px;
    font-size: 12px;
    right: 0;
    top: 0;
    z-index: 100;
}

/* .search-wrapper.on {
    top: 0;
} */

/* :: 5.0 Header Area CSS */
.header-area {
    position: relative;
    z-index: 100;
    width: 100%;
}

.header-area .top-header-area {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddee9;
}

@media only screen and (max-width: 767px) {
    .header-area .top-header-area {
        height: 70px;
    }
}

.header-area .top-header-area .breaking-news {
    position: relative;
    z-index: 1;
}

.header-area .top-header-area .breaking-news .ticker {
    width: 100%;
    height: 20px !important;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.header-area .top-header-area .breaking-news .ticker ul {
    width: 100%;
    position: relative;
    z-index: 1;
}

.header-area .top-header-area .breaking-news .ticker ul li {
    display: none;
    width: 100%;
}

.header-area .top-header-area .breaking-news .ticker ul li a {
    font-size: 14px;
    color: #b6b6b6;
    font-style: italic;
}

.header-area .top-header-area .breaking-news .ticker ul li a:hover,
.header-area .top-header-area .breaking-news .ticker ul li a:focus {
    color: #54dbc2;
}

.header-area .top-header-area .top-social-info a {
    display: inline-block;
    color: #b6b6b6;
    font-size: 0.85rem;
    margin-right: 30px;
}

.header-area .top-header-area .top-social-info ul li {
    font-size: 0.85rem;
}

.header-area .top-header-area .top-social-info a:last-child {
    margin-right: 0;
}

.header-area .top-header-area .top-social-info a:hover,
.header-area .top-header-area .top-social-info a:focus,
.header-area .top-header-area .top-social-info a.active {
    color: #54dbc2;
}

.header-area .delicious-main-menu {
    position: relative;
    width: 100%;
    z-index: 100;
    height: 165px;
}

@media only screen and (max-width: 767px) {
    .header-area .delicious-main-menu {
        height: 80px;
    }
}

.header-area .delicious-main-menu .classy-nav-container {
    background-color: transparent;
}

.header-area .delicious-main-menu .classy-navbar {
    height: 20px;
    padding: 0;
    /*  justify-content: center;
	  flex-wrap: wrap;
  	 flex-direction: column;*/


}

@media only screen and (max-width: 767px) {
    .header-area .delicious-main-menu .classy-navbar {
        height: 1px;
        /* Trying to hide the overflow menu in mobile, to avoid messing with the catalog filter */
    }
}

.header-area .delicious-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
}

.header-area .delicious-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .delicious-main-menu .classy-navbar .classynav ul li a:focus {
    font-weight: 600;
}

.header-area .delicious-main-menu .classy-navbar .classynav>ul>li>a {
    text-transform: uppercase;
    padding: 12px 10px 11px;
    background-color: transparent;
    border-bottom: 3px solid transparent;
    line-height: 1;
    color: #474747;
    font-weight: 600;
}

.header-area .delicious-main-menu .classy-navbar .classynav>ul>li>a:hover,
.header-area .delicious-main-menu .classy-navbar .classynav>ul>li>a:focus {
    font-size: 14px;
    color: #ffffff;
    background-color: #54dbc2;
    border-bottom: 3px solid #522C5D;
}

.header-area .delicious-main-menu .classy-navbar .classynav>ul>li>a:hover::after,
.header-area .delicious-main-menu .classy-navbar .classynav>ul>li>a:focus::after {
    color: #ffffff;
}

.header-area .delicious-main-menu .classy-navbar .classynav>ul>li.active>a {
    color: #ffffff;
    background-color: #54dbc2;
    border-bottom: 3px solid #522C5D;
}

.header-area .delicious-main-menu .classy-navbar .classynav>ul>li.active>a::after {
    color: #ffffff;
}

.header-area .delicious-main-menu .classynav .search-btn {
    color: #474747;
    /*margin-left: 150px;*/
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.header-area .delicious-main-menu .classynav .search-btn i {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.header-area .delicious-main-menu .classynav .search-btn:hover i,
.header-area .delicious-main-menu .classynav .search-btn:focus i {
    color: #54dbc2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .delicious-main-menu .classynav .search-btn {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .delicious-main-menu .classynav .search-btn {
        margin-left: 30px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .delicious-main-menu .classynav .search-btn {
        margin-left: 30px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .nav-brand img {
        max-width: 160px;
    }

    .num-items-in-cart .items-cart-left .cart_text.icon {
        left: 33px !important;
    }
}

.classy-navbar .nav-brand {
    display: block !important;
}

.delicious-main-menu .nav-brand img {
    max-height: 65px !important;
}

/* :: 6.0 Welcome Area CSS */
.hero-area {
    position: relative;
    z-index: 1;
    /* margin-left: 4%;
  margin-right: 4%;*/
}

.hero-slides {
    position: relative;
    z-index: 1;
}

.hero-slides .single-hero-slide {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide {
        height: 650px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides .single-hero-slide {
        height: 650px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide {
        height: 650px;
    }
}

.hero-slides .single-hero-slide .hero-slides-content {
    position: relative;
    z-index: 1;
    padding: 60px 50px;
    /* border-left: 3px solid #54dbc2;*/
    background-color: rgba(24, 24, 24, 0.54);
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide .hero-slides-content {
        padding: 30px 20px;
    }
}

.hero-slides .single-hero-slide .hero-slides-content h2 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 5px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide .hero-slides-content h2 {
        font-size: 24px;
    }
}

.hero-slides .single-hero-slide .hero-slides-content p {
    font-size: 16px;
    margin-bottom: 50px;
    color: #ffffff;
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    top: 50%;
    margin-top: -20px;
    left: 4%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 3px solid #522C5D;
}

@media only screen and (max-width: 767px) {

    .hero-slides .owl-prev,
    .hero-slides .owl-next {
        font-size: 13px;
    }
}

.hero-slides .owl-next {
    left: auto;
    right: 4%;
}

.hero-slides:hover .owl-prev,
.hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.hero-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 50px;
    z-index: 10;
    width: 80%;
    left: 17%;
}

.hero-slides .owl-dots .owl-dot {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-right: 10px;
}

.hero-slides .owl-dots .owl-dot.active {
    color: #4ec5af;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .breakpoint-on .classynav ul li.cn-dropdown-item>a::after,
    .breakpoint-on .classynav ul li.megamenu-item>a::after {
        top: 10px;
    }
}

@media only screen and (max-width: 767px) {

    .breakpoint-on .classynav ul li.cn-dropdown-item>a::after,
    .breakpoint-on .classynav ul li.megamenu-item>a::after {
        top: 10px;
    }
}

/* :: 7.0 Top Catagory Area */
.single-top-catagory {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
    background: #000;
}

.single-top-catagory img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0.7;
}

.single-top-catagory img:hover {
    transform: scale(1.2);
    opacity: 1;
}

/*.single-top-catagory::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 5;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(to right, #000, rgba(0, 0, 0, 0.1));
	background: linear-gradient(to right, #000, rgba(0, 0, 0, 0.1));
}*/

.single-top-catagory .top-cta-content {
    position: absolute;
    top: 50%;
    left: 40px;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.single-top-catagory .top-cta-content h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .single-top-catagory .top-cta-content h3 {
        font-size: 18px;
    }
}

.single-top-catagory .top-cta-content h6 {
    color: #ffffff;
    margin-bottom: 30px;
    display: block;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .single-top-catagory .top-cta-content h6 {
        margin-bottom: 10px;
    }
}

/* :: 8.0 Best Receipe Area */
.best-receipe-area {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.single-best-receipe-area {
    position: relative;
    z-index: 1;
    /*border: 1px solid #ddd;
	border-bottom: 4px solid #ddd;*/
    overflow: hidden;
}

.single-best-receipe-area img {
    /* border-bottom: 3px solid #54dbc2;*/
    transition: all 0.1s linear;
    max-height: 150px;
    display: block;
    margin: 0 auto;
}

.single-best-receipe-area .receipe-content {
    padding: 15px 0;
    text-align: center;
    /*border: 1px solid #54dbc2;*/
    background: #fbfbfb;
}

.single-best-receipe-area img:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 25px 56px -37px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 25px 56px -37px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 25px 56px -37px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
}

.single-best-receipe-area .receipe-content h5 {
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 400;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-best-receipe-area .receipe-content h5:hover,
.single-best-receipe-area .receipe-content h5:focus {
    color: #54dbc2;
}

.single-best-receipe-area .receipe-content .ratings i {
    font-size: 11px;
    color: #fbb710;
    display: inline-block;
    padding: 0 1px;
}

/* :: 9.0 Cta Area */
.cta-area,
.cta-area-highlight {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 675px;
    background-attachment: initial;
}

.cta-area-highlight {
    height: 312px;
    background-attachment: initial;
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
    /*height: 312px;*/
}

.cta-area .cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cta-area .cta-content h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-area .cta-content h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content h2 {
        font-size: 30px;
    }

    .cta-area,
    .cta-area-highlight {
        background-position: right top;
        height: auto;
    }
}

.cta-area .cta-content h2 span {
    font-weight: 700;
}

.cta-area .cta-content h4 {
    color: #fff;
    text-transform: uppercase;
}

.cta-area .cta-content p {
    color: #ffffff;
    /*margin-bottom: 100px;*/
    font-size: 0.9rem;
    line-height: 1.3rem
}

@media only screen and (max-width: 767px) {
    .cta-area .cta-content p {
        margin-bottom: 50px;
    }
}

/* :: 10.0 Small Receipe Area */
.small-receipe-area {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}

.single-small-receipe-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.single-small-receipe-area .receipe-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    padding-right: 20px;
}

.single-small-receipe-area .receipe-content span {
    font-size: 12px;
    display: block;
    color: #54dbc2;
}

.single-small-receipe-area .receipe-content a {
    display: block;
}

.single-small-receipe-area .receipe-content a h5 {
    color: #474747;
    font-size: 18px;
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-small-receipe-area .receipe-content a h5 {
        font-size: 16px;
    }
}

.single-small-receipe-area .receipe-content a h5:hover,
.single-small-receipe-area .receipe-content a h5:focus {
    color: #54dbc2;
}

.single-small-receipe-area .receipe-content .ratings i {
    font-size: 11px;
    color: #fbb710;
    display: inline-block;
    padding: 0 1px;
}

.single-small-receipe-area .receipe-content p {
    font-size: 12px;
    margin-bottom: 0;
    color: #9b9b9b;
}

/* :: 11.0 Quote Area */
.quote-area {
    position: relative;
    z-index: 1;
    /*border: 10px solid #54dbc2;*/
    padding: 30px 25px;
    margin-bottom: 10px;
}

.quote-subscribe-adds .quote-area:nth-of-type(2) {
    margin-bottom: 0;
}

.quote-subscribe-adds .row .col-12 {
    border-right: 2px solid rgba(0, 0, 0, 0.8);
}

.quote-subscribe-adds .row .col-12:last-of-type {
    border-right: none;
}

.quote-area span {
    font-size: 48px;
    font-style: italic;
    margin-bottom: 30px;
    display: block;
    color: #54dbc2;
    line-height: 1;
}

.quote-area h4 {
    font-size: 24px;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 20px;
    color: #474747;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .quote-area h4 {
        font-size: 20px;
    }
}

.quote-area p {
    color: #474747;
    font-size: 16px;
    margin-bottom: 20px;
}

.quote-area .date-comments .date {
    font-size: 12px;
    color: #54dbc2;
}

.quote-area .date-comments .comments {
    font-size: 12px;
    color: #9b9b9b;
}

/* :: 12.0 Newsletter Area */
.newsletter-area {
    position: relative;
    z-index: 1;
    /*margin-bottom: 80px;*/
}

.newsletter-area h4 {
    font-size: 24px;
    margin-bottom: 40px;
    display: block;
    color: #474747;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .newsletter-area h4 {
        font-size: 20px;
    }
}

.newsletter-form {}

.newsletter-form form input {
    width: 100%;
    height: 60px;
    border: none;
    background-color: #ffffff;
    color: #9b9b9b;
    font-size: 12px;
    font-style: italic;
    border-left: 3px solid #522C5D;
    padding: 0 20px;
    margin-bottom: 25px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.newsletter-form p {
    margin-top: 30px;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
    font-style: italic;
}

/* :: 13.0 Delicious Adds */
.delicious-add {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.delicious-add img {
    width: 100%;
}

/* :: 14.0 Blog Area */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-sidebar-area {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-sidebar-area {
        margin-top: 80px;
    }
}

.single-blog-area {
    position: relative;
    z-index: 1;
}

.single-blog-area .blog-thumbnail {
    position: relative;
    z-index: 1;
}

.single-blog-area .blog-thumbnail .post-date {
    width: 75px;
    height: 100px;
    background-color: #54dbc2;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .single-blog-area .blog-thumbnail .post-date {
        top: 10px;
        left: 10px;
    }
}

.single-blog-area .blog-thumbnail .post-date a {
    color: #ffffff;
    padding: 18px 10px;
    display: block;
    line-height: 1.1;
    font-size: 14px;
    font-weight: 400;
}

.single-blog-area .blog-thumbnail .post-date a span {
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.single-blog-area .blog-thumbnail .post-date:hover,
.single-blog-area .blog-thumbnail .post-date:focus {
    background-color: #522C5D;
}

.single-blog-area .blog-content {
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

.single-blog-area .blog-content .post-title {
    font-size: 22px;
    color: #474747;
    margin-bottom: 10px;
}

.single-blog-area .blog-content .post-title:hover,
.single-blog-area .blog-content .post-title:focus {
    color: #54dbc2;
}

.single-blog-area .blog-content .meta-data {
    font-size: 12px;
    color: #a4a4a4;
    margin-bottom: 20px;
}

.single-blog-area .blog-content .meta-data a {
    text-decoration: underline;
    font-size: 12px;
    color: #a4a4a4;
}

.single-blog-area .blog-content .meta-data a:hover,
.single-blog-area .blog-content .meta-data a:focus {
    color: #54dbc2;
}

.single-widget {
    position: relative;
    z-index: 1;
}

.single-widget h6 {
    margin-bottom: 50px;
    display: block;
}

.single-widget .list {
    padding-left: 30px;
}

.single-widget .list li a {
    display: block;
    padding: 5px 0;
    color: #797979;
}

.single-widget .list li a:hover,
.single-widget .list li a:focus {
    color: #54dbc2;
}

.pagination {
    position: relative;
    z-index: 1;
}

.pagination .page-link {
    padding: 0;
    font-size: 16px;
    margin-right: 5px;
    border: none;
    color: #474747;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    background-color: transparent;
    color: #54dbc2;
}

.pagination .page-item.active .page-link {
    background-color: transparent;
    color: #54dbc2;
}

/* :: 15.0 Receipe Area */
.receipe-post-search {
    position: relative;
    z-index: 20;
}

.receipe-post-search form input {
    width: 100%;
    height: 60px;
    background-color: #f3f5f8;
    font-size: 14px;
    padding: 0 20px;
    border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .receipe-post-search .col-12 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .receipe-post-search .col-12 {
        margin-bottom: 15px;
    }
}

.receipe-slider {
    position: relative;
    z-index: 1;
}

.receipe-slider .owl-prev,
.receipe-slider .owl-next {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    top: 50%;
    margin-top: -20px;
    left: 4%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-bottom: 3px solid #522C5D;
}

@media only screen and (max-width: 767px) {

    .receipe-slider .owl-prev,
    .receipe-slider .owl-next {
        font-size: 14px;
    }
}

.receipe-slider .owl-next {
    left: auto;
    right: 4%;
}

.receipe-slider:hover .owl-prev,
.receipe-slider:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.receipe-headline span {
    font-size: 14px;
    display: block;
    color: #a4a4a4;
    margin-bottom: 0;
}

.receipe-headline h2 {
    font-size: 36px;
    color: #474747;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .receipe-headline h2 {
        font-size: 24px;
    }
}

.receipe-headline .receipe-duration {
    border-left: 3px solid #54dbc2;
    padding: 15px;
}

.receipe-headline .receipe-duration h6 {
    font-size: 15px;
    margin-bottom: 5px;
}

.receipe-headline .receipe-duration h6:last-child {
    margin-bottom: 0;
}

.receipe-ratings .ratings {
    margin-bottom: 30px;
}

.receipe-ratings i {
    font-size: 18px;
    color: #fbb710;
    padding: 0 3px;
}

.single-preparation-step {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.single-preparation-step h4 {
    color: #474747;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ingredients {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .ingredients {
        margin-bottom: 80px;
    }
}

.ingredients h4 {
    color: #474747;
    margin-bottom: 30px;
}

.ingredients .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.ingredients .custom-control-label::before {
    width: 30px;
    height: 30px;
    background-color: #f3f5f8;
}

.ingredients .custom-control {
    padding-left: 2.5rem;
    margin-bottom: 30px;
    min-height: 35px;
}

.ingredients .custom-control-label {
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #2f2f2f;
}

.ingredients .custom-control-label::after {
    top: 10px;
    left: 5px;
    width: 20px;
    height: 20px;
}

.ingredients .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #54dbc2;
}

/* :: 16.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 140px;
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .footer-area {
        height: 150px;
        border-top: 1px solid #ebebeb;
        margin-top: 30px;
    }
}

.footer-area .footer-social-info {
    padding-right: 15px;
}

.footer-area .footer-social-info a {
    display: inline-block;
    color: #b6b6b6;
    font-size: 13px;
    margin-right: 30px;
}

.footer-area .footer-social-info a:last-child {
    margin-right: 0;
}

.footer-area .footer-social-info a:hover,
.footer-area .footer-social-info a:focus {
    color: #54dbc2;
}

.footer-area p {
    color: #4b4b4b;
    font-weight: 300;
    font-size: 0.8rem;
    margin-bottom: 0;
    padding-left: 15px;
}

@media only screen and (max-width: 767px) {
    .footer-area p {
        padding-left: 0;
    }
}

.footer-area p a {
    color: #4b4b4b;
    font-weight: 600;
}

.footer-area p a:hover,
.footer-area p a:focus {
    color: #54dbc2;
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-logo {
        max-width: 90px;
    }
}

.follow-us-instagram {
    position: relative;
    z-index: 1;
    border-top: 1px solid #dcdcdc;
}

.follow-us-instagram h5 {
    font-size: 18px;
    padding: 35px 0;
    margin-bottom: 0;
}

.follow-us-instagram .insta-feeds {
    position: relative;
    z-index: 1;
}

.follow-us-instagram .insta-feeds .single-insta-feeds {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
    width: 14.2857%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .follow-us-instagram .insta-feeds .single-insta-feeds {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .follow-us-instagram .insta-feeds .single-insta-feeds {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        width: 20%;
    }
}

.follow-us-instagram .insta-feeds .single-insta-feeds img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.follow-us-instagram .insta-feeds .single-insta-feeds .insta-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(64, 186, 55, 0.9);
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.follow-us-instagram .insta-feeds .single-insta-feeds .insta-icon a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
}

.follow-us-instagram .insta-feeds .single-insta-feeds:hover img {
    -webkit-transform: scale(1.2) rotate(2.5deg);
    transform: scale(1.2) rotate(2.5deg);
}

.follow-us-instagram .insta-feeds .single-insta-feeds:hover .insta-icon {
    opacity: 1;
    visibility: visible;
}

/* :: 17.0 Breadcumb Area CSS */
.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 92%;
    height: 190px;
    margin-left: 4%;
    margin-right: 4%;
}

@media only screen and (max-width: 767px) {
    .breadcumb-area {
        height: 120px;
    }
}

.breadcumb-area .breadcumb-text h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .breadcumb-text h2 {
        font-size: 24px;
    }
}

/* About Us Area */
.sub-heading {
    line-height: 2;
    font-size: 18px;
    text-align: center;
}

/* :: 18.0 Contact Area CSS */
.map-area {
    position: relative;
    z-index: 2;
}

.map-area #googleMap {
    width: 100%;
    height: 680px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area #googleMap {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .map-area #googleMap {
        height: 350px;
    }
}

.single-contact-information {
    position: relative;
    z-index: 1;
}

.single-contact-information h6 {
    font-size: 14px;
    border-bottom: 2px solid #54dbc2;
    display: inline-block;
    color: #54dbc2;
}

.contact-form-area .form-control {
    height: 52px;
    width: 100%;
    background-color: #f3f5f8;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    border: none;
    border-left: 3px solid #f3f5f8;
    border-radius: 0;
    padding: 15px 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.contact-form-area .form-control:focus {
    border-left: 3px solid #54dbc2;
    box-shadow: none;
}

.contact-form-area textarea.form-control {
    height: 200px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* :: 19.0 Elements Area CSS */
.elements-title h2 {
    font-size: 30px;
    margin-bottom: 70px;
    color: #4b4b4b;
}

.single-pie-bar h6 {
    font-size: 18px;
    margin-bottom: 0;
}

.single-cool-fact {
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 80px;
}

.single-cool-fact img {
    display: block;
    margin: 0 auto 10px;
}

.single-cool-fact h3 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #54dbc2;
    font-weight: 700;
}

.single-cool-fact h6 {
    font-size: 18px;
    margin-bottom: 0;
}

/* Accordians */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0;
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion h6 a {
    border-radius: 0;
    background-color: #54dbc2;
    color: #ffffff;
    border-left: 3px solid #522C5D;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 23px;
}

.single-accordion h6 a span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed {
    background-color: #f3f5f8;
    color: #9b9b9b;
    border-left: 3px solid #54dbc2;
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0;
}

/* Tabs CSS*/
.delicious-tabs-content {
    position: relative;
    z-index: 1;
}

.delicious-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}

.delicious-tabs-content .nav-tabs .nav-link {
    background-color: #f3f5f8;
    color: #9b9b9b;
    border: none;
    border-left: 3px solid #54dbc2;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .delicious-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .delicious-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}

.delicious-tabs-content .nav-tabs .nav-link.active {
    background-color: #54dbc2;
    color: #ffffff;
    border-left: 3px solid #522C5D;
}

.delicious-tabs-content .tab-content h6 {
    font-size: 18px;
}

/* Features Area */
.single-feature-area {
    position: relative;
    z-index: 1;
}

.single-feature-area h5 {
    margin-bottom: 0;
    padding-left: 30px;
}

/* Shopping cart shortcut */
.num-items-in-cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

@media (max-width: 768px) {
    .summary-mobile {
        display: block;
        margin-bottom: 15px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.05);
        padding: 20px;
    }

    .summary-mobile-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .summary-mobile-item:last-child {
        margin-bottom: 0;
    }

    .summary-mobile-item strong {
        font-weight: 500;
    }

    .summary-mobile-item .total {
        font-weight: 600;
    }

    .summary-mobile-item .total strong {
        font-weight: 700;
    }

    .cart-items thead {
        font-size: 14px;
    }

    .cart-items tfoot {
        display: none;
    }

    .cart-tbody a {
        font-size: 12px;
        font-weight: bold;
        display: block;
        word-break: break-word;
        overflow: hidden;
    }

    .btn-remove-cart {
        font-size: 18px !important;
    }

    .product-img-cart {
        max-width: 150px !important;
    }

    .cart-tbody span {
        font-size: 12px;
        font-weight: 700;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width: 769px) {
    .summary-mobile {
        display: none;
    }
}

.num-items-in-cart .items-cart-left {
    position: relative;
}

.num-items-in-cart .items-cart-left i {
    font-size: 1.8rem;
}

.num-items-in-cart .items-cart-left .cart_text.icon {
    position: absolute;
    // right: auto;
    left: 47px;
    /*bottom: 100%;*/
    top: -10px;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 21px;
    line-height: 17px;
    margin-left: -7px;
    margin-bottom: -3px;
    background-color: #54dbc2;
}

.num-items-in-cart .items-cart-left .cart_text.icon .number {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}

/*** Home New Blocks ***/
.home-intro {
    background: #222222;
}

/*.home-intro  [class*='col-'] {
	border-right: 2px solid #4ec5af;
}
.home-intro  [class*='col-']:last-of-type {
	border: none;
}*/

.home-intro [class*='col-']:after {
    content: '';
    height: 100px;
    width: 2px;
    background: #4ec5af;
    position: absolute;
    right: -5px;
    top: 12%;
}

.home-intro [class*='col-']:last-of-type:after,
.home-intro [class*='col-']:first-of-type:after {
    display: none;
}

.home-intro .intro-text p {
    color: #4ec5af;
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.home-intro .intro-text a.more-info {
    color: white;
    font-size: 1.8rem;
    font-weight: 300;
}

.home-intro .shortcut i {
    display: block;
    color: #4ec5af;
    font-size: 3rem;
}

.home-intro .shortcut a {
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
}

.product-info {
    /* background-color: rgba(255, 255, 255, 0.85); */
}

footer.footer-area span.footer-title {
    padding-bottom: 14px;
    font-weight: 700;
    display: block;
}

.price {
    font-size: 1.5rem;
    color: var(--primary-color) !important;
}

.price-2x {
    font-size: 2.5rem;
}

.price.price-font-inherit {
    font-size: inherit;
}

.price span.previous-price {
    font-size: 0.7rem;
    color: #646464;
    text-decoration: line-through;
    position: absolute;
    right: -27px;
    top: 10px;
}

.shopping-actions a i {
    font-size: 1.3rem;
    font-weight: 700;
    color: #54dbc2;
    margin: 0 7px;
    transition-duration: 500ms;
}

.shopping-actions a:hover i {
    color: #000;
}

section.brands {
    padding-bottom: 50px;
}

.btn-sm {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    min-width: auto;
    height: auto;
}

.social-sharing a {
    background-color: #FFF;
    border: 1px solid #AAA;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: 5px;
    font-size: 14px;
}

.social-sharing a .fa,
.social-sharing a .fas,
.social-sharing a .far,
.social-sharing a .fab {
    font-size: 18px;
    margin-right: 4px;
}

.product-detail-content #product-information h1 {
    font-size: 2rem;
}

.product-detail-content #product-information .quantity-wrapper {
    margin-bottom: 20px
}

#tabs-information {
    margin-bottom: 30px;
    background-color: #fff
}

body #tabs-information .information_content {
    margin-bottom: 1px
}

body #tabs-information .information_content .panel-heading {
    border: 1px solid #ebebeb;
    text-transform: uppercase
}

body #tabs-information .information_content .panel-heading .panel-title {
    font-size: 16px;
    padding: 15px 25px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer
}

body #tabs-information .information_content .panel-heading .panel-title .fa {
    float: right
}

body #tabs-information .information_content .panel-collapse .panel-body p {
    margin-bottom: 10px
}

body #tabs-information .information_content .panel-collapse .panel-body p:last-child {
    margin-bottom: 0
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews {
    margin: 0
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-review-header-byline {
    font-style: normal;
    color: #898989;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-review-header-byline strong {
    font-weight: 400
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-icon {
    font-size: 16px;
    height: 20px
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-container {
    padding: 0 !important;
    border-width: 0
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-container .spr-header-title {
    font-weight: 500;
    color: #222;
    font-size: 16px
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-form-title {
    text-transform: uppercase;
    color: #222;
    font-weight: 500
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews .spr-review-content {
    font-family: Montserrat;
    font-style: italic
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews textarea {
    height: 150px
}

body #tabs-information .information_content .panel-collapse#collapse_review #shopify-product-reviews input[type="submit"] {
    border-radius: 5px;
    float: left
}

body #tabs-information .information_content .panel-collapse#collapse_review .spr-summary-actions-newreview {
    float: none;
    margin-left: 7px;
    font-size: 16px;
    color: #000;
    text-decoration: underline
}

body #tabs-information .information_content .panel-collapse#collapse_review .spr-review-footer {
    text-align: left;
    float: left
}

body #tabs-information .information_content .panel-collapse#collapse_review .spr-review-footer a {
    color: #000;
    text-decoration: underline
}

body #tabs-information .information_content:last-child .panel-heading {
    border-bottom: 1px solid #ebebeb
}

@media (max-width: 1199px) {
    body #tabs-information {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    body #tabs-information {
        padding: 15px
    }
}

body .related-products {
    background-color: #fff;
    padding: 0
}

body .related-products .owl-item .col-sm-12 {
    padding: 0
}

body .related-products .page-title {
    height: 66px;
    text-align: left;
    padding: 10px 0;
    margin-bottom: 0
}

body .related-products .page-title:before {
    display: none
}

body .related-products .page-title span {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    padding-right: 25px
}

body .related-products .content_product {
    border-right: 1px solid #ebebeb
}

body .related-products .product {
    margin-bottom: 0
}

body .related-products .owl-next,
body .related-products .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    background-image: none !important;
    color: #222;
    border-color: #ebebeb;
    background-color: #fff;
    position: absolute;
    top: 0%;
    margin-top: -45px;
    width: 43px;
    height: 43px;
    border-top-width: 0;
    border-bottom-width: 0;
    border-right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body .related-products .owl-next .fa,
body .related-products .owl-prev .fa {
    color: #222;
    font-size: 20px;
    line-height: 28px
}

@media (min-width: 1200px) {

    body .related-products .owl-next,
    body .related-products .owl-prev {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }

    body .related-products .owl-next:hover,
    body .related-products .owl-prev:hover {
        color: #fff;
        border-color: #a29e9e;
        background-color: #a29e9e
    }

    body .related-products .owl-next:hover .fa,
    body .related-products .owl-prev:hover .fa {
        color: #fff
    }
}

body .related-products .owl-next .fa,
body .related-products .owl-prev .fa {
    line-height: 43px
}

@media (min-width: 1200px) {

    body .related-products .owl-next,
    body .related-products .owl-prev {
        -ms-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease
    }
}

@media (max-width: 540px) {

    body .related-products .owl-next,
    body .related-products .owl-prev {
        margin-top: 0px;
        top: 0;
        border-bottom-width: 1px
    }
}

body .related-products .owl-next {
    right: 0px;
    left: auto
}

body .related-products .owl-prev {
    right: 0;
    left: auto;
    margin-right: 43px
}

body .related-products:hover .owl-next,
body .related-products:hover .owl-prev {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"
}

body .product_banner_bottom {
    width: 100%;
    float: left
}

body ._quantity-wrapper .wrapper,
body .product-detail-content #product-information .quantity-wrapper .wrapper {
    height: 52px;
    line-height: 50px;
    width: 60px;
    position: relative;
    border: 1px solid #222;
    /* margin: 0 auto; */
    display: inline-block;
}


body ._quantity-wrapper .wrapper input[type="text"],
body .product-detail-content #product-information .quantity-wrapper .wrapper input[type="text"] {
    text-align: center;
    max-width: 100%;
    width: 100%;
    border-width: 0px
}

@media (max-width: 767px) {

    body ._quantity-wrapper .wrapper,
    body .product-detail-content #product-information .quantity-wrapper .wrapper {
        margin-right: 5px
    }
}

body ._quantity-wrapper .qty-down,
body .product-detail-content #product-information .quantity-wrapper .qty-down,
body ._quantity-wrapper .qty-up,
body .product-detail-content #product-information .quantity-wrapper .qty-up {
    width: 48px;
    height: 48px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 48px;
    display: none
}

body ._quantity-wrapper .qty-down,
body .product-detail-content #product-information .quantity-wrapper .qty-down {
    left: 0
}

body ._quantity-wrapper .qty-up,
body .product-detail-content #product-information .quantity-wrapper .qty-up {
    right: 0
}

body ._quantity-wrapper-popup,
body .modal-content .modal-body .quantity-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

body ._quantity-wrapper-popup .wrapper-title,
body .modal-content .modal-body .quantity-wrapper .wrapper-title {
    width: 90px;
    font-size: 16px
}

body ._quantity-wrapper-popup .wrapper,
body .modal-content .modal-body .quantity-wrapper .wrapper {
    position: relative;
    width: 120px;
    height: 30px;
    margin-bottom: 10px;
    padding: 0
}

body ._quantity-wrapper-popup .wrapper input[type="text"],
body .modal-content .modal-body .quantity-wrapper .wrapper input[type="text"] {
    text-align: center;
    width: 100%
}

body ._quantity-wrapper-popup .wrapper .qty-down,
body .modal-content .modal-body .quantity-wrapper .wrapper .qty-down,
body ._quantity-wrapper-popup .wrapper .qty-up,
body .modal-content .modal-body .quantity-wrapper .wrapper .qty-up {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0
}

body ._quantity-wrapper-popup .wrapper .qty-down .fa,
body .modal-content .modal-body .quantity-wrapper .wrapper .qty-down .fa,
body ._quantity-wrapper-popup .wrapper .qty-up .fa,
body .modal-content .modal-body .quantity-wrapper .wrapper .qty-up .fa {
    font-size: 10px;
    line-height: 28px
}

body ._quantity-wrapper-popup .wrapper .qty-down,
body .modal-content .modal-body .quantity-wrapper .wrapper .qty-down {
    left: 0;
    border-right: 1px dotted #ebebeb
}

body ._quantity-wrapper-popup .wrapper .qty-up,
body .modal-content .modal-body .quantity-wrapper .wrapper .qty-up {
    right: 0;
    border-left: 1px dotted #ebebeb
}

body .__btn-add-to-cart-general,
body .__btn-add-to-cart,
body .product-detail-content #product-information .purchase-section .purchase .add-to-cart,
body .__btn-add-to-cart-popup,
body .modal-content .modal-body .add-to-cart {
    letter-spacing: 1px
}

body .__btn-add-to-cart-general .fa,
body .__btn-add-to-cart .fa,
body .product-detail-content #product-information .purchase-section .purchase .add-to-cart .fa,
body .__btn-add-to-cart-popup .fa,
body .modal-content .modal-body .add-to-cart .fa {
    font-size: 1.3em;
    margin-right: 10px;
    color: #fff;
}

body .__btn-add-to-cart,
body .product-detail-content #product-information .purchase-section .purchase .add-to-cart {
    width: 100%;
    line-height: 38px;
    font-size: 1.3em;
    color: #fff;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#94d040+0,53af25+100 */
    background: #94d040;
    /* Old browsers */
    background: -moz-linear-gradient(top, #94d040 0%, #53af25 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #94d040 0%, #53af25 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #94d040 0%, #53af25 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #53af25;
    border-radius: 3px;

}

body .__btn-add-to-cart:hover,
body .product-detail-content #product-information .purchase-section .purchase .add-to-cart:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#53af25+38,94d040+99 */
    background: #53af25;
    /* Old browsers */
    background: -moz-linear-gradient(top, #53af25 38%, #94d040 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #53af25 38%, #94d040 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #53af25 38%, #94d040 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
    border: 1px solid white;
    -webkit-box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.71);
    -moz-box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.71);
    box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.71);
}

body .__btn-add-to-cart:hover i,
body .product-detail-content #product-information .purchase-section .purchase .add-to-cart:hover i {
    color: white;
}

body .__btn-add-to-cart-popup,
body .modal-content .modal-body .add-to-cart {
    height: 40px;
    line-height: 40px;
    width: auto
}

.product-img-cart {
    max-width: 150px;
}

.product-img-cart-sm {
    max-width: 75px;
}

.border-top {
    border-top: 1px solid #aaa !important;
}

.border-bottom {
    border-bottom: 1px solid #aaa !important;
}

.best-receipe-area .single-best-receipe-area h5 {
    min-height: 60px;
    padding: 0 7px;
}

.best-receipe-area .single-best-receipe-area img {
    max-height: 200px;
    min-height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.products-wrapper .single-best-receipe-area h5 {
    min-height: 72px;
}

.products-wrapper .single-best-receipe-area p {

    line-height: 1.3;
    /*padding-left: 10px;
	padding-right: 10px;*/
    min-height: 70px;
    padding: 0 7px;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 400;
}

/*
.products-wrapper .single-best-receipe-area img {
	max-height: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/
.products-wrapper.search-results .single-best-receipe-area h5 {
    min-height: 48px;
}

.products-wrapper.search-results .single-best-receipe-area img {
    max-height: 348px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Wishlist */
.remove-product-from-wishlist .far.fa-heart {
    color: #474747;
}

#cart .money strike {
    font-size: 70%;
    color: #474747;
}

.btn-set-currency {
    cursor: pointer;
}

.autocomplete-suggestions {
    padding-top: 16px;
    padding-bottom: 16px;
    background: #FFF;
    overflow: auto;
    border-radius: 8px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);
    transition: transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);
    transition: transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1), -webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.autocomplete-suggestion {
    padding: 16px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-suggestion img {
    margin-top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.autocomplete-suggestion .suggestion-title {
    font-size: 14px;
    color: #222;
    margin-bottom: 5px;
    font-weight: 700;
}

.autocomplete-suggestion .suggestion-price {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #522C5D;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.autocomplete-loading {
    padding-top: 16px;
    padding-bottom: 16px;
    background: #FFF;
    overflow: auto;
    border-radius: 8px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);
    transition: -webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);
    transition: transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);
    transition: transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1),
        -webkit-transform 500ms cubic-bezier(0.12, 0.72, 0.29, 1);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    display: none;
    position: absolute;
}

.autocomplete-suggestion {
    cursor: pointer;
}

.toggle-state-container {
    position: relative;
}

.toggle-state-container.off .list-cat {
    display: block !important;
    max-height: 178px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.toggle-state-container.off span {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #54dbc2;
    font-size: 14px;
    cursor: pointer;
}

.toggle-state-container.on .list-cat {
    max-height: initial;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.toggle-state-container.on span {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #54dbc2;
    font-size: 14px;
    cursor: pointer;
}

.nav-pills .nav-item .nav-link h3,
.nav-pills .nav-item .nav-link h4 {
    color: #54dbc2;
    font-weight: 500;
    min-width: 120px;
}

.nav-pills .nav-item .nav-link:hover h3,
.nav-pills .nav-item .nav-link:hover h4,
.nav-pills .nav-item .nav-link.active h4 {
    color: #FFFFFF;
    font-weight: 700;
}

/* .nav-pills .nav-item .nav-link:hover,
.nav-pills .nav-item .nav-link.active {
    background-color: #54dbc2;
} */

.product-detail-content #product-information .social-sharing a i.fab {
    color: #54dbc2;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.alphabetical-brands .pagination>li>a {
    border: none;
    color: #000;
    font-weight: 500;
    padding: 5px 12px;
}

.alphabetical-brands .pagination>li.active>a {
    color: #522C5D;
    font-weight: 700;
}

.toggle-state-container {
    position: relative;
}

.toggle-state-container.off .list-cat {
    display: block !important;
    max-height: 288px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.toggle-state-container.off span {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #54dbc2;
    font-size: 14px;
    cursor: pointer;
}

.toggle-state-container.on .list-cat {
    max-height: initial;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.toggle-state-container.on span {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #54dbc2;
    font-size: 14px;
    cursor: pointer;
}

/****** SHOP IN SHOP ********/

.ShopInShop h4.title {
    font-weight: 300 !important;
    overflow: hidden;
    position: relative;
}

.ShopInShop h4.title span {
    font-weight: 500;
}

.ShopInShop h4.title:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: 10px;
    border-bottom: 1px solid #dddddd;
    bottom: 10px;
}

.ShopInShop .cloud .btn {
    background-color: transparent;
    color: black;
    border: 1px solid black;

}

.ShopInShop .cloud .btn:hover {
    background-color: #1981ad;
    color: white;
    border: 1px solid #1981ad;
}

.ShopInShop .products .cta span {
    color: #1981ad;
    font-size: 1.65rem;
}

.ShopInShop .about {
    padding: 5rem;
}

.ShopInShop .about h4.title:after {
    display: none;
}

.ShopInShop .about {
    background-image: initial !important;
    background-repeat: no-repeat;
    background-position: right center;
}

.ShopInShop .about.no-bg-img {
    // background-image: url("/images/shopinshop/skinceuticals/about-bg.jpg");
    background-repeat: no-repeat;
    background-position: right center;
}

.ShopInShop .block {
    margin-top: 120px;
    padding: 5rem;
    position: relative;
    // background: url("/images/shopinshop/skinceuticals/science-tile.jpg") right top repeat-y #f8f8f8;

}

.ShopInShop .block img.ilust.left {
    position: absolute;
    top: -136px;
    left: -36px;
}

.ShopInShop .block img.ilust.right {
    position: absolute;
    top: -157px;
    right: -36px;
}

.ShopInShop .explore {
    // background: url("/images/shopinshop/skinceuticals/explore-bg.jpg") center top repeat-y #ffffff;
    padding: 2rem 0 5rem 0;
}

.text-primary {
    color: #522C5D !important;
}

// Sale banner
.product-image {
    position: relative;
}

.product-image .sale_banner {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 999;
}

.sale_banner.fix-position {
    top: 35px !important;
}

.product-image .sale_banner .sale_text {
    line-height: 1em;
    font-size: 15px;
    padding: 1px 5px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: #522C5D;
    font-family: Montserrat
}

.product-image .sale_banner .tooltip {
    top: 0% !important;
    left: 100% !important;
    min-height: 40px;
    min-width: 40px;
    margin-left: 7px
}

.product-image .sale_banner .tooltip.top .tooltip-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 15px;
    margin-left: -7px;
    left: 0 !important
}

@media (max-width: 1199px) {
    .product-image .sale_banner {
        top: 10px;
        bottom: auto
    }
}

.product-wrap p.title-product {
    min-height: 47px;
}

.product-wrap h5.title-product {
    min-height: 50px;
}

.valign-middle {
    vertical-align: middle !important;
}

.smaller-price-for-currency {
    font-size: 90%;

    .previous-price {
        top: 3px !important;
        font-size: 85%;
    }
}

.money-old.smaller-price-for-currency {
    display: block;
}

.text-black {
    color: #000000 !important;

    p {
        color: #000000 !important;
    }
}

.btn-set-domain {
    cursor: pointer;
}

.slider-brands {
    .swiper-slide {
        img {
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
        }
    }
}

@media (max-width: 768px) {
    .social-sharing {
        flex-direction: column;
        /* Empilha os itens */
    }

    .social-sharing a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}

.trustpilot-widget {
    max-height: 400px;
}

.filter-search {
    border-radius: 200px;
    background-color: var(--primary-color) !important;
    color: var(--quaternary-color) !important;
}

.bold-text {
    font-weight: bold;
}

@media (max-width: 400px) {
    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: center;
    }
}

.nav-item:hover>.dropdown-menu {
    display: block;
}

.mega-dropdown {
    min-width: 600px;
    max-width: 90vw;
    left: 0;
    right: 0;
    background-color: var(--primary-color) !important;
}

.mega-dropdown .dropdown-item {
    white-space: normal;
    font-size: 0.95rem;
    background-color: var(--primary-color);
}

.mega-dropdown .dropdown-item:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color) !important;
}

.share-dropdown-ul {
    background-color: var(--primary-color);
}

.share-dropdown-ul .dropdown-item {
    background-color: var(--primary-color);
    color: var(--quaternary-color);
}

.share-dropdown-ul .dropdown-item:hover {
    background-color: var(--secondary-color);
    color: var(--quaternary-color) !important;
}

.selbx option {
    border-radius: 8px;
}

.limit-width-size {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.2 !important;
    border-radius: 0.25rem !important;
    white-space: nowrap !important;
    width: auto !important;
    max-width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
}

.limit-width-size i {
    margin-right: 0.3rem !important;
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ================================
   Cart Summary Component
================================ */
.cart-form {
    background-color: var(--quaternary-color);
    background: var(--quaternary-color); // fundo suave
    border-radius: 0 0 1.25rem 1.25rem; // mais arredondado
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

    .cart-items {
        width: 100%;

        td {
            border: none !important;
            font-family: var(--main-font-family);
            color: var(--primary-color);
            padding: 0.75rem 0;

            &.product-name {
                font-weight: 600;
                font-size: 1rem;
            }
        }

        .product-img-cart {
            border-radius: 0.75rem; // arredonda imagem
            max-width: 60px;
            margin-right: 0.75rem;
        }

        .border-bottom-1px {
            border-bottom: 1px solid var(--tertiary-color);
        }
    }

    tfoot {
        tr.summary {
            td {
                font-size: 0.95rem;
                padding: 0.5rem 0;
            }

            .total-action {
                color: var(--secondary-color);
                font-weight: 600;
            }

            .price {
                color: var(--quinary-color);
            }

            &:last-child {
                td {
                    font-size: 1.1rem;
                    font-weight: 700;
                    color: var(--primary-color);

                    .money {
                        color: var(--secondary-color);
                    }

                    u {
                        text-decoration-color: var(--tertiary-color);
                        text-underline-offset: 3px;
                    }
                }
            }
        }
    }
}

/* Header estilizado */
.header-col-card {
    background: var(--primary-color);
    color: #fff;
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 1rem 1.25rem;
    margin-bottom: 0;

    .title-header-col-card {
        color: var(--quaternary-color);
        font-family: var(--main-font-family);
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
}

.formVoucherCarrinho {
    background: var(--quaternary-color);
    border: 2px dashed var(--primary-color);
    border-radius: 1.5rem;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
}

.formVoucherCarrinho:hover {
    background: lightgray;
}

.hide {
    display: none;
}

.home-review-list .review {
    min-height: 250px;
    /* altura mínima */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /* separa nome/estrelas e descrição */
    height: 100%;
}

.transparency {
    opacity: 0.4;
}

.autocomplete-results {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 50;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
    max-height: 450px;
    overflow-y: auto;
}

.suggestion-item { cursor: pointer; border-bottom: 1px solid #f2f2f2; }

.suggestion-item:hover { background: #fafafa; }

.btn-to-top-style {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    background: var(--primary-color);
    color: var(--quaternary-color);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: background 0.3s ease;
}

.btn-to-top-style:hover {
    background: var(--tertiary-color);
    color: var(--primary-color);
}

.btn-to-top-style i {
    font-size: 20px;
}

.btn-recovery {
    border: 0;
    background-color: var(--primary-color);
    color: var(--quaternary-color);
    font-weight: 700;
    font-size: 1.3rem;
    transition: background-color 0.3s ease-in;
}

.btn-recovery:hover {
    background-color: var(--secondary-color);
    color: var(--quaternary-color);
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.marquee-content {
    display: inline-flex;
    gap: 3rem;
    animation: marquee-scroll 80s linear infinite;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.payment-option {
    cursor: pointer;
}

.payment-option .card-body {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 14px;
    transition: all 0.25s ease;
    background: var(--tertiary-color);
}

/* Hover */
.payment-option:hover .card-body {
    border-color: #cfcfcf;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* Quando selecionado */
.payment-option input[type="radio"]:checked + .texto,
.payment-option input[type="radio"]:checked {
}

.payment-option:has(input[type="radio"]:checked) .card-body {
    border-color: #0d6efd;
    background: #fff;
    box-shadow: 0 6px 18px rgba(13,110,253,0.15);
}

/* Animação suave */
.payment-option .card-body {
    transform: scale(1);
}

.payment-option:has(input[type="radio"]:checked) .card-body {
    transform: scale(1.02);
}

/* Esconder radio padrão (opcional) */
.shipping-radio {
    transform: scale(1.2);
    margin-top: 5px;
}

.shipping-title {
    width: 100%;
}

.shipping-price {
    font-weight: bold;
    white-space: nowrap;
}
