html {
}
body {
    font-size: 18px;
	background-color: #fff;
    font-family: 'Roboto', sans-serif;
}
body.menu-open {
  _overflow: hidden;
}
p {
	font-size: 16px;
	margin: 0 0;
}
h1, h2, h3, h4 {
	font-family: 'Roboto Condensed', sans-serif;
}
a, a:hover {
    text-decoration: none;
}
img {
    /*image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;  */
}
div, button, a {
    outline: 0 !important;
}
.padding-3 {
	padding-left: 3px;
	padding-right: 3px;
}
.padding-5 {
	padding-left: 5px;
	padding-right: 5px;
}
.padding-7 {
	padding-left: 7px;
	padding-right: 7px;
}
.padding-8 {
	padding-left: 8px;
	padding-right: 8px;
}
.padding-9 {
	padding-left: 9px;
	padding-right: 9px;
}
.padding-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.padding-50 {
	padding-left: 50px;
	padding-right: 50px;
}
.no-padding {
	padding: 0;
}
.no-padding-l {
	padding-left: 0;
}
.no-padding-r {
	padding-right: 0;
}
.text-center {
	text-align: center;
}
.img-center {
	margin: auto;
}
.img-full img {
	width: 100%;
}
.col-center {
	float: none;
	margin: auto;
}
.transition, .transition:hover {
    transition: all 0.3s ease-in-out;
}
.opacity {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.opacity:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.80;
}
.opacity-alt {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.opacity-alt:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.50;
}
.unopacity {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.80;
	transition: opacity 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.unopacity:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.vertical-align-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.vertical-align-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.clearfix {
	clear: both;
}
textarea {
  resize: none;
}

/* SLICK DEFAULTS */
.slider-wrap {
    display: none;
}
.slick-arrow {
    z-index: 9;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}

/* CUSTOM CHECKBOX */
.custom-checkbox {
  float: left;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 1px;
  background: url("img/checkbox.png") no-repeat;
  margin-right: 12px;
  box-shadow: 0 1px 10px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
}
.custom-checkbox:hover {
  background: url("img/checkbox-hover.png") no-repeat;
}
.custom-checkbox.selected {
  background: url("img/checkbox-selected.png") no-repeat;
}
.has-error .custom-checkbox {
  background: url("img/checkbox-error.png") no-repeat;
}
.custom-checkbox input[type="checkbox"] {
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.checkbox-group .fv-plugins-message-container {
  position: relative;
}
.checkbox-group .fv-plugins-message-container .help-block {
  padding: 5px 10px;
  font-size: 14px;
  display: inline-block;
  background-color: #ffffff;
  color: #333333;
}

/* Hamburger Menu */
.hamburger-box {
    width: 20px;
    height: 14px;
}
.hamburger {
    padding: 0;
    width: 80px;
    height: 80px;
    z-index: 999;
}
.hamburger-inner {
    margin-top: 0;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 20px;
    height: 2px;
    border-radius: 0;
}
.hamburger-inner:after {
    bottom: -6px;
}
.hamburger-inner:before {
    top: -6px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #ffffff;
}
.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger.is-active {
  position: fixed;
  z-index: 999;
}

/* Header */
#top-menu {
    height: 80px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.menu-list-wrap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu-list-wrap ul li {
    display: inline-block;
    align-self: center;
}
.menu-list-wrap ul li a {
    color: #000000;
    padding-left: 25px;
    padding-right: 25px;
    transition: color 0.3s ease-in-out;
}
.menu-list-wrap ul li a:hover, .menu-list-wrap ul li.active a {
    color: #333333;
}
.menu-list-wrap ul li:first-child a {
    padding-left: 20px;
}
.menu-list-wrap ul li:last-child a {
    padding-right: 20px;
}
#menu-left, #menu-right {
    flex: 1;
}
#menu-right .menu-list-wrap {
  margin-left: auto;
}
#search-btn, #language-switch {
  width: 80px;
  height: 80px;
}
#search-btn a {
  height: 100%;
  justify-content: center;
}
#search-btn a img {
  align-self: center;
}
#search-btn a.collapsed .icon-close {
    display: none;
}
#search-btn a.collapsed .icon-search {
    display: block;
}
#search-btn a .icon-close {
    display: block;
}
#search-btn a .icon-search {
    display: none;
}
#language-switch > div {
    height: 100%;
}
#language-switch a {
  color: #333333;
}
#language-switch ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
}
#language-switch ul li {
  display: inline-block;
  align-self: center;
}
#language-switch {
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.menu-open #language-switch {
  position: fixed;
  right: 0;
  z-index: 999;
  background-color: #000000;
}
.menu-open #language-switch a {
  color: #ffffff;
}
.menu-submit {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
.form-input {
    width: 100%;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid #2F2F2F;
    color: #2F2F2F;
    padding: 0;
    background-color: #fafafa;
    margin-top: 0.5em;
}
.form-input::placeholder {
    color: #4F4F4F;
}
form label {
    text-align: left;
}
.modal form label {
    max-width: 342px;
}
label.the-label {
    width: 100%;
    /* max-width: 359px; */
    max-width: 342px;
}
form .my-form-btn:hover {
    color: #fff;
    background-color: #2F2F2F;
}
.my-form-btn, .my-form-btn:hover {
    transition: all 0.3s ease-in-out;
}
.my-form-btn.menu-submit {
    color: #fff;
    background-color: transparent;
    border: 0;
    text-align: left;
    margin-bottom: 0;
}
.my-form-btn.menu-submit:hover {
    _border: 1px solid #fff;
}
.my-form-btn.menu-submit:hover {
    background-color: transparent;
}
#slide-menu-right .menu-inputs {
    padding: 0;
    color: #fafafa;
    margin-top: 4px;
    width: 100%;
    max-width: 350px;
    font-size: 18px;
    border-bottom: 1px solid #ffffff;
}
#slide-menu-right .wpcf7-form p {
    margin-bottom: 0;
}
#slide-menu-right .wpcf7-form {
    text-align: left;
}
#slide-menu-right div.wpcf7-response-output {
    margin-top: 0;
    padding-left: 0;
}
span.wpcf7-not-valid-tip {
    color: #a94442;
    font-size: 13px;
    margin-top: 0.5em;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, div.wpcf7-acceptance-missing {
    border: 0;
    font-size: 14px;
}
/* SLIDE MENU */
#slide-menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #17181A;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
#slide-menu a {
  color: #ffffff;
}
#slide-menu-right {
    width:100%;
    /* height: 100% !important; */
    position:relative;
    padding-left: 0;
    padding-right: 0;
}
#slide-menu-right .right-wrap {
    padding-left: 100px;
    padding-right: 15px;
    _max-width: 420px;
}
#findUs-Menu {
    position: absolute;
    width: 100%;
    padding-left:100px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 322px;
}
#findUs-Content{
    padding: 0;
    height: auto;
}
#slide-menu-left a {
    color: #FFFFFF;
    font-size: 26px;
}
#slide-menu-left .card-body a {
    font-size: 20px;
    margin-top: 0.5em;
}
#slide-menu-left .suggest-flavor {
    width: 174px;
    padding: 6px;
    margin-top: 1em;
    border: 1px solid;
    border-radius: 5px;
    line-height: 23px;
}
#slide-menu a.stores-title:not(.collapsed) {
    color: #CCCCCC;
}
#slide-menu.open {
  left: 0;
}
#slide-menu input::placeholder {
    color: #808080;
}
.archive-product.news #secondary-menu .row {
    margin: 0;
    align-items: center;
}
.archive-product.news .img-fluid img {
    max-width: 100%;
}
.stores-title{
     padding-top: 0px !important
}
/* SINGLE PRODUCT */

