/*
Theme Name: Dellys Child
Theme URI: https://dellys.althemist.com/
Description: <strong>Dellys theme by theAlThemist</strong> - <br/> Modern E-commerce WordPress / WooCommerce theme<br/> <a href='http://www.althemist.com'>Other themes by us.</a>
Version: 1.0.0
Template: dellys
Author: theAlThemist
Author URI: https://www.althemist.com
License: Envato / Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: dellys
*/

/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@200;300;600&display=swap");

/*Theme*/
.inner {
  padding: 0;
  max-width: unset;
}
#content > .inner {
  padding-bottom: 15px;
  padding-top: 15px;
}
/* .wp-block-embed, .wp-block-image {margin: 15px 0;} */
.wp-block-embed,
.wp-block-image {
  margin: 0;
}
.dellys_added_to_cart_notification {
  top: 20px;
  right: 20px;
}

/*Elementor */
.elementor-heading-title {
  margin-bottom: 15px !important;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

/*Login/Register Page*/
#customer_login.col2-set {
  margin-bottom: 0;
}
body.woocommerce-account #customer_login.col2-set .owl-nav button.disabled,
.woocommerce #customer_login.u-columns.col2-set .owl-nav button.disabled {
  color: #22272d;
}
body.woocommerce-account #customer_login.col2-set .owl-nav button,
.woocommerce #customer_login.u-columns.col2-set .owl-nav button {
  color: #cacaca;
}
.woocommerce form p label {
  font-size: 15px;
}
p.woocommerce-LostPassword.lost_password,
.woocommerce-password-strength {
  font-size: 15px !important;
}
.woocommerce-privacy-policy-text p,
ul.wc_payment_methods li.woocommerce-notice--info.woocommerce-info {
  font-size: 15px;
}
/*Check*/ /*Wordpress Builder*/ /* .wp-block-image {margin: 0;} */

/*Store Notice*/
p.woocommerce-store-notice {
  display: block !important;
  position: absolute;
  top: -110px;
  padding: 5px 25px;
  border-radius: 0;
  font-size: 14px !important;
}
p.demo_store a.woocommerce-store-notice__dismiss-link {
  display: none;
}

/*Closed Store Message*/
.dellys-closed-store-message {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 225px;
}

/*Add To Cart Notification*/
/*Check*/
img.added-product-image {
  display: none;
}

/*Prices*/
sup {
  bottom: 0;
  font-size: 100%;
}
.woocommerce-Price-currencySymbol {
  font-size: 100%;
}
.prod_hold .price_hold {
  padding: 0;
  position: inherit;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: 35px;
  font-weight: 600;
}

/*Header Logo Used Only In Mobile*/
#header #logo {
  margin: 0 auto;
  min-height: unset;
}
#header #logo img {
  height: 120px;
}
#header #logo.dellys_text_logo {
  display: none;
}

/*Header Call Button Only In Mobile*/
/* .dellys-top-bar-phone-mobile {display: none;} */

/*Search 2.9.22*/
/* .dgwt-wcas-search-wrapp {margin-top: 30px;margin-bottom: 30px;} */
.dgwt-wcas-search-wrapp {
  height: 110px;
}
.dgwt-wcas-search-form {
  position: absolute;
  top: 50px;
}
.dgwt-wcas-pd-addtc-form > .quantity {
  height: 37px;
}
.dgwt-wcas-pd-addtc-form > .quantity input[type="number"] {
  padding: 12px 8px;
}
.dgwt-wcas-pd-addtc-form > .links > .quantity {
  display: none !important;
}

/*Search*/
#searchform > div {
  display: grid;
  justify-content: center;
}

/*Main Menu*/
#main_nav {
  display: inline;
}
#main_nav > li > a > span {
  display: none;
}
#menu-logo {
  position: relative;
  bottom: 50px;
}
#main-menu {
  height: 150px;
  margin-bottom: 0;
  border-radius: 0;
}
#main-menu:before,
#main-menu:after {
  display: none;
}
#main-menu ul.menu {
  width: 100%;
  height: 150px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*Safari Fix*/
#main-menu ul.menu > li {
  vertical-align: top;
}
#main-menu ul.menu > li > a {
  padding: 0px 7px;
  height: 150px;
  line-height: 150px;
}
#main-menu ul.menu > li:first-of-type > a {
  padding: 0;
}
/* #main-menu ul.menu > li > a > img {vertical-align: middle;} */
#main-menu ul.menu > li > a > img.dellys-menu-image-icon {
  max-height: unset;
  margin-top: 0;
  margin-right: 0;
  width: unset; /* width: 105px; */
  height: 105px;
}
/*Icon Color*/
#main-menu
  ul.menu
  > li:not(:first-child):not(:last-child)
  > a
  > img.dellys-menu-image-icon {
  filter: brightness(0) invert(1);
}
/*Active Main Menu Item*/
#main-menu ul.menu > li:hover > a > img.dellys-menu-image-icon,
#main-menu ul.menu > li.active > a > img.dellys-menu-image-icon {
  filter: unset !important;
}
#main-menu ul.menu > li:hover > a > img.dellys-menu-image-icon,
#main-menu
  ul.menu
  > li.current-product-ancestor
  > a
  > img.dellys-menu-image-icon {
  filter: unset !important;
}
#main-menu ul.menu > li:hover > a > img.dellys-menu-image-icon,
#main-menu
  ul.menu
  > li.current-product_cat-ancestor
  > a
  > img.dellys-menu-image-icon {
  filter: unset !important;
}
/* #main-menu ul.menu > li:first-of-type > a > img {width: 150px;height: 150px;} */
/*Safari Fix*/
#main-menu ul.menu > li:first-of-type > a > img {
  width: 180px;
  height: 180px;
}

/*Hover Main Menu Item*/
#main-menu ul.menu > li:not(:first-child) > a:hover,
#main-menu ul.menu > li.active:not(:first-child) > a {
  background-color: #ffffff;
  box-shadow: 0px -10px 1px #ed161b;
}
#main-menu ul.menu > li:not(:first-child) > a:hover,
#main-menu ul.menu > li.current-product-ancestor:not(:first-child) > a {
  background-color: #ffffff;
  box-shadow: 0px -10px 1px #ed161b;
}
#main-menu ul.menu > li:not(:first-child) > a:hover,
#main-menu ul.menu > li.current-product_cat-ancestor:not(:first-child) > a {
  background-color: #ffffff;
  box-shadow: 0px -10px 1px #ed161b;
}
/* #main-menu ul.menu > li:not(:first-child):not(:last-child) > a:hover > img.dellys-menu-image-icon, #main-menu ul.menu > li.active:not(:first-child):not(:last-child) > a > img.dellys-menu-image-icon {filter: invert(1);} */

