<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name:   Sea2Door
Version: 1.5
*/
@import url('https://fonts.googleapis.com/css?family=Assistant:300,400,500,700&amp;display=swap');
html {
  font-family: Assistant,sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }
.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
  margin-left: .4em;
  margin-right: 0;margin-top: 3px;
  display: inline-block;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Global styles applied to all non-woocommerce theme components. Includes styles for;
 *
 * Typography
 * Header
 * Footer
 * Main content area
 * Accessiblity helper classes
 * 404
 * Comments
 * Content (posts etc)
 * Forms
 * Media
 * Menus
 * pagination
 * Post formats
 * Widgets
 */
/**
 * Typography
 */
body {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

body,
button,
input,
textarea {
  color: #43454b;
  font-family: "Assistant", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-weight: 400;    font-size: 19px; }

select {
  color: initial;
  font-family: "Assistant", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 300;
  margin: 0 0 0.5407911001em;
  color: #131315; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    font-weight: 300; }

h1,
.alpha {
  font-size: 2.617924em;
  line-height: 1.214;
  letter-spacing: -1px; }

h2,
.beta {
  font-size: 2em;
  line-height: 1.214; }
  h2 + h3,
  .beta + h3 {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 0.5407911001em; }

h3,
.gamma {
  font-size: 1.618em; }

h4,
.delta {
  font-size: 1.41575em; }

.alpha,
.beta,
.gamma,
.delta {
  display: block; }

p + h2,
p + header h2,
p + h3,
p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 0; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.41575em; }

p {
  margin: 0 0 1.41575em;    font-size: 18px;}

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li &gt; ul,
li &gt; ol {
  margin-bottom: 0;
  margin-right: 1em; }

dt {
  font-weight: 600; }

dd {
  margin: 0 0 1.618em; }

b,
strong {
  font-weight: 600; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  padding: 0 1em;
  border-right: 3px solid rgba(0, 0, 0, 0.05);
  font-style: italic; }

address {
  margin: 0 0 1.41575em; }

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: 'Courier 10 Pitch', Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  text-decoration: none;
  font-weight: 600;
  background: transparent; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: 0.5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.41575em;
  width: 100%; }

img {
  height: auto;
  max-width: 100%;
  display: block; }

a {
  color: #2c2d33;
  text-decoration: none; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none }

.storefront-cute * {
  font-family: 'Comic Sans MS', sans-serif; }

/**
 * Global styles
 */
* {
  box-sizing: border-box; }

body {
  background-color: #fff;
  overflow-x: hidden;
}
body.archive, body.single-product, body.woocommerce-cart, body.recipe-template-default, body.page-id-2561{
  background-color: #f3f3f3;
}
.site {
  overflow-x: hidden; }

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/**
 * Header
 */
.site-header {
  background-color: #2c2d33;
  padding-top: 1.618em;
  padding-bottom: 1.618em;
  color: #9aa0a7;
  background-position: center center;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid transparent; }
  .site-header .site-logo-anchor,
  .site-header .site-logo-link,
  .site-header .custom-logo-link {
    display: block;
    margin-bottom: 0; }
    .site-header .site-logo-anchor img,
    .site-header .site-logo-link img,
    .site-header .custom-logo-link img {
      width: 100%;
      max-width: 210px; }
  .site-header .widget {
    margin-bottom: 0; }

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 0; }

.no-wc-breadcrumb .site-header {
  margin-bottom: 0; }

.no-wc-breadcrumb.page-template-template-homepage .site-header {
  margin-bottom: 0; }

.header-widget-region {
  position: relative;
  z-index: 99; }

.site-branding {
  float: right;
  margin-bottom: 0;
  width: calc( 100% - 120px); }
  .site-branding .site-title {
    font-size: 2em;
    letter-spacing: -1px;
    margin: 0; }
    .site-branding .site-title a {
      font-weight: 700; }
  .site-branding .site-description {
    font-size: 0.875em;
    display: none; }
  .site-branding .logo {
    margin: 0; }

/**
 * Main content area
 */
.site-main {
  margin-bottom: 2.617924em; }

.site-content {
  outline: none; }

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 4.235801032em; }

.page-template-template-homepage .type-page {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
  position: relative; }
  .page-template-template-homepage .type-page .storefront-hero__button-edit {
    position: absolute;
    top: 1em;
    left: 1em;
    font-size: 0.875em; }

.page-template-template-homepage .entry-content {
  font-size: 1.1em; }
  .page-template-template-homepage .entry-content p:last-child {
    margin-bottom: 0; }

.page-template-template-homepage .entry-header h1 {
  font-size: 3.706325903em;
  margin-bottom: 0.2360828548em; }

.page-template-template-homepage .entry-content,
.page-template-template-homepage .entry-header {
  max-width: 41.0994671405em;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
  background-size: cover;
  background-position: center center;
  padding-top: 6.8535260698em;
  padding-bottom: 6.8535260698em; }
  .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content,
  .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title {
    opacity: 0;
    -webkit-transition: all, ease, 0.5s;
    transition: all, ease, 0.5s; }
    .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content.loaded,
    .page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title.loaded {
      opacity: 1; }

/**
 * Footer
 */
.site-footer {
  background-color: #102326 !important;
  color: #fff !important;
  padding:0; }
  .site-footer h1,
  .site-footer h2,
  .site-footer h3,
  .site-footer h4,
  .site-footer h5,
  .site-footer h6 {
    color: #333437; }
  .site-footer a:not(.button) {
    color: #3d3d3d;
    text-decoration: none; }
    .site-footer a:not(.button):hover {
      text-decoration: none;    color: #43464a;}

.site-info {
  padding: 2.617924em 0; }
  .site-info span[role=separator] {
    padding: 0 0.3342343017em 0 0.2360828548em; }
    .site-info span[role=separator]::before {
      content: '\007c'; }
.no-padding{padding:0}
/**
 * Alignment
 */
.alignleft {
  float: left;}

.alignright {
  float: right;}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/**
 * Accessibility
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  right: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  outline: none; }

/**
 * Clearing
 */
.clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: '';
  display: table; }

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both; }

/**
 * Tables
 */
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate; }
  table caption {
    padding: 1em 0;
    font-weight: 600; }
  table td,
  table th {
    padding: 1em 1.41575em;
    text-align: right;
    vertical-align: top; }
    table td p:last-child,
    table th p:last-child {
      margin-bottom: 0; }
  table th {
    font-weight: 600; }
  table thead th {
    padding: 1.41575em;
    vertical-align: middle; }
  table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal; }
    table tbody h2 a {
      font-weight: normal; }

/**
 * 404 Styles
 */
.error404 .site-content .widget_product_search {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025); }
  .error404 .site-content .widget_product_search form {
    margin: 0; }

.error404.right-sidebar .content-area,
.error404.left-sidebar .content-area {
  width: 100%; }

.error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  margin-bottom: 2.617924em; }
  .error404 .fourohfour-columns-2::before, .error404 .fourohfour-columns-2::after {
    content: '';
    display: table; }
  .error404 .fourohfour-columns-2::after {
    clear: both; }
  .error404 .fourohfour-columns-2 ul.products li.product,
  .error404 .fourohfour-columns-2 .widget {
    margin-bottom: 0; }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 2.2906835em; }
    .error404 .fourohfour-columns-2 .col-1 ul.products li.product {
      width: 45.4545454545%;
      float: right;
      margin-left: 9.0909090909%; }
      .error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child {
        margin-left: 0; }
  .error404 .fourohfour-columns-2 .col-2 {
    padding: 1.618em;
    background-color: rgba(0, 0, 0, 0.025); }

/**
 * Comments
 */
#comments {
  padding-top: 2.617924em; }
  #comments .comments-title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 0.5407911001em;
    margin-bottom: 1.618em; }
  #comments .comment-list {
    list-style: none;
    margin-right: 0; }
    #comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
      content: '';
      display: table; }
    #comments .comment-list .comment-body::after {
      clear: both; }
    #comments .comment-list .comment-content {
      padding-bottom: 1.618em;
      margin-bottom: 1.618em; }
      #comments .comment-list .comment-content .comment-text {
        padding: 1.618em;
        border-radius: 3px; }
        #comments .comment-list .comment-content .comment-text p:last-child {
          margin-bottom: 0; }
    #comments .comment-list .comment-meta {
      margin-bottom: 1em; }
      #comments .comment-list .comment-meta .avatar {
        margin-bottom: 1em;
        max-width: 64px;
        height: auto; }
      #comments .comment-list .comment-meta a.comment-date {
        font-size: 0.875em; }
      #comments .comment-list .comment-meta cite {
        font-style: normal;
        clear: both;
        display: block; }
    #comments .comment-list .reply {
      margin-bottom: 1.618em;
      padding-top: 0.6180469716em; }
      #comments .comment-list .reply::before, #comments .comment-list .reply::after {
        content: '';
        display: table; }
      #comments .comment-list .reply::after {
        clear: both; }
      #comments .comment-list .reply a {
        display: inline-block;
        margin-left: 1em; }
        #comments .comment-list .reply a:last-child {
          margin-left: 0; }
    #comments .comment-list .children {
      list-style: none; }

.comment-content a {
  word-wrap: break-word; }

#respond {
  clear: both;
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.0125);
  position: relative; }
  #respond .comment-form-author input,
  #respond .comment-form-email input,
  #respond .comment-form-url input {
    width: 100%; }
  #respond .form-submit,
  #respond form {
    margin-bottom: 0; }
  #respond #cancel-comment-reply-link {
    position: absolute;
    top: 0.5407911001em;
    left: 0.5407911001em;
    display: block;
    height: 1em;
    width: 1em;
    overflow: hidden;
    line-height: 1;
    font-size: 1.41575em;
    text-align: center;
    -webkit-transition: ease, 0.3s, -webkit-transform;
    transition: ease, 0.3s, -webkit-transform;
    transition: transform, ease, 0.3s;
    transition: transform, ease, 0.3s, -webkit-transform; }
    #respond #cancel-comment-reply-link:hover {
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }

/**
 * Content
 */
.hentry {
  margin: 0 0 4.235801032em; }
  .hentry .wp-post-image {
    margin-bottom: 1.618em;
    margin-right: auto;
    margin-left: auto; }
  .hentry .entry-header {
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .hentry .entry-header .posted-on,
    .hentry .entry-header .post-author,
    .hentry .entry-header .post-comments,
    .hentry .entry-header .byline {
      font-size: 0.875em; }
      .hentry .entry-header .posted-on a,
      .hentry .entry-header .post-author a,
      .hentry .entry-header .post-comments a,
      .hentry .entry-header .byline a {
        font-weight: 600;
        text-decoration: underline; }
        .hentry .entry-header .posted-on a:hover,
        .hentry .entry-header .post-author a:hover,
        .hentry .entry-header .post-comments a:hover,
        .hentry .entry-header .byline a:hover {
          text-decoration: none; }
    .hentry .entry-content a:not(.button):hover {
      text-decoration: none; }
  .hentry .entry-taxonomy {
    margin: 1.41575em 0 0;
    padding-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .hentry.type-page .entry-header {
    border-bottom: 0;
    margin-bottom: 0; }

.cat-links,
.tags-links {
  font-size: 0.875em; }
  .cat-links a,
  .tags-links a {
    color: #727272;
    font-weight: 600;
    text-decoration: underline; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1em; }

/**
 * Forms
 */
form {
  margin-bottom: 1.618em; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-disable */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-enable */ }

/* Override gutenberg styles. */
.wp-block-button__link {
  border-radius: 0 !important; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
  border: 0;
  border-radius: 0;
  background: none;
  background-color: #43454b;
  border-color: #43454b;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  padding: 0.6180469716em 1.41575em;
  text-decoration: none;
  font-weight: 600;
  text-shadow: none;
  display: inline-block;
  -webkit-appearance: none; }
  button::after,
  input[type='button']::after,
  input[type='reset']::after,
  input[type='submit']::after,
  .button::after,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link::after,
  .added_to_cart::after {
    display: none; }
  button.cta, button.alt,
  input[type='button'].cta,
  input[type='button'].alt,
  input[type='reset'].cta,
  input[type='reset'].alt,
  input[type='submit'].cta,
  input[type='submit'].alt,
  .button.cta,
  .button.alt,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt,
  .added_to_cart.cta,
  .added_to_cart.alt {
    background-color: #2c2d33;
    border-color: #2c2d33; }
    button.cta:hover, button.alt:hover,
    input[type='button'].cta:hover,
    input[type='button'].alt:hover,
    input[type='reset'].cta:hover,
    input[type='reset'].alt:hover,
    input[type='submit'].cta:hover,
    input[type='submit'].alt:hover,
    .button.cta:hover,
    .button.alt:hover,
    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover,
    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover,
    .added_to_cart.cta:hover,
    .added_to_cart.alt:hover {
      background-color: #2c2d33; }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover,
  .button:hover,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
  .added_to_cart:hover {
    color: #fff; }
  button.loading,
  input[type='button'].loading,
  input[type='reset'].loading,
  input[type='submit'].loading,
  .button.loading,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.loading,
  .added_to_cart.loading {
    opacity: 0.5; }
  button.small,
  input[type='button'].small,
  input[type='reset'].small,
  input[type='submit'].small,
  .button.small,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.small,
  .added_to_cart.small {
    padding: 0.5407911001em 0.875em;
    font-size: 0.875em; }
  button.disabled, button:disabled,
  input[type='button'].disabled,
  input[type='button']:disabled,
  input[type='reset'].disabled,
  input[type='reset']:disabled,
  input[type='submit'].disabled,
  input[type='submit']:disabled,
  .button.disabled,
  .button:disabled,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled,
  .added_to_cart.disabled,
  .added_to_cart:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed; }
    button.disabled:hover, button:disabled:hover,
    input[type='button'].disabled:hover,
    input[type='button']:disabled:hover,
    input[type='reset'].disabled:hover,
    input[type='reset']:disabled:hover,
    input[type='submit'].disabled:hover,
    input[type='submit']:disabled:hover,
    .button.disabled:hover,
    .button:disabled:hover,
    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled:hover,
    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled:hover,
    .added_to_cart.disabled:hover,
    .added_to_cart:disabled:hover {
      opacity: 0.5 !important; }

input[type='checkbox'],
input[type='radio'] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    margin: 0 0.3819820591em 0 0; }

input[type='search']::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }
  input[type='search']::-webkit-input-placeholder {
    color: #616161;font-style:normal}
  input[type='search']:-ms-input-placeholder {
    color: #616161;font-style:normal}
  input[type='search']::-ms-input-placeholder {
    color: #616161;font-style:normal}
  input[type='search']::placeholder {
    color: #616161;font-style:normal}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type='text'],
input[type='number'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea,
.input-text {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: normal;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125); }
  input[type='text']:focus,
  input[type='number']:focus,
  input[type='email']:focus,
  input[type='tel']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  textarea:focus,
  .input-text:focus {
    background-color: #ededed; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-right: 0.875em;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

label {
  font-weight: 400; }

label.inline input {
  width: auto; }

fieldset {
  padding: 1.618em;
  padding-top: 1em;
  border: 0;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em; }
  fieldset legend {
    font-weight: 600;
    padding: 0.6180469716em 1em;
    margin-right: -1em; }

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

/**
 * Media
 */
img {
  border-radius: 0; }

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0; }

/**
 * Captions
 */
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%; }
  .wp-caption img[class*='wp-image-'] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    text-align: right;
    font-style: italic;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    padding: 1em 0; }

/**
 * Galleries
 */
.gallery {
  margin-bottom: 1em; }
  .gallery::before, .gallery::after {
    content: '';
    display: table; }
  .gallery::after {
    clear: both; }
  .gallery .gallery-item {
    float: right; }
    .gallery .gallery-item .gallery-icon a {
      display: block; }
    .gallery .gallery-item .gallery-icon img {
      border: none;
      height: auto;
      margin: 0 auto; }
    .gallery .gallery-item .gallery-caption {
      margin: 0;
      text-align: center; }
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%; }
  .gallery.gallery-columns-2 .gallery-item {
    width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.3%; }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.666666667%; }
  .gallery.gallery-columns-7 .gallery-item {
    width: 14.285714286%; }
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    width: 11.111111111%; }

/**
 * Embeds
 */
embed,
iframe,
object,
video {
  max-width: 100%; }

/**
 * Main Naivgation
 */
/**
 * General Menu Styles
 */
.secondary-navigation {
  display: none; }

button.menu-toggle {
  cursor: pointer;
  text-align: right;
  float: left;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 2px;
  background-image: none;
  padding: 0.6180469716em 2.617924em 0.6180469716em 0.875em;
  font-size: 0.875em;
  max-width: 120px; }
  button.menu-toggle:hover {
    background-image: none; }
  button.menu-toggle span::before {
    -webkit-transition: all, ease, 0.2s;
    transition: all, ease, 0.2s; }
  button.menu-toggle::before, button.menu-toggle::after,
  button.menu-toggle span::before {
    content: '';
    display: block;
    height: 2px;
    width: 14px;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -1px;
    -webkit-transition: all, ease, 0.2s;
    transition: all, ease, 0.2s;
    border-radius: 3px; }
  button.menu-toggle::before {
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px); }
  button.menu-toggle::after {
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px); }

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.toggled button.menu-toggle::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.toggled button.menu-toggle span::before {
  opacity: 0; }

.primary-navigation {
  display: none; }

.main-navigation::before, .main-navigation::after {
  content: '';
  display: table; }

.main-navigation::after {
  clear: both; }

.main-navigation div.menu {
  display: none; }

.main-navigation div.menu:last-child {
  display: block; }

.main-navigation .menu {
  clear: both; }

.handheld-navigation,
.nav-menu,
.main-navigation div.menu &gt; ul:not(.nav-menu) {
  overflow: hidden;
  max-height: 0;
  /* We have to use max-height because `height` isn't animatable */
  -webkit-transition: all, ease, 0.8s;
  transition: all, ease, 0.8s; }