.single-product #content {
    display: flex;
    align-items: stretch;
    _height: 100vh;
}
.single-product .col {
    padding: 0;
}
.single-product .row {
    _height: 100%;
}
.single-product a {
    color: #7E6054;
}
.single-product .col-left {
    flex-grow: 2;
}
.single-product .col-left .img-wrap {
    position: fixed;
    height: calc(100vh - 80px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.gallery-item {
    height: calc(100vh - 80px);
    /* width: 500px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.single-product .social-buttons {
    position: fixed;
    background-color: #000;
    width: 66.7%;
    bottom: 0;
    height: 80px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 60px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}
.single-product .social-buttons span {
    font-weight: bold;
    color: #cccccc;
}
.single-product .social-buttons a {
    padding-left: 30px;
    color: #ffffff;
}
.single-product .col-rigth {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color: #ffffff;
    height: 100vh;
}
.single-product .info-bar {
    height: 80px;
    line-height: 34px;
    display: flex;
    align-items: center;
    background-color: #fafafa;
    padding: 0 1.5em;
    font-size: 20px;
    font-weight: 600;
    justify-content: space-between;
    color: #7E6054;
}
.single-product .product-info-wrap {
    _height: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.single-product .product-info {
    padding: 1.5em;
    padding-bottom: 10px;
}
.single-product .product-title {
    font-size: 60px;
    line-height: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: -2px;
}
.single-product .product-description {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #666666;
    max-width: 464px;
}
.single-product .product-description:nth-of-type(1) {
    font-size: 20px;
}
.single-product .related-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    color: #b3b3b3;
    text-transform: uppercase;
}
.single-product .related-link {
    font-size: 16px;
    line-height: 30px;
    color: #7E6054;
    margin-top: -11px;
}
.single-product .related-link:last-of-type {
    margin-bottom: 0;
}
.single-product .bottom-section {
    margin-top: auto;
}
.single-product .bottom-section .info-bar:nth-child(even) {
    background-color: #f4f4f4;
}
.single-product .bottom-section .info-bar {
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.single-product .open-the-modal:hover {
    cursor: pointer;
}
.single-product .bottom-section a .info-bar img {
    width: 15px;
}
.single-product .bottom-section a .info-bar span {
    color:#333333;
}
.single-product .heart-wrapper {
    width: 19px;
    height: 22px;
}
.single-product .heart-wrapper img {
    width: 20px;
    height: 15px;
    display: block;
    background-image: url(/wp-content/themes/kayak-theme/img/heart@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.single-product .heart-wrapper img.red-heart {
    background-image: url(/wp-content/themes/kayak-theme/img/heart_red@2x.png);
}
.red-heart {
    background-color: transparent;
}
/* Single Product Slick */
.single-product .slick-next, .single-product .slick-prev {
    top: 15px;
    right: 10px;
    transform: translate(0);
}
.single-product .slick-prev {
    left: 95%;
}
.single-product .slick-dots {
    bottom: auto;
    top: 0;
    text-align: left;
    padding-left: 30px;
}
.single-product .slick-dots li {
    height: 8px;
    margin: 0 8px;
    margin-top: 20px;
}
.single-product .slick-dots li.slick-active button:before {
    opacity: 1;
}
.single-product .slick-dots li button:before {
    content: '';
    width: 30px;
    height: 3px;
    background-color: aliceblue;
}
.single-product .slick-next:before {
    /*background-image: url("img/arrow2x.png");
    width: 16px;
    height: 8px;
    background-size: 16px 8px;
    background-repeat: no-repeat;*/
}
.single-product .arrows-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 20px;
    margin-top: 1em;
}
.single-product .arrows-wrap span.my-prev {
    margin-right: 60px;
}
/* Header Modal */
.modal-backdrop {
    z-index: 98;
}

/* Single Product Modal */
.modal-content {
    border-radius: 0;
}
#myModalSuggest .modal-dialog {
    display: flex;
    align-items: center;
    height: 90vh;
}
.modal-header {
    border-bottom: 0;
    padding: 30px;
}
.modal-header .modal-title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.modal-header span {
    color: #b3b3b3;
    opacity: 1;
}
.modal-body {
    padding: 30px;
}
.modal-body .nutrition-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.modal-body .calories {
    font-size: 20px;
}
.modal-body .value {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-right: 40px;
}
.modal-body .percentage {
    color: #808080;
}
.modal-footer {
    padding: 30px;
    color: #b3b3b3;
    border-top: 0;
}
/* ARCHIVE PRODUCT*/
.archive-product #content {
    background: linear-gradient(to left, #F5F5F5 50%, #E8E8E8 50%);
    overflow: hidden;
}
.archive-product .filters {
    flex-basis: 100%;
    display: flex;
    _justify-content: center;
    _align-items: center;
}
.archive-product .filters .the-type {
    width: 50%;
    text-align: right;
}
.archive-product .filters > div {
    padding: 0.5em 0.7em;
}
.archive-product #content .row {
    justify-content: space-between;
    margin: 100px;
    margin-bottom: 50px;
    min-height: calc(750 / 1080 * 100vh);
}
.archive-product #content .row#all-recipes {
    min-height: calc(285 / 1080 * 100vh);
}
.archive-product .product-box {
    width: 400px;
    display: flex;
    align-items: center;
    margin: 2em 2em;
    /*flex-basis: 33%;
    justify-content: center;*/
}
.archive-product .title-wrap {
    width: 300px;
    margin: 0 auto;
}
.archive-product .product-title {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #1a1a1a;
    margin-top: 0.5em;
}
.the-famous span {
    display: inline-block;
    padding-top: 5px;
}
.the-famous a {
    color: #666666;
}
.the-famous b {
    background-image: url(img/arrow2x.png);
    width: 16px;
    height: 8px;
    display: inline-block;
    background-size: 16px 8px;
    background-repeat: no-repeat;
    margin-left: 0.5em;
}
/* SELECT2 ARCHIVE PRODUCTS*/
.select2-container:focus, .select2-container span:focus {
    outline: 0;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.select2-container {
    padding: 5px;
    padding-right: 10px;
}
#select2-testSize-container {
    min-width: 150px;
}
.select2-container--open.select2-container--default .select2-selection--single {
    background-color: #ffffff;
}
.select2-container--open {
    background-color: #ffffff;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 470px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
}
.the-type .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7E6054;
    text-align: center;
}
.select2-container--open .select2-dropdown--below {
    border: 0;
    border-radius: 0;
    padding: 10px;
    padding-bottom: 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fafafa;
    color: #1a1a1a;
}
.select2-results__option[aria-selected] {
    color: #666666;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #666666;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fafafa;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("img/arrow2x.png");
    width: 16px;
    height: 8px;
    background-size: 16px 8px;
    border: 0;
    margin-left: -10px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.select2-container--open .select2-dropdown--below {
    margin-top: -5px;
}
#center-bottom-nav {
    position: fixed;
    margin-top: auto;
    bottom: 50px;
}
/* LANDING */
.landing .my-gallery {
    padding: 0;
}
.landing .gallery-item {
    height: 75vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.landing .slider-info-wrap {
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    width: calc(640 / 1920 * 100vw);
    margin-left: auto;
    padding-left: calc(70 / 1920 * 100vw);
}
.landing .slider-info {
    text-align: left;
    z-index: 1;
    max-width: 500px;
}
.landing .slider-info h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: calc(60 / 1920 * 100vw);
    line-height: 60px;
    margin-bottom: 1em;
}
.landing .slider-info span {
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 7px;
}
.landing .my-slider-nav {
    display: flex;
    width: calc(500 / 1920 * 100vw);
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 10px;
    right: 3%;
}
.landing .my-slider-nav .progress-wrap {
    display: flex;
   /* flex-wrap: wrap; */
    width: 50%;
    align-items: center;
    justify-content: space-evenly;
}
.landing .my-slider-nav .progress-wrap .slide-num {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.landing .my-slider-nav .arrows-wrap span, .single-product .arrows-wrap span {
    cursor: pointer;
    background-image: url(img/Arrow-white2x.png);
    width: 13px;
    height: 23px;
    display: inline-block;
    background-size: 13px 23px;
    background-repeat: no-repeat;
}
.landing .my-slider-nav span.my-prev {
    margin-right: calc(90 / 1920 * 100vw);
}
.landing .my-slider-nav span.my-next, .single-product .arrows-wrap span.my-next {
    transform: rotate(180deg);
}

/**
 *  Progress Bar
 */
.landing .progress {
    display: block;
    width: 60%;
    height: 4px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(245, 245, 245, 0.4);
    background-image: linear-gradient(to right, #fff, #fff);
    background-repeat: no-repeat;
    background-size: 0 0%;
    transition: background-size .4s ease-in-out;
}

.vid {
    height: 75vh; 
    width:100% !important;
    z-index: -1 !important;

    max-height: 727px;
    position:absolute;
    top:0;
    object-fit: cover;
}

.grecaptcha-badge { visibility: hidden; }

/* ELEMENTOR CUSTOM CSS */
.elementor-slick-slider .slick-next, .elementor-slick-slider .slick-prev {
    top: 94%;
}
.elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: 94%;
}
#slide-menu .card {
    padding: 25px 0;
}
.menu-margin-bottom {
    margin-bottom: 10px;
}
.elementor-element-1d319f6 {
    top:37px;
}
.elementor-element-c4563e9 {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.elementor-element-8551ca0 {
    width: 45%;
}
.gray-header div div div strong a span {
    width: auto; 
    font-size:12px !important;
}
.gray-header div div div strong span{
    width: auto; 
    font-size:12px !important;
}
.gray-header div div div strong p {
    width: auto; 
    font-size:12px !important;
}
.gray-header div div div a span strong {
    width: auto; 
    font-size:12px !important;
}
.gray-header div div div p strong{
    width: auto; 
    font-size:12px !important;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px 0px !important;
    display: flex;
    flex-wrap: nowrap; 
}
/* 
    SIMPLE SHARE BUTTONS
*/
.ssba-modern-2 > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ssbp--theme-11 .ssbp-btn {
    background-color: transparent !important;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0;
    margin: 0;
}
.single-product .social-buttons a {
    padding-left: 1em;
}
.social-buttons .ssbp--theme-11 .ssbp-text {
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 991px) {
    .ssba, .ssba > div, .ssbp-wrap .ssbp-list {
        width: 100%;
    }
    .ssba-modern-2 > div {
        flex-direction: column;
    }
    .social-buttons .ssbp-wrap .ssbp-list {
        display: flex;
        justify-content: space-evenly;
    }
    .social-buttons .ssbp--theme-11 .ssbp-text {
        font-size: 13px;
        margin-left: 0;
    }
    .social-buttons .ssbp-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        /* height: 60px; */
    }
    .single-product .social-buttons .ssbp-list a {
        font-size: 13px;
        padding: 0;
    }    
}
/* 
    MEDIA Queries
*/
@media (max-width:1400px) and (min-width:1024px )   {
    .gray-header div div div strong a span {
        width: auto; 
        font-size:10px !important;
    }
    .gray-header div div div strong span{
        width: auto; 
        font-size:10px !important;
    }
    .gray-header div div div strong p {
        width: auto; 
        font-size:10px !important;
    }
    .gray-header div div div a span strong {
        width: auto; 
        font-size:10px !important;
    }
    .gray-header div div div p strong{
        width: auto; 
        font-size:10px !important;
    }
    .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
        padding: 10px 0px !important;
        display: flex;
        flex-wrap: nowrap; 
    }
}
@media (max-width: 991px) {
    #findUs-Menu {
        position:inherit !important;
    }
}
/* 
.elementor-element-b7d7b61 div div strong a span {
    font-size:12px;
    width: auto;
}
.elementor-element-73df760 div div strong a span {
    font-size:12px !important;
    width: auto;
}
.elementor-element-43620a3 div div a span strong {
    font-size:12px;
    width: auto;
} */
/* Elementor Landing Page */