/* #main-menu ul.menu {height: 125px;} */

/*Mobile Menu*/
#menu_mobile ul.dellys-mobile-menu-tabs {
  display: flex;
  align-items: center;
}
#menu_mobile ul.dellys-mobile-menu-tabs li a:hover {
  text-decoration: none;
}
#menu_mobile ul.dellys-mobile-menu-tabs li.ui-state-active a {
  background: unset;
}
#menu_mobile .trp-language-switcher {
  margin: 0;
}
#menu_mobile .trp-language-switcher > div {
  padding: 0;
  background: #333;
  border: none;
  z-index: 2;
}
#menu_mobile
  ul.dellys-mobile-menu-tabs
  li
  .trp-ls-shortcode-current-language
  a {
  font-size: 18px;
}
#menu_mobile ul.dellys-mobile-menu-tabs li .trp-ls-shortcode-language a {
  font-size: 18px;
}
ul#mobile-menu > li:first-child {
  display: none;
}
/*Active Mobile Menu Item*/
ul#mobile-menu > li.active > a > span,
ul#mobile-menu > li.current-product-ancestor > a > span,
ul#mobile-menu > li.current-product_cat-ancestor > a > span {
  text-decoration: underline;
}

/*Secondary Menu*/
.dellys-secondary-menu-holder {
  float: right;
  position: absolute;
  top: -70px;
  right: 45px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
ul.dellys-top-menu > li > a {
  padding: 0;
}
ul.dellys-top-menu > li#menu-item-8118 {
  padding-left: 15px;
}
ul.dellys-top-menu > li#menu-item-8119 {
  padding-right: 15px;
}
ul.dellys-top-menu > li#menu-item-8118 > a:after {
  content: "|";
  padding: 2px;
}

/*Cart Icon*/
#cart-module a.cart-contents:before {
  content: url("/wp-content/uploads/cart.svg");
  width: 32px;
}
/*Cart Counter*/
#cart-module .cart-contents span.count {
  background-color: #d9534f;
  left: 20px;
}
/*Desktop Logo*/
/* #main-menu ul.menu li.menu-logo {top: -80px;} */
/*Safari Fix*/
#main-menu ul.menu li.menu-logo {
  top: -95px;
}
/* #main-menu ul.menu li.menu-logo > a > img {border-radius: 50%;outline: 15px solid #ffffff;background: #ffffff;} */
#main-menu ul.menu li.menu-logo > a > img {
  border-radius: 50%;
  border: 15px solid #ffffff;
  background: #ffffff;
}

/*Footer*/
#footer > .inner {
  padding-top: 30px;
  padding-bottom: 0;
}
span.delivery_info, span.delivery_info > a {
  color: inherit;
	display: inline-flex;
  align-items: center;
}
span.delivery_info > span {padding-left: 5px;}
span.delivery_info > a > img {
	margin: 0 5px;
}

/*Newsletter*/
#footer-newsletter {
  padding-bottom: 30px !important;
}
#mc4wp-form-1 input[type="email"] {
  width: 100%;
  margin-top: 8px;
  padding: 10px;
}
#mc4wp-form-1 input[type="email"]:focus {
  background-color: #f6f6f6;
}
/* #mc4wp-form-1 > div.mc4wp-form-fields > div > input[type=checkbox] {margin-left: 10%;} */
#mc4wp-form-1 input[type="submit"] {
  margin-top: 33px;
  padding: 10px 20px;
}
#mc4wp-form-1 input[type="submit"]:hover {
  background-color: #ba171c;
}
label[for="email"] {
  font-size: 1.3rem;
  text-transform: capitalize;
  font-weight: 400;
}
.mc4wp-form-fields {
  display: inline-block;
  width: 100%;
}
.mc4wp-form-fields > .row-form {
  display: block;
  margin: 0 auto;
  width: 800px;
}
.mc4wp-form-fields > .row-form > .col {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.mc4wp-form-fields > .row-form > .col-10 {
  width: 10%;
}
.mc4wp-form-fields > .row-form > .col-20 {
  width: 20%;
}
.mc4wp-form-fields > .row-form > .col-70 {
  width: 70%;
}
#mc4wp-form-1 > div.mc4wp-form-fields > div > div.col.col-10 > img {
  margin-top: 10px;
}
#mc4wp-form-1 > div.mc4wp-form-fields > div > div.col.col-70.col-sm-60 > a {
  font-size: 13px;
}
.mc4wp-response {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
/*Footer Cols*/
#footer > .inner > .widget {
  width: 24%;
}
#footer #nav_menu-2 {
  width: 15%;
}
#powered .dellys-social {
  width: 33.33%;
}
#powered .payment-icons {
  width: 33.33%;
  float: right;
}
.cards_icon {
  float: right;
}
/*Copyright*/
#powered .author_credits {
  width: 33.33%;
  float: left;
  padding: 0;
  font-size: 14px;
}
#powered .author_credits a {
  font-size: 14px;
}
/*Mailchimp*/
.mc4wp-alert {
  width: 60%;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #878787;
}
.mc4wp-alert > p {
  margin: 0;
}

/*Logo Caption*/
/* #block-2 .wp-block-image .alignleft {width: 100%;} */
.wp-block-image img + figcaption {
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 0em;
  margin-top: 1em;
  text-align: left;
  width: 100%;
}
/*Font Size*/
#footer,
.widget.widget_nav_menu ul.menu li a {
  font-size: 1.3rem;
  font-weight: 200;
}
/*Payment Icons*/
.payment-icons {
  float: right;
}

/*Cookie Consent*/
.cky-notice .cky-title {
  display: none;
}
.cky-revisit-bottom-left {
  bottom: 20px !important;
  left: 20px !important;
  box-shadow: 0 0px 30px 0 rgb(0 0 0 / 12%) !important;
  -moz-box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.12) !important;
  -webkit-box-shadow: 0 0px 30px 0 rgb(0 0 0 / 12%) !important;
  background-color: rgba(255, 255, 255, 0.87) !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  content: url(/wp-content/uploads/cookie.svg);
}

/*Shop Page*/
ul.dellys_woo_categories_shop,
div.dellys_woo_categories_shop {
  margin-bottom: 0 !important;
  border: none;
}
#products-wrapper div.product-category.product h2:before,
#products-wrapper div.product-category.product h2:after {
  display: none;
}