.handheld-navigation {
  clear: both; }
  .handheld-navigation ul {
    margin: 0; }
    .handheld-navigation ul.menu li {
      position: relative; }
      .handheld-navigation ul.menu li button::after {
        -webkit-transition: all, ease, 0.9s;
        transition: all, ease, 0.9s; }
      .handheld-navigation ul.menu li button.toggled-on::after {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .handheld-navigation ul.menu .sub-menu {
      visibility: hidden;
      opacity: 0;
      max-height: 0;
      -webkit-transition: all, ease, 0.9s;
      transition: all, ease, 0.9s; }
      .handheld-navigation ul.menu .sub-menu.toggled-on {
        visibility: visible;
        max-height: 9999px;
        opacity: 1; }
  .handheld-navigation .dropdown-toggle {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.main-navigation.toggled .handheld-navigation,
.main-navigation.toggled .menu &gt; ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px; }

.main-navigation ul {
  margin-right: 0;
  list-style: none;
  margin-bottom: 0; }
  .main-navigation ul ul {
    display: block;
    margin-right: 1.41575em; }
  .main-navigation ul li a {
    padding: 0.875em 0;
    display: block; }
    .main-navigation ul li a:hover {
      color: #e6e6e6; }

/**
 * Pagination
 */
.site-main nav.navigation {
  clear: both;
  padding: 2.617924em 0; }
  .site-main nav.navigation::before, .site-main nav.navigation::after {
    content: '';
    display: table; }
  .site-main nav.navigation::after {
    clear: both; }
  .site-main nav.navigation .nav-previous a,
  .site-main nav.navigation .nav-next a {
    display: inline-block; }
  .site-main nav.navigation .nav-previous {
    float: right;
    width: 50%; }
  .site-main nav.navigation .nav-next {
    float: left;
    text-align: left;
    width: 50%; }

/**
 * Pagination
 */
.pagination,
.woocommerce-pagination {
  padding: 1em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  text-align: center;
  clear: both; }
  .pagination ul.page-numbers::before, .pagination ul.page-numbers::after,
  .woocommerce-pagination ul.page-numbers::before,
  .woocommerce-pagination ul.page-numbers::after {
    content: '';
    display: table; }
  .pagination ul.page-numbers::after,
  .woocommerce-pagination ul.page-numbers::after {
    clear: both; }
  .pagination .page-numbers,
  .woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0; }
    .pagination .page-numbers li,
    .woocommerce-pagination .page-numbers li {
      display: inline-block; }
      .pagination .page-numbers li .page-numbers,
      .woocommerce-pagination .page-numbers li .page-numbers {
        border-right-width: 0;
        display: inline-block;
        padding: 0.3342343017em 0.875em;
        background-color: rgba(0, 0, 0, 0.025);
        color: #43454b; }
        .pagination .page-numbers li .page-numbers.current,
        .woocommerce-pagination .page-numbers li .page-numbers.current {
          background-color: #2c2d33;
          border-color: #2c2d33; }
        .pagination .page-numbers li .page-numbers.dots,
        .woocommerce-pagination .page-numbers li .page-numbers.dots {
          background-color: transparent; }
        .pagination .page-numbers li .page-numbers.prev, .pagination .page-numbers li .page-numbers.next,
        .woocommerce-pagination .page-numbers li .page-numbers.prev,
        .woocommerce-pagination .page-numbers li .page-numbers.next {
          padding-right: 1em;
          padding-left: 1em; }
      .pagination .page-numbers li a.page-numbers:hover,
      .woocommerce-pagination .page-numbers li a.page-numbers:hover {
        background-color: rgba(0, 0, 0, 0.05); }

.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

/**
 * Widgets
 */
.widget {
  margin: 0; }
  .widget select {
    max-width: 100%; }
  .widget .widget-search .search-submit {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important; }
  .widget .widget-title,
  .widget .widgettitle {
    font-size: 1.41575em;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 0 1em;
    margin-bottom: 1em;
    font-weight: 300; }
  .widget ul {
    margin-right: 0;
    list-style: none; }
    .widget ul ul {
      margin-right: 1.618em; }

.widget-area .widget {
  font-weight: 400; }
  .widget-area .widget a.button {
    font-weight: 600 !important; }

.header-widget-region::before, .header-widget-region::after {
  content: '';
  display: table; }

.header-widget-region::after {
  clear: both; }

.header-widget-region .widget {
  margin: 0;
  padding: 1em 0;
  font-size: 0.875em; }

.widget_search form,
.widget_product_search form {
  position: relative; }
  .widget_search form input[type=text],
  .widget_search form input[type=search],
  .widget_product_search form input[type=text],
  .widget_product_search form input[type=search] {
    width: 100%; }
  .widget_search form input[type=submit],
  .widget_search form button[type=submit],
  .widget_product_search form input[type=submit],
  .widget_product_search form button[type=submit] {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    top: 0;
    right: 0; }

.widget_recent_entries ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_links ul,
.widget_product_categories ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul {
  margin: 0; }
  .widget_recent_entries ul li,
  .widget_pages ul li,
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_recent_comments ul li,
  .widget_nav_menu ul li,
  .widget_links ul li,
  .widget_product_categories ul li,
  .widget_layered_nav ul li,
  .widget_layered_nav_filters ul li {
    list-style: none;
    margin-bottom: 1em;
    line-height: 1.41575em; }
  .widget_recent_entries ul .children,
  .widget_pages ul .children,
  .widget_categories ul .children,
  .widget_archive ul .children,
  .widget_recent_comments ul .children,
  .widget_nav_menu ul .children,
  .widget_links ul .children,
  .widget_product_categories ul .children,
  .widget_layered_nav ul .children,
  .widget_layered_nav_filters ul .children {
    margin-top: 0.6180469716em;
    margin-right: 1.618em; }
  .widget_recent_entries ul .children,
  .widget_pages ul .children,
  .widget_categories ul .children,
  .widget_archive ul .children,
  .widget_recent_comments ul .children,
  .widget_nav_menu ul .children,
  .widget_links ul .children,
  .widget_product_categories ul .children,
  .widget_layered_nav ul .children,
  .widget_layered_nav_filters ul .children {
    margin-right: 0;
    margin-top: 1em; }

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center; }

.widget_recent_entries ul ul.children,
.widget_pages ul ul.children {
  margin: 0.6180469716em 1.41575em 0 0; }

.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 0.6180469716em; }
  .widget_rating_filter .wc-layered-nav-rating a {
    text-decoration: none !important; }
  .widget_rating_filter .wc-layered-nav-rating .star-rating {
    display: inline-block;
    height: 1em;
    line-height: 1; }

.widget-area .widget {
  font-size: 0.875em; }
  .widget-area .widget h1.widget-title {
    font-size: 1.41575em; }
  .widget-area .widget a:not(.button) {
    font-weight: 600;
    text-decoration: underline; }
    .widget-area .widget a:not(.button):hover {
      text-decoration: none; }

/**
 * Strictly Layout Styles
 */
.header-top {background: #cb0b17;padding: 5px 3.125vw;display: block;width: 100%;color: #fff;}
.header-top p{margin:0;display:inline-block;}
.header-top .top-shipping a{color: #fff;background: url(assets/images/arrow-pointing-to-right.svg) 0 7px no-repeat;    background-size: 15px;padding-left: 20px;}
.header-top .link-right li{display: inline-block;position: relative;color: #fff;    margin-left: 30px;font-size: 17px;}
.header-top .link-right li:after{      content: "";
    background: #fff;
    font-weight: 550;
    width: 1px;
    height: 18px;
    display: block;
    position: absolute;
    top: 5px;
    left: -16px;}
.header-top .link-right li:last-child{margin:0;}
.header-top .link-right li:last-child:after{display:none;}
.header-top .link-right li a{color: #fff;}
.header-top .top-shipping .textwidget{display: inline-block;    background: url(assets/images/truck.svg) right 7px no-repeat;padding-right: 30px;}
.header-top .top-whatsapp{text-align:left}
.header-top .top-whatsapp .textwidget{display: inline-block;    background: url(assets/images/whatsapp-top.svg) right 3px no-repeat;padding-right: 30px;}
body .site-header{    margin-bottom: 0;
    margin-top: -8px;
    padding-top: 8px;
    padding-bottom: 0;
    background: #f3f3f3;}
.site-header-cart .cart-contents .amount{    display: none;}
.site-search .widget_search form::before,.site-search .widget_product_search form::before{display: none;}
.dgwt-wcas-search-input {
    padding-right: 20px;
    background: #fff;
    border-radius: 50px;
    height: 50px;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;border: 1px solid #D9D9D9;    font-size: 19px;    font-style: normal;
}
form.dgwt-wcas-search-form button[type=submit]{
    clip: unset;
    right: auto;
    overflow: visible;
    margin: 0;
    width: 30px;
    background: url(assets/images/magnifying-glass.png) 0 0 no-repeat;
    height: 30px;
    z-index: 10;
    clip-path: none;
    font-size: 0;
    left: 25px;
    background-position: center;
    background-size: 50%;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 50px !important;
}
div#header-bottom &gt; .col-full {
  background: #102326;
}
.header-menu-left a{    color: #fff;
    font-weight: 650;}
.header-menu-left{color: #fff;}
.header-menu-left .user{background: url(assets/images/user.png) right 0 no-repeat;    padding-right: 30px;
    background-size: 24px;
    margin-left: 30px;}
.header-menu-left .wish-list a{background: url(assets/images/heart.png) right 0 no-repeat;padding-right: 30px;
    background-size: 27px;
    margin-left: 30px;}
.header-menu-left  .site-header-cart .cart-contents{background: url(assets/images/smart-cart.png) right 0 no-repeat;padding: 0;    padding-right: 40px;
    padding-bottom: 10px;    background-size: 28px;}
.header-menu-left .site-header-cart .cart-contents::after{display:none}
.footer-top{
  background: #102326;
    padding: 5px ;
    display: inline-block;
    width: 100%;
    color: #fff;}
.footer-top .footer-top-content img,.footer-top .footer-top-content p{margin-left: 30px;}
.footer-top .footer-top-content .widget_text{display: inline-block;}
.footer-top .footer-top-content .widget_text .textwidget p:nth-child(3){background: url(assets/images/arrow-pointing-to-right.svg) 0px 9px no-repeat;
    padding-left: 35px;
    background-size: 20px;}
.footer-top .footer-top-content .mc4wp-form{display: inline-block;
    margin: 0;    margin-left: 20px;}
.footer-top .footer-top-content .news-form .item{display: inline-block;}
.footer-top .footer-top-content .news-form .item input[type='email']{    background: #fff;
    border-radius: 50px;
    height: 50px;box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #D9D9D9;width: 570px;
    max-width: 100%;}
.footer-top .footer-top-content .news-form .item.submit{    position: absolute;
    left: 1px;
    top: 1px;}
.footer-top .footer-top-content .news-form .item.submit [type="submit"]{    background: #cb0b17;
    color: #fff;
    font-weight: 550;
    border-radius: 50px;
    height: 48px;
    padding: 0;
    width: 160px;}
.footer-top .footer-top-content .news-form{position:relative}
.footer-top .footer-top-content li{display: inline-block;}
.footer-top .footer-top-content #text-6{float: left;    margin-top: 15px;}
.footer-main p{    margin: 0;}
.footer-main .col-md-12 .widget_text {width:calc(100% / 5);float:right;    position: relative;
    margin-top: 30px;}
.widget .widget-title{    font-size: 17px;
    font-weight: bold;
    border: none;
    margin: 0;
    padding: 0;}
.footer-main .col-md-12 .widget_text#text-8 strong{    font-weight: bold;}
.footer-main a,.site-footer .footer-main a:not(.button){text-decoration:none;color: #fff;}
.footer-main .col-md-12 .widget_text:nth-child(2) li:first-child{background: url(assets/images/telephone_footer.svg) right top 3px no-repeat;padding-right: 30px;}
.footer-main .col-md-12 .widget_text:nth-child(2) li:nth-child(2){background: url(assets/images/whatsapp_footer.svg) right top 3px no-repeat;padding-right: 30px;}
.footer-main .col-md-12 .widget_text:nth-child(2) li:last-child{background: url(assets/images/placeholder_footer.svg) right top 3px no-repeat;padding-right: 30px;}
.footer-main .col-md-12 .widget_text:nth-child(2) li{margin-bottom:10px;}
.footer-bottom{    background: #f3f3f3;    float: right;
    width: 100%;}
.footer-bottom p{margin: 0;font-size: 17px;text-align: center;}
.footer-bottom{    color: #43464a;
    font-size: 17px;}
.footer-bottom p, .footer-bottom a{    color: #8d8b8b;}
.footer-bottom .credit img,.footer-bottom .credit span{    display: inline-block;    vertical-align: middle;}
.footer-bottom .credit img{max-width: 170px;}
.footer-bottom .credit{text-align: left;}
.header-menu-left .site-header-cart a.cart-contents,
.header-menu-left .site-header-cart a.cart-contents:hover{    color: #fff;}
.header-menu-left .site-header-cart .cart-contents .count{    opacity: 1;
    font-size: 14px;
    position: absolute;
    right: -5px;
    background: #cb0b17;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    bottom: 3px;
    color: #fff;
    text-align: center;
    padding: 0;
    font-weight: 600;
    line-height: 19px;}
.banner-content.elementor-section{    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 40px;}
body.elementor-editor-active .banner-content.elementor-section{position:static}
.banner-content.elementor-section img{margin:0 auto;}
.banner-content.elementor-section h1{    color: #fff;
    font-size: 28px;font-weight: 550;}
.banner-content.elementor-section .elementor-text-editor p a{    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 15px;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    width: 190px;
    margin-top: 20px;}
.banner-content.elementor-section .elementor-text-editor p{margin-bottom: 10px;}
.banner-content.elementor-section .elementor-text-editor p a:first-child{ background:#cb0b17 url(assets/images/FISH_WHITE.svg) 0 0 no-repeat;}
.banner-content.elementor-section .elementor-text-editor p a:last-child{ background:#cb0b17 url(assets/images/shrimp_WHITE.svg) 0 0 no-repeat;}
.main-banner .elementor-pagination-position-outside .swiper-container{    padding-bottom: 0;}
.how-it-works .elementor-text-editor{    padding: 0 3.125vw;}
.how-it-works .elementor-text-editor p{margin:0;display:inline-block;vertical-align: middle;margin-left: 22px;    margin-top: 20px;}
.how-it-works .elementor-text-editor ul{display:inline-block;list-style: none;vertical-align: middle;    float: left;}
.how-it-works .elementor-text-editor ul li{display:inline-block;background:url(assets/images/arrow-pointing-to-right.svg) 0 center no-repeat;color: #fff;padding-left: 85px;margin-right: 30px;font-size: 21px;
    font-weight: 300;}
.how-it-works .elementor-text-editor ul li:first-child{    margin: 0;}
.how-it-works .elementor-text-editor ul li:last-child{background:none;padding: 0;}
.how-it-works .elementor-text-editor ul li img{display: inline-block;
    vertical-align: middle;margin-left: 15px;}
.how-it-works{padding: 30px 0;}
.about-text.elementor-section{position: absolute;
    z-index: 1;text-align:center;margin-top: 100px;}
/*body.elementor-editor-active .about-text.elementor-section{position: static;}*/
	.about-text.elementor-section p{margin-bottom: 10px;color: #fff;}
.about-text.elementor-section p a{background: #cb0b17 url(assets/images/arrow-pointing-to-right.svg) 40px 20px no-repeat;display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 0 15px;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    width: 190px;
    margin-top: 20px;}
.site .storefront-breadcrumb{margin: 0;}
body.right-sidebar .storefront-breadcrumb{display:none;}
body:not(.home).right-sidebar .site-content{margin-top:0;}
.right-sidebar .widget-area ul li{margin-bottom: 0;
    padding-right: 20px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;}
.right-sidebar .widget-area ul li a:not(.button){text-decoration: none;
    font-size: 18px;    font-weight: 500;}
.right-sidebar .widget-area ul li.active a:not(.button){
  color: #cb0b17;
    font-weight: 600;
    /*background:url(assets/images/Arrows.svg) 0 8px no-repeat;*/
    padding-left: 20px;
  }
  .right-sidebar .widget-area ul li {
    border-bottom: 1px solid;
    border-radius: 0;
  }
  .right-sidebar .widget-area ul li:last-child {
    border-bottom: 0;
  }

.right-sidebar .widget-area ul li:hover a{    color: #cb0b17;}
.elementor-column-gap-default&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated{padding: 0;}
.about-content-right .elementor-text-editor{line-height: 22px;}
.about-content-right{    margin-top: -15px;
    padding-left: 15px;}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active a,.elementor-widget-accordion .elementor-accordion .elementor-tab-title a{    color: #191919;
    font-size: 19px;
    padding-right: 0;
    text-decoration: none;}
.faq-page .elementor-widget-accordion .elementor-accordion .elementor-tab-title,
.faq-page .elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active{    color: #191919;}
.faq-page ul{margin-right: 20px;}
/*.faq-page{    max-width: 64%;}*/
.elementor-141 .faq-page .elementor-accordion .elementor-accordion-item{border:none;border-bottom: 1px solid #e6e6e6;}
.faq-page .elementor-accordion .elementor-tab-title{padding: 15px 0;}
.faq-page .elementor-accordion .elementor-tab-content{    padding: 15px 0;}
.faq-title p{margin:0;}
.shipping-returns-title p,.cuting-title p{margin:0;}
.elementor .cuting-content  img{    height: 169px;
    max-width: 272px;    margin: 0 auto;}
.cuting-content .elementor-text-editor h2{    color: #cb0b17;
    font-weight: 650;
    font-size: 25px;}
.cuting-content .elementor-text-editor p{line-height: 25px;
    font-size: 18px;}
.cuting-content .elementor-widget-wrap{    padding: 0 25px;}
.contact-form  .item input,.contact-form  .item textarea{
	width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    padding: 0;
    height: 50px;
    padding-right: 15px;}
.contact-form  .item textarea{    height: 100px;
    border-radius: 10px;}
.contact-form  .item input[type="submit"]{    background: #cb0b17;
    color: #fff;
    font-weight: 550;
    border-radius: 50px;
    height: 55px;
    padding: 0;
    width: 200px;}
.contact-form .text{line-height: 25px;margin-bottom: 15px;}
.contact-form .items .item{float: right;
    width: 47%;}
.contact-form .item{margin-bottom:15px;    display: inline-block;width: 100%;}
.contact-form .item label em{color:red;margin-right: 3px;}
.contact-form .items .item:last-child{float:left}
.contact-left{    padding-right: 55px;}
.contact-left .elementor-widget-container{    width: 936px;
    height: 572px;
    background-repeat: no-repeat;}
.contact-left ul{    list-style: none;
    color: #fff;padding: 60px;}
.contact-left ul li:first-child {    background: url(assets/images/telephone-handle-contact.svg) right top 3px no-repeat;
    padding-right: 30px;}
.contact-left ul li:nth-child(2){background: url(assets/images/whatsapp-contact.svg) right top 3px no-repeat;
    padding-right: 30px;}
.contact-left ul li:last-child{    background: url(assets/images/placeholder-contact.svg) right top 3px no-repeat;
    padding-right: 30px;}
.contact-left ul li{margin-bottom: 15px;}
.contact-left{margin-top: -90px;padding-right: 2.865vw;}
.contact-title p{margin-bottom: 10px;}
body.right-sidebar.single-recipe .storefront-breadcrumb,
body.right-sidebar.single-product .storefront-breadcrumb{display: block;padding-bottom: 0;}
.storefront-breadcrumb .woocommerce-breadcrumb a:first-of-type::before{display:none;}
.storefront-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator{    text-indent: 0;}
.storefront-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator::after{display:none;}
.storefront-breadcrumb .woocommerce-breadcrumb a:hover,.storefront-breadcrumb .woocommerce-breadcrumb a{text-decoration: none;}
.storefront-breadcrumb .woocommerce-breadcrumb a{color: #2c2d33;}
body:not(.home).right-sidebar.single-recipe .site-content {margin-top: 20px;}
.floatRight{float:right;}
.recipe-right{padding-right: 30px;}
.recipe-right h1{    color: #cb0b17;font-weight: 550;font-size: 27px;}
.recipe-right .details-top div{display:inline-block;margin-left: 25px;margin-top: 5px;}
.recipe-right .details-top div span{    background: #f3f3f3;display: inline-block;border-radius: 50px;height: 55px;line-height: 45px;color: #cb0b17;padding: 0 25px;}
.recipe-right .details-top div span b{    font-weight: 550;font-size: 40px;}
.recipe-right .details-top div:first-child span b{font-size: 48px;}
.recipe-right .details-top div span span{display:inline-block}
.recipe-right .mizrahim{margin-top: 20px;    max-width: 90%;}
.recipe-right .mizrahim h2{    color: #cb0b17;font-weight: 550;font-size: 25px;}
.recipe-right .mizrahim ul{    margin-right: 20px;}
.recipe-right .share-icons{    position: absolute;z-index: 100;top: 0;left: -70px;}
.recipe-right .share-icons ul{list-style: none;}
.recipe-right .share-icons li{    margin-bottom: 15px;}
body.woocommerce-account .site-content #secondary{display: none;}
body:not(.home).woocommerce-account .site-content,
body:not(.home).page-id-1929 .site-content{background:#fff;margin: 0;}
body:not(.home).page-id-1929 .site-content #secondary{display: none;}
body:not(.home).page-id-1929.right-sidebar .content-area{    width: 100%;float: left;margin-left: 0;padding-right: 0;}
body.page-id-1929 .hentry.type-page .entry-header{display: none;}

.facebook-login{    text-align: center;
    padding: 45px 0 0;}
.facebook-login a{background: #cb0b17;
    color: #fff;
    height: 50px;
    display: inline-block;
    text-decoration: none;
    line-height: 50px;
    width: 360px;
    border-radius: 50px;}
.facebook-login a span{background: url(assets/images/facebook-logo.svg) right top no-repeat;padding-right: 27px;}
.login-form{max-width: 100%;padding: 0 15px;width:1010px;margin: 60px auto;text-align: center;}
.login-form.reg-form{width:600px;}
.login-form h2{font-weight: 650;font-size: 27px;text-align:center;color: #cb0b17;    margin-bottom: 20px;}
.login-form input[type='password'],.login-form input[type='text']{border: none;
    background-color: #fff;    border-radius: 50px;
    box-shadow: none;
    height: 50px;
    width: 100%;
    max-width: 100%;margin: 0 auto;padding-right: 20px;}
.login-form  .password-input{width: 100%;}
.form-row{    margin-right: 0;
    margin-left: 0;}
.login-form .form-block:after{    content: "";
    background: #e6e6e6;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto;}
.login-form  .lost_password a{color: #f33e3e;}
.login-form .reg-block{    padding-right: 70px;}
.login-form .form-row .button{margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 215px;
    background-color: #cb0b17;
    color: #fff;
    border-radius: 50px;}
.login-form .reg-block p{line-height: 22px;}
.login-form .reg-block ul{padding-right: 30px;}
.login-form .reg-block li{    background: url(assets/images/CHECK.svg) right center no-repeat;
    text-align: right;
    padding-right: 25px;
    margin-bottom: 15px;}
.login-form .reg-block a{    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 215px;
    background-color: #cb0b17;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 600;}
.header-menu-left .site-header-cart .widget_shopping_cart .product_list_widget {    background-color: #fff;}
.header-menu-left .site-header-cart .widget_shopping_cart{right: auto;left: -999em;background-color: #fff;min-width: 360px;box-shadow:0px 2px 25px rgba(0, 0, 0, 0.50);}
.header-menu-left .site-header-cart:hover .widget_shopping_cart,.header-menu-left .site-header-cart.focus .widget_shopping_cart{right: auto;left: 0;}
body:not(.home).right-sidebar.post-type-archive-recipe .site-content{background: #f3f3f3;margin-top: 0;padding-top: 35px;}
.recipes-page .re-details{    background: #fff;    float: right;width: 100%;padding: 15px 0;}
.recipes-page .re-details .meals{float: right;width: 20%;color: #cb0b17;  text-align: center;line-height: 25px;}
.recipes-page .re-details .meals span{    display: block;
    font-size: 38px;
    font-weight: 800;}
.recipes-page .re-details .title{float: right;width: 80%;    position: relative;
    line-height: 25px;    padding-right: 15px;}
.recipes-page .re-details .title:before{    content: "";
    background: #e6e6e6;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    margin: auto;}
.recipes-page .re-details .title h3{font-size: 18px;margin: 0;font-weight: 500;}
.recipes-page .re-details .title a{color: #cb0b17;font-size: 18px;font-weight: 500;text-decoration: none;}
.recipes-page .re-details .title a.direct-link{background: url(assets/images/arrow-small-left.svg) 0 9px no-repeat;padding-left: 20px;
    margin-top: 5px;
    display: inline-block;    background-size: 14px;}
.recipes-page .main-image{position: relative;}
.recipes-page .main-image.with-vid:after{    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);}
.recipes-page .main-image.with-vid img.vid_img{    position: absolute;
    z-index: 1000;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0);}
.recipes-page .main-image .details-ab{    display: none;background: #cb0b17;
    color: #fff;
    height: 60px;
    line-height: 60px;position: absolute;
    left: 0;
    right: 0;
    bottom: 0;}
.recipes-page .recipes-content article:hover .main-image .details-ab,
.recipes-page .related-post:hover .main-image .details-ab{display:block;}
.recipes-page .main-image .details-ab ul{list-style:none;    text-align: center;}
.recipes-page .main-image .details-ab li{position:relative;font-size: 18px;display: inline-block;
    margin: 0 15px;}
.recipes-page .main-image .details-ab li:first-child:after{content: "";
    background: #fff;
    width: 1px;
    height: 35%;
    display: block;
    position: absolute;
    top: 0;
    left: -18px;
    bottom: 0;
    margin: auto;}
.recipes-content .title-main{position:relative;}
.recipes-content .title-main p{    margin: 0;}
.recipes-content .title-main:after{content: "";
    background: #d8d8d8;
    width: 91%;
    height: 1px;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    margin: auto;}
.recipes-filters{padding: 20px 0 30px;}
.recipes-filters ul{list-style:none;}
.recipes-filters ul li{display:inline-block;    margin-left: 15px;}
.recipes-filters ul li.title{    color: #cb0b17;
    font-weight: 600;}
.recipes-filters ul li a{font-weight: 500;background: #fff;
    display: inline-block;
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    color: #4b4949;}
.recipes-filters ul li.active a{background: #cb0b17;color: #fff;}
.recipes-page .main-image.with-vid:hover:after,
.recipes-page .related-post:hover .main-image.with-vid:after{display:none;}
.home-items .home-products .elementor-shortcode .widget_text{position:relative}
.home-items .home-products .elementor-shortcode .widget_text strong{position: absolute;top: 10px;left: 0;}
.home-items .home-products .elementor-shortcode .widget_text strong a{font-weight: 500;font-size: 18px;}
.home-items .home-products .elementor-shortcode .widget_text  .widget-title{	font-size: 30px;position: relative;width: 90%;    padding-right: 15px;}
.home-items .home-products .elementor-shortcode .widget_text  .widget-title:after{content: "";background: #dedede;width: 82%;height: 1px;display: block;position: absolute;top: 5px;left: 0;bottom: 0;margin: auto;z-index: 0;}
.home-items .home-products .elementor-shortcode .widget_text:first-child  .widget-title{color: #cb0b17;}
.home-items .home-products .elementor-shortcode .widget_text:first-child  strong a{    color: #cb0b17;background: url(assets/images/arrow-small-left.svg) 0 9px no-repeat;    background-size: 14px;padding-left: 20px;}
.home-items .home-products .elementor-shortcode .widget_text:last-child  .widget-title{color: #ff1d1d;}
.home-items .home-products .elementor-shortcode .widget_text:last-child  strong a{    color: #ff1d1d;background: url(assets/images/arrow-pointing_REDto-right.svg) 0 9px no-repeat;    background-size: 14px;padding-left: 20px;}
.home-items .home-products .elementor-shortcode .widget_text:last-child{margin-top: 20px;}
.home-items .home-products .elementor-shortcode .widget_text p{margin: 0;}
.home-items .home-products .elementor-shortcode .woocommerce {margin-top: -15px;}
.home-items{background: #f3f3f3;}
li.product .item-wrap{background: #fff;display: inline-block;width: 100%;}
li.product .item-wrap a.add_to_cart_button.product_type_variable{/*display:none;*/}
li.product.product-type-simple a.iconic-wqv-button,li.product .item-wrap-row-view a.iconic-wqv-button{display:none;}
#jckqv_images_wrap{display: none!important;}
#jckqv_summary{width: 100%;}
#ckqv_summary .woocommerce-variation-availability{display:none;}
#jckqv .quantity .qty{    width: 100%;
    text-align: right;
    background: transparent;
    box-shadow: none;
    padding: 0;
    padding-right: 10px;
    height: 42px;
    border-radius: 0;
    border: none;
    line-height: normal;
    font-family: "Assistant", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #43454b;
    text-decoration: none;}
#jckqv, #jckqv h1, #jckqv p{    font-family: "Assistant", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}
#jckqv .price{    margin: 0;color: #cb0b17;font-weight: 650;font-size: 21px;text-align: right;margin-top: 15px;line-height: 24px;padding-left: 15px;}
#jckqv h1{color: #cb0b17;font-weight: 550;font-size: 27px;margin: 0;}
#jckqv_desc{margin-top: 10px;}
#jckqv p{    font-size: 17px;color: #6d6d6d;font-weight: 400;margin: 0 0 25px;line-height: normal;}
ul.products li.product a{color: #2f2c2c;text-decoration: none;}
ul.products li.product a.added_to_cart {display:none!important;}
ul.products li.product a.add_to_wishlist {
  background-color: #fff;
  padding: 0;
  width: 28px;
  height: 28px;
  background-position: center;
  border-radius: 50px;
}
ul.products li.product a.add_to_wishlist:hover{color: #ff1d1d;}
ul.products li.product.type-product,.home-items ul.products li.product.first{    clear: none!important;float: right;    width: 20%;margin: 0;    padding: 10px;}
ul.products li.product.type-product .woocommerce-loop-product__title{font-size: 18px;margin-top: 5px;margin-bottom: 0;}
ul.products li.product.type-product img{margin: 0 auto 0;}
.woocommerce-loop-product__title .under_title{display: block;color: #4c4c4c;    font-size: 16px; font-weight: normal;}
.home-cart{background: #fff;}
.home-cart .side-cart{padding-top: 25px;}
.widget_shopping_cart .product_list_widget li,
.header-menu-left .widget_shopping_cart li{padding: 15px 20px;border-top: 1px solid #4e3030;border-bottom: none;}
.header-menu-left .widget_shopping_cart li:first-child{border-top:none;}
.header-menu-left .widget_shopping_cart p.total{border: none;float: right;
    width: 100%;}
.widget_shopping_cart p.total{    border-top: 1px solid #dedede;}
ul.products .onsale{display: none;}
.va-validation{color: #e2401c;    float: right;
    width: 100%;}
ul.products li.product a.add_to_cart_button,ul.products li.product a.iconic-wqv-button{    font-weight: 600;background: #303030 url(assets/images/shopping-basketWHITE.svg) right 15px top 11px no-repeat;
    color: #fff;
    border-radius: 50px;
    height: 45px;
    padding: 0;
    float: left;
    width: 60%;
    line-height: 45px;background-size: 20px;text-align: left;    width: 165px;padding-left: 35px;margin-bottom: 0;}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: #b4063d;
}
ul.products li.product .item-wrap a.add_to_cart_button{    float: none;display: inline-block;
    vertical-align: middle;}
ul.products li.product.type-product .price{    float: none;
    width: 100%;
    margin: 0;
    color: #4c4c4c
    ;
    font-weight: normal;
    font-size: 19px;text-align: right;line-height: 24px;    padding-left: 15px;}
ul.products li.product.type-product .item-wrap .price{float: none;}
ul.products li.product.type-product .item-wrap .price-cart a.woocommerce-loop-product__link{    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 165px);}
ul.products li.product.type-product .item-wrap-row-view .price{width:100%;}
ul.products li.product.type-product .item-wrap-row-view form{margin:0}
ul.products li.product.type-product .item-wrap-row-view form table{    margin-bottom: 0;}
ul.products li.product.type-product .price del,
body.single-product div.product p.price del{    color: #4c4c4c;
    opacity: 1;
    font-weight: normal;
    font-size: 18px;}
ul.products li.product.type-product .price del{    display: block;}
ul.products li.product.type-product .price ins,
body.single-product div.product p.price ins{    color: #cb0b17;
    margin: 0;
    display: inline-block;
    font-size: 19px;
    font-weight: 650;    margin-left: 3px;}
body.single-product div.product p.price ins{display: inline-block;font-size: 21px;}
body.single-product.right-sidebar .content-area .product.sale p.price .units{ color: #cb0b17;}
ul.products li.product.sale.type-product .price .units{display:inline-block;    color: #cb0b17;}
.home-recipes{background: #f3f3f3;}
.home-recipes .elementor-widget-container h5{    font-size: 30px;
    position: relative;
    width: 90%;
    padding-right: 15px;color: #cb0b17;    font-weight: 700;}
.home-recipes .elementor-widget-container h5:after{    content: "";
    background: #dedede;
    width: 90%;
    height: 1px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;}
.elementor-column.home-recipes-link{    position: absolute;
    top:15px;
    left: 0;
       width: auto!important;}
	  .elementor-column.home-recipes-link a{color: #cb0b17;background: url(assets/images/arrow-small-left.svg) 0 9px no-repeat;    background-size: 14px;padding-left: 20px;}
.home-recipes-content{    width: 100%!important;}
.single-product .storefront-product-pagination{
    display: none;
}
body.single-product.right-sidebar .content-area{    width: 100%;    padding-right: 0;margin-bottom: 0;}
body.single-product.right-sidebar .content-area .product-main  {padding: 0 11.198vw;}
.single-product div.product .woocommerce-tabs{padding-left: 11.198vw;}
.p-right-content {
    width: 60%;
    float: right;
    margin-left: 0;
    margin-bottom: 0;
}
body.single-product div.product .summary{width: 40%;padding-right: 30px;padding-left: 35px;}
body.single-product div.product .summary .stock {display:none;}
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{display: none;}
body.single-product div.product .woocommerce-product-rating {
    margin-bottom: 0;
    margin-top: 0;
}
body.single-product .star-rating span:before,body.single-product .star-rating span:before{color: #FFBB00;}
body.single-product div.product .woocommerce-product-rating a{    font-weight: 500;
    text-decoration: none;
    color: #cb0b17;
    font-size: 16px;}
body.single-product div.product .summary  .under_title{font-size: 16px;}
 div.product .custom-tabs{    margin: 10px 0 0;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;}
 div.product .custom-tabs .tabs{    list-style: none;}
 div.product .custom-tabs .tabs li{display: inline-block;
    font-weight: 600;
    position: relative;
    border-bottom: 3px solid transparent;
    margin-left: 15px;
    margin-bottom: 10px;    cursor: pointer;font-size: 17px;}
div.product .custom-tabs .tabs li.active{
    color: #cb0b17;
    border-color: #cb0b17;
    display: none;
  }
div.product .custom-tabs .tabs-content{}
div.product .custom-tabs .tabs-content div.tab-content{display:none;line-height: 25px;}
div.product .custom-tabs .tabs-content div p{font-size: 17px;margin: 0;}
div.product .custom-tabs .tabs-content div{font-size: 17px;}
div.product .custom-tabs .tabs-content div.tab-content.active{display:block}
div.product .custom-tabs .tabs-content div.nutritional ul{list-style: none;}
body.single-product div.product p.price{    margin: 0;
    color: #1c1c1c;
    font-weight: 650;
    font-size: 21px;
    text-align: right;
    margin-top: 15px;
    line-height: 24px;
    padding-left: 15px;}
ul.products li.product .star-rating{    display: none;}
body.single-product div.product .summary .variations .variation,#jckqv_summary .variations .variation{display: inline-block;margin-left: 15px;}
body.single-product div.product .summary .variations .variation select,#jckqv_summary .variations .variation select,
table.update_variation_form table.variations .value select{    z-index: 2;-webkit-appearance: none;min-width: 194px;border-color: #D9D9D9;border-radius: 50px;height: 45px;padding-right: 15px;font-size: 18px;outline: none;position: relative;}
body.single-product div.product .summary .variations .variation,#jckqv_summary .variations .variation{position: relative;}
.woocommerce-billing-fields__field-wrapper{display:inline-block;width:100%;}
table.update_variation_form table.variations .value:after{ z-index: 2;left: 20px;top: 30px;}
body.single-product.right-sidebar .content-area .product .onsale{display:none;}
.quantity-wraper{float: right;position: relative;width: 140px;height: 45px;    border: 1px solid #D9D9D9;border-radius: 50px;}
.quantity-wraper .quantity-btn{float: right;    width: 25%;text-align: center;height: 43px;line-height: 40px;font-size: 22px;cursor: pointer;border-right: 1px solid #D9D9D9;}
.quantity-wraper .quantity .qty,.item-wrap-row-view .quantity .qty{width: 100%;    text-align: right;background: transparent;box-shadow: none;padding: 0;    padding-right: 10px;height: 42px;}
.update_variation_form .quantity-wraper .quantity .qty{padding-right:0}
.quantity-wraper .quantity-btn.less{font-size: 35px;line-height: 35px;border-right: none;border-left: 1px solid #D9D9D9;}
.quantity-wraper .unit{position: absolute;    left: 10px;top: 8px;font-size: 17px}
.woocommerce-mini-cart .quantity-wraper .unit{top: 4px;}
.woocommerce-mini-cart .quantity.text{display:none;}
.widget_shopping_cart .product_list_widget li .cart-data .quantity-wraper{display:none;}
.widget_shopping_cart .product_list_widget li .cart-data .quantity.text{display:block;}
.woocommerce-mini-cart .quantity-wraper .quantity .qty{height: 35px;}
.woocommerce-mini-cart .quantity-wraper{height: 35px;    width: 140px;margin: 10px 0;}
.woocommerce-mini-cart .quantity-wraper .quantity-btn{    height: 35px;    line-height: 35px;}
.woocommerce-mini-cart .quantity-wraper .quantity-btn.less{line-height: 30px;}
.woocommerce-mini-cart a.mini-name{    display: block;}
.quantity{    margin-left: 0;}
button.single_add_to_cart_button,button.single_add_to_cart_button:hover,#jckqv .button,table.cart tbody tr#new_row button#single_add_to_cart_button_id{background: #102326 no-repeat;color: #fff;border-radius: 50px;padding: 0;float: right;background-size: 20px;text-align: left;padding-left: 30px;opacity: 1!important;}
.jckqv-qty-spinners{display:none}
ul.products li.product .item-wrap-row-view .button.single_add_to_cart_button{    margin-bottom: 0;}
.yith-wcwl-add-button a{
  color: #cb0b17;
  font-weight: 650;
  font-size: 18px;
  text-decoration: none;
  background:  url(assets/images/heart-white.svg) right 0 top 4px no-repeat;
  display: inline-block;
  padding-right: 35px;
  padding-right: 1.823vw;
  font-size: 0.938vw;
  background-size: 20px;
}
.yith-wcwl-add-button a:hover, ul.products li.product a.delete_item, .yith-wcwl-add-button a.delete_item {
  background:  url(assets/images/heart-full.svg) right 0 top 4px no-repeat;
  background-size: 18px;
}
.yith-wcwl-add-to-wishlist {margin-top: 7px;float: right;    margin-right: 20px;}
body.single-product div.product form.cart .quantity{    margin-left: 0;}
p#product_note_field{margin: 0;    margin-top: 15px;display: inline-block;width: 100%;}
p#product_note_field textarea{ direction: rtl; box-shadow: none;padding: 0;    text-align: right;height: 30px;    padding-right: 27px;font-size: 17px;}
.simple-add-to-cart p#product_note_field{margin-top: 0;    margin-bottom: 10px;}
.simple-add-to-cart{direction: ltr;text-align: right;}
body.single-product div.product .woocommerce-product-gallery img{    width: auto;margin: 0 auto;}
body.single-product div.product form.cart{margin-bottom: 0;padding:15px 0 0;}
.product-ship{margin-top: 15px;}
.product-ship .widget .widget-title{background: url(assets/images/truck_product.svg) right top 2px no-repeat;color: #cb0b17;padding-right: 32px;}
/*
.product-ship .textwidget p{margin: 0;color: #cb0b17;font-size: 17px;}
.product-ship .textwidget p a{color: #cb0b17;background-size: 23px;}
*/
body.single-product .woocommerce-tabs{    padding-top: 0;padding-bottom: 0;float: left;width: 55%;margin-top: 30px;}
body.single-product .woocommerce-tabs ul.tabs{display: none;}
body.single-product .woocommerce-tabs .panel{    width: 100%;float: left;margin-left: 0;margin-top: 0;}
body.single-product p.stars.selected a.active::before{    color: #FFBB00;}
body.single-product p.stars.selected a.active:before,body.single-product p.stars:hover a:before,body.single-product p.stars.selected a:not(.active):before,body.single-product p.stars.selected a.active:before{color: #FFBB00;}
.woocommerce-Reviews .woocommerce-Reviews-title .star-rating{display: inline-block;vertical-align: middle;}
.woocommerce-Reviews .woocommerce-Reviews-title .details{display: inline-block;vertical-align: middle;    color: #959595;font-size: 17px;font-weight: 500;    display: none;margin-right: 10px;}
.woocommerce-Reviews #respond{padding:0 15px 0;background: #f3f3f3;border-radius: 50px;display: inline-block;width: 100%;}
.woocommerce-Reviews .form-block{display:none;}
.woocommerce-Reviews .comment-notes,.woocommerce-Reviews .woocommerce-noreviews{display:none;}
.woocommerce-Reviews .comment-form-cookies-consent{display:none;}
.woocommerce-Reviews .comment-form-comment,
.woocommerce-Reviews .comment-form-author,
.woocommerce-Reviews .comment-form-email,
.woocommerce-Reviews .form-submit{display:none;padding: 0 15px;}
.woocommerce-Reviews .comment-form-comment textarea{background: #fff;height: 90px;width: auto;box-shadow: none;}
#reviews.woocommerce-Reviews .comment-form-rating label{display: inline-block;vertical-align: middle;margin: 0;color: #cb0b17;font-weight: 550;font-size: 22px;padding-right: 25px;}
#reviews.woocommerce-Reviews{line-height: 50px;}
#reviews.woocommerce-Reviews p.stars{display: inline-block;margin: 0;vertical-align: middle;font-size: 26px;margin-right: 25px;position: relative;line-height: 0;top: -2px;}
body.single-product #reviews #comments{padding-top: 25px;}
body.single-product #reviews .commentlist li .avatar{display: none;}
body.single-product #reviews .commentlist li .comment_container .comment-text{width: 100%;float: left;margin-left: 0;position: relative;padding-right: 150px;}
body.single-product #reviews .commentlist li{margin-bottom: 15px;list-style: none;clear: both;border-bottom: 1px solid #D9D9D9;min-height: 110px;}
body.single-product #reviews .commentlist li .comment_container .comment-text .star-rating{float: right;}
#reviews .commentlist li p.meta{    margin-bottom: 0;position: absolute;width: 150px;right: 0;top: 0;margin: 0;line-height: normal;}
#reviews .commentlist li p.meta strong {line-height: normal;color: #cb0b17;font-size: 16px;margin-bottom: 5px;display: block;}
#reviews .commentlist li p.meta time {display: block;line-height: normal;}
#reviews .commentlist li .description{float: right;width: calc(100% - 150px);    clear: both;}
#reviews .comment-form-rating{position:relative}
#reviews .comment-form-rating:after { content: "׳›׳×׳™׳‘׳× ׳—׳•׳•׳× ׳“׳¢׳×"; background: url(assets/images/arrow-point-to-down.svg) 0 0 no-repeat; width: 135px; height: 15px; display: block; position: absolute; left: 15px; top: 20px; line-height: .5; cursor: pointer; }.woocommerce-Reviews .form-submit input[type="submit"]{background: #cb0b17;color: #fff;border-radius: 50px;height: 45px;padding: 0;float: right;line-height: 45px;background-size: 20px;text-align: center;width: 165px;}
.woocommerce-Reviews .form-submit{margin-bottom: 20px!important;float: right;}
#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input{    background: #fff;box-shadow: none;}
.single-product div.product .related {clear: both;    background:#f3f3f3;display: inline-block;width: 100%;margin-top: 30px;}
.single-product div.product .related h2{    font-size: 30px;position: relative;width: 100%;padding-right: 15px;color: #cb0b17;font-weight: 700;    margin-top: 30px;margin-bottom: 15px;}
.single-product div.product .related h2:after {content: "";background: #dedede;width: 85%;height: 1px;display: block;position: absolute;top: 5px;left: 0;bottom: 0;margin: auto;z-index: 0;}
.single-product .site-main{margin-bottom: 0;}
body.archive.right-sidebar .content-area{width: 100%;padding-right: 0;}
body:not(.home).archive.right-sidebar .site-content{margin-top: 0;}
.archive-top{position: relative;}
.archive-top.no-image .top-content h1{position: static;color: #333333;line-height: normal;margin-top: 0;-ms-transform: translateY(0);transform: translateY(0);}
.archive-top.no-image .top-content .breadcrumbs,.archive-top.no-image .top-content .breadcrumbs a{color: #333333;}
.archive-top.no-image .top-content{position: static;}
.archive-wraper .archive-content .storefront-sorting{display:none;}
.archive-wraper .category-side .listview-toggle{text-align: center;background: #cb0b17;height: 50px;line-height: 50px;}
.archive-wraper .category-side .listview-toggle.grid-btn{background: #cb0b17;}
.archive-wraper .category-side .listview-toggle a{color:#fff;text-decoration: none;width: 100%;height: 100%;display: block;}
.archive-wraper .category-side .listview-toggle a span{background: url(assets/images/Fast_buy_icon.svg) right center no-repeat;display: inline-block;padding-right: 35px;background-size: 24px;}
.archive-wraper .category-side .filter-block{padding: 15px 0 0;background: #fff;margin-top: 30px;}
.archive-wraper .category-side .filter-block .title{color: #cb0b17;font-weight: 550;font-size: 23px;margin: 0;text-align: center;background: url(assets/images/Filter.svg) center top no-repeat;padding-top: 30px;margin-bottom: 15px;}
.archive-wraper .category-side .filter-block .widget_layered_nav{border-bottom: 1px solid #e6e6e6;padding: 0 15px;}
.archive-wraper .category-side .filter-block .widget_layered_nav#woocommerce_layered_nav-2{border-top: 1px solid #e6e6e6;}
.archive-wraper .category-side .filter-block .widget_layered_nav.widget .widget-title{font-weight: 500;font-size: 19px;height: 50px;line-height: 50px;position: relative;cursor: pointer;}
.archive-wraper .category-side .filter-block .widget_layered_nav.widget .widget-title:after{    content: "";background: url(assets/images/arrow-point-to-down.svg) 0 0 no-repeat;width: 15px;height: 15px;display: block;position: absolute;left: 15px;top: 20px;}
.archive-wraper .category-side .filter-block .widget_layered_nav .woocommerce-widget-layered-nav-list{display: none;}
.archive-wraper .category-side .filter-block .widget_layered_nav .woocommerce-widget-layered-nav-list li{padding-right: 0;margin-bottom: 10px;}
.archive-wraper .category-side .filter-block .widget_layered_nav .woocommerce-widget-layered-nav-list li a{color: #6d6d6d;text-decoration: none;font-size: 18px;}
.archive-wraper .category-side .filter-block .widget_layered_nav .woocommerce-widget-layered-nav-list li a:before{content:"";font-family: auto;    color: transparent;border: 1px solid #cb0b17;width: 13px;height: 13px;margin-top: 8px;margin-left: 5px;    display: inline-block;margin-right: 0;opacity: 1;}
.archive-wraper .category-side .filter-block .widget_layered_nav .woocommerce-widget-layered-nav-list li:before{display:none;}
.archive-wraper .category-side .filter-block .widget_layered_nav .woocommerce-widget-layered-nav-list li.chosen a:before{background: #cb0b17;}
.header-menu-left .widget_shopping_cart a.cart, .header-menu-left .widget_shopping_cart a.cart:hover{display:block;float: left;width: 47%;color: #fff;background-color: #cb0b17;margin: 0;border-radius: 50px;height: 45px;line-height: 45px;padding: 0;}
.header-menu-left .widget_shopping_cart a.checkout, .header-menu-left .widget_shopping_cart a.checkout:hover{float: right;width: 47%;background-color: #cb0b17;margin: 0;border-radius: 50px;height: 45px;line-height: 45px;padding: 0;}
.archive-wraper .category-side .filter-block .widget_layered_nav.widget.woocommerce li .count{font-size: 18px;}
.side-cart .widget_shopping_cart .widget-title{color: #cb0b17;font-weight: 650;font-size: 23px;margin: 0;text-align: center;background: url(assets/images/side-cart.svg) center top no-repeat;padding-top: 30px;margin-bottom: 5px;}
.side-cart .widget_shopping_cart .product_list_widget li .quantity.top-cart{display:none;}
.side-cart .widget_shopping_cart .product_list_widget li .cart-data a{display: block;    width: 80%;}
.category-side .side-cart{margin-top: 30px;    background: #fff;padding-top: 15px;}
.side-cart .user_area{text-align: center;    color: #cb0b17;}
.side-cart .user_area span{background: url(assets/images/user.svg) right 3px no-repeat;padding-right: 28px;background-size: 20px;display:inline-block}
.side-cart .user_area a{color: #cb0b17;font-weight: 650;text-decoration: underline;}
.side-cart .widget_shopping_cart .product_list_widget li a.remove,
.header-menu-left .site-header-cart .widget_shopping_cart .product_list_widget li a.remove{position: absolute;right: auto;left: 0;top: 10px;}
.header-menu-left .site-header-cart .widget_shopping_cart .product_list_widget img{    margin-right: 0;}
.widget_shopping_cart .product_list_widget li br{display:none;}
.widget_shopping_cart .product_list_widget a.remove::before{display:none;}
.widget_shopping_cart .product_list_widget li img{float: right;max-width: 100%;}
.widget_shopping_cart .product_list_widget li .cart-img{width: 25%;float: right;max-width: 25%;}
.widget_shopping_cart .product_list_widget li .cart-img{width: 50%;max-width: 50%;}
.widget_shopping_cart .product_list_widget li .cart-data{float: right;width: 75%;padding-right: 15px;margin-top: -10px;}
.widget_shopping_cart .product_list_widget li .cart-data{width: 50%;max-width: 47%;margin-top:0;}
.widget_shopping_cart .product_list_widget li .cart-variations{display:none;}
.widget_shopping_cart .product_list_widget li .cart-data .mini-price{font-size: 17px;    float: right;width: 100%;}
.widget_shopping_cart p.total strong,.widget_shopping_cart p.total .woocommerce-Price-amount{color: #4c4c4c;font-weight: 650;}
.site-main .archive-wraper .archive-content ul.products.columns-3 li.product{width: 25%;float: right;margin-left: 0;clear: none!important;}
.site-main .archive-wraper .archive-content ul.products.columns-3 li.product.list-view{width: 100%;}
table.shop_table_responsive tr{/*display: inline-block;width: 100%;*/}
table.shop_table_responsive tr td{/*display: inline-block;*/clear: none;/*float: right;*/padding: 0;padding-right: 15px;}
table.shop_table_responsive tr td.product-variations{width:250px;}
table.shop_table_responsive tr td.product-variations .label{display:none;}
table.shop_table_responsive tr td.product-variations .variation{position: relative;    margin-bottom: 8px;width: 200px;}
table.shop_table_responsive tr td.product-variations .variation select{max-width: 100%;-webkit-appearance: none;width: 200px;border-color: #D9D9D9;border-radius: 50px;height: 45px;font-size: 18px;outline: none;position: relative;}
table.shop_table_responsive tr td.product-thumbnail{    width: 11%;}
table.cart.shop_table_responsive tr td.product-thumbnail,
table.cart.shop_table_responsive tr td.WOO_CK_WUVIC_thumbnail{width: 15%;}
table.cart tbody tr#new_row &gt; td{display: inline-block;width: 100%;}
table.cart tbody tr#new_row form{    position: relative;margin: 0;}
table.cart tbody tr#new_row td tr{margin: 0;}
table.cart tbody tr#new_row td table{margin: 0;}
table.update_variation_form table.variations{display: inline-block;width: 55%;    margin: 0;    vertical-align: middle;}
table.update_variation_form .single_variation_wrap{display: inline-block;width: 40%;vertical-align: middle;}
table.cart tbody tr#new_row .quantity,table.cart tbody tr#new_row button#single_add_to_cart_button_id{float: right;}
table.cart tbody tr#new_row span#cancel{position: absolute;background: transparent;font-size: 0; background: url(assets/images/mini-cart-delete.png) 0 0 no-repeat;width:21px;height:25px;    padding: 0;left: 20px;margin: 0;top: 35%;}
table.update_variation_form table.variations tr{width: auto;margin: 0;}
table.update_variation_form table.variations .label{display:none;padding-right: 0;text-align: left;padding-left: 0;}
table.update_variation_form table.variations .value{    position: relative;}
table.update_variation_form .single_variation_wrap div.woocommerce-variation{display:none!important;}
table.cart.shop_table_responsive tr td{background-color: transparent!important;}
table.cart.shop_table_responsive tr td.product-note textarea{color: #cb0b17;box-shadow: none;padding: 0;text-align: right;height: 30px;padding-right: 27px;font-size: 17px;border-bottom: 1px solid #e6e6e6;}
table.cart.shop_table_responsive tr td.product-note textarea::-webkit-input-placeholder {color: #1c1c1c; }
table.cart.shop_table_responsive tr td.product-note textarea:-ms-input-placeholder {color: #1c1c1c; }
table.cart.shop_table_responsive tr td.product-note textarea::-ms-input-placeholder {color: #1c1c1c; }
table.cart.shop_table_responsive tr td.product-note textarea::placeholder {color: #1c1c1c; }
table.cart.shop_table_responsive tr td.product-subtotal{color: #cb0b17;font-weight: 650;font-size: 17px;text-align: center;padding-left: 0;}
table.cart.shop_table_responsive tr td.product-note .woocommerce-input-wrapper{display: inline-block;width: 100%;}
table.shop_table_responsive tr td.product-thumbnail img{max-width: 100%;max-height: 100px;width: auto;margin: auto;}
table.shop_table_responsive tr td.product-name{width: 14%;padding-right: 15px;}
table.shop_table_responsive tr td.product-name .WOO_CK_WUVIC_buttom{font-size: 16px;}
table.shop_table_responsive tr td.product-note p#product_note_field textarea{    width: 230px;border: 1px solid #D9D9D9;border-radius: 50px;height: 45px;line-height: 40px;background-position: right 12px top 11px;padding-right: 35px;}
table.shop_table_responsive tr td.product-note p#product_note_field{margin-top: 0;padding-left: 10px;}
table.shop_table_responsive tr td.product-note{width: 240px;padding-left: 0;}
.archive.tax-product_cat .item-wrap-row-view td.product-add{text-align: left;    padding-left: 0;}
.archive.tax-product_cat .item-wrap-row-view table.shop_table_responsive tr td.product-add-to-wishlist{padding-right: 0;}
table.shop_table_responsive tr td.product-add-to-wishlist{width: 260px;}
.site-main .archive-wraper .archive-content  ul.products li.product .item-wrap-row-view .woocommerce-loop-product__title{min-height: auto;margin-top: 0;border-bottom: none;margin-right: 0;margin-left: 0;font-size: 19px;margin-bottom: 0;}
table.shop_table_responsive tr td.product-name br{display:none;}
table.shop_table_responsive tr td.product-variations .variation.no-label:after{display:none;}
.woocommerce-mini-cart__empty-message{color: #cb0b17;text-align: center;margin: 15px 0;padding-bottom: 15px;}
.widget_shopping_cart .product_list_widget{margin-top: 25px;}
.header-menu-left .widget_shopping_cart .product_list_widget{margin-top:0;}
.product_list_widget a:hover,.product_list_widget a{color: #2f2c2c;font-size: 18px;}
.side-cart .widget a.button.checkout:after{display:none;}
.side-cart .widget a.button.checkout{text-decoration:none;background-color: #cb0b17;color: #fff;border-radius: 50px;height: 45px;    font-size: 21px;font-weight: 400;padding: 0;float: none;width: 80%;line-height: 45px;text-align: center;padding-left: 0;margin: 0 auto;}
.side-cart .widget a.button.checkout:hover{background-color: #cb0b17;}
.side-cart .widget a.button.checkout span{background:url(assets/images/arrow-pointing-to-right.svg) 0 7px no-repeat;background-size: 20px;padding-left: 30px;}
.side-cart .widget_shopping_cart p.total{border-bottom: none;padding-bottom: 0;}
.site-header-cart .widget_shopping_cart{border-top: 6px solid #b4063d;}
.site-header-cart .widget_shopping_cart:before{content:""; width: 0; height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #cb0b17;position: absolute;left: 80px;top: -14px;}
body.archive .site-content{background: #f3f3f3;}
.side-cart .widget_shopping_cart .buttons a.cart{display:none !important;}
.header-menu-left .widget_shopping_cart a.checkout, .header-menu-left .widget_shopping_cart a.checkout:hover{float: right;width: 47%;background-color: #cb0b17;margin: 0;border-radius: 50px;height: 45px;line-height: 45px;padding: 0;}
.header-menu-left .widget_shopping_cart a.cart:after, .header-menu-left .widget_shopping_cart a.checkout:after{display:none;}
.header-menu-left .widget_shopping_cart p.buttons{padding-right:15px;padding-left:15px;    display: inline-block;width: 100%;padding-top: 0;}
.side-cart .cart-icons{display:none;}
.side-cart .quantity span{display:none;}
.cart-icons img{margin: 0 auto;padding: 0 15px;}
.header-menu-left .widget_shopping_cart_content{    padding-bottom: 20px;}
.header-menu-left .widget_shopping_cart .product_list_widget li .cart-data .mini-price{color: #cb0b17;font-weight: 650;}
.widget_shopping_cart .product_list_widget li .cart-data a{    font-weight: normal;line-height: 17px;text-decoration: none;}
.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view .yith-wcwl-add-to-wishlist{margin-top: 0;}
body.woocommerce-cart #secondary{display:none}
body.woocommerce-cart.right-sidebar .content-area{width: 100%;padding: 0 50px;}
body:not(.home).right-sidebar.woocommerce-cart .site-content {background: #f3f3f3;    margin-top: 0;}
body.woocommerce-cart .woocommerce-cart-form{display: inline-block;margin: 0;width: 67%;}
body.woocommerce-cart .cart-collaterals{width: calc(33% - 5px); padding-right: 50px; display: inline-block;}
body.woocommerce-cart .cart-collaterals .cart_totals {background: #fff;width: 100%;padding: 30px;}
body.woocommerce-cart .cart-collaterals .cart_totals .coupon{position:relative;    float: right;width: 100%;}
.amaout-left{float: right;width: 100%;text-align: center;color: #ff1d1d;font-weight: 600;margin-bottom: 10px;}
.widget_shopping_cart p.total .amaout-left .woocommerce-Price-amount{color: #ff1d1d;font-weight: 600;}
body.woocommerce-cart .cart-collaterals .cart_totals .coupon input[type='text']{background: #fff;float: right;height: 55px;box-shadow: none;padding-top: 0;padding-bottom: 0;border: 1px solid #D9D9D9;width: 75%;border-bottom-right-radius: 50px;border-top-right-radius: 50px;max-width: 100%;}
body.woocommerce-cart .cart-collaterals .cart_totals .coupon button{    background: #cb0b17;color: #fff;font-weight: 550;height: 54px;padding: 0;width: 25%;float: right;border-bottom-left-radius: 50px;border-top-left-radius: 50px;}
table.cart tbody td{background-color: transparent;}
table.cart tbody tr{background: #fff;display: table-row;width: 100%;margin-bottom: 20px;}
table.cart tbody td.product-name a{display: block;color: #102326;font-weight: 600;font-size: 18px;}
table.cart tbody td.product-name span.under_title{display: block;color: #959595;font-size: 16px;}
table.cart tbody td.product-name .woocommerce-Price-amount{    color: #102326;font-weight: 650;font-size: 17px;text-align: right;padding-left: 0;}
body .woocommerce-message { background-color: #cb0b17; display: block; width: 100%; }
body .wc-forward::after,body  .woocommerce-Button--next::after{    content: "\f30a";}
body.woocommerce-cart .entry-header{display:none;}
body.woocommerce-cart .cart-title{margin: 20px 0;}
body.woocommerce-cart .cart-title h1{text-align:center}
body.woocommerce-cart .cart-title img{margin: 0 auto;}
table.cart tbody td.product-remove a.remove::before{display:none;}
body.woocommerce-cart table.cart td.product-remove a.remove{float: left;}
body.woocommerce-cart table.cart tr.brn-row td button:disabled,
body.woocommerce-cart table.cart tr.brn-row td button,
body.woocommerce-cart table.cart tr.brn-row td button:hover{ opacity: 1 !important;cursor: pointer;display: inline-block;width: 180px;height: 55px;text-align: center;line-height: 55px;background: #fff;border-radius: 50px;margin-left: 15px;color: #cb0b17;padding: 0;font-weight: normal;}
table.cart tr.brn-row td a{display: inline-block;width: 180px;height: 55px;text-align: center;line-height: 55px;background: #fff;border-radius: 50px;margin-left: 15px;color: #cb0b17;padding: 0;font-weight: normal;}
table.cart tbody tr.brn-row{background: transparent;}
table.cart tbody tr.brn-row td{border: none;}
/*table.shop_table_responsive tr td.product-name .variation{display:none;}*/
table.table-totals.shop_table_responsive tbody tr th{text-align: left;padding: 0;width: 50%;vertical-align: middle;color: #cb0b17;font-weight: 600;font-size: 23px;}
table.table-totals.shop_table_responsive tbody tr td{padding: 0;width: 50%;vertical-align: middle;padding-right: 20px;color: #cb0b17;font-weight: 600;font-size: 23px;}
body.woocommerce-cart .wc-proceed-to-checkout .button.checkout-button{background: #102326;color: #fff;border-radius: 50px;height: 55px;padding: 0;float: left;width: 100%;line-height: 55px;background-size: 20px;text-align: center;font-weight: 550;font-size: 23px;margin: 0;}
body.woocommerce-cart .wc-proceed-to-checkout .button.checkout-button span{background:url(assets/images/locked.svg) right 2px no-repeat;    padding-right: 31px;background-size: 20px;}
body.woocommerce-cart .wc-forward::after{display:none;}
body.woocommerce-cart .cart-icons img{margin:0 auto;}
.home-cart.fixed{position:fixed;top:0;width: inherit;overflow: hidden;}
.widget ul.products li.product a.added_to_cart{display:none!important}
.woocommerce-checkout.right-sidebar .widget-area{display:none}
.woocommerce-checkout.right-sidebar .content-area{padding-right: 0;width: 100%;}
body:not(.home).woocommerce-checkout.right-sidebar .site-content{margin-top: 0;}
.woocommerce-checkout .hentry.type-page .entry-header{display:none;}
body .checkout-header{    padding-top: 15px;padding-bottom: 15px;margin-top: 0;position: static;}
body .checkout-header .site-branding{clear: none;}
body .checkout-header .site-branding.checkout-title{text-align: center;    padding-top: 0;}
body .checkout-header .site-branding.checkout-title h1{    color: #cb0b17;font-size: 60px;margin: 0;}
body .checkout-header .site-branding.checkout-whatsapp{text-align: left;padding-top: 20px;}
body .checkout-header .site-branding.checkout-whatsapp p{margin: 0;color: #cb0b17;font-weight: 600;display: inline-block;background: url(assets/images/whatsapp.svg) right 3px no-repeat;    padding-right: 30px;}
body .checkout-header .site-branding.checkout-whatsapp p a{color: #cb0b17;}
.checkout-wraper{margin-top: 30px;    padding: 0 170px;}
.checkout-wraper .right-part{float: right;width: 60%;}
.checkout-wraper .right-part .part-content{position: relative; display: inline-block;width: 100%;}
.checkout-wraper .left-part{float: right;width: 40%;padding-right: 35px;position: relative;}
.checkout-wraper .left-part .overview-block{display: inline-block;width: 100%;border-radius: 10px;padding:0 20px;padding-bottom: 40px;padding-top: 145px;}
.checkout-wraper .right-part .header-shipping-methods{padding: 20px;color: #cb0b17;font-weight: 800;}
.checkout-wraper .right-part .header-shipping-methods .ship-title{font-size: 25px;}
.checkout-wraper .right-part .header-shipping-methods ul li label{color: #102326;font-weight: 800;}
.checkout-wraper .right-part .header-shipping-methods ul li input{    margin-left: 0;}
.checkout-wraper .right-part .checkout-step .header,.checkout-wraper .right-part #checkout_payments h3{background:#102326;    color: #fff;border-radius: 5px;font-size: 20px;font-weight: bold;padding-right: 20px;height: 45px;line-height: 43px;margin-bottom: 20px;}
.checkout-wraper .right-part .checkout-step .content{padding: 0 20px;}
.checkout-step .woocommerce-billing-fields .form-row{position: relative;}
.checkout-step .woocommerce-billing-fields .form-row span.error{position: absolute;color: #e2401c;font-size: 15px;right: 15px;display:none;bottom: -23px;}
.checkout-step .woocommerce-billing-fields .form-row.woocommerce-invalid span.error{display:block}
.checkout-wraper .woocommerce-billing-fields .form-row input {
  background: #fff;
  box-shadow: none;
}
.checkout-wraper .woocommerce-billing-fields .form-row select{font-size: 17px;-webkit-appearance: none;width: 100%;border-color: #D9D9D9;border-radius: 50px;height: 45px;padding-right: 20px;font-size: 18px;outline: none;background: url(assets/images/arrow-point-to-down.svg) 17px 18px no-repeat;}
.checkout-wraper .woocommerce-billing-fields .form-row.woocommerce-invalid input.input-text{    box-shadow: none;border-color: #e2401c;}
body .form-row.woocommerce-validated input.input-text {box-shadow: none;}
.checkout-wraper .woocommerce-billing-fields .woocommerce-input-wrapper{display: inline-block;width: 100%;}
.billing-address-fields-title{color: #102326;font-weight: 800;margin-bottom: 15px;}
.checkout-wraper .woocommerce-billing-fields .form-row#billing_apartment_field{float: right;width: 15%;}
.checkout-wraper .woocommerce-billing-fields .form-row#billing_floor_field{float: right;width: 15%;margin-right: 7px;}
.checkout-wraper .woocommerce-billing-fields .form-row#billing_enter_code_field{float: left;width: 15%;}
.checkout-wraper .woocommerce-billing-fields .form-row#billing_postcode_field{display: none!important;}
.checkout-wraper .woocommerce-billing-fields .form-row #billing_notes{font-size: 17px;width: 100%;background: #fff;box-shadow: none;border: 1px solid #D9D9D9;border-radius: 30px;padding: 0;padding-right: 10px;height: 45px;line-height: 45px;    overflow: hidden;}
.checkout-wraper .right-part .woocommerce-shipping-fields,.checkout-wraper .right-part  .woocommerce-additional-fields,.checkout-wraper .right-part  .woocommerce-account-fields{display:none;}
.woocommerce-billing-fields .ship-notice{    display: inline-block;width: 100%;margin-bottom: 15px;}
.woocommerce-billing-fields .ship-notice strong{font-weight: normal;color: red;}
.woocommerce-billing-fields .ship-notice h4{color: #cb0b17;font-size: 19px;font-weight: bold;}
.checkout-wraper .right-part #checkout_payments{display: inline-block;width: 100%;    padding-bottom: 20px;}
.woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods{display:none;}
.checkout-wraper .right-part #checkout_payments ul{list-style: none;    padding: 0 20px;}
.checkout-wraper .right-part #checkout_payments ul .payment_method_cardcom span.title{background: url(assets/images/payment-option-cards.png) right 3px no-repeat;    font-size: 17px;display: inline-block;padding-right: 67px;background-size: 64px;}
.yith-wcwl-add-button .separator,.yith-wcwl-add-button .view-wishlist{display:none;}
.woocommerce-product-attributes .woocommerce-product-attributes-item--attribute_pa_prod_cutting,.woocommerce-product-attributes .woocommerce-product-attributes-item--attribute_pa_prod_packaging{display:none;}
table.woocommerce-product-attributes:not( .has-background ) th{background-color: #fff;    font-size: 16px;width: 30%;padding: 5px;vertical-align: middle;border-bottom: 1px solid #e6e6e6;}
table.woocommerce-product-attributes:not( .has-background ) td{background-color: #fff;padding: 5px;vertical-align: middle;border-bottom: 1px solid #e6e6e6;}
table.woocommerce-product-attributes:not( .has-background ) td p{    font-size: 16px;}
table.woocommerce-product-attributes:not( .has-background ) tbody tr:nth-child(2n) td{background-color: transparent;}
.overview-block #order_review{background-color: transparent;width: 100%;}
/*form.checkout .woocommerce-error{display:none;}*/
/*.checkout-wraper .left-part .coupon-block{position: absolute;    top: 30px;width: 80%;left: 0;right: 35px;margin: 0 auto;}*/
.checkout-wraper .left-part .coupon-block .checkout_coupon{display: block!important;position: static!important;height: auto!important;margin: 0;}
.checkout-wraper .left-part .coupon-block .checkout_coupon .input-text{    border-radius: 0;  border: 1px solid #D9D9D9;  background: #ffffff;border-top-right-radius: 50px;height: 60px;box-shadow: none;padding-top: 0;padding-bottom: 0;width: 75%;border-bottom-right-radius: 50px;padding: 0;padding-right: 15px;line-height: 60px;font-size: 19px;position: relative;top:0;}
.checkout-wraper .left-part .coupon-block .checkout_coupon .button{background: #102326;color: #fff;font-weight: 550;border-top-left-radius: 50px;height: 60px;padding: 0;width: 25%;border-bottom-left-radius: 50px;font-weight: normal;margin-right: -5px;}
.woocommerce-checkout-review-order table:not( .has-background ) th {background-color: transparent;color: #fff;}
.woocommerce-checkout-review-order table:not( .has-background ) tbody td,.woocommerce-checkout-review-order table:not( .has-background ) tbody tr:nth-child(2n) td {font-weight: 550;padding-bottom: 0;background-color: transparent;color: #102326;    padding: 5px 0;}
.woocommerce-checkout-review-order table:not( .has-background ) tbody td .woocommerce-Price-amount{float:left;}
.woocommerce-checkout-review-order #order_review .shop_table{    margin-bottom: 0;padding: 0 20px;}
.woocommerce-checkout-review-order table:not( .has-background ) tbody td span.title{width: 75%;display: inline-block;position: relative;float: right;}
.woocommerce-checkout-review-order table:not( .has-background ) tbody td span.title:after{content:"";position:absolute;display:block;border:1px dotted #fff;    width: 102%;top: 15px;}
.woocommerce-checkout-review-order table:not( .has-background ) tbody td span.title span{background: #fff;position: relative;z-index: 10;padding-left: 10px;}
.woocommerce-checkout-review-order table:not( .has-background ) tbody tr.order-total td{font-size: 23px;    padding-top: 30px;}
.woocommerce-checkout-review-order table:not( .has-background ) tbody tr.order-shipping td{text-align: left;}
.woocommerce-checkout-review-order table:not( .has-background ) tbody tr.order-shipping td span.title{text-align: right;}
#order_review .shop_table{    margin-top: 20px;}
.checkout-wraper .left-part #payment .place-order{background-color: transparent;margin: 0; padding: 0;}
#order_review .shop_table{margin-bottom: 15px;}
.woocommerce-terms-and-conditions-wrapper input[type=checkbox]{margin: 0;margin-left: 5px;}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text{color: #102326;}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text a{color: #102326;text-decoration: underline;}
div.product .entry-summary .woocommerce-variation-availability,#jckqv .woocommerce-variation-availability{display:none;}
.checkout-wraper .left-part #payment .place-order .button{background: #102326  url(assets/images/locked.svg) right 30% top 15px no-repeat;color: #fff;border-radius: 50px;height: 60px;padding: 0;float: left;width: 100%;line-height: 60px;background-size: 20px;text-align: center;font-weight: 550;font-size: 23px;margin: 0;}
.checkout-wraper .left-part .cart-icons{    margin-top: 20px;}
.checkout-wraper .left-part .cart-icons img{margin: 0 auto;}
.woocommerce-checkout .woocommerce-form-login-toggle{margin-top: 15px;}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info{    padding: 0;margin: 0;color: #cb0b17;border: none;background: url(assets/images/user.svg) right 0 no-repeat;padding-right: 30px;background-size: 24px;margin-left: 30px;}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a,.woocommerce-form-login-toggle .woocommerce-info a:hover{color: #cb0b17;text-decoration: underline;opacity:1}
.woocommerce-checkout .woocommerce-form-login .form-row label{display:none;}
.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme,.woocommerce-checkout .woocommerce-form-login .lost_password{display:none;}
.woocommerce-checkout .woocommerce-form-login{margin: auto; width: 81%;;margin-top: 20px;max-width: 100%;}
.woocommerce-checkout .woocommerce-form-login .form-row input{font-size: 17px;width: 100%;background: transparent;box-shadow: none;    border: 1px solid #D9D9D9;border-radius: 30px;padding: 0;padding-right: 10px;height: 45px;line-height: 45px;}
.woocommerce-checkout .woocommerce-form-login .form-row .button{margin: 0;height: 50px;line-height: 50px;padding: 0;width: 215px;background-color: #cb0b17;color: #fff;border-radius: 50px;}
.recipe-content .shopping-list{margin-top: 20px;}
.recipe-content .shopping-list h2{color: #cb0b17;font-weight: 550;font-size: 25px;}
.recipe-content .shopping-list .item-wrap-row-view{display: inline-block;width: 100%;border-bottom: 1px solid #e6e6e6;margin-bottom: 15px;padding-bottom: 15px;}
.recipe-content .shopping-list .item-wrap-row-view ul{list-style: none;}
.recipe-content .shopping-list .item-wrap-row-view ul li{display: inline-block;vertical-align: middle;}
.recipe-content .shopping-list .item-wrap-row-view ul li br{display:none;}
.recipe-content .shopping-list .item-wrap-row-view ul li.product-variations,.recipe-content .shopping-list .item-wrap-row-view ul li.product-note{display: none;}
.recipe-content .shopping-list .item-wrap-row-view ul li.product-thumbnail{width: 20%;}
.recipe-content .shopping-list .item-wrap-row-view ul li.product-name a{text-decoration: none;}
.recipe-content .shopping-list .item-wrap-row-view ul li.product-name a.iconic-wqv-button{display: none;}
.recipe-content .shopping-list .item-wrap-row-view ul li.product-name h2{color: #6d6d6d;text-decoration: none;font-weight: normal;font-size: 19px;}
.recipe-content .shopping-list .item-wrap-row-view ul li.product-add,.recipe-content .shopping-list .item-wrap-row-view ul li.product-quantity{float:left;margin-top: 20px;}
.recipe-content .shopping-list .item-wrap-row-view ul li .price{color: #cb0b17;    font-weight: 650;font-size: 19px;}
.recipe-content .shopping-list .item-wrap-row-view ul li .price del{color: #959595;opacity: 1;font-weight: 550;font-size: 18px;display: block;}
.recipe-content .shopping-list .item-wrap-row-view ul li .price ins {    color: #ff1d1d;margin: 0;font-size: 19px;font-weight: 650;}
.recipe-content .shopping-list .item-wrap-row-view ul li .onsale{display:none;}
.recipe-content .shopping-list .item-wrap-row-view ul.sale li .units{color: #ff1d1d;}
.recipe-content .shopping-list .item-wrap-row-view form{margin-bottom: 0;}
.recipe-content .shopping-list .item-wrap-row-view ul li.product-name{margin-top: 15px;padding-right: 10px;}
.recipe-content .shopping-list .item-wrap-row-view ul li.product-name .star-rating{display:none;}
.recipe-content .shopping-list .all-btn{    float: left;}
.recipe-content .shopping-list .all-btn button.single_add_to_cart_button{width: 190px;    background-color: #cb0b17;}
body.archive.right-sidebar .content-area.fishipedia{margin-top: 35px;max-width: 100%;margin-right: auto;margin-left: auto;padding: 0 3.125vw;}
body.archive.right-sidebar .content-area.fishipedia .title-main{    margin-bottom: 35px;}
.banner-content.elementor-section h2{color: #fff;font-size: 65px;margin: 0;}
.how-it-works .elementor-text-editor h4{color: #fff;font-size: 55px;margin: 0;float: right;}
.about-text.elementor-section h3{color: #fff;font-size: 55px;margin: 0;    margin-bottom: 10px;}
.footer-top .footer-top-content p strong{color: #fff;font-size: 45px;margin: 0;margin-left: 20px;}
body.page:not(.home)  .site-content h1,body.archive .site-content h1,.recipe-right h1,body.single-product div.product .summary .product_title{    color: #1c1c1c;margin: 0;}
.recipe-right h1{line-height: 40px;margin-bottom: 30px;}
body.archive .site-content .archive-top:not(.no-image) h1{color:#fff}
body.single-product div.product .summary .product_title{    line-height: normal;margin-bottom: 0;    margin-top: -15px;}
.dgwt-wcas-ico-magnifier,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{display: none!important;}
body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{line-height: 45px;padding:0;display: block;color: #727272;font-weight: 500;}
body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover,
body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a{color: #c90a16;}
body  .woocommerce-MyAccount-navigation ul li a::before{text-align: right;float: right;margin-right: 0;margin-left: 10px;line-height: 45px;opacity: 1;}
body  .woocommerce-MyAccount-navigation,body .woocommerce-MyAccount-content{margin-top: 30px;}
body .woocommerce-MyAccount-content{background: #fff;padding: 30px;}
.woocommerce-EditAccountForm button.button.woocommerce-Button,
.woocommerce-address-fields button.button{font-weight: 600;background: #cb0b17;color: #fff;border-radius: 50px;height: 45px;padding: 0;line-height: 45px;text-align: center;min-width: 165px;padding-left: 0;}
.woocommerce-EditAccountForm .form-row-wide,.woocommerce-EditAccountForm .form-row{display: block;}
.woocommerce-EditAccountForm .form-row input,.woocommerce-MyAccount-content .form-row input,
.woocommerce-EditAccountForm .form-row select,.woocommerce-MyAccount-content .form-row select{max-width: 500px;padding: 0;height: 45px;border-radius: 50px;padding-right: 15px;    background-color: #D9D9D9;border: none;box-shadow: none;}
.woocommerce-MyAccount-content .form-row{display: block;}
body .woocommerce-MyAccount-content h2{    font-size: 25px;}
table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a.pay,table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a.cancel{display:none;}
table.cart.wishlist_table tbody tr{    display: table-row;}
table.cart.wishlist_table thead{display:none;}
.wishlist_table .product-add-to-cart a.button.remove_from_wishlist{display: none!important;}
.wishlist_table .product-add-to-cart a.button{font-weight: 600;background: #cb0b17 url(assets/images/shopping-basketWHITE.svg) right 20px top 11px no-repeat;color: #fff;border-radius: 50px;height: 45px;padding: 0!important;float: none;width: 60%;line-height: 45px;background-size: 20px;text-align: left;width: 165px;padding-left: 35px!important;    font-size: 18px;}
.woocommerce #content table.wishlist_table.cart a.remove{background: url(assets/images/mini-cart-delete.png) 0 0 no-repeat;}
.woocommerce #content table.wishlist_table td,.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color: transparent!important;}
.wishlist_table tfoot td, .wishlist_table tr td.product-name, .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy{text-align: right;}
ul.products li.product a.add_to_cart_button:hover, ul.products li.product a.iconic-wqv-button:hover,.side-cart .widget a.button.checkout:hover{background-color:#b4063d}
form.woocommerce-ResetPassword .form-row input{border: none;background-color: #fff;border-radius: 50px;box-shadow: none;height: 50px;width: 400px;max-width: 100%;margin: 0 auto;}
form.woocommerce-ResetPassword .form-row .button{margin: 0;height: 50px;line-height: 50px;padding: 0;width: 215px;background-color: #cb0b17;color: #fff;border-radius: 50px;}
.cross-sells h2{font-size: 30px;position: relative;width: 100%;padding-right: 15px;color: #cb0b17;font-weight: 700;margin-top: 30px;margin-bottom: 15px;text-align: center;}
table.wishlist_table.cart td.product-remove a.remove{    font-size: 25px;text-indent: inherit;color: #000;width: auto;height: auto;}
.wishlist_table tr td.product-thumbnail a{max-width: 100%;}
table.wishlist_table.cart tbody td.product-thumbnail{    width: 11%;}
table.wishlist_table.cart tbody td.product-price{color: #cb0b17;font-weight: 650;font-size: 17px;text-align: center;padding-left: 0;}
.wishlist_table.mobile{    margin-left: 0;}
.wishlist_table.mobile li{margin: 35px 0;    position: relative;}
.wishlist_table.mobile li .item-wrapper{    display: inline-block;width: 100%;vertical-align: top;margin-bottom: 0;}
.wishlist_table.mobile li .item-wrapper .product-thumbnail{    display: block;max-width: none;margin-right: 0;width: 40%;float: right;}
.wishlist_table.mobile li .item-wrapper .item-details{    display: block;vertical-align: top;text-align: right;float: right;width: 55%;clear: none;padding-right: 15px;}
.wishlist_table.mobile li .item-details h3{    display: block;color: #cb0b17;font-weight: 600;font-size: 18px;}
.wishlist_table.mobile li .item-details table.item-details-table .label{display: none;}
.wishlist_table.mobile li .item-details table.item-details-table .value{color: #cb0b17;    background: transparent;font-weight: 650;font-size: 17px;text-align: right;padding-left: 0;}
.wishlist_table.mobile li .additional-info-wrapper{display: block;vertical-align: top;text-align: right;float: left;width: 65%;clear: none;padding-right: 0;margin-top: -40px;}
.wishlist_table.mobile li .additional-info-wrapper .product-remove{    position: absolute;top: 0;left: 0;}
.wishlist_table.mobile li .additional-info-wrapper .product-remove a{color: #cb0b17;}
.recipe-right h1 span{font-family: "Assistant", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;    font-size: 30px;}
body .hentry .entry-content .woocommerce-MyAccount-navigation ul li{margin-bottom: 0;padding-right: 20px;height: 45px;border-radius: 50px;border: none;}
body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active{background: #f3f3f3;}
body .hentry .entry-content .woocommerce-MyAccount-navigation ul{border-top: none;}
.footer-bottom .cards img{    max-width: 130px;}
body.woocommerce-cart table.cart td.product-remove a.remove img {float: left;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {position: relative;}
td.product-name {position: relative;}
table.shop_table_responsive tr td.product-name .WOO_CK_WUVIC_buttom {
  position: absolute;
  bottom: 5px;
  padding-right: 16px;
  background-position: right;
  padding-left: unset;
}
table.shop_table_responsive tr td.product-name {padding-bottom: 30px;}
td.actions &gt; * {float: right;margin-top: 20px;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {border-collapse: collapse;}
table.cart tbody tr {border-bottom: 20px solid #f3f3f3;}
table.shop_table_responsive tr td.product-name .WOO_CK_WUVIC_buttom:after {content: " ׳•׳©׳™׳&nbsp;׳•׳™";}
body.rtl.page-template-default.page.page-id-8 nav.woocommerce-MyAccount-navigation {
margin-top: 30px;
}
.checkout-wraper .left-part .coupon-block .woocommerce-message {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.home ul.related-posts.extended_view img.related-post-image {
  display: block;
  margin: auto;
  width: 100%;
}
body.single-product div.product .woocommerce-product-gallery img {
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 ol.flex-control-nav.flex-control-thumbs li {
  margin-left: 15px !important;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 ol.flex-control-nav.flex-control-thumbs li {
  display: inline-block;
  float: none;
}
aside.category-side {
  position: relative;
}
.side-cart form.woocommerce-cart-form, #site-header-cart form.woocommerce-cart-form {
  max-height: 435px;
  overflow-y: scroll;
  border-top: 1px solid #dedede;
  margin-bottom: 0;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
  margin-top: .5vw;
}
#site-header-cart form.woocommerce-cart-form .cart-img img {
  max-height: 100px;
  width: auto;
  display: block;
  margin: auto;
  float: none;
}
.side-cart form.woocommerce-cart-form::-webkit-scrollbar, #site-header-cart form.woocommerce-cart-form::-webkit-scrollbar {
  width: 5px;
}
.side-cart form.woocommerce-cart-form::-webkit-scrollbar-track, #site-header-cart form.woocommerce-cart-form::-webkit-scrollbar-track {
  background: #fff;
}
.side-cart form.woocommerce-cart-form::-webkit-scrollbar-thumb, #site-header-cart form.woocommerce-cart-form::-webkit-scrollbar-thumb {
  background: #bababa;
}
.side-cart form.woocommerce-cart-form::-webkit-scrollbar-thumb:hover, #site-header-cart form.woocommerce-cart-form::-webkit-scrollbar-thumb:hover {
  background: #aeaeae;
}
.widget_shopping_cart .product_list_widget li,  .header-menu-left .widget_shopping_cart li {
  border-top: none;
  border-bottom: 1px solid #dedede;
}
.widget_shopping_cart .product_list_widget li:nth-last-child(2),  .header-menu-left .widget_shopping_cart li:nth-last-child(2) {
  border: none;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
  margin-right: 5px;
}
.login-form input[type='password'], .login-form input[type='text'] {
  border: 1px solid;
}
table.cart tbody tr#new_row &gt; td {
  display: table-cell;
}

.side-sticky {
  height: calc(100% - 10px);
}
body.archive.right-sidebar .site-content .archive-wraper, body.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-cart .cart-title {
  flex: 100%;
}
.archive .site, body.woocommerce-cart .site {
  overflow: unset;
}
.category-side .side-cart, body.woocommerce-cart .cart-collaterals .cart_totals-c {
    position: sticky;
    position: -webkit-sticky;
    top: 9.563vw;
}
dt.variation-, dl.variation dd {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
dl.variation {
  margin: 0;
}
.side-cart .user_area {
  margin-bottom: 15px;
}
.woocommerce-MyAccount-content .col-md-6 .form-row-first {
  display: inline-block;
  float: none;
  margin: 0;
  width: calc(50% - 12px);
  margin-left: 10px;
}
p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
  display: inline-block;
  float: none;
  margin: 0;
  width: calc(50% - 12px);
  margin-right: 10px;
}
.woocommerce-EditAccountForm .form-row input, .woocommerce-MyAccount-content .form-row input, .woocommerce-EditAccountForm .form-row select, .woocommerce-MyAccount-content .form-row select {
  max-width: 100%;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .form-row.form-row {
  display: block;
  float: none;
  width: 100% !important;
  margin-right: 0;
  margin-left: 0 !important;
}
.woocommerce-edit-address p#billing_first_name_field,
.woocommerce-edit-address p#billing_last_name_field,
.woocommerce-edit-address p#billing_company_field,
.woocommerce-edit-address p#billing_company_num_field,
.woocommerce-edit-address p#billing_postcode_field,
.woocommerce-edit-address p#billing_country_field,
.woocommerce-edit-address p#billing_state_field,
.woocommerce-edit-address p#billing_notes_field,
.woocommerce-edit-address p#billing_date_field,
.woocommerce-edit-address p#billing_phone_field,
.woocommerce-edit-address p#billing_email_field
{
  display: none !important;
}
.woocommerce-address-fields &gt; p {
  display: block;
  width: 100%;
  clear: both;
}
ul.products li.product.type-product .item-wrap img {
  object-fit: cover;
  height: 250px;
}
p#billing_apartment_field span.error, p#billing_floor_field span.error  {
  right: 0;
}
.site-content &gt; .col-full &gt; .woocommerce &gt; .woocommerce-message:first-child,
.site-content &gt; .col-full &gt; .woocommerce &gt; .woocommerce-error:first-child {
  margin-top: 0 !important;
}
ul.woocommerce-error {
  width: 100%;
}
.woocommerce-notices-wrapper {
  display: block;
  width: 100%;
}
.cart_totals.calculated_shipping table.table-totals.shop_table.shop_table_responsive.has-background span.woocommerce-Price-amount.amount {
  float: right;
}
button.pw-gift-card.button {
  font-size: 0.990vw;
  color: #fff;
  border-radius: 50px;
  height: 45px;
  padding: 0;
  text-align: right;
  width: 165px;
  background: #102326;
  text-align: center;
  float: right;
}
button.pw-gift-card.button:hover {
  background-color: #cb0b17;
}
#pwgc-redeem-gift-card-container {
  margin-bottom: 1.0em;
  font-size: 0;
}
input#pwgc-redeem-gift-card-number {
  background: #fff;
  height: 2.865vw;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #D9D9D9;
  width: 75%;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  max-width: 100%;
}
input#pwgc-redeem-button {
  background: #102326;
  color: #fff;
  font-weight: 550;
  height: 2.865vw;
  padding: 0;
  width: 25%;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  margin: 0 !important;
}
form#pwgc-redeem-form {
  margin: 0;
}
form#pwgc-redeem-form label {
  display: none;
}
div#pwgc-redeem-gift-card-form {
  display: block;
  width: 100%;
  font-size: 0;
}
.checkout-wraper .left-part input#pwgc-redeem-gift-card-number {
  height: 3.125vw;
  padding-right: 0.781vw;
  line-height: 3.125vw;
  font-size: 0.990vw;
}
.checkout-wraper .left-part input#pwgc-redeem-button {
  height: 3.14vw;
  top: -1px;
  position: relative;
}
form#pwgc-redeem-form label {
  color: #fff;
}
div#header-bottom.h-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e6e6e6;
}
div#header-bottom.h-fixed .site-branding img {
  max-width: 30%;
}
/*
.col-full.header-fixed {
  position: fixed;
  right: 0;
  padding: 0 3.125vw;
  background-color: #f3f3f3;
  left: 0;
  top: 0;
  z-index: 1;
  height: 70px;
}
.nav-fixed {
  position: fixed;
  width: 100%;
  top: 53px;
}
.col-full.header-fixed img.custom-logo {
  max-width: 7vw;
}
.woocommerce-active .site-header .col-full.header-fixed .site-branding {
  margin-top: 10px;
}
.woocommerce-active .site-header .col-full.header-fixed .site-search {
  margin-top: 15px;
}
.col-full.header-fixed .header-menu-left.menu {
  margin-top: 17px;
}
.woocommerce-active .site-header .col-full.header-fixed .site-search .widget_product_search form input[type=search]{
  height: 2vw;
}
.woocommerce-active .site-header .col-full.header-fixed button.dgwt-wcas-search-submit {
  top: .4vw;
}
*/
.header-menu-left .site-header-cart .widget_shopping_cart {
  display: none;
}
header#masthead div#header-bottom &gt; .col-full {
  padding: 10px 3.125vw;
}
.woocommerce-form-login-toggle {
  width: 81%;
  margin: auto;
}
p.cart-empty.woocommerce-info {
  display: none;
}
.hidden {
  display: none;
}

.woocommerce-cart .coupon-voucher {
  background-color: #fff;
  padding-top: 20px;
}
.cv-btn {
  display: inline-block;
  font-size: 16px;
  padding: 5px 20px;
  color: rgb(126, 126, 126);
  cursor: pointer;
}
.cv-btn.b-on {
  color: #000;
  border-bottom: 1px solid;
}
.coupon-tab, .voucher-tab {
  padding: 15px 20px;
  padding-bottom: 0;
}
.cart_totals.calculated_shipping div#pwgc-redeem-gift-card-form {
  display: none !important;
}
.woocommerce-cart input#coupon_code {
  background: #fff;
  height: 2.865vw;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #D9D9D9;
  width: 75%;
  border-radius: 0;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  max-width: 100%;
}
form.checkout_coupon.woocommerce-form-coupon {
  font-size: 0;
}
form.checkout_coupon.woocommerce-form-coupon button.button {
  background: #102326;
  color: #fff;
  font-weight: 550;
  height: 2.865vw;
  padding: 0;
  width: 25%;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  margin: 0 !important;
  display: inline-block !important;
}
.woocommerce-checkout .coupon-voucher {
  position: absolute;
  top: 30px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.woocommerce-cart .coupon-voucher ul, .woocommerce-checkout .coupon-voucher ul {
  text-align: center;
}
.woocommerce-checkout #pwgc-redeem-gift-card-form label {
  display: none;
}
input#pwgc-redeem-button {
  display: inline-block !important;
}
.woocommerce-checkout .form-row.place-order #pwgc-redeem-gift-card-form {
  display: none;
}
.woocommerce-checkout .cv-btn.b-on {
  border-bottom: 1px solid #fff;
  color: #102326;
}
.woocommerce-checkout .cv-btn {
  color: rgb(196, 196, 196);
}
.woocommerce-checkout .checkout-wraper .left-part .coupon-block .checkout_coupon {
  font-size: 0 !important;
}
.woocommerce-checkout .checkout-wraper .left-part .coupon-block .checkout_coupon .button {
  margin-right: 0 !important;
  height: 3.14vw;
  top: -1px;
  position: relative;
}
.woocommerce-checkout #pwgc-redeem-button {
  font-weight: normal;
}
.checkout-wraper .right-part .woocommerce-account-fields{
  display: block;
}
.woocommerce-account-fields.fields-wrapper p.form-row.form-row-wide.create-account.woocommerce-validated {
  margin: 0;
}
.woocommerce-account-fields.fields-wrapper p.form-row.form-row-wide.create-account.woocommerce-validated label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: block;
}
.woocommerce-account-fields.fields-wrapper p.form-row.form-row-wide.create-account.woocommerce-validated input#createaccount {
  margin: 0;
}
.checkout-wraper .right-part .woocommerce-account-fields:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  display: block;
  margin-bottom: 10px;
}
p#account_password_field label, p#account_password_field span.error, p#account_password-2_field label, p#account_password-2_field span.error {
  display: none;
}
p#account_password_field input#account_password, p#account_password-2_field input#account_password-2 {
  font-size: 17px;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  padding: 0;
  padding-right: 10px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  padding: 0 15px;
}
.woocommerce-account-fields.fields-wrapper span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
form.woocommerce-form.woocommerce-form-login.login input#username,
form.woocommerce-form.woocommerce-form-login.login input#password {
  font-size: 17px;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  padding: 0;
  padding-right: 10px;
  height: 45px;
  line-height: 45px;
}
form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit {
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 215px;
  background-color: #cb0b17;
  color: #fff;
  border-radius: 50px;
  width: 100%;
}
form.woocommerce-form.woocommerce-form-login.login label {
  display: none;
}
.side-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  display: none !important;
}
.side-cart .widget_shopping_cart .product_list_widget li img {
  float: none;
}
.side-cart .widget_shopping_cart .product_list_widget li .cart-img a {
  height: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.side-cart .widget_shopping_cart .product_list_widget li img {
  float: none;
  align-self: center;
  width: 100%;
  max-width: 100%;
}
 .widget_shopping_cart .product_list_widget li .cart-img a {
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#site-header-cart form.woocommerce-cart-form .cart-img img {
  float: none;
  align-self: center;
  width: 100%;
  max-width: 100%;
  margin: unset;
  max-height: unset;
}
.woocommerce-checkout-review-order table:not( .has-background ) tbody tr.order-total td {
  padding-top: 0;
}
#order_review .shop_table {
  margin-bottom: 10px;
}
p#account_password_field .woocommerce-password-strength, p#account_password_field small.woocommerce-password-hint {
    display: none !important;
}
.checkout-wraper .right-part #checkout_payments ul .payment_method_cardcom span.title {
  background: none;
  padding: 0 !important;
  font-size: 1vw !important;
}
.checkout-wraper .right-part #checkout_payments ul .payment_method_cardcom span.title img {
  display: none;
}
.check-out-box {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.woocommerce-checkout .site {
  overflow: unset;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table p.order-again {
  display: inline-block;
  margin-bottom: 10px;
}
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
  padding: 5px 0;
}
.elementor-element.elementor-element-068d881.elementor-column.elementor-col-33.elementor-top-column {
  height: calc(100% - 8px);
}
.elementor-element.elementor-element-c3ee6a8.home-cart.elementor-widget.elementor-widget-shortcode {
  position: sticky;
  position: -webkit-sticky;
  top: 9.563vw;
}
.home .site {
  overflow: unset;
}

.search.search-results main#main {
  padding: 0px 20px;
}
.search.search-results main#main h2.alpha.entry-title {
  font-size: 1.5em;
  text-align: center;
}
.search.search-results main#main article {
  padding: 10px 20px;
  box-shadow: 0 0 15px -5px;
  margin-bottom: 50px;
  text-align: center;
}
.search.search-results main#main article img.attachment-.size-.wp-post-image {
  display: block;
  margin-bottom: 25px;
}
.search.search-results main#main article p {
  margin: 0;
  line-height: 1.3;
}
.search.search-results #secondary {
  display: none;
}
.search.search-results h1.page-title {
  font-size: 2em;
  text-align: center;
  margin-bottom: 50px;
}
.ship-title {
  background: #102326;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  padding-right: 20px;
  margin-bottom: 20px;
  height: 2.344vw;
  line-height: 2.240vw;
  font-size: 1.042vw !important;
  margin-left: -20px;
  margin-right: -20px;
}
.slot-list-container {
  font-size: 0;
}
.slot-list-container a.slot {
  display: inline-block !important;
  direction: rtl;
  text-align: right;
  color: #102326;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 8px 20px;
  margin-bottom: 10px;
  font-size: 16px;
  margin-left: 10px;
  border: 1px solid #D9D9D9;
  position: relative;
  top: -7px;
}
a.slot.selected {
  color: #fff;
  background-color: #fff;
  border-color: #ce0a0a !important;
}
.ocws-notice-success {
  font-size: 0.938vw;
  color: #6d6d6d;
  font-weight: normal;
}
.ocws-notice-success:before {
  content: "*";
  color: red;
}
p#billing_notes_field {
  width: 100%;
  float: none;
}
.day-data a.day-first-column {
  font-size: 16px;
  margin-left: 0;
  color: #000!important;
  display: inline-block;
}
span.slot-date, span.slot-weekday{color: #000!important;}
#oc-woo-shipping-additional {
  margin-bottom: 20px;
}
#oc-woo-shipping-additional h3 {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
#oc-woo-shipping-additional .slot-message {
  margin-bottom: 20px;
}
.ship-notice.for-shipping {
  display: none;
}
span.slot-date, span.slot-weekday {
  display: block;
  line-height: 1.3;
}
span.slot-weekday {
  font-weight: bold;
}
ul.order_details {
  display: none !important;
}
body.rtl.page-template-default.page.page-id-7.wp-custom-logo.wp-embed-responsive.theme-sea2door.woocommerce-checkout.woocommerce-page.woocommerce-order-pay.woocommerce-js.storefront-align-wide.right-sidebar.woocommerce-active.elementor-default #primary {
  padding-top: 50px;
}
span#select2-billing_city-container {
  font-size: 0.885vw;
  padding-right: 1.042vw;
  height: 2.344vw;
  line-height: 2.344vw;
  font-size: 17px;
  width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #D9D9D9;
  padding: 0;
  padding-right: 10px;
  height: 45px;
  line-height: 45px;
}
span.select2-selection.select2-selection--single {
  background: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  max-width: 100%;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 10px;
  top: 5px;
}
span.select2-selection.select2-selection--single:focus {
  outline: none;
}

li.select2-results__option.select2-results__message {
  font-size: 0;
}
li.select2-results__option.select2-results__message:after {
  content: "׳¢׳™׳¨/׳™׳™׳©׳•׳‘ ׳׳ ׳&nbsp;׳׳¦׳";
  font-size: 16px;
}

/*
.woocommerce-mini-cart__total.total {
  text-align: center;
}
div#text-25 span.gamma.widget-title {
  display: none;
}
div#text-25 p {
  margin: 0;
}
.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount, .woocommerce-mini-cart__total.total strong {
  color: #cb0b17;
  font-weight: 650;
  font-size: 1.2em;
}
div#text-25 .textwidget p span.woocommerce-Price-amount.amount {
  color: #ff1d1d;
}
.woocommerce-mini-cart__total.total  .amaout-left {
  margin: 0;
}
.woocommerce-mini-cart__total.total {
  padding-bottom: 15px;
  padding-top: 10px;
}
*/
.form-check.validation-unit {
  float: right;
  width: 100%;
  margin-bottom: 20px;
}
.form-check.validation-unit label.form-check-label {
  margin: 0;
  padding: 0;
}
.form-check.validation-unit input#agreeNews {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
  margin: 0;
}
.woocommerce-checkout input#agreeNews {
  margin: 0;
  display: inline-block;
  margin-left: 5px;
}
.woocommerce-checkout .form-check.validation-unit label.form-check-label {
  display: inline-block;
  color: #fff;
}
.woocommerce-checkout #agreeNews_checkout_field {
  color: #102326;
  display: block;
  width: 100%;
}
#agreeNews_checkout_field span.optional {
  display: none;
}
.woocommerce-checkout-review-order table:not( .has-background ) tbody td span.title:after {
  content: unset;
}
.woocommerce-checkout-review-order table:not( .has-background ) tbody td {
  position: relative;
}
.woocommerce-checkout-review-order table:not( .has-background ) tbody td:after {
  content: "";
  position: absolute;
  display: block;
  border: 1px dashed rgb(195 195 195 / 50%);
  width: 100%;
  top: 55%;
}
.checkout-wraper span.woocommerce-Price-amount.amount, .checkout-wraper .shipping-price-s {
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding-right: 7px;
}
.woocommerce-checkout-review-order table:not( .has-background ) tbody tr.order-total td:after {
  top: unset;
  bottom: 29%;
}
.recipes-filters ul li.active-wr a {
  background: #cb0b17;
  color: #fff;
}
ul#shipping_method li label span.woocommerce-Price-amount.amount {
  background: none;
}
.checkout-wraper .right-part #checkout_payments ul .payment_method_cardcom span.title:after {
  content: "";
  background-image: url(assets/images/mini-cards.png);
  width: 205px;
  height: 24px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 8px;
  margin-right: 20px;
}
.checkout-wraper .left-part .cart-icons {
  display: none;
}
p#billing_date_field {
  width: 100%;
  float: none;
}
.cross-sells {
  display: block;
  width: 100%;
}
.cross-sells .owl-item {
  width: 100% !important;
}
.cross-sells .owl-item .item-wrap-row-view {
  display: none;
}
.mizrahim ol {
  margin-right: 15px;
}
div#jckqv {
  max-width: 600px;
}
div#jckqv_summary .variation select {
  border-color: #d4d4d4 !important;
}
body.single-product div.product .summary .variations, #jckqv_summary .variations {
  padding: 0;
}
.ocws-shipping-notices .ocws-notice-notice {
    color: #ac121c;
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
}
.ocws-shipping-notices .ocws-notice-notice:before {
  content: "*";
  color: red;
}
.close-mini-cart {
  display: none;
}
.recipes-page .main-image img:not(.vid_img) {
  height: 260px;
  width: 100%;
  object-fit: cover;
  max-height: 11.198vw;
}
.woocommerce-checkout ul#shipping_method {
  display: inline-block;
}
ul#shipping_method li {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 0;
}
.ocws-shipping-notices {
  display: inline-block;
}
body.rtl.page-template-default.page.page-id-2561.wp-custom-logo.wp-embed-responsive.theme-sea2door.woocommerce-js.storefront-align-wide.right-sidebar.woocommerce-active.elementor-default div#primary {
  width: 100%;
}
body.rtl.page-template-default.page.page-id-2561.logged-in.wp-custom-logo.wp-embed-responsive.theme-sea2door.woocommerce-js.storefront-align-wide.right-sidebar.woocommerce-active.elementor-default.customize-support div#primary {
  width: 88%;
}
li#menu-item-68 img._mi._before._svg {
  position: absolute;
  top: unset;
  width: 2.2vw;
}
a.remove.remove_from_cart_button img {
  width: 15px !important;
  margin-top: 4px;
}
form#choose-shipping span.select2.select2-container.select2-container--default {
  width: 100% !important;
  display: block;
}
.choose-shipping-popup .selected-city:after {
  content: unset !important;
}
form.checkout.woocommerce-checkout span.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus,
form.checkout.woocommerce-checkout span.select2.select2-container.select2-container--default.select2-container--above.select2-container--open,
form.checkout.woocommerce-checkout span.select2.select2-container.select2-container--default.select2-container--above,
form.checkout.woocommerce-checkout span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
body.rtl.page-template-default.page.page-id-2561.logged-in.wp-custom-logo.wp-embed-responsive.theme-sea2door.woocommerce-js.storefront-align-wide.right-sidebar.woocommerce-active.elementor-default div#primary {
  width: 88%;
}
tr.woocommerce-cart-form__cart-item.cart_item dt.variation- {
  display: block;
  float: none;
}
#wpcf7-f4111-o1 {
  display: inline-block;
}
#wpcf7-f4111-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  direction: rtl;
  text-align: right;
  background: #fff;
  border-radius: 50px;
  height: 50px;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #D9D9D9;
  max-width: 100%;
  width: 100%;
}
#wpcf7-f4111-o1 input.wpcf7-form-control.wpcf7-submit {
  background: #cb0b17;
  color: #fff;
  font-weight: 550;
  border-radius: 50px;
  height: 48px;
  padding: 0;
  width: 160px;
  margin-right: -161px;
  z-index: 1;
  position: relative;
}
#wpcf7-f4111-o1 p {
  display: block;
  width: 100%;
}
#wpcf7-f4111-o1 p span.wpcf7-form-control-wrap.your-email {
    display: inline-block;
    width: 95%;
}
#wpcf7-f4111-o1 span.wpcf7-not-valid-tip {
  position: absolute;
}
#wpcf7-f4111-o1 .wpcf7-response-output {
  position: absolute;
  bottom: -15px;
  margin: 0;
  left: -10px;
}
div#oc-woo-shipping-additional {
  display: block !important;
}
.home .pin-wrapper {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 9.563vw !important;
}
section.elementor-element.elementor-element-b7e27ec.elementor-section-stretched.elementor-section-full_width.how-it-works.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
  position: relative;
  top: -1px;
}
div#popup-shipping-options .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  border: 1px solid #D9D9D9;
  border-radius: 50px;
}
form.woocommerce-ResetPassword.lost_reset_password input#user_login {
  border: 1px solid #D9D9D9;
}
body.rtl.page-template-default.page.page-id-8.wp-custom-logo.wp-embed-responsive.theme-sea2door.woocommerce-account.woocommerce-page.woocommerce-lost-password.woocommerce-js.storefront-align-wide.right-sidebar.woocommerce-active.elementor-default.enable-toolbar-RTL.trigger-position-left.quick-links-position-center.trigger-size-small.trigger-color-blue .woocommerce-message {
  display: none;
}
body.rtl.page-template-default.page.page-id-8.wp-custom-logo.wp-embed-responsive.theme-sea2door.woocommerce-account.woocommerce-page.woocommerce-lost-password.woocommerce-js.storefront-align-wide.right-sidebar.woocommerce-active.elementor-default.enable-toolbar-RTL.trigger-position-left.quick-links-position-center.trigger-size-small.trigger-color-blue header.entry-header {
  padding: 0;
}
body.rtl.page-template-default.page.page-id-8.wp-custom-logo.wp-embed-responsive.theme-sea2door.woocommerce-account.woocommerce-page.woocommerce-lost-password.woocommerce-js.storefront-align-wide.right-sidebar.woocommerce-active.elementor-default.enable-toolbar-RTL.trigger-position-left.quick-links-position-center.trigger-size-small.trigger-color-blue input {
  border: 1px solid #D9D9D9;
  margin-right: 0;
}
body.rtl.page-template-default.page.page-id-8.wp-custom-logo.wp-embed-responsive.theme-sea2door.woocommerce-account.woocommerce-page.woocommerce-lost-password.woocommerce-js.storefront-align-wide.right-sidebar.woocommerce-active.elementor-default.enable-toolbar-RTL.trigger-position-left.quick-links-position-center.trigger-size-small.trigger-color-blue p.woocommerce-form-row.form-row {
  margin-top: 30px;
}
body.rtl.page-template-default.page.page-id-8.wp-custom-logo.wp-embed-responsive.theme-sea2door.woocommerce-account.woocommerce-page.woocommerce-lost-password.woocommerce-js.storefront-align-wide.right-sidebar.woocommerce-active.elementor-default.enable-toolbar-RTL.trigger-position-left.quick-links-position-center.trigger-size-small.trigger-color-blue p {
  margin: 0;
}
tr.woocommerce-cart-form__cart-item.cart_item span.under_title,
tr.woocommerce-cart-form__cart-item.cart_item dt.variation-product_note,
tr.woocommerce-cart-form__cart-item.cart_item dt.variation-product_note
.wc-proceed-to-checkout div#pwgc-redeem-gift-card-form  {
  display: none !important;
}
.coupon-tab.clearfix .coupon-block ul.woocommerce-error,
.checkout-wraper .left-part .coupon-tab.clearfix .coupon-block .woocommerce-message {
  position: absolute;
  top: -50px;
  right: 0;
}
.checkout-wraper .left-part .coupon-tab.clearfix .coupon-block .woocommerce-message {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.checkout-wraper .left-part a.woocommerce-remove-coupon {
  right: 120px;
  color: #fff;
  top: -5px;
  position: absolute;
  z-index: 999;
  font-size: 12px;
}
span.disc-v {
  font-size: 0;
}
span.disc-v &gt; * {
  font-size: 19px;
}

/* cutting-popup css */
span#cutting-popup-btn {
  background-color: #c3c3c3;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  margin-left: 0.781vw;
  cursor: pointer;
  line-height: 1;
  padding: 5px 9px;
  font-size: 15px;
  margin-right: 5px;
  font-weight: bold;
}
body.single-product div.product .summary .variations .variation, #jckqv_summary .variations .variation {
  margin-left: 0 !important;
}
div#cuttingModal h3 {
  color: #cb0b17;
  font-weight: 650;
  margin-top: 15px;
}
div#cuttingModal p {
  font-size: 14px;
  line-height: 1.3;
}
.modal-backdrop.fade.show {
  z-index: 999;
}
div#cuttingModal {
  z-index: 9999999;
}
h5#cuttingModalLabel {
  color: #cb0b17;

  margin: 0;
  font-size: 42px;
}
div#cuttingModal b{
  display: block;
}
div#cuttingModal .modal-header {
  padding: 0 20px;
}
.rtl div#cuttingModal .modal-header .close, [dir="rtl"] div#cuttingModal .modal-header .close {
  margin: 0;
  margin-left: -20px;
}


/* checkout back-to-cart button css */
.back-to-cart-box {
  text-align: left;
  padding: 0 8.854vw;
  margin-top: -25px;
}
.logged-in .back-to-cart-box {
  margin-top: 25px;
}
a.back-to-cart {
  display: inline-block;
  direction: rtl;
  text-align: right;
  color: #cb0b17;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 5px 30px;
  margin-bottom: 10px;
  font-size: 16px;
  margin-left: 10px;
  border: 1px solid #D9D9D9;
  position: relative;
  text-align: center;
  margin-left: 0;
}
.mfp-content #jckqv span#cutting-popup-btn {
  display: none;
}
.mfp-content #jckqv .variations .variation:first-child {
  margin-left: 25px !important;
}
span#select2-other_city-container {
  width: 100%;
  background: #fff;
  box-shadow: none;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  padding: 0;
  padding-right: 10px;
  height: 45px;
  line-height: 45px;
}
/*#jckqv .qty-input {
  height: 2.344vw;
}*/
#jckqv .quantity {
  height: 100%;
  width: 100%;
  margin: 0;
}
.mfp-content #jckqv .quantity .qty {
  height: 100%;
  font-size: 18px;
}
#jckqv .unit {
  top: 0.5vw;
}
table.cart tbody tr#new_row .quantity {
  margin: 0;    width: 125px;
}
.quantity-wraper .quantity .qty-2, body table.cart .quantity .qty-2 {
  padding: 0;
  padding-right: 10px;
}
p#billing_city_field {
  width: 47.0588235294%;
  margin-left: 5.8823529412%;
}
span#select2-billing_city-container {
  font-size: 0.885vw;
  padding-right: 1.042vw;
  height: 2.344vw;
  line-height: 2.344vw;
}
#text-16 span.gamma.widget-title {
  display: none;
}
#op-t {
  text-align: center;
}
div#op-t strong {
  font-size: 42px;
  color: #000;
  line-height: 1;
}
#op-t strong:after {
  content: "";
  width: 1px;
  display: inline-block;
  height: 25px;
  background-color: #000;
  margin-right: 10px;
  margin-left: 10px;
}
#op-t a {
  display: inline-block;
  line-height: 1;
  vertical-align: super;
  color: #106c94;
}
#text-26 span.gamma.widget-title {
  display: none;
}
.footer-top {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footer-main {
  padding: 0px 80px;
  padding-bottom: 50px;
}
#text-26 ul {
  text-align: center;
}
#text-26 ul li {
  display: inline-block;
  margin-left: 50px;
}
#text-26 ul li:last-child {
  margin-left: 0;
}
#text-26 ul {
  text-align: center;
  margin-top: 25px;
}
.main-navigation ul li:hover &gt; ul, .main-navigation ul li.focus &gt; ul, .secondary-navigation ul li:hover &gt; ul, .secondary-navigation ul li.focus &gt; ul {
  width: calc(100% - 18px);
  right: 18px !important;
}
.main-navigation ul.menu ul.sub-menu li a {
  width: 100%;
  text-align: center;
}
.main-navigation ul.menu ul.sub-menu li {
  width: 100% !important;
}
.main-navigation ul.menu &gt; li.menu-item-has-children &gt; a::after, .main-navigation ul.menu &gt; li.page_item_has_children &gt; a::after, .main-navigation ul.nav-menu &gt; li.menu-item-has-children &gt; a::after, .main-navigation ul.nav-menu &gt; li.page_item_has_children &gt; a::after {
  margin-right: 5px !important;
  position: absolute;
  bottom: 7px;
}
.header-top.clearfix {
  font-size: 0;
}
.header-top-menu, .header-top-notice, .header-top-wa {
  display: inline-block;
  width: calc(100% / 3);
}
.header-top-menu ul li {
  display: inline-block;
  margin-left: 10px;
}
.header-top-notice {
  text-align: center;
}
.header-top-wa {
  text-align: left;
}
.header-top-menu ul li:last-child {
  margin-left: 0;
}
.header-top-menu ul li:after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.header-top-menu ul li:last-child:after {
  content: unset;
}
.footer-top-content {
  text-align: center;
}

.top-content {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
}
h1.page-title {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
}
.top-content p {
  margin: 0;
  line-height: 1.3;
}
.top-content .listview-toggle a {
  display: block;
  text-align: center;
  background-color: #102326;
  color: #fff;
  border-radius: 50px;
  padding: 12px 0;
  text-decoration: none;
}
.top-content .listview-toggle a:hover {
  background-color: #cb0b17
}
.item-wrap {
  padding-bottom: 20px;
  transition: .5s;
}
.item-wrap:hover {
  box-shadow: 0 0 20px -10px #000;
}
.woocommerce-loop-product__title {
  text-align: right;
  padding: 2px 15px;
}
.woocommerce-loop-product__title {
  text-align: right;
  padding: 0 10px;
  color: #000;
  font-weight: bold !important;
}
.price-cart {
  padding: 0 15px;
}
ul.products li.product a.add_to_cart_button, ul.products li.product a.iconic-wqv-button {
  background: #303030;
  padding: 0 !important;
  text-align: center;
}
ul.products li.product.type-product .item-wrap img {
  width: 100%;
}
ul.products li.product.type-product .woocommerce-loop-product__title {
  font-size: 16px;
}


.single-product div.product {
  overflow: unset !important;
}
.product-main.clearfix {
  display: flex;
  flex-wrap: wrap;
}
.single-product p#breadcrumbs {
  margin: 15px auto;
  width: 100%;
}
/*
.product-main aside {
  position: relative;
  width: 40%;
  margin-bottom: 16px;
}

.product-main aside {
  position: absolute;
  left: 0;
  height: 100%;
  padding-left: 11.198vw;
  padding-top: 45px;
  width: 40%;
}
*/
.product-main aside {
  position: relative;
  width: 40%;
}
body.single-product div.product .summary {
  width: 95%;
  float: left;
  background-color: #fff;
  position: sticky;
  position: -webkit-sticky;
  top: 85px;
  padding: 20px;
  margin: 0;
  margin-bottom: 16px;
}
.product-main aside .side-sticky {
  width: 100%;
}
body.single-product div.product .summary .variations .variation, #jckqv_summary .variations .variation {
  width: 50%;
  float: right;
}
select#pa_prod_cutting {
  width: 100%;
}
select#pa_prod_cutting {
  min-width: unset !important;
}
.variation:first-child .value {
  width: calc(100% - 50px);
  width: 100%;
  position: relative;
  display: inline-block;
}
.yith-wcwl-add-button span {
  font-size: 0;
}
form.variations_form.cart button.single_add_to_cart_button.button {
  padding: 0;
  text-align: center;
}

.item-wrap {
  position: relative;
}
li.product .item-wrap .yith-wcwl-add-to-wishlist {
  position: absolute;
  left: 5px;
  height: auto;
  margin: 0;
  top: 10px;
  display: none;
  transition: .5s;
}
.site-main .archive-wraper .archive-content ul.products.columns-3 li.product:hover .item-wrap .yith-wcwl-add-to-wishlist {
  display: block;
}
.yith-wcwl-add-to-wishlist.exists.wishlist-fragment.on-first-load {
  display: block;
}
ul.products li.product a.delete_item {
  background-color: #fff;
  padding: 0;
  width: 28px;
  height: 28px;
  background-position: center;
  border-radius: 50px;
}
.yith-wcwl-add-button a.delete_item {
  font-size: 0px;
  line-height: 39px;
}
select#pa_prod_packaging {
  width: 100%;
}

.single-product div.product .p-right-content .woocommerce-product-gallery {
  width: 100%;
  float: none;
  margin: 0;
  margin-bottom: 25px;
}
.p-content-b {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 25px;
}
.p-content-b p:last-child {
  margin: 0;
}
.p-rating .woocommerce-tabs.wc-tabs-wrapper,
.p-rating section.up-sells.upsells.related.products,
.p-recipe, .p-insta {
  background-color: #fff;
  margin-bottom: 25px !important;
  padding: 30px !important;
}
.p-rating .woocommerce-tabs.wc-tabs-wrapper {
  float: none;
  width: 100%;
}
h4.woocommerce-Reviews-title b, h4.woocommerce-Reviews-title span.rating-count-s {
  vertical-align: middle;
}
h4.woocommerce-Reviews-title b, .p-content-b h4, .p-recipe h4, .p-insta h4 {
  font-size: 32px;
  font-weight: bold;
}
.p-insta h4 span {
  font-weight: normal;
}
.p-recipe h4 a {
  color: #3683a5;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: -3px;
}
.p-recipe h4 a:before {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #000;
  display: inline-block;
  margin-left: 15px;
  margin-right: 5px;
  position: relative;
  top: 6px;
}
h4.woocommerce-Reviews-title span.rating-count-s {
  font-size: 16px;
}
#reviews .commentlist li p.meta .verified {
  display: none !important;
}
#reviews .commentlist li p.meta strong {
  color: #000;
  font-weight: bold;
}
#reviews.woocommerce-Reviews .comment-form-rating label {
  color: #000;
}
#reviews .commentlist li p.meta, #reviews .commentlist li .description p {
  margin: 0 !important;
}
body.single-product #reviews .commentlist li {
  min-height: unset !important;
  padding-bottom: 20px;
}
body.single-product #reviews .commentlist li:last-child {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}
.woocommerce-Reviews .comment-form-comment textarea {
  width: 100%;
}

section.up-sells.upsells.related.products {
  background-color: #fff;
  padding: 30px 50px;
}
section.up-sells.upsells.related.products h2 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
section.up-sells.upsells.related.products .up-sells-inner li.product .item-wrap {
  border: 1px solid #e8e8e8;
}
.site-main section.up-sells.upsells.related.products ul.products.columns-5 li.product {
  width: 20%;
  margin-left: 0;
}
.p-recipe ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.p-recipe ul li {
  display: inline-block;
  width: calc(50% - 13px);
  font-size: 18px;
  margin-left: 25px;
  border: 1px solid #d9d9d9;
  transition: .5s;
}
.p-recipe ul li:last-child {
  margin-left: 0;
}
.p-recipe ul li a {
  display: block;
  text-decoration: none;
}
.p-recipe ul li:hover {
  box-shadow: 0 0 20px -10px #000;
}
.p-recipe ul li a img {
  max-height: 260px;
  object-fit: cover;
}
.p-recipe ul li a .r-title {
  color: #000;
  padding: 15px;
}

.checkout-wraper .right-part .header-shipping-methods, .checkout-step, .checkout-wraper .right-part #checkout_payments {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding-top: 0;
  margin-bottom: 25px;
  background-color: #fafafa;
}
ul#shipping_method li {
  display: block;
}

body.single-product div.product .summary .variations .variation:first-child {
  margin-left: 10px !important;
  width: calc(50% - 10px);
}
section.elementor-element.elementor-element-3b38274.elementor-section-full_width.elementor-hidden-desktop.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section.elementor-sticky {
  padding: 5px 0px;
}

.mfp-content #jckqv_summary .variations {
  border: 0;
}
.mfp-content #jckqv h1, .mfp-content #jckqv .price {
  color: #102326;
}
.mfp-content #jckqv h1 {
  color: #102326;
  font-size: 24px;
  font-weight: bold;
}
.mfp-content #jckqv .price {
  color: #102326;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.mfp-content #jckqv .price ins span.amount {
  color: #cb0b17;
}
#jckqv span.units {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  margin-right: 5px;
}
 .header-menu-left .widget_shopping_cart .product_list_widget li .cart-data .mini-price {
  color: #4c4c4c;
}
nav.elementor-element.elementor-element-6af3594f.elementor-section-full_width.elementor-hidden-phone.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section.elementor-sticky.elementor-sticky--active.elementor-section--handles-inside.elementor-sticky--effects {
  z-index: 11;
}

 .widget_shopping_cart .product_list_widget li .cart-data {
  text-align: center;
}
button.single_add_to_cart_button, #jckqv .button {
  padding: 0;
  text-align: center;
}
p#agreeNews_field {
  color: #cb0b17;
}
button.single_add_to_cart_button.button {
  text-align: center;
  padding: 0;
}

.page-template-default #secondary {
  width: 17%;
  float: none;
  vertical-align: top;
  display: inline-block;
}
.page-template-default #primary {
  width: 82%;
  float: none;
  display: inline-block;
}
.elementor-text-editor.elementor-clearfix p {
  font-size: inherit;
}
.woocommerce-product-details__short-description {
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}
.single-product p#product_note_field {
  /* width: calc(50% - 20px); */
  width: 100%;
  margin-top: 10px;
  margin-right: 0;
}
.single-product p#product_note_field textarea#product_note {
  background: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0px 9px;
  line-height: 2.5;
  height: 37px;
  overflow: hidden;
  height: 2.344vw;
  resize: none;
}
.page-template-default.page p#breadcrumbs {
  margin-top: 10px;
  margin-bottom: 0;
}

.page-template-default.page &gt; .hentry {
  width: 20%;
  float: none;
  vertical-align: top;
  display: inline-block;
}
.page-template-default.page &gt; .hentry nav.woocommerce-MyAccount-navigation {
  width: 100%;
}

.page-template-default.page.page-id-2561 div#content .col-full &gt; .hentry {
  width: 17%;
  display: inline-block;
  vertical-align: top;
}
.page-template-default.page.page-id-2561 div#content .col-full &gt; .hentry nav.woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
  vertical-align: top;
}
.woocommerce-account.woocommerce-page #primary {
  width: 100%;
}
.wc-proceed-to-checkout div#pwgc-redeem-gift-card-form {
  display: none !important;
}
.woocommerce-checkout.woocommerce-page div#secondary, .woocommerce-checkout.woocommerce-page p#breadcrumbs, .woocommerce-cart.woocommerce-page div#secondary, .woocommerce-cart.woocommerce-page p#breadcrumbs {
  display: none;
}
.woocommerce-checkout.woocommerce-page div#primary, .woocommerce-cart.woocommerce-page div#primary {
  width: 100%;
}

.recipes-filters h3, .multiselect {
  display: inline-block;
}
.multiselect {
  width: 200px;
  position: relative;
}
select#rf {
  min-width: 194px;
  border-color: #D9D9D9;
  border-radius: 50px;
  font-size: 18px;
  outline: none;
  position: relative;
  padding: 6px 10px;
  margin-right: 15px;
}
div#checkboxes {
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 100%;
  left: -18px;
  margin-top: 10px;
}
#checkboxes label {
  padding: 4px 10px;
  margin: 0;
}
div#checkboxes a {
  width: 100%;
  background-color: #c90a16;
  color: #fff;
  font-weight: bold;
  padding: 7px 0;
  margin-top: 10px;
  display: block;
  text-align: center;
}
div#checkboxes input {
  margin-left: 5px;
}

.recipes-content {
  padding-top: 25px;
}
.recipes-filters {
  padding: 10px 15px;
  margin-bottom: 25px;
}
.recipes-filters h3 {
  margin: 0;
  font-size: 21px;
}
.recipes-filters .multiselect {
  margin-right: 10px;
}
.recipes-filters .multiselect select#rf {
  margin: 0;
}

.top-ar {
  background-color: #fff;
  padding: 10px 0;
}
.top-ar p#breadcrumbs {
  margin: 0;
}
.top-ar h1 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
}
.cooking-time h3 {
  display: inline-block;
  color: #c90a16;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.cooking-time {
  margin-bottom: 15px;
}
.recipe-content h1 {
  margin-bottom: 5px;
}
.recipe-content .main-image {
  margin-bottom: 25px;
}
.recipe-content .mizrahim ul {
  padding-right: 25px;
}
.recipe-content .share-icons.share-row.relative ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.recipe-content .share-icons.share-row.relative ul li {
  display: inline-block;
  margin-left: 15px;
}
.recipe-content .share-icons.share-row.relative ul li:last-child {
  margin: 0;
}
.mizrahim p {
  margin-bottom: 15px;
  line-height: 1.3;
}
.recipe-content .mizrahim {
  margin-bottom: 25px;
}
.recipe-content .shopping-list .item-wrap-row-view ul li.product-name {
  width: 20%;
}
.recipe-content .shopping-list .item-wrap-row-view ul li.product-name h2 {
  margin: 0;
  padding: 0;
}
.open-desc {
  display: none;
}
body.single-product div.product p.price span.woocommerce-Price-amount.amount:nth-child(2) {
  display: none;
}
.woocommerce-variation-price {
  color: #000;
  font-weight: bold;
}
body.single-product div.product p.price {
  font-size: 0;
}
body.single-product div.product p.price span.woocommerce-Price-amount.amount:nth-child(1) {
  font-size: 28px;
  font-weight: normal;
}
span.woocommerce-Price-currencySymbol {
  margin-right: 3px;
}
div#jckqv_summary p#product_note_field {
  width: 100%;
  display: block;
}
div#jckqv_summary p#product_note_field textarea#product_note {
  border-bottom: 1px solid #d4d4d4;
  background: none;
  padding-right: 5px;
}
div#jckqv_summary button.single_add_to_cart_button.button.disabled.wc-variation-selection-needed {
  padding: 0 !important;
  line-height: 1;
}
#jckqv #jckqv_desc p {
  margin-bottom: 0;
}
#jckqv .cart {
  margin: 20px 0;
}
div#jckqv_summary p#product_note_field {
  width: 100%;
  display: block;
  clear: both;
}
.mfp-content #jckqv .variations .variation:first-child {
  margin-bottom: 25px;
}

.page-id-2561 p#product_note_field textarea {
  background: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 0px 10px;
  height: 28px;
  line-height: 2;
  width: 200px;
}
.page-id-2561 div#primary {
  background: 0;
  padding: 0;
}
.page-id-2561 table.wishlist_table tbody td {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  vertical-align: middle;
}
.page-id-2561 table.wishlist_table.cart tbody td.product-thumbnail {
  width: 15%;
  padding: 0;
}
.page-id-2561 .wishlist_table .product-add-to-cart a.button {
  background: #102326;
  padding: 0 !important;
  text-align: center;
  text-decoration: none;
}
.page-id-2561 .wishlist_table .product-add-to-cart a.button:hover {
  background: #cb0b17;
}
.page-id-2561 body .woocommerce-message {
  display: none;
}
.page-id-2561 table.cart tbody td.product-name a {
  font-size: 16px;
  font-weight: bold;
}
.page-id-2561 .variation &gt; dt, .page-id-2561 .variation &gt; dd {
  font-size: 14px !important;
  display: block !important;
  float: none;
  margin: 0;
}

button.single_add_to_cart_button.button {
  width: 50%;
  height: auto;
  line-height: 1;
  margin-right: 0;
  width: 7.292vw;
  height: 2.344vw;
}

table.cart.shop_table_responsive tr td.product-note textarea {
  background: none;
  padding: 0px 5px;
}

.col-md-4.col-sm-4.floatRight.recipe-right {
  background-color: #fff;
}
.recipe-right button.single_add_to_cart_button.button {
  width: 100%;
  padding: 12px 30px !important;
}
.recipe-right li.product-quantity {
  margin-right: 25px;
}
.archive.tax-product_cat table.shop_table_responsive tr td.product-note p#product_note_field textarea {
  padding: 0px 10px;
  border: 0;
  background: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
.archive.tax-product_cat table.shop_table_responsive tr td.product-add-to-wishlist {
  width: auto;
}
.archive.tax-product_cat td.product-add button.single_add_to_cart_button.button {
  padding: 13px 0px !important;
  display: block;
  width: 200px;
  max-width: 100%;
}

/*
.archive-content ul.products li.product.type-product .item-wrap .price-cart.p-not-var a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.woocommerce-Reviews .woocommerce-Reviews-title .star-rating {
  width: 120px;
}
.star-rating::before, .star-rating span::before {
  letter-spacing: 5px;
}
*/
.side-sticky .star-rating {
  font-size: 0.9em;
  width: 6em;
}
.side-sticky .star-rating span::before, .side-sticky .star-rating::before {
  letter-spacing: 2px;
}

div#text-19 p {
  margin-bottom: 5px;
  font-size: 0.938vw;
}
div#text-19 p img.wp-image-5690.alignright {
  display: inline-block;
  float: none;
  margin-left: 5px;
}
.single-product .simple-add-to-cart p#product_note_field {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}
button.single_add_to_cart_button.button:hover {
  background-color: #cb0b17;
}
.archive.tax-product_cat td.product-quantity {
  width: 140px;
}
.archive.tax-product_cat td.product-add {
  width: 230px;padding-right: 0;
}

.site-main .archive-wraper .archive-content ul.products.columns-3 li.product:hover a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.under_title {
  display: block;
  opacity: 1;
}
ul.products li.product.type-product .item-wrap .price-cart a.woocommerce-loop-product__link {
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 10px;
}
ul.products li.product.type-product .item-wrap .price-cart a.woocommerce-loop-product__link span.price {
  text-align: center;
}
ul.products li.product.type-product .item-wrap .price-cart a.woocommerce-loop-product__link span.price del, ul.products li.product.type-product .item-wrap .price-cart a.woocommerce-loop-product__link span.price ins {
  display: inline-block;
}
.archive ul.products li.product a.iconic-wqv-button {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.archive ul.products li.product .price-cart.p-not-var a.iconic-wqv-button {
  display: none;
}
/*
ul.products li.product .item-wrap .price-cart.p-not-var a.add_to_cart_button {
  vertical-align: unset;
  float: left;
}
*/
ul.products li.product.type-product .woocommerce-loop-product__title {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.price-cart.p-not-var .price-cart-btn.clearfix .quantity-wraper, ul.products li.product .item-wrap .price-cart.p-not-var a.add_to_cart_button {
  display: inline-block;
  vertical-align: middle;
}
ul.products li.product .item-wrap .price-cart.p-not-var a.add_to_cart_button {
  margin-right: 10px;
}
.archive ul.products li.product .item-wrap-row-view a.iconic-wqv-button {
  display: none;
}
p.woocommerce-mini-cart__buttons.buttons a.button.cart.wc-forward {
  background-color: #303030;
}
p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward,
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
.checkout-wraper .left-part #payment .place-order .button {
  background-color: #c90a16;
}
table.cart.shop_table_responsive tr td.product-note textarea {
  color: #1c1c1c;
}
table.cart.shop_table_responsive tr td.product-subtotal,
table.table-totals.shop_table_responsive tbody tr th {
  color: #1c1c1c;
}
table.cart.shop_table_responsive tr td.product-subtotal {
  font-size: 0;
}
table.cart.shop_table_responsive tr td.product-subtotal {
  font-size: 0;
}
table.cart.shop_table_responsive tr td.product-subtotal span.woocommerce-Price-amount.amount {
  font-size: 0.885vw;
}
table.table-totals.shop_table_responsive tbody tr th {
  text-align: right;
}
.cart_totals.calculated_shipping table.table-totals.shop_table.shop_table_responsive.has-background span.woocommerce-Price-amount.amount {
  float: none;
  text-align: left;
  color: #1c1c1c;
}
table.table-totals.shop_table_responsive tbody tr td {
  text-align: left;
}
.site-main .archive-wraper .archive-content ul.products li.product .item-wrap-row-view .woocommerce-loop-product__title {
  padding-right: 0;
}


.recipes-page .main-image .re-details.ctec {
  padding: 10px;
}
.re-details.ctec .cooking-time {
  position: relative;
  display: inline-block;
  width: 70px;
  margin: 0;
  top: 8px;
}
.re-details.ctec .cooking-time {
  position: relative;
  display: inline-block;
  width: 70px;
  margin: 0;
  height: 49px;
  vertical-align: top;
}
.re-details.ctec .cooking-time span:first-child {
  position: absolute;
  font-size: 70px;
  line-height: 45px;
  z-index: 1;
  color: #ccc;
}
.re-details.ctec .cooking-time span:last-child {
  z-index: 2;
  color: #c90a16;
  position: relative;
  text-align: center;
  width: 69px;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
}
.recipes-page .re-details.ctec .title {
    width: calc(100% - 75px) !important;
    display: inline-block;
    vertical-align: top;
    float: none;
    position: relative;
}
.recipes-page .re-details .title:before {
  display: none;
}

.recipes-page .re-details {
  padding: 10px;
}
.recipes-page .re-details .title {
  display: block;
  width: 100%;
}
.recipes-page .re-details .title {
  padding: 0;
}
.re-details .r-content {
  line-height: 1.3;
}
.recipes-page .re-details .title h3 {
  font-size: 21px;
  font-weight: bold;
  width: 100%;
}
.re-details .r-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.re-details .r-content ul li {
  display: inline-block;
}

.single-recipe .top-ar {
  margin-bottom: 25px;
}
.sr-content {
  background-color: #fff;
  padding: 15px;
}
.recipe-content .shopping-list .item-wrap-row-view ul li .price {
  color: #4c4c4c;
  font-weight: normal;
}

p.woocommerce-mini-cart__buttons.buttons a.button.cart.wc-forward span {
  color: #fff;
}
div#dgwt_wcas_ajax_search-2 span.gamma.widget-title {
  display: none;
}
body.single-product div.product .summary form.cart.cart_group.bundle_form.layout_default.group_mode_parent.initialized .product_title {
  margin: 0 !important;
  line-height: 1 !important;
  margin-bottom: 5px !important;
}
.bundled_product_summary .bundled_product_title a.bundled_product_permalink:before {
  font-size: 14px !important;
  top: 0 !important;
  transform: unset !important;
  display: none;
}
.bundled_product_summary .bundled_product_title .bundled_product_title_link {
  display: inline-block;
  margin: 0;
  width: 20px;
  height: 21px;
  vertical-align: middle;
}
.bundled_product_excerpt.product_excerpt p {
  margin-bottom: 10px;
  font-size: 16px;
}
div.bundled_product_summary, .woocommerce div.product.bundled_product_summary {
  margin-bottom: 15px;
  padding-bottom: 15px !important;
}
.bundled_product_excerpt.product_excerpt br {
  display: none;
}
.bundle_error {
  display: none !important;
}
.woocommerce-product-details__short-description {
  margin: 0;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 10px;
}
.bundle_form div.bundled_product_summary .bundled_product_images img {
  object-fit: cover;
  height: 90px;
}
.woocommerce #content div.product .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce div.product .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-page #content div.product .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-page div.product .bundle_form div.bundled_product_summary .bundled_product_images {
  width: 90px !important;
}
.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
  width: calc(100% - 100px) !important;
}
span.bundled_product_title_inner span.item_title {
  font-size: 16px;
  font-weight: bold;
}
input::placeholder {
  overflow: visible;
}
body .hentry .entry-content .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  border-bottom: 1px solid;
  border-radius: 0;
}
body .hentry .entry-content .woocommerce-MyAccount-navigation ul li:last-child {
  border: 0;
}
nav.woocommerce-MyAccount-navigation a, .woocommerce-MyAccount-content p, .woocommerce-MyAccount-content label, .woocommerce-MyAccount-content input {
  font-size: 16px;
}
body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active {
  background: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "" !important;
  background: url(assets/images/smart-cart-gray.png) right 0 no-repeat;
  height: 31px;
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.is-active a:before {
  background: url(assets/images/smart-cart-red.png);
  height: 31px;
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.wishlist_table tr td.product-thumbnail a img {
  width: 100%;
  max-width: 150px;
}
table.cart tbody td.product-name .woocommerce-Price-amount {
  font-weight: normal;
  font-size: 16px;
}
table.cart tbody td.product-name span.units {
  font-size: 16px;
}
.page-id-2561 .wishlist_table .product-add-to-cart a.button {
  font-size: 16px;
  width: 140px;
  max-width: 100%;
}
.header-menu-left .site-header-cart .widget_shopping_cart.active {
  left: 0 !important;
  right: auto !important;
}



li.product.type-product .price-cart.p-not-var {
  padding: 0;
}
form.cart.cart_group.bundle_form.layout_default.group_mode_parent.initialized {
  margin-bottom: 15px;
}
.bundled_product_summary .bundled_product_title .bundled_product_title_link {
  display: none;
}
div#text-16 .price-cart.p-not-var a.iconic-wqv-button.iconic-wqv-button--align-left {
  display: none;
}
tr.woocommerce-cart-form__cart-item.cart_item.bundled_table_item .quantity-wraper {
  display: none;
}

form.cart.cart_group.bundle_form.layout_default.group_mode_parent.initialized {
  padding-top: 0;
}
div.bundled_product_summary, .woocommerce div.product.bundled_product_summary {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce #content div.product .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce div.product .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-page #content div.product .bundle_form div.bundled_product_summary .bundled_product_images, .woocommerce-page div.product .bundle_form div.bundled_product_summary .bundled_product_images {
  margin: 0 !important;
}
.cart.bundle_data {
  margin-top: 25px;
}
.cart.bundle_data a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none;
}
body.single-product div.product p.price ins {
  margin-right: 15px;
}

.woocommerce-cart table.cart.shop_table_responsive tr td.product-subtotal {
  font-size: 0;
}
.amaout-left {
  display: none;
}
tr.woocommerce-cart-form__cart-item.cart_item.bundle_table_item {
  border-bottom: 20px solid #f3f3f3 !important;
}

section.related.products {
  background-color: #fff;
  padding: 30px 50px;
}
section.related.products h2 {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
.site-main section.related.products ul.products.columns-5 li.product {
  width: 20%;
  margin: 0;
}
.site-main section.related.products ul.products.columns-5 li.product .item-wrap {
  border: 1px solid #e8e8e8;
}
.site-main section.related.products ul.products.columns-5 li.product .item-wrap .price-cart.p-not-var a.iconic-wqv-button.iconic-wqv-button--align-left {
  display: none;
}
.single-product p#breadcrumbs &gt; span &gt; span &gt; span &gt; span {
  font-size: 18px;
}
body.rtl.page-template-default div#content .col-full {
  padding: 0;
}
.right-sidebar .widget-area ul li {
  padding-right: 0;
}
.page-template-template-fullwidth-php .content-area {
  padding: 0;
}
.page-template-default #primary {
  padding-right: 35px;
}
p#breadcrumbs a {
  color: #6d6d6d;
}
.post-type-archive-recipe .title-main {
  line-height: 1;
}

.price-cart.p-outofstock a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.price-cart.p-outofstock p.out-of-stock {
  margin: 0;
}
.price-cart.p-outofstock a.iconic-wqv-button.iconic-wqv-button--align-left {
  display: none !important;
}

.post-type-archive-recipe strong.breadcrumb_last:after {
  content: "׳׳×׳›׳•׳&nbsp;׳™׳";
  font-size: 18px;
}
.post-type-archive-recipe strong.breadcrumb_last, .post-type-archive-recipe .title-main {
  font-size: 0 !important;
}
.post-type-archive-recipe .title-main:after {
  content: "׳׳×׳›׳•׳&nbsp;׳™׳";
  font-size: 40px;
}
.product-type-pw-gift-card p.price {
  display: none;
}
select#gift-card-amount {
  width: 100%;
}
input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text {
  background-color: rgba(0,0,0,0.07);
  border-width: 0px 0px 0px 0px;
  border-radius: 20px 20px 20px 20px;
}

li.product.type-product.outofstock.insufficientstock a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  padding: 0 !important;
  margin: 0 !important;
}
li.product.type-product.outofstock.insufficientstock span.price {
  padding: 0;
}
li.product.type-product.outofstock.insufficientstock p.out-of-stock {
  margin: 0;
}
li.product.type-product.outofstock.insufficientstock .price-cart-btn.clearfix {
  display: none;
}

body.single-product div.product .summary .variations .variation select {
  width: 100%;
}
.woocommerce-variation-price {
  font-size: 28px;
  font-weight: normal;
}
.single-product div.product .single_variation .price {
  margin: 0;
}
.woocommerce-product-details__short-description ul, .woocommerce-product-details__short-description ol {
  padding-right: 25px;
}
.p-content-b ol, .p-content-b ul {
  padding-right: 16px;
}

tr.pwgc-total .pwgc-cart-subtitle {
  font-size: 11px;
  line-height: 1;
}
.woocommerce-checkout-review-order tr.cart-discount th {
  color: #000;
  padding: 0;
}
.woocommerce-checkout-review-order tr.cart-discount th .pwgc-checkout-subtitle {
  line-height: 1;
}
.woocommerce-checkout-review-order tr.cart-discount th .pwgc-checkout-subtitle span.woocommerce-Price-amount.amount {
  background: none;
}
.woocommerce-checkout-review-order tr.cart-discount th, tr.cart-discount:nth-child(2) td:before {
  display: none;
}
tr.cart-discount td:before {
  content: "׳›׳¨׳˜׳™׳¡ ׳׳×׳&nbsp;׳”";
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding-left: 5px;
}
tr.cart-discount td a.pwgc-remove-card {
  float: left;
  background-color: white;
  position: relative;
  z-index: 10;
}

.elementor.elementor-4971.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 999;
}
li.mini-subtotal {
  font-size: 12px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #ded39d;
  color: #000;
  font-weight: bold;
  line-height: 1;
  padding: 2px 5px;
}

/* Update cart on table with Jquery CSS START */
form.woocommerce-cart-form td.product-quantity {
  position: relative;
}
form.woocommerce-cart-form td.product-quantity .quantity-wraper {
  position: unset;
}
form.woocommerce-cart-form td.product-quantity button {
  position: absolute;
  top: 40px;
  padding: 5px 30px;
  font-size: 16px;
  left: 5px;
}
/* Update cart on table with Jquery CSS END */

.widget.woocommerce.widget_shopping_cart {
  max-width: 300px;
}
ul#site-header-cart {
  position: unset;
}

@media (min-width: 1200px){
  .container {
      max-width: 1580px;
  }
}
@media (min-width: 991px) {
table.shop_table_responsive tr td.product-name .WOO_CK_WUVIC_buttom{font-size: 0.833vw;}
body .woocommerce-MyAccount-navigation ul li a::before,body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{    line-height: 2.344vw;}
body .hentry .entry-content .woocommerce-MyAccount-navigation ul li{height: 2.344vw;}
.recipe-content .shopping-list .all-btn button.single_add_to_cart_button{    width: 9.896vw;}
.woocommerce-billing-fields .ship-notice h4{    font-size: 0.990vw;}
.cross-sells h2{font-size: 1.563vw;}
form.woocommerce-ResetPassword .form-row input{font-size: 0.885vw;padding-right: 0.521vw;height: 2.344vw;line-height: 2.344vw;}
form.woocommerce-ResetPassword .form-row .button{    line-height: 2.604vw;height: 2.604vw;width: 11.198vw;}
.form-row-first{display: inline-block;}
.woocommerce #content table.wishlist_table.cart a.remove{    background-size: 1.302vw;}
.banner-content.elementor-section{    margin-top: 2.083vw;}
body .woocommerce-MyAccount-content h2{    font-size: 1.302vw;}
body .checkout-header .site-branding.checkout-title h1{    font-size: 3.125vw;}
body.single-product div.product .summary h1.product_title.entry-title {
  line-height: normal;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
.woocommerce-EditAccountForm button.button.woocommerce-Button,.woocommerce-address-fields button.button{height: 2.344vw;line-height: 2.344vw;min-width: 8.594vw;}
.recipe-right h1{line-height:2.083vw;margin-bottom: 1.563vw;}
.recipe-right h1 span{font-size: 1.563vw;}
body.woocommerce-cart.page:not(.home) .site-content h1{margin: -15px 0;}
table.cart.shop_table_responsive tr td.product-quantity{padding-right: 1.563vw;}
.recipes-content .title-main:after{top: 0.5vw;}
.footer-top .footer-top-content p strong{font-size: 2.344vw;}
.how-it-works .elementor-text-editor h4,.about-text.elementor-section h3{font-size:2.865vw;}
.recipe-content .shopping-list .item-wrap-row-view ul li.product-name h2{font-size: 0.990vw;}
.recipe-content .shopping-list .item-wrap-row-view ul li .price,.recipe-content .shopping-list .item-wrap-row-view ul li .price ins{font-size: 0.990vw;}
.recipe-content .shopping-list .item-wrap-row-view ul li .price del{    font-size: 0.938vw;}
.recipe-right .mizrahim{margin-top: 1.042vw;}
.recipe-right .details-top div{margin-left: 1.302vw;}
.recipe-right .details-top div span{height:2.604vw;padding: 0 1.302vw;line-height:2.344vw;}
.recipe-right .details-top div span b{font-size: 2.083vw;}
.recipe-right .details-top div:first-child span b{font-size: 2.500vw;}
.recipe-right .mizrahim h2,.recipe-content .shopping-list h2{font-size: 1.302vw;}
.recipe-right .share-icons li img{width:2.083vw}
body.woocommerce-cart .cart-title img{width: 7.656vw;}
table.cart tbody td.product-name a{font-size: 0.938vw;}
table.cart tbody td.product-name span.under_title{font-size: 0.833vw;}
table.cart tbody td.product-name .woocommerce-Price-amount{    font-size: 0.885vw;}
table.cart.shop_table_responsive tr td.product-note textarea{    height: 1.563vw;font-size: 0.885vw;background-size: 0.938vw;background-position: right top 0.208vw;}
table.cart.shop_table_responsive tr td.product-subtotal{    font-size: 0.885vw;}
body.woocommerce-cart table.cart tr.brn-row td button:disabled, body.woocommerce-cart table.cart tr.brn-row td button, body.woocommerce-cart table.cart tr.brn-row td button:hover,table.cart tr.brn-row td a{width: 9.375vw;height: 2.865vw;line-height: 2.865vw;}
body.woocommerce-cart .cart-collaterals .cart_totals .coupon input[type='text']{height: 2.865vw;}
body.woocommerce-cart .cart-collaterals .cart_totals .coupon button{height: 2.865vw;}
table.table-totals.shop_table_responsive tbody tr th,table.table-totals.shop_table_responsive tbody tr td{font-size: 1.198vw;}
table.table-totals.shop_table_responsive tbody tr td{padding-right: 1.042vw;}
body.woocommerce-cart .wc-proceed-to-checkout .button.checkout-button{height: 2.865vw;line-height: 2.865vw;font-size: 1.198vw;}
body.woocommerce-cart .wc-proceed-to-checkout .button.checkout-button span{background-size:1.042vw;padding-right: 1.615vw;}
body.woocommerce-cart .cart-icons img{width: 16.302vw;}
body.woocommerce-cart .cart-icons img {
  width: 205px;
  height: 24px;
}
body .checkout-header .site-branding.checkout-title img{width: 3.594vw;}
.woocommerce-form-login-toggle .woocommerce-info{padding-right: 1.563vw;background-size: 1.250vw;margin-left: 1.563vw;}
.woocommerce-form-login .form-row input{font-size: 0.885vw;padding-right: 0.521vw;height: 2.344vw;line-height: 2.344vw;}
.woocommerce-form-login .form-row .button{width: 11.198vw;height: 2.604vw;line-height: 2.604vw;}
.checkout-wraper{margin-top: 1.563vw;padding: 0 8.854vw;}
.checkout-wraper .right-part .header-shipping-methods .ship-title {font-size: 1.302vw;}
.checkout-wraper .right-part .checkout-step .header, .checkout-wraper .right-part #checkout_payments h3{height: 2.344vw;line-height: 2.240vw;font-size: 1.042vw;}
.checkout-wraper .woocommerce-billing-fields .form-row input,.checkout-wraper .woocommerce-billing-fields .form-row select{font-size: 0.885vw;padding-right:1.042vw;    height: 2.344vw;line-height: 2.344vw;}
.checkout-wraper .woocommerce-billing-fields .form-row select{background-position: 0.885vw 0.938vw;}
.checkout-wraper .woocommerce-billing-fields .form-row #billing_notes{padding-right: 0.521vw;height: 2.344vw;line-height: 2.344vw;font-size: 0.885vw;}
.checkout-wraper .right-part #checkout_payments ul .payment_method_cardcom span.title{    padding-right: 3.490vw;background-size: 3.333vw;font-size: 0.885vw;}
.checkout-wraper .left-part .coupon-block .checkout_coupon .input-text{height: 3.125vw;padding-right: 0.781vw;line-height: 3.125vw;font-size: 17px;}
.checkout-wraper .left-part .coupon-block .checkout_coupon .button{height: 3.125vw;margin-right: -0.260vw;}
#order_review .shop_table{margin-top: 1.042vw;}
.woocommerce-checkout-review-order table:not( .has-background ) tbody tr.order-total td {    font-size: 1.198vw;padding-top: 1.563vw;}
.checkout-wraper .left-part #payment .place-order .button{height: 3.125vw;line-height: 3.125vw;background-size: 1.042vw;    font-size: 1.198vw;    background-position: right 30% top 0.781vw;}
.checkout-wraper .left-part .cart-icons img{    width: 16.302vw;}
.woocommerce-checkout-review-order table:not( .has-background ) tbody td span.title:after{top: 0.781vw;    width: 98%;}
table.woocommerce-product-attributes:not( .has-background ) th,table.woocommerce-product-attributes:not( .has-background ) td p{font-size:0.833vw}
body .checkout-header .site-branding.checkout-whatsapp p{padding-right: 1.563vw;background-size: 1.042vw;background-position: right 0.156vw;}
.widget_shopping_cart .product_list_widget{margin-top: 1.302vw;}
 .header-menu-left .widget_shopping_cart a.cart,  .header-menu-left .widget_shopping_cart a.cart:hover, .header-menu-left .widget_shopping_cart a.checkout,  .header-menu-left .widget_shopping_cart a.checkout:hover{height: 2.344vw;line-height: 2.344vw;}
ul.products li.product.type-product, .home-items ul.products li.product.first{padding: 0.521vw;}
.side-cart .widget_shopping_cart .product_list_widget li a.remove{top: 0.521vw;}
.side-cart .widget_shopping_cart .product_list_widget li .cart-data{padding-right: 0.781vw;margin-top: -0.521vw;}
.archive-wraper .category-side .filter-block .widget_layered_nav{    padding: 0 0.781vw;}
.side-cart .widget_shopping_cart .product_list_widget li,.side-cart .widget_shopping_cart .product_list_widget li, .header-menu-left .widget_shopping_cart li{padding: 0.781vw 1.042vw;}
.side-cart .widget a.button.checkout{height: 2.344vw;line-height: 2.344vw;font-size: 1.094vw;}
.side-cart .widget a.button.checkout span{background-size: 1.042vw;padding-left: 1.563vw;background-position: 0 0.365vw;}
.home-cart .side-cart{padding-top:1.302vw;}
.product_list_widget a:hover, .product_list_widget a{font-size: 0.938vw;}
.widget_shopping_cart .product_list_widget li .cart-data .mini-price{    font-size: 0.885vw;}
table.shop_table_responsive tr td.product-variations{width: 13.021vw;}
table.shop_table_responsive tr td.product-name{width: 10.417vw;padding-right: 0.781vw;}
table.shop_table_responsive tr td.product-add-to-wishlist{    width: 13.542vw;}
table.shop_table_responsive tr td{    padding-right: 0;vertical-align: middle;padding: 10px;}
.archive-wraper .category-side .listview-toggle{    height: 2.604vw;line-height: 2.604vw;}
.archive-wraper .category-side .listview-toggle a span{padding-right: 1.823vw;background-size: 1.250vw;}
.archive-wraper .category-side .filter-block .title{    font-size: 1.198vw;padding-top: 1.563vw;margin-bottom: 0.781vw;background-size: 1.458vw;}
.archive-wraper .category-side .filter-block .widget_layered_nav.widget .widget-title{font-size: 0.990vw;height: 2.604vw;    line-height: 2.604vw;}
.archive-wraper .category-side .filter-block .widget_layered_nav.widget .widget-title:after{left: 0;top: 1.042vw;background-size: 0.781vw;    width: 0.781vw;height: 0.781vw;}
.archive-wraper .category-side .filter-block .widget_layered_nav .woocommerce-widget-layered-nav-list li a{font-size: 0.938vw;}
.archive-wraper .category-side .filter-block .widget_layered_nav .woocommerce-widget-layered-nav-list li a:before{width: 0.677vw;height: 0.677vw;margin-top: 0.417vw;margin-left: 0.260vw;}
.archive-wraper .category-side .filter-block .widget_layered_nav.widget.woocommerce li .count{font-size: 0.938vw;}
.side-cart .user_area span{padding-right: 1.458vw;background-size: 1.042vw;background-position: right 0.156vw;}
.category-side .side-cart {margin-top: 1.563vw;padding-top: 0.781vw;}
.side-cart .widget_shopping_cart .widget-title{font-size: 1.198vw;padding-top: 1.563vw;margin-bottom: 0.260vw;background-size: 1.719vw;}
.site-main .archive-wraper .archive-content ul.products li.product .item-wrap-row-view .woocommerce-loop-product__title{font-size: 0.990vw;}
table.shop_table_responsive tr td.product-variations .variation{    width: 10.417vw;margin-bottom: 0.417vw;}
table.shop_table_responsive tr td.product-variations .variation select#pa_prod_packaging{background-position: right 0.625vw top 0.625vw;background-size: 0.885vw;}
table.shop_table_responsive tr td.product-variations .variation select#pa_prod_cutting{background-position: right 0.625vw top 0.625vw;background-size: 0.833vw;}
body.single-product div.product .summary .variations .variation:after, table.shop_table_responsive tr td.product-variations .variation:after,#jckqv_summary .variations .variation:after{    left: 0.781vw;top: 1.042vw;background-size: 0.781vw;width: 0.781vw;height: 0.781vw;}
table.shop_table_responsive tr td.product-note p#product_note_field textarea{    width: 11.979vw;height: 2.344vw;line-height: 2.083vw;background-position: right 0.625vw top 0.573vw;padding-right: 1.823vw;}
table.shop_table_responsive tr td.product-variations .variation select{width: 10.417vw;font-size: 0.938vw;    height: 2.344vw;}
.archive-wraper .category-side .filter-block {margin-top: 1.563vw;padding: 0.781vw 0 0;}
.archive-wraper .category-side{width: 17%;float: right;margin-left: 0;margin-top: 40px;}
.archive-wraper .archive-content{margin-left: 0;padding-top: 1.563vw;}
.site-main .archive-wraper .archive-content ul.products.columns-3 li.product:nth-child(4n+1){clear:both!important}
body.archive.right-sidebar:not(.post-type-archive-recipe):not(.post-type-archive) .site-content .col-full,
body.search-results.post-type-archive-product .site-content .col-full{padding: 0;}
body.archive.right-sidebar .site-content .archive-wraper{padding: 0 3.125vw;}
.single-product div.product .related h2{    font-size: 1.563vw;}
.woocommerce-Reviews .form-submit input[type="submit"] {line-height: 2.344vw;height: 2.344vw;width: 8.594vw;}
.single-product div.product .related{padding: 0 11.198vw 50px;}
body.single-product .site-content .col-full{    padding: 0;}
body.single-product div.product .summary .variations .variation:after{left: 0.781vw;top: 1.042vw;background-size: 0.781vw;    width: 0.781vw;height: 0.781vw;}
#reviews .commentlist li p.meta strong{    font-size: 0.833vw;}
#reviews .commentlist li p.meta{    width: 7.813vw;}
body.single-product #reviews .commentlist li .comment_container .comment-text{    padding-right: 7.813vw;}
#reviews.woocommerce-Reviews{line-height: 2.604vw;}
body.single-product #reviews .commentlist li{    min-height: 5.729vw;}
#reviews.woocommerce-Reviews .comment-form-rating label{font-size: 1.146vw;padding-right: 1.302vw;}
#reviews.woocommerce-Reviews p.stars{font-size: 1.354vw;margin-right: 1.302vw;}
.woocommerce-Reviews .woocommerce-Reviews-title .details{    font-size: 0.885vw;}
.product-ship .textwidget p{font-size: 0.885vw;}
.product-ship .widget .widget-title{    padding-right: 1.667vw;background-size: 1.198vw;}
body.single-product div.product form.cart{padding:0.781vw 0 0;}
p#product_note_field{margin-top: 0.781vw;}
 div.product .custom-tabs .tabs li,div.product .custom-tabs .tabs-content div p,div.product .custom-tabs .tabs-content div{    font-size: 0.885vw;}
/*.quantity-wraper{width: 7.292vw;height: 2.344vw;}*/
.quantity-wraper .quantity-btn{height: 2.240vw;line-height: 2.083vw;font-size: 1.146vw;}
.quantity-wraper .quantity-btn.less{font-size: 1.823vw;line-height: 1.823vw;}
.quantity-wraper .quantity .qty,body table.cart .quantity .qty{height: 2.188vw;}
.quantity-wraper .unit{left: 0.4vw;top:0.417vw;font-size: 0.885vw;}
.woocommerce-mini-cart .quantity-wraper .quantity-btn{    height: 1.823vw;line-height: 1.823vw;}
.woocommerce-mini-cart .quantity-wraper .quantity-btn.less{    line-height: 1.563vw;}
.woocommerce-mini-cart .quantity-wraper{height: 1.823vw;width:7.292vw;margin: 0.521vw 0;}
.woocommerce-mini-cart .quantity-wraper .unit{top: 0.208vw;}
.woocommerce-mini-cart .quantity-wraper .quantity .qty{height: 1.823vw;}
.yith-wcwl-add-to-wishlist{margin-right: 1.042vw;margin-top: 0.365vw;}
p#product_note_field textarea{height: 1.563vw;padding-right: 1.406vw;font-size: 0.885vw;background-size: 0.938vw;background-position: right top 0.208vw;}
body.single-product div.product .summary .variations{    padding-bottom: 0.781vw;}
button.single_add_to_cart_button,
#jckqv .button,
table.cart tbody tr#new_row button#single_add_to_cart_button_id{line-height: 2.344vw;padding-left: 1.563vw;height: 2.344vw;font-size: 0.990vw;width: 8.594vw;background-size: 1.042vw;background-position: right 1.042vw top 0.677vw;padding: 0 !important;}
table.cart tbody tr#new_row span#cancel{left: 1.042vw;}
body.single-product div.product .summary .variations .variation,#jckqv_summary .variations .variation{margin-left: 0.781vw;}
body.single-product div.product .summary .variations .variation select,#jckqv_summary .variations .variation select,table.update_variation_form table.variations .value select{height: 2.344vw;min-width: 10.104vw;font-size:16px;}
body.single-product div.product .summary .variations .variation select#pa_prod_cutting,#jckqv_summary .variations .variation select#pa_prod_cutting,table.update_variation_form table.variations .value select#pa_prod_cutting{background-position: right 0.625vw top 0.625vw;background-size: 0.833vw;}
body.single-product div.product .summary .variations .variation select#pa_prod_packaging,#jckqv_summary .variations .variation select#pa_prod_packaging,table.update_variation_form table.variations .value select#pa_prod_packaging{background-position: right 0.625vw top 0.625vw;background-size: 0.885vw;}
body.single-product div.product .summary .under_title{font-size:0.833vw}
div.product .custom-tabs .tabs-content div{line-height: 1.302vw;}
body.single-product div.product .woocommerce-product-rating a{font-size: 0.833vw;}
.elementor-column.home-recipes-link{top: 0.781vw;}
div.product .custom-tabs{    padding-bottom:0.781vw;}
.home-recipes .elementor-widget-container h5{    font-size: 1.563vw;}
.home-recipes{padding: 30px 3.125vw;}
body.single-product div.product .summary .variations .variation .value:after, table.shop_table_responsive tr td.product-variations .variation .value:after, #jckqv_summary .variations .variation .value:after{background-size: 0.781vw;left: 0.781vw;top: 1.042vw;    width: 0.781vw;height: 0.781vw;}
 table.update_variation_form table.variations .value:after{background-size: 0.781vw;    top: 1.563vw;width: 0.781vw;height: 0.781vw;}
.home-items ul.products li.product, .home-items ul.products li.product.first{padding: 0.521vw;}
ul.products li.product a.add_to_cart_button,ul.products li.product a.iconic-wqv-button{line-height: 2.344vw;padding-left: 1.823vw;height: 2.344vw;    width: 8.594vw;background-size: 1.042vw;background-position: right 1.563vw top 0.677vw;}
ul.products li.product.type-product .price{ padding-left: 0.521vw;    font-size: 0.990vw;line-height: 1.250vw;}
ul.products li.product.type-product .item-wrap .price-cart a.woocommerce-loop-product__link{width: calc(100% - 8.594vw);}
ul.products li.product.type-product .price del,
body.single-product div.product p.price del{    font-size: 16px;}
ul.products li.product.type-product .price ins{font-size: 16px;}
body.single-product div.product p.price ins{font-size: 1.094vw;}
.header-top .top-shipping a{background-size: 0.781vw;padding-left: 1.042vw;    background-position: 0 0.365vw;}
.home-items .home-products .elementor-shortcode .widget_text strong{    top: 0.521vw;}
.home-items .home-products .elementor-shortcode .widget_text .widget-title{font-size: 1.563vw;}
ul.products li.product.type-product .woocommerce-loop-product__title{font-size: 20px;}
.woocommerce-loop-product__title .under_title{font-size: 0.833vw;}
.home-items .home-products .elementor-shortcode .widget_text strong a{font-size: 0.938vw;}
.home-items .home-products .elementor-shortcode .widget_text:first-child strong a,
.home-items .home-products .elementor-shortcode .widget_text:last-child strong a,
.elementor-column.home-recipes-link a{background-position: 0 0.469vw;padding-left: 1.042vw;background-size: 0.729vw;}
.home-items{    padding: 30px  3.125vw;}
.home-items .home-cart{min-width: 17.552vw;}
.recipes-page .main-image.with-vid img.vid_img{    position: absolute;
    z-index: 1000;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 3.281vw;}
.recipes-filters ul li a{height: 2.344vw;
    line-height: 2.344vw;
    padding: 0 1.302vw;}
.recipes-content .title-main img{    max-width: 9.479vw;}
.recipes-content.fishipedia .title-main img{max-width: 5.990vw;}
.recipes-page .re-details .title a.direct-link{    background-position: 0 0.469vw;padding-left: 0;background-size: 0.729vw;}
.recipes-page .main-image .details-ab{    height: 3.125vw;
    line-height: 3.125vw;}
	.recipes-page .main-image .details-ab li{    font-size: 0.938vw;}
.recipes-page .re-details .meals span{    font-size: 1.979vw;}
.recipes-page .re-details .title a{font-size: 0.938vw;}
.recipes-page .re-details .title h3{    text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.recipes-page .main-image img:not(.vid_img) { height: 350px; width: 100%; max-width: none; max-height: none; }
.recipes-page .re-details .meals{    line-height: 1.302vw;}
.header-menu-left .site-header-cart .widget_shopping_cart{min-width: 18.750vw;}
.login-form{max-width: 52.604vw;}
.login-form.reg-form{max-width: 31.250vw;}
.facebook-login a{height: 2.604vw;    width: 18.750vw;    line-height: 2.604vw;}
.facebook-login a span{    padding-right: 1.406vw;
    background-size: 0.677vw;}
.login-form h2{    font-size: 1.406vw;margin-bottom: 1.042vw;}
.login-form input[type='password'], .login-form input[type='text']{    height: 2.604vw;  }
.login-form .form-row .button,.login-form .reg-block a{    line-height: 2.604vw;    height: 2.604vw;    width: 11.198vw;}
.login-form .reg-block{    padding-right: 3.646vw;}
.login-form .form-block:after{    left: -1.042vw;}
.login-form .reg-block p {
    line-height: 1.146vw;
}

body.right-sidebar.single-recipe .storefront-breadcrumb,
body.right-sidebar.single-product .storefront-breadcrumb{padding: 1.41575em 8.073vw 0;}
.contact-left ul li:first-child,.contact-left ul li:nth-child(2),.contact-left ul li:last-child{    padding-right: 1.563vw;
    background-size: 1.042vw;}
.contact-title img{width: 5.677vw;}
.contact-form .text {
    line-height: 1.302vw;
    margin-bottom: 0.781vw;
}
.contact-form .item{    margin-bottom: 0.781vw;}
.contact-form .item.submit{margin-bottom: 0;margin-top: 10px;}
.contact-form .item input{    height: 2.604vw;}
.contact-form .item textarea{    height: 5.208vw;}
.contact-form .item input[type="submit"]{height: 2.865vw;    width: 10.417vw;}
.contact-left{margin-top: -4.688vw;}
.contact-left .elementor-widget-container {
    width: 48.750vw;
    height: 29.792vw;
    background-repeat: no-repeat;
    background-size: 48.750vw 29.792vw;
}
.contact-left ul{    padding: 3.125vw;}
	.elementor .cuting-content img{    height: 8.802vw;
    max-width: 14.167vw;}
.cuting-content .elementor-text-editor h2{font-size: 1.302vw;}
.cuting-content .elementor-text-editor p {
    line-height: 1.302vw;
    font-size: 0.938vw;
}
.cuting-content .elementor-widget-wrap{    padding: 0 1.302vw;}
img.about-title{width: 4.479vw;}
.faq-title img{width: 10.990vw;}
.sitonai-title img{width: 11.146vw;}
.takanon-title img{width: 8.438vw;}
.shipping-returns-title img{width:12.500vw;}
.cuting-title img{width:7.708vw;}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active a, .elementor-widget-accordion .elementor-accordion .elementor-tab-title a{    font-size: 0.990vw;}
.about-content-right .elementor-text-editor {
    line-height: 1.146vw;
}
.right-sidebar .widget-area ul li a:not(.button){font-size: 0.938vw;}
.right-sidebar .widget-area ul li.active a:not(.button){padding-left: 1.042vw;background-size: 0.677vw;background-position:0 0.417vw}
.right-sidebar .widget-area ul li{
    height: 2.344vw;
    line-height: 2.344vw;}
.about-text.elementor-section{left: 11.979vw;margin-top: 5.208vw;max-width: 36.458vw;}
.about-text.elementor-section img{margin:0 auto}
.about-text.elementor-section p a{    width: 9.896vw;
    margin-top: 1.042vw;
    font-size: 1.042vw;
    height: 2.604vw;
    line-height: 2.604vw;    background-position: 2.083vw 1.042vw;
    background-size: 0.781vw;}
.about-text.elementor-section p:first-child img{    width: 11.250vw;}
.about-text.elementor-section p:nth-child(2) img{    width: 22.708vw;}
.how-it-works {
    padding: 1.563vw 0;
}
.how-it-works .elementor-text-editor p img{width: 9.479vw;}
.how-it-works .elementor-text-editor p{margin-left: 1.146vw;    margin-top: 1.042vw;}
.how-it-works .elementor-text-editor ul li{    padding-left: 4.427vw;
    margin-right: 1.563vw;
    font-size: 1.094vw;background-size: 2.604vw;}

.how-it-works .elementor-text-editor ul li img{    margin-left: 0.781vw;}
.how-it-works .elementor-text-editor ul li:first-child img{width: 6.458vw;}
.how-it-works .elementor-text-editor ul li:nth-child(2) img{width: 7.083vw;}
.how-it-works .elementor-text-editor ul li:last-child img{width: 7.813vw;;}
.banner-content.elementor-section img{    width: 22.708vw;}
.banner-content.elementor-section h1{font-size: 1.458vw;}
.banner-content.elementor-section h2{font-size: 3.385vw;}
.banner-content.elementor-section .elementor-text-editor p a{    width: 9.896vw;
    margin-top: 1.042vw;    font-size: 1.042vw;    height: 2.604vw;
    line-height: 2.604vw;}
.banner-content.elementor-section .elementor-text-editor p a:last-child{    padding-right: 1.302vw;
    background-size: 1.302vw;
    background-position: right 1.302vw top 0.573vw;}
.banner-content.elementor-section .elementor-text-editor p a:first-child{    padding-right: 1.302vw;
    background-size: 1.510vw;
    background-position: right 1.719vw top 0.729vw;}
	.header-menu-left .site-header-cart .cart-contents .count{    font-size: 0.729vw;right: -13px;line-height: 0.990vw;    width: 1.042vw;
    height: 1.042vw;
    bottom: unset;}
.footer-top{    padding: 1.667vw  3.125vw;}
.footer-top .footer-top-content .widget_text .textwidget p:nth-child(3){padding-left: 1.823vw;
    background-size: 1.042vw;background-position:0px 0.469vw}
.footer-top .footer-top-content img{display:inline-block;vertical-align:middle;    margin-left: 1.563vw;}
.footer-top .footer-top-content p{margin:0;display:inline-block;vertical-align:middle;    margin-left: 1.042vw; font-size: 21px;}
.footer-top .footer-top-content .news-form .item input[type='email']{width: 29.688vw;height: 2.604vw;}
.footer-top .footer-top-content .news-form .item.submit{    left: 0.052vw;
    top: 0.052vw;
}
.footer-main .col-md-8 {padding-right: 3.125vw;}
.footer-main li,.footer-main a,.widget .widget-title{font-size: 0.885vw;}
.footer-main .col-md-12 .widget_text:last-child:after{display:none;}
.footer-top .footer-top-content .news-form .item.submit [type="submit"]{     height: 2.500vw;
    width: 8.333vw;}
.header-top{padding: 0.521vw 3.125vw;}
.footer-main .col-md-12 .widget_text:nth-child(2) li:first-child,
.footer-main .col-md-12 .widget_text:nth-child(2) li:nth-child(2),
.footer-main .col-md-12 .widget_text:nth-child(2) li:last-child{    padding-right: 1.563vw;background-size: 1.042vw;}
.footer-bottom{    padding:0.781vw 3.125vw;}
.footer-bottom p,.footer-bottom a{font-size: 0.885vw;}
.footer-bottom .credit img {
    max-width: 8.854vw;
}
.footer-bottom .cards img {
    max-width: 6.771vw;
}
.footer-top .footer-top-content .widget_text#text-5 .textwidget p img{width: 3.542vw;}
.footer-top .footer-top-content .widget_text#text-6 ul li img{width: 2.083vw;}
.footer-top .footer-top-content .widget_text#text-6 ul li:first-child img{width: 1.146vw;}
.footer-top .footer-top-content #text-6{    margin-top: 0.781vw;}
body,button,input,textarea,p{font-size: 0.938vw;}
.header-top .link-right li{font-size:0.885vw;    margin-left: 1.563vw;}
.header-top p, .header-top a{font-size:0.885vw;color: #000;}
.header-top .link-right li:after{top: 0.260vw;
    left: -0.833vw;height: 0.938vw;}
.header-top .top-shipping .textwidget{padding-right: 1.563vw;
    background-size: 1.250vw;
    background-position: right 0.365vw;}
.header-top .top-whatsapp .textwidget{    padding-right: 1.563vw;
    background-size: 1.042vw;
    background-position: right 0.156vw;}

.site-search .widget_product_search form button[type=submit]{background-size: 1.302vw;    top: 0.677vw;
    left: 1.302vw;}
.dgwt-wcas-search-input{    height: 2.604vw;    padding-right: 1.042vw;    font-size: 0.990vw;}
.header-menu-left .user{padding-right: 1.563vw;
    background-size: 1.250vw;
    margin-left: 1.563vw;}
.header-menu-left .wish-list a{padding-right: 1.667vw;
    background-size: 1.250vw;
    margin-left: 1.563vw;background-position: right 0.156vw;}
  .header-menu-left .site-header-cart .cart-contents{    padding-right: 2.083vw;
    padding-bottom:0.521vw;
    background-size: 1.458vw;}
  table.shop_table_responsive tbody tr td,
  table.shop_table_responsive tbody tr th {
    text-align: right; }
  .site-header {
    padding-top: 2.617924em;
    padding-bottom: 0; }
     .site-branding {
      display: block;
      width: 100%;
      float: right;
      margin-right: 0;
      margin-left: 0;
      clear: both; }
       .site-branding img {
        height: auto;
        max-width: 11.979vw;
        max-height: none;
        display: inline-block;
        transition: .5s;
      }
  .woocommerce-active  .site-branding {
width: 33.333333%;
    float: right;
    margin-left: 0;
    max-width: 33.333333%;
    margin: 0; }
  .woocommerce-active  .site-search {
    width: 33.333333%;
    float: right;
    margin-left: 0;
    clear: none;
    max-width: 33.333333%;
    margin: 0; margin-top: 0.938vw;}
  .woocommerce-active  .main-navigation {
    width: 100%;
    float: right;
    margin-left: 0;
    clear: both; }
  .woocommerce-active  .header-menu-left {
    float: left;
    margin-left: 0;
    margin-bottom: 0;margin-top: 1.302vw; }
.woocommerce-active  .site-header-cart ul{    list-style: none;}
  .storefront-secondary-navigation  .site-branding {
    width: 39.1304347826%;
    float: right;
    margin-left: 4.347826087%; }
  .storefront-secondary-navigation  .secondary-navigation {
    width: 56.5217391304%;
    float: left;
    margin-left: 0; }
  .storefront-secondary-navigation.woocommerce-active  .site-branding {
    width: 21.7391304348%;
    float: right;
    margin-left: 4.347826087%; }
  .storefront-secondary-navigation.woocommerce-active  .secondary-navigation {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
  .site-branding .site-description {
    margin-bottom: 0;
    display: block;}
  .site-branding,
  .site-search,
  .site-header-cart,
  .site-logo-anchor,
  .site-logo-link,
  .custom-logo-link {
    margin-bottom: 1.41575em; }
   .subscribe-and-connect-connect {
    float: left;
    margin-bottom: 1em; }
     .subscribe-and-connect-connect .icons {
      list-style: none;
      margin: 0; }
       .subscribe-and-connect-connect .icons a {
        font-size: 1em !important; }
       .subscribe-and-connect-connect .icons li {
        margin: 0 0.5407911001em 0 0 !important;
        display: inline-block; }
  .col-full {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 3.125vw;
    box-sizing: content-box; }
body.home .site-content .col-full{padding:0;}
.storefront-primary-navigation .col-full{padding: 0}
    .col-full::before, .col-full::after {
      content: '';
      display: table; }
    .col-full::after {
      clear: both; }
    .col-full:after {
      content: " ";
      display: block;
      clear: both; }
  .site-content::before, .site-content::after {
    content: '';
    display: table; }
  .site-content::after {
    clear: both; }
  .content-area {
    width: 73.9130434783%;
    float: right;
    margin-left: 4.347826087%; }
  .widget-area {
    width: 21.7391304348%;
    float: left;
    margin-left: 0; }
  .right-sidebar .content-area {
    width: 88%;
    float: left;
    margin-left: 0;
  }
.right-sidebar .content-area.recipe-page,
.right-sidebar .content-area.recipes-page,
body.woocommerce-account .content-area
 {
    width: 100%;
    float: left;
    margin-left: 0;
    padding-right: 0;
}
  .right-sidebar .widget-area {
    width: 12%;
    float: right;
    margin-left: 0; }
  .left-sidebar .content-area {
    width: 85%;
    float: left;
    margin-left: 0; }
  .left-sidebar .widget-area {
    width: 21.7391304348%;
    float: right;
    margin-left: 4.347826087%; }
  .storefront-full-width-content .content-area {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
  .content-area,
  .widget-area {
    margin-bottom: 2.617924em; }
  /**
	 * Full width &amp; homepage template
	 */
  .page-template-template-fullwidth-php .content-area,
  .page-template-template-homepage-php .content-area {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
  /**
	 * Footer widgets
	 */
  .footer-widgets {
    padding-top: 4.235801032em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .footer-widgets::before, .footer-widgets::after {
      content: '';
      display: table; }
    .footer-widgets::after {
      clear: both; }
    .footer-widgets.col-2 .block {
      width: 47.8260869565%;
      float: right;
      margin-left: 4.347826087%; }
      .footer-widgets.col-2 .block.footer-widget-2 {
        float: left;
        margin-left: 0; }
    .footer-widgets.col-3 .block {
      width: 30.4347826087%;
      float: right;
      margin-left: 4.347826087%; }
      .footer-widgets.col-3 .block.footer-widget-3 {
        float: left;
        margin-left: 0; }
    .footer-widgets.col-4 .block {
      width: 21.7391304348%;
      float: right;
      margin-left: 4.347826087%; }
      .footer-widgets.col-4 .block.footer-widget-4 {
        float: left;
        margin-left: 0; }
  /**
	 * Comments
	 */
  .comment-list::before, .comment-list::after {
    content: '';
    display: table; }
  .comment-list::after {
    clear: both; }
  .comment-list .comment {
    clear: both; }
  .comment-list .comment-meta {
    width: 17.6470588235%;
    float: right;
    margin-left: 5.8823529412%;
    text-align: left; }
    .comment-list .comment-meta .avatar {
      float: left; }
  .comment-list .comment-content {
    padding-bottom: 3.706325903em;
    margin-bottom: 3.706325903em; }
  .comment-list .comment-content,
  .comment-list #respond {
    width: 76.4705882353%;
    float: left;
    margin-left: 0; }
  .comment-list #respond {
    float: left; }
    .comment-list #respond .comment-form-author,
    .comment-list #respond .comment-form-email,
    .comment-list #respond .comment-form-url {
      width: 100%;
      margin-left: 0; }
  .comment-list .comment-body #respond {
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
    margin-bottom: 2.617924em;
    margin-top: -1.618em; }
  .comment-list .reply {
    clear: both;
    text-align: left; }
  .comment-list ol.children {
    width: 88.2352941176%;
    float: left;
    margin-left: 0;
    list-style: none; }
    .comment-list ol.children .comment-meta {
      width: 20%;
      float: right;
      margin-left: 6.6666666667%; }
    .comment-list ol.children .comment-content,
    .comment-list ol.children #respond {
      width: 73.3333333333%;
      float: left;
      margin-left: 0; }
    .comment-list ol.children ol.children {
      width: 86.6666666667%;
      float: left;
      margin-left: 0; }
      .comment-list ol.children ol.children .comment-meta {
        width: 23.0769230769%;
        float: right;
        margin-left: 7.6923076923%; }
      .comment-list ol.children ol.children .comment-content,
      .comment-list ol.children ol.children #respond {
        width: 69.2307692308%;
        float: left;
        margin-left: 0; }
      .comment-list ol.children ol.children ol.children {
        width: 84.6153846154%;
        float: left;
        margin-left: 0; }
        .comment-list ol.children ol.children ol.children .comment-meta {
          width: 27.2727272727%;
          float: right;
          margin-left: 9.0909090909%; }
        .comment-list ol.children ol.children ol.children .comment-content,
        .comment-list ol.children ol.children ol.children #respond {
          width: 63.6363636364%;
          float: left;
          margin-left: 0; }
        .comment-list ol.children ol.children ol.children ol.children {
          width: 81.8181818182%;
          float: left;
          margin-left: 0; }
          .comment-list ol.children ol.children ol.children ol.children .comment-meta {
            width: 33.3333333333%;
            float: right;
            margin-left: 11.1111111111%; }
          .comment-list ol.children ol.children ol.children ol.children .comment-content,
          .comment-list ol.children ol.children ol.children ol.children #respond {
            width: 55.5555555556%;
            float: left;
            margin-left: 0; }
  #respond {
    padding: 2.617924em; }
    #respond .comment-form-author,
    #respond .comment-form-email,
    #respond .comment-form-url {
      width: 29.4117647059%;
      float: right;
      margin-left: 5.8823529412%; }
	 #respond .comment-form-author{    margin-left: 0;}
    #respond .comment-form-url {
      float: left;
      margin-left: 0; }
    #respond .comment-form-comment {
      clear: both; }
  /**
	 * Content
	 */
  .hentry .entry-header {
    margin-bottom: 2.617924em; }
  /**
	 * Menus
	 *
	 * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
	 */
  .menu-toggle,
  .handheld-navigation,
  .main-navigation.toggled .handheld-navigation,
  .main-navigation.toggled div.menu {
    display: none; }
  .primary-navigation {
    display: block; }
  .main-navigation,
  .secondary-navigation {
    clear: both;
    display: block;
    width: 100%; }
    .main-navigation ul,
    .secondary-navigation ul {
      list-style: none;
      margin: 0;
      padding-right: 0;
      display: block; }
      .main-navigation ul li,
      .secondary-navigation ul li {
    position: relative;
    display: block;
    text-align: right;
    width: calc(100% / 8);
    float: right;}
        .main-navigation ul li a,
        .secondary-navigation ul li a {
          display: block; }
          .main-navigation ul li a::before,
          .secondary-navigation ul li a::before {
            display: none; }
        .main-navigation ul li:hover &gt; ul, .main-navigation ul li.focus &gt; ul,
        .secondary-navigation ul li:hover &gt; ul,
        .secondary-navigation ul li.focus &gt; ul {
          right: 0;
          display: block; }
          .main-navigation ul li:hover &gt; ul li &gt; ul, .main-navigation ul li.focus &gt; ul li &gt; ul,
          .secondary-navigation ul li:hover &gt; ul li &gt; ul,
          .secondary-navigation ul li.focus &gt; ul li &gt; ul {
            right: -9999px;
            /* 1 */ }
            .main-navigation ul li:hover &gt; ul li &gt; ul.sub-menu--is-touch-device, .main-navigation ul li.focus &gt; ul li &gt; ul.sub-menu--is-touch-device,
            .secondary-navigation ul li:hover &gt; ul li &gt; ul.sub-menu--is-touch-device,
            .secondary-navigation ul li.focus &gt; ul li &gt; ul.sub-menu--is-touch-device {
              display: none;
              right: 0; }
          .main-navigation ul li:hover &gt; ul li:hover &gt; ul, .main-navigation ul li:hover &gt; ul li.focus &gt; ul, .main-navigation ul li.focus &gt; ul li:hover &gt; ul, .main-navigation ul li.focus &gt; ul li.focus &gt; ul,
          .secondary-navigation ul li:hover &gt; ul li:hover &gt; ul,
          .secondary-navigation ul li:hover &gt; ul li.focus &gt; ul,
          .secondary-navigation ul li.focus &gt; ul li:hover &gt; ul,
          .secondary-navigation ul li.focus &gt; ul li.focus &gt; ul {
            right: 100%;
            top: 0;
            display: block; }
      .main-navigation ul ul,
      .secondary-navigation ul ul {
        float: right;
        position: absolute;
        top: 100%;
        z-index: 99999;
        right: -9999px;
        /* 1 */ }
        .main-navigation ul ul.sub-menu--is-touch-device,
        .secondary-navigation ul ul.sub-menu--is-touch-device {
          display: none;
          right: 0; }
        .main-navigation ul ul li,
        .secondary-navigation ul ul li {
          display: block; }
          .main-navigation ul ul li a,
          .secondary-navigation ul ul li a {
            width: 200px; }
  ul.menu li.current-menu-item &gt; a {
    color: #43454b; }
  /**
	 * Primary Navigation
	 */
  .storefront-primary-navigation {
    clear: both;background: #fff;}
    .storefront-primary-navigation::before, .storefront-primary-navigation::after {
      content: '';
      display: table; }
    .storefront-primary-navigation::after {
      clear: both; }
  .main-navigation div.menu {
    display: block; }
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-right: -1em;
    -webkit-transition: none;
    transition: none; }
    .main-navigation ul.menu &gt; li &gt; a,
    .main-navigation ul.nav-menu &gt; li &gt; a {
      padding: 10px 0;text-align: center;position:relative;text-decoration:none;    overflow: hidden;margin-bottom: -1px;}
	  .main-navigation ul.menu &gt; li &gt; a:hover,body  ul.menu li.current-menu-item &gt; a{background: #cb0b17;
    color: #fff;}
	.main-navigation ul li:last-child &gt; a{color: #cb0b17!important;}
	.main-navigation ul.menu li:last-child &gt; a:hover{    background: #cb0b17;}
	 .main-navigation ul.nav-menu &gt; li &gt; a:before {
    content: "";
    background: #e6e6e6;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
	 .main-navigation ul.menu &gt; li &gt; a img,.main-navigation .menu-item img._after, .rtl .main-navigation .menu-item img._before{     display: block;
    margin: 5px auto;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;width: 2.292vw;}
	.main-navigation ul.menu &gt; li.menu-item-23 &gt; a:hover img, .main-navigation ul li.current-menu-item.menu-item-23 &gt; a img{top: -6.667vw;}
	/*.main-navigation ul.menu &gt; li.menu-item-22 &gt; a:hover img,.main-navigation ul.menu &gt; li.menu-item-23 &gt; a:hover img{top: -5.156vw;}*/
	.main-navigation ul.menu &gt; li &gt; a span{display: inline-block;
    margin-top: 2.344vw;}
    .main-navigation ul.menu &gt; li.menu-item-has-children:hover::after, .main-navigation ul.menu &gt; li.page_item_has_children:hover::after,
    .main-navigation ul.nav-menu &gt; li.menu-item-has-children:hover::after,
    .main-navigation ul.nav-menu &gt; li.page_item_has_children:hover::after {
      display: block; }
    .main-navigation ul.menu ul,
    .main-navigation ul.nav-menu ul {
      margin-right: 0; }
      .main-navigation ul.menu ul li a,
      .main-navigation ul.nav-menu ul li a {
        padding: 0.875em 1.41575em;
        font-weight: 400;
        font-size: 0.875em; }
      .main-navigation ul.menu ul li:last-child,
      .main-navigation ul.nav-menu ul li:last-child {
        border-bottom: 0; }
      .main-navigation ul.menu ul ul,
      .main-navigation ul.nav-menu ul ul {
        margin-right: 0;
        box-shadow: none; }
      .main-navigation ul.menu ul a:hover,
      .main-navigation ul.menu ul li:hover &gt; a,
      .main-navigation ul.menu ul li.focus,
      .main-navigation ul.nav-menu ul a:hover,
      .main-navigation ul.nav-menu ul li:hover &gt; a,
      .main-navigation ul.nav-menu ul li.focus {
        background-color: rgba(0, 0, 0, 0.025); }
  .main-navigation a {
    padding: 0 1em 2.2906835em; }
  /**
	 * Secondary Navigation
	 */
  .secondary-navigation {
    margin: 0 0 1.618em;
    width: auto;
    clear: none;
    line-height: 1; }
    .secondary-navigation .menu {
      font-size: 0.875em;
      width: auto;
      float: left; }
      .secondary-navigation .menu &gt; li:hover &gt; a {
        text-decoration: none; }
      .secondary-navigation .menu ul a {
        padding: 0.326em 0.875em;
        background: rgba(0, 0, 0, 0.05); }
      .secondary-navigation .menu ul li:first-child a {
        padding-top: 1em; }
      .secondary-navigation .menu ul li:last-child a {
        padding-bottom: 1em; }
      .secondary-navigation .menu ul ul {
        margin-top: -0.6180469716em; }
      .secondary-navigation .menu a {
        padding: 1em 0.875em;
        color: #737781;
        font-weight: 400; }
        .secondary-navigation .menu a:hover {
          text-decoration: none; }
  /**
	 * 404 Styles
	 */
  .error404 .fourohfour-columns-2 .col-1 {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%; }
    .error404 .fourohfour-columns-2 .col-1 ul.products {
      margin-bottom: 0; }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 47.8260869565%;
    float: left;
    margin-left: 0; } }


.choose-shipping-popup .shipping-description {
    text-align: center;
    font-size: 17px;
    font-weight: 550;
    color: #43454b;
    line-height: 24px;
    margin-top: 15px;
	    margin-bottom: 30px;
}

.choose-shipping-popup .shipping-description a {
  text-decoration: underline;
      color: #cb0b17;
    margin-top: 5px;
    display: block;
}

.choose-shipping-popup.shown {
  opacity: 1;
  right: 0;
}

.choose-shipping-popup .white-overlay {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 1;
background-color: #000;
    opacity: 0.5;
}

.choose-shipping-popup .entry-title {
    font-size: 30px;
    position: relative;
    padding: 0;
    color: #0f2225;
    font-weight: bold;
    margin: 0;
	background: url(assets/images/pop-truck.png) center top no-repeat;
	padding-top: 35px;
    top: 25px;
}
form.choose-shipping{margin-top: 40px;    margin-bottom: 0;}
.choose-shipping-popup .inner {
  max-width: 40rem;
  width: 100%;
  margin:0 auto;
  padding:0;
  position:absolute;
  top:15%;
  right: 0;
  left:0;
  bottom:0;
  z-index: 2;
}

.choose-shipping-popup .inner-wrapper {
border: none;
    padding: 0;
    background-color: #fff;
    width: 100%;
    height: 450px;
    border-radius: 4px;position: relative;
}
.choose-shipping-popup .shipping-method-wraper {
    margin-bottom: 0;
    display: inline-block;    position: relative;    margin: 0 8px;
}
/*
.choose-shipping-popup .shipping-method-wraper:first-child:after{
  content:"/";position:absolute;display:block;    color: #cb0b17;
    top: -1px;
    left: -14px;
    font-weight: bold;
  }
  */
.choose-shipping-popup .shipping-method-wraper .radio-wrapper {
    display: inline-block;
    margin: 0;
}
.choose-shipping-popup .shipping-method-wraper span.label{
    font-weight: bold;
    border: none;
    margin: 0;
    padding: 0;
    color: #cb0b17;}
.choose-shipping-popup label {
  font-size: 1.263rem;
  font-weight: 700;
  cursor: pointer;
  padding:0;
  display: block;
}
.choose-shipping-popup select {
    -webkit-appearance: none;
    width: 100%;
    border-color: #D9D9D9;
    border-radius: 50px;
    height: 45px;
    padding-right: 45px;
    font-size: 18px;
    outline: none;
    position: relative;
    background: url(assets/images/pointer.png) right 12px top 8px no-repeat;
	color: #cb0b17;
}
.choose-shipping-popup .selected-city{position:relative;    width: 75%;margin: 0 auto;}
.choose-shipping-popup .selected-city:after{
    content: "";
    background: url(assets/images/arrow-point-to-down.svg) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 15px;
    top: 20px;
}
.choose-shipping-popup input[type="submit"]{
background: #cb0b17!important;
    color: #fff!important;
    border-radius: 50px;
    height: 45px;
    padding: 0;
    line-height: 45px;
    background-size: 20px;
    text-align: center;
    width: 165px;
    margin: 19px 0 0;
    font-size: 18px;
}
.choose-shipping-popup:nth-child(even) {
  padding-bottom:2rem;
  border-bottom:2px dashed #000;
}
.choose-shipping-popup .inner-wrapper .pop-close{position: absolute;
    right: 10px;
    top: 10px;cursor: pointer;z-index: 1000;}
.choose-shipping-popup {
  text-align: center;
  font-size: 1.263rem;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  right: -99999px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.main-navigation div.menu{display:none!important}
body.archive.right-sidebar .content-area.recipes-page .col-md-3 {
  margin-bottom: 0;
  padding: 1px;
}
.search-trig{      background-color: transparent!important;
    border: none;
    font-size: 0;
    position: absolute;
    top: auto;
	    bottom: 17px;
    right: 70px;
    background: url(assets/images/magnifying-glass.svg) 0 0 no-repeat;
width: 25px;
    height: 25px;
    background-size: 25px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 45px;}
.select2-container--default .select2-selection--single{    max-width: 500px;
    padding: 0;
    height: 45px;
    padding-right: 15px;
    background-color: #f2f2f2;
    border: none;
    box-shadow: none;}
.woocommerce-MyAccount-content .form-row#billing_date_field,.woocommerce-MyAccount-content .form-row#billing_notes_field{display:none;}
body table.shop_table_responsive tr td{text-align: right;}
body .elementor-widget-accordion .elementor-active .elementor-accordion-icon{color: #cb0b17;}
body .elementor-accordion .elementor-tab-content{border-top: none;}
@media (min-width: 768px){
	.col2-set#customer_login .col-1, .col2-set.addresses .col-1{max-width: 41.1764705882%;}
	.col2-set#customer_login .col-2, .col2-set.addresses .col-2{max-width: 52.9411764706%;float: right;}
	/*.woocommerce-MyAccount-content .form-row{    width: 53.8461538462%;float: left;margin-left: 0;}*/
	.woocommerce-MyAccount-content .form-row#billing_apartment_field{    width: 53.8461538462%;float: left;margin-left: 0;}
	.woocommerce-MyAccount-content .form-row#billing_floor_field,.woocommerce-MyAccount-content .form-row#billing_country_field,.woocommerce-MyAccount-content .form-row#billing_phone_field{width: 38.4615384615%;float: right;margin-left: 7.6923076923%;}
	.woocommerce-MyAccount-content .form-row#billing_postcode_field,.woocommerce-MyAccount-content .form-row#billing_email_field{width: 53.8461538462%;float: left;margin-left: 0;clear: none;}
	body .site-main ul.products.columns-3 li.product,body .site-main ul.products.columns-2 li.product{    margin-left: 0;clear: none!important;    float: right;width: 25%;margin: 0;padding: 10px;}
	/*body.page-id-2561.right-sidebar #secondary{display:none}*/
	body .woocommerce-MyAccount-navigation{width: 14%;float: right;margin-left: 0;margin-top: -2.865vw;}
	body.page-id-2561 .woocommerce-MyAccount-navigation{margin-top: 0.781vw;}
	body .woocommerce-MyAccount-content,body.page-id-2561.right-sidebar .content-area{background: #fff;padding: 0;width: 86%;float: left;margin-left: 0;padding-right: 50px;}
	body.woocommerce-account .hentry.type-page .entry-header{padding-right: 15%;}
}
@media screen and (max-width: 990px) and (min-width: 768px){
	.woocommerce-MyAccount-navigation{padding-right: 15px;}
	body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{font-size: 14px;}
	.header-menu-left{padding-top: 15px;float: right;width: 70%;}
	.woocommerce-active .site-branding{    width: 30%;}
	body .site-header{padding: 15px;}
	.header-top{display: none;}
	.site-search{    position: relative;top: 10px;margin-bottom: 10px;}
	.main-navigation.toggled .primary-navigation{display:block}
	.banner-content.elementor-section{margin-top: 5px;}
	ul.products li.product.type-product, .home-items ul.products li.product.first{    width: 50%;}
	.about-text.elementor-section{width: 50%;left: 15px;    margin-top: 5px;}
	.about-text.elementor-section p{    font-size: 0;}
	.about-text.elementor-section p img{margin: 0 auto;}
	.about-text.elementor-section p a{margin-top: 0;}
	.home-recipes .col-md-3{    flex: 0 0 50%;max-width: 50%;margin-bottom: 30px;}
	.footer-top .footer-top-content img{display: inline-block;vertical-align: middle;}
	.footer-top{    text-align: center;padding: 10px 15px;}
	.elementor-column.home-recipes-link{left: 15px;}
	.footer-main .col-md-8,.footer-main .col-4{flex: 0 0 100%;max-width: 100%;}
	.footer-main .col-md-8{padding: 0 15px;}
	.footer-main .col-4 img{width: 100%;}
	.archive-wraper{margin-top: 15px;}
	.archive-content{margin-top: 15px;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product{width: 50%;}.
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product:nth-child(2n+1){clear:both!important}
	ul.products li.product.type-product .item-wrap-row-view form table.shop_table_responsive tr{background: #fff;}
	ul.products li.product.type-product .item-wrap-row-view form table.shop_table_responsive tr td{width: 70%;float: left;clear: none;text-align: right;padding: 0;padding-right: 15px;}
	ul.products li.product.type-product .item-wrap-row-view form table.shop_table_responsive tr td.product-thumbnail{width: 30%;float: right;}
	table.update_variation_form table.variations tr{width: 100%;}
	table.update_variation_form table.variations .value{display: block;padding-top: 0;}
	table.update_variation_form table.variations .value:after{left: 31px;top: 19px;}
	table.update_variation_form .single_variation_wrap{vertical-align: top;}
	table.cart tbody tr#new_row .quantity{margin-bottom: 20px;}
	table.cart tbody tr#new_row button#single_add_to_cart_button_id{width: 180px;}
	table.cart tbody tr#new_row span#cancel{left: 0;}
	table.update_variation_form table.variations .value select{width: 100%;}
}

@media screen and (max-width: 1282px) and (min-width: 992px){
  ul.products li.product .item-wrap .price-cart.p-not-var a.add_to_cart_button {
    width: 95px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1200px){
  .recipes-page .main-image img:not(.vid_img) {
      height: 230px;
  }
  .price-cart.p-not-var {
      padding: 0;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px){
  .site-header-cart .cart-contents span.title {
      display: none !important;
  }
  .header-menu-left.menu {
    width: 100%;
    padding: 0;
    float: none;
  }
  ul#site-header-cart {
      float: none;
  }
  .header-menu-left .site-header-cart .cart-contents {
      padding: 0;
      width: 31px;
      height: 31px;
      margin: 0 !important;
      background-size: 100%;
      background-repeat: no-repeat;
  }
  .header-menu-left .site-header-cart .cart-contents .count {
      bottom: 15px;
  }
  .header-menu-left.menu {
      margin: 0;
  }
  .header-menu-left .site-header-cart .cart-contents .count {
      font-size: 12px;
      width: 15px;
      height: 15px;
      padding: 2px 0;
      right: -5px;
  }
}

@media screen and (max-width: 992px){
button.menu-toggle,button.menu-toggle:hover{background-color: transparent!important;border: none;font-size: 0;position: absolute;top: 85px;left: 15px;background: url(assets/images/MENU.svg) 0 0 no-repeat;width: 32px;height: 25px;}
	.main-navigation.toggled button.menu-toggle{background: url(assets/images/close_menu.svg) 0 0 no-repeat;}
	button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before{display:none;}
	.main-navigation ul li{float: none;width: 100%;position: relative;border-left: 1px solid #e6e6e6;border-top: 1px solid #e6e6e6;}
	.main-navigation.toggled .primary-navigation{background-color: #fff;text-align: center;}
	 .rtl .main-navigation .menu-item img{top: 10px;display: block;margin: 5px auto;height: auto;position: absolute;left: 0;right: 0;width: 55px;}
	 .main-navigation ul li:last-child &gt; a, .main-navigation ul.menu li:last-child &gt; a:hover{color: #cb0b17!important;}
	 .banner-content.elementor-section .elementor-text-editor p a:first-child,.banner-content.elementor-section .elementor-text-editor p a:last-child{background-position: right 15px top 15px;}
	 .how-it-works .elementor-text-editor p{margin: 0;    margin-left: 0;margin-top: 0;text-align: center;    display: block;}
	 .how-it-works .elementor-text-editor p img{margin: 0 auto;}
	 .how-it-works .elementor-text-editor ul li,.how-it-works .elementor-text-editor ul li:first-child{width: 30%;vertical-align: top;display: inline-block;    margin-left: 0;background: none;padding: 0;margin-top: 25px;}
	 .how-it-works .elementor-text-editor ul li img{display: block;margin-left: 0;}
	 .elementor-section.home-items .elementor-col-33{display:none;}
	 .elementor-section.home-items .elementor-col-66{    width: 100%!important;}
	 .category-side .side-cart{display: none;}
	 table.shop_table_responsive tr td{text-align: right;}
   .p-right-content{width: 100%;}
	body.single-product div.product .summary{width: 100%}
	.single-product div.product .woocommerce-tabs{    width: 100%;padding: 0 15px;}
	.site-main .related  ul.products.columns-3 li.product,body .site-main ul.products.columns-3 li.product, body .site-main ul.products.columns-2 li.product{width: 50%;margin-left: 0;}
	 body.woocommerce-cart .woocommerce-cart-form{width: 100%;}
	 body.woocommerce-cart .cart-collaterals{    width: 100%;padding-right: 0;}
	 table.shop_table_responsive tr td.product-name{    width: 250px;    text-align: right;}
	 .checkout-wraper .right-part{width: 100%;}
	 .checkout-wraper .left-part{margin-top: 20px;width: 100%;}
	 .checkout-wraper{padding: 0;}
	 .woocommerce-checkout .woocommerce-form-login,.woocommerce-checkout .woocommerce-form-login-toggle{padding: 0 15px;}
	 body .checkout-header .site-branding .site-branding{width: 33%;}
	 body .checkout-header .site-branding.checkout-title{margin: 0 auto;}
	 body.archive.right-sidebar .content-area{    padding: 0 15px;}
	 .recipes-content .title-main:after{width: 83%;}
	 body.archive.right-sidebar .content-area.recipes-page .col-md-3{flex: 0 0 50%;max-width: 50%;}
	 .recipe-page .recipe-content .col-md-6{flex: 0 0 100%;max-width: 100%;}
	 .recipe-page{padding: 0 15px;}
	 .recipe-right .mizrahim{    max-width: 80%;}
	 .recipe-right .share-icons{left: 0;}
	.recipe-page .recipe-content .main-image img{margin: 0 auto;}
	.woocommerce-breadcrumb{padding: 0 15px;}
	.cuting-content  .elementor-column.elementor-col-25{width: 50%;}
	.faq-page{max-width: 100%;}
	.contact-page .elementor-column.elementor-col-33,.contact-page .elementor-column.elementor-col-66{width: 100%;}
  .contact-left{margin-top: 0;padding-right: 0;}
  aside.category-side {display: none;}
  .woocommerce-checkout .checkout-wraper .left-part .coupon-block .checkout_coupon .button,
  .checkout-wraper .left-part input#pwgc-redeem-button {
      font-size: 18px;
      height: 60px;
  }
  .checkout-wraper .left-part input#pwgc-redeem-gift-card-number {
      background: #ffffff;
      border-top-right-radius: 50px;
      height: 60px;
      box-shadow: none;
      padding-top: 0;
      padding-bottom: 0;
      width: 75%;
      border-bottom-right-radius: 50px;
      padding: 0;
      padding-right: 15px;
      line-height: 60px;
      font-size: 19px;
      position: relative;
      top: 0;
  }
  #jckqv .qty-input {
    height: 43px;
  }
  #jckqv .unit {
      top: 9px;
  }
  span#select2-billing_city-container {
      font-size: 17px;
      width: 100%;
      background: #fff;
      box-shadow: none;
      border: 1px solid #D9D9D9;
      padding: 0;
      padding-right: 10px;
      height: 45px;
      line-height: 45px;
  }
  .product-main aside {
      position: relative;
      width: 100%;
      padding: 0;
  }
  .elementor-menu-toggle.elementor-active:focus, .elementor-menu-toggle:focus {
      outline: none !important;
  }
  .archive.post-type-archive .recipes-page .main-image img:not(.vid_img) {
      height: 340px;
  }
  .header-menu-left .site-header-cart a.cart-contents .title{display: none;}
  .header-menu-left.menu {
    width: 100%;
    padding: 0;
    float: none;
  }
  ul#site-header-cart {
      float: none;
  }
  .header-menu-left .site-header-cart .cart-contents {
      padding: 0;
      width: 31px;
      height: 31px;
      margin: 0 !important;
      background-size: 100%;
      background-repeat: no-repeat;
  }
  .header-menu-left .site-header-cart .cart-contents .count {
      bottom: 15px;
  }
}
.header-menu-left .site-header-cart .widget_shopping_cart.active {
  display: block;
  right: -5px;
  left: auto;
  width: calc(100% + 10px);
}
 .header-menu-left .widget_shopping_cart.active .product_list_widget{height: auto;}

 @media screen and (max-width: 768px){
  button.single_add_to_cart_button.button.disabled.wc-variation-selection-needed {
      width: 140px;
      height: 45px;
  }
  #reviews.woocommerce-Reviews .comment-form-rating label {
      padding-right: 0;
  }
  #reviews .comment-form-rating:after {
      left: 0px;
  }
}

@media screen and (max-width: 768px){
	body.archive .site-content h1{font-size: 40px;top: 20%;}
	.main-navigation .mobile-main-menu{display:none;}
	.main-navigation.toggled .primary-navigation,.main-navigation.toggled .mobile-main-menu{display: block;}
	.main-navigation.toggled .mobile-main-menu{background-color: #fff;text-align: center;float: right;width: 100%;position: absolute;top: 123px;background: #fff;}
	.header-top{line-height: 18px;}
	.header-top .top-shipping .textwidget{background: none;padding-right: 0;text-align: center;}
	.header-top .top-shipping .textwidget p strong{background: url(assets/images/truck.svg) right 5px no-repeat;padding-right: 22px;background-size: 14px;}
	.header-top p{font-size: 15px;}
	.header-top .top-shipping a{background-position:0 5px}
	.site-branding{width: 65%;}
	button.menu-toggle, button.menu-toggle:hover{right: 15px;bottom:17px;top: auto;    left: auto;}
	 .custom-logo-link img{    max-width: 120px;float: left;}
	body .site-header{padding-bottom: 10px;padding-top: 10px;position: fixed;right: 0;left: 0;width: 100%;top: 0;z-index: 100000;transition: all .5s ease;}
	body .sticky-header{    top: -57px;padding-top: 15px;}
	.site-search{position: absolute;width: 95%;bottom: -50px;top: auto;margin: 0 auto;right: 0;left: 0;}
	.site-search.active{display:block;}
	.header-menu-left .site-header-cart a.cart-contents, .header-menu-left .site-header-cart a.cart-contents:hover{display: block;}
	.header-menu-left .site-header-cart a.cart-contents{position: relative;height: 28px;margin-right: 25px;}
	.header-menu-left .site-header-cart .cart-contents .count{line-height: 17px;width: 18px;height: 18px;top: 0;font-size: 13px;}
	.header-menu-left .whatsapp img{width: 27px;}
	.header-menu-left .site-header-cart .widget_shopping_cart{position: absolute;top: 100%;width: 100%;z-index: 999999;background-color: #f0f0f0;font-size: 0.875em;right: -999em; min-width: auto;}
	.site-header-cart .widget_shopping_cart:before{left: 20px;}
	.footer-top .footer-top-content .news-form .item,.footer-top .footer-top-content .mc4wp-form{width: 100%;margin: 0;margin-top: 10px;}
	.banner-content.elementor-section img{display:none;}
	body .elementor-column-gap-default&gt;.elementor-row&gt;.elementor-column&gt;.elementor-element-populated{padding: 0;}
	.banner-content.elementor-section h1{font-size: 20px;}
	.banner-content.elementor-section .elementor-text-editor p a{height: 40px;line-height: 40px;font-size: 16px;    width: 40%;margin: 8px 10px 0;}
	.banner-content.elementor-section .elementor-text-editor p a:first-child{    background-position: right 18px top 14px;background-size: 20px;}
	.banner-content.elementor-section .elementor-text-editor p a:last-child{background-position: right 15px top 14px;background-size: 15px;}
	.how-it-works .elementor-text-editor p img{    width: 145px;}
	.how-it-works .elementor-text-editor ul li, .how-it-works .elementor-text-editor ul li:first-child{ margin-left: 10px;    margin-right: 0;line-height: 18px;margin-top: 15px;width: 30%;font-size: 15px;    text-align: right;}
	.how-it-works .elementor-text-editor ul{    text-align: center;}
	.banner-content.elementor-section h2{    font-size: 40px;}
	.how-it-works .elementor-text-editor h4{font-size: 40px;    width: 100%;text-align: center;}
	.how-it-works{padding: 10px 0 25px;}
	.how-it-works .elementor-text-editor ul li img{width: 60px;}
	.how-it-works .elementor-text-editor ul li:last-child  img{    margin-top: 3px;margin-bottom: 5px;}
	.how-it-works .elementor-text-editor ul li:last-child{margin-left: 0;}
	.rtl .main-navigation .menu-item img{width: 50px;top: 15px;}
	/*.main-navigation .menu{    position: absolute;top: 123px;    background: #fff;}*/
	.main-navigation ul li:nth-child(even){border-left:none}
	.home-items .home-products .elementor-shortcode .widget_text .widget-title{    font-size: 25px;}
	.home-items .home-products .elementor-shortcode .widget_text strong a{font-size: 13px;}
	.home-items{padding-top: 20px;}
	.home-items .home-products .elementor-shortcode .widget_text strong{top: 4px;left: 10px;}
	.home-items .home-products .elementor-shortcode .widget_text .widget-title:after{width: 65%;}
	.home-items .home-products .elementor-shortcode .widget_text:first-child strong a,.home-items .home-products .elementor-shortcode .widget_text:last-child strong a{    background-size: 12px;padding-left: 25px;background-position:6px 6px;}
	.home-items .home-products .elementor-shortcode .widget_text .widget-title:after{    left: 80px;width: 30%;}
	ul.products li.product.type-product, .home-items ul.products li.product.first,.site-main .related ul.products.columns-3 li.product, body .site-main ul.products.columns-3 li.product, body .site-main ul.products.columns-2 li.product{width: 100%;    padding: 0;}
	.home-items ul.products,.mobile-site .home-recipes .related-posts .recipes-page{padding-right: 15px;}
	.owl-carousel .owl-stage{padding-left: 0px !important;padding-right: 0px !important;}
	ul.products li.product a.add_to_cart_button, ul.products li.product a.iconic-wqv-button{    width: 55%;height: 40px;line-height: 40px;text-align: center;padding-left: 0;font-size: 16px;    background: #cb0b17;}
	ul.products li.product.type-product .price{    width: 100%;padding-left: 0;font-size: 17px;}
	ul.products li.product.type-product .item-wrap .price-cart a.woocommerce-loop-product__link{ width: 45%;}
	ul.products li.product.type-product .price del, body.single-product div.product p.price del{font-size: 17px;}
	ul.products li.product.type-product .price ins, body.single-product div.product p.price ins{font-size: 17px;}
	.about-text.elementor-section h3{font-size: 35px;}
	.site-content,body:not(.home).right-sidebar .site-content,body:not(.home).archive.right-sidebar .site-content,body:not(.home).right-sidebar.woocommerce-cart .site-content,body:not(.home).right-sidebar.single-recipe .site-content{margin-top: 115px;}
	body:not(.home).right-sidebar.single-product .site-content{margin-top: 0;}
	body.single-product .storefront-breadcrumb{margin-top: 105px;margin-bottom: 10px;}
	.footer-top{    padding-right: 15px;padding-left: 15px;margin: 0 auto;    text-align: center;}
	.footer-top .footer-top-content .news-form .item.submit{    left: 1px;    text-align: left;    width: auto;}
	.footer-top .footer-top-content p strong{font-size: 40px;}
	.footer-top .footer-top-content .news-form .item.submit [type="submit"]{width: 105px;}
	.footer-top .footer-top-content img, .footer-top .footer-top-content p{margin-left: 0;margin: 0 auto;}
	.footer-top .footer-top-content img:first-child{max-width: 50px;margin: 15px auto;}
	.footer-top .footer-top-content img:last-child{max-width:none;margin: 15px auto 5px;}
	.footer-top .footer-top-content #text-6{width: 100%;	}
	.footer-top .footer-top-content .widget_text .textwidget p:nth-child(3){background: none;    padding-left: 0;}
	.footer-top .footer-top-content li{    margin: 0 10px;}
	.footer-main .col-md-8,.footer-main .col-md-4{    flex: 0 0 100%;max-width: 100%;}
	.footer-main .col-md-8{padding: 0 15px;}
	.footer-main .col-md-4{margin-top: 15px;}
	.footer-main .col-md-12 .widget_text{width: 100%;}
	.footer-main .col-md-12 .widget_text:not(#text-8) .textwidget{display:none}
	.footer-main .col-md-12 .widget_text:not(#text-8) .textwidget li a{font-size:17px;}
	.footer-main .col-md-12 .widget_text:not(#text-8){border-top: 1px solid #D9D9D9;    margin-top: 10px;padding-top: 10px;}
	.footer-main .col-md-12 .widget_text:not(#text-8) .widget-title{position:relative}
	.footer-main .col-md-12 .widget_text:not(#text-8) .widget-title:after{content:"+";position:absolute;display:block;    left: 0;top: -7px;font-size: 25px;}
	.footer-main .col-md-12 .widget_text:not(#text-8) .widget-title.active:after{content:"-";position:absolute;display:block;    left: 0;top: -7px;font-size: 25px}
	ul.products li.product.type-product .item-wrap img{max-height: none;}
	ul.products.owl-carousel li.product.type-product .item-wrap img{max-height: 160px;max-width: 100%;width: auto;}
	ul.products li.product.type-product .woocommerce-loop-product__title{line-height: normal;  margin-right: 0;margin-left: 0;}
	.about-text.elementor-section img{display:none;}
	.about-text.elementor-section br{display:none;}
	.about-text.elementor-section{margin-top: 70px;}
	.about-text.elementor-section p{    line-height: 20px;padding: 0 15px;font-size: 15px;}
	.about-text.elementor-section p a{width: 135px;font-size: 17px;    line-height: 38px;height: 38px;background-position:20px 16px}
	.home-recipes{padding-top: 15px;padding-bottom: 15px;}
	.home-recipes .col-md-3{padding: 0;}
	.home-recipes .recipes-page .re-details .title:before{right: 2px;}
	.home-recipes .recipes-page .re-details .title h3{    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 98%;font-size: 15px;}
	.recipes-page .re-details .title a{font-size: 16px;}
	.recipes-page .re-details .meals span{    font-size: 30px;}
	.recipes-page .re-details .meals{line-height: 21px;font-size: 15px;}
	.home-recipes .elementor-widget-container h5{font-size: 25px;}
	.elementor-column.home-recipes-link a{    background-size: 12px;padding-left: 25px;background-position: 6px 6px;font-size: 13px;}
	.elementor-column.home-recipes-link{top: -3px;}
	.home-recipes .elementor-widget-container h5:after{left: 68px;width: 44%;}
	.recipes-page .main-image .details-ab{display:none!important}
	.footer-bottom .col-md-4{    flex: 0 0 100%;max-width: 100%;margin: 5px 0;}
	.footer-bottom img{margin:0 auto}
	.footer-bottom p{font-size: 15px;}
	.footer-bottom .credit{text-align: center;}
	.banner-content.elementor-section{margin-top: 15px;}
	.archive-wraper .category-side .listview-toggle{display: none;}
	body.archive.right-sidebar .content-area{padding: 0;}
	.archive-wraper .category-side .filter-block .widget_layered_nav{display: none;}
	.archive-wraper .category-side .filter-block{    margin-bottom: 15px;margin-top: 15px;padding: 5px 0;}
	.archive-wraper .category-side .filter-block .title{    background-position: right center;background-size: 22px;    padding-top: 0;margin-bottom: 0;padding-right: 35px;margin-right: 15px;    font-size: 19px;text-align: right;position: relative;}
	.archive-wraper .category-side .filter-block .title:after{    content: "+";position: absolute;display: block;left: 15px;top: -7px;font-size: 25px;}
	.archive-wraper .category-side .filter-block.active .title:after{content: "-";position: absolute;display: block;left: 15px;top: -7px;font-size: 25px;}
	.archive-wraper .category-side .filter-block .widget_layered_nav.widget .widget-title:after{left: 0;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product{width: 100%;    margin-bottom: 15px;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap{display: none;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view{display: inline-block!important;width: 100%;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table,.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view tbody,.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view tr{display: inline-block;width: 100%;    background: #fff;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view tr{padding: 15px 0;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-thumbnail{width: 40%;float: right;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-name{float: right;width: 50%;clear: none;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations{width: 100%;margin-top: 15px;display: inline-block;padding-left: 15px;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations .variation:after{top: 17px;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations .variation{width: 48%;float: right;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations .variation:first-child{margin-left: 13px;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations .variation select{height: 40px;font-size: 15px;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations .variation select#pa_prod_cutting{background-position:right 15px top 10px;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations .variation select#pa_prod_packaging{background-position:right 12px top 10px;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-note{width: 100%;display: inline-block;padding: 0 15px;text-align: right;margin-top: 10px;}
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-note p#product_note_field textarea{height: 40px;font-size: 15px;width: 100%;line-height: 40px;}
  /*
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-add-to-wishlist{    position: absolute;top: 15px;left: 10px;font-size: 0;width: auto;padding: 0;margin: 0;}
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-add-to-wishlist a{    font-size: 0;width: 20px;height: 25px;padding: 0;background-size: 20px;}
  */
  .site-main .archive-wraper .archive-content ul.products li.product .item-wrap-row-view .woocommerce-loop-product__title{width: 95%;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view .yith-wcwl-add-to-wishlist{    margin: 0;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td[data-title]::before{display:none;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-quantity{margin-top: 15px;float: right;width: 45%;text-align: right;clear: none;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-add{margin-top: 15px;float: left;width: 55%;text-align: right;clear: none;padding-left: 15px;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-add .button.single_add_to_cart_button{width: 100%;margin-right: 0;    text-align: center;padding: 0;background-position: right 17px top 11px;}
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-quantity .quantity-wraper{width: 100%;}
	body.single-product.right-sidebar .content-area .product-main{padding: 0;}
	body.single-product div.product .summary{    width: 100%;padding-right: 15px;padding-left: 15px;margin-top: 20px;float: right;margin-bottom: 0;}
	body.single-product div.product .summary .yith-wcwl-add-button a {    padding-right: 35px;background-size: 23px;}
	table.woocommerce-product-attributes:not( .has-background ) th{    width: 45%;}
	body.single-product div.product .summary .variations .variation select{min-width: 100%;}
	body.single-product div.product .summary .variations .variation{width: 43%;margin-left: 10px;}
	body.single-product div.product .summary p#product_note_field textarea{font-size: 14px;}
	body.single-product div.product .summary .yith-wcwl-add-to-wishlist{    margin-top: 15px;float: right;margin-right: 0;width: 100%;}
	.single-product div.product .related h2:after{    left: 15px;width: 40%;}
	.site-main .related ul.products.columns-3 li.product{width: 100%;}
	.site-main .related ul.products{padding-right: 15px;}
	#reviews .commentlist li p.meta{    position: static;width: 100%;clear: both;}
	body.single-product #reviews .commentlist li .comment_container .comment-text .star-rating{margin-bottom: 10px;}
	#reviews .commentlist li .description{    width: 100%;}
	#reviews .commentlist li p.meta{margin-bottom: 0;}
	#reviews .commentlist li .description p{margin: 0;}
	body.single-product #reviews .commentlist li .comment_container .comment-text{padding-right: 0;}
	#reviews .commentlist li p.meta{    margin-bottom: 0;}
	.woocommerce-Reviews .comment-form-comment textarea{width: 100%;}
	.woocommerce-Reviews .comment-form-comment, .woocommerce-Reviews .comment-form-author, .woocommerce-Reviews .comment-form-email, .woocommerce-Reviews .form-submit{margin: 0;}
	#reviews.woocommerce-Reviews{line-height: 35px;}
	#reviews.woocommerce-Reviews p.stars{margin-bottom: 10px;}
	#respond .form-submit{width: 100%;margin-top: 15px;}
	#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input{    height: 40px;}
	 .header-menu-left .widget_shopping_cart_content form{margin: 0;}
	.widget_shopping_cart p.total{padding: 1em 0 0;}
	.table.cart{display: inline-block;width: 100%;background: transparent;}
	table.cart.shop_table_responsive tr td.product-thumbnail{width: 40%;float: right;}
	table.cart tbody tr{padding: 15px 0;    position: relative;}
	table.cart.shop_table_responsive tr td.product-name{    text-align: right;float: right;width: 55%;clear: none;}
	table.cart.shop_table_responsive tr td[data-title]::before{display:none;}
	table.cart.shop_table_responsive tr td.product-name .woocommerce-Price-amount{display:none;}
	table.cart.shop_table_responsive tr td.product-subtotal{text-align: left;float: left;width: 45%;clear: none;margin-top: 13px;padding-bottom: 0;padding-left: 15px;}
	table.cart.shop_table_responsive tr td.product-note{text-align: right;float: right;width: 55%;clear: none;margin-top: 10px;}
	.woocommerce-cart-form table.cart td.product-remove a.remove{position: static;}
	table.cart.shop_table_responsive tr td.product-remove{position: absolute;top: 10px;left: 10px;border: none;}
	table.cart.shop_table_responsive tr td.product-subtotal{    float: right;width: 45%;margin: 0;padding-right: 0;padding-left: 15px;padding-bottom: 0;clear: none;}
	table.cart.shop_table_responsive tr td.product-note{    float: right;width: 55%;clear: none;    margin: 0;}
	table.cart td.product-remove a.remove{position: static;}
	table.cart.shop_table_responsive tr td.product-quantity{text-align: right;float: right;width: 55%;clear: none;margin: 10px 0 20px;}
	table.cart tbody tr.brn-row{padding: 0 15px;}
	body.woocommerce-cart table.cart tr.brn-row td button:disabled, body.woocommerce-cart table.cart tr.brn-row td button, body.woocommerce-cart table.cart tr.brn-row td button:hover{float: left;width: 45%;margin-left: 0;}
	table.cart tr.brn-row td a{float: right;width: 45%;margin-left: 0;}
	table.cart{margin-bottom: 0;}
	body.woocommerce-cart .cart-collaterals .cart_totals{padding: 30px 15px;}
	body.woocommerce-cart .cart-collaterals .cart_totals .coupon input[type='text']{font-size: 17px;}
	table.shop_table_responsive tr td[data-title]::before{display:none;}
	table.table-totals.shop_table_responsive tbody tr td{padding-right: 10px;width: 100%;text-align: right;}
	table.table-totals.shop_table_responsive tbody tr th{display: table-cell;}
	.woocommerce-cart-form table.cart {margin-bottom: 0;}
	.checkout-header .custom-logo-link img{margin: 0;    margin-right: 15px;float: none;}
	body .checkout-header .site-branding.checkout-title{width: 100%;padding-bottom: 20px;padding-top: 10px;}
	.checkout-wraper .left-part{padding-right: 0;}
	body .checkout-header .site-branding.checkout-title h1{line-height: 30px;}
	body .checkout-header .site-branding.checkout-whatsapp{    width: auto;text-align: center;position: absolute;left: 15px;top: 0;padding: 0;}
	body .checkout-header .site-branding.checkout-whatsapp p{background-size: 30px;width: 30px;height: 35px;padding: 0;font-size: 0;}
	.checkout-wraper .woocommerce-billing-fields .form-row#billing_apartment_field,.checkout-wraper .woocommerce-billing-fields .form-row#billing_floor_field,.checkout-wraper .woocommerce-billing-fields .form-row#billing_enter_code_field,.checkout-wraper .woocommerce-billing-fields .form-row#billing_date_field{display: inline-block;width: 100%;}
	.checkout-wraper .left-part .coupon-block{width: 95%;margin: 0 auto;    right: 0;}
	.checkout-wraper .left-part .coupon-block .checkout_coupon .input-text{font-size: 17px;}
	.checkout-wraper .left-part .coupon-block .checkout_coupon .button{font-size: 17px;}
	.woocommerce-checkout-review-order table:not( .has-background ) tbody td span.title{width: 65%;}
	.checkout-wraper .left-part #payment .place-order .button{background-position:right 14vw top 15px;}
	.login-form .reg-block{padding-right: 0;}
	body.page.elementor-page .content-area{padding: 30px 15px;}
	.site-main,.hentry{margin: 0 0 0;}
	.cuting-content .elementor-column.elementor-col-25 {width: 100%;margin-bottom: 20px;}
	.contact-left ul{    padding: 30px;}
	.elementor-196 .elementor-element.elementor-element-474b414 &gt; .elementor-widget-container{  background-image: none!important;background-color: #cb0b17;width: 100%;height: auto;}
	.recipes-content .title-main:after{display:none;}
	body.archive.right-sidebar .content-area.fishipedia{    margin-top: 0;}
	body.archive.right-sidebar .content-area.fishipedia .title-main {margin-bottom: 0;}
	.recipes-filters ul li:not(.title){display:none}
	.recipes-filters ul li a{    width: 100%;}
	.recipes-filters ul li{margin-left: 0;width: 100%;margin-bottom: 10px;float: right;position: relative;}
	.recipes-filters ul li.title{    width: auto;padding-left: 20px;}
	.recipes-filters ul li.title:after{content: "+";position: absolute;display: block;left: 0;top: -7px;font-size: 25px;}
	.recipes-filters ul.active li.title:after{    content: "-";position: absolute;display: block;left: 0;top: -5px;font-size: 25px;}
	body.archive.right-sidebar .content-area.recipes-page .col-md-3 {flex: 0 0 100%;max-width: 100%;    padding: 0;}
  .recipe-right { margin-top: 15px; padding: 0 15px; }
  .recipe-right .share-icons{position: static;margin-top: 10px;}
	.recipe-right .details-top div{    margin-left: 11px;margin-top: 0;margin-bottom: 10px;}
	.recipe-right .mizrahim h2{margin: 0;}
	.recipe-right .mizrahim{max-width: 100%;}
	.recipe-right .share-icons li{margin-bottom: 0;    margin-left: 5px;display: inline-block;}
	.recipe-content .shopping-list .item-wrap-row-view ul li.product-add, .recipe-content .shopping-list .item-wrap-row-view ul li.product-quantity{padding-left: 0;margin-top: 0;}
	.recipe-content .shopping-list .item-wrap-row-view ul li.product-name{margin-top: 0;padding-right: 15px;}
	.recipe-content .shopping-list .item-wrap-row-view ul li{float: right;}
	.recipe-content .shopping-list .item-wrap-row-view ul li.product-add{margin-top: 10px;}
	.recipe-right .details-top div span{height: 40px;line-height: 34px;}
	#jckqv_summary .variations .variation{    width: 100%;margin-bottom: 15px;}
	#jckqv_summary .quantity-wraper{width: 115px;}
	#jckqv .button{    margin-right: 3px;    font-size: 19px;width: 165px;}
	#jckqv_summary .variations .variation select{min-width: 100%;}
	.woocommerce-column.col-1,.woocommerce-column.col-2,
	.woocommerce-Address.col-1,.woocommerce-Address.col-2{flex: 0 0 100%;max-width: 100%;}
	.hentry .entry-content .woocommerce-MyAccount-navigation ul{padding-right: 15px;}
	body.woocommerce-account .site-main{    margin: 0 15px 0;}
	.product-ship .widget .widget-title{font-size: 18px;}
	 .widget_shopping_cart .product_list_widget li .cart-data{    max-width: 40%;}
	.elementor-widget-image.about-image{margin-top: 25px;}
	body .post-2561{padding: 15px;}
	.login-form .reg-block ul{padding-right: 0;}
	.recipe-page .main-image iframe{height:193px;}
	body .checkout-header .site-branding.checkout-whatsapp p a{    display: block;width: 32px;height: 35px;}
	table.cart.shop_table_responsive tr td.WOO_CK_WUVIC_thumbnail{width: 40%;padding: 0;float: right;    padding-top: 25px;clear: none;}
	table.update_variation_form .single_variation_wrap{width: 100%;}
	table.cart tbody tr#new_row .quantity, table.cart tbody tr#new_row button#single_add_to_cart_button_id{    width: 90%;}
	table.cart tbody tr#new_row .quantity .quantity-wraper{width: 100%;margin-bottom: 15px;}
	table.cart tbody tr#new_row span#cancel{    top: -30px;left: 0;}
	table.cart.shop_table_responsive tr td.variations{width: 57%;padding: 0;float: right;    clear: none;    padding-top: 25px;}
	table.update_variation_form table.variations{    width: 100%;}
  table.update_variation_form table.variations td{padding: 0;}
	table.cart tbody tr#new_row td tr{padding-top: 0;}
	table.update_variation_form table.variations .value:after{left: 15px;top: 20px}
  table.update_variation_form table.variations .value select{width: 100%;}


  table.cart tbody tr {
      padding-bottom: 45px;
      display: inline-block;
  }
  td.product-price {
      display: none !important;
  }
  table.cart.shop_table_responsive tr td.product-thumbnail {
      float: none;
      width: 40%;
      display: inline-block;
  }
  table.cart.shop_table_responsive tr td.product-quantity {
      display: inline-block;
      width: 46%;
      float: none;
  }
  .quantity-wraper {
      max-width: 100%;
  }
  table.shop_table_responsive tr td.product-thumbnail img {
      display: block;
      width: 100%;
      max-height: unset;
  }
  table.cart.shop_table_responsive tr td.product-name {
      display: inline-block;
      float: none;
  }
  table.cart.shop_table_responsive tr td.product-subtotal {
      display: inline-block;
      float: none;
      padding-top: 25px;
      text-align: right;
      margin-right: 20px;
  }
  table.cart.shop_table_responsive tr td.product-note {
      position: absolute;
      bottom: 15px;
      width: 100%;
      float: none;
      right: 0;
      left: 0;
      padding: 0 15px;
  }
  dt.variation- {
      display: inline-block;
  }
  dl.variation dd {
    margin: 0 !important;
    display: inline-block;
  }
  table.shop_table_responsive tr td.product-name .variation {
      display: block;
  }
  .error-404.not-found {
      text-align: center;
  }
  .error-404.not-found img {
      display: block;
      margin: auto;
  }
  .archive .side-cart {
    display: none !important;
  }
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
      display: block;
      width: 100%;
      max-width: 100%;
  }
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody {
      display: block;
      width: 100%;
      max-width: 100%;
  }
  .side-cart form.woocommerce-cart-form, #site-header-cart form.woocommerce-cart-form {
      max-height: 275px;
  }
   .header-menu-left .widget_shopping_cart p.total {
      padding: 10px 0;
  }
  p.woocommerce-mini-cart__total.total span.amaout-left {
      line-height: 1;
      margin-bottom: 5px;
  }
  body.woocommerce-cart .woocommerce-cart-form {
    display: block;
  }
  .buy-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #f3f3f3;
    margin: 0 !important;
    padding: 10px 25px;
  }
  .dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input {
    padding-right: 20px;
    background: #fff;
    border-radius: 50px;
    height: 50px;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #D9D9D9;
    font-size: 19px;
    font-style: normal;
    background: url(assets/images/magnifying-glass.svg) 15px 9px no-repeat !important;
    padding-left: 20px;
  }
  .dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 50px;
  }
  .rtl .dgwt-wcas-om-bar .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    z-index: 999999;
    background-color: #fff;
    opacity: 1;
    border-radius: 50px;
    height: 35px;
    width: 45px;
    background-position: center;
    top: 6px;
  }
  .dgwt-wcas-inner-preloader {
    background-color: #fff;
    z-index: 999999;
    opacity: 1;
    top: 6px;
    border-radius: 50px;
    height: 35px;
    width: 50px;
  }
  .dgwt-wcas-om-bar .dgwt-wcas-om-return {
    background: #e2e2e2;
  }
  .woocommerce-form-login-toggle {
    width: 100%;
  }
  .e-links a {
      width: 100% !important;
      margin: 0 !important;
      margin-bottom: 25px !important;
  }
  .cempty-title {
    line-height: 1;
  }
  input#pwgc-redeem-gift-card-number, input#pwgc-redeem-button,
  input#coupon_code, form.checkout_coupon.woocommerce-form-coupon button.button {
      height: 55px !important;
      font-size: 16px;
      vertical-align: middle;
  }
  .woocommerce-checkout .coupon-voucher {
      width: 90%;
      left: 0;
      right: 0;
  }
  .woocommerce-checkout .checkout-wraper .left-part input#pwgc-redeem-gift-card-number {
      height: 55px;
      font-size: 14px;
  }
  .woocommerce-checkout .checkout-wraper .left-part input#pwgc-redeem-button {
      font-size: 17px;
      height: 55px;
  }
  form.woocommerce-form.woocommerce-form-login.login .col-md-4 {
      margin-bottom: 25px;
  }
  .checkout-wraper .left-part input#pwgc-redeem-button {
      top: 0;
  }
  button.wait:after {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f110";
    -webkit-animation: fa-spin 0.75s linear infinite;
    animation: fa-spin 0.75s linear infinite;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -10px;
    margin-top: -10px;
    display: block;
  }
  button.single_add_to_cart_button.button.wait {
    position: relative;
    opacity: 0.6 !important;
  }
  .woocommerce-checkout-review-order table:not( .has-background ) tbody tr.order-total td:after {
    bottom: 50%;
  }
  .checkout-wraper .right-part .header-shipping-methods .ship-title {
    font-size: 20px !important;
    color: #fff;
    font-weight: bold;
    padding-right: 20px;
    height: 45px;
    line-height: 43px;
    margin-bottom: 20px;
  }
  .ocws-notice-success {
      font-size: 14px;
      line-height: 1.3;
  }
  .ocws-shipping-notices .ocws-notice-notice {
      font-size: 14px;
      line-height: 1.3;
      color: #6d6d6d;
      font-weight: normal;
  }
  .ocws-shipping-notices .ocws-notice-notice:before {
      content: "*";
      color: red;
  }
  .checkout-wraper .right-part #checkout_payments ul .payment_method_cardcom span.title {
      font-size: 16px !important;
  }
  span.select2.select2-container.select2-container--default {
      width: 100% !important;
  }
  p#billing_house_num_field, p#billing_apartment_field, p#billing_floor_field {
      width: calc(33% - 6px) !important;
      font-size: 0;
      display: inline-block;
      margin-bottom: 25px;
      float: none !important;
  }
  p#billing_house_num_field span.error, p#billing_apartment_field span.error, p#billing_floor_field span.error {
      line-height: 1.3;
      font-size: 11px;
      right: 6px !important;
      bottom: -15px !important;
  }
  p#billing_apartment_field, p#billing_floor_field {
      margin-right: 10px !important;
  }
  .coupon-tab, .voucher-tab {
      padding: 15px 0;
  }
  .checkout-wraper .left-part .coupon-block {
      width: 100%;
  }
  .woocommerce-checkout .checkout-wraper .left-part .coupon-block .checkout_coupon .button,
  .checkout-wraper .left-part input#pwgc-redeem-button {
      top: 0;
      height: 55px;
  }
  .checkout-wraper .left-part .coupon-block .checkout_coupon .input-text {
      font-size: 14px;
      height: 54px;
  }
  .checkout-wraper .right-part #checkout_payments ul .payment_method_cardcom span.title:after {
      content: "";
      background-image: url(assets/images/mini-cards.png);
      width: 205px;
      height: 24px;
      display: inline-block;
      margin-right: 0;
  }
  .cross-sells {
      width: 100%;
  }
  .owl-stage-outer .item-wrap-row-view {
      display: none;
  }

  ul#site-header-cart li:last-child {
      z-index: 9;
      position: absolute;
      width: 100%;
      right: 0;
      bottom: 0;
  }
  .widget.woocommerce.widget_shopping_cart.active:after {
      content: "";
      position: absolute;
      top: -70px;
      height: 65px;
      background-color: rgba(255, 255, 255, 0.9);
      width: 100%;
      z-index: 1;
      right: 0px;
  }
  .close-mini-cart {
      position: absolute;
      top: -45px;
      right: 5px;
      width: 35px;
      height: 30px;
      padding: 0;
      display: block;
      z-index: 9999;
      background: none;
      background-image: url(imgs/close.svg);
      background-size: 25px;
      background-position: center;
      background-repeat: no-repeat;
  }
  .close-mini-cart:hover, .close-mini-cart:focus {
    background-color: unset;
    border: none;
  }
  li.focus {
      z-index: 2;
      position: relative;
  }
  table.cart tbody tr#new_row td tr {
      display: table-row;
      clear: both;
      margin: 0;
      padding: 0;
      height:auto;
  }
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled img#loder_img_btn {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 2;
      margin: auto;
  }
  .wc-proceed-to-checkout div#pwgc-redeem-gift-card-form {
      display: none !important;
  }
  .site-branding.checkout-logo {
      float: none;
      width: 100%;
      display: block;
  }
  .site-branding.checkout-logo img.custom-logo {
      margin: auto;
  }
  body .checkout-header .site-branding.checkout-title h1 {
      display: inline-block;
      clear: unset;
      float: right;
      margin-right: 25px;
  }
  body .checkout-header {
      position: relative;
  }
  body .checkout-header .site-branding.checkout-whatsapp {
      position: absolute;
      bottom: 25px;
      top: unset;
  }
 .recipes-page .main-image img:not(.vid_img) {
      height: 200px;
      max-height: unset;
  }
  .primary-navigation ul {
      overflow-y: scroll;
      min-height: 570px;
  }
  li#menu-item-68 img._mi._before._svg {
    top: 15px;
    width: 40px;
  }
  .table-totals-fixed {
    margin: 0;
    position: fixed;
    bottom: 70px;
    background-color: #f3f3f3;
    right: 0;
    padding-top: 5px;
  }
  .footer-top form.wpcf7-form.init {
      margin: 0;
  }
  .footer-top .wpcf7 .ajax-loader {
      position: absolute;
  }

  /* Home page products slider css */
  .home-items .home-products .elementor-shortcode .widget_text:last-child {margin-top: 0;}
  div#text-16 .woocommerce.columns-4,
  div#text-16 .woocommerce.columns-5,
  div#text-17 .woocommerce.columns-4,
  .home ul.related-posts.extended_view,
  .single-product section.up-sells.upsells.related.products .up-sells-inner,
  body.dgwt-wcas-is-mobile section.related.products {
      overflow-x: scroll;
  }
  div#text-16 .woocommerce.columns-4 ul.products.columns-4,
  div#text-17 .woocommerce.columns-4 ul.products.columns-5,
  div#text-16 .woocommerce.columns-5 ul.products.columns-4,
  .home ul.related-posts.extended_view .recipes-page,
  .single-product section.up-sells.upsells.related.products ul,
  /*body.dgwt-wcas-is-mobile section.related.products ul {
      width: 1055px;
      margin-bottom: 25px;
  }*/
  div#text-16 .woocommerce.columns-4 ul.products.columns-4 li.product.type-product,
  div#text-16 .woocommerce.columns-5 ul.products.columns-5 li.product.type-product,
  div#text-17 .woocommerce.columns-4 ul.products.columns-4 li.product.type-product,
  .home ul.related-posts.extended_view .recipes-page li.related-post.col-md-3.col-sm-3.floatRight,
  .single-product section.up-sells.upsells.related.products ul.products li,
  body.dgwt-wcas-is-mobile section.related.products ul.products li {
      display: inline-block !important;
      width: 100% !important;
      padding: 0px!important;
  }
  .quantity-wraper {
      width: 125px;
  }
  div#text-16 .woocommerce.columns-4 ul.products.columns-4 li.product.type-product .item-wrap img,
  div#text-16 .woocommerce.columns-5 ul.products.columns-5 li.product.type-product .item-wrap img,
  div#text-17 .woocommerce.columns-4 ul.products.columns-4 li.product.type-product .item-wrap img,
  .home ul.related-posts.extended_view .recipes-page li.related-post.col-md-3.col-sm-3.floatRight img.related-post-image,
  .single-product section.up-sells.upsells.related.products ul.products li img,
  body.dgwt-wcas-is-mobile section.related.products ul.products li img {
      max-height: 160px;
      max-width: 100%;
      width: auto;
  }
  .home ul.related-posts.extended_view .recipes-page li.related-post.col-md-3.col-sm-3.floatRight img.related-post-image {
      width: 100%;
  }
  div#text-16 .woocommerce.columns-4 ul.products.columns-4 li.product.type-product.first,
  div#text-16 .woocommerce.columns-5 ul.products.columns-5 li.product.type-product.first,
  div#text-17 .woocommerce.columns-4 ul.products.columns-4 li.product.type-product.first,
  .home ul.related-posts.extended_view .recipes-page li.related-post.col-md-3.col-sm-3.floatRight:first-child,
  .single-product section.up-sells.upsells.related.products ul.products li:first-child,
  body.dgwt-wcas-is-mobile section.related.products ul.products:first-child {
      padding-right: 0 !important;
  }
  div#text-16 .woocommerce.columns-4 ul.products.columns-4 li.product.type-product .item-wrap,
  div#text-16 .woocommerce.columns-5 ul.products.columns-5 li.product.type-product .item-wrap,
  div#text-17 .woocommerce.columns-4 ul.products.columns-4 li.product.type-product .item-wrap,
  .single-product section.up-sells.upsells.related.products ul.products li .item-wrap,
  body.dgwt-wcas-is-mobile section.related.products ul.products li .item-wrap {
      padding: 20px 15px;
  }
  div#text-16 .woocommerce.columns-4 ul.products.columns-4 li.product.type-product .item-wrap-row-view,
  div#text-16 .woocommerce.columns-5 ul.products.columns-5 li.product.type-product .item-wrap-row-view,
  div#text-17 .woocommerce.columns-4 ul.products.columns-4 li.product.type-product .item-wrap-row-view,
  .home ul.related-posts.extended_view .recipes-page li.related-post.col-md-3.col-sm-3.floatRight .item-wrap-row-view,
  .single-product section.up-sells.upsells.related.products ul.products li .item-wrap-row-view,
  body.dgwt-wcas-is-mobile section.related.products ul.products li .item-wrap-row-view {
      display: none;
  }
  .variations {
      position: relative;
  }
  ul.products li.product .item-wrap .price-cart.p-not-var a.add_to_cart_button {
      width: 42%;
      height: auto;
      padding: 14px 0px !important;
      line-height: 1;
  }

  .rtl .main-navigation .menu-item img {
      width: 40px;
      top: 15px;
      position: relative;
      top: unset;
      right: unset;
      left: unset;
      bottom: unset;
      margin: unset;
      display: inline-block;
      margin-left: 25px;
  }
  .back-to-cart-box {
      text-align: center;
      padding: 0 8.854vw;
      margin-top: 20px;
  }
  a.back-to-cart {
      margin: 0;
  }
  p#billing_city_field {
      display: inline-block;
      width: 100%;
  }
  .rtl .main-navigation .menu-item a {
      text-align: right;
      padding: 10px 15px;
  }
  .primary-navigation ul {
      height: 360px !important;
      min-height: unset !important;
  }
  div#header-bottom {
      background: #102326;
  }
  header#masthead {
      padding-bottom: 0;
      padding-top: 6px;
  }
  header#masthead div#header-bottom &gt; .col-full {
      padding: 0;
  }
  div#header-bottom .storefront-primary-navigation .col-full {
      height: 60px;
  }
  li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children ul.sub-menu {
      height: auto !important;
      margin: 0;
      padding-right: 25px;
      transition: .5s;
      /* display: none; */
      border-top: 1px solid #e6e6e6;
  }
  li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children ul.sub-menu li {
      border: 0;
  }
  .main-navigation ul.menu ul.sub-menu li a {
      width: 100%;
      text-align: right;
      padding: 8px 0;
  }
  div#header-bottom img.custom-logo {
      margin-top: 5px;
  }
  .header-menu-left .site-header-cart a.cart-contents {
      background: url(assets/images/smart-cart.png) right 0 no-repeat;
      top: -5px;
      width: 32px;
      height: 30px;
  }
  #mobile-cart-c, #mobile-cart-c .elementor-column-wrap.elementor-element-populated, #mobile-cart-c .elementor-widget-wrap, div#mobile-cart-c .elementor-widget-wrap .elementor-widget, section#mobile-cart-c .elementor-container.elementor-column-gap-default, section#mobile-cart-c .elementor-container.elementor-column-gap-default .elementor-column, section#mobile-cart-c .elementor-container.elementor-column-gap-default .elementor-column .elementor-widget, section#mobile-cart-c .elementor-element.elementor-column.elementor-col-20.elementor-top-column, section#mobile-cart-c .elementor-element.elementor-column.elementor-col-20.elementor-top-column .elementor-section, #mobile-cart-c .elementor-element.elementor-column.elementor-col-33.elementor-top-column, #mobile-cart-c section.elementor-element.elementor-element-e40f7be.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-inner-section, #mobile-cart-c section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-inner-section, #mobile-cart-c .elementor-element.elementor-element-fbeba7a.elementor-column.elementor-col-50.elementor-top-column {
      position: unset;
  }
  .widget_shopping_cart .product_list_widget li .cart-data .mini-price, .quantity.top-cart {
      color: #000;
  }
  a.checkout,a.checkout:hover{
    float: right;
    width: 47%;
    margin: 0;
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    background-color: #0f2225;
  }
  body .wc-forward::after, body .woocommerce-Button--next::after {
    display: none;
  }
  a.button.checkout.wc-forward {
      background-color: #0f2225 !important;
      border-color: #0f2225 !important;
  }
  a.cart, a.cart:hover{
    display:block;
    float: left;
    width: 47%;
    color: #fff;
    margin: 0;
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    background-color: #0f2225;
  }
  a.button.cart.wc-forward {
      background-color: #0f2225 !important;
      color: #fff !important;
  }
  .cart-icons img {
      margin: auto;
      margin-bottom: 10px;
      padding-top: 10px;
  }
  p.woocommerce-mini-cart__buttons.buttons {
      padding: 10px 15px;
  }
  .woocommerce-mini-cart .quantity-wraper .quantity-btn {
      color: #000;
  }
  .archive-top.mobile-cat-header .top-content .col-md-3:last-child {
      display: none;
  }
  .archive-top.mobile-cat-header .top-content {
      margin-bottom: 15px;
      padding-bottom: 15px;
  }
  .site-main .archive-wraper .archive-content ul.products li.product .item-wrap-row-view .woocommerce-loop-product__title {
      width: 100%;
      padding: 0;
  }
  ul.products li.product.type-product .price del {
      display: inline-block;
      margin-left: 10px;
  }
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations {
      float: left;
      width: 50%;
      margin: 0;
  }
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations .variations .variation {
      display: block;
      float: none;
      width: 100%;
      margin: 0;
  }
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations .variations .variation .value {
      width: 100%;
  }
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations {
      float: right;
      width: 50%;
      margin: 0;
      clear: none;
  }
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-name {
      padding-bottom: 10px;
  }
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-add, .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-quantity {
      margin-top: 0;
  }

  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations .variations .variation:last-child {
      margin-bottom: 0;
  }
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-thumbnail {
      width: 50%;
  }
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-note p#product_note_field textarea {
      margin-bottom: 15px;
      overflow: hidden;
  }
  .page-template-default #secondary {
    width: 100%;
    float: none;
    display: block;
  }
  .page-template-default #primary {
    width: 100%;
    float: none;
    display: block;
    padding: 0 25px;
  }
  .woocommerce-cart.woocommerce-page div#content {
      margin: 0;
  }
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-add-to-wishlist a {
      width: unset;
      height: unset;
      padding: 0;
      background-size: 20px;
      font-size: 15px;
      background-position: center right;
      padding-right: 25px !important;
  }
  .yith-wcwl-add-button span {
      font-size: 16px;
      color: #102326;
  }
  .page-template-default.page.page-id-2561 div#content .col-full &gt; .hentry {
      width: 100%;
  }
  .page-template-default.page.page-id-2561 div#content {
      margin-top: 0;
  }
  .archive.post-type-archive .recipes-page .main-image img:not(.vid_img) {
      height: 250px;
  }
  .recipes-page .main-image .re-details .title {
      float: none;
      width: 100%;
  }
  body.archive.right-sidebar .content-area.recipes-page .col-md-3 {
      margin-bottom: 25px;
  }
  .recipe-page {
      padding: 0;
  }
  .recipe-content h1 {
      line-height: 1;
      color: #1c1c1c;
      font-size: 51px;
      font-weight: 550;
      margin: 0 -15px;
      padding: 0 15px;
      background-color: #fff;
      padding-bottom: 15px;
      margin-bottom: 15px;
  }
  .cooking-time {
      margin-bottom: 10px;
  }
  .recipe-content .main-image {
      margin: 0 -15px;
  }
  p#breadcrumbs {
      padding: 0 15px;
  }
  .single.single-recipe .col-12 p#breadcrumbs {
      margin: 0 -15px;
      background-color: #fff;
  }
  .recipe-content .share-icons.share-row.relative ul {
      text-align: center;
  }
  .recipe-content .shopping-list .item-wrap-row-view ul li.product-add, .recipe-content .shopping-list .item-wrap-row-view ul li.product-quantity {
      float: none;
      margin: 0;
  }
  .recipe-content .shopping-list .item-wrap-row-view ul li.product-name h2 {
      margin: 0;
      padding: 0;
  }
  .recipe-content .shopping-list .item-wrap-row-view ul li.product-name {
      width: 80%;
      margin-bottom: 15px;
  }
  .elementor-location-footer a {
      color: #fff;
  }
  .p-rating .woocommerce-tabs.wc-tabs-wrapper, .p-rating section.up-sells.upsells.related.products, .p-recipe, .p-insta {
      padding: 15px !important;
  }
  h4.woocommerce-Reviews-title b, .p-content-b h4, .p-recipe h4, .p-insta h4 {
      font-size: 30px;
  }
  .p-recipe ul li a .r-title {
      padding: 10px;
      font-size: 16px;
      line-height: 1.3;
  }
  #reviews.woocommerce-Reviews .comment-form-rating label {
      display: block;
      padding: 0;
      padding-top: 6px;
      font-size: 20px;
      margin-bottom: 15px;
  }
  #reviews .comment-form-rating:after {
      left: 5px;
      font-size: 19px;
  }
  #reviews.woocommerce-Reviews p.stars {
      margin: auto;
      display: block;
      text-align: center;
      margin-bottom: 15px;
  }
  body.single-product div.product .summary {
      margin-top: 0;
  }
  .single-product div.product .p-right-content .woocommerce-product-gallery {
      margin: 0;
  }
  .single-product p#product_note_field textarea#product_note{
      border: 0;
      border-radius: 0;
      border-bottom: 1px solid #d9d9d9;
      background: none;
  }
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-note p#product_note_field textarea {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d9d9d9;
    background: none;
    padding: 0;
  }
  .page-template-default.page div#content {
      margin-top: 5px;
  }
  section.up-sells.upsells.related.products h2 {
      font-size: 30px;
      text-align: right;
  }
  section.up-sells.upsells.related.products {
      padding: 15px;
  }
  .top-content .col-md-7 p {
      height: 50px;
      overflow: hidden;
      transition: .5s;
  }
  button.open-desc {
      text-align: left;
      display: block;
      border: 0;
      padding: 0;
      background: none;
      color: #c90a16;
      cursor: pointer;
  }
  button.open-desc:focus, button.open-desc:hover {
      background: 0;
      color: #c90a16;
  }
  .height-auto {
    height: auto !important;
  }
  span.under_title_row {
      line-height: 1;
      font-size: 14px;
      display: block;
      padding-left: 10px;
  }
  .recipes-filters {
      background: no-repeat;
      padding: 0;
  }
  .recipes-filters .multiselect {
      width: 176px;
  }
  .recipes-filters .multiselect select#rf {
      max-width: 100%;
      min-width: auto;
  }
  div#checkboxes {
      left: 0;
  }
  .single-product p#product_note_field textarea#product_note {
      height: 42px;
  }
  body.single-product div.product .summary {
      padding-top: 20px;
  }
  body.single-product div.product .summary .under_title {
      margin-bottom: 2px;
      display: block;
      margin-top: -5px;
  }
  .archive.tax-product_cat table.shop_table_responsive tr td.product-add-to-wishlist {
      padding: 0;
      text-align: center;
      padding-top: 15px;
  }
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view .yith-wcwl-add-to-wishlist {
      float: none;
  }
  .site-main .archive-wraper .archive-content ul.products li.product .item-wrap-row-view .woocommerce-loop-product__title {
      line-height: .9;
  }
  div#text-19 p {
      font-size: 16px;
      font-weight: bold;
      color: #000;
  }
  div#text-19 p img.wp-image-5690.alignright {
      margin-left: 15px;
  }
  .single-product p#product_note_field {
      width: 100%;
      margin-right: 0;
      margin-top: 10px;
  }
  body.single-product div.product .summary .variations .variation:first-child {
      width: 100%;
  }
  form.variations_form.cart button.single_add_to_cart_button.button, body.single-product div.product .summary .quantity-wraper {
      width: calc(50% - 5px);
  }
  .recipes-page .main-image .re-details.ctec .title {
      top: 5px;
      padding: 0;
      padding-right: 10px;
  }
  .recipes-page .re-details .title h3 {
      font-size: 17px;
  }
  .re-details .r-content {
      font-size: 16px;
  }
  .single-recipe .top-ar h1 {
      padding: 0px 15px;
  }
  .single-recipe .col-md-8.col-sm-8.floatRight {
      padding: 0;
  }
  table.cart.shop_table_responsive tr td.product-subtotal span.woocommerce-Price-amount.amount {
      font-size: 21px;
  }
  table.table-totals.shop_table.shop_table_responsive.has-background.table-totals-fixed tbody tr.cart-subtotal th {
      text-align: left;
  }
  tr.woocommerce-cart-form__cart-item.cart_item {
      margin-bottom: 0;
  }
  body.woocommerce-account .site-main {
      margin: 0;
  }
  body.woocommerce-account .site-main p#breadcrumbs {
      margin: 0;
      padding: 0;
  }
  body.woocommerce-account .site-main .facebook-login a {
      max-width: 100%;
  }
  body.woocommerce-account .site-main .login-form .form-block:after {
    display: none;
  }
  body.rtl.page-template-default.page.page-id-8 nav.woocommerce-MyAccount-navigation {
      margin-top: 5px;
  }
  body.rtl.page-template-default.page.page-id-8 nav.woocommerce-MyAccount-navigation ul {
      padding: 0;
  }
  body .woocommerce-MyAccount-content {
      margin-top: 15px;
      padding: 0;
  }
  .woocommerce-Address.col-1, .woocommerce-Address.col-2 {
      padding: 0;
  }
  .page-template-default.page.page-id-2561 div#content .col-full &gt; .hentry {
      padding: 0 15px;
  }
  .page-template-default.page.page-id-2561 div#content .col-full &gt; .hentry ul {
      padding: 0;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-remove a .fa-trash:before {
      content: "ֳ—";
      font-size: 32px;
      font-weight: bold;
      line-height: 0;
  }
  .wishlist_table.mobile li .item-details table.item-details-table .value {
      color: #102326;
      font-weight: normal;
  }
  .wishlist_table.mobile li .item-wrapper .item-details .product-name a {
      color: #000;
  }
  .wishlist_table.mobile li .additional-info-wrapper {
      width: 55%;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-quantity {
      display: block;
      float: left;
      margin-bottom: 15px;
      margin-top: 15px;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
      float: left;
  }
  .site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-add .button.single_add_to_cart_button {
      line-height: 1;
      height: auto;
      padding: 13px 0;
  }
  body.single-product .bundle_button a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
      display: none;
  }
  button.single_add_to_cart_button.button {
      width: 48%;
      height: auto;
      padding: 13px 0;
  }
  .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
      padding-right: 15px !important;
  }
  .archive p#breadcrumbs {
      padding: 0;
  }
  .elementor-element.elementor-element-f1b58c0.elementor-nav-menu--stretch.elementor-nav-menu--indicator-classic.elementor-nav-menu__text-align-aside.elementor-nav-menu--toggle.elementor-nav-menu--burger.elementor-widget.elementor-widget-nav-menu, .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-1a97b14, section.elementor-section.elementor-inner-section.elementor-element.elementor-element-56f08fd.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default, section.elementor-section.elementor-inner-section.elementor-element.elementor-element-56f08fd.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-container.elementor-column-gap-default, section.elementor-section.elementor-inner-section.elementor-element.elementor-element-56f08fd.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-a4f297d, section.elementor-section.elementor-inner-section.elementor-element.elementor-element-56f08fd.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default .elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-a4f297d .elementor-widget-wrap, .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-1a97b14 .elementor-column-wrap.elementor-element-populated, .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-1a97b14 .elementor-column-wrap.elementor-element-populated .elementor-widget-wrap, .elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-e46f43a, section.elementor-section.elementor-top-section.elementor-element.elementor-element-313fda6.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default.elementor-sticky, section.elementor-section.elementor-top-section.elementor-element.elementor-element-313fda6.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default.elementor-sticky .elementor-container.elementor-column-gap-no, section.elementor-section.elementor-top-section.elementor-element.elementor-element-313fda6.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default.elementor-sticky .elementor-container.elementor-column-gap-no .elementor-row, section.elementor-section.elementor-top-section.elementor-element.elementor-element-313fda6.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default.elementor-sticky .elementor-container.elementor-column-gap-no .elementor-row .elementor-widget-wrap, section.elementor-section.elementor-top-section.elementor-element.elementor-element-313fda6.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default.elementor-sticky .elementor-container.elementor-column-gap-no .elementor-row .elementor-widget-wrap .elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-e46f43a .elementor-element.elementor-element-5250665.elementor-widget.elementor-widget-shortcode {
      position: unset;
  }
  .widget.woocommerce.widget_shopping_cart.active {
      max-width: 100%;
  }
  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
      right: -5px !important;
  }
  .page-template-default #primary {
      padding-right: 0;
  }

  body.rtl.page-template-default div#content .col-full {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }
  body.rtl.page-template-default div#content .col-full div#primary {
      order: 1;
      flex: 1;
      padding: 0;
  }
  body.rtl.page-template-default div#content .col-full div#secondary {
      order: 2;
      flex-grow: 1;
  }
  body.rtl.page-template-default .elementor-widget-accordion .elementor-accordion .elementor-accordion-title {
      line-height: 1.3;
  }
  .page-template-default.page p#breadcrumbs {
      padding: 0;
  }
  .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details {
      padding-right: 15px !important;
  }
  .bundle_form div.bundled_product_summary .bundled_product_images img {
      object-fit: cover;
      height: 60px;
      margin: 0 !important;
  }
  .product-main aside .side-sticky {
      height: auto;
  }
  body.single-product div.product .summary {
      position: relative;
      top: 0;
      float: none;
  }
  section.related.products {
      padding: 15px 0;
  }
  .elementor-4971 .elementor-element.elementor-element-f1b58c0 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
      top: 108px !important;
      right: 0 !important;
  }
}
.woocommerce-Address.col-1,.woocommerce-Address.col-2{flex: 0 0 100%;max-width: 100%;}
@media screen and (max-width: 330px){
	.site-main .archive-wraper .archive-content ul.products.columns-3 li.product .item-wrap-row-view table tr td.product-variations .variation:first-child{margin-left: 10px;}
	.home-recipes .elementor-widget-container h5:after{width: 44%;}
	.home-items .home-products .elementor-shortcode .widget_text .widget-title:after{width: 30%;}
	.banner-content.elementor-section .elementor-text-editor p a{width: 40%;}
	.search-trig{    right: 50px;}
	button.menu-toggle, button.menu-toggle:hover{    right: 10px;}
	.banner-content.elementor-section h2{    font-size: 34px;}
	.about-text.elementor-section{margin-top: 60px;}
	.about-text.elementor-section p a{margin-top: 0;}
	.footer-top .footer-top-content p strong{font-size: 35px;}
	.footer-top .footer-top-content p{font-size: 16px;}
}
.mobile-menu-top{padding: 10px 15px;font-size: 17px;display: inline-block;width: 100%;}
.mobile-menu-top .wish-list,.mobile-menu-top .user {font-size: 17px;float: right;width: 45%;}
.mobile-menu-top .wish-list{text-align: left;}
.mobile-menu-top .user {background: url(assets/images/user.svg) right 4px no-repeat;padding-right: 25px;text-align: right;background-size: 18px;color: #cb0b17;width: 55%;}
.mobile-menu-top .user a{text-decoration:underline;font-weight:550}
.mobile-menu-top .wish-list a{background: url(assets/images/heart.svg) right 4px no-repeat;padding-right: 23px;background-size: 18px;color: #cb0b17;}
.mobile-menu-top a{color: #cb0b17;}
</pre></body></html>