/* Mobile Styles */
/* @media (max-width: 767px){
.elementor-176 .elementor-element.elementor-element-3ebdaf6:not(.elementor-motion-effects-element-type-background) > .elementor-element-populated
    {
    background-position-x: 130px;
    background-color:#2E524E;
    }
} */



/* BOOTSTRAP 4 MEDIA */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .modal-dialog {
        width: 600px;
        max-width: 600px;
    }
    .modal-dialog-centered {
        width: 600px;
        max-width: 600px;
        margin: 0 auto;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .modal#myModal {
        position: absolute;
    }
    #myModal .modal-dialog {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* BOOTSTRAP 3 MEDIA */
@media (max-width: 575px) {

}

/* SM */
@media (min-width: 576px) and (max-width: 767px) {

}
@media (max-width: 1372px) {
.elementor-element-8551ca0 {
    width: 55% !important; 
}
}
@media (max-width: 767px) {
	/* Menu */
	/*#slide-menu {
		overflow: scroll;
	}*/
    /*#slide-menu-center, #slide-menu-left, #slide-menu-right {
        width: 100%;
        height: auto;
		padding-left: 15px;
		padding-bottom: 15px;
    }*/
    .gallery-item.slick-slide:not(.slick-active) {
        pointer-events: none;
    }

    .vid {
        height: 400px;
        position: absolute !important;
        margin: 0 auto;
        opacity: 1 !important;
        display: block;
    }
    #slide-menu a {
        font-size: 20px !important;
        /* font-size: 20px; */
        padding-top: 30px;
    }
    #slide-menu .reCaptcha-msg a {
        font-size: inherit !important;
    }
    #slide-menu-left .card-body a {
        font-size: 14px;
    }
    #center-top-nav .menu-margin-bottom {
        margin-bottom: 0;
        font-size: 20px;
        margin-top: 30px;
    }
    .collapse .card-body a {
        font-size: 14px;
    }
    #center-bottom-nav {
        font-size: 12px;
    }
    #center-bottom-nav li {
        height: 25px;
    }
	#slide-menu-center, #slide-menu-right {
		padding-top: 30px;
	}
	/* #slide-menu-right {
		text-align: center;
	} */
    .right-wrap h3 {
        font-size: 18px;
    }
    /*#slide-menu-right .right-wrap {
        padding-left: 0;
        margin: 0 auto;
    }*/
	/*#center-top-nav, #center-bottom-nav {
		width: 50vw;
		margin: 0 auto;
		padding-inline-start: 0;
	}*/
	/*#center-bottom-nav {
		position: relative;
		padding-top: 25px;
	}*/
	/*.collapse-wrap {
		width: 50vw;
		margin: 0 auto;
	}*/
    #slide-menu-right .wpcf7-form {
        text-align: left;
        /* max-width: 300px; */
        margin: 0 auto;
        position: relative
        _padding-left: 10px;
    }
	.menu-inputs {
		width: auto;
	}
    #slide-menu-right .menu-inputs {
        width: 280px;
        font-size: 18px;
    }
    #slide-menu-right div.wpcf7 .ajax-loader {
        position: absolute;
        right: 20px;
        bottom: 65px;
    }
    .my-form-btn.menu-submit {
        _text-align: center;
    }
	.menu-submit {
		_margin: 0 auto;
		margin-top: 2em;
	}
	#findUs-Menu {
        position: relative;
        padding-left:10%;
		width: 100%;
	}
	#findUs-Content {
		padding-left: 0;
		width: 80vw;
	}
    #findUs-Content h3 {
        font-size: 18px;
    }
    #findUs-Content p {
        font-size: 14px;
    }
    #social-media .social {
        margin-right: 20px;
    }
    .archive-product .filters .the-type {
        width: auto;
        text-align: initial;
    }
    .archive-product .filters > div {
        padding-bottom: 0;
    }
    .archive-product .filters .the-famous {
        padding-top: 0;
    }
    .archive-product .filters {
        flex-basis: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .the-type .select2-container--default .select2-selection--single {
        position: relative;
    }
    .the-type .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 1px;
    }
    .archive-product #content .row {
        margin: 15px;
        text-align: center;
    }
    .archive-product .product-box {
        margin: 2em 0;
        flex-basis: 100%;
        justify-content: center;
    }
    .archive-product .title-wrap {
        width: 260px;
    }
    /* Landing Slider */
    .landing .gallery-item {
        height: auto;
        width: 100%;
        max-width: 100% !important;
       /* opacity: 1 !important; */
        z-index: 1 !important;
    }
    .landing .slider-info-wrap {
        height: 400px;
        width: auto;
        align-items: center;
        justify-content: flex-end;
    }
    .landing .slider-info {
        text-align: center;
    }
    .landing .slider-info h1 {
        font-size: calc(160 / 1920 * 100vw);
        line-height: initial;
    }
    /* SIGNLE PRODUCT */
    .single-product .product-title {
        font-size: 26px;
        line-height: 31px;
    }
    .single-product .product-description:nth-of-type(1) {
        font-size: 18px;
    }
    .single-product .product-description {
        font-size: 16px;
    }
    .single-product .related-link {
        font-size: 14px;
    }
    .single-product .info-bar {
        font-size: 16px;
    }
    .single-product .bottom-section .info-bar {
        height: 60px;
        font-size: 14px;
    }
    .single-product .slick-list {
        _height: 60vh;
    }
    .single-product .slick-dots {
        padding-left: 10px;
    }
    .single-product .social-buttons {
        /* padding-left: 10px; */
        padding-left: 0;
    }
    .single-product .social-buttons div {
        margin-left: 1em;
    }
    .single-product .social-buttons span {
        font-size: 14px;
    }
    .single-product .social-buttons a {
        padding-left: 15px;
        font-size: 13px;
    }
    .single-product .arrows-wrap {
        width: auto;
        right: 10px;
    }
    .single-product .arrows-wrap span {
        height: 13px;
        background-size: 8px 13px;
    }
    .single-product .arrows-wrap span.my-prev {
        margin-right: 25px;
    }
    .modal-header {
        padding-bottom: 0;
    }
    form label {
        font-size: 12px;
    }
    label.the-label {
        max-width: 269px;
    }
    .my-form-btn {
        font-size: 12px;
        width: 110px;
        height: 40px;
    }
    #cover-box {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 22vh;
    }
    .archive-recipes-input {
        font-size: 14px;
    }
    .filters .select2-container {
        width: auto !important;
        min-width: 120px;
    }
    #select2-testSize-container {
        min-width: 100px;
    }
    .select2-container--open .select2-dropdown--below {
        padding: 10px 0 15px;
    }

}