/*Category Page*/
#products-wrapper div.dellys_woo_categories_shop {
  background-color: unset;
  box-shadow: none;
}
body.tax-product_cat #dellys_page_title > div.inner.fixed > div > h1 {
  text-transform: uppercase;
}
/*Loading More Items*/
.infinite-scroll-request:before {
  content: url("/wp-content/uploads/flames.svg");
  width: 30px;
}
/*Related Categories*/
.related-categories {
  width: 100%;
  margin: 40px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.related-categories h3 {
  margin-right: 10px;
  font-size: 24px;
  font-weight: 400;
}
.related-categories > div.woocommerce.columns-3 {
  margin-bottom: 0;
}
.related-product-category {
  margin: 0 10px;
}

/*Count Products*/
#products-wrapper li.product-category.product h2 mark,
#products-wrapper div.product-category.product h2 mark {
  display: none;
}
.dellys_title_holder .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
h2.woocommerce-loop-category__title {
  margin-bottom: unset !important;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Fira Sans Extra Condensed", Sans-serif;
  font-size: 56px !important;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1em;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-align: center;
  text-transform: capitalize;
  word-spacing: 100vw;
  color: #e6e6e6;
  z-index: 2;
}
#products-wrapper div.product-category.product {
  overflow: hidden;
  padding: 60px !important;
}
#products-wrapper div.product-category.product img {
  transform: scale(1.1);
  filter: brightness(80%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#products-wrapper div.product-category.product:hover img {
  transform: scale(1);
  filter: brightness(60%);
}
.prod_hold .dellys-list-prod-summary {
  padding: 0;
  margin-top: 20px;
  min-height: 85px;
}
div.prod_hold .links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
div.prod_hold .links:after {
  display: none !important;
}
div.dellys-variations-list-in-catalog .links {
  display: block;
}
div.prod_hold div.quantity,
div.prod_hold.product input.qty {
  height: 42px;
}
div.prod_hold a.button,
div.prod_hold .links a.button.add_to_cart_button,
div.prod_hold .links a.button.add_to_cart_button.ajax_add_to_cart {
  padding: 0px;
  width: 70%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  border-radius: 20px 20px 20px 20px;
}
div.prod_hold a.button:hover,
div.prod_hold .links a.button.add_to_cart_button:hover,
div.prod_hold .links a.button.add_to_cart_button.ajax_add_to_cart:hover {
  background-color: #ed161b;
}
button.single_add_to_cart_button:hover {
  background-color: #ed161b;
}
div.prod_hold .links a.button.add_to_cart_button:before {
  display: none;
}
/*Elementor Content In Category Page*/
.term-description {
  margin-bottom: 0;
}
/* #products-wrapper .elementor-widget:not(:last-child) {margin-bottom: 0!important;} */
.elementor-widget-container > p,
.elementor-widget-premium-addon-banner > p {
  margin: 0;
}
.premium-banner-ib p {
  margin: 0;
}
.premium-banner-ib-title.premium_banner_title,
.premium-banner-animation6:hover .premium-banner-ib-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