@media (min-width: 768px) {
  #top-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
  }
  #top-menu {
    height: 74px;
  }
  .menu-open #menu-left .menu-list-wrap {
    margin-left: 74px;
  }
  .menu-open #menu-right #search-btn {
    margin-right: 74px;
  }
  #content {
    _padding-top: 74px;
  }
  .menu-open #top-menu {
    position: static;
  }
  .menu-open #content {
    padding-top: 0;
  }
    .single-product.scrolled .arrows-wrap {
        top: 90px;
    }
}

@media (max-width: 1488) {

}
/* MD */
@media (min-width: 768px) and (max-width: 991px) {
  #top-menu {
      font-size: 15px;
  }
  .hamburger, #search-btn, #language-switch {
      width: 74px;
      height: 74px;
  }
   #slide-menu-center, #slide-menu-left, #slide-menu-right .right-wrap {
       padding-left: 30px;
   }
    #slide-menu-center, #slide-menu-left {
        padding-right: 0;
    }
    #wantIceCream span {
        font-size: 16px;
    }
    #slide-menu-left a {
        font-size: 24px;
    }
    #center-top-nav {
        padding-inline-start: 15px;
        font-size: 24px;
    }
    #slide-menu-right .menu-inputs {
        font-size: 16px;
    }
    #findUs-Menu {
        /* padding-left:0px !important; */
    }

}

@media (max-width: 991px) {
    #slide-menu-right .right-wrap {
        padding-left:0px !important;
    }
    .hide-mobile {
        display: none; 
    }
    #slide-menu {
        overflow: scroll;
    }
    #slide-menu-center, #slide-menu-left, #slide-menu-right {
        width: 100%;
        height: auto;
        flex-basis: auto;
    }
    #slide-menu-center, #slide-menu-left {
        padding-left: 15px;
        padding-bottom: 30px;
    }
    #center-top-nav, #center-bottom-nav {
        width: 80vw;
        margin: 0 auto;
        padding-inline-start: 0;
    }
    #center-bottom-nav {
        top: 5px;
    }
    .collapse-wrap {
        width: 80vw;
        margin: 0 auto;
    }
    #slide-menu-right .right-wrap {
        /* padding-left: 0; */
        /* padding-right: 0; */
        
        margin: 0 auto;
        padding-bottom: 30px;
        width: 80vw;
    }
    #center-bottom-nav {
        position: relative;
        padding-top: 25px;
    }
    #menu-right .menu-list-wrap, #menu-left .menu-list-wrap, #menu-right #language-switch {
    /* _display: none !important; */
    }
    #menu-right #search-btn {
    margin-left: auto;
    }
    /* Pop-Up Search*/
    #searchCollapse {
        font-size: 15px;
        z-index: 2;
    }
    #search-results-input-image {
        background-size: 25%;
        right: 0;
    }
    #search-results-input {
        height: 70px;
    }
  /* SINGLE PRODUCT */
    .single-product .col-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 65vh;
    }
    .single-product .gallery-item {
        height: 65vh;
    }
    .single-product .col-left .img-wrap {
        /* height: 80vw; */
        height: 65vh;
        position: relative;
    }
    .single-product .social-buttons {
        /* position: relative;
        bottom: 30px; */
        position: absolute;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .single-product .col-rigth {
        /* margin-top: 80px; */
        margin-top: 0;
        height: auto;
    }
    .modal#myModal {
        /*_position: fixed;*/
        _padding-right: 0 !important;
    }
    .social-buttons span {
        /* position: absolute;
        bottom: 50px;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%); */
    }
}