/*Product Minatures*/
.dellys-list-prod-summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
div.prod_hold .name {
  height: 66px;
  color: #ed161b;
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box; /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical; /*width: 300px;*/
  width: 100%;
}
div.prod_hold div.quantity,
p.product.woocommerce.add_to_cart_inline + .links div.quantity {
  margin: 0;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
}
/*Excerpt Length*/
div.prod_hold.product .woocommerce-product-details__short-description p {
  margin-bottom: 40px;
  min-height: 90px;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*Single Product*/
/*Make It Yours*/
.dellys-make-yours {
  display: none;
  color: #ffffff;
  font-size: 40px;
  font-family: "Fira Sans Condensed", Sans-serif;
  font-weight: 500;
  background-color: #252525;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
}
/*Make It Yours Display Only On Product Addons*/
.single-product .dellys-make-yours {
  display: none;
}
/*Remove Original Price Position*/
.dellys-product-summary-wrapper > .summary p.price {
  display: none;
}
/*Remove Original Short Description*/
.dellys-single-product
  > .content_holder
  > .dellys-product-summary-wrapper
  > .summary
  > .woocommerce-product-details__short-description {
  display: none;
}

/*Product Addon*/
.dellys-product-summary-wrapper {
  text-align: center;
}
.dellys-product-summary-wrapper div.summary {
  max-width: unset;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.summary form.cart div.product-addon {
  width: 33.33%;
  float: left;
}
.summary form.cart div.product-addon p.form-row {
  display: block;
  width: unset;
}
h3.addon-name {
  padding: 20px 5px;
  width: 95%;
  border-bottom: 5px solid black;
  color: #c13631;
  text-align: left;
  font-size: 40px;
  font-weight: 500;
}
/*Kithen Info*/
.product-addon.textarea {
  display: none;
}

/* .addon-checkbox {position: relative;}
.addon-checkbox label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
  }
.addon-checkbox label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
  }
.addon-checkbox input[type="checkbox"] {
    visibility: hidden;
  }
.addon-checkbox input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
  }
.addon-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
  } */
/**********************************************************************************/

/* Customize the label (the container) */
.summary form.cart div.product-addon p.form-row label {
  display: block;
  position: relative;
  padding-left: 35px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.summary form.cart div.product-addon p.form-row label input[type="checkbox"],
.summary form.cart div.product-addon p.form-row label input[type="radio"] {
  display: none;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/*Highlight label if checkbox is checked*/
.summary
  form.cart
  div.product-addon
  p.form-row
  label
  input[type="checkbox"]:checked {
  font-weight: 600;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  margin-left: -40px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #ffffff;
}

/* On mouse-over, add a grey background color */
.summary
  form.cart
  div.product-addon
  p.form-row
  label:hover
  input[type="checkbox"]
  ~ .checkmark,
.summary
  form.cart
  div.product-addon
  p.form-row
  label:hover
  input[type="radio"]
  ~ .checkmark {
  background-color: #eeeeee;
}

/* When the checkbox is checked, add a blue background */
.summary
  form.cart
  div.product-addon
  p.form-row
  label
  input[type="checkbox"]:checked
  ~ .checkmark,
.summary
  form.cart
  div.product-addon
  p.form-row
  label
  input[type="radio"]:checked
  ~ .checkmark {
  background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.summary
  form.cart
  div.product-addon
  p.form-row
  label
  input[type="checkbox"]:checked
  ~ .checkmark:after,
.summary
  form.cart
  div.product-addon
  p.form-row
  label
  input[type="radio"]:checked
  ~ .checkmark:after {
  display: block;
}

/* Style the checkmark indicator */
.summary form.cart div.product-addon p.form-row label .checkmark:after {
  left: 11px;
  top: 7px;
  width: 8px;
  height: 15px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Extra Cost*/
.summary
  form.cart
  div.product-addon
  p.form-row
  label
  .woocommerce-Price-amount {
  font-size: unset;
  color: #ba171c;
}
dl.product-addon-totals {
  border: none;
  background-color: unset;
  font-size: 30px;
}
dl.product-addon-totals span.amount {
  color: #ba171c;
  font-size: 40px;
  font-weight: bold;
}

/*********************************************************************************/

.summary form.cart div.product-addon p.form-row label {
  /* height: 35px; */
  line-height: 30px;
  background-color: unset;
  /* padding-left: 45px; */
  padding-left: 55px;
  text-align: left;
  font-size: 24px !important;
  text-transform: capitalize;
  font-weight: 400;
}
.summary form.cart div.product-addon {
  border: none;
}
/*Fix Favorite Position*/
div.product form.cart {
  display: inline;
}
#product-bottom-quanity-add-to-cart {
  display: inline-block;
  width: 100%;
}
#product-bottom-quanity-add-to-cart > div.quantity {
  padding: 6px 30px;
  height: 60px;
}
#product-bottom-quanity-add-to-cart > button.single_add_to_cart_button {
  width: 375px;
  height: 60px; /* background-color: #ed161b; */
  font-size: 16px;
}
#product-bottom-quanity-add-to-cart > button.single_add_to_cart_button:hover {
  background-color: #ed161b;
}
#product-bottom-quanity-add-to-cart
  > button.single_add_to_cart_button:disabled {
  background-color: #000000;
  color: #ffffff;
  opacity: 1;
}

/*Single Product With Variation*/
/*Size Table*/
.variations_form table td {
  display: table-cell;
}
table.variations.swatches-support {
  display: inline;
}
table.variations.swatches-support > tbody > tr > th > label {
  color: #ba171c;
  font-size: 40px;
  font-weight: 500;
}
/*Swatches*/
.swatch-label-size {
  margin: 0 auto;
  width: 45px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}
.swatch-label-size,
.swatch-label-description {
  display: block;
  position: relative;
}
/* .dellys-wcs-swatches .swatch.swatch-label {height: 100px;color: #000000;background-color: #ffffff;}*/
/*Variation*/
.dellys-product-summary-wrapper div.summary .dellys-wcs-swatches {
  display: inline-flex;
}
.dellys-wcs-swatches .swatch.swatch-label {
  width: 170px;
  height: 100px;
  color: #000000;
  background-color: #ffffff;
  font-size: 24px;
  line-height: 30px;
}
.dellys-wcs-swatches .swatch.swatch-label .swatch-label-size {
  color: #ffffff;
  background-color: #000000;
}
.dellys-wcs-swatches .swatch.swatch-label.selected,
.dellys-wcs-swatches .swatch.swatch-label:hover {
  color: #000000;
  font-weight: 600;
}
.dellys-wcs-swatches .swatch.swatch-label.selected .swatch-label-size,
.dellys-wcs-swatches .swatch.swatch-label:hover .swatch-label-size {
  background-color: #ed161b;
}
/*Variation Price*/
.woocommerce-variation-price {
  display: none;
}
div.product div.single_variation {
  display: none !important;
  margin-bottom: 0 !important;
}
div.product div.single_variation_wrap {
  margin-top: 50px;
}

/*Category With Variation*/
.prod_hold .dellys-variations-in-catalog.cart:last-of-type {
  margin-bottom: 0;
}

/*Single Product And Category*/
.dellys_title_holder .dellys-zoomable-background {
  background-attachment: scroll;
  background-position: center center;
}
.dellys_title_holder > .inner {
  border-bottom: 4px solid #ed161b;
}
.tax-product_cat .dellys_title_holder > .inner,
.single-product .dellys_title_holder > .inner {
  height: 615px;
}
/*Title Has Image*/
/*Title And Description*/
.title_has_image .dellys-title-text-container {
  position: absolute;
  margin: 0 45px;
  right: 0;
  padding: 10px 25px; /* background-color: #ffffff; */
  background-color: #ffffffcc;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#dellys_page_title .dellys-title-text-container h1 {
  width: 100%;
  text-align: center;
  color: #ed161b;
  font-size: 41px;
  font-weight: 800;
  letter-spacing: 1.9px;
  word-spacing: 1px;
  text-transform: capitalize;
}
#dellys_page_title .dellys-title-text-container > h2 {
  font-size: 23px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
}
#dellys_page_title .dellys-title-text-container > p {
  text-align: center;
}
#dellys_page_title .dellys-title-text-container > p > span {
  font-family: "PROXIMA NOVA REGURAL", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #c13631;
}
.term-burgers .woocommerce div.product-category {
  width: 50%;
}

/*Content*/
/* .wp-block-contact-form-7-contact-form-selector label {
    font-size: 22px;
    text-transform: uppercase;
    color: #CF0E0E;
} */

/*Testing*/
/*li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-5608 {
    margin-left: 9% !important;
}
#main-menu ul.menu li.menu-logo > a > img {
    position: fixed;
    top: 30px;
}
#main-menu ul.menu>li {
    height: 100px;
} */

/*Product Page*/
body.single-product.woocommerce.woocommerce-page.dellys-fullwidth-shop-pages
  #content
  > #products-wrapper.inner {
  width: 100%;
  max-width: none;
}
/*Add To Cart Button*/
button.single_add_to_cart_button:disabled,
button.single_add_to_cart_button:disabled:hover {
  cursor: pointer;
}

/*Cart Modal*/
/*Remove Unnecessary Product Info*/
.widget_shopping_cart_content > ul > li > dl > dt {
  display: none;
}
.widget_shopping_cart_content > ul > li > dl > dd {
  float: unset;
}
.widget_shopping_cart_content > ul > li > dl > dd[class^="variation-"] {
  display: none;
}
.widget_shopping_cart_content > ul > li > dl > dd.variation-Selectsize {
  display: block;
  padding: 0;
}
.widget_shopping_cart_content > ul > li > dl > dd.variation-KitchenInfo {
  display: block;
  padding: 0;
}

/*Show Unnecessary Product Info*/
dd.variation-KitchenInfo {
  display: block;
}
dd.variation-KitchenInfo > p > span.woocommerce-Price-amount.amount {
  display: none;
}
/*Remove Product From Cart Button*/
.widget_shopping_cart_content a.remove {
  margin-right: 15px;
}
/*Variant Product Add To Cart Button*/
#product-bottom-quanity-add-to-cart > button:disabled {
  cursor: not-allowed;
}

/*Cart & Checkout Page*/
.cart-info dl.variation,
table.woocommerce-checkout-review-order-table dl.variation {
  margin: 2px 0;
}

/*Cart Page*/
/*Size Fix*/
/*Check*/ /* body.woocommerce-cart form.woocommerce-cart-form {display: inline-block;width: calc(100% - 500px);padding-right: 30px;padding-left: 30px;} */
/* body.woocommerce-cart .cart-collaterals, form.checkout.woocommerce-checkout #order_review {width: 495px;} */
.cart-info {
  margin-bottom: unset;
}
.cart-info tbody td {
  border-bottom: none;
}
.cart-info td.product-name dd,
.cart-info td.product-name dt,
table.woocommerce-checkout-review-order-table dl.variation dd,
table.woocommerce-checkout-review-order-table dl.variation dt {
  padding: 0;
}
/*Remove Unnecessary Product Info*/
.cart-info td.product-name > dl > dt {
  display: none;
}
.cart-info td.product-name > dl > dd[class^="variation-"] {
  display: none;
}
.cart-info td.product-name > dl > dd.variation-Selectsize {
  display: block;
}
.cart-info td.product-name > dl > dd.variation-KitchenInfo {
  display: block;
}
/*Checkout Button*/
.wc-proceed-to-checkout .button {
  background-color: #ed161b;
}
.wc-proceed-to-checkout .button:hover {
  background-color: #333333;
}

/*Checkout*/
/*Left Column*/
form.checkout.woocommerce-checkout #customer_details {
  float: left;
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
}
form.checkout.woocommerce-checkout #customer_details label {
  font-size: 17px;
}
form.checkout.woocommerce-checkout #customer_details input[type="text"] {
  font-size: 13px;
}
form.checkout.woocommerce-checkout #order_review .cart-subtotal th,
form.checkout.woocommerce-checkout #order_review .cart-subtotal td,
form.checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  tbody
  tr:first-of-type
  td {
  padding-top: 10px;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  margin-bottom: 0;
}
/* .woocommerce form p label {font-size: 17px;} */
#billing_country_field,
#billing_state_field {
  display: none !important;
}
/*Right Column*/
form.checkout.woocommerce-checkout #order_review {
  float: right;
  width: 50%;
}
form.checkout.woocommerce-checkout ul#shipping_method {
  margin: 0;
}
/*Conficts wity JS tr.cart-subtotal, tr.woocommerce-shipping-totals.shipping {display: none;} */
/*Remove unnecessary Product Info*/
#order_review > table > tbody > tr > td.product-name > dl > dt {
  display: none;
}
#order_review
  > table
  > tbody
  > tr
  > td.product-name
  > dl
  > dd[class^="variation-"] {
  display: none;
}
#order_review
  > table
  > tbody
  > tr
  > td.product-name
  > dl
  > dd.variation-Selectsize {
  display: block;
}
#order_review
  > table
  > tbody
  > tr
  > td.product-name
  > dl
  > dd.variation-KitchenInfo {
  display: block;
}

.content_holder li {
  padding: 0;
}
/*Place Order Button*/
button#place_order {
  padding: 15px 60px;
  background-color: #ed161b;
  font-size: 16px;
}
button#place_order:hover {
  background-color: #000000;
}

/*Select Branch Modal*/
#dellys_select_branch_modal {
  display: flex;
  align-items: center;
}

/*Hide Branches Modal On Payment Redirection*/
body.woocommerce-order-received .mfp-bg.mfp-ready,
body.woocommerce-order-received .mfp-wrap.mfp-auto-cursor.mfp-ready,
body.woocommerce-order-received .mfp-container.mfp-s-ready.mfp-inline-holder,
body.woocommerce-order-received #dellys_select_branch_modal {
  display: none !important;
}

body.woocommerce-order-pay .mfp-bg.mfp-ready,
body.woocommerce-order-pay .mfp-wrap.mfp-auto-cursor.mfp-ready,
body.woocommerce-order-pay .mfp-container.mfp-s-ready.mfp-inline-holder,
body.woocommerce-order-pay #dellys_select_branch_modal {
  display: none !important;
}

/*Hide Branches Modal On Terms*/
body.page-id-8081 .mfp-bg.mfp-ready,
body.page-id-8081 .mfp-wrap.mfp-auto-cursor.mfp-ready,
body.page-id-8081 .mfp-container.mfp-s-ready.mfp-inline-holder,
body.page-id-8081 #dellys_select_branch_modal {
  display: none !important;
}

body.page-id-9207 .mfp-bg.mfp-ready,
body.page-id-9207 .mfp-wrap.mfp-auto-cursor.mfp-ready,
body.page-id-9207 .mfp-container.mfp-s-ready.mfp-inline-holder,
body.page-id-9207 #dellys_select_branch_modal {
  display: none !important;
}

html:has(body.woocommerce-order-received, body.woocommerce-order-pay, body.page-id-8081, body.page-id-9207) {
  overflow: unset!important;
}

/*Order Confirmation*/
p.woocommerce-thankyou-order-received {
  margin: 0 !important;
  left: 0 !important;
  padding: 30px 0;
}
section.woocommerce-order-details,
section.woocommerce-customer-details {
  display: none;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  left: 0 !important;
  margin: 0 !important;
  padding: 30px 0;
}
.woocommerce > .woocommerce-order {
  text-align: center;
}

/*My Account*/
/* body.woocommerce-account .wpb_wrapper>.woocommerce, body.woocommerce-account .content_holder>.page>.woocommerce {padding: 60px 130px 60px 130px;} */
/*Order History*/
table.my_account_orders {
  margin: 0;
}
nav.woocommerce-MyAccount-navigation {
  padding-left: 30px;
}
div.woocommerce-MyAccount-content {
  padding: 0;
}
body.woocommerce-account .wpb_wrapper > .woocommerce,
body.woocommerce-account .content_holder > .page > .woocommerce {
  padding: 15px;
}
div.woocommerce-MyAccount-content
  > .myaccount_user
  > .woocommerce-Address
  > header
  > h3 {
  margin-top: 25px;
  margin-bottom: 0;
}
th.woocommerce-orders-table__header {
  padding: 10px;
}
td.woocommerce-orders-table__cell {
  padding: 0;
  height: 50px;
}
td.woocommerce-orders-table__cell > a.button {
  padding: 2px 10px;
  vertical-align: middle;
}
.woocommerce-pagination > a.woocommerce-Button--next,
.woocommerce-pagination > a.woocommerce-button--previous {
  margin-top: 25px;
  padding: 2px 10px;
}

/*Pages*/
.wp-container-4 {
  gap: unset !important;
  padding: 15px;
}
.wp-block-columns {
  margin-bottom: 0;
}

/*Testing*/
#header #logo {
  padding: 0;
}
#header #logo a {
  margin: 10px auto;
}
#header.dellys-has-header-top {
  padding-top: 0;
}
#header.dellys-has-header-top #logo {
  top: unset !important;
}
#header.dellys-has-header-top #main-menu {
  margin-top: 130px;
}