/* LG */
@media (min-width: 992px) and (max-width: 1199px) {
  #top-menu {
    font-size: 15px;
  }
  .menu-list-wrap ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-list-wrap ul li:first-child a {
    padding-left: 5px;
  }
  .menu-list-wrap ul li:last-child a {
    padding-right: 5px;
  }
  .hamburger, #search-btn, #language-switch {
    width: 74px;
    height: 74px;
  }
    #slide-menu-center, #slide-menu-left, #slide-menu-right .right-wrap {
        padding-left: 50px;
    }
    #wantIceCream a {
        font-size: 16px;
    }
    #collapseIceCreams {
        margin-bottom: 10px;
    }
    #contact-logo {
        margin-top: 1em;
        margin-bottom: 1em;
        width: 80px;
    }
    #slide-menu-right .menu-inputs {
        font-size: 15px;
    }
    #findUs-Menu {
        height: 190px;
        padding-left:50px !important;
    }
    #findUs-Content h3 {
        font-size: 22px;
    }
    #findUs-Content p {
        font-size: 14px;
    }

}
@media (max-width: 1199px) {
    .archive-product #content .row {
        justify-content: center;
    }
    .landing .slider-info h1 {
        line-height: 35px;
    }
}
/* XL */
@media (min-width: 1200px) {
  .menu-open #menu-left .menu-list-wrap {
    margin-left: 80px;
  }
  .menu-open #menu-right #search-btn {
    margin-right: 80px;
  }
  #content {
    _padding-top: 80px;
  }
  #top-menu {
    height: 80px;
  }

}

.img-wrap .draggable {
height: 100%;
}

.img-wrap .slick-track{
height: 100%;
}