/*Responsive*/
@media only screen and (min-width: 1024px) {
  body.single-product.woocommerce.woocommerce-page.dellys-fullwidth-shop-pages
    .dellys_title_holder
    .inner {
    width: 100%;
    max-width: none;
  }
  /* body.single-product.woocommerce.woocommerce-page.dellys-fullwidth-shop-pages #content > #products-wrapper.inner {padding-left: 5%;padding-right: 5%;} */
}

@media only screen and (min-width: 769px) {
  #header .dellys-top-bar-message {
    text-align: unset;
    vertical-align: baseline;
    padding: 0 0 0 20px;
    border-radius: 0;
    background-color: unset;
    box-shadow: unset;
    position: unset;
    top: unset;
    left: unset;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    height: unset;
  }
  /* .dellys-top-bar-phone a:before {display: none;} */
  /*Product Page Product Addon*/ /* .summary form.cart div.product-addon {min-height: 450px;} */
}

/*Desktop*/
@media only screen and (min-width: 1279px) {
  /* #header {margin-top: 100px;} */
  #header.dellys-has-header-top {
    min-height: unset;
    padding-top: 0;
  }
  #header.dellys-has-header-top #main-menu {
    margin-top: 0;
  }
  #header #dellys-top-right-menu-container {
    position: relative;
    width: auto;
  }
  /*2.9.22*/
  .dellys-secondary-menu-holder > .dellys-search-trigger {
    display: none;
  }
  /*Title And Description*/
  .title_has_image .dellys-title-text-container {
    width: 60%;
  }
  /*Product Page Product Addon*/ /* .summary form.cart div.product-addon {min-height: 450px;} */
  /*Elementor*/
  .elementor-section {
    padding: 20px;
  }
}
@media only screen and (max-width: 1919px) and (min-width: 1280px) {
  #main-menu ul.menu > li:not(:first-child) > a > img.dellys-menu-image-icon {
    width: calc(100vw / 21);
  }
}

/* @media only screen and (max-width: 1480px) {
    /*Footer Cols*/
/*#footer > .inner > .widget{width: 30%;}
    #footer #dellys_contacts_widget-2 {margin-right: 0 !important;}
} */

@media only screen and (max-width: 1359px) {
  /*Cart Buttons*/
  .cart-info .coupon input,
  .cart-info .coupon button {
    width: unset;
  }
  /*Footer Cols*/
  #footer > .inner > #block-2 {
    width: 35%;
  }
  #footer > .inner > #nav_menu-2 {
    width: 22%;
  }
  #footer > .inner > #dellys_contacts_widget-2 {
    margin-right: 0 !important;
    width: 35%;
  }
  #footer > .inner > #dellys_contacts_widget-4 {
    width: 35%;
  }
}

/*Mobile Devices*/
@media only screen and (max-width: 1279px) {
  /*Store Notice*/
  p.woocommerce-store-notice {
    position: relative;
    top: unset;
  }
  /*Logo*/
  #header #logo.dellys_text_logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /*Hide Logo On Scroll Menu*/
  #main_nav > li.menu-item-6912 {
    display: none !important;
  }
  /*Hide Desktop Search 2.9.22*/
  #search-desktop {
    display: none;
  }
  /*Header Buttons Call*/
  /* #header .dellys-top-bar-phone-mobile {position: absolute;display: inline-block; height: 48px;padding: 0;top: 45px;left: 20px;} */
  /* #header .dellys-top-bar-phone-mobile span.dellys-top-bar-phone a:before {
        content: "\f095";
        font-family: 'Font Awesome 5 Free';
        vertical-align: middle;
        margin-right: 4px;
        display: inline-block;
        font-weight: 900;
        font-size: 17px !important;
        line-height: 48px;
        width: 48px;
        height: 48px;
        text-align: center;
        margin: 0;
        color: #ffffff !important;
        background-color: #000000 !important;
        border-radius: 50%;
    } */
  /*Burger Menu*/
  a.mob-menu-toggle,
  .dellys-search-cart-holder,
  .dellys-top-bar-message {
    top: 40px;
  }
  .fa-bars:before {
    content: "\f0c9";
    color: #252525;
  }
  a.mob-menu-toggle i,
  a.mob-menu-toggle:hover i {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
  }
  /*Main Menu*/
  #main-menu {
    height: 120px;
  }
  #main-menu ul.menu {
    height: 120px;
  }
  /*Safari Fix*/
  #main-menu ul.menu > li {
    vertical-align: middle;
  }
  #main-menu ul.menu > li > a {
    padding: 0 5px;
    height: 120px;
    line-height: 120px;
  }
  #main-menu ul.menu > li > a > img.dellys-menu-image-icon {
    width: 80px;
  }
  /*Secondary Menu*/
  #header_top {
    display: none !important;
  }
  .secondary_menu {
    display: none;
  }
  .dellys-secondary-menu-holder {
    display: block;
    float: right;
    top: auto !important;
    right: 20px;
    bottom: 20px;
    position: fixed;
    width: 48px;
    padding: 6px;
    box-shadow: 0 0px 30px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0px 30px 0 rgb(0 0 0 / 12%);
    background-color: rgba(255, 255, 255, 0.87);
    border-radius: 3em;
  }
  /*Search Bar Fix*/
  .dgwt-wcas-suggestion,
  .dgwt-wcas-content-wrapp,
  .dgwt-wcas-st {
    width: unset;
  }
  body > #search {
    display: none;
  }
  body > #search.active {
    display: block !important;
  }

  /*Cart*/
  .dellys-secondary-menu-holder #cart-module {
    width: 30px;
  }
  #cart-module a.cart-contents:before {
    width: 21px;
  }
  /*Cart Refresh Button*/ /* .cart-info .coupon, .cart-info tbody td.actions > button.button {width: unset;} */
  /*Cart Buttons*/
  .cart-info .coupon input,
  .cart-info .coupon button {
    width: 100%;
  }
  /*Cart Count*/
  #cart-module .cart-contents span.count {
    left: 14px;
  }
  /*Scroll Menu*/
  #main_nav {
    display: inline-block !important;
  }
  /* #main-menu {height: 110px;}
    #main-menu ul.menu {height: 110px;}
    #main-menu ul.menu > li > a {height: 110px;line-height: 110px;} */
  /*Display None From Dellys Responsive*/
  .video_controlls,
  .dellys-wishlist-counter,
  #dellys-account-holder {
    display: none !important;
  }
  /*2.9.22*/
  .dellys-secondary-menu-holder .dellys-search-trigger {
    float: right;
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0;
    z-index: 3;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    border-radius: 6px;
  }
  /*2.9.22*/
  .dellys-secondary-menu-holder .dellys-search-trigger > a {
    vertical-align: middle;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: block;
    position: relative;
    z-index: 10;
    font-size: 19px !important;
  }
  .dellys-secondary-menu-holder .dellys-search-trigger > a i:before {
    content: "\e8bd" !important;
    font-size: 21px;
  }
  #dellys-account-holder i,
  #cart-module a.cart-contents:before,
  .dellys-secondary-menu-holder .dellys-search-trigger > a i:before,
  a.sidebar-trigger:before {
    font-family: "feather" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    display: none;
  }
  /*Search 2.9.22*/ /*#search input[type=text] {display: none;}*/
  /*body>#search.active {
        top: 0px;
        display: block;
    } */
  /*Category Page Title And Description*/
  .title_has_image .dellys-title-text-container {
    width: calc(100% - 50px);
    position: absolute;
    margin: 0 25px;
    padding: 10px 25px;
    background-color: #ffffffcc;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  div.prod_hold .name {
    height: unset;
  }
  /*My Account*/
  nav.woocommerce-MyAccount-navigation {
    padding-left: 0;
    width: 180px;
  }
  div.woocommerce-MyAccount-content {
    width: calc(100% - 185px);
  }
  body.dellys-stretched-footer #footer #footer-newsletter,
  body.dellys-stretched-footer #powered {
    padding-right: 70px;
  }
}

@media only screen and (max-width: 979px) {
  form.checkout.woocommerce-checkout #customer_details {
    float: unset;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  form.checkout.woocommerce-checkout #order_review {
    margin-bottom: 30px;
    float: unset;
    width: 100%;
  }
  button#place_order {
    width: 100%;
  }
  /*Footer Cols*/
  #footer > .inner > #block-2 {
    width: 30%;
  }
  #footer > .inner > #nav_menu-2 {
    width: 22%;
  }
  #footer > .inner > #dellys_contacts_widget-2 {
    margin-right: 0 !important;
    width: 40%;
  }
  #footer > .inner > #dellys_contacts_widget-4 {
    width: 40%;
  }
  /*Order Confirmation*/
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: grid;
  }
  /*My Account*/
  /* nav.woocommerce-MyAccount-navigation {width: 160px;} */
}

@media only screen and (max-width: 815px) {
  /*Footer Cols*/
  #footer > .inner > #block-2 {
    width: 25%;
  }
  #footer > .inner > #nav_menu-2 {
    width: 22%;
  }
  #footer > .inner > #dellys_contacts_widget-2 {
    margin-right: 0 !important;
    width: 45%;
  }
  #footer > .inner > #dellys_contacts_widget-4 {
    width: 45%;
  }
}
@media only screen and (max-width: 782px) {
  body.admin-bar #header,
  body.admin-bar.dellys-sticky-header #header {
    top: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  /* #main {padding: 30px;} */
  /*Mobile Menu Arrows*/
  /* #main-menu ul.menu::before {
        content: '';
        position: absolute;
        border-right: 2px solid rgb(255, 255, 255);
        border-bottom: 2px solid rgb(255, 255, 255);
        width: 20px;
        height: 20px;
        top: 50%;
        left: 10px;
        transform: translateY(-50%) rotate(135deg);
    }
    #main-menu ul.menu::after {
        content: '';
        position: absolute;
        border-right: 2px solid rgb(255, 255, 255);
        border-bottom: 2px solid rgb(255, 255, 255);
        width: 20px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    } */
  /*Elementor*/
  #container
    > div.elementor
    > section.elementor-section.elementor-top-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default
    > div
    > div.elementor-column.elementor-top-column.elementor-element
    > .elementor-element-populated {
    padding: 0 20px 20px;
  }
  #container
    > div.elementor
    > section.elementor-section.elementor-top-section.elementor-element.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default
    > div
    > div.elementor-column.elementor-top-column.elementor-element:first-child
    > .elementor-element-populated {
    padding-top: 20px;
  }
  #main-menu ul.menu::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #737373;
  }
  #main-menu ul.menu::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #737373;
  }
  /* #main-menu ul.menu:first-child {padding-left: 15px;}
    #main-menu ul.menu:last-child {padding-right: 15px;} */
  /*Header Buttons Menu*/
  a.mob-menu-toggle {
    top: 45px;
  }
  /* .menu-item-title {display: inline;} */
  /*Home Page Mobile Menu*/
  #menu-item-5623 {
    display: none;
  }
  /* .dellys_title_holder .inner {padding-top: 90px;} */
  /*Footer*/
  /*Newsletter*/
  .mc4wp-form-fields > .row-form {
    width: 100%;
  }
  .mc4wp-form-fields > .row-form > .col-sm-15 {
    width: 15%;
  }
  .mc4wp-form-fields > .row-form > .col-sm-60 {
    width: 70%;
  }
  #mc4wp-form-1 > div.mc4wp-form-fields > div > div.col.col-10.col-sm-15 > img {
    margin-top: 26px; /* width: 100%; */
  }
  /*Font Size*/
  #footer > .inner a,
  .widget_dellys_contacts_widget > span {
    font-size: 14px;
  }
  /*Logo Caption*/
  .wp-block-image img + figcaption {
    font-size: 14px;
    text-align: left;
    width: 100%;
  }

  /*Footer Logo*/
  .wp-block-image {
    text-align: center;
  }
  /*Dellys Description*/
  .size-full {
    width: 100%;
  }
  /*Social*/
  #powered .dellys-social {
    padding: 0;
    width: unset;
  }
  /*Copyright*/
  #powered .author_credits {
    width: 100%;
    float: left;
    padding: 0;
  }
  /*Payment Icons*/
  #powered .payment-icons {
    width: unset;
  }
  /*Payment Icons*/
  .cards_icon {
    margin: 0 6px 0 0;
    overflow: hidden;
    zoom: 0.7;
    -moz-transform: scale(0.7);
    -moz-transform-origin: 0 0;
  }
  /*Product Page*/
  body.single-product #content:not(.has-sidebar) > #products-wrapper.inner {
    padding-top: 50px;
  }
  #product-bottom-quanity-add-to-cart > button.single_add_to_cart_button {
    max-width: 251px;
  }
  /*Product Addon*/
  .summary form.cart div.product-addon {
    width: 100%;
    float: unset;
  }
  h3.addon-name {
    text-align: center;
  }
  /*Variation*/
  .dellys-wcs-swatches .swatch.swatch-label {
    margin: 0;
    width: unset;
    height: 80px;
    font-size: 15px;
    line-height: 20px;
  }
  /*Cart Page*/
  body.woocommerce-cart .cart-info {
    padding: 0 15px;
  }
  div.wc-proceed-to-checkout {
    padding: 0 15px;
  }
  /*Control Panel*/
  nav.woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 0;
  }
  div.woocommerce-MyAccount-content {
    width: 100%;
  }

  #footer .inner {
    padding-right: 20px;
  }

  .wp-block-image img + figcaption {
    margin-top: 0;
  }
}

@media only screen and (max-width: 599px) {
  /*Category Page Even Odd Background*/
  div.prod_hold:hover {
    background-color: unset;
  }
  div.prod_hold.odd {
    background-color: #ededed;
  }
  /*Footer Newsletter Form*/
  #mc4wp-form-1 > div.mc4wp-form-fields > div > div.col.col-10.col-sm-15 > img {
    width: 100%;
  }
  #mc4wp-form-1 > div.mc4wp-form-fields > div > div.col.col-70.col-sm-60 > a {
    /* font-size: 10px; */
    font-size: 2vw;
  }
}

@media only screen and (max-width: 502px) {
  p.woocommerce-store-notice {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 438px) {
  p.woocommerce-store-notice {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 405px) {
  p.woocommerce-store-notice {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 373px) {
  p.woocommerce-store-notice {
    font-size: 9px !important;
  }
}
@media only screen and (max-width: 341px) {
  p.woocommerce-store-notice {
    font-size: 8px !important;
  }
}

@media only screen and (max-width: 350px) {
  .dellys-make-yours {
    font-size: 33px;
  }
  table.variations.swatches-support > tbody > tr > th > label,
  h3.addon-name {
    font-size: 33px;
  }
  .dellys-wcs-swatches .swatch.swatch-label {
    padding: 0px 5px;
    font-size: 8px;
    line-height: 12px;
  }
  #product-bottom-quanity-add-to-cart > button.single_add_to_cart_button {
    width: 200px;
  }
  .dellys-title-text-container {
    padding: 10px 15px;
  }
  #dellys_page_title .dellys-title-text-container > h2 {
    font-size: 15px;
    line-height: 18px;
  }
  #dellys_page_title .dellys-title-text-container > p > span {
    font-size: 20px;
  }
  .summary form.cart div.product-addon p.form-row label {
    font-size: 16px !important;
  }
}

/*Testing*/

/*Header*/
.dellys-clickable-phone-mobile a:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  margin-right: 4px;
  display: inline-block;
  font-weight: 900;
}

widget > h3:first-of-type,
h2.widgettitle {
  font-size: 21px;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 40px;
  position: relative;
  color: #ffffff;
}

/*********************************CSS BY NIKOS THE HACKER************************************************/

/* Make icons bigger (fb,instagram) */
.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 25px;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 25px;
}

/* .widget.widget_nav_menu ul.menu li a, .widget_dellys_contacts_widget > span {
    font-size: 1.3rem;
} */

/*********************************BO ADDITIONAL CSS ******************************************/

/* .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff;
    font-weight: 700;
} */

.wp-block-contact-form-7-contact-form-selector label {
  font-size: 22px;
  text-transform: uppercase;
  color: #cf0e0e;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
  padding-left: 400px;
  padding-right: 400px;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
  line-height: 0.1;
}

.v-line:after {
  content: "";
  background: #eaebef;
  position: absolute;
  bottom: 0;
  left: 118px;
  height: 100%;
  width: 15px;
}

/*Content*/
/*Our History*/
/*Horizontal Dots*/
.h-dots > .elementor-widget-container:after {
  content: "";
  position: absolute;
  border-top: 5px dotted #afb7ba;
  left: 115px;
  top: 30px;
  width: 150px;
  z-index: -10;
}
.shadow > .elementor-widget-container > img {
  border-radius: 50%;
  box-shadow: 2px 4px 11px 4px #b1b1b1;
}

.premium-banner-animation6.active .premium-banner-ib-title,
.premium-banner-animation6:hover .premium-banner-ib-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.elementor-section {
  padding: 0px;
}
#post-6816 > div > section > div > div > div {
  padding: 0px;
}
@media only screen and (max-width: 781px) {
  img.wp-image-6813 {
    margin-top: 45px;
  }
  #container
    > div.elementor.elementor-7283
    > section.elementor-section.elementor-top-section.elementor-element.elementor-element-054f8b9.elementor-section-full_width.elementor-section-stretched.elementor-section-height-default.elementor-section-height-default
    > div
    > div
    > div {
    padding: 46px 0px 0px 0px !important;
  }
  .elementor-element-4ca4be51 .wp-block-column {
    padding: 0px 25px;
  }
  #post-6816
    > div
    > section
    > div
    > div
    > div
    > div
    > div
    > div:nth-child(5)
    > div:nth-child(2)
    > h6:nth-child(5) {
    margin-bottom: 28px;
  }
}

.elementor-7283
  .elementor-element.elementor-element-16d416f
  .premium-cf7-container,
.elementor-7283
  .elementor-element.elementor-element-16d416f
  .premium-cf7-container
  label {
  color: #ed1e23;
  font-size: 18px;
}

/*********************************FOOTER CSS ******************************************/

#copyrights {
  background-color: #222222;
  font-family: "Fira Sans Extra Condensed";
  font-size: 16px;
  margin-left: -120%;
  margin-top: -3.5%;
}

.woocommerce-privacy-policy-link {
  color: #000000;
  text-decoration: underline;
}

.woocommerce-terms-and-conditions-link {
  color: #000000;
  text-decoration: underline;
}

.wp-container-2 wp-block-column {
  flex-basis: 200% !important;
}

#footer > .inner:nth-of-type(2) {
  padding-top: 50px;
}

#footer-newsletter {
  background-color: #8b2a2a;
}

.mobileLogo figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobileLogo figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobileLogo img {
  width: 30%;
  margin: 0 20px 0 0;
}

.accordionCollapsible {
  height: 40px;
  overflow: hidden;
  transition: height 0.5s ease;
}

.openCollapsible {
  /* height: 350px; */
  transition: height 0.5s ease;
}
#footer h3 {
  display: flex;
  justify-content: space-between;
}
.collapseArrow {
  width: 15px;
  height: 15px;
  border: none;
  background-image: url("/wp-content/uploads/chevron-down.svg");
  filter: contrast(0);
  background-size: contain;
  background-repeat: no-repeat;
}

.flip {
  transform: rotate(-180deg);
}

#nav_menu-2.openCollapsible {
  height: 336px;
}
#dellys_contacts_widget-2.openCollapsible,
#dellys_contacts_widget-4.openCollapsible {
  height: fit-content;
}

/* remove margin from loop item after disabling order button */
div.prod_hold.product .woocommerce-product-details__short-description p {
  margin-bottom: 0px;
}
/* disable extras selection functionality */
.summary form.cart div.product-addon {
  pointer-events: none;